@import url('./GothicA1/GothicA1.css');
@import url('./Pretendard/pretendard.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	vertical-align: middle;
}


html {
    font-size: 16px;
    font-family: 'Pretendard', 'Gothic A1', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #000;
    word-break: keep-all;
    word-wrap: break-word;
}
@media (max-width: 1024px) {
	html {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
	html {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	html {
		font-size: 13px;
	}
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

a{text-decoration:none; color: inherit;}
a:focus-visible{
	outline: 0;
}
input[type="text"],input[type="password"],textarea{
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	border-radius: 0;
	font: inherit;
}
button,
input[type="button"] {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font: inherit;
	font-size: 1em;
	color: inherit;
	border-radius: 0;
}
input[type="checkbox"]{margin: 0;}
input[type="radio"],input[type="checkbox"],label{vertical-align: middle;}
input[type="radio"],input[type="checkbox"]{vertical-align: middle; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
select{
	border-radius: 0px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font: inherit;
	font-size: 1em;
}
select::-ms-expand {
    display: none;
}
img{max-width: 100%; vertical-align: middle;}
button,label{cursor: pointer;}
address,em{font-style: normal}



.hide,caption,legend,.hidden,.sr-only{position:absolute;left:-300px;width:0;height:0;margin:0;padding:0;background:none;line-height:0;overflow: hidden}
