/*font Notosans-kr*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans:400,700&display=swap');*/
@import url('/css/site/notosans.css');
/* reset  & base*/
* { font-family:'-apple-system', "Noto Sans KR", "Noto Sans", "맑은 고딕", "Malgun Gothic", "open sans", Arial, sans-serif; box-sizing:border-box; line-height:1em; letter-spacing:-0.05em; }
html,body { width:100%; }
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,button,input { margin:0; padding:0; }
body,h1,h2,h3,h4,input,button,div,ul,li,a { font-size:14px; }
ul,li,ol { list-style:none; }
ul { font-size:0; }
img,fieldset,iframe { border:0; }
img { vertical-align:top; }
table { border-collapse:collapse; border-spacing: 0; }
a { text-decoration:none; color:#000; }
address { font-style:normal; color:#000; }

strong {font-weight: bold;}
