@charset "utf-8";

/* CSS 초기화 */
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
	font-size:16px;
	margin:0;
	padding:0;
	word-break:break-all;
}

@media screen and (max-width:1160px) {
	* {
		font-size:14px;
	}
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
	background:transparent;
	border:0;
	font-family:"PretendardR", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	font-weight:normal;
	letter-spacing:-.5px;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

html {
	-webkit-text-size-adjust:100%;
	/* scroll-behavior:smooth; */
}

body {
	line-height:inherit;
	min-height:100vh;
	min-width:320px;
	overflow-x:hidden;
	width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

nav ul, li {
	list-style:none;
}

a {
	background:transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:baseline;
}

img {
	max-width:100%;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button {
	cursor:pointer;
}

input {
	border-radius:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"PretendardR", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	letter-spacing:-.5px;
	margin:0;
	padding:0;
	vertical-align:top;
}

select, textarea {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"PretendardR", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

::placeholder {
	color:var(--greybd);
	opacity:1;
} 
::-ms-input-placeholder {
	color:var(--greybd);
}

header,
nav,
section,
article,
aside,
footer { display:block; }

button { cursor:pointer; }

/* scroll */
*::-webkit-scrollbar { width:4px; }
*::-webkit-scrollbar-track { background:transparent; }
*::-webkit-scrollbar-thumb { background:var(--greybd); border-radius:2px; }
/* scroll end */

/* color */
:root {
	--navy:#222176;
	--purple:#43499d;
	--pink:#fe90a5;
	--yellow:#ffee51;
	--black:#000;
	--white:#fff;

	--greyf9:#f9f9f9;
	--grey3c:#3c3c3c;
	--grey60:#606060;
	--grey70:#707070;
	--greybd:#bdbdbd;
}
/* color end */

/* 웹폰트 CSS */
@font-face { font-family:"PretendardBlk"; src:url("../fonts/Pretendard-Black.ttf"); }
@font-face { font-family:"PretendardBlk"; src:url("../fonts/Pretendard-Black.woff"); }

@font-face { font-family:"PretendardB"; src:url("../fonts/Pretendard-Bold.ttf"); }
@font-face { font-family:"PretendardB"; src:url("../fonts/Pretendard-Bold.woff"); }

@font-face { font-family:"PretendardEB"; src:url("../fonts/Pretendard-ExtraBold.ttf"); }
@font-face { font-family:"PretendardEB"; src:url("../fonts/Pretendard-ExtraBold.woff"); }

@font-face { font-family:"PretendardEL"; src:url("../fonts/Pretendard-ExtraLight.ttf"); }
@font-face { font-family:"PretendardEL"; src:url("../fonts/Pretendard-ExtraLight.woff"); }

@font-face { font-family:"PretendardL"; src:url("../fonts/Pretendard-Light.ttf"); }
@font-face { font-family:"PretendardL"; src:url("../fonts/Pretendard-Light.woff"); }

@font-face { font-family:"PretendardM"; src:url("../fonts/Pretendard-Medium.ttf"); }
@font-face { font-family:"PretendardM"; src:url("../fonts/Pretendard-Medium.woff"); }

@font-face { font-family:"PretendardR"; src:url("../fonts/Pretendard-Regular.ttf"); }
@font-face { font-family:"PretendardR"; src:url("../fonts/Pretendard-Regular.woff"); }

@font-face { font-family:"PretendardSB"; src:url("../fonts/Pretendard-SemiBold.ttf"); }
@font-face { font-family:"PretendardSB"; src:url("../fonts/Pretendard-SemiBold.woff"); }

@font-face { font-family:"PretendardT"; src:url("../fonts/Pretendard-Thin.ttf"); }
@font-face { font-family:"PretendardT"; src:url("../fonts/Pretendard-Thin.woff"); }
/* 웹폰트 CSS end */