@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900&display=swap');


* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif !important;
    display: table;
    width: 100%;
    font-weight: 400;
    background: #ffffff;
    color: #333;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10% auto;
}


input {
    font-family: 'Noto Sans KR', sans-serif !important;
}

input {
    outline: none;
}

input:focus {
    outline: none;
}

select {
    outline: none;
}

select:focus {
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.c_bl {
    color: #1056e5;
}

.c_red {
    color: #ed1c24;
}

.c_darkgrey {
    color: #565656;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.inner {
    width: 90%;
    margin: 0 auto;
}

.inner02 {
    width: 83%;
    margin: 0 auto;
}

table {
    border-collapse: collapse
}

#wrap {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    color: #333;
    background: #f8f8f8;
}
.login #wrap {
    background: url(../img/login_bg.jpg)no-repeat;
    background-size: 100% 100%;
}
a {
    color: #fff;
}

/* main */

.main_bg .m_top {
    text-align: center;
}
.s_bg .m_top {
    text-align: center;
    background: #3072b7;
    height: 70px;
}
.s_title {
    color: #ffffff;
    line-height: 70px;
    font-size: 20px;
}
.logo {
    padding-top: 20px;
}

.logo img {
    width: 178px;
}

.toggle {
    position: absolute;
	top: 37px;
    left: 5%;
}

.toggle {
    position: absolute;
    top: 22px;
    left: 5%;
}
.toggle img {width:25px;}
.notice_btn {
    position: absolute;
    top: 16px;
    right: 5%;
}
.notice_btn img{
    width:26px;
}
.main_bg {
    width: 100%;
    height: 300px;
    background: url(../img/main_bg.jpg)no-repeat;
    background-size: 100% 100%;
}
.main_bg .total {
	font-size:36px; 
	color:#ffffff;
	font-weight:400;
	text-align:center;
	padding-top:50px;
	font-family: 'Lato', sans-serif !important;
	}
.main_bg .total_2 {
	font-size:22px; 
	color:#d4d4d4;
	font-weight:400;
	text-align:center;
	}
.main_bg .btn_box {
	overflow:hidden;
	}
.main_bg .btn_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.main_bg .btn_box ul li {
    float: left;
    text-align: center;
    margin-right: 20px;
}
.main_bg .btn_box ul li:nth-child(4) {margin-righT:0px;}
.main_bg .btn_box ul li span {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_bg .btn_box ul li span img {
    width: 25px;
}
.main_bg .btn_box ul li p {
	color:#ffffff;
	font-size:14px;
	margin-top:3px;
	}

.coin_list {
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    height: 316px;
    overflow: hidden;
    overflow-y: auto;
}
.coin_list .t1 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.coin_list .list01 {
    overflow: hidden;
    width: 100%;
    height: 65px;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
	padding-left: 10px;
	position:relative;
}

.coin_list .list01 .coin_img img{width:42px;}
.coin_list .list01 .coin_name {
    padding-left: 10px;
    line-height: 1;
}
.coin_list .list01 .coin_name .c1{font-size:16px;color:#8f7a88;}
.coin_list .list01 .coin_name .c2{font-size:20px;color:#000000;}
.coin_list .list01 .coin_total {
    position: absolute;
    right: 20px;
    text-align: right;
}
.coin_list .list01 .coin_total .total_p1 {
    color: #3776b8;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.coin_list .list01 .coin_total .total_p2{
    color:#989898;
	font-size:16px;
}
#nav {
    background: #1c155f;
    position: absolute;
    padding-top: 15px;
    display: none;
    border-radius: 10px;
    top: 63px;
    left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 40%;
    z-index: 99999999;
}

#nav ul{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

#nav ul:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}

#nav li {
    height: 30px;
}

#nav li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

#nav li img {
    width: 15px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -2px;
}


.bottom {
    width: 100%;
    background: #3072b7;
    height: 70px;
    position: fixed;
    bottom: 0px;
}
.bottom ul li {
    float: left;
    width: 25%;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	cursor:pointer;
}
.bottom ul li p {font-size:14px;margin-top:5px;}
.bottom ul li img {
    width: 30px;
    height: 30px;
}
/* sub page */

.back {
    position: absolute;
    top: 23px;
    width: 27px;
    left: 5%;
}

/* login */

.auth_menu {
    overflow: hidden;
	text-align:center;
	margin-top:20px;
}
.auth_menu dd {margin-bottom:20px;}
.auth_menu dd a {
    color: #ffffff;
    font-size: 14px;
}

.input_box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.input01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #3072b7;
    padding: 5px 10px;
    padding-left: 15px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
}

.icon01 {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 18px;
}

.icon02 {
    position: absolute;
    top: 18px;
    left: 14px;
    width: 15px;
}

.login_maintain {
    font-size: 14px;
}

.login_logo {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    padding-top: 130px;
    color: #d4d7dc;
    font-style: italic;
}

.login_logo img {
    width: 300px;
}

.s_input_box {
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.lang30 {
    width: 30.5% !important;
    margin-right: 3.6%;
}

.lang60 {
    width: 64.8% !important;
}

.s_input_title {
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #757b95;
}

.s_input {
    width: 100%;
    border-radius: 3px;
    border: none;
    height: 50px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ddd;
    border-bottom: 1px solid #208cab;
}


.s_input03 {
    border: none;
    background: transparent;
    width: 67%;
    color: #252525;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ddd;
    padding-left: 7px;
    border-radius: 3px;
    margin-right: 2%;
    border-bottom: 1px solid #208cab;
    float: left;
}

.join_btn01 {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    width: 30%;
    color: #252525;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ddd;
    padding-left: 7px;
    border-radius: 3px;
    cursor: pointer;

}

/* deposit */

.qr_box {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 0;
    box-shadow: 0px 3px 6px rgba(154, 143, 188, 0.3);
}

.qr_box img {
    width: 250px;
}
.s_input01 {
    width: 100%;
    height: 50px;
    color: #333333;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
}
.s_input02 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
	padding-left: 7px;
	background: #ffffff;;
}
.select01 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:10px;
}
.phone_select {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:10px;
}
.s_btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #04478b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	cursor:pointer;
}

.input_title {font-size:14px;margin-bottom:5px;}
/* history */

.table_select {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    background: url(../img/b_arrow.png) no-repeat;
    background-position: 90% 45%;
    background-color: #ffffff;
}

.table_title {
    border-bottom: 1px solid #ddd;
}

.table_title th {
    padding-bottom: 12px;
    font-size: 14px;
    color: #909090;
    font-weight: 500;
}
.table_title th:nth-child(1){
	width:30%;
}
.table_title th:nth-child(2){
	width:40%;
}
.table_title th:nth-child(3){
	width:30%;
}

.input05 {
    width: 80%;
    height: 50px;
    border: none;
    background: transparent;
}


.tab {
    overflow: hidden;
    margin-bottom: 15px;
}

.tab li {
    float: left;
    width: 32.3%;
    text-align: center;
    background: #f6f6f6;
    margin-right: 1.5%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #dadada;
    color: #000;
}

.tab li:last-child {
    margin-right: 0;
}

.tab .on {
    background: rgb(88, 54, 215);
    background: -moz-linear-gradient(left, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    background: linear-gradient(to right, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #6099bf;
}

.tab a {
    font-size: 15px;
    display: block;
    color: #2469a9;
}

.tab .on a {
    color: #fff;

}


.history-coin {
    font-size: 15px;
	text-align: center;
}
.history-amount {padding-left:30px;text-align: center;}
.history-coin .name {
    font-weight: 600;
}

.history-coin .detail {
    color: #8c92a4;
    font-size: 14px;
}

.history-coin .detail img {
    width: 5px;
}

.increase {
    color: rgba(133, 92, 206, 1)
}

.decrease {
    color: rgba(15, 131, 150, 1)
}

.history-date {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.history-icon img {
    width: 18px;
    vertical-align: middle;
}

.history-amount .transaction {
    color: #787777;
    font-size: 15px;
}

.history-amount div {
    float: right;
}

.history-amount span {
    display: block;
    font-weight: 600;
}

.history-date span {
    display: block;
}

.table01 td {
    text-align:Center;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.s_cont {
    padding: 10px 15px;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0px 3px 6px rgba(154, 143, 188, 0.3);
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 300; 
    max-width: 800px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-root {width:100%;}
.highcharts-credits {display:none;}
.highcharts-axis tspan{display:none;}
.highcharts-button-symbol {display:none !important;}
.highcharts-button-box {display:none !important;}
.highcharts-contextmenu {display:none !important;}

.s_date{
        width: 100%;
    border-radius: 3px;
    border: none;
    height: 40px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ddd;
    border-bottom: 1px solid #208cab;
}

.b_btn{
   width: 19%;
    height: 40px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    background: rgb(133, 92, 206);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#855cce', endColorstr='#0f8396', GradientType=1);
    color: #fff;
    cursor: pointer; 
    margin-right: 1.2%;
    float: left;
    border: 1px solid #5b28b6;
}

.b_btn:last-child{
    margin-right: 0;
}

.b_btn_box{
    overflow: hidden; 
}

/*language*/

.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}
.language_btn01 {
    border: 1px #000000 solid;
    width: 110px;
    height: 35px;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.language_btn01:hover .dep_01{display:block;}

.dep_01 {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100px;
    z-index: 999999;
	width:110px;
}
.dep_02 li {background: #24223f;}
.dep_02 li a {color:#ffffff;}

/**/

.s_select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(154 143 188 / 30%);
    border-radius: 5px;
    padding-left: 10px;
	}
.notice_box {
	background: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0px 3px 6px rgb(154 143 188 / 30%);
	}
.notice_box .notice_t{
	font-size:16px;
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.notice_box .notice_d{
	font-size:12px;
	text-align:right;
	}
.notice_box .item-top {
	border-bottom:1px #e4e4e4 solid;
	font-size:16px;
	padding-bottom:5px;
	}
.notice_box .item-body {
	font-size:14px;
	padding-top:5px;
	}
.notice_list_btn {
    width: 60px;
    height: 40px;
    float: right;
    background: #4e555b;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
	}
.scroll {width:100%;height:600px;overflow:hidden;overflow-y:auto;}


.bottom01_on {display:none;}
.bottom02_on {display:none;}
.bottom03_on {display:none;}
.bottom04_on {display:none;}


 .terms {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
 .check01 {
    float: left;
    vertical-align: middle;
    height: 28px;
}
 .t1 {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
}

.popup_back {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 1;
	display:none;
	}
.popup_form {
	width:100%;
	height:739px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}
.popup_form .p_top{
	width:100%;
	padding: 20px;
    background-color: #242848;
    border-bottom: 1px solid #242848;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
	position: relative;
	}
.popup_form .p_body{
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    overflow: auto;
	padding:20px;
	background:#ffffff;
	}
.popup_close {
    position: absolute;
    top: 24px;
    right: 20px;
	cursor:pointer;
}
.popup_form .p_bottom {
    padding: 1.5em;
    border-top: 1px solid rgba(0,0,0,.2);
    text-align: right;
    background: #fff;
}
.popup_form .btn-small {
    font-weight: 300;
    padding: 10px 20px;
    font-size: 13px;
	cursor:pointer;
}
.bWrap {
    width: 100%;
    margin: 30px auto 70px auto;
}
.bOk {
    float: left;
    width: 49%;
    height: 45px;
    margin: 0 1px;
    background: #333f50;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
	border: none;
}
a.bCa {
    float: left;
    width: 49%;
    height: 45px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}


.camera_btn {
    width: 20%;
    float: right;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.camera_btn img {width:35px;}

.lang_select {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
    cursor: pointer;
}
.lang_select .active_lang img {
    border: 1px #7b7b7b solid;
    width: 37px;
}
.lang_select .lang_select_list {
    background: #ffffff;
    position: absolute;
    top: 53px;
    z-index: 9999;
    right: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #d8d6d6;
}
.lang_select .lang_select_list p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 2px;
}
.lang_select .lang_select_list p:last-child{
    margin-bottom: 0px;
}
.lang_select .lang_select_list p img {
    width: 30px;
    margin-right: 10px;
    border: 1px #d4d4d4 solid;
}