@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700&display=swap');


@font-face{font-family:"noto-sans-thin";src:url(../fonts/NotoSansCJKkr-Thin.eot);src:url(../fonts/NotoSansCJKkr-Thin.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Thin.woff) format("woff"),url(../fonts/NotoSansCJKkr-Thin.otf) format("truetype")}
@font-face{font-family:"noto-sans-light";src:url(../fonts/NotoSansCJKkr-Light.eot);src:url(../fonts/NotoSansCJKkr-Light.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Light.woff) format("woff"),url(../fonts/NotoSansCJKkr-Light.otf) format("truetype")}
@font-face{font-family:"noto-sans-demilight";src:url(../fonts/NotoSansCJKkr-DemiLight.eot);src:url(../fonts/NotoSansCJKkr-DemiLight.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-DemiLight.woff) format("woff"),url(../fonts/NotoSansCJKkr-DemiLight.otf) format("truetype")}
@font-face{font-family:"noto-sans-regular";src:url(../fonts/NotoSansCJKkr-Regular.eot);src:url(../fonts/NotoSansCJKkr-Regular.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Regular.woff) format("woff"),url(../fonts/NotoSansCJKkr-Regular.otf) format("truetype")}
@font-face{font-family:"noto-sans-medium";src:url(../fonts/NotoSansCJKkr-Medium.eot);src:url(../fonts/NotoSansCJKkr-Medium.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Medium.woff) format("woff"),url(../fonts/NotoSansCJKkr-Medium.otf) format("truetype")}
@font-face{font-family:"noto-sans-bold";src:url(../fonts/NotoSansCJKkr-Bold.eot);src:url(../fonts/NotoSansCJKkr-Bold.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Bold.woff) format("woff"),url(../fonts/NotoSansCJKkr-Bold.otf) format("truetype")}
@font-face{font-family:"noto-sans-black";src:url(../fonts/NotoSansCJKkr-Black.eot);src:url(../fonts/NotoSansCJKkr-Black.eot) format("embedded-opentype"),url(../fonts/NotoSansCJKkr-Black.woff) format("woff"),url(../fonts/NotoSansCJKkr-Black.otf) format("truetype")}

/* Reset */
* {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{width:100%; background:#fff; min-width:320px; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button {border:none;font-size:12px; font-family:'noto-sans-regular', sans-serif;color:#727272;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code{font-style:normal;font-weight:normal;}
em{font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
.hide,caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;}
/* Form */
textarea { border:1px solid #dbdbdb;}
select { height:32px; font-size:13px; color:#373737; border:1px solid #e9e9e9; background:#fff;border-radius: 5px;}
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date],textarea {width:100%; height:30px; font-size:13px; color:#373737; border:1px solid #e9e9e9; background:#fff; text-indent:20px; border-radius: 5px; transition: all 0.5s; vertical-align:middle;}
input::-webkit-input-placeholder{color:#c4c4c4; font-size:14px; line-height:100%;}
textarea { padding:5px 0;}
select:focus,
textarea:focus,
input:focus { border: 1px solid #727272;}


input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled]{background:#eaeaea; border-color:#c0c0c0; color:#666; -webkit-appearance:none;font-size:12px;}
textarea[readonly],
textarea[disabled]{padding:11px; font-size:16px; color:#666; font-weight:normal; line-height:140%; height:78px; background:#eaeaea;border:1px solid #c0c0c0;}


.clear {clear:both;}
.clear:after {content:""; display:block; clear:both;}
.hidden {position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden; display: none;}
.sound_only {
    overflow:hidden;
    text-indent:-9999px;
    font-size:0;
    width:0;
    height:0;
}