@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: #333f50;
}

input,
select {
    font-family: 'Arimo', sans-serif !important;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.inner2 {
    width: 1100px;
    margin: 0 auto;
}

.c_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.top_inner {
    width: 1100px;
    margin: 0 auto;
}

.pc_hide {
    display: none;
}

.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
}

.pc_hider {
    display: none;
}

.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: 90% 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*/
}



/*login*/
.login_bg {
	background: url(../images/login-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
	width:100%;
	min-height:100%;
	}
.login_bg .logo_img{
	display:block;
	margin:0 auto 50px;
	}
.index_input_form {
    width: 400px;
    height: auto;
    background: #fff;
    padding: 55px 30px 55px 30px;
    border-radius: 12px;
    box-shadow: 15px 20px 30px rgb(0 0 0 / 5%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_input_form .login_inner{
    width: 100%;
	margin: 0 auto;
}

.join_input_form {
    width: 940px;
    height: auto;
    background: #fff;
    padding: 60px 0 65px 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: 850px;
	margin: 0 auto;
}
.find_input_form {
    width: 500px;
    height: auto;
    background: #fff;
    padding: 60px 0 65px 0;
    border-radius: 12px;
    box-shadow: 15px 20px 30px rgba(0,0,0,.05);
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.find_input_form .find_inner{
    width: 400px;
	margin: 0 auto;
}
.index_input_form .title {
    color: #333333;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
	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: 30px;
    text-align: left;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px #e4e4e4 solid;
	margin-bottom:40px;
}
.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: 0px auto 15px;
}
.find_title {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-transform: uppercase;
}
.find_input_form .input input {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
    text-indent: 10px;
    padding: 0;
}
.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:50px;
	font-size: 20px;
    display: block;
    border-radius: 5px;
    border: none;
	background: #545454;
    color: #ffffff;
	cursor:pointer;
	}
.button_box {
	display:table;
	margin:20px auto 0px;
	}
.register_Btn {
	width:180px;
	height:54px;
	font-size: 20px;
    display: block;
    border-radius: 40px;
    border: none;
	background: #0070c0;
    color: #ffffff;
	cursor:pointer;
	float:left;
	margin-right:30px;
	}
.back_Btn {
	width:180px;
	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;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.find a{
	color:#0070c0;
	}

.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*/

/*common*/
.hidden {overflow:hidden;}
#header {	
	width:100%;
	height:70px;
	background:#ffffff;
	}
#header .logo {
    padding-left: 35px;
    float: left;
    width: 280px;
    padding-top: 10px;
    cursor: pointer;
}
#header .lang_select {
    float: right;
    margin-right: 40px;
}
#header .lang_select select {
    width: 100px;
    border: 1px #a6a6a6 solid;
    height: 35px;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 16px;
}

.left_menu {
	width: 17%;
	min-height:100vh;
    background: #333f50;
    float: left;
    overflow: hidden;
    padding-top: 30px;
	}	
	.nav-hm {top:50px;}
	.nav-hm.nh-gnb {left: -140%;}
	.nav-hm .area-over {
    font-size: 20px;
    height: 70px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 35px;
	color:#ffffff;
	}
.left_menu .mlist:hover {color: #ffffff;
    background: #2e353e;}
.left_menu .mlist .menu_01 {margin-right:15px;width:40px;}
	.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: 20px;
    height: 60px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 90px;
    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%;
	}

.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: 83%;
    float: left;
    background: #f0f0f0;
    min-height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}

.main .item-1 {
    width: 100%;
    height: 300px;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    padding: 30px 30px 30px 30px;
	overflow: hidden;
	display: flex;
}
.main .item-1 .item-1-1{
    overflow:hidden;
	width: calc(100% / 3);
}
.main .item-1 .item-1-1 p{
   color:#ffffff;
}
.main .item-1 .item-1-1 .t1{
   font-size:16px;
   margin-bottom:5px;
}
.main .item-1 .item-1-1 .t2{
   font-size:45px;
   margin-bottom:15px;
}
.main .item-1 .item-1-1 .t3{
   font-size:30px;
}

.main .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
	width: calc(100% / 3);
}
.main .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 20px;
    line-height: 31px;
}
.main .item-1 .item-1-2 ul li span{
    color:#64c0fe;
	font-size:22px;
}
.main .item-1 .item-1-2 .copy_btn{
    width:213px;
	height:34px;
	background:#0e76bc;
	border-radius:30px;
	color:#ffffff;
	line-height:34px;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
}
.main .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
}
.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:18px;
   margin-bottom:10px;
   color:#ffffff;
}
.main .item-1 .item-1-3 .sum_total01 .t2{
   font-size:55px;
   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(95.5% / 4);
    overflow: hidden;
    height: 210px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 30px;
    margin-right: 1.5%;
	margin-bottom:20px;
}
.main .item-2 .item-2-2 {
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 0px;
    align-items: center;
}
.main .item-2 .item-2-1:nth-child(4n) {margin-righT:0px;}
.main .item-2 .item-2-1 .title{
   color:#0e76bc;
   font-size:22px;
   text-align:Center;
}
.main .item-2 .item-2-1 .sum_box {
    display: flex;
    text-align: center;
    margin-top: 40px;
}
.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: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .item-2 .item-2-1 .sum_box .sum_1 .s1 span {
    font-size: 26px;
    margin-top: -16px;
}
.main .item-2 .item-2-1 .sum_box .sum_1 .s2{
	font-size:18px;
        color: #7b7b7b;
}
.main .item-2 .item-2-1 .s3{
	font-size:55px;
	text-align:center;
	color:#3d3d3d;
	margin-top:35px;
}
.main .item-2 .item-2-1 .s4{
	font-size:18px;
	text-align:center;
	color: #7b7b7b;
	margin-top:5px;
}
.main .item-2 .item-2-1 .sum_box .bar{
  width:1px;
  height:78px;
  background:#c3c3c3;
}
.main .item-2 .item-2-2 .t1{
   color:#3d3d3d;
   font-size:20px;
   margin-top:10px;
}
.main .item-2 .item-2-2 .but_item{
   margin-right:60px;
   cursor:pointer;
}
.main .item-2 .item-2-2 .Sign_up_item{
   cursor:pointer;
}


.main .item-3 {
    width: 49%;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	float:left;
}
.main .item-3 .item-3-1 {
    width: 100%;
    overflow: hidden;
    height: 377px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 30px;
	margin-bottom:20px;
	padding-left:30px;
	padding-right: 30px;
}
.main .item-3 .item-3-1 .title{
	font-size:22px;
	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:50px;
	line-height:50px;
	text-align:Center;
	}
.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: 252px;
    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:50px;
	text-align:center;
	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: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #b3b3b3;
    font-weight: 400;
}

.main .item-4 {
    width: 49%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
}
.main .item-4 .title {
    font-size: 22px;
    color: #293b56;
    border-bottom: 1px #d4d4d4 solid;
    padding-bottom: 10px;
}
.main .item-4 .notice_list {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-bottom: 1px #d4d4d4 solid;
    display: flex;
    align-items: center;
}
.main .item-4 .notice_list .date{
    font-size:20px;
	color:#293b56;
}
.main .item-4 .notice_list .text{
    font-size:20px;
	color:#293b56;
	margin-left:30px;
}
.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: 44px;
    height: 44px;
    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*/

/*matrix*/
.matrix_from {width:100%;background:#ffffff;min-height:500px;}
/*matrix END*/

/*package*/
.package .item-1 {
    width: 100%;
    height: 400px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 15px;
	margin-bottom:20px;
}
.package .item-1 .package_box {
    width: 18%;
    float: left;
    margin-right: 1%;
}
.package .item-1 .package_box .package_item {
    width: 100%;
    float: left;
    background: #f0f2f7;
    border: 1px #e8e8ea solid;
    padding-top: 20px;
    border-radius: 10px;
	padding-bottom:30px;
	margin-bottom: 15px;
}
.package .item-1 .package_box .package_item .pack_img {
	margin:0 auto;
	display:block;
	width:130px;
	}
.package .item-1 .package_box .package_item .level_t {
    text-align: center;
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    width: 80%;
    margin: 20px auto 20px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #293b56;
}
.package .item-1 .package_box .package_item .total_t {
    text-align: center;
    font-size: 35px;
    color: #1f4198;
    font-weight: 700;
}
.form_01 .radio_form {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}
.form_01 .radio_form span{
    display: flex;
    align-items: center;
	font-size:16px;
}
.form_01 .radio1 {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
/*package END*/


/*stay*/
.input_form .form_05 {
    width: 49%;
    float: right;
}
.input_form .form_05 .t1 {
    font-size: 22px;
    color: #293b56;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px #d4d4d4 solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.pro_box {
	width:100%;
	height:400px;
	background:#ff0000;
	}
/*stay END*/


/*회원가입*/
#t_c_onfirm {margin-top:10px;}
.bTable {
    width: 100%;
    padding: 20px 0;
    letter-spacing: -0.5px;
}
.bTable .th {
    padding: 10px 0 10px 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 25px 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:20% !important;}
.w30 {width:30% !important;}
.w50 {width:49% !important;}
.w70 {width:69% !important;}
.w80 {width:79% !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: -15px 0 0 0;
}
.pd-cap {
    padding-left: 21%;
}
.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;
}
.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:739px;
	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: 50%;
    margin: 50px 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:200px;}
.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:130px;}

.wa_box {
	width: 100%;
	overflow:hidden;
	}
.wa_box .address_box{
	width: 75%;
    height: 45px;
    background: #f5fafd;
    padding: 0 15px;
    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:19px;color: #293b56;}
.wa_box .copy_btn {
    width: 22%;
    height: 45px;
    background: #2a3443;
    padding: 0 15px;
    border: 1px solid #a6d1ef;
    font-size: 17px;
    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;
}


/*my unit*/
.sub_page .title {font-size:24px;color: #423a3a;margin-bottom:20px;}
.myunit .item-1 {
	width: 100%;
    height: 250px;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    display: flex;
	}
.myunit .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 3);
}
.myunit .item-1 .item-1-1 p {
    color: #ffffff;
}
.myunit .item-1 .item-1-1 .t1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.myunit .item-1 .item-1-1 .t2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.myunit .item-1 .item-1-1 .t3 {
    font-size: 30px;
}
.myunit .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
}
.myunit .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}
.myunit .item-1 .item-1-2 ul li span {
    color: #64c0fe;
    font-size: 22px;
}
.myunit .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
	text-align: right;
}
.myunit .item-1 .item-1-3 img{
   width:120px;
}

.myunit .item-2 {
	width: 100%;
    display: flex;
	margin-top:20px;
    flex-wrap: wrap;
	}
.myunit .item-2 .item-2-1 {
    width: calc(98.5% / 2);
    height: 220px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom:20px;
}
.myunit .item-2 .item-2-1:nth-child(2n-1) {
    margin-right: 1.5%;
}
.myunit .item-2 .numbering {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.investor .item-2 .numbering {
    background: #1e3d01 !important;
}
.myunit .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;
}
.myunit .item-2 .item-2-1 .l_box .t1{
	font-size:55px;
	line-height:1;
	font-family: 'Noto Sans KR', sans-serif;
	}
.myunit .item-2 .item-2-1 .l_box .t1 span{
	font-size:25px;
	}
.myunit .item-2 .item-2-1 .r_box{
	width:50%;
	padding-left:30px;
	padding-right:30px;
	}
.myunit .item-2 .item-2-1 .r_box ul li {
    font-size: 18px;
    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%;
}
.investor .item-2 .item-2-1 .r_box ul li span{
	color: #1db07e;
}
/*my unit EMD*/

/*referral_list*/
.myunit .item-2 .item-2-1 .info {
    width: 50%;
    height: 100%;
    border-right: 1px #e4e4e4 solid;
    padding-top: 40px;
    padding-left: 10px;
}
.myunit .item-2 .item-2-1 .info .info_id {
    font-size: 30px;
    color: #333333;
	margin-bottom:5px;
}
.myunit .item-2 .item-2-1 .info .info_name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.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(95.5% / 4);
    overflow: hidden;
    height:180px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 10px;
    margin-right: 1.5%;
    margin-bottom: 20px;
	padding-left:10px;
}
.myunit .unpurchased:nth-child(4n-2) {margin-right:0px;}
.myunit .unpurchased .box-1 {
    width: 120px;
    height: 35px;
    background: #ffc000;
    color: #ffffff;
    text-align: Center;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
}
.myunit .unpurchased .info_id {
    font-size: 30px;
    color: #333333;
	margin-bottom:5px;
}
.myunit .unpurchased .info_name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}
.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%;
    height: 250px;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    display: flex;
	}
.node .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 3);
}
.node .item-1 .item-1-1 p {
    color: #ffffff;
}
.node .item-1 .item-1-1 .t1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.node .item-1 .item-1-1 .t2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.node .item-1 .item-1-1 .t3 {
    font-size: 30px;
}
.node .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
}
.node .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}
.node .item-1 .item-1-2 ul li span {
    color: #64c0fe;
    font-size: 22px;
}
.node .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
	text-align: 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: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.node .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 45px;
    color: #ffffff;
}
.node .item-2 {
	width: 100%;
    display: flex;
	margin-top:20px;
    flex-wrap: wrap;
	}
.node .item-2 .item-2-1 {
    width: calc(98.5% / 2);
    height: 220px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom:20px;
}
.node .item-2 .item-2-1:nth-child(2n-1) {
    margin-right: 1.5%;
}
.node .item-2 .numbering {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.node .item-2 .numbering_new {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 62px;
    background: #e70f42;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.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:50%;
	padding-left:30px;
	padding-right:30px;
	}
.node .item-2 .item-2-1 .r_box ul li {
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 400;
	line-height:1.5;
}
.node .item-2 .item-2-1 .r_box ul li span{
    float:right;
	color:#3187ef;
}
.node .item-2 .item-2-1 .info {
    width: 50%;
    height: 100%;
    border-right: 1px #e4e4e4 solid;
    padding-top: 40px;
    padding-left: 10px;
}
.node .item-2 .item-2-1 .info .info_id {
    font-size: 30px;
    color: #333333;
	margin-bottom:5px;
}
.node .item-2 .item-2-1 .info .info_name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.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:22px;
	height:22px;
	margin-right:10px;
	}

.node .pool_box {
	width: 100%;
    height: 245px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
	padding-left:20px;
    margin-top: 20px;
	padding-right: 20px;
	}
.node .pool_box .title{
	font-size:24px;
	}
.node .pool_box table {width:100%;}
.node .pool_box table tr th {
    border-top: 1px #e4e4e4 solid;
    height: 45px;
    border-bottom: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
    text-align: left;
    padding-left: 30px;
	font-size: 20px;
	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: 30px;
    font-size: 18px;
}
.node .pool_box table tr td span {
    font-size: 26px;
}
.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 {
   margin-top: 20px; 
}
/*node END*/


/*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: 24px;
}
.angncy .item_date .date_select .date_t{
    margin-left:10px;
	margin-right:10px;
    font-size: 26px;
}
.angncy .item_date .date_select .date_pre,.date_next{
    cursor:pointer;
}
.angncy .item_date .date_select {
    float: left;
    font-size: 26px;
}
.angncy .item_date .total_sum {
	float: right;
    font-size: 26px;
    padding-top: 5px;
	}
.angncy .agency_daily_table {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 20px;
}
.angncy .agency_daily_table  table {width:100%;}
.angncy .agency_daily_table table tr th {
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    background: #333f50;
    color: #fff;
	border: 1px #59626d solid;
}
.investor .agency_daily_table table tr th {
    background: #1e3d01;
}
.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: 16px;
    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%;
}
.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(98.5% / 2);
    height: 160px;
    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:nth-child(2n-1) {
    margin-right: 1.5%;
}
.bonus .item-2 .item-2-2 .date {
    font-size: 16px;
    margin-bottom: 25px;
    position: absolute;
    top: 10px;
    left: 20px;
    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: 30px;
    float: left;
}
.bonus .item-2 .item-2-2 .r_box {
    width: calc(100% / 2);
    padding-left: 30px;
    padding-right: 30px;
}
.bonus .item-2 .item-2-2 .r_box ul li {
    font-size: 18px;
    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%;
    height: 250px;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    display: flex;
	}
.mining .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 3);
}
.mining .item-1 .item-1-1 p {
    color: #ffffff;
}
.mining .item-1 .item-1-1 .t1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.mining .item-1 .item-1-1 .t2 {
    font-size: 45px;
    margin-bottom: 5px;
}
.mining .item-1 .item-1-1 .t3 {
    font-size: 45px;
}
.mining .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
}
.mining .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}
.mining .item-1 .item-1-2 ul li span {
    color: #64c0fe;
    font-size: 22px;
}
.mining .item-1 .item-1-3 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
	text-align: 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: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.mining .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 45px;
    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: 55px;
    line-height: 55px;
    font-size: 20px;
}
.mining .mining_link .on {
	background: #226fc4 !important;
    color: #ffffff;
	}
.investor .mining_link .on {
	background: #2a4c0a !important;
	}

.mining .item-2 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	}
.mining .item-2 .item-2-1 {
    width: calc(98.5% / 2);
    height: 160px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
	padding-right:20px;
}
.mining .item-2 .item-2-1:nth-child(2n-1) {
    margin-right: 1.5%;
}
.mining .item-2 .item-2-1 .date{
	font-size: 16px;
    margin-bottom: 25px;
    color: #b7b7b7;
	}
.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:30px;
	float: left;
	}
.mining .item-2 .item-2-1 .sum .s1 span{
	font-size:20px;
	}
.mining .item-2 .item-2-1 .total{
	width:calc(100% / 2);
	float:left;
	text-align:right;
	}
.mining .item-2 .item-2-1 .total .s1{
	font-size:24px;
	margin-bottom:5px;
	}
.mining .item-2 .item-2-1 .total .s2{
	font-size:32px;
	}
.mining .item-2 .item-2-1 .font-1 {
    font-size: 16px;
    color: #3e9ff9;
}

/*mining EMD*/

/*node_search*/
.search .search_form {
	display:flex;
	}
.search .form_01 {width:800px;}
.search .search_form .f_01{
	width:70%;
	height:45px;
	background:#ffffff;
	}
.search .search_form .f_01 input{
	width:100%;
	height:100%;
	padding-left:10px;
	font-size:18px;
	border:none;
	outline:none;
	}
.search .search_form .f_02 {
    width: 30%;
    height: 45px;
    background: #3187ef;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    cursor: pointer;
}
.search .result_box {width:100%;margin-top:30px;}
.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: 20px;
    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;}
.search .result_box .list01 .d1 .p1 {font-size:20px;color:#333333;}
.search .result_box .list01 .d3 .t1 {color:#3187ef;margin-bottom: 3px;}
.search .result_box .list01 .d3 .p1 {font-size:20px;color:#333333;}
.search .result_box .list01 .d3 .d2 {
	width: 50%;
    height: 100%;
	float:left;
    background: #ffffff;
    display: flex;
    flex-direction: column;
	justify-content: center;
	padding-left:20px;
	}

.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:22px;
	height:22px;
	margin-right:10px;
	}
/*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: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.bTable .w50L {
    float: left;
    width: 49%;
}
.bTable .w50R {
    float: right;
    width: 49%;
    margin: 0;
}
.bTable .basic {
    position: relative;
    width: 100%;
    height: 45px;
    background: #fbfbfb;
    border: 1px solid #dedede;
    color: #000;
}
.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;
    margin-top: 10px;
    margin-bottom: 10px;
}

.buyWrap .left49 {
    float: left;
    width: 48%;
}

.buyWrap .pic {
    position: relative;
    width: 100%;
    height: 325px;
    background: url(../images/server.png) no-repeat center center;
    border: 1px solid #d5d5d5;
}

.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: 80%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.buyWrap .option ul {
    float: left;
    width: 50%;
}

.block {
    clear: both;
}

.buyWrap .option .numBox {
    width: 36px;
    height: 36px;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.numBox_vip01 {
    display: inline-block;margin-left: 0px;
}

.numBox_vip {
    border: 2px solid #226fc4 !important;
    color: #226fc4;
}

.buyWrap .option ul li dd {
    float: left;
    margin: 2px;
}

.buyWrap .option ul.etc {
    float: right;
    width: 168px;
    padding: 8px 0 0 0;
    text-align: center;
}

.buyWrap .option .down {
    float: left;
    width: 45px;
    height: 45px;
    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: 45px;
    height: 45px;
    background: url(../images/up.png) no-repeat center center;
    border: 1px solid #d5d5d5;
    display: inline-block;
    cursor: pointer;
}

.buyWrap .option .num input {
    width: 78px;
    height: 45px;
    background: #f5f5f5;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}
.buyWrap .right49 {
    float: right;
    width: 49%;
}

.buyWrap .th {
    padding: 22px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.buyWrap .con {
    width: 100%;
    height: 45px;
    padding: 0 15px;
	background: #fbfbfb;
    border: 1px solid #dedede;
    font-size: 17px;
    font-weight: 500;
    line-height: 45px;
}

.buyWrap .con strong {
    color: #436acb;
}

.buyWrap .btnBuy {
    width: 350px;
    margin: 30px auto 30px auto;
    background: #333f50;
    padding: 23px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
#t_qty {margin-bottom:10px;}


/*FAQ*/
.myOption {
    width: 100%;
    margin: 20px 0;
    padding: 20px 3%;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    line-height: 35px;
    overflow: hidden;
}

.myOption ul li {
    float: left;
    padding: 0 15px;
}

.myOption input[type="radio"] {
    margin: 0;
}

.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: 85px;
    padding: 0 5%;
    text-align: left;
    font-size: 17px;
    line-height: 85px;
    cursor: pointer;
}

.faq .iconQ {
    margin: 12px 35px 0 0;
    font-size: 30px;
    font-weight: 600;
    color: #333f50;
}

.faq .iconArrow {
    float: right;
    width: 39px;
    height: 39px;
    background: url(../images/ico_arrow_01.png) no-repeat center center #f5f5f5;
    background-size: 10px 5px;
    margin: 24px 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%;
	word-break: keep-all;
}

.faq .iconA {
    margin: 12px 35px 0 0;
    font-size: 30px;
    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: 14px;
    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: 14px;
    font-weight: 300;
    text-align: center;
    height: 50px;
}

/*공지사항*/
.notice_list {
    width: 100%;
    margin: 0px auto 00px;
    overflow: hidden;
}

.notice_list .nbody {
    border-top: 2px solid #000;
}

.notice_list ul.n01 {
    width: 12%;
    padding: 15px 0;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    color: #436acb;
    line-height: 2;
}

.notice_list ul.name01 {
    width: 88%;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.notice_list ul {
    float: left;
    height: 93px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    overflow: hidden;
}

.notice_list ul .date {
    padding: 7px 0 0 0;
    font-size: 13px;
    color: #8d8d8d;
    font-weight: 200;
    letter-spacing: 0;
}

.notice_list .content {
    clear: both;
    width: 100%;
    background: rgba(0,0,0,.01);
    padding: 30px 8%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 1.5;
}
.notice_list .content p {line-height:1.5 !important;}

.tab_menu {
    display: flex;
    margin-bottom: 30px;
}
.tab_menu p {
    width: 119px;
    height: 40px;
    background: #2a3443;
    background: #b5b5b5;
    float: left;
    margin-right: 15px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
}
.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 3%;
    overflow: hidden;
}
.b_page .nSearch input {
    height: 28px;
    margin: 0 0 0 0;
    border: 1px solid #a6d1ef;
    background: #f5fafd;
    font-size: 11px;
    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 12px;
    font-size: 12px;
    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 {
    float: left;
    padding: 18px 20px 0 50px;
    font-size: 15px;
    color: rgba(0,0,0,.5);
    font-weight: 400;
    letter-spacing: 0.2px;
}
.b_page .listBox ul li.name {
    float: left;
    padding: 11px 0 0 0;
    font-size: 23px;
    font-weight: 400;
    color: #000000;
}
.b_page .listBox ul.right {
    float: right;
    text-align: right;
    padding-right: 50px;
}
.b_page .listBox ul li .tit {
    font-size: 16px;
    padding: 0;
    line-height: 1.1;
}
.b_page .listBox ul li .number {
    font-size: 26px;
    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: 14px;
    padding: 8px 50px;
}
.b_page .balace_link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.b_page .balace_link a {
    float: left;
    width: 33%;
    display: block;
    background: #b5b5b5;
    color: #ffffff;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
}
.b_page .balace_link .on {
    background: #226fc4 !important;
    color: #ffffff;
}
.investor .balace_link .on {
    background: #2a4c0a !important;
}
.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%;
    margin-left: -650px;
    width: 1300px;
    height: 95px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    z-index: 99;
}
.jTop .jLogo {
    float: left;
    width: 230px;
    height: 42px;
    background: url(../images/logo.png) no-repeat;
    margin: 22px 0 0 3%;
    background-size: auto 100%;
	cursor:pointer;
}
.jTop .jInfo {
    float: right;
    height: 40px;
    margin: 25px 3% 0 0;
    background: url(../images/left_user.png) no-repeat left center;
    padding: 0 0 0 45px;
    background-size: auto 100%;
    line-height: 40px;
    font-size: 14px;
}
.jTop .jInfo .btnL {
    background: #436acb;
    margin: 0 0 0 10px;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    line-height: 1.2;
    font-size: 12px;
    display: inline-block;
}
.login_bg .input_form{width:1300px !important;margin:0 auto;}
.pt105{padding-top:105px;}
.motion {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
/*join END*/

.uTable2 {
    width: 100%;
    border-top: 2px solid #000;
    overflow: hidden;
}
.uTable2 ul {
    overflow: hidden;
}
.uTable2 ul li {
    float: left;
    width: 25%;
    padding: 14px !important;
    border-bottom: 1px solid #dcdee1;
    text-align: center;
}
.uTable3 ul li {
    width: 33%;
}
.uTable3 ul li:nth-child(3) {
    width: 34%;
}
.uTable2 .th {
    background: #f5f7fa;
    font-weight: 600;
}
.Cansle_bt {
    width: 67px;
    height: 24px;
    text-align: center;
    background: #2a3443;
    display: block;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
	cursor:pointer;
}

/*btn*/
.cont_bottomWrap {
    position: relative;
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 45px;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.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: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffff;
}

.load_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.load_box p {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: #616161;
    font-weight: 400;
	}
.loader {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

/*
  Set the color of the icon
*/

.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%;
    height: 250px;
    background: #333f50;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    display: flex;
}
.staking .item-1 .item-1-1 {
    overflow: hidden;
    width: calc(100% / 3);
}
.staking .item-1 .item-1-1 p {
    color: #ffffff;
}
.staking .item-1 .item-1-1 .t1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.staking .item-1 .item-1-1 .t2 {
    font-size: 45px;
    margin-bottom: 5px;
}
.staking .item-1 .item-1-1 .t3 {
    font-size: 45px;
}
.staking .item-1 .item-1-2 {
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% / 3);
}
.staking .item-1 .item-1-2 ul li {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}
.staking .item-1 .item-1-2 ul li span {
    color: #ffc000;
    font-size: 22px;
}
.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: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.staking .item-1 .item-1-3 .sum_total01 .t2 {
    font-size: 45px;
    color: #ffffff;
}

.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: 55px;
    line-height: 55px;
    font-size: 20px;
}

.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(98.5% / 2);
    height: 220px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.staking .item-2 .item-2-1:nth-child(2n-1) {
    margin-right: 1.5%;
}
.staking .item-2 .numbering {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333f50;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.staking .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;
}
.staking .item-2 .item-2-1 .l_box .t1 {
    font-size: 55px;
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}
.staking .item-2 .item-2-1 .l_box .t1 span {
    font-size: 25px;
}
.staking .item-2 .item-2-1 .r_box {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}
.staking .item-2 .item-2-1 .r_box ul li {
    font-size: 18px;
    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: 650px;
    float: left;
}
.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;
    float: left;
    width: 120px;
    height: 45px;
	line-height:45px;
    text-align: right;
}
.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 {float:right;}
.staking .common_box .item-3 .form01 .btn-Area{
    width:calc(100% - 130px);
	float:right
}
.staking .common_box .item-3 .form01 .btn-Area .day-btn {
    position: relative;
    width: 200px;
    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: 415px;
    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: 415px;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area .box-1 {
    position: relative;
    width: 75px;
    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: 10px;
    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;
}
.staking .common_box .item-3 .form01 .btn-Area .box-area2 .box-1 {
    position: relative;
    height: 45px;
	width:75px;
    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: 10px;
    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:245px;
    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: 10px;
    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: 80px;
    background: #333f50;
    border: 1px solid #dedede;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 10px;
    float: left;
}
.p-sp20 {height:20px;clear:both;}
.p-sp30 {height:30px;clear:both;}

.staking .common_box .item-3 .form01 .input-Area {
    position: relative;
    width: 415px;
    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:300px;
	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: 545px;
    text-align: right;
    margin-bottom: 10px;
}
.staking .common_box .item-3 .buy-btn {
    width: 545px;
    text-align: right;
    margin-bottom: 10px;
}

.staking .common_box .item-4 .left49 {
    float: left;
    width: 48%;
}
.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: 16px;
    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: 17px;
    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: 17px;
    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: 280px;
    margin: 30px auto 30px auto;
    background: #24293a;
    height: 70px;
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    line-height: 70px;
}
.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 3%;
    overflow: hidden;
}
.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: 520px;
    float: left;
    margin-left: 5%;
}
.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-body {
    border: 1px #e4e4e4 solid;
	min-height:80px;
    max-height: 485px;
    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;
	width:33%;
	}
.staking .common_box .item-3-history .list-body table tr td:nth-child(2) {
	border-left:1px #e4e4e4 solid;
	border-right:1px #e4e4e4 solid;
	}


.staking .staking-terms {
    width: 100%;
    min-height: 450px;
    padding: 20px;
    border: 3px #e4e4e4 solid;
}
.staking .scroll {height:450px; overflow:hidden; overflow-y:auto;}
.staking .scroll .s1 {
    font-weight: 700;
    color: #324196;
	font-size: 20px;
}
.staking .scroll .s2 {
    font-weight: 500;
    color: #423a3a;
    font-size: 18px;
}
.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;
}
.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: 18px;
}




.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: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.keep-all {
    word-break: keep-all;
}

.terms-txt {margin-left:10px;}


.spanTx {
    color: #ff0000 !important;
    margin-top: -4px;
}