/* 공통 CSS */
ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div,
span,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	color: #101820;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 160%;
	letter-spacing: 0px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

textarea {
	outline: none;
	resize: none;
	box-shadow: none;
	-webkit-appearance: none;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

button,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="button"],
input[type="tel"],
input[type="submit"],
input[type="url"] {
	text-indent: 0;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
	outline: none;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

input[type="text"]::-ms-clear {
	display: none;
}

input[type="password"]::-ms-reveal {
	display: none;
}

button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	font-size: inherit !important;
}

input:-webkit-autofill::first-line {
	font-size: 16px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

input::-webkit-input-placeholder {
	color: #a9adb4;
}

input::-moz-input-placeholder {
	color: #a9adb4;
}

input:-ms-input-placeholder {
	color: #a9adb4;
}

input {
	font-size: 16px;
	color: #101820;
	letter-spacing: 0px;
}


.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

select {
	-webkit-appearance: none;
	/* 화살표 없애기 for chrome*/
	-moz-appearance: none;
	/* 화살표 없애기 for firefox*/
	appearance: none;
	/* 화살표 없애기 공통*/
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

select::-ms-expand {
	display: none;
	/* 화살표 없애기 for IE10, 11*/
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #101820;
	text-decoration: none;
	outline: none;
}

p {
	text-align: center;
	word-break: keep-all;
}

.clearfix::after,
.clearfix:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.hidden {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* !공통 CSS */



@font-face {
font-family: 'Noto Sans KR-Bold';
font-style: normal;
font-weight: 700;
src: url('../../fonts/NotoKR-Bold/notokr-bold.eot');
/* IE9 Compat Modes */
src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
url('../../fonts/NotoKR-Bold/notokr-bold.eot?#iefix')
format('embedded-opentype'), /* IE6-IE8 */
url('../../fonts/NotoKR-Bold/notokr-bold.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../fonts/NotoKR-Bold/notokr-bold.woff') format('woff'),
 /* Modern Browsers */
url('../../fonts/NotoKR-Bold/notokr-bold.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../fonts/NotoKR-Bold/notokr-bold.svg#NotoSansKR')
format('svg');
/* Legacy iOS */
}
