@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');

/*
@font-face{
	font-family:'nanum';
	src:url('../include/NanumGothic.eot');
	src:local(※), 
		url('../include/NanumGothic.woff') format('woff')
}

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/

*{box-sizing:border-box;}

html, body {
    height: 100%;
}

body{font-size:1em; font-family: 'Noto Sans KR', sans-serif; display: table;
    width: 100%;}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10% auto;
}

input{
        font-family: 'Noto Sans KR', sans-serif !important;
    }
input {outline:none;}
input:focus {outline:none;}
select{outline:none;}
select:focus{outline:none;}
button {outline:none;}
button:focus{outline:none;}

.c_red{color:#d70000;}
.c_darkgrey{color:#565656;}

.sp5 { height:5px; clear:both; }
.sp10 { height:10px; clear:both; }
.sp12 { height:12px; clear:both; }
.sp15 { height:15px; clear:both; }
.sp20 { height:20px; clear:both; }
.sp25 { height:25px; clear:both; }
.sp30 { height:30px; clear:both; }
.sp35 { height:35px; clear:both; }
.sp40 { height:40px; clear:both; }
.sp45 { height:45px; clear:both; }
.sp50 { height:50px; clear:both; }
.sp55 { height:55px; clear:both; }
.sp60 { height:60px; clear:both; }
.sp65 { height:65px; clear:both; }
.sp70 { height:70px; clear:both; }
.sp75 { height:75px; clear:both; }
.sp80 { height:80px; clear:both; }
.sp90 { height:90px; clear:both; }
.sp100 { height:100px; clear:both; }
.sp150 { height:150px; clear:both; }
.sp160 { height:160px; clear:both; }
.sp165 { height:165px; clear:both; }
.sp200 { height:200px; clear:both; }
.mt20 {margin-top:20px;}
#wrap {
    width: 100%;
    height: 100%;
	background:#333;
	background-size:100% 100%;
	/*border:4px #a7c8ff solid;*/
}
.m_main_t {
    width: 100%;
    height: 65px;
    background: #000000;
    position: relative;
}

.m_main_menu .menu {
	width:25px;
	float:left;
	margin-left:25px;
	margin-top:20px;
	}

.m_main_title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#b2b2b2;
	font-size:18px;
	}


.m_main_m {
	overflow:hidden;
	width:90%;
	margin:0 auto;
	}

.m_user_info {
    overflow: hidden;
    line-height:60px;
	}

.m_user_img {
    width: 25px;
    float: left;
    margin-right: 10px;
	margin-top: 17px;
	}
	
.m_user_info_p {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
}

#m_nav_line {
    background: linear-gradient(to right, rgb(83, 82, 82), rgba(160, 158, 156, 1), rgba(83, 82, 82, 1), rgba(83, 82, 82, 1), rgb(160, 158, 156), rgba(83, 82, 82, 1), rgba(83, 82, 82, 1), rgba(83, 82, 82, 1), rgba(83, 82, 82, 1));
    background-size: 200%;
    animation: boxline 3s linear infinite;
    width: 100%;
    height: 2px;
}
@keyframes boxline {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}
.m_balance_box {
	width:100%;
	background:#252525;
	position:relative;
	height:310px;
	border-radius:25px;
	padding-left: 10px;
    padding-right: 10px;
	}
.m_balance_title {
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #595959;
    position: absolute;
    top: -15px;
    left: 20px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}

.m_balance_inner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 10px;
}
.g50_total {
	overflow:hidden;
	}
.g50_total_title {
	font-size:20px; 
	color:#eea834;
	float:left;
	font-weight: 700;
	}
.g50_total_balace {
	color: #ffffff;
    font-size: 20px;
    float: right;
    font-weight: 300;
	}

.dash_balance {
	width:49%;
	height:95px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background: 
     linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/
     linear-gradient(to right, #ffc30c, #6c43dc) border-box;
    border: 2px solid transparent;
    border-radius:15px;
	margin-top:10px;
	}
.eth_balance {
	width:49%;
	height:95px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background: 
     linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/
       linear-gradient(to right, #66e5aa, #ff9125) border-box;
    border: 2px solid transparent;
    border-radius:15px;
	margin-top:10px;
	}
.bonus_balance {
	width:49%;
	height:70px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background: 
     linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/
     linear-gradient(to right, #66e5aa, #ff9125) border-box;
    border: 2px solid transparent;
    border-radius:15px;
	margin-top:10px;
	}
.bonus_balance2 {
	width:49%;
	height:70px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background: 
     linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/
      linear-gradient(to right, #ffc30c, #6c43dc) border-box;
    border: 2px solid transparent;
    border-radius:15px;
	margin-top:10px;
	}
.p_title_01 {
	color:#858585;
	font-size:12px;
	}
.p_title_02 {
    color: #d8dbe6;
    font-size: 15px;
    border-bottom: 2px #414141 solid;
    padding-bottom: 7px;
}
.p_title_03 {
    color: #ffffff;
    font-size: 15px;
	text-align:right;
}
.p_title_03 span{color:#8b88a1;}
.p_title_04 {
    color: #fffefe;
    font-size: 15px;
    padding-bottom: 3px;
}
.p_title_02 img {
    width: 22px;
    position: absolute;
    top: 27px;
    right: 7px;
}


.m_main_b {
	overflow:hidden;
	}
.m_main_btnbox {
	width:100%;
	margin-top:10px;
	overflow:hidden;}
.m_btn_01 {
	width:25%;
	text-align:center;
	overflow:hidden;
	float:left;
	}
.m_btn_01 img {width:65px;}
.m_btn_01 p {
	color:#ffffff;
	font-size:13px;
	}
.header {
	padding: 0px 3%;
	height:65px;
	line-height:55px;
    color: #fff;
    text-align: center;
    background: #333333;
}
.back {
	float:left;
	width:33%;
	text-align:left;
	}
.back img {
	cursor: pointer;
    margin-top: 15px;
    float: left;
	}

.header_title {
	float:left;
	font-size:16px;
	color:#fff;
	width:35%;
	text-align:Center;
	}

.header_title span {cursor:pointer;}

.header_sub_title {
	float:left;
	font-size:13px;
	color:#ffffff;
	width:30%;
	text-align:right;
	}
.header_sub_title span {cursor:pointer;}
/*login*/
.main_login {overflow:hidden;margin-top:50px;}
.main_login_from {overflow:hidden;width:95%;margin-bottom:10px; position:relative;margin:0 auto 10px;}
.main_login_from img {position:absolute; top:9px;left:10px;}
.main_login_input {
	display: block;
    width: 100%;
    height: 40px;
    padding: .375rem 0px .375rem 38px;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #bab8b8;
	}
.main_login_input2 {
	display: block;
    width: 65%;
    height: 40px;
    padding: .375rem 0px .375rem 38px;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #bab8b8;
	float:left;
	}
.main_login_input3 {
	display: block;
    width: 30%;
    height: 40px;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #bab8b8;
	float:left;
	text-align:center;
	margin-left:5%;
	}
.main_login_input::placeholder {color:#bab8b8;}
.main_login_input2::placeholder {color:#bab8b8;}
.main_login_input3::placeholder {color:#bab8b8;}
.main_login_button {
    display: block;
    float: left;
    width: 95%;
    height: 55px;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    color: #fff;
    border-color: #007bff;
    margin-top: 20px;
    background: #515151;
    margin-bottom: 20px;
    margin-left: 2.5%;
}
/*login end*/


/*join*/
.join_input_form {
    display: block;
    width: 68%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #847d7d;
	color:#bab8b8;
	float:left;
}
.join_input_form5 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #847d7d;
	color:#bab8b8;
	float:left;
}
.join_contury2 {
    width: 38%;
    float: left;
    padding: 10px;
    margin-right: 2%;
    background: transparent;
    border-bottom: 1px solid #847d7d;
    border-radius: 5px;
    font-size: 0.85em;
    color:#bab8b8;
}
.join_input_form::placeholder {font-size:14px; color:#bab8b8;}
.join_input_form5::placeholder {font-size:14px; color:#bab8b8;}
.join_title {
	width:30%;
	margin-right:2%;
	height:38px;
	text-align:left;
	padding-left:10px;
	background: transparent;
	color:#bab8b8;
	border-bottom: 1px solid #847d7d;
	float:left;
	font-size:14px;
	line-height:38px;
	}
.join-btn01 {
    display: block;
    float: left;
    width: 47%;
    height: 40px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #847d7d;
    border-radius: 15px;
	margin-top:20px;
}
/*join end*/

/*main*/

.main_top_back {
    overflow: hidden;
    background-image: linear-gradient(to right, #db1278 0%, #e96937 100%);
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 130px;
}
.top {
    overflow: hidden;
    padding-top: 30px;
}
.menu_l {float:left;}
.menu_l img{width:30px;}
.menu_c {
    float: left;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	font-weight: 700;
}
.menu_r {float:right;}
.menu_r img{width:30px;}
.logo {
    overflow: hidden;
    text-align: center;
    font-size: 70PX;
    color: #fff;
}
.add {
        right: 20px !important;
        display: block !important;
    }

.main_user {
	overflow:hidden;
	margin-top: 35px;
	}

.main_user img {
	width:55px;
	}
.main_user span{height: 60px;
    line-height: 60px;
    vertical-align: text-bottom;
	color:#ffffff;
	margin-left:20px;
	font-size: 16px;
	}

.total_box {
    overflow: hidden;
    width: 90%;
    border-radius: 25px;
    background: #ffffff;
    margin: 0px auto 0;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding:25px 20px 10px;

}

.box_g50 {overflow:hidden;}
.total_text {
	overflow:hidden;
	float:left;
	line-height: 1.4;
	margin-right:20px;
        width: 100%;
	}
.total_text_p1 {
	color:#373737;
	font-size:18px;
	font-weight:700;
	}
.total_text_p2 {
	color:#959191;
	font-size:13px;
	}
.total_balance {float:right;}
.total_balance p{
	font-size:25px;
	color:#fa0e4b;
	}
.total_balance p span {
	font-size:18px;
	color:#666666;
	font-weight:700;
	}
.send_btn {
	background-image: linear-gradient(to bottom, #f9455f 0%, #db1278 100%);
	width:100%;
	height:60px;
	border-radius:50px;
	text-align:center;
	line-height:60px;
	color:#ffffff;
	font-size:20px;
	position:relative;
	margin-top:20px;
	}
.send_btn_img {
    position: absolute;
    top: 19px;
    left: 25px;
	width:22px;
	}
.btn_box {
	overflow:hidden;
	width:90%;
	margin:20px auto 0;
	}
.main_btn01 {
	width:33.3%;
	padding: 15px 0px 15px 0px;
	float:left;
	border-right:1px dashed #e6e6e6;
	border-bottom:1px dashed #e6e6e6;
	text-align:center;
	color:#6e363f;
	font-weight:700;
	}
.main_btn01 img {width:60px;}

.main_btn01:nth-child(7),.main_btn01:nth-child(8),.main_btn01:nth-child(9) {border-bottom:none;}
.main_btn01:nth-child(3),.main_btn01:nth-child(6),.main_btn01:nth-child(9){border-right:none;}

.transactions_box {
	width:90%;
	margin-left:5%;
	overflow:hidden;
	margin-top:20px;
	}
.transactions_title {
	font-size:15px;
	color:#3d3c3c;
	font-weight:700;
	margin-bottom:15px;
	}
.transactions_list {
	border-top:1px #e6e6e6 solid;
	padding:10px 0px;
	overflow: hidden;
	}
.transactions_img {float:left;}
.transactions_id {float:left;margin-left:10px;}
.transactions_total {float:right;}
.transactions_list img {width:45px;}
.tr_id_p1 {font-size:15px;color:#414141; font-weight:700;}
.tr_id_p2 {font-size:15px;color:#636363;}
.tr_total_p1 {font-size:15px;color:#414141;text-align:right;}
.tr_total_p1 .plus{color:#ff4386;}
.tr_total_p1 .minus{color:#277fd9;}
.tr_total_p2 {font-size:13px;color:#636363;text-align:right;}

    .main_box01_top {
        width: 100%;
        overflow: hidden;
        padding: 0 20px;
        padding-top: 20px;
    }

    .profile {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .profile_img {
        width: 40px;
        height: 40px;
        background:url(../images/profile.png);
        background-size: 100% 100%;
        border-radius: 60px;
        float: left;
        margin-right: 10px;
    }

    .username {
        float: left;
        line-height: 40px;
    }

    .username {
        color: #ffffff;
        font-size: 13px;
    }
    .scan_box {
        text-align: center;
    }

    .scan {
        width: 130px;
        height: 100px;
        margin: 0 auto;
        margin-top: 28px;
        margin-bottom: 15px;
    }

    .scan img {
        width: 100%;
        height: 100%;
    }

    .scan_box p {
        color: #222;
        font-size: 0.9em;
    }

    .main_box02 {
        margin-top: 30px;
        overflow: hidden;
    }

    .main_box02_btn {
    width: 33.3%;
    background: #43afeb;
    float: left;
    text-align: center;
    padding: 24px 0 8px 0px;
    height: 90px;
}

    .main_box02_btn:nth-child(2n) {
        margin-right: 0;
    }

    .main_box02_btn:nth-child(3),
    .main_box02_btn:nth-child(4) {
        margin-bottom: 0;
    }

    .main_btn_title01 {
        width: 60%;
        margin: 0 auto;
        display: block;
        color:#ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 0.85em;
        padding-bottom: 3px;
    }
.login_big_box {
	overflow:hidden; 
	background:#363636;
	border-radius:10px;
	padding-top:30px;
	padding-bottom:40px;
	}
    .main_btn_text01 {
        color: #ffffff;
        display: block;
        padding-top: 2px;
        font-size: 0.9em;
    }

    .main_box03 {
        background: transparent;
        overflow: hidden;
    }

    .main_box03_btn {
    width: 33.33%;
    background: #ffffff;
    float: left;
    text-align: center;
    padding: 20px 0;
    border: 1px #e7eef1 solid;
}

    .main_box03_btn:nth-child(3n) {
        margin-right: 0;
    }

    .main_box03_btn img {
        width: 70px;
    }

    .main_btn_text02 {
        display: block;
        font-size: 0.85em;
        color: #333333;
    }


    .main_box02_btn:nth-child(2) {
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .main_box02_btn:nth-child(3) {
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }


#m_nav {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: -100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    z-index: 999999;
    padding-top: 20px;
    background: #333333;
    display: block !important;
	top:0px;
}
.language_btn {
	position: absolute;
    top: 14px;
    right: 10px;
	}
.language_btn01 {
    border: 1px #e4e4e4 solid;
    width: 100px;
    height: 35px;
    color: #ffffff;
	line-height: 35px;
	cursor:pointer;
}
.language_btn02 {
    border: 1px #e4e4e4 solid;
    width: 100px;
    height: 35px;
    color: #ffffff;
	position: absolute;
    z-index: 999;
    width: 180px;
	line-height: 35px;
	cursor:pointer;
	display:none;
}
.language_btn01:hover .dep_01 {display:block !important;}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.dep_01 {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100px;
    z-index: 999999;
}
.dep_02 li{background:#1e2126;}
.dep_02 li:hover {color:#ff0000;}

.m_nav_logo {
    margin-right: 20px;
	}

.close {
	float:right;
	}

.m_nav_title {
    color: #ffffff;
    float: left;
    margin-left: 10px;
    font-size: 20px;
	}

    .nav_list {
        border-bottom: 1px solid #7c7777;
        padding: 10px 0;
    }

    .nav_list div {
        padding-left: 10px;
    }

    .nav_list li {
        height: 35px;
        line-height: 35px;
    }

    .nav_list li a {
        display: block;
        font-size: 15px;
		color:#bcbcbc;
    }
    .nav_list:last-child{
     border-bottom: none;   
    }

 .btn_img01 {
	background:url(../main/images/btn_img01.jpg)no-repeat 100% 100%;
	background-size:100% 100%;
	}
 .btn_img02 {
	background:url(../main/images/btn_img02.jpg)no-repeat 100% 100%;
	background-size:100% 100%;
	}
 .btn_img03 {
	background:url(../main/images/btn_img04.jpg)no-repeat 100% 100%;
	background-size:100% 100%;
	}

.card{
    margin-top:-120px;
}




/*main end*/
/*send*/
#container {
    position: relative;
    width: 100%;
    padding: 15px 3% 0px;
}
.form01 {
	overflow:hidden;
	margin-top:25px;
	margin-bottom:5px;
	}
.form02 {
	overflow:hidden;
	margin-top:15px;
	background:transform;
	width: 100%;
    margin: 0 auto;
	border-radius:2px;
	}
.form03 {
    overflow: hidden;
    margin-top: 15px;
    background: #363636 !important;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 10px;
}
.login_input_form {
    background: #515151 !important;
    color: #cccccc !important;
}
.login_input_form::placeholder {color:#777 !important;}

.btn-primary {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color: #fff;
    border-color: #007bff;
    margin-top: 10px;
	background: linear-gradient(to right, #7db7f8 0%, #73b0f8 100%);
    margin-bottom: 10px;
}
.login_btn_primary {
    width: 90% !important;
    margin-left: 5% !important;
    background-image: linear-gradient(to right, #3ce9b7 0%, #61bdf2 100%);
    border-radius: 30px !important;
}
.login_btn_primary:hover {
    background-color: #dd1f6e !important;
}
.btn-primary:nth-child(1) {margin-right:6%;}
.logotitle_img {
	margin-right: 7px;
    float: left;
    margin-top: 8px;
	padding-left:15%;
	}
.btn-primary02 {
    display: block;
	float:left;
    width: 47%;
	height:40px;
	font-size:15px;
	color: #fff;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
    border-radius: 15px;
}
.btn-primary02:nth-child(1) {margin-right:6%;}

.btn-primary03 {
    display: block;
	float:left;
    width: 46%;
	height:40px;
	font-size:15px;
	border:none;
	border-radius:5px;
	color: #fff;
	background:#515151;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color:#3d98d3;
    border-color: #0062cc;
}
.btn-primary02:hover {
    color: #fff;
    background-color:#3d98d3;
    border-color: #0062cc;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}

.img01 {
	float:left;
    margin-top:4px;
	}

.account {
	font-size:15px; 
	color:#ffffff;
	float:left;
	margin-left:7px;
	}

.input_form {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #bab8b8;
    background-color: #5d5d5d;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.input_form::placeholder{color:#cccccc !important;}

.input_form:focus {
    color: #ffffff;
    background-color: #5d5d5d;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}
/*send end*/

/*receive*/
.box_code {
    border-radius: 5px;
    width: 85%;
    margin: 20px auto;
    padding: 15px;
    color: #222;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
}

.box_code img {width:100%;}

.box_code .txt {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: #bab8b8;
}

.btn-qrcode {
    display: block;
    width: 100%;
	height:45px;
	font-size:15px;
	border:none;
	border-radius:5px;
	color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, #7db7f8 0%, #73b0f8 100%);
	margin-bottom:15px;
	margin-top:15px;
}
.btn-qrcode:hover {
    color: #fff;
    background-color: #3d98d3;
    border-color: #0062cc;
}

.btn-receive {
    display: block;
    width: 100%;
	height:45px;
	font-size:15px;
    border: none;
	border-radius:5px;
	color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, #db1278 0%, #e96937 100%);
}
.btn-receive:hover {
    color: #fff;
    background-color: #3d98d3;
}

/*receive end*/

/*credit*/
.coin_state {
	padding: 30px 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #62bbf5, #36f0ae) border-box;
    border: 2px solid transparent;
}
.state_line {border-right: 1px solid rgba(255,255,255,.3);}
.coin_state .txt_tit {
    display: block;
    margin-bottom: 8px;
    color:#ffffff;
}
.col {
	float:left;
	width:50%;
	}
/*credit end*/


/*shop*/
.list_top {overflow:hidden;}
.list_group {float:left; width:30%;}
.list_group:nth-child(2) {margin-left:5%; margin-right:5%;}
.tmbcategory {font-size:12px;}

.list_prd {
	overflow:hidden;
	margin-top:10px;
	}
.prd_01 {
	width:48%;
	height:240px;
	margin-bottom:10px;
	float:left;
	margin-right:4%;
	cursor:pointer;
	}
.prd_01:nth-child(2n+2) {
    margin-right: 0px;
}
.prd_img {
	width:100%;
	height:160px;
	}
.prd_img img {
	width:100%;
	height:160px;
	}
.prd_info {
	width:100%;
	height:80px;
	background: rgba(255,255,255,.3);
	text-align:center;
	padding:10px;
	}
.prd_info_p01 {
	font-size:14px; 
	color:#ffffff;
	}
.prd_info_p02 {
	font-size:14px; 
	color:#ffffff;
	}

.page_nav {overflow:hidden;margin-top:40px;}
.page_nav ul{overflow:hidden;margin-top:40px;display:table;margin:0 auto;}
.page_nav ul li{
	float:left;
	padding: 5px 15px 5px 15px;
	text-align:center;
	line-height:45px;
	border: 1px #6e6e6e solid;
	border-right:none;
	color:#e5e5e5;
	}
.page_nav ul li:hover {
    color: #ffffff;
    background: #444444;
	}
.page_nav ul li:last-child {
	border-right:1px #6e6e6e solid;
	}




.list_prd_view {
	width:100%;
	overflow:hidden;
	}
.prd_img_view {
	width:100%;
	height:300px;
	}
.prd_img_view img {
	width:100%;
	height:300px;
	}

.prd_info_view {
	width:100%;
	background: rgba(255,255,255,0.3);
	padding: 10px 3%;
	}
.prd_view_p01 {font-size:14px; color:#fff;}
.prd_view_p02 {font-size:18px; color:#fff;}

.detail_desc {
    padding: 10px;
    background: rgba(255,255,255,.3);
}
.detail_desc p {
	font-size:13px;
	color:#ffffff;}

/*shop end*/








/*itoc*/
.wrap_tab {
    width: 100%;
    overflow: hidden;
	margin-bottom:10px;
}

.wrap_tab .list_tab li a {
    display: block;
    padding: 11px 0;
    text-align: center;
    background: #5b4f4f;
	color: #ffffff;
}
.wrap_tab .list_tab li a:hover { 
	background: #746363;
	color:#f7f7f7;
	}

.wrap_tab .length02 li {
    width: 50%;
}

.wrap_tab .list_tab li {
    float: left;
}

.wrap_tab .list_tab li.on a {
   background: #746363;
    color: #f7f7f7;
}

.coin_state_send02 {
	padding: 15px 0;
    background: rgba(0,0,0,.15);
    width: 100%;
    color: #222;
    text-align: center;
    overflow: hidden;
	margin-bottom:10px;
}

.coin_state_send {
	padding: 20px 0;
    background: rgba(0,0,0,.15);
    width: 100%;
    color: #222;
    text-align: center;
    overflow: hidden;
}
.state_line {border-right: 1px solid rgba(0,0,0,.3);}

.state_send_col .txt_tit {
    display: block;
    margin-bottom: 8px;
    color: rgba(0,0,0,.7);
}
.state_send_col {
	width:100%;
	}
/*itoc end*/


/*store*/
.store {overflow:hidden;}
.store_list {overflow:hidden;}
.store_group {
    width: 100%;
    float: left;
    padding: 15px;
    color: #222;
    font-size: 13px;
    cursor: pointer;
    border-top: 1px rgba(0,0,0,0.1) solid;
    background: rgba(0,0,0,0.1);
}
.store_group img {
	float:left; 
	width:30px;
margin-top: -1px;
	}
.store_text {
margin-left: 5px;
	margin-right:10px;
	vertical-align: middle;
	}
.store_view {
	background:#fff;
	color:#000;
	border-radius:10px;
	font-size:12px;
	width:30px;
	display:inline-block;
	text-align:Center;
	vertical-align: bottom;
	}
.area_selct {
	overflow:hidden;
	height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
	}
.area_selct_title {
	float:left; 
	color:#222;
	font-size:12px;
	}
.area_group {
    float: right;
    width: 30%;
}
.list_thumb {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 3%;
    color: #e5e5e5;
    margin-top: 5px;
    cursor: pointer;
	width:100%;
	
    border: 1px solid #666363;
    border-radius: 15px;
}
.list_thumb .credit_list table {
    width: 100%;
    padding-bottom: 5px;
	border-collapse: collapse;
}
.list_thumb .credit_list table tr td{
	width:25%;font-size:13px;
   }


.list_thumb .credit_list table tr:nth-child(1) {height:25px; line-height:25px;}
.list_thumb .credit_list table tr {height:30px; line-height:30px;}


.list_thumb .credit_list table tr:nth-child(1) td {border-bottom:1px #786e6e solid;}
.list_thumb .credit_list table tr td:nth-child(1) {text-align:left;}
.list_thumb .credit_list table tr td:nth-child(2) {text-align:center;}
.list_thumb .credit_list table tr td:nth-child(3) {text-align:center;}
.list_thumb .credit_list table tr td:nth-child(4) {text-align:right;}

.user_img {
	width: 15%;
    float: left;
    padding-right: 10px;
	}
.user_img img {
	width:100%;
	border-radius:50%;
	}
.user_id {
	width: 85%;
    float: left;
	}
.user_text {
	font-size:13px;
	float:left;
	width:85%;
	padding-lefT:10px;
	}
.user_span01 {font-size:14px;}
.user_span02 {font-size:12px; color:#cccccc;}
.user_number{ font-size: 11px; color: rgba(0,0,0,0.5);margin-left:3px;}
.list_tab_menu li{width:33.3%;}


.store_home {
	overflow:hidden;
	background: rgba(0,0,0,.3);
	padding-bottom:5%;
	}
.store_home_img {
	width:500px;
	height:345px;
	overflow:hidden;
	}
.store_home_img img{width:500px;height:345px;}
.store_home_title {
	font-size:17px;
	color:#fff;
	text-align:center;
	border-bottom:1px #747474 solid;
	width: 90%;
    margin: 0 auto;
	padding:10px 0px;
	}
.store_home_title span {
	font-size:12px;
	color:#ccc;
	margin-left:5px;
	}
.store_home_info {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
	}
.store_info_p01 {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    float: left;
	margin:5px 0px;
}
.store_info_p02 {
    color: #cccccc;
    font-size: 12px;
    width: 100%;
    float: left;
	margin:5px 0px;
}
.store_info_p01 img {
	float:left;
	margin-right:5px; 
	width:13px;
	}

.store_menu 
	{overflow: hidden;
    background: rgba(255,255,255,.3);
	padding:10px;
	}
	
.store_menu_list {
	width:30%;
	height:220px;
	float:left;
	margin-bottom:10px;
	}

.store_menu_list:nth-child(3n+2) {margin:0px 5%;}

.store_munu_img {
	width:100%;
	height:140px;
	}

.store_menu_list img {
	width:100%;
	height:140px;
	}
.store_munu_text {
	color:#fff;
	width:100%;
	height:80px;
	background: rgba(255,255,255,.15);
	text-align:center;
	}
.store_review {
	width:100%;
	}
.detail_desc02 {
    padding: 10px;
    background: rgba(255,255,255,.15);
}
.detail_write {
	border: 1px #fff solid;
    padding: 3px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #ffff;
	cursor:pointer;
	border-radius:2px;
	}
.detail_write:hover {
	background:#ffffff; 
	color:#666666;
	}
.back_list {
	padding:7px;
	color:#fff;
	cursor:pointer;
	float:right;
	text-align:center;
	border-radius:2px;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
    background: linear-gradient(to right, #676363 0%, #6c6462 100%);
	}

.inpuiry_box {
    overflow: hidden;
    margin-bottom: 7px;
    padding: 10px 3%;
    background: rgba(0,0,0,.1) !important;
    color: #222 !important;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.store_thumb {
	overflow: hidden;
    margin-bottom: 7px;
    padding: 10px 3%;
    background: rgba(0,0,0,.15);
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    border-radius:3px;
	}

.store_user_img {
	width: 15%;
    float: left;
    padding-right: 10px;
	}
.store_user_img img {
	width:100%;
	border-radius:50%;
	}
.store_user_id {
	width: 85%;
    float: left;
	}
.store_user_text {
	font-size:13px;
	float:left;
	width:85%;
	padding-lefT:10px;
	}
.store_user_span01 {
	font-size:14px;
	}
.store_user_span02 {
	font-size:12px; 
	color:#cccccc;
	}
/*store end*/


/*write*/
.review_text_box {overflow:hidden;}
.write_form01 {}
.write_p01 {
	font-size:15px;
	color:#fff;
	}
.write_p02 {
	font-size: 25px;
    color: #cccccc;
    line-height: 1.2;
	}
.write_p03 {
	font-size: 13px;
    color: #cccccc;
	}
.write_area {width:100%;margin-top:10px;height:150px;}

.write_review_imgbox {overflow:hidden;}
.review_images {
	width:100px;
	height:100px;
	border:1px #fff solid;
	float:left;
	cursor:pointer;
	margin-right:15px;
	}
.review_images p {
	text-align:Center; 
	color:#ffffff;
	}
.review_images_p01 {margin-top:22px;}
.review_images_p02 {font-size:12px;}
.review_bnt02 {
	width:100px;
	height:50px;
	line-height:50px;
	color:#ffffff;
	border:1px #fff solid;
	margin: 30px auto 0px;
	cursor:pointer;
	text-align:center;
	border-radius: 5px;
	}
/*write end*/

/* history */

    .date_search_box{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .user_text_num{
        float: right;
        font-size: 0.85em;
        font-weight: 300;
    }
    .trade_info{
        width: 100%;
        overflow: hidden;
		
    }
    
    .trade_info p{
    font-size: 0.8em;
    font-weight: 300;
    }
    .trade_info_left{
        float: left;
    }
    .trade_info_right{
        float: right;
    }
/* history end*/


/* store_admin */

    .admin_top {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .register_btn {
        background: linear-gradient(135deg, rgba(138, 138, 138, 1) 0%, rgba(115, 115, 115, 1) 100%);
        color: #ffffff;
        float: left;
        padding: 5px 10px;
        font-size: 0.9em;
        border-radius: 3px;
        cursor: pointer;
    }

    .admin_top select {
        float: right;
        width: 30%;
    }

    .listbox_info {
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
        font-size: 0.8em;
        font-weight: 300;
    }

    .listbox {
        overflow: hidden;
        margin-bottom: 10px;
        padding: 10px 3%;
        background: rgba(0, 0, 0, .1);
        color: #222;
        margin-top: 5px;
    }

    .list_photo {
    background: url(../images/photo01.png);
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    }

    .listbox_date {
        overflow: hidden;
        font-size: 0.8em;
        margin-top: 11px;
        font-weight: 300;
    }

    .listbox_date p {
        float: left;
        line-height: 30px;
    }

    .listbox_btn {
        border: 1px solid #777;
        padding: 4px 10px;
        border-radius: 2px;
        display: inline-block;
        float: right;
        margin-left: 3px;
        cursor: pointer;
        color: #777;
		}
/* store_admin end*/


/*myinfo*/
.my_info_box {
    overflow: hidden;
    width: 100%;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 10px 3%;
	color:#e5e5e5;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
	margin-bottom:10px;
	}
.my_info_box option {color:#333333;}
.my_info_box02 {
    overflow: hidden;
    width: 100%;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    margin-bottom: 20px;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
	}
.my_info_box03 {
	overflow:hidden;
	width:100%;
	background: rgba(0,0,0,.05);
	border-radius: 3px;
	margin-bottom:20px;
	border: 1px solid #ddd;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
	}
.info_top {
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #4681c4;
	}
.info_user {
    width: 50px;
    float: left;
    border-radius: 50%;
    background: url(../images/img_user.jpg)no-repeat 100% 100%;
    height: 50px;
    background-size: 100% 100%;
	cursor:pointer;
}
.info_user img {width:100%;}
.info_name {
	width:100%;
	float:left;
	color:#ffffff;
	margin-bottom:10px;
	}
.info_user_name {
	float:left;
	margin-top:12px;
	margin-left:15px;
	cursor:pointer;
	}

.info_user_edit {
	float:right;
	font-size:12px; 
	color:#ffffff;
	cursor:pointer;
	}
.info_bottom {width:100%;overflow:hidden;padding-top:10px;}
.info_bottom img {
    width: 15px;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
	}

.info_bottom p {
	font-size:15px;
	color:#ffffff;
	}

.info_bottom .language_edit {
	float:right;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	}

.password_edit {
	width:100%;
	overflow:hidden;
	padding: 10px 3%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

.password_edit:last-child{
    border-bottom: none;
}

.edit_img01 {
    /* width: 15px; */
    float: left;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: 3px;
	}
.edit_img02 {
    width: 7px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
.password_edit p {font-size:15px; color:#ffffff;}
.password_edit .passowrd_bnt {
	float:right;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	}

.notice_edit {
	width:100%;
	overflow:hidden;
	padding: 10px 3%;
	}
.notice_edit p {font-size:15px; color:#ffffff;}
.notice_edit .passowrd_bnt {
	float:right;
	color:#222;
	font-size:12px;
	cursor:pointer;
	}

.password_find {
	float:right;
	font-size:15px;
	color:#fff;
	margin-top:10px;
	cursor:pointer;
	}

/*myinfo end*/

/* menu_admin */

.register_btn_box{
    text-align: center;
    width: 100%;
    margin-top: 25px;
    }
.register_btn02{
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 7px 16px;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    }
.register_btn02:hover{
    background: rgba(0,0,0,0.3);
    }
.wrap_tab .length03 li {
    width: 33.3%;
	}
.menu_list_box{
    width: 49%;
    overflow: hidden;
    background: rgba(0,0,0,.05);
    padding: 10px;
    margin-top: 20px;
    float: left;
    margin-right: 2%;
    border-radius: 5px;
	}
.menu_list_box:nth-child(2n){
	margin-right:0;
	}
.menu_list {
    float: left;
    margin-bottom: 10px;
	}
.menu_list_imgbox img{
	width:100%;
	}
.delete_btn{
	   border: 1px solid #888;
    padding: 4px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
    color: #666;
	font-size:0.8em;
	text-align:center;
	}
.menu_list_text{
	color:#222;
	text-align:center;
	padding:10px 0;
	}
.menu_list_imgbox{
	width: 100%;
	}
.menu_list_price{
	font-weight:bold;
	}

/* menu_admin */


/* store_modify */

    .register_input_title{
        color: #ffffff;
        width: 100%;
        display: block;
    }
    .register_input_box{
     margin-bottom: 10px;   
    }
    .register_input{
        background: transparent;
        border: none;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
.register_input::placeholder{color:#777;}
.search_input::placeholder{color:#777;}
    .listbox_btn{
        font-size: 1em;
        text-align: center;
    }
    .register_input_box select{
        background:transparent;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        color: #ffffff;
        padding:5px;
        font-size: 0.8em;
        width: 100%;
    }
    .register_input_box textarea{
        width: 100%;
        border: none;
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        color: #ffffff;
    }
    .img_upload_box{
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }
    .img_upload{
        width: 32%;
        margin-right:2%;
        border: 1px solid #ffffff;
        float: left;
        margin-bottom: 7px;
        height:100px;
        color: #ffffff;
        cursor: pointer;
        text-align: center;
        font-size: 0.8em;
        padding-top: 23px;
    }
    .img_upload:nth-child(3n){
        margin-right: 0;
    }
    .register_btn_box{
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }
    .register_btn02{
        border: 1px solid #ffffff;
        display: inline-block;
        padding: 7px 16px;
        color: #ffffff;
        border-radius: 5px;
        cursor: pointer;
    }
    .register_btn02:hover{
        background: rgba(255,255,255,0.3);
    }
    .wrap_tab .length03 li {
    width: 33.3%;
	}
	.wrap_tab .length03 li:last-child{
		border-right: none;
	}


/* store_register */

    .register_input_title{
        color: #222;
        width: 100%;
        display: block;
    }
    .register_input_box{
     margin-bottom: 10px;   
    }
    .register_input{
        background: transparent;
        border: none;
        color: #222;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .listbox_btn{
        font-size: 13px;
        text-align: center;
    }
    .register_input_box select{
        background:transparent;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        padding:5px;
        font-size: 0.8em;
        width: 100%;
		color:#222;
		    background-image: url(../sub/images/select.png);
			-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 2% auto;
    }
  .register_input_box option{
  color:#000;
  }

    .register_input_box textarea{
        width: 100%;
        border: none;
        background: transparent;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        color: #222;
    }
    .img_upload_box{
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }
    .img_upload{
        width: 32%;
        margin-right:2%;
        border: 1px solid #222;
        float: left;
        margin-bottom: 7px;
        height:100px;
        color: #222;
        cursor: pointer;
        text-align: center;
        font-size: 0.8em;
        padding-top: 22px;
    }
    .img_upload:nth-child(3n){
        margin-right: 0;
    }
    .register_btn_box{
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }
    .register_btn02{
        border: 1px solid #ccc;
        display: inline-block;
        padding: 7px 16px;
        color: #555;
        border-radius: 5px;
        cursor: pointer;
    }
    .register_btn02:hover{
        background: rgba(255,255,255,0.3);
    }

/*change02_find*/

.number_box {
	width:25%;
	height:38px;
	border:1px #fff solid;
	color:#fff;
	position:absolute;
	top:0px;
	right:0px;
	font-size:14px;
	line-height:38px;
	cursor:pointer;
	text-align:center;
	}
/*change02_find end*/

/*notice*/

.notice_list01 {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 12px 3%;
    color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
	background: linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/ linear-gradient(to right, #7db7f8, #3c4dcc) border-box;
    border: 2px solid transparent;
	}
.notice_title {
	font-size:14px; 
	color:#ffffff;
}
.notice_date {
	font-size:12px; 
	color:#bab8b8;
}

.notice_text {
	font-size:14px; 
	color:#b4b4b4;
}
.notice_bar {
	width:100%;
	height:1px;
	background:#8b8585;
	margin:5px 0px;
}
/*notice end*/

/*inpuiry*/
.inpuiry_box { 
	overflow: hidden;
    margin-bottom: 7px;
    padding: 10px 3%;
    background: rgba(255,255,255,.3);
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
	text-align:center;
	font-size:14px;
	}

.inpuiry_popup {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
	}

.inpuiry_inner {
	width:310px;
	height:260px;
	background:#000;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:10px;
	}

.inpuiry_number {
    overflow: hidden;
    color: #fff;
    border: 1px #fff solid;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: Center;
    margin: 0 auto;
    font-size: 13px;
	}

.inner_top {
	width:100%;
	height:50px;
	border-bottom:1px #fff solid;
	padding:12px;
	}
.inner_top p{color:#ffffff;}
.inner_middle {overflow:hidden;}
.inner_bottom {overflow:hidden;}
.inner_middle02 {
	padding:10px;
	margin-top:10px;
	color:#fff;
	}
.middle02_text {margin-bottom:5px; font-size:14px;}
.inner_middle02 .input_form05 {width:65%;height:35px;float:left;}
.number_bnt02 {
	float:right;
	width:35%;
	height:35px;
	line-height:35px;
	text-align:Center;
	border:1px #ccc solid;
	font-size:14px;
	cursor:pointer;
	}
/*inpuiry end*/


/*store*/
.store_search {width:100%;overflow:hidden;margin-bottom:15px;}
.search_input {
	width:50%;
	height:30px;
	border: 1px rgba(255,255,255,0.1) solid;
	float:right;
	background:transparent;
	color:#ffffff;
	padding-left:10px;
	background: url(../images/search01.png)no-repeat 95% 50%;
    background-size: 14px;
	}
/*store end*/



/* menu management */

    .menu_admin_listbox {
        overflow: hidden;
        margin-bottom: 10px;
        padding: 10px 3%;
        background: rgba(0, 0, 0, .05);
        color: #222;
        margin-top: 5px;
        border-radius: 3px;
        padding-top: 20px;
        border: 1px solid #ddd;
    }

    .menuadmin_photo {
        width: 100px;
        height: 100px;
        background: #fff;
        float: left;
        margin-right: 20px;
    }

    .menu_info {
        float: left;
        width: 60%;
    }

    .menu_info_title {
        display: block;

    }

    .menu_info_text {
        font-size: 0.8em;
        font-weight: 300;
    }

    .menu_info>div {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 8px;
    }

    .register_btn03 {
        display: inline-block;
        padding: 8px 18px;
        color: #fff;
        background: linear-gradient(to right, #db1278 0%, #e96937 100%);
        border-radius: 5px;
        cursor: pointer;
        font-weight: 500;
        cursor: pointer;
    }

/* send history */

    .date_select{
        background: transparent;
        border: 1px solid #ccc;
        color: #ffffff;
        padding: 3px 5px;
        float: left;
        margin-right: 10px;
            border-radius: 2px;
    }
    .date_search_box{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .date_search_btn{
        border: 1px solid #ccc;
        display: inline-block;
        padding: 2px 8px;
        color: #ffffff;
        font-size: 0.9em;
        border-radius: 2px;

    }
    .user_text_num{
        float: right;
        font-size: 0.85em;
        font-weight: 300;
    }
    .trade_info{
        width: 100%;
        overflow: hidden;
    }
    
    .trade_info p{
        font-size: 0.8em;
        font-weight: 300;
    }
    .trade_info_left{
        float: left;
    }
    .trade_info_right{
        float: right;
    }

/* inpuiry */

.inpuiry_box { 
	overflow: hidden;
    margin-bottom: 7px;
    padding: 10px 3%;
    background: rgba(255,255,255,.3);
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
	text-align:center;
	font-size:14px;
	}

.inpuiry_popup {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
	}

.inpuiry_inner {
	width:310px;
	height:260px;
	background:#000;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:10px;
	}

.inpuiry_number {
    overflow: hidden;
    color: #fff;
    border: 1px #fff solid;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: Center;
    margin: 0 auto;
    font-size: 13px;
	}

.inner_top {
	width:100%;
	height:50px;
	border-bottom:1px #fff solid;
	padding:12px;
	}
.inner_top p{color:#ffffff;}
.inner_middle {overflow:hidden;}
.inner_bottom {overflow:hidden;}
.inner_middle02 {
	padding:10px;
	margin-top:10px;
	color:#fff;
	}
.middle02_text {margin-bottom:5px; font-size:14px;}
.inner_middle02 .input_form05 {width:65%;height:35px;float:left;}
.number_bnt02 {
	float:right;
	width:35%;
	height:35px;
	line-height:35px;
	text-align:Center;
	border:1px #ccc solid;
	font-size:14px;
	cursor:pointer;
	}


#inpuiry_open:hover.inpuiry_popup{display:block;}

.bonus_table{
margin-bottom:20px;
    overflow: hidden;
    width: 100%;
}

.bonus_table li {
    float: left;
    width: 18.9%;
    height: 40px;
    margin-right: 1.3%;
    text-align: center;
    line-height: 40px;
    background: rgba(0,0,0,.02);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
    font-size: 0.9em;
}

.bonus_table li:last-child{
    margin-right: 0;
}

.bx-wrapper {margin-bottom:0px !important;}
.bx-wrapper .bx-pager {display:none;}
.bx-controls-direction {display:none;}
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
	margin-top:-100px;
}

.bx-viewport{
    height: 200px !important;
}
