@charset "utf-8";
@import url('main.css');
@import url('sub.css');
@import url('board.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* default.css */
html {overflow-y:scroll;
    /* Prevent font scaling in landscape */
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/
}
body {margin:0px; font-size:18px; line-height:140%; font-family:'Nato Sans KR', 'Open Sans', 'Helvetica', 'Arial', sans-serif; color:#232323; font-weight:300; word-spacing:-1px; word-break:keep-all;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0; padding:0; border:0;}
h1, h2, h3, h4, h5, h6 {font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif; font-size:1em; -webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

ul, dl,dt,dd {margin:0; padding:0; list-style:none;}
legend {position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
label, input, button, select, img {vertical-align:middle; font-size:1em;}
input, button {font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif; font-size:1em; margin:0; padding:0;}
input[type="submit"] {cursor:pointer;}
button {cursor:pointer;}
label,button{cursor:pointer;}
button{position:relative; border:none; margin:0; padding: 0;}

textarea, select {font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif; font-size:1em;}
select {margin:0;}
p {margin:0; padding:0; word-break:keep-all;}
hr {display:none;}
pre {overflow-x:scroll; font-size:1.1em;}
a {color:#000; text-decoration:none;}

*, :after, :before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}