@charset "UTF-8";

/* 폰트 참조 - Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('../fonts/Pretendard-Black.woff2') format('woff2'), url('../fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('../fonts/Pretendard-Medium.woff2') format('woff2'), url('../fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.woff2') format('woff2'), url('../fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('../fonts/Pretendard-Light.woff2') format('woff2'), url('../fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('../fonts/Pretendard-Thin.woff2') format('woff2'), url('../fonts/Pretendard-Thin.woff') format('woff');
}

/* 여백 초기화 */
html {height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {margin: 0; padding: 0}

/* 테두리 초기화 */
fieldset, img {border: 0 none}
textarea:focus {outline: none;}
button:focus {outline: none;}
input:focus {outline: none;}

/* 리스트 스타일 초기화 */
dl, ul, ol, menu, li {list-style: none}

/* 폰트 초기화 */
body, th, td, input, select, textarea, button {font-size: 20px; font-family: 'Pretendard', 'sans-serif'; font-weight: 500;}
a {color: inherit; text-decoration: none; cursor: pointer; font-size: inherit;}
a:hover {text-decoration: none; color: inherit;}
a:active {background-color: transparent;}
a:focus, select:focus {outline: none;}
html, body, header, footer, a, h1, h2, h3, h4, h5, h6, div, nav, ul, ol, table, tr, td, li, article, section, p, button, input, textarea, select, span, pre, i {color: inherit;}

/* 폰트 스타일 초기화 */
address, caption, cite, code, dfn, em, var{font-style: normal; font-weight: normal}

/* 이미지 */
img {max-width: 100%; vertical-align: bottom;}

/* 컴포넌트 */
input {-webkit-appearance: none; -webkit-border-radius: 0;} /* Safari border-radius 해제*/
input::placeholder {color: #bdbdbd;}
input:focus {outline: none;}
button {background: transparent; border: none; outline: none; border: none;}
select {border: none; background: transparent; color: #fff;}