@charset "UTF-8";
* {margin:0; padding:0; box-sizing:border-box;}
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;
	box-sizing:border-box;
}
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;
}
select,textarea,input {outline:none; border:none; font-family:"NotoSansCJKkr","ITCAvantGardeStd",sans-serif;
-webkit-appearance: none;
   -webkit-border-radius: 0;}
input::-ms-clear {display:none;}
button {font-family:"NotoSansCJKkr","ITCAvantGardeStd",sans-serif;}
/*input::-webkit-input-placeholder {color:#3e3e3e;}
input::-moz-placeholder {color:#3e3e3e;}
input:-ms-input-placeholder {color:#3e3e3e;}*/
input::-webkit-input-placeholder {color:#3e3e3e;}
input::-moz-placeholder {color:#3e3e3e;}
input:-ms-input-placeholder {color:#3e3e3e;}
select:focus::-ms-value {background:transparent; color:#222222;}
a {text-decoration:none; color:#21152b;}
button {display:block; outline:none; cursor:pointer; background:none; border:none;}
body {width:100%; min-width:1280px; font-family:"NotoSansCJKkr","ITCAvantGardeStd",sans-serif;
font-size:16px; font-weight:300; overflow-x:auto; color:#222222;}

/*한글 , 영문 폰트 적용 영역*/
*:lang(en) {font-family:"ITCAvantGardeStd", sans-serif;}
*:lang(ko) {font-family:"NotoSansCJKkr",sans-serif;}

/*clearfix*/
.cf::after {content:''; display:block; clear:both;}

/* @media (max-width:2560px){
	html, body {font-size:16px;}
}
@media (max-width:1920px){
	html, body {font-size:14px;}
}
@media (max-width:1680px){
	html, body {font-size:12px;}
}
@media (max-width:1280px){
	html, body {font-size:10px;}
} */
