@charset "utf-8";

@import 'font.css';

/* Reset */ 
html, body {height:100%; margin:0; color:#000; font-family:'Noto Sans Kr', '맑은 고딕', Dotum, '돋움', Gulim, '굴림', Tahoma, Arial; font-size:12px; line-height:1; -webkit-text-size-adjust:none; text-size-adjust:none; overscroll-behavior-y:none;}
div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:0; line-height:0;}
ul, ol, li {list-style:none;}
img {border:none; vertical-align:top;}
legend, caption {visibility:hidden; overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
legend {*width:0;}
fieldset {margin:0; padding:0; border:0 none;}
input, textarea, checkbox, select {margin:0;padding:0;border:none;/* -webkit-appearance:none; */-moz-appearance:none;font-family:inherit;vertical-align:middle;}
label, button {cursor:pointer;}
button { *overflow:visible; margin:0; padding:0; border:0 none; background:transparent; vertical-align:middle; font-family:inherit;}
button *{position:relative;}
figure {margin:0; padding:0;}
a {color:inherit; text-decoration:underline;}

article, aside, footer, header, hgroup, main, nav, section {display:block;}
*{box-sizing:border-box;}


