@charset "UTF-8";
@import url('./font.css');

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

html, body{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    line-height: 1.4;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break:keep-all;
}

h1, h2, h3, h4, h5, h6{font-weight:normal;}

article, aside, details, figcaption, figure, footer, header, main, hgroup, nav, section, summary, div {display: block;}

input,textarea{margin:0;padding:0;word-break:keep-all;}
input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;box-sizing:border-box;border-radius:0;}
input:focus{outline:none;}

table {width:100%; border-spacing:0; border-collapse:collapse;}

button{border:none;box-shadow:none;margin:0;padding:0;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-radius:0;}

address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}

ul,li,ol,dl,dd,dt{list-style:none;}

abbr,acronym {border:0;}
abbr[title] {cursor:help; text-decoration:none;}

hr,legend {position:absolute;top:0;left:-9999px;visibility:hidden;overflow:hidden;}
caption {overflow:hidden; width:1px;height:1px;margin-top:-1px;line-height:0;text-indent:-9999px;}

img{border:0;line-height:0;max-width:100%;}

label {cursor:pointer;}
strong {font-weight:500;}

a,
a:link, 
a:visited {color:inherit; text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

.orbitron{font-family: 'Orbitron', sans-serif !important;}
.termina{font-family: 'TerminaTest', sans-serif !important;}