@charset "UTF-8";

@import url("font.css");

/* basic */
* {margin:0; padding:0; box-sizing:border-box; font-smoothing:antialiased;}
html, body {width:100%; height:100%;}
body {background:#050d2d;line-height:1; font-family:'NanumGothic', 'Roboto', 'Droid Sans', 'Malgun Gothic', 'Helvetica', 'Apple-Gothic', '애플고딕', 'Tahoma', dotum, '돋움', gulim, '굴림', sans-serif; font-weight:normal; color:#fff}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; font-family:'NanumGothic', 'Roboto', 'Droid Sans', 'Malgun Gothic', 'Helvetica', 'Apple-Gothic', '애플고딕', 'Tahoma', dotum, '돋움', gulim, '굴림', sans-serif; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
hr, legend, caption {overflow:hidden; visibility:hidden; position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0;}
em, address {font-weight:normal; font-style:normal;}
ol, ul, li {list-style:none;}
li, p, dt, dd, div, span, td, th {word-break:break-all; word-wrap:break-word;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
table {width:100%; border-collapse:collapse; border:0; border-spacing:0;}
th, td, fieldset {font-weight:normal; text-align:left;}
a {text-decoration:none; vertical-align:middle; color:inherit; cursor:pointer;}
a:hover {text-decoration:none;}
img {vertical-align:top; border:none; outline:none;display:block;}
.hidden{display:none !important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}