@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700');

/*
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}*/

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    font-weight: 400;
}
p {margin:0px;}
input,
select {
    font-family: 'Noto Sans KR', sans-serif;
}

ol,ul {margin:0px;}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.c_inner {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.top_inner {
    width: 1200px;
    margin: 0 auto;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}
.allowed{cursor:not-allowed !important;}
/* Select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 9px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}

.inner {
    width: 98%;
    margin: 0 auto
}

.m_hide {
    display: none;
}

/*language*/
.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}
.language_btn01 {
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}
.language_btn01:hover .dep_01{display:block;}
.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
	margin-left: 8px;
}
.dep_01 {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100px;
    z-index: 999999;
}
.dep_02 li {
    background: #e4e4e4;
}
.dep_02 li:hover {
   color: #005aab;
}
/**/
/*login*/
.index_divpop {
    max-width: 100%;
    position:absolute;
    top:10px;
    object-fit: contain;
    z-index:200;
    visibility:hidden;
	}
.index_l_box {
	display:nonoe;
	}
.index_r_box {
    width: 100%;
    min-height: 100vh;
    background: url(../img/login_back_m.png)no-repeat;
    background-size: cover;
}
.index_r_box .index_item {
    width: 100%;
    background: rgba(7,3,25,0.85);
    padding: 30px 10px 30px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_r_box .index_item2 {
    width: 100%;
    background: #fff;
}
.index_r_box .join_logo img {
    width: 200px;
}
.index_r_box .logo {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}
.index_r_box .logo h1{font-size:35px;font-weight:bold;color:#d9e1a5;}

.index_r_box .logo img {
    width: 220px;
}

.input_title {
	font-size:14px;
    margin-top:8px;
	margin-bottom:2px;
	color: #252e55;
	font-weight:600;
	}

.index_title {
	font-size:15px; 
	color: #ffffff;
	text-align:center;
	font-weight:700;
	margin-top:15px;
	margin-bottom:55px;
	}

.index_input {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:15px;
	}
#login .input_title{
    color:#fff;
}
#login .index_input01{
    border: 1px #fff solid;
}
#login .index_input01::placeholder {
    color:#9c9da1;
    font-size:12px;
    }
.index_input01 {
    width: 100%;
    height: 40px;
    border: 1px #032345 solid;
    border-radius: 30px;
    padding-left: 10px;
    background: #fff;
    color: #032345;
}

.index_input01::placeholder {
	color:#032345;
	font-size:12px;
	}

.button01 {
	width:100%;
	height:50px;
	border:none;
    background:rgb(124 143 202) ;
	border-radius:30px;
	color:#ffffff;
	font-size:16px;
	margin-top:15px;
	}

.index_p01 {
	font-size:16px;
	text-align:center;
	margin-top:25px;
	}
.index_p02 {
	font-size:16px;
	text-align:center;
	margin-top:25px;
	}
.index_p01 a {color:#ffffff;}
.index_p02 a {color:#ffffff;}
/*login_end*/

/*join*/
.index_r_box .join_logo {
	padding-top:15px;
	text-align:center;
	margin-bottom:30px;
	}
.phone_select {
    width: 100%;
    height: 40px;
    border: 1px #032345 solid;
    border-radius: 30px;
    padding-left: 10px;
    background: transparent;
    color: #252e55;
	outline: none;
}
.index_input01:focus {border: 1px #3a2f9a solid;}
.index_input02:focus {border: 1px #3a2f9a solid;}
.index_input03:focus {border: 1px #3a2f9a solid;}
.index_input04:focus {border: 1px #3a2f9a solid;}
.phone_select:focus {border: 1px #3a2f9a solid;}
.phone_select option {color:#333333;}
.index_input02 {
	width:32%;
	height:40px;
    border: 1px #032345 solid;
	border-radius:30px;
	padding-left:10px;
	background: transparent;
    color: #252e55;
	}
.index_input03 {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 30px;
    padding-left: 5px;
    float: left;
    font-size: 12px;
	background: transparent;
    color: #333333;
}
.form02_span {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #5f5f5f;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.button02 {
    width: 49%;
    height: 50px;
    border: none;
    background: #3a2f9a;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 2%;
    float: left;
}
.button03 {
    width: 49%;
    height: 50px;
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
    color: #444444;
    font-size: 16px;
    margin-top: 10px;
	float:left;
}
.button05 {
    width: 28%;
    height: 40px;
    border: none;
    background: #cc3838;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    float: right;
}
/*join_end*/

/*top*/
#header {
	width:100%;
	height:70px;
    overflow: hidden;
    background: #d29854;;
}
.top_logo {
	display:none;
	}
.top_section {
    background: rgb(37 46 85);
    float: right;
    height: 70px;
    width: 100%;
	display:None;
}
.level_box {
	float: left;
    overflow: hidden;
	}
.level_img {
    float: left;
    margin-top: -5px;
    margin-left: 20px;
    width: 35px;
}
.level_img1 {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
}
.usernamue {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
    color:#fff;
}
.usernamue span {font-weight:400;color:#fff}

.language_btn02:hover .dep_01{display:block;}

.left_menu {
    display:none;
}
.menu_title {
	font-size:14px;
	color:#666666;
	font-weight:700;
	}
.left_menu ul li {margin-top:30px;}
.left_menu ul li a {
	font-size:16px;
	}
.menu_icon {
    float: left;
    margin-top: 12px;
    margin-right: 8px;
}
.more {
    float: right;
    margin-top: 9px;
    width: 15px;
}
.menu_bar {width:100%; height:1px; background:#cccccc;margin-top:30px;}

.top_total {
    float: left;
    line-height: 70px;
}
.top_total01 {
	float:left;
	margin-left:30px;
	}
.top_total01 p {
	font-size:14px;
	color:#333333;
	}
    
.m_top_section {
    background:rgb(37 46 85);
    height: 70px;
    width: 100%;
	padding:0px 20px;
	position:relative;
}
.m_nav {
float: left;
    width: 20px;
    margin-top: 12px;
    cursor: pointer;
	}
.m_logo {
float: left;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size:25px;
}
.m_logo h2{
    color:#fff;
}
.m_level {
    float: right;
    margin-top: 25px;
}
.m_level p span {
    margin-right: 6px;
    color: #f3f3f3;
font-size: 14px;    
    display: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}







.language_btn2 {
    position: absolute;
    top: 14px;
    left: 10px;
    padding-left: 0px !important;
}
.language_btn02 {
    width: 110px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    padding-left: 0px !important;
	font-size:14px;
}
.language_img2 {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.bottom_img2 {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.logout {
    float: left;
    width: 70px;
    height: 30px;
    background: #f0dff7;
    color:#9e65e5;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 30px;
    padding: 0px !important;
    cursor: pointer;
}
.logout a {color:#8f62c7;}
.dep_01{
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100px;
    z-index: 999999;
}

.dep_02 li {
    background: #2f2f49;
    line-height: 35px !important;
    width: 110px;
}
.dep_02 li a{
    color:#ffffff;
}
/*top end*/

/*main*/
.section_right {
	width:100%;
    background:#fff;
	float:right;
	min-height:100vh;
	padding-bottom: 50px;
	}
.section_right_inner {
    padding: 20px;
}
.m_section_right_inner {
    display:none;
}

.main_balance_total span {
    font-size: 19px;
    margin-left: 10px;
}
.main_balance_box {
    width: 100%;
    height: 125px;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(124 143 202) 0%, rgb(124 143 202) 100%);
}
/* .main_balance_box:nth-child(1) {
    background:url("../img/bg01.png") no-repeat center center;
    background-size: 100% 100%;
}
.main_balance_box:nth-child(2) {
    background:url("../img/bg02.png") no-repeat center center;
    background-size: 100% 100%;
}
.main_balance_box:nth-child(3)  {
    background:url("../img/bg03.png") no-repeat center center;
    background-size: 100% 100%;
}
.main_balance_box:nth-child(4) {
    background:url("../img/bg04.png") no-repeat center center;
    background-size: 100% 100%;
} */
.main_balance_box:nth-child(5) {
    background-image: linear-gradient(#efd49e, #bf8033);
    background-size: 100% 100%;
}
.main_balance_title {
    font-size: 15px;
    color: #413e38;
    font-weight: 700;
    overflow: hidden;
    line-height: 53px;
    display: flex;
    align-items: center;
}
.main_balance_box .box_bg_img{
   display:None;
}
.main_balance_total {
    font-size: 24px;
    color: #413e38;
    float: left;
    line-height: 1;
    padding-right: 15px;
	font-family: 'Lato', sans-serif !important;
}
.quote {
	float: left;
    margin-top: 16px;
    color: #ffdbe0;
    font-size: 12px;
	font-weight: 700;
	padding-left: 15px;
	}
.quote_img {vertical-align: middle;margin-right: 5px;}
.main_balance_level {
    text-align: right;
    font-size: 24px;
    color: #ffffff;
    margin-top: 30px;
}
.balance_icon {
    float: left;
    width: 24px;
    margin-right: 10px;
}
.balance_icon12 {
    float: left;
    width: 21px;
    margin-right: 10px;
}
.balance_icon14 {
    float: left;
    width: 18px;
    margin-right: 15px;
}
.balance_icon15 {
    float: left;
    width: 21px;
    margin-right: 10px;
}





.main_section01 {overflow:hidden;}
.main_section02 {overflow:hidden;}
.main_section03 {overflow:hidden;}

.main_buy_btn {
	width:33%;
	height:65px;
	background:#ffffff;
	border-radius:5px;
	border:1px #cccccc solid;
	line-height:65px;
	text-align:center;
	position:relative;
	float:left;
	cursor:pointer;
	box-shadow: 0px 0px 15px #b7b7b7;
	}

.but_btn_text1 {font-size:20px;}

.but_btn_text1 span{color:#3b5ca8;}

.but_btn_text2 {font-size:20px;}

.but_btn_text2 span{color:#d35454;}

.but_btn_text3 {font-size:20px; color:#0062c7;}

.btn_icon {
	position:absolute;
	top:11px;
	left:15px;
	}
.btn_right {
	position:absolute;
	top:25px;
	right:20px;
	}
.margin33 {
	margin-left:0.5%;
	margin-right:0.5%;
	}
.graph_01 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgb(240 245 251);
}
.level_icon {
	float:left;
	margin-right:8px;
    margin-top: 6px;
	}
.circle_box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.circle {
    width: 200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border: 5px solid rgb(37 46 85);
    border-radius: 300px;
    height: 200px;
    box-shadow: 0px 0 0px 12px rgba(0, 0, 0, 0.08);
}

.circle_title {
    position: absolute;
    top: 24px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    COLOR: #182943;
	display: none;
}

.circle canvas {
    width: 190px !important;
    height: 190px !important;
    background: rgb(170 198 248);
    border-radius: 400px;
}

.circle_strong {
    position: absolute;
    top: 105px;
    left: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    transform: translateX(-50%);
    color:#000000;
}

.circle .state {
    position: absolute;
    top: 65px;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%);
	font-family: 'Lato', sans-serif !important;
}

.circle .state01 {
    color:#EB5757;
}

.circle .state02 {
    border: 1px solid #39a5ff;
    color: #39a5ff;
}

.circle .state03 {
    border: 1px solid #ea4023;
    color: #ea4023;
}
.level_span {color: #fff;
    text-align: center;
    margin-top: 17px;
    font-size: 12px;}
.table_b {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #29339d;
    margin-bottom: 1%;
    border-radius: 5px;
}
.table_b .table_b_id {
    display: inline-block;
    font-size: 14px;
    margin-top: 3px;
}
.table_b .table_b_name {
    font-size: 14px;
    margin-top: 9px;
    float: left;
}
.table_b .table_user {
    float: left;
    margin-right: 8px;
    width: 34px;
}
.change_icon {margin-right: 5px;}
.up_span {color:#ff8c9c !important;}
.down_span {color:#a1b3ff !important;}
.keep_span {color:#ffffff !important;}
.table_c {
	overflow:hidden; 
	padding-top:25px; 
	padding-left:20px;
	padding-right:20px;
	width:49%;
	background:#ffffff;
	height:350px;
	float:left;
    margin-right:2%;
    border:1px solid #92adbe;
	}
.table_d {
	overflow:hidden; 
	padding-top:25px; 
	padding-left:20px;
	padding-right:20px;
	width:49%;
	background:#ffffff;
	height:350px;
    float:left;
    border:1px solid #92adbe;
	}
.table_e {
	overflow:hidden; 
	margin-top:30px;
	padding-top:25px; 
	padding-left:20px;
	padding-right:20px;
	width:100%;
	background:#ffffff;
	height:350px;
    float:left;
    border:1px solid #92adbe;
	}
.table_title {
    font-size: 18px;
    color:#fff;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    padding:20px;
    background:linear-gradient(180deg, rgb(166 179 221) 0%, rgb(124 143 202) 100%);
}
.notice_table01 .table_title,.sales_table01 .table_title{ background: transparent !important;color:rgb(53 63 103)}
.table_title .more{font-size:14px;float:right;color:#e6e6e6;}
.table_title .more a{color:#e6e6e6;}
.main_table01 tr th {
	height:40px;
	line-height:40px;
	background:#F3F3F3;
	text-align:Center;
	font-size:18px;
	font-weight:400;
	}
.main_table01 tr td {
	height:40px;
	line-height:40px;
	text-align:Center;
	font-size:16px;
	font-weight:400;
    border-bottom:1px #CACACA solid;
    border-top:1px solid #CACACA;
	}
.main_table01 tr th:nth-child(1) {width:15%;}
.main_table01 tr th:nth-child(2) {width:25%;}
.main_table01 tr th:nth-child(3) {width:30%;}
.main_table01 tr th:nth-child(4) {width:30%;}
.main_table01 tr td:nth-child(1) {width:15%;}
.main_table01 tr td:nth-child(2) {width:25%;}
.main_table01 tr td:nth-child(3) {width:30%;}
.main_table01 tr td:nth-child(4) {width:30%;}


.main_table03 tr th {
	height:40px;
	background:white;
	text-align:Center;
	color:black;
	font-size:12px;
	font-weight:400;
	}
.main_table03 tr td {
    height: 60px;
    text-align: Center;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px #91adbe solid;
    color: #ffffff;
    border-top: 1px #91adbe solid;
}
.main_table03 tr th:nth-child(1) {width:30%;}
.main_table03 tr th:nth-child(2) {width:30%;}
.main_table03 tr th:nth-child(3) {width:40%;}
.main_table03 tr td:nth-child(1) {
	width: 15%;
    text-align: center;
    padding-left: 20px;
	}
.main_table03 tr td:nth-child(2) {width:25%;}
.main_table03 tr td:nth-child(3) {width:60%;}
.main_table04 tr th{
    height:50px;
}

.main_table04 tr th:nth-child(1) {
    background: #f9f9f9;
}
.main_table04 tr th:nth-child(2) {
    background: #c8aa76;
    color: #fff;
}
.main_table04 tr th:nth-child(3) {
    background: #ff6e5f;
    color: #fff;
}
.main_table04 tr td {
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.main_table04 tr:nth-child(n) td {
   background:#f9f9f9;
}

/*main end*/
.notice_table03 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
	margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 300px;
    position: relative;
    border-radius: 5px;
}
.notice_table03 .main_table02 thead tr:nth-child(1){ background:#F3F3F3 ;}
/*transaction*/
.sub_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgb(172 198 245);
    padding-left: 20px;
    border-top: 1px white solid;
}
.sub_title {
    font-size: 18px;
    color: #ffffff;
}
.sub_title img {
    float: left;
    margin-top: 12px;
}

.deposit {
	width:100%;
	overflow:hidden;
	}
.deposit_section01 {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
	border:1px #aaaaaa solid;
	overflow:hidden;
}
.deposit_section01_t {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px #7c7c7c solid;
    padding-bottom: 5px;
}
.deposit_section01_t span{
	color:#005aab;
	}
.deposit_section01 .left_box {
	width:100%;
	}
.right_box {
    width: 100%;
    text-align: center;
}
.deposit_section01 .deposit_text01 {
	font-size:14px;
	color:#333333;
	margin-top:40px;
	}
.deposit_section01 .deposit_text02 {
	font-size:12px;
	color:#333333;
	margin-top:10px;
	}
.deposit_section01 .address_input_box {
	width:100%;
	margin: 10px 0px;
	overflow:hidden;
	}
.deposit_section01 .address_input {
    width: 78%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 12px;
}
.copy_btn {
    color: #ffffff;
    width: 20%;
    height: 41px;
    float: right;
    font-size: 12px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.qr_code_text {
	font-size:14px; 
	color:#333333; 
	font-weight:700;
	text-align: left;
	}


.deposit_section02 {
	width: 100%;
	overflow:hidden;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
	margin-top:10px;
	margin-bottom:10px;
	}
.deposit_table {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.withdrawal {
    width: 100%;
    overflow: hidden;
}
.withdrawal_section01 {
    width: 100%;
    height: 575px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
	margin-top:10px;
}
.withdrawal_section01_t {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px #7c7c7c solid;
	padding-bottom:5px;
}
.withdrawal_section01_t span {color:#c74242;}
.total_box {
	width:100%;
	margin-top:10px;
	overflow:hidden;
	}
.total_box .total_box_inner{
	width:70%;
	float:left;
	border:1px #d4d4d4 solid;
	overflow:Hidden;
	}
.total_box .total_box_inner2 {
    width: 27%;
    float: right;
}
.total_box .total_box_title {
    float: left;
    width: 30%;
    height: 48px;
    line-height: 48px;
    color: #3fb5a3;
    font-size: 12px;
    font-weight: 700;
    background: #eaeff3;
    padding-left: 5px;
}
.total_box .total_box_balance {
	float:right;
	width:70%;
	height:48px;
	line-height:48px;
	color:#333333;
	font-size:14px;
	font-weight:700;
	padding-left:5px;
	}
.total_box .total_box_balance input{
	float:right;
	width:70%;
	height:48px;
	line-height:48px;
	color:#333333;
	font-size:14px;
	font-weight:700;
	padding-left:5px;
	}    
.total_box .total_box_balance span {
	color:#666666;
	font-size:12px;
	}
.total_box .withdrawal_select {
    height: 49px;
    border: 1px #005aab solid;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    background-size: 6px 9px;
    background-image: url(/img/right.png);
    background-position: 81% 50%;
}
.withdrawal_input_box table{border-top:2px #7c7c7c solid;margin-top:20px;}
.withdrawal_input_box tr td {
    height: 48px;
    font-size: 12px;
    border-bottom: 1px #e4e4e4 solid;
    padding-left: 5px;
    color: #333333;
}
.withdrawal_input_box tr td:nth-child(1) {width:35%;background:#f6f6f6;}
.withdrawal_input_box tr td:nth-child(2) {width:65%;}
.withdrawal_input_box .withdrawal_input01{
	width:80%;
	height:35px;
	border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
	}
.withdrawal_input_span {font-size:14px; color:#999999;margin-left:10px;}
.withdrawal_btn {overflow:hidden; margin-top:20px;}
.withdrawal_btn01 {
    display: block;
    width: 32%;
    height: 40px;
    font-size: 11px;
    line-height: 1.5;
    color: #666666;
    background-color: transparent;
    border: 1px #cccccc solid;
    border-radius: 2px;
    float: left;
    TEXT-ALIGN: CENTER;
    cursor: pointer;
	font-weight:700;
}
.withdrawal_margin {margin-left:2%;margin-right:2%;}
.withdrawal_on {
	border:1px #005aab solid;
	color:#005aab;
	}
.withdrawal_key {
    width: 100%;
    margin: 20px 0px 20px 0px;
    overflow: hidden;
}
.withdrawal_key_input {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}
.key_btn {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.key_btn2 {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	margin-top:5px;
	float:left;
}
.check_img {
	float: left;
    width: 30px;
    margin-left: 5px;
    margin-top: 15px;
	}
.withdrawal_botton {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background: rgb(124 143 202);
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
}

.withdrawal_section02 {
	width: 100%;
	overflow:hidden;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
	margin-top:10px;
	margin-bottom:10px;
	}

.withdrawal_table {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}
.page_nav {margin-top:20px;}
.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: 25px;
    border: 1px #e4e4e4 solid;
    border-right: none;
    color: #333333;
}
.page_nav ul li:hover {background:#e4e4e4;}
.page_nav ul li:last-child{border-right: 1px #e4e4e4 solid;}
/*transaction end*/



/*mininghistory*/
.mining_package {
	width:100%;
	overflow:hidden;
	background:#ffffff;
	padding:15px 15px 15px 15px;
	margin-bottom:15px;
	}
.package_img {
	text-align:center;
	}
.package_total_name {
	overflow:Hidden;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:10px 0px;
	text-align:center;
	font-size:30px;
	}
.mining_package_title {
	font-size:20px; 
	text-align:center;
	margin-bottom:10px;
	}
.mining_share {
	font-size:16px;
	text-align:center;
	color:#666666;
	margin-top:15px;
	}
.mining_amount{
	font-size:16px;
	text-align:center;
	color:#666666;
	margin-top:15px;
	font-weight:500;
	}
.mining_amount span {color:#333333;}
.mining_share span {color:#333333;}
.mining_s_box {overflow:Hidden; margin-top:20px;}
.mining_select_title {
	font-size:16px;
	color:#333333; 
	font-weight:700;
	}
.mining_select {
	width:100%;
	height:40px;
	border: 1px #cccccc solid;
    border-radius: 5px;
    padding-left: 10px;
	background-size: 6px 9px;
    background-image: url(/img/right.png);
    background-position: 94% 50%;
	margin-top:10px;
	}
.mining_select2 {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 10px;
    background: #333;
    color: #fff;
    text-align: center;
}
.mining_botton {
	width:100%;
	height:40px;
	background:#252525; 
	text-align:center;
	color:#ffffff;
	border:none;
	border-radius:5px;
	margin-top:10px;
	cursor:pointer;
	}
.mining_table_box {overflow:hidden; margin-top:20px;}
.mining_table {width:100%;}
.mining_table tr th {
	height:40px;
	font-size:14px; 
	font-weight:400;
	text-align:Center;
	border-bottom: 2px #0d0d0d solid;
	}
.mining_table tr th:nth-child(1) {width:25%;text-align:left;padding-left:10px;}
.mining_table tr th:nth-child(2) {width:50%;}
.mining_table tr th:nth-child(3) {width:25%;}
.mining_table tr td {height:40px;font-size:14px; font-weight:400;text-align:Center;border-bottom: 1px #d7d7d7 solid;}
.mining_table tr td:nth-child(1) {width:25%;}
.mining_table tr td:nth-child(2) {width:50%;}
.mining_table tr td:nth-child(3) {width:25%;}
.c_r {color:#ff0000;}
.mt20 {margin-top:20px;}
/*mininghistory end*/

/* mypage */

.s_left{
    width: 100%;
	overflow:hidden;
	padding-bottom:10px;
}
.s_right{
    width: 100%;
	overflow:hidden;
	padding-bottom:10px;
}
.mypage_section01_t {
    font-size: 16px;
    color:black;
    padding-bottom: 5px;
}

.mypage_section01 {
    width: 100%;
    background:rgb(240 245 251);
    padding: 10px;
    overflow: Hidden;
    padding-bottom: 20px;
    border-radius: 5px;
   
}
.mypage_input_box table {
    border-top:1px #252e55 solid;
    margin-top: 20px;
    margin-bottom: 25px;
}
.btn-qrcode {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    background: linear-gradient(31.75deg, #3FBEF4 19.12%, #42DCE6 80.88%);
}

.qrcode img {
    width: 50%;
    margin-bottom: 10px;
    margin: 25px auto;
    display: table;
}
.mypage_input_box tr td {
    height: 48px;
    font-size: 14px;
    border-bottom: 1px rgb(124 143 202) solid;
    padding-left: 10px;
    color: #ffffff;
}
.mypage_input_box tr td:nth-child(1) {width:35%; background:linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);}
.mypage_input_box tr td:nth-child(2) {width:65%;}
.mypage_input_box .withdrawal_input01{
	width:100%;
	height:35px;
	border: 1px #252e55 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
	}
.mypage_input_box .withdrawal_input01::placeholder{font-size: 14px;}
.mypage_input_span {font-size:14px; color:#999999;margin-left:10px;}
.mypage_btn {overflow:hidden; margin-top:20px;}
.mypage_btn01 {
    display: block;
    width: 32%;
    height: 40px;
    font-size: 11px;
    line-height: 1.5;
    color: #666666;
    background-color: linear-gradient(31.75deg, #3FBEF4 19.12%, #42DCE6 80.88%);
    border:none;
    border-radius: 2px;
    float: left;
    TEXT-ALIGN: CENTER;
    cursor: pointer;
	font-weight:700;
}

.mypage_select01{
        width: 80%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #fff;
    font-size: 14px;
}

.mypage_on {
    border: 1px #005aab solid;
    color: #005aab;
}

.mypage_key {
    width: 100%;
    margin: 20px 0px 30px 0px;
    overflow: hidden;
}

.mypage_key_input {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

/*mypage end*/

/*package buy*/
.package_left{
    width: 100%;
	clear:both;
}
.package_left .form01 {
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    background: rgb(240 245 251);
}
.package_left .form01 .title{
    font-size: 24px;
    color: rgb(53 63 103);
    border-bottom: 1px rgb(53 63 103) solid;
}
.package_left .form01 .total_box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    
}
.package_left .form01 .total_box .total_box_inner {
    width: 100%;
    float: left;
    overflow: Hidden;
    border: 1px white solid;
}
.package_left .form01 .total_box .total_box_inner .total_box_title {
    border-bottom: 1px white solid;
    float: left;
    width: 35%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background:linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);
    padding-left: 5px;
}
.package_left .form01 .total_box .total_box_inner .total_box_balance {
    float: right;
    width: 65%;
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 15px;
    border-bottom: 1px white solid;
}
.package_left .form01 .total_box .total_box_inner .total_box_balance .allowed {
    cursor: not-allowed !important;
    color: black;
    
}

.package_left .withdrawal_input_box table {
    border-top: 1px #0c374f solid;
    margin-top: 20px;
}
.package_left .withdrawal_input_box tr td {
    height: 48px;
    font-size: 16px;
    border-bottom: 1px rgb(37 46 85) solid;
    padding-left: 10px;
    color: #fff;
}
.package_left .withdrawal_input_box tr td:nth-child(1) {
    width: 35%;
    background-image:linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);
}
.package_left .withdrawal_input_box tr td:nth-child(2) {
    width: 65%;
}
.package_left .withdrawal_input_box .withdrawal_input01 {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    padding-left: 10px;
    background: #ffffff;
    color: #333333;
    border: 1px #252e55 solid;
}
.buy_package {
    width:100%;
    height:190px;
    float: left;
    border-radius: 5px;
    padding-top: 30px;
    padding-left: 20px;
	padding-right: 20px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 92% 17%;
    position: Relative;
	margin-bottom:10px;
	text-align: center;
	/* background-image: linear-gradient(#5185af, #344f64); */
}


.buy_package01 {
   background-color: #495AAB;
    border: 2px solid #495AAB;
    margin-right:2%;
}
.buy_package02 {
    background-color: #6C76AB;
	border: 2px solid #6C76AB;
}
.buy_package03 {
    background-color: #32395E;
	border: 2px solid #32395E;
    margin-right:2%;
}
.buy_package04 {
    background-color: #AB8F38;
	border: 2px solid #AB8F38;
}
.buy_package05 {
    background-color: #5E5532;
	border: 2px solid #5E5532;

}
.buy_package06 {
    background-color: #ce8921;
	border: 2px solid #ce8921;
    width:100%;

}
.buy_package .title01 {
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    font-family: 'Nanum+Myeongjo', sans-serif !important;
    border-top: 1px #ffffff29 solid;
    padding-top: 10px;
	margin-top:10px;
}

.buy_package .title02 {
    border-top: 1px #ffffff29 solid;
    color: #ffffff;
}
.buy_package .title03 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .title04 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .title05 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .total_sum {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	background:#094f63;
}


.buy_package .total_sum01 {
    background: #334598;
}
.buy_package .total_sum02 {
    background: #4b568e;
}
.buy_package .total_sum03 {
    background: #262c4c;
}
.buy_package .total_sum04 {
    background: #967a23;
}
.buy_package .total_sum05 {
    background: #483f21;
}
.buy_package .total_sum06 {
    background: #ad741d;
}
.packagebuy_radio {
	width: 20px;
    height: 20px;
    position: absolute;
    bottom: -30px;
    left: 47%;
	}
.buy_package label {width:100%;display:block;}
.package_img {width:40px;}
.package_right {
        width: 100%;
    padding-left: 10px;
    background: #31cd85;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    padding-right: 10px;
    overflow: hidden;
    margin-top: 20px;
}
.package_right .form01 {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    padding-top: 15px;
}
.package_right .form01 .title01 {
   background: #31cd85;
    color: #ffffff;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
}
.package_right .form01 .text01 {
	color:#333333;
	margin-top:15px;
	font-size: 14px;
}
.package_right .form01 .text01 span {
    font-size: 15px;
    color: #31cd85;
    font-weight: 500;
}
/*package buy end*/

/*sales*/
.sales_table01 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
    border-radius: 5px;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    overflow-y: auto;
    border:none;
}
.sales_table01 .main_table02 tr th:nth-child(1) {
    width: 20%;
}
.sales_table01 .main_table02 tr th:nth-child(2) {
    width: 40%;
}
.sales_table01 .main_table02 tr th:nth-child(3) {
    width: 20%;
}

/*sales history*/


.wi_form {
    overflow: hidden;
    width: 100%;
    float: left;
    background: #FDFDFD;
    padding-bottom:10px;
    border-radius: 5px;
    border: 1px solid #CACACA;
}
.wi_form .wi_box {
	width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px #F3F3F3 solid;
    font-size: 14px;
	}
.wi_form .wi_box2 {
	background: #F3F3F3;
    margin-top: 14px;
    border-bottom: None;
    }
.wi_box2  .title {color:#333 !important;}
.wi_form .wi_box .title {
	color:#333;
    float: left;
    display: flex;
    align-items: center;
	}
.wi_form .wi_box .total {
    color: #333;
    float: right;
}

.wi_form2 {
    overflow: hidden;
    width: 100%;
    float: left;
    background:  rgb(240 245 251);
    padding-bottom:10px;
    border-radius: 5px;
    border: 1px solid rgb(240 245 251);
}
.wi_form2 .wi_box {
	width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px rgb(37 46 85) solid;
    font-size: 14px;
	}
.wi_form2 .wi_box2 {
	background:rgb(190 203 235);
    margin-top: 14px;
    border-bottom: None;
    }
.wi_box2  .title {color:#333 !important;}
.wi_form2 .wi_box .title {
	color:#333;
    float: left;
    display: flex;
    align-items: center;
	}
.wi_form2 .wi_box .total {
    color: #333;
    float: right;
}

/*notice*/
.notice_table01 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
    border-radius:5px;
    height: 310px;
    float: left;
    margin-bottom: 10px;
    overflow-y: auto;
    margin-top: 10px;
}
.notice_table01 .main_table02 tr th:nth-child(1) {
    width: 15%;
}
.notice_table01 .main_table02 tr th:nth-child(2) {
    width: 50%;
}
.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 35%;
}


.notice_table04 {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    background: rgb(240 245 251);
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    min-height: 400px;
	max-height:500px;
    position: relative;
    overflow-y: auto;
    margin-top: 10px;
    padding-top: 10px;
}
/* .notice_table04 .main_table02 tr:nth-child(1){ background-image:linear-gradient( rgb(171 185 224) 0%, rgb(124 143 202) 100%);} */
.notice_table04 .main_table02 tr th {
    height: 30px;
    text-align: Center;
    color:#333;
    font-size: 15px;
    font-weight: 400;
}
.main_table02 thead tr:nth-child(1){
    background: linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);
}
.main_table02 tr th {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: Center;
    color:#fff;
}

.notice_table03 .main_table02 tr th:nth-child(1){width:10%;}
.notice_table03 .main_table02 tr th:nth-child(2){width:50%;}
.notice_table03 .main_table02 tr th:nth-child(3){width:20%;}
.notice_table03 .main_table02 tr th:nth-child(4){width:20%;}
.main_table02 tr td {
    height: 35px;
    text-align: Center;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px  rgb(37 46 85) solid;
    border-bottom: 1px solid  rgb(37 46 85);
    color: #333;
}


.main_table05 tr th:nth-child(1) {
    width: 30%;
}
.main_table05 tr th:nth-child(2) {
    width: 30%;
}
.main_table05 tr th:nth-child(3) {
    width: 40%;
}



.main_table05 tr th {
    height: 40px;
    background: transparent;
    text-align: Center;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
}
.main_table05 tr td {
    height: 35px;
    text-align: Center;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px #4d4e51 solid;
    border-bottom: 1px solid #4d4e51;
	color:#ffffff;
}
.main_table05 tr td:nth-child(1) {padding-left:20px;}
.main_table05 tr td:nth-child(1) .coin_name {
    float: left;
    margin-top: 2px;
}
.main_table05 tr td:nth-child(1) img {
    margin-right: 10px;
    float: left;
    width: 20px;
}
/**/

/*Allowance history*/
.allowance_table01 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	max-height:500px;
    background: #ffffff;
    margin-bottom: 30px;
	padding-bottom:30px;
	border-radius: 5px;
}
.allowance_table02 {
    overflow: hidden;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	max-height:500px;
    background: #ffffff;
    margin-bottom: 30px;
	padding-bottom:30px;
	border-radius: 5px;
}
.allowance_table03 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	max-height:500px;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
	padding-bottom:30px;
	border-radius: 5px;
}
.allowance_table04 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	max-height:500px;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
	padding-bottom:30px;
	border-radius: 5px;
}
/*Allowance history eed*/

/*nav*/
#m_nav {
    width: 75%;
    height: 100%;
    background: linear-gradient(180deg, rgb(179 207 254) 0%, rgb(165 178 220) 100%);
    position: fixed;
    left: -100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    z-index: 999999;
    padding-top: 57px;
    display: block !important;
	top:0px;
}
.sub-menu {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 35px;
    border-bottom: 1px solid #F3F3F3;
    padding-right: 30px;
}
.sub-menu a {color:#ffffff;display:block;}
.tab_menu2 {padding-left:40px;line-height:45px;}
.nav_list {
    border-top: 1px solid #F3F3F3;
}
.m_menu_icon {
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    width: 13px;
}
.nav_dep02 a {
    font-size: 14px !important;
    margin-left: 30px;
    padding-left: 20px;
}
/*nav*/

.page_nav {
    display: table;
    margin: 40px auto 0px;
}
.page_nav li {
    float: left;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    border: 1px #7c7c7c solid;
    margin-left: 5px;
	cursor:pointer;
}

/*notice_view*/
.notice_table02 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background: rgb(240 245 251);
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.view_table tr th {
    height: 60px;
    background-image: linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    border-top:1px solid #CACACA;
}
.viewtitle_l {
    float: left;
}
.viewtitle_r {
    float: right;
    font-size: 14px;
    color: black;
}
.t_bold {
    font-weight: bold;
}
.view_table tr td {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid  #FDFDFD;
    padding: 15px 5px 15px 5px;
	word-break: break-all;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color:black;
}
.listgo_btn {
    width: 150px;
    background: linear-gradient(180deg, rgb(166 179 221) 0%, rgb(124 143 202) 100%);
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
	cursor:pointer;
}
/*notice_view end*/

/*community*/
.listgo_btn02 {
    width: 70px;
    background: #0c374f;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
}
.wirte_input01 {
    width: 100%;
    height: 50px;
    border: none;
    background: #bacbd7;
    border: 1px #5c859f solid;
    border-radius: 5px;
	padding-left:10px;
	font-size:14px;
	color:#ffffff;
}
.wirte_input01::placeholder {color:#8e8eb3;}

.write_form {
    width: 100%;
    height: 400px;
    border: 1px #5c859f solid;
    background: transparent;
    border-radius: 5px;
	color:#ffffff;
	padding-left:10px;
}
.listgo_btn03 {
    width: 49%;
    background:#0c374f;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.listgo_btn04 {
    width: 49%;
    background :#0c374f;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 2%;
}
/*community end*/


.withdrawal01 {
    width: 100%;
    background: rgb(240 245 251);
    padding: 10px;
    overflow: Hidden;
    padding-bottom: 20px;
    border-radius: 5px;
}

.total_box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.total_box .total_box_inner {
    width: 80%;
    float: left;
    border: 1px white solid;
    overflow: Hidden;
}
.total_box .total_box_inner2 {
    width: 15%;
    float: right;
    margin-left: 5%;
}
.total_box .withdrawal_select {
    height: 48px;
    border: 1px #5c859f solid;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    background-size: 6px 9px;
    background-image: url(../img/right.png);
    background-position: 81% 50%;
    background: transparent;
    color: #fff;
}
.withdrawal_input_box table {
    border-top: 1px #295979 solid;
    margin-top: 20px;
}
.total_box .total_box_title {
    float: left;
    width: 35%;
    height: 48px;
    line-height: 48px;
    color: #0f3a52;
    font-size: 16px;
    font-weight: 700;
    background: #bacbd7;
    padding-left: 15px;
}
.total_box .total_box_balance {
    float: right;
    width: 65%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 15px;
}

.bonus_div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Lato', sans-serif !important;
    border-bottom: 1px rgb(37 46 85) solid;
}

.bonus_div .title{
	color:#285676;
    float: left;
	display: flex;
    align-items: center;
}
.bonus_div2 .title{color:#285676 !important;}
.bonus_div .title .icon16 {
    margin-right: 5px;
    background: rgb(93 133 216);
    border-radius: 10px;
}
.bonus_div .total{
	color:#333;
    float: right;
}

.bonus_div2 {
	border-bottom:None;
    background:white;
}
.bonus_div3 {
    width: 45%;
    height: 30px;
    background: #0c374f;
    border-left: 5px #91adbe solid;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
	float:right;
	margin-right:3%;
	margin-top:10px;
}
.bonus_div3 .title {color:#ffffff;float:left;}
.bonus_div3 .total {color:#ffffff;float:right;}

.main_balance_box2 {
    width: 49%;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    background: #0c374f;
    border: 1px #91adbe solid;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
	height:100px;
}
.main_balance_box2:nth-child(2n-2) {margin-right:0px;}
.main_balance_title2 {
    font-size: 13px;
    color: #113c53;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px #5b859f solid;
    width: 100%;
    padding-bottom: 15px;
    background:#bacbd7;
}
.main_balance_total2 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
    line-height: 1;
	font-family: 'Lato', sans-serif !important;
}
.main_balance_total2 span {
    color: #ffffff;
    font-size: 18px;
}
#imgs img {width:130px;}
.buy_input02 {
    width: 60%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 5px;
}
.buy_span {
    width: 34%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 2%;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    background: #e10000;
    font-size: 16px;
    margin-right: 4%;
    color: #fff;
    cursor: pointer;
}
.buy_btn {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #252525;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.buy_btn:nth-child(1) {margin-right:5%;}
.buy_btn:hover {background:#f72929;}
.buy_btn .active {background:#f72929;}

.buy_text {
    position: absolute;
    top: 14px;
    right: 22px;
}
.buy_input_name2 {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    float: left;
    background: #f6f6f6;
    width: 95px;
}
.check_text {
    color: #ff0000;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
.main_level {
    width: 75px;
    margin-top: -14px;
}