
@import url(index.css);
@import url(sub.css);


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');



@font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins,q, s, samp, small, strike, 
strong, sub, sup, tt, var, b,u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0; border: none; font-family: 'Noto Sans KR', sans-serif; color:#333;}
textarea, input{font-family: 'Noto Sans KR', sans-serif; color:#333;}
html, body {width:100%; height:100%;}
body { background-color:#fff;}
h1, h2, h3, h4, h5, h6 {font-size:12px; text-align:left;}
img, fieldset, iframe {border:0 none;}
table, div {border-collapse: collapse;}
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}

legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
strong{font-weight:bold;}

a{
	text-decoration: none;
	outline: none;
}



