@charset "utf-8";

* {box-sizing:border-box;}
html, body {width:100%; height:100%;}
body {
    position:relative;
    color:#fff;
    font-size:18px;
    font-family:"Inter", sans-serif;
    text-align:center;
    font-weight:300;
    background:#000;
    z-index:-2;
    letter-spacing:0.39px;
    margin:0;
}
a {text-decoration:none; color:#fff; cursor:pointer !important;}
ul {padding-left:0;}
ul, li {list-style:none;}
textarea {font-size:14px; font-family:"Pretendard", sans-serif;}
textarea::-webkit-scrollbar {display:none;}
body>section {position:relative; width:100%;}
button {border:none; background:none;}
label, input[type="radio"] {cursor:pointer;}
.blind {position:absolute; left:-9999px;}
.blind_txt {display:block; text-indent:-9999px;}
.clear:after {content:''; display:block; clear:both;}
.display_flex {display:flex;}
.margin_auto {margin:0 auto;}
.active {background-image:linear-gradient(to right, #0187bd, #00b05d);}
.show {display:block !important;}
.hide {display:none !important;}

.container {position:relative;}
.img_wrap {overflow:hidden;}
.img_wrap img {width:100%;}
.width_auto {width:auto !important;}
.cl_flex {display:flex; flex-wrap:wrap;}
.font_green {color:#1fc6bb;}
.con_cha {position:absolute;}

h2 {font-size:48px; font-weight:400;}
h3 {font-size:56px; font-weight:400;}
h4 {font-size:36px; font-weight:600;}
h5 {font-size:30px; font-weight:400;}




/* header S */

.header {position:absolute; top:42px; left:50%; width:737px; z-index:999; margin-left:-368.5px; align-items: center; justify-content: space-between;}
.logo a {display:block; width:105px; height:59px; margin-top:10px; background:url(../img/Coin_Logo_01.png) no-repeat; background-size:contain;}
.nav li {margin-left:30px; font-size:15px;}
.mb_nav {display:none;}

/* header E */


/* footer S */

.footer {width:1235px; margin:0 auto; border-top:1px solid #6d6d6d; padding-top:20px; padding-bottom:60px; text-align:left;}
.footer_top {margin-bottom:100px;}

.foot_list ul {margin-bottom:30px;}
.foot_list li:first-child {margin-right:200px;}
.foot_list li:last-child {margin-left:auto;}
.foot_list li h5 {margin-bottom:20px;}
.foot_logo {width:134px; height:26px; background:url(../img/Company_logo.png) no-repeat; background-size:contain;}
.foot_list li p {font-size:16px; margin-bottom:10px;}
.foot_list li span {font-size:12px;}
.foot_list li .scg_logo {width:108px; height:54px; background:url(../img/Coin_Logo_02.png) no-repeat; background-size:contain; margin:0;}
.foot_list .sns {width:165px; margin:0 auto;}
.foot_list .sns a {display:inline-block; width:30px; height:30px; background-repeat:no-repeat; background-size:contain; margin-right:30px;}
.telegram {background-image:url(../img/Telegram.png);}
.twiter {background-image:url(../img/SNS02.png);}
.foot_list .sns .discord {background-image:url(../img/Discord.png); margin:0;}

.footer_bottom p {font-size:12px; color:#73757b;}
.footer_bottom p:first-child {font-size:11px; margin-bottom:10px;}

/* footer E */




