@CHARSET "UTF-8";

@import url("../fonts/noto-sans-cjk-kr/noto-sans-cjk-kr.css");
@import url("../fonts/noto-sans-kr/noto-sans-kr.css");
@import url("../fonts/noto-sans-jp/noto-sans-jp.css");
@import url("../fonts/noto-serif-kr/noto-serif-kr.css");
@import url("../fonts/Gmarket/gmarket-sans.css");

/*
 * RESET
*/
body,table,input,textarea,select,button{line-height:1;font-weight:300;font-family:'Gmarket Sans';font-size:17px;letter-spacing:0;color:#333;word-break:keep-all;word-wrap:break-word;-webkit-text-size-adjust:none}
html{margin:0;padding:0;-webkit-text-size-adjust:none;}
/* html,body{overflow-x:hidden;} */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, radio, select, p, button{margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-size:100%}
ul, ol, li{list-style:none}
ul{margin:0;padding:0;}
fieldset, img{border:0;vertical-align:top}
address, em{font-style:normal}
table{width:100%;border-collapse:collapse}
button{border:0}
hr{display:none}
a{color:#333;text-decoration:none}
a:hover{text-decoration:none}
caption, legend{overflow:hidden;width:0;height:0;font-size:0;line-height:0}
input, textarea, select{vertical-align:middle;}
button, label, input[type=image]{cursor:pointer}
input[type=text],input[type=password]{box-sizing:border-box;border:1px solid #cdcdcd;padding:0 2px}
select, textarea{box-sizing:border-box;border:1px solid #cdcdcd}
select{height:22px}
strong{font-weight:700}
/* ::-moz-selection{color:#fff;}
::selection{color:#fff;} */

@media all and (max-width:1400px){
	body,table,input,textarea,select,button{font-size:16px;}
}
@media all and (max-width:1200px){
	body,table,input,textarea,select,button{font-size:15px;}
}
@media all and (max-width:1000px){
	body,table,input,textarea,select,button{font-size:14px;}
}
@media all and (max-width:600px){
	body,table,input,textarea,select,button{font-size:13px;}
}
@media all and (max-width:500px){
	body,table,input,textarea,select,button{font-size:12px;}
}
@media all and (max-width:350px){
	body,table,input,textarea,select,button{font-size:11px;}
}
