@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/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: 'Lato', sans-serif !important;
    color: #423a3a;
    font-weight: 400;
    background: #191936;
}

input,select{
    font-family: 'Lato', sans-serif !important;
}

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

.c_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;

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

.pc_hide {display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.t_bold {
    font-weight: bold
}
.pc_hider {display:none;}

.allowed{cursor:not-allowed !important;}
/* Select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px 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: 1200px;
    margin: 0 auto
}

/* header */

/*language*/
.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}
.language_btn01 {
    border: 1px #676464 solid;
    width: 110px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.language_btn01:hover .dep_01{display:block;}
.dep_01 {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100px;
    z-index: 999999;
	width:110px;
}
.dep_02 li {
    background: #24223f;
}
.dep_02 li a {color:#ffffff;}
/**/

/*login*/
.index_l_box {
	width:65%;
	min-height:108vh;
	background:url(../img/login_back.jpg)no-repeat;
	background-size:100% 100%;
	float:left;
	}
.index_r_box {
	float:right;
	width:35%;
	min-height:100vh;
	}
.index_r_box .logo {
	padding-top:150px;
	text-align:center;
	}
.input_title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #cbd1e6;
    font-weight: 400;
    line-height: 1;
}
.index_title {
	font-size:15px; 
	color:#d2d2d2;
	text-align:center;
	font-weight:700;
	margin-top:15px;
	margin-bottom:55px;
	}
.index_input {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
	}
.index_input01 {
    width: 100%;
    height: 40px;
    border: 1px #54546d solid;
    border-radius: 5px;
    padding-left: 10px;
    background: transparent;
	color:#efefef;
}
.index_input01:focus {border: 1px #5858f6 solid;}
.index_input02:focus {border: 1px #5858f6 solid;}
.index_input03:focus {border: 1px #5858f6 solid;}
.index_input04:focus {border: 1px #5858f6 solid;}
.index_input01::placeholder {
	color:#999999;
	font-size:12px;
	}
.button01 {
    width: 100%;
    height: 50px;
    border: none;
    background: #5858f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
}
.index_p01 {
	font-size:16px;
	text-align:center;
	margin-top:50px;
	}
.index_p02 {
	font-size:16px;
	text-align:center;
	margin-top:30px;
	}
.index_p01 a {color:#999999;}
.index_p02 a {color:#999999;}
/*login_end*/

/*join*/
.index_r_box .join_logo {
    padding-top: 35px;
    text-align: center;
    margin-bottom: 15px;
}
.phone_select {
	width:100%;
	height:40px;
	border:1px #54546d solid;
	border-radius:5px;
	padding-left:10px;
	background: transparent;
    color: #efefef;
	}
.phone_select option {background:#000000;}
.index_input02 {
	width:32%;
	height:40px;
	border:1px #54546d solid;
	border-radius:5px;
	padding-left:10px;
	background: transparent;
    color: #efefef;
	}
.index_input03 {
	width:70%;
	height:40px;
	border:1px #54546d solid;
	border-radius:5px;
	padding-left:10px;
	background: transparent;
    color: #efefef;
	float:left;
}
.form02_span {
	color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
	background-color: #191936;
    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: #5858f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
	margin-right:2%;
	float:left;
}
.button03 {
    width: 49%;
    height: 50px;
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
    color: #444444;
    font-size: 18px;
    margin-top: 20px;
	float:left;
}

.button04 {
    width: 49%;
    height: 50px;
    border: none;
    background: #00aaa7;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
	margin-right:2%;
	float:right;
}
.button05 {
    width: 28%;
    height: 40px;
    border: none;
    background: #00aaa7;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    float: right;
}
/*join_end*/

/*top*/
#header {
	width:100%;
	height:70px;
	overflow: hidden;
	}
.top_logo {
    width: 15%;
    height: 70px;
    float: left;
    background: #5858f6;
    FONT-SIZE: 26px;
    COLOR: #FFF;
    line-height: 70px;
    padding-left: 30px;
	font-weight: 700;
}
.top_logo img {
	width:115px; 
	float:left; 
	margin-top:10px;
	margin-left:30px;
	cursor:pointer;
	}
.top_section {
    background: #24223f;
    float: right;
    height: 70px;
    width: 85%;
}
.level_box {
	float: left;
    overflow: hidden;
	}
.level_img {
	float:left;
	margin-top:14px;
	margin-left:20px;
	}
.usernamue {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
}
.usernamue span {font-weight:400; color:#b0aeae; font-size:13px;}
.language_btn02 {
    width: 110px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}
.language_btn02:hover .dep_01{display:block;}


.left_menu {
    width: 15%;
    min-height: 100vh;
    background: #24223f;
    float: left;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.menu_title {
    font-size: 14px;
    color: #a0afcf;
    font-weight: 700;
}
.left_menu ul li {margin-top:30px;}
.left_menu ul li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}
.menu_icon {float:left;margin-top:2px;margin-right:8px;}
.more {float:right;margin-top:7px;}

.top_total {
    float: left;
    line-height: 70px;
}
.top_total01 {
	float:left;
	margin-left:20px;
	}
.top_total01 p {
	font-size:13px;
	color:#333333;
	}
.tab_menu2 {padding-left:40px;}
.icon_01 {
    width: 3px;
    height: 3px;
    background: #ffffff;
    float: left;
    margin-right: 7px;
    margin-top: 8px;
}






.m_top_section {display:none;}

/*top end*/

/*main*/
.section_right {
	width:85%;
	background: #191936;
	float:right;
	min-height:100vh;
	padding-bottom: 50px;
	}
	

.section_right_inner {
    padding: 20px;
    padding-top: 50px;
}

.m_section_right_inner {
    display:none;
}


.section_mytx {
	width:85%;
	background: #191936;
	float:center;
	min-height:100vh;
	padding-bottom: 50px;
	}
	

.main_balance_box {
    width: 24%;
    height: 125px;
    float: left;
    border-radius: 5px;
    margin-right: 1%;
    padding: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1%;
}
.main_balance_box01 {
    background-image: url(../img/div01.jpg);
}
.main_balance_box02 {
    background-image: url(../img/div02.jpg);
}
.main_balance_box03 {
    background-image: url(../img/div03.jpg);
}
.main_balance_box04 {
    background-image: url(../img/div04.jpg);
}
.main_balance_title {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    line-height: 53px;
}
.main_balance_total {
    text-align: right;
    font-size: 24px;
    color: #ffffff;
    margin-top: 4px;
	float: right;
	line-height: 1;
}
.quote {
	float: left;
    margin-top: 16px;
    color: #ffdbe0;
    font-size: 12px;
	font-weight: 700;
	}
.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;
    margin-right: 15px;
}




.qrcode {text-align:center;padding-top:10px;padding-bottom:10px;width:80%;}
.qrcode img {width:150px;}
.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;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 24%;
    background: #4a4a71;
    height: 310px;
    float: left;
    margin-bottom: 1%;
    border-radius: 5px;
	margin-right: 1%;
}
.level_icon {
	float:left;
	margin-right:8px;
	}
.circle_box {
    padding-top: 20px;
}

.circle {
    width: 200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border: 20px solid #57577b;
    border-radius: 300px;
    height: 200px;
    box-shadow: 0px 0 0px 12px rgba(0, 0, 0, 0.03);
}

.circle_title {
    position: absolute;
    top: 43px;
    left: 50%;
    font-size: 17px;
    transform: translateX(-50%);
    COLOR: #ffffff;
}

.circle canvas {
    width: 160px !important;
    height: 160px !important;
    background: #41416f;
    border-radius: 400px;
}

.circle_strong {
    position: absolute;
    top: 100px;
    left: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.21);
}

.circle .state {
    position: absolute;
    top: 64px;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%);
}

.circle .state01 {
    color: #ff6e83;
}

.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: 49%;
    background: #4a4a71;
    height: 310px;
    float: left;
    margin-bottom: 1%;
    border-radius: 5px;
    overflow-y: auto;
}
.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%;
	}
.table_d {
	overflow:hidden; 
	padding-top:25px; 
	padding-left:20px;
	padding-right:20px;
	width:49%;
	background:#ffffff;
	height:350px;
	float:left;
	}
.table_e {
	overflow:hidden; 
	margin-top:30px;
	padding-top:25px; 
	padding-left:20px;
	padding-right:20px;
	width:100%;
	background:#ffffff;
	height:350px;
	float:left;
	}
.table_title {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid #8888a1;
    padding-bottom: 10px;
}
.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:#f1f1f1;
	text-align:Center;
	border-top:2px #7c7c7c solid;
	color:#3fb5a3;
	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 #e4e4e4 solid;
	}
.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:transparent;
	text-align:Center;
	color:rgba(255,255,255,0.5);
	font-size:14px;
	font-weight:400;
	}
.main_table03 tr td {
    height: 60px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px #c4c1c9 solid;
    color: #ffffff;
    border-top: 1px #c4c1c9 solid;
}
.main_table03 tr th:nth-child(1) {width:15%;}
.main_table03 tr th:nth-child(2) {width:25%;}
.main_table03 tr th:nth-child(3) {width:60%;}
.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 end*/



/* mypage */

.s_left{
    width: 49.5%;
    float: left;
}
.s_right{
    width: 49.5%;
    float: right;
}


.mypage_section01 {
    width: 100%;
    background: #24223f;
    padding: 10px;
    border-radius: 5px;
	overflow:Hidden;
	padding-bottom:20px;
}
.btn-qrcode {
    display: block;
    width: 80%;
    height: 35px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
	background: #3d386d;
}
.withdrawal_botton {
    width: 40%;
    height: 50px;
    color: #ffffff;
    background: #5858f6;
    /* background:#ffd700; */
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
}
.mypage_input_box table{border-top:1px #353253 solid;margin-top:20px; margin-bottom: 25px;}
.mypage_input_box tr td {
    height: 48px;
    font-size: 16px;
    border-bottom: 1px #353253 solid;
    padding-left: 10px;
    color: #ffffff;
}

.mypage_input_box tr td:nth-child(1) {
    width: 35%;
    background: #2f2c4e;
}
.mypage_input_box tr td:nth-child(2) {width:65%;}
.mypage_input_box .withdrawal_input01{
	width:80%;
	height:35px;
	border: 1px #e4e4e4 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: 16px;
    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;
}

.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 #00aaa7 solid;
    color: #00aaa7;
}

.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: 16px;
}

/*mypage end*/





/*notice*/
.notice_table01 {
   overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    background: #353558;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
	margin-right:1%;
}
.notice_table01 .main_table02 tr th:nth-child(1) {
    width: 5%;
}
.notice_table01 .main_table02 tr th:nth-child(2) {
    width: 70%;
}
.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 10%;
}
.notice_table01 .main_table02 tr th:nth-child(4) {
    width: 15%;
}


.main_table02 tr th {
    height: 40px;
    background: transparent;
    text-align: Center;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}
.main_table02 tr td {
    height: 60px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px #c4c1c9 solid;
    color: #ffffff;
    border-top: 1px #c4c1c9 solid;
}
/**/

/*sales*/
.sales_table01 {
   overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    background: #353558;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
}
.sales_table01 .main_table02 tr th:nth-child(1) {
    width: 15%;
}
.sales_table01 .main_table02 tr th:nth-child(2) {
    width: 60%;
}
.sales_table01 .main_table02 tr th:nth-child(3) {
    width: 15%;
}

/*sales history*/

/*sut comment*/
.sub_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #2f2c4e;
    padding-left: 20px;
}
.sub_title {
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
}
.sub_title img {
    float: left;
    margin-top: 12px;
}
/**/


/*package buy*/
.buy_package {
    width: 19%;
    background: #ffffff;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 4px #b9b9b9;
    padding-bottom: 100px;
    margin-bottom: 30px;
    margin-right: 1%;
    height: 390px;
}

.buy_package_inner {
	padding:0 15px;
	}

.buy_package_title {
    color: #5858f6;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.buy_total_name {
    overflow: Hidden;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding: 10px 0px;
    text-align: center;
    font-size: 25px;
}
.buy_package_info {
	font-size:18px;
	color:#666666;
	text-align:center;
	margin-top:15px;
	}
.buy_button {
    width: 100%;
    height: 56px;
    background: #252525;
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    bottom: 0;
	text-align:center;
	font-style:italic;
	cursor:pointer;
}


.buy_popup {
    width: 390px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 4px #b9b9b9;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
}
.buy_popup_title {
	width:100%;
	height:47px;
	background:#f3f1f1;
	line-height:47px;
	padding-left:15px;
	position:relative;
	}
.popup_title_t {
	font-size:18px; 
	color:#46494d;
	font-style: italic;
	font-weight:700;
	}
.close_pop {
    position: absolute;
    top: 17px;
    right: 20px;
	cursor:pointer;
}
.buy_input_box {
	width:95%;
	border-top:2px #7c7c7c solid;
	margin:20px auto 0px;
	}
.buy_inner {
	border-bottom:1px #cccccc solid;
	overflow:Hidden;
	}
.buy_input_left {
	width:95px;
	height:49px;
	line-height:49px;
	float:left;
	background:#f6f6f6;
	padding-left:10px;
	}
.buy_input_right {
    width: 273px;
    height: 49px;
    float: right;
	padding-left:10px;
}
.buy_input_name {
	font-size:16px;
	padding-left:10px;
	}
.buy_input01 {
    width: 95%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
	margin-top:5px;
}
.buy_input01_1 {
    width: 50%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top:5px;
	float:left;
	margin-right:5px;
}
.check_img {
	float: left;
    width: 30px;
    margin-left: 5px;
    margin-top: 15px;
	}
.popup_buy_btn {
    width: 100%;
    height: 50px;
    background: #252525;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
	margin-top:20px;
	cursor:pointer;
}
.package_img {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.star_coin {width:140px;}
/*package buy end*/

/*notice*/
.notice_table03 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #353558;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
	position: relative;
}
.notice_table03 .main_table02 tr th:nth-child(1){width:10%;}
.notice_table03 .main_table02 tr th:nth-child(2){width:65%;}
.notice_table03 .main_table02 tr th:nth-child(3){width:10%;}
.notice_table03 .main_table02 tr th:nth-child(4){width:15%;}

.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 end*/

/*notice_view*/
.notice_table02 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #353558;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.view_table tr th {
    height: 60px;
    line-height: 60px;
    background: #24223f;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 35px;
}
.viewtitle_l {
    float: left;
}
.viewtitle_r {
    float: right;
    font-size: 14px;
    color: #ffffff;
}
.t_bold {
    font-weight: bold;
}
.view_table tr td {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px #e4e4e4 solid;
    padding: 15px;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color: #ffffff;
}
.listgo_btn {
    width: 150px;
    background: #5858f6;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
	cursor:pointer;
}
/*notice_view end*/

/*community*/
.listgo_btn02 {
    width: 150px;
    background: #5858f6;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 1%;
    bottom: 35px;
}
/*community end*/

/*notice_write*/
.listgo_btn03 {
    width: 150px;
    background: #5858f6;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.listgo_btn04 {
    width: 150px;
    background: #6d6d94;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 1.5%;
}
.wirte_input01 {
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    border: 1px #68688e 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 #68688e solid;
    background: transparent;
    border-radius: 5px;
	color:#ffffff;
	padding-left:10px;
}
/*notice_write end*/

/*history*/
.notice_table04 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #353558;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
	overflow-y: auto;
	margin-top:20px;
}
.notice_table04 .main_table02 tr th {
    height: 30px;
    background: transparent;
    text-align: Center;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}
.notice_table04 .main_table02 tr td {
    height: 35px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px #6e6a73 solid;
    color: #ffffff;
    border-top: 1px #c4c1c9 solid;
	padding-top: 8px;
    padding-bottom: 8px;
}
.notice_table04 .main_table02 tr th:nth-child(1){width:15%;}
.notice_table04 .main_table02 tr th:nth-child(2){width:70%;}
.notice_table04 .main_table02 tr th:nth-child(3){width:15%;}
/*history end*/




.withdrawal01 {
    width: 100%;
    background: #24223f;
    padding: 10px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
}
.mypage_section01_t {
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px #353253 solid;
    padding-bottom: 10px;
}
.total_box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.total_box .total_box_inner {
    width: 80%;
    float: left;
    border: 1px #353253 solid;
    overflow: Hidden;
}
.total_box .total_box_inner2 {
    width: 15%;
    float: right;
    margin-left: 5%;
}
.total_box .withdrawal_select {
    height: 48px;
    border: 1px #353253 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: 2px #7c7c7c solid;
    margin-top: 20px;
}
.total_box .total_box_title {
    float: left;
    width: 35%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #2f2c4e;
    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;
}

.index_text {
	width:60%;
	margin:0 auto;
	}

.index_p01 {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    float: left;
    width: 50%;
    text-align: center;
}

.notice_text {
	font-size:14px; 
	color:#FFFFFF;
}