@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

@FONT-FACE {
    FONT-FAMILY: 'Calibri Light';
    FONT-STYLE: NORMAL;
    FONT-WEIGHT: 400;
    SRC: URL(../font/Calibri Light.ttf) FORMAT('TTF'),
        URL(../font/Calibri Regular.ttf) FORMAT('TTF'),
        URL(../font/Calibri Bold.TTF) FORMAT('TTF');
}

body {
    FONT-FAMILY: 'Arimo', sans-serif !important;
    color: #423a3a;
    font-weight: 400;
    background: #ffffff;
}

p {margin:0px;}
input,
select {
    font-family: 'Noto Sans KR', sans-serif;
}

ol,ul {margin:0px;}

.inner {
    width: 1200px;
    margin: 0 auto;
}
.mobileLeft{
    text-align: left;
}
.c_inner {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.top_inner {
    width: 1200px;
    margin: 0 auto;
}

.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;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}
.allowed{cursor:not-allowed !important;}
/* Select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 9px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}

.inner {
    width: 98%;
    margin: 0 auto
}
.inner2 {
    width: 100%;
    margin: 0 auto
}

.m_hide {
    display: none;
}

/*login*/
.index .footer {display: none;}
.login_bg {
	background: #ffffff;
    padding: 40px 0;
	width:100%;
	height:100%;
	}
.index_input_form {
   width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_input_form .login_inner {
    width: 85%;
    margin: 0 auto;
}

.join_input_form {
    width: 90%;
    height: auto;
    background: #fff;
    padding: 30px 0 35px 0;
    border-radius: 12px;
    box-shadow: 15px 20px 30px rgba(0,0,0,.05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.join_input_form .join_inner{
    width: 90%;
	margin: 0 auto;
}
.find_input_form {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.find_input_form .find_inner{
    width: 85%;
	margin: 0 auto;
}
.index_input_form .title {
        color: #333333;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}
.index_input_form .title span{
    color:#042988;
}
.find_input_form .title {
    color: #333333;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
	line-height: 40px;
}
.find_input_form .title span{
    color:#042988;
}
.join_input_form .title {
        color: #333333;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.login_bg .logo_img {
    display: block;
    margin: 0 auto 50px;
}
.join_input_form .title span{
    color:#042988;
}
.index_input_form .input {
    width: 100%;
    margin: 0px auto 15px;
}
.index_input_form .input input {
width: 100%;
    height: 50px;
    border: 0;
    text-indent: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background: #e7e6e6;
    border-radius: 5px;
}
.find_input_form .input {
    width: 100%;
    margin: 35px auto;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.find_input_form .input input {
    width: 100%;
    height: 50px;
    border: 0;
    text-indent: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.idIcon {
    background: url(../images/id_login.png) no-repeat 10px center;
    background-size: auto 50%;
}
.idIcon:hover {
    background: url(../images/id_login_on.png) no-repeat 10px center;
    background-size: auto 50%;
}
.pwIcon {
    background: url(../images/pw_login.png) no-repeat 10px center;
    background-size: auto 50%;
}
.pwIcon:hover {
    background: url(../images/pw_login_on.png) no-repeat 10px center;
    background-size: auto 50%;
}
.emIcon {
    background: url(../images/em_login.png) no-repeat 10px center;
    background-size: auto 50%;
}
.emIcon:hover {
    background: url(../images/em_login_on.png) no-repeat 10px center;
    background-size: auto 50%;
}
.index_input_form .login_Btn {
	width: 100%;
    height: 50px;
    font-size: 20px;
    display: block;
    border-radius: 5px;
    border: none;
    background: #0070c0;
    color: #ffffff;
    cursor: pointer;
	}
.index_input_form .join_Btn {
	width:100%;
	height:54px;
	font-size: 20px;
    display: block;
    border-radius: 40px;
    border: none;
	background: #545454;
    color: #ffffff;
	cursor:pointer;
	}
.button_box {
	width:100%;
	display:table;
	margin:0 auto;
	}
.register_Btn {
	width:49%;
	height:54px;
	font-size: 20px;
    display: block;
    border-radius: 40px;
    border: none;
	background: #0070c0;
    color: #ffffff;
	cursor:pointer;
	float:left;
	margin-right:2%;
	}
.back_Btn {
	width:49%;
	height:54px;
	font-size: 20px;
    display: block;
    border-radius: 40px;
    border: none;
	background: #545454;
    color: #ffffff;
	cursor:pointer;
	float:right;
	}
.join_input_form .w50 {
	margin-bottom: 30px;
    width: 50%;
    float: left;
	}
.join_input_form .w100 {
	margin-bottom: 30px;
    width: 100%;
    float: left;
	}
.join_input_form .join_input .th {
    width: 40%;
    margin-right: 0%;
    float: left;
    font-size: 18px;
    color: #293b56;
    font-weight: 500;
    text-align: left;
    padding-left: 30px;
    height: 40px;
    display: flex;
    align-items: center;
}
.join_input_form .join_input .th20{
	width: 20%;
	}
.join_input_form .join_input .th span{
    color: #ff0000;
	margin-left:4px;
	}
.join_input_form .join_input .input01{
	width: 60%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
	}
.join_input_form .join_input .input02{
	width: 80%;
	}
.join_input_form .join_input .check_p {
    font-size: 14px;
    float: left;
    margin-top: 10px;
    color: #ff0000;
    margin-left: 40%;
    padding-left: 10px;
}

.find {
	text-align:center;
    font-size: 14px;
    margin-top: 15px;
	margin-bottom:15px;
	}
.footer {
    background: #042988;
    height: 160px;
    color: #ffffff;
    padding-top: 30px;
    text-align: center;
	position:absolute;
	bottom:0px;
	width:100%;
}
.footer p {
    padding-top: 20px;
}
/*login END*/

/*회원가입*/
#t_c_onfirm {
    margin-top: 10px;
    min-height: 10px;
    float: left;
	line-height:20px !important;
}
.bTable {
    width: 100%;
    padding: 0px 0;
    letter-spacing: -0.5px;
}
.bTable .th {
    padding: 10px 0 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-transform: uppercase;
}
.bTable .td {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 0;
}

.bTable .input {
    padding: 0;
    position: relative;
}
.bTable .input {
    padding: 0 !important;
}
.dd-container {
    position: relative;
}
.dd-select {
    margin: 15px 0 0 0;
    border-radius: 0px;
    border: solid 0px #ccc;
    position: relative;
    cursor: pointer;
}
.bTable .dd-select {
    width: 100%;
    height: 40px;
    background: url(../images/arrow_w.png) no-repeat 99% center;
    color: #000;
    border: 1px solid #a6d1ef;
    margin: 0;
    display: flex;
    align-items: center;
}
.bTable .dd-select {
    height: 40px;
}
.bTable .dd-select a {
    color: #000;
}
.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 0px rgba(0,0,0,.5);
}
.dd-options {
    background: #fff;
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: ;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: ;
}
.bTable .dd-options {
    background: #fff;
    height: 200px;
    overflow-y: scroll;
}
.bTable .dd-select img {
    width: auto;
    height: 24px;
    margin: 8px 5px;
    float: left;
}
.dd-option {
    padding: ;
    display: block;
    border-bottom: solid 0px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: ;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-option img {
    width: auto;
    height: 24px;
    margin: 3px 5px 8px 5px;
    float: left;
}
.w20 {width:30% !important;}
.w30 {width:40% !important;}
.w50 {width: 100%;}
.w70 {width:56% !important;}
.w80 {width:66% !important;}
.w100 {width:100%;}
.f_l {float:left;}
.f_r {float:right;}
.cap {
    line-height: 1.1;
    font-size: 13px;
    color: #436acb;
    letter-spacing: 0;
    margin: 0 0 0 0;
}
.pd-cap {
    padding-left: 35%;
}
.bTable .td input.form01 {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
    text-indent: 10px;
    padding: 0;
}
.btnS {
    position: absolute;
    right: -1px;
    top: 1px;
    width: 25%;
    height: 100%;
    line-height: 40px;
    background: #333f50;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btnS {
    position: absolute;
    right: -1px;
    top: 0px;
    width: 30%;
    height: 100%;
    line-height: 40px;
    font-size: 13px;
}
.bTable .terms {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
}
.bTable .check01 {
    float: left;
    vertical-align: middle;
    height: 28px;
}
.bTable .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;
}

.clearfix {
    clear: both;
}
.qr_img {
    width: 170px;
    margin: 0 auto;
}
.qr_img img{width:100%;}
/*거주국가 커스텀마이징*/
.fnone {
    width: auto;
    vertical-align: middle;
    height: 20px;
    margin-right: 5px;
}
#msdrpdd20_child {
    background: rgb(255, 255, 255);
    width: 100.2%;
    overflow-y: auto;
    margin-left: -1px;
}
.select_form {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
    text-indent: 10px;
    padding: 0;
    background: url(../img/arrow_w.png) no-repeat 99% center;
}
#msdrpdd20_msdd {width:100% !important;}

.required {width:90px;}

.wa_box {
	width: 100%;
	overflow:hidden;
	}
.wa_box .address_box{
	width: 79%;
    height: 45px;
    background: #f5fafd;
    padding: 0 5px 0px 5px;
    border: 1px solid #dedede;
    font-weight: 500;
    line-height: 45px;
	float:left;
	display: flex;
	}

.wa_box .walletadd {font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;}
.wa_box .address_box input {
	width:100%;
	font-size:12px;
	color: #293b56;
	}
.wa_box .copy_btn {
    width: 18%;
    height: 45px;
    background: #2a3443;
    padding: 0 5px 0px 5px;
    border: 1px solid #a6d1ef;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    float: right;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.unit_title{
	font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 10px;
	}

.subTit {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    letter-spacing: -1px;
    padding-bottom: 15px;
}

/*common*/
.hidden {overflow:hidden;}
#header {	
	width:100%;
	height:70px;
	background:#ffffff;
	}
#header .logo {
    width: 190px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}
.nav_menu {
    position: absolute;
    top: 24px;
    left: 20px;
    cursor: pointer;
}
.close {
    float: left;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
#header .logo img{width:100%;cursor:pointer;}
#header .lang_select {
    float: right;
    margin-right: 3PX;
}
#header .lang_select select {
    width: 80px;
    border: 1px #a6a6a6 solid;
    height: 35px;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 16px;
	background-color:#ffffff;
}
.left_menu {
	width: 80%;
    min-height: 100vh;
    background: #333f50;
    background-size: cover;
    float: left;
    overflow: hidden;
    padding-top: 60px;
	}	
	.nav-hm {top:50px;}
	.nav-hm.nh-gnb {
	left: -140%;
    position: fixed;
    top: 0px;
    z-index: 99999;
	}
	.nav-hm .area-over {
    font-size: 16px;
    height: 55px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #ffffff;
	}
.mobile_scroll {
    overflow: hidden;
    height: 618px;
    overflow-y: auto;
}
.left_menu .mlist:hover {color: #ffffff;
    background: #2e353e;}
.left_menu .mlist .menu_01 {
    margin-right: 15px;
    WIDTH: 30PX;
}
	.nav-hm .mlist-sub {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
		visibility: visible;
		height: auto;
		display: none;
		}
	.nav-hm .mlist-sub ul li{
		background: #434c57;
		}
	.nav-hm .mlist-sub ul li:hover{
		background: #2e353e;
		}
	.nav-hm .mlist-sub ul li:hover a{
		color: #ffffff;
		}
	.nav-hm .mlist-sub a {
	font-size: 16px;
    height: 50px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 70px;
    color: #ffffff;
	}
.nav-hm .mlist .area-over.isOpen {
    color: #ffffff;
    background: #2e353e;
}


.stay {
    width: 70px;
    height: 25px;
    background: #0e76bc;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
}
.complet {
    width: 70px;
    height: 25px;
    background: #d6a217;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
}
.end {
    width: 70px;
    height: 25px;
    background: #c02510;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
}
.input_form {
	width: 100%;
    min-height: 400px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-radius: 20px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom:20px;
	}
.input_form .form_01{
	width:100%;
	}
.input_form .form_02{
	width:49%;
	float:right;
	}
.input_form .form_03{
	width:70%;
	}
.input_form .form_02 .t1{
	font-size: 22px;
    color: #293b56;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
	margin-bottom:30px;
	}
.input_form .form_03 .t1{
	font-size: 22px;
    color: #293b56;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px #d4d4d4 solid;
    padding-bottom: 10px;
	margin-bottom:30px;
	}
.form-group {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.form-group .group_t {
    width: 40%;
    margin-right: 0%;
    float: left;
    font-size: 18px;
    color: #293b56;
    font-weight: 500;
}
.form-group .input01 {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
}
.form-group .input02 {
    width: 79%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
}
.form-group .check_btn {
    width: 17%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #ff2525;
    margin-left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.buy_button {
    width: 300px;
    height: 50px;
    background: #1f4198;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
    cursor: pointer;
    margin: 40px auto 0px;
    display: block;
}
.input_form .form_02 .notes-box {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 30px 40px 60px 40px;
    margin-left: 30px;
    margin-top: 60px;
}
.input_form .form_02 .notes-box .p1 {
	font-size: 20px;
    color: #ec1b25;
    text-transform: uppercase;
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 20px;
	}
.input_form .form_02 .table_top {
    width: 100%;
    overflow: hidden;
    border-top: 1px #d4d4d4 solid;
    border-bottom: 1px #d4d4d4 solid;
    margin-top: 33px;
}
.input_form .form_02 .table_top li {
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #293b56;
}
.input_form .form_02 .table_top li:nth-child(1){
	width:20%;
}
.input_form .form_02 .table_top li:nth-child(2){
	width:20%;
}
.input_form .form_02 .table_top li:nth-child(3){
	width:20%;
}
.input_form .form_02 .table_top li:nth-child(4){
	width:40%;
}
.input_form .form_02 .scroll {
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
}
.input_form .form_02 table {
    width: 100%;
}
.input_form .form_02 table tr td {
    height: 45px;
    text-align: center;
    font-size: 14px;
    color: #293b56;
    border-bottom: 1px #d4d4d4 solid;
}
.input_form .form_02 table tr td:nth-child(1) {
    width: 20%;
}
.input_form .form_02 table tr td:nth-child(2) {
    width: 20%;
}
.input_form .form_02 table tr td:nth-child(3) {
    width: 20%;
}
.input_form .form_02 table tr td:nth-child(4) {
    width: 40%;
}
.form-group2 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	width:50%;
	float:left;
}
.form-group2 .group_t {
    width: 40%;
    margin-right: 0%;
    float: left;
    font-size: 18px;
    color: #293b56;
    font-weight: 500;
	text-align:center;
}
.form-group2 .input01 {
    width: 60%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
}
.form-group3 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	width:100%;
	float:left;
}
.form-group3 .group_t {
    width: 20%;
    margin-right: 0%;
    float: left;
    font-size: 18px;
    color: #293b56;
    font-weight: 500;
	text-align:center;
}
.form-group3 .input01 {
    width: 80%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
}
.save_button {
    width: 300px;
    height: 50px;
    background: #1f4198;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
    cursor: pointer;
    margin: 40px auto 0px;
    display: block;
}
/*common end*/
/*main*/
.right_form {
    width: 100%;
    background: #f0f0f0;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main .t-box01 {
    font-size: 12px;
}

.main .item-1 {
    width: 100%;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    padding: 17px;
	overflow: hidden;;
}
.main .item-1 .item-1-1{
    overflow:hidden;
	width: calc(100% / 1);
}
.main .item-1 .item-1-1 p{
   color:#ffffff;
}
.main .item-1 .item-1-1 .t1{
   font-size:12px;
   margin-bottom:5px;
}
.main .item-1 .item-1-1 .t2{
   font-size:34px;
}
.main .item-1 .item-1-1 .t3{
   font-size:22px;
}

.main .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: 60%;
    float: left;
}
.main .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.main .item-1 .item-1-2 ul li span{
    color:#64c0fe;
	font-size:12px;
}
.main .item-1 .item-1-2 .copy_btn {
    font-size: 13px;
    width: 164px;
    height: 27px;
    background: #0e76bc;
    border-radius: 30px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}
.main .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: 40%;
    float: right;
}
.main .item-1 .item-1-3 .sum_total01{
    overflow: hidden;
   margin-bottom:15px;
   text-align:right;
}
.main .item-1 .item-1-3 .sum_total01 .t1 {
    font-size: 6px;
    margin-bottom: 5px;
    color: #ffffff;
}
.main .item-1 .item-1-3 .sum_total01 .t2{
   font-size:22px;
   color:#ffffff;
}







.main .item-2 {
    width: 100%;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}
.main .item-2 .item-2-1 {
    width: calc(98% / 2);
    overflow: hidden;
    height: 120px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 20px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.main .item-2 .item-2-2 {
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 0px;
    height: 120px;
    align-items: center;
}
.main .item-2 .item-2-1:nth-child(2n) {margin-righT:0px;}
.main .item-2 .item-2-1 .title {
    color: #0e76bc;
    font-size: 16px;
    text-align: Center;
}
.main .item-2 .item-2-1 .sum_box {
    display: flex;
    text-align: center;
    margin-top: 20px;
}
.main .item-2 .item-2-1 .sum_box .sum_1{
  width:50%;
  color:#3d3d3d;
}
.main .item-2 .item-2-1 .sum_box .sum_1 .s1 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .item-2 .item-2-1 .sum_box .sum_1 .s1 span {
    font-size: 14px;
    margin-top: -7px;
}
.main .item-2 .item-2-1 .sum_box .sum_1 .s2{
	    font-size: 12px;
    color: #7b7b7b;
}
.main .item-2 .item-2-1 .s3{
	font-size:22px;
	text-align:center;
	color:#3d3d3d;
	margin-top:20px;
}
.main .item-2 .item-2-1 .s4{
	    font-size: 12px;
    text-align: center;
    color: #7b7b7b;
    margin-top: 5px;
}
.main .item-2 .item-2-1 .sum_box .bar{
  width:1px;
  height:44px;
  background:#c3c3c3;
}
.main .item-2 .item-2-2 .t1{
   color:#3d3d3d;
   font-size:14px;
   margin-top:10px;
}
.main .item-2 .item-2-2 .but_item {
    margin-right: 30px;
    cursor: pointer;
}
.main .item-2 .item-2-2 .but_item img {width:50px;}
.main .item-2 .item-2-2 .Sign_up_item{
   cursor:pointer;
}
.main .item-2 .item-2-2 .Sign_up_item img{
   width:50px;
}


.main .item-3 {
    width: 100%;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
}
.main .item-3 .item-3-1 {
    width: calc(100% / 1);
    overflow: hidden;
    min-height: 150px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 15px;
	padding-bottom: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.main .item-3 .item-3-1 .title{
	font-size:18px;
	color:#293b56;
	margin-bottom:10px;
	}
.main .item-3 .item-3-1 .Rank_box{
	width:100%;
	}
.main .item-3 .item-3-1 .Rank_box ul li {
    float: left;
    background: #333f50;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    text-align: Center;
    font-size: 16px;
}
.main .item-3 .item-3-1 .Rank_box ul li:nth-child(1){
	width:30%;
	}
.main .item-3 .item-3-1 .Rank_box ul li:nth-child(2){
	width:40%;
	}
.main .item-3 .item-3-1 .Rank_box ul li:nth-child(3){
	width:30%;
	}
.main .item-3 .item-3-1 .Rank_box .scroll {
    overflow: hidden;
    width: 100%;
    height: 196px;
    overflow-y: auto;
}
.main .item-3 .item-3-1 .Rank_box table{
	width:100%;
	}
.main .item-3 .item-3-1 .Rank_box table tr td{
	height:39px;
	text-align:center;
	font-size:14px;
	border-bottom:1px #d4d4d4 solid;
	}
.main .item-3 .item-3-1 .Rank_box table tr td:nth-child(1){
	width:30%;
	}
.main .item-3 .item-3-1 .Rank_box table tr td:nth-child(2){
	width:40%;
	}
.main .item-3 .item-3-1 .Rank_box table tr td:nth-child(3){
	width:30%;
	}
.main .item-3 .item-3-1 .Promotion_box {
    overflow: hidden;
    width: 100%;
    height: calc(95vw / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #b3b3b3;
    font-weight: 400;
}

.main .item-4 {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 15px;
	padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.main .item-4 .title {
    font-size: 18px;
    color: #293b56;
    border-bottom: 1px #d4d4d4 solid;
    padding-bottom: 10px;
}
.main .item-4 .notice_list {
    width: 100%;
    height: 55px;
    padding-left: 10px;
    border-bottom: 1px #d4d4d4 solid;
    display: flex;
    align-items: center;
}
.main .item-4 .notice_list .date{
    font-size:14px;
	color:#293b56;
}
.main .item-4 .notice_list .text{
    font-size:14px;
	color:#293b56;
	margin-left:10px;
}
.main .item-4 .page_nav{
    overflow:hidden;
	display:table;
	margin:10 auto 10;
}
.main .item-4 .page_nav ul li {
    float: left;
    margin-right: 5px;
    border: 1px #d4d4d4 solid;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.main .item-4 .page_nav ul li.on {border-bottom:2px solid #0e76bc;}
.main .item-4 .page_nav ul li:hover{border-bottom:2px solid #0e76bc;}
.main .item-4 .page_nav ul li img{
    width:8px;
}
/*main END*/


/*my unit*/
.sub_page .title {
    font-size: 30px;
    color: #423a3a;
    margin-bottom: 10px;
}
.myunit .item-1 {
	width: 100%;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 17px;
    overflow: hidden;
	position: relative;
	}
.myunit .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 1);
}
.myunit .item-1 .item-1-1 p {
    color: #ffffff;
}
.myunit .item-1 .item-1-1 .t1 {
    font-size: 20px;
    margin-bottom: 5px;
}
.myunit .item-1 .item-1-1 .t2 {
    font-size: 34px;
}
.myunit .item-1 .item-1-1 .t3 {
    font-size: 22px;
}
.myunit .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 1);
}
.myunit .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.myunit .item-1 .item-1-2 ul li span {
    color: #64c0fe;
    font-size: 12px;
}
.myunit .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    text-align: right;
    float: right;
    position: absolute;
    top: 30px;
    right: 20px;
}
.myunit .item-1 .item-1-3 img{
   width:100px;
}

.myunit .item-2 {
	width: 100%;
    display: flex;
	margin-top:20px;
    flex-wrap: wrap;
	}
.myunit .item-2 .item-2-1 {
    width: calc(100% / 1);
	width : -webkit-calc(100% / 1); /* for Chrome, Safari */
	width : -moz-calc(100% / 1); /* for Firefox */ 
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom:2%;
}
.myunit .item-2 .numbering {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.myunit .item-2 .item-2-1 .l_box {
    width: 40%;
    text-align: center;
    border-right: 1px #e4e4e4 solid;
    display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    align-items: center;
    align-items: -webkit-center;
    align-items: -ms-center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
}
.myunit .item-2 .item-2-1 .l_box .t1{
	font-size:45px;
	font-family: 'Noto Sans KR', sans-serif;
	line-height:1;
	width:100%;
	}
.myunit .item-2 .item-2-1 .l_box .t1 span{
	font-size:14px;
	}
.myunit .item-2 .item-2-1 .r_box {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}
.myunit .item-2 .item-2-1 .r_box ul li {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
	line-height:1.5;
}
.myunit .item-2 .item-2-1 .r_box ul li span{
    float:right;
	color:#3187ef;
	text-align: left;
    width: 50%;
}
/*my unit EMD*/

/*tree*/
.tree_box {
	width: 100%;
    margin: 10px 0 20px 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 3%;
    overflow: hidden;
	background:#ffffff;
	}
/*tree END*/

/*agency*/
.angncy .item_date{overflow:hidden;width:100%;position:relative;}
.angncy .item_date .date_select {
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.angncy .item_date .date_select .date_t{
    margin-left:10px;
	margin-right:10px;
    font-size: 18px;
}
.angncy .item_date .date_select .date_pre,.date_next{
    cursor:pointer;
}
.angncy .item_date .total_sum {
	float: right;
    font-size: 16px;
    padding-top: 5px;
	}
.angncy .agency_daily_table {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
}
.angncy .agency_daily_table  table {width:100%;}
.angncy .agency_daily_table table tr th {
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #333f50;
    color: #fff;
	border: 1px #59626d solid;
}
.angncy .agency_daily_table table tr th:nth-child(1) {
    width:30%;
}
.angncy .agency_daily_table table tr th:nth-child(2) {
    width:40%;
}
.angncy .agency_daily_table table tr th:nth-child(3) {
    width:30%;
}
.angncy .agency_daily_table table tr td {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px #e4e4e4 solid;
    border: 1px #e4e4e4 solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.angncy .agency_daily_table table tr td:nth-child(1){
    width:30%;
}
.angncy .agency_daily_table table tr td:nth-child(2){
    border-left:1px #e4e4e4 solid;
    border-right:1px #e4e4e4 solid;
	width:40%;
    padding-left: 10px;
    padding-right: 10px;
        text-align: left;
}
.angncy .agency_daily_table table tr td:nth-child(3){
    width:30%;
}




.angncy .agency_daily_table2 table tr th:nth-child(1) {
    width:25%;
}
.angncy .agency_daily_table2 table tr th:nth-child(2) {
    width:25%;
}
.angncy .agency_daily_table2 table tr th:nth-child(3) {
    width:25%;
}
.angncy .agency_daily_table2 table tr th:nth-child(4) {
    width:25%;
}
.angncy .agency_daily_table2 table tr td:nth-child(1){
    width:25%;
}
.angncy .agency_daily_table2 table tr td:nth-child(2){
	width:25%;
}
.angncy .agency_daily_table2 table tr td:nth-child(3){
    width:25%;
}
.angncy .agency_daily_table2 table tr td:nth-child(4){
    width:25%;
}
/*agency END*/


/*bouns*/
.mt20 {margin-top:20px;}
.bonus .item-2 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	}
.bonus .item-2 .item-2-2 {
    width: calc(100% / 1);
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding:20px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.bonus .item-2 .item-2-2 .date {
    margin-bottom: 25px;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 12px;
    color: #b7b7b7;
}
.bonus .item-2 .item-2-2 .sum {
    width: calc(100% / 2);
    float: left;
}
.bonus .item-2 .item-2-2 .sum .s1 {
    font-size: 26px;
    float: left;
}
.bonus .item-2 .item-2-2 .r_box {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}
.bonus .item-2 .item-2-2 .r_box ul li {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 1.5;
}
.bonus .item-2 .item-2-2 .r_box ul li span {
    float: right;
    color: #3187ef;
	text-align: left;
    width: 50%;
}
/*bonus END*/

/*mining*/
.mining .item-1 {
	width: 100%;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 17px;
    overflow: hidden;
	}
.mining .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 1);
}
.mining .item-1 .item-1-1 p {
    color: #ffffff;
}
.mining .item-1 .item-1-1 .t1 {
    font-size: 20px;
    margin-bottom: 5px;
}
.mining .item-1 .item-1-1 .t2 {
    font-size: 30px;
}
.mining .item-1 .item-1-1 .t3 {
    font-size: 30px;
}
.mining .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: 60%;
    float: left;
}
.mining .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.mining .item-1 .item-1-2 ul li span {
   color: #64c0fe;
    font-size: 12px;
}
.mining .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: 40%;
    float: right;
}
.mining .item-1 .item-1-3 .sum_total01 {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: right;
}
.mining .item-1 .item-1-3 .sum_total01 .t1 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffffff;
}
.mining .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 22px;
    color: rgb(255,255,255);
	cursor:text;
}
.mining .item-1 .item-1-3 .sum_total01 .t2 a {color:#ffffff;}
.mining .mining_link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.mining .mining_link a {
    float: left;
    width: 50%;
    display: block;
    background: #ffffff;
    color: #333333;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.mining .mining_link .on {
	background: #226fc4 !important;
    color: #ffffff;
	}

.mining .item-2 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	}
.mining .item-2 .item-2-1 {
    width: calc(100% / 1);
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 2%;
    padding-left: 20px;
	padding-right:20px;
	overflow: hidden;
}
.mining .item-2 .item-2-1 .date {
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 25px;
}
.mining .item-2 .item-2-1 .sum{
	width:calc(100% / 2);
	float:left;
	}
.mining .item-2 .item-2-1 .sum .item-2-1-1 {
    float: left;
    width: 35px;
    height: 20px;
    background: #3e9ff9;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-top: 6px;
}
.mining .item-2 .item-2-1 .sum .s1{
	font-size:24px;
	float: left;
	}
.mining .item-2 .item-2-1 .sum .s1 span{
	font-size:16px;
	}
.mining .item-2 .item-2-1 .total{
	width:calc(100% / 2);
	float:right;
	text-align:right;
	}
.mining .item-2 .item-2-1 .total .s1{
	font-size:16px;
	}
.mining .item-2 .item-2-1 .total .s2{
	font-size:22px;
	}
.mining .item-2 .item-2-1 .font-1 {
    font-size: 16px;
    color: #3e9ff9;
}

/*mining EMD*/

/*referral_list*/
.myunit .item-2 .item-2-1 .info {
    width: 40%;
    border-right: 1px #e4e4e4 solid;
    padding-top: 20px;
    padding-left: 10px;
}
.myunit .item-2 .item-2-1 .info .info_id {
    font-size: 24px;
    color: #333333;
	margin-bottom:5px;
}
.myunit .item-2 .item-2-1 .info .info_name {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.myunit .item-2 .item-2-1 .info .info_name span{
    background: #3e9ff9;
    color: #ffffff;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
}
.myunit .item-2 .item-2-1 .info .info_p1 {
    font-size: 14px;
    color: #333333;
}
.myunit .item-2 .item-2-1 .info .info_p1 span {
    color: #666666;
    width: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.myunit .unpurchased {
    width: calc(98% / 2);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 10px;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-left: 10px;
    padding-bottom: 10px;
}
.myunit .unpurchased:nth-child(2n-2) {margin-right:0px;}
.myunit .unpurchased .box-1 {
    width: 88px;
    height: 30px;
    background: #ffc000;
    color: #ffffff;
    text-align: Center;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}
.myunit .unpurchased .info_id {
    font-size: 24px;
    color: #333333;
}
.myunit .unpurchased .info_name {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.myunit .unpurchased .info_p1 {
    font-size: 14px;
    color: #333333;
}
.myunit .unpurchased .info_p1 span {
    color: #666666;
    width: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
/*referral_list END*/

/*node*/
.node .item-1 {
	width: 100%;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 17px;
    overflow: hidden;
	}
.node .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 1);
}
.node .item-1 .item-1-1 p {
    color: #ffffff;
}
.node .item-1 .item-1-1 .t1 {
    font-size: 20px;
    margin-bottom: 5px;
}
.node .item-1 .item-1-1 .t2 {
    font-size: 34px;
}
.node .item-1 .item-1-1 .t3 {
    font-size: 22px;
}
.node .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: 60%;
    float: left;
}
.node .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.node .item-1 .item-1-2 ul li span {
    color: #64c0fe;
    font-size: 12px;
}
.node .item-1 .item-1-3 {
   overflow: hidden;
    padding-top: 20px;
    width: 40%;
    float: right;
}
.node .item-1 .item-1-3 .sum_total01 {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: right;
}
.node .item-1 .item-1-3 .sum_total01 .t1 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffffff;
}
.node .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 22px;
    color: #ffffff;
}
.node .item-2 {
	width: 100%;
    display: flex;
	margin-top:10px;
    flex-wrap: wrap;
	}
.node .item-2 .item-2-1 {
    width: calc(100% / 1);
	width : -webkit-calc(100% / 1); /* for Chrome, Safari */
	width : -moz-calc(100% / 1); /* for Firefox */ 
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    align-items: center;
    align-items: -webkit-center;
    align-items: -ms-center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 2%;
}
.node .item-2 .numbering {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.node .item-2 .numbering_new {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 47px;
    background: #e70f42;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.node .item-2 .item-2-1 .l_box {
    width: 50%;
    height: 100%;
    text-align: center;
    border-right: 1px #e4e4e4 solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.node .item-2 .item-2-1 .l_box .t1{
	font-size:55px;
	font-family: 'Noto Sans KR', sans-serif;
	}
.node .item-2 .item-2-1 .l_box .t1 span{
	font-size:35px;
	}
.node .item-2 .item-2-1 .r_box{
	width: 60%;
    padding-left: 10px;
    padding-right: 10px;
	}
.node .item-2 .item-2-1 .r_box ul li {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
	line-height:1.5;
}
.node .item-2 .item-2-1 .r_box ul li span{
    float:right;
	color:#3187ef;
	text-align: left;
    width: 50%;
}
.node .item-2 .item-2-1 .info {
    width: 40%;
    border-right: 1px #e4e4e4 solid;
    padding-top: 20px;
    padding-left: 10px;
}
.node .item-2 .item-2-1 .info .info_id {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}
.node .item-2 .item-2-1 .info .info_name {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.node .item-2 .item-2-1 .info .info_name span{
    background: #3e9ff9;
    color: #ffffff;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
}
.node .item-2 .item-2-1 .info .info_p1 {
    font-size: 14px;
    color: #333333;
}
.node .item-2 .item-2-1 .info .info_p1 span {
    color: #666666;
    width: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.node .tab_open {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 20px;
	padding-left:10px;
}
.node .tab_open label {
	display: flex;
    align-items: center;
	font-size:20px;margin-right:10px;
	}
.node .tab_open .radio_check {
	width:16px;
	height:16px;
	margin-right:7px;
	}

.node .pool_box {
	width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:10px;
	padding-right: 10px;
	margin-top: 20px;
	}
.node .pool_box .title {
    font-size: 22px;
    margin-bottom: 5px;
}
.node .pool_box table {width:100%;}
.node .pool_box table tr th {
    border-top: 1px #e4e4e4 solid;
    height: 40px;
    border-bottom: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
    font-size: 16px;
    font-weight: 400;
}
.node .Pion_pool table tr th {
    color: #1f88bc;
}
.node .mining_pool table tr th {
    color: #af9933;
}
.node .pool_box table tr td {
    padding-top: 15px;
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 15px;
    border-right: 1px #e4e4e4 solid;
    padding-left: 5px;
    font-size: 12px;
}
.node .pool_box table tr td span {
    font-size: 16px;
}
.node .pool_box table tr th:nth-child(1){
	width:25%;
	}
.node .pool_box table tr td:nth-child(1){
	width:25%;
	}
.node .pool_box table tr th:nth-child(2){
	width:25%;
	}
.node .pool_box table tr td:nth-child(2){
	width:25%;
	}
.node .pool_box table tr th:nth-child(3){
	width:25%;
	}
.node .pool_box table tr td:nth-child(3){
	width:25%;
	}
.node .pool_box table tr th:nth-child(4){
	width:25%;
	border-right:none;
	}
.node .pool_box table tr td:nth-child(4){
	width:25%;
	border-right:none;
	}
.node .Pion_pool .title {
    color: #1f88bc;
}
.node .mining_pool .title {
    color: #af9933;
}

.node .n_pbox {
        font-size: 13px;
    margin-top: 20px;
    text-align: center;
}
/*node END*/
/*node_search*/
.search .search_form {
	display:flex;
	}
.search .form_01 {width:100%;}
.search .search_form .f_01{
	width:70%;
	height:40px;
	background:#ffffff;
	}
.search .search_form .f_01 input{
	width:100%;
	height:100%;
	padding-left:10px;
	font-size:14px;
	border:none;
	outline:none;
	}
.search .search_form .f_02 {
    width: 30%;
    height: 40px;
    background: #3187ef;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}
.search .result_box {width:100%;margin-top:20px;}
.search .result_box .list01 {
    width: 100%;
    display: flex;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}
.search .result_box .list01 .d1 {
    width: 50%;
    height: 100%;
    background: #ffffff;
    padding-left: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	border-bottom: 1px #e4e4e4 solid;
}
.search .result_box .list01 .d3 {
    width: 50%;
    height: 100%;
    background: #ffffff;
	height:60px;
	border-bottom: 1px #e4e4e4 solid;
}
.search .result_box .list01 .br {border-right:1px #e4e4e4 solid;}
.search .result_box .list01 .bt {border-top:1px #e4e4e4 solid;}
.search .result_box .list01 .d1 .t1 {color:#3187ef;margin-bottom: 3px;font-size: 14px;}
.search .result_box .list01 .d1 .p1 {font-size:20px;color:#333333;font-size: 14px;}
.search .result_box .list01 .d3 .t1 {color:#3187ef;margin-bottom: 3px;font-size: 14px;}
.search .result_box .list01 .d3 .p1 {font-size:20px;color:#333333;font-size: 14px;}
.search .result_box .list01 .d3 .d2 {
	width: 50%;
    height: 100%;
	float:left;
    background: #ffffff;
    display: flex;
    flex-direction: column;
	justify-content: center;
	padding-left:10px;
	}
.search .tab_open {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 20px;
	padding-left:10px;
	margin-bottom:10px;
}
.search .tab_open label {
	display: flex;
    align-items: center;
	font-size:20px;margin-right:10px;
	}
.search .tab_open .radio_check {
	width: 16px;
    height: 16px;
    margin-right: 7px;
	}
/*node_search END*/

/*wallet*/
.common_box {
    width: 100%;
    min-height: 400px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.bTable .w50L {
    float: none;
    width: 100%;
}
.bTable .w50R {
    float: none;
    width: 100%;
    margin: 0;
}
.bTable .basic {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0,0,0,.2);
    color: #000;
}
.bTable .td input.table {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 0;
}
.bTable .td input.table {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
    text-indent: 10px;
    padding: 0;
}
.buyWrap .name {
   font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
}

.buyWrap .left49 {
    float: none;
    width: 100%;
}

.buyWrap .pic {
     position: relative;
    width: 100%;

    background: url(../images/server.png) no-repeat center center;
    border: 1px solid #d5d5d5;
    height: 280px;
    background-size: auto 100%;
}

.buyWrap .pic .tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: #436acb;
    border-radius: 50%;
    padding: 20px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.buyWrap .option {
        width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.buyWrap .option ul {
        float: none;
    width: 100%;
}

.block {
    clear: both;
    display: none;
}

.buyWrap .option .numBox {
    width: 36px;
    height: 36px;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.buyWrap .option ul li dd {
    float: left;
    margin: 2px;
}

.buyWrap .option ul.etc {
        clear: both;
    float: none;
    text-align: left;
        width: 140px;
        padding: 8px 0 0 0;
}

.buyWrap .option .down {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/down.png) no-repeat center center;
    border: 1px solid #d5d5d5;
    display: inline-block;
    cursor: pointer;
}

.buyWrap .option .num {
    float: left;
}

.buyWrap .option .up {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/up.png) no-repeat center center;
    border: 1px solid #d5d5d5;
    display: inline-block;
    cursor: pointer;
}

.buyWrap .option .num input {
    width: 60px;
    height: 40px;
    background: #f5f5f5;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}
.buyWrap .right49 {
    float: none;
    width: 100%;
}

.buyWrap .th {
    padding: 15px 0 0 0;
    font-weight: 600;
    font-size: 16px;
}

.buyWrap .con {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
}

.buyWrap .con strong {
    color: #436acb;
}

.buyWrap .btnBuy {
    width: 100%;
    margin: 20px auto 20px auto;
    background: #333f50;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
#t_qty {margin-bottom:10px;}



.myOption {
    width: 100%;
    margin: 20px 0;
    padding: 10px 3%;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
}
.myOption ul li {
    float: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.myOption input[type="radio"] {
    margin: 0;
	 margin-right:5px;
}

.faq {
    width: 100%;
    border-top: 2px solid #333f50;
}

.faq ul {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.faq ul li {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 2%;
    text-align: left;
    font-size: 12px;
    line-height: 50px;
    cursor: pointer;
}

.faq .iconQ {
    margin: 8px 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #333f50;
}

.faq .iconArrow {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/ico_arrow_01.png) no-repeat center center #f5f5f5;
    background-size: 10px 5px;
    margin: 20px 0 0 0;
    border-radius: 50%;
    border: 1px solid #dedede;
    display: inline-block;
}

.faq .iconArrow.on {
    background: url(../images/ico_arrow_02.png) no-repeat center center #fff;
    background-size: 10px 5px;
}

.faq .sub_menu {
    display: none;
    background: rgba(0,0,0,.01);
    border-bottom: 1px solid #ccc;
    padding: 35px 5%;
    font-size: 12px;
    line-height: 1.8em;
}

.faq .iconA {
    margin: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.tcenter {
    text-align: center;
}

.gray_list {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.gray_list table {
    width: 100%;
    border-top: 2px solid #000;
}

.gray_list table th {
    background: #fbfbfb;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 12px 5px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.gray_list table td {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 12px 5px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    height: 50px;
}


/*공지사항*/

.notice_list .nbody {
    border-top: 2px solid #000;
}

.notice_list ul.n01 {
    width: 12%;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #436acb;
    line-height: 3;
}

.notice_list ul.name01 {
    width: 88%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notice_list ul {
    float: left;
    height: 90px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    overflow: hidden;
}

.notice_list ul .date {
        padding: 2px 0 0 0;
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 200;
    letter-spacing: 0;
}

.notice_list .content {
    clear: both;
    width: 100%;
    background: rgba(0,0,0,.01);
    padding: 20px 7%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 1.5;
    word-break: keep-all;
}




/*otp*/
.otp .th {font-size:14px;}
/*otp END*/


.tab_menu {
    display: flex;
    margin-bottom: 15px;
}
.tab_menu p {
    width: calc(100%/3);
    height: 35px;
    background: #2a3443;
    background: #b5b5b5;
    float: left;
    margin-right: 2%;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}
.tab_menu p:nth-child(3) {margin-right:0px;}
.tab_menu p a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*b_page*/
.b_page .nSearch {
	width: 100%;
    margin: 10px 0 20px 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 1%;
    overflow: hidden;
    word-break: keep-all;
    font-size: 12px;
}
.b_page .nSearch input {
	height: 25px;
    margin: 0 0 0 0;
    border: 1px solid #a6d1ef;
    background: #f5fafd;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.b_page .bBlack {
    height: 28px;
    background: #436acb;
    margin: 0 0 0 0;
    color: #fff;
    line-height: 26px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}
.b_page .listBox {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0,.3);
}
.b_page .listBox ul {
    float: left;
    padding-bottom: 10px;
}
.b_page .listBox ul li.date {
    padding: 0px 20px 0 10px;
    font-size: 11px;
    color: rgba(0,0,0,.5);
    font-weight: 400;
    letter-spacing: 0.2px;
}
.b_page .listBox ul li.name {
    padding: 0px 0px 0 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.b_page .listBox ul.right {
    float: right;
    text-align: right;
    padding-right: 10px;
}
.b_page .listBox ul li .tit {
    font-size: 14px;
    padding: 0 0 0 0;
    line-height: 1.1;
}
.b_page .listBox ul li .number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
}
.b_page .listBox .bottom {
    clear: both;
    width: 100%;
    background: rgba(0,0,0,.02);
    margin: 8px 0 0 0;
    border-top: 1px dashed rgba(0,0,0,.3);
    text-align: right;
    overflow: hidden;
    font-size: 11px;
    padding: 8px 10px;
    word-break: keep-all;
}
.b_page .balace_link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.b_page .balace_link a {
    float: left;
    width: calc(100%/3);
    display: block;
    background: #b5b5b5;
    color: #ffffff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.b_page .balace_link .on {
    background: #226fc4 !important;
    color: #ffffff;
}
.bTable .guide {
    font-size: 14px;
    padding-bottom: 5px;
}
.b_page .page_nav {
    overflow: hidden;
    display: table;
    margin: 10 auto 10;
}
.b_page .page_nav ul li {
    float: left;
    margin-right: 5px;
    border: 1px #d4d4d4 solid;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.b_page .page_nav ul li img {
    width: 8px;
}
.b_page .page_nav ul li.on {
    border-bottom: 2px solid #0e76bc;
}
/*b_page END*/


/*investor LOGIN*/
body.investor {
    background: #1e3d01 !important;
}
.investor .left_menu {
    background: #1e3d01;
}
.investor .left_menu .mlist:hover {
    background: #132801;
}
.investor .nav-hm .mlist .area-over.isOpen {
    background: #132801;
}
.investor .nav-hm .mlist-sub ul li {
    background: #1a3106;
}
.investor .nav-hm .mlist-sub ul li:hover {
    background: #132801;
}
.investor .item-1 {
    background: #1e3d01;
}
.investor .item-1 .item-1-2 .copy_btn {
    background: #0cba7f;
}
.investor .item-1 .item-1-2 ul li span {
    color: #6effce;
}
.investor .item-2 .item-2-1 .title {
    color: #1db07e;
}
.investor .item-3 .item-3-1 .Rank_box ul li {
    float: left;
    background: #1e3d01;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: Center;
}
.investor .item-4 .page_nav ul li.on {
    border-bottom: 2px solid #0cba7f;
}
.investor .item-4 .page_nav ul li:hover {
    border-bottom: 2px solid #0cba7f;
}
/*investor LOGIN END*/


/*join*/
.jTop {
    position: fixed;
    top: 0;
    left: 50%;
    height: 65px;
    background: #fff;
    z-index: 99;
    width: 95%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    transform: translateX(-50%);
}
.jTop .jLogo {
    float: left;
    width: 150px;
    height: 28px;
    background: url(../images/logo.png) no-repeat;
    margin: 22px 0 0 3%;
    background-size: auto 100%;
	cursor:pointer;
}
.jTop .jInfo {
    float: right;
    height: 25px;
    margin: 25px 3% 0 0;
    background: none;
    padding: 0 0 0 30px;
    background-size: auto 100%;
    line-height: 30px;
    font-size: 0;
}
.jTop .jInfo .btnL {
    background: #436acb;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    display: inline-block;
}
.login_bg .input_form{width:95% !important;margin:0 auto;}
.pt105{padding-top:80px;}
.motion {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
/*join END*/

.investor .item-2 .numbering {
    background: #1e3d01 !important;
}
.investor .item-2 .item-2-1 .r_box ul li span{
	color: #1db07e;
}
.investor .mining_link .on {
	background: #2a4c0a !important;
	}
.investor .balace_link .on {
    background: #2a4c0a !important;
}
.investor .agency_daily_table table tr th {
    background: #1e3d01;
}


.uTable2 {
    width: 100%;
    border-top: 2px solid #000;
    overflow: hidden;
}
.uTable2 ul {
    overflow: hidden;
}
.uTable2 ul li {
    float: left;
    width: 25%;
    padding: 0px !important;
    border-bottom: 1px solid #dcdee1;
    text-align: center;
    height: 40px;
	font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uTable3 ul li {
    width: 33%;
}
.uTable3 ul li:nth-child(3) {
    width: 34%;
}
.uTable2 .th {
    background: #f5f7fa;
    font-weight: 600;
	font-size:14px;
}
.Cansle_bt {
    width: 67px;
    height: 24px;
    text-align: center;
    background: #2a3443;
    display: block;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
	cursor:pointer;
}


.page_number {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_number table td{float: left;
    margin-right: 5px;
    border: 1px #d4d4d4 solid;
    width: 32px;
    height: 32px;
    display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    align-items: center;
    align-items: -webkit-center;
    align-items: -ms-center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
    cursor: pointer;
    background: #ffff;
	}

.lang_select_box {overflow:Hidden;position:relative;}
.lang_select_box .setLang {
    width: 100%;
    height: 45px;
    border: 0;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    border-radius: 5px;
    background: #ffffff;
    border: 1px #dddddd solid;
	background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 9px auto;
}
.lang_select_box .set-img {
	position: absolute;
    top: 12px;
    left: 10px;
    width: 30px;
	}



.staking .item-1 {
    width: 100%;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 17px;
    overflow: hidden;
}
.staking .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 1);
}
.staking .item-1 .item-1-1 p {
    color: #ffffff;
}
.staking .item-1 .item-1-1 .t1 {
   font-size: 20px;
    margin-bottom: 5px;
}
.staking .item-1 .item-1-1 .t2 {
    font-size: 30px;
}
.staking .item-1 .item-1-1 .t3 {
    font-size: 30px;
}
.staking .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: 60%;
    float: left;
}
.staking .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.staking .item-1 .item-1-2 ul li span {
    color: #ffc000;
    font-size: 12px;
}
.staking .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
    text-align: right;
}
.staking .item-1 .item-1-3 .sum_total01 {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: right;
}
.staking .item-1 .item-1-3 .sum_total01 .t1 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffffff;
}
.staking .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 22px;
    color: rgb(255,255,255);
    cursor: text;
}

.staking .staking_link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.staking .staking_link a {
    float: left;
    width: 50%;
    display: block;
    background: #ffffff;
    color: #333333;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.staking .staking_link .on {
    background: #226fc4 !important;
    color: #ffffff;
}
.staking .item-2 {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.staking .item-2 .item-2-1 {
    width: calc(100% / 1);
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 2%;
}
.staking .item-2 .item-2-1:nth-child(2n-1) {
    margin-right: 1.5%;
}
.staking .item-2 .numbering {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.staking .item-2 .item-2-1 .l_box {
    width: 40%;
    text-align: center;
    border-right: 1px #e4e4e4 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-items: -webkit-center;
    align-items: -ms-center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
}
.staking .item-2 .item-2-1 .l_box .t1 {
    font-size: 45px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1;
    width: 100%;
}
.staking .item-2 .item-2-1 .l_box .t1 span {
    font-size: 25px;
}
.staking .item-2 .item-2-1 .r_box {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}
.staking .item-2 .item-2-1 .r_box ul li {
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 1.5;
}
.staking .item-2 .item-2-1 .r_box ul li span {
    float: right;
    color: #3187ef;
    text-align: left;
    width: 50%;
}

.staking .common_box .item-3 {
    overflow: hidden;
    padding-top: 30px;
	width:100%;
}
.staking .common_box .item-3 .form01{
    width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.staking .common_box .item-3 .form01 .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
}
.staking .common_box .item-3 .form01 .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    float: left;
    width: 120px;
    height: 45px;
    text-align: right;
    padding-top: 8px;
}
.staking .common_box .item-3 .form01 .t2 span {margin-left:5px;}
.staking .common_box .item-3 .form01 .btn-Area {
    width: 100%;
    float: right;
}
.staking .common_box .item-3 .form01 .btn-Area .day-btn {
    position: relative;
    width: 40%;
    height: 45px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.staking .common_box .item-3 .form01 .btn-Area .on {
    background:#505050 !important;
	color:#fff;
}
.staking .common_box .item-3 .form01 .btn-Area .day-btn:nth-child(1) {margin-right:10px;}
.staking .common_box .item-3 .form01 .btn-Area .Interest-btn {
    position: relative;
    width: 100%;
    height: 45px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #3187ef;
    display: inline-block;
    line-height: 45px;
    text-align: center;
	cursor:pointer;
	font-weight: 700;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area {
    width: 100%;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area .box-1 {
    position: relative;
    width: 19%;
    height: 45px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000000;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 1%;
    float: left;
}
.staking .common_box .item-3 .form01 .btn-Area  .box-area .box-1:last-child{
	margin-right:0px;
}


.staking .common_box .item-3 .form01 .btn-Area .box-area2 {
    margin-top: 10px;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .box-1 {
    position: relative;
    height: 45px;
    width: 19%;
    background: #6d6d6d;
    border: 1px solid #dedede;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 1%;
    float: left;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .box-1:hover {background: #505050;}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .box-2 {
    position: relative;
    height: 45px;
	width:39%;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000000;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 1%;
    float: left;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .box-1:last-child{
	margin-right:0px;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .Reset-btn {
    position: relative;
    height: 45px;
    width: 19%;
    background: #333f50;
    border: 1px solid #dedede;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
}
.p-sp20 {display:none;}
.p-sp30 {display:none;}

.staking .common_box .item-3 .form01 .input-Area {
    position: relative;
    width: 100%;
    height: 45px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #3187ef;
    display: inline-block;
    line-height: 45px;
    font-weight: 700;
}
.staking .common_box .item-3 .form01 .input-Area .input01{
    width:70%;
	height:100%;
	font-size:16px;
	padding-left:10px;
}
.staking .common_box .item-3 .form01 .input-Area .s1 {
    position: absolute;
    right: 75px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}
.staking .common_box .item-3 .form01 .input-Area .s1::after {
    content: '';
    width: 1px;
    height: 22px;
    background: #aeaeae;
    float: right;
    position: absolute;
    top: 12px;
    right: -14px;
}
.staking .common_box .item-3 .form01 .input-Area .max-btn {
    position: absolute;
    right: 10px;
    color: #226fc4;
    font-size: 14px;
    cursor: pointer;
}
.staking .common_box .item-3 .total-sum {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    padding-right: 1%;
    font-size: 14px;
    margin-bottom: -23px;
}

.staking .common_box .item-4 .left49 {
    float: left;
    width: 100%;
}
.staking .common_box .item-4 .left49 .time-text{
    font-size:40px;
	color:#000000;
	text-align:center;
}
.staking .common_box .item-4 .right49 {
    float: right;
    width: 48%;
}


.staking .common_box .item-4 .left49 .th {
    padding: 12px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.staking .common_box .item-4 .left49 .con {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    position: relative;
}
.staking .common_box .item-4 .left49 .buy_input01 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
}
.staking .common_box .item-4 .left49 .address_input02 {
    width: 80%;
    height: 100%;
    border-radius: 5px;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
}
.staking .common_box .item-4 .left49 .address_copy {
    width: 20%;
    height: 38px;
    background: #24293a;
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    line-height: 38px;
    font-weight: 500;
}
.staking .common_box .item-4 .left49 .btnBuy {
    width: 250px;
    margin: 25px auto 25px auto;
    background: #24293a;
    height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    font-style: italic;
    line-height: 50px;
}
.staking .common_box .item-4 .left49 .item-4-1 {
    margin-top:10px;
}

.staking .common_box .item-4 .left49 .cSearch {
    width: 100%;
    margin: 10px 0 20px 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 1%;
    overflow: hidden;
    word-break: keep-all;
    font-size: 12px;
}
.staking .common_box .item-4 .left49 .cSearch div {float:left;width:calc(100%/3);text-align:center;}
.staking .common_box .item-4 .left49 .cSearch div.bar {border-left:1px #cccccc solid;border-right:1px #cccccc solid;}






.staking .common_box .item-3-history {
    overflow: hidden;
    padding-top: 30px;
	width:100%;
    margin-top:20px;
}
.staking .common_box .item-3-history .list-top{
    height: 45px;
	line-height:44px;
    font-size: 16px;
    font-weight: 400;
    background: #333f50;
    color: #fff;
    border: 1px #59626d solid;
	width:100%;
}
.staking .common_box .item-3-history .list-top ul li {
	float:left;
	width:33%;
	text-align:center;
	}
.staking .common_box .item-3-history .list-top ul li:nth-child(1) {
	width:40%;
	}
.staking .common_box .item-3-history .list-top ul li:nth-child(2) {
	width:30%;
	}
.staking .common_box .item-3-history .list-top ul li:nth-child(3) {
	width:30%;
	}
.staking .common_box .item-3-history .list-body {
    border: 1px #e4e4e4 solid;
    min-height:80px;
	max-height: 425px;
    overflow: hidden;
    overflow-y: auto;
}
.staking .common_box .item-3-history .list-body table {
	width:100%;
	}
.staking .common_box .item-3-history .list-body table tr{
	text-align:center;
	}
.staking .common_box .item-3-history .list-body table tr td{
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px #e4e4e4 solid;
    padding-top: 10px;
    padding-bottom: 10px;
	}
.staking .common_box .item-3-history .list-body table tr td:nth-child(1) {
	width:40%;
	}
.staking .common_box .item-3-history .list-body table tr td:nth-child(2) {
	border-left:1px #e4e4e4 solid;
	border-right:1px #e4e4e4 solid;
	width:30%;
	}
.staking .common_box .item-3-history .list-body table tr td:nth-child(3) {
	width:30%;
	}


.staking .staking-terms {
    width: 100%;
    padding: 20px;
    border: 3px #e4e4e4 solid;
}
.staking .staking-terms .te-tit{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-transform: uppercase;
	}
.staking .terms {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.staking .check01 {
    float: left;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}
.staking .t1-1 {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}


.investor .staking_link .on {
    background: #1e3d01 !important;
    color: #ffffff;
}
.investor .item-1 {

    background: #1e3d01;
}
.investor .item-1 .item-1-2 ul li span {
    color: #6effce;
    font-size: 22px;
}
.investor .common_box .item-3-history .list-top {
    background: #1e3d01;
    color: #fff;
    border: 1px #59626d solid;
}
.investor .common_box .item-3 .form01 .btn-Area .box-area2 .box-1 {
    background: #1e3d01;
}
.investor .common_box .item-3 .form01 .btn-Area .on {
    background: #1e3d01 !important;
    color: #fff;
}
.investor .common_box .item-3 .form01 .btn-Area .Interest-btn {
    color: #4a9900;
}
.investor .common_box .item-3 .form01 .input-Area .max-btn {
    color: #558826;
}
.investor .bOk {
    background: #1e3d01 !important;
}
.investor .common_box .item-4 .left49 .btnBuy {
    background: #1e3d01;
}
.investor .common_box .item-4 .left49 .address_copy {
    background: #1e3d01;
}

.down-btn {
    background: #324196;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.keep-all {
    word-break: keep-all;
}
.staking .scroll {
    height: 360px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 12px;
}
.staking .scroll .s1 {
    font-weight: 700;
    color: #324196;
	font-size: 16px;
}
.staking .scroll .s2 {
    font-weight: 500;
    color: #423a3a;
    font-size: 14px;
}


.terms-txt {margin-left:10px;font-size:14px;}

.spanTx {
    color: #ff0000 !important;
    margin-top: -4px;
}