@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: #333;
    font-weight: 400;
    background: rgb(165 178 220);
}

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 {
    width: 120px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-top: 13px;
}
.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: #333333;
}
.dep_02 li a {color:#ffffff;}
/**/

/*login*/
.index_divpop {
    position:absolute;
    left:100px;
    top:50px;
    z-index:200;
    visibility:hidden;
	}
.index_l_box {
    width: 65%;
    min-height: 100vh;
    background: url(../img/login_back.png)no-repeat;
    background-size: cover;
    float: left;
    position: fixed;
}
.index_r_box {
    float: right;
    width: 100%;
    min-height: 100vh;
    background: url(../img/login_back.png)no-repeat;
    background-size: 100% 100%;
}
.index_r_box .index_item {
    float: right;
    width: 500px;
    background: rgba(7,3,25,0.85);
    padding: 30px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_r_box .index_item2 {
    float: right;
    width: 700px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 700px;
    overflow-y: scroll;
}
.index_r_box .logo {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.index_r_box .logo h1{font-size:55px;font-weight:bold;color:#d9e1a5;}

.index_r_box .logo img{
    width:220px;
    height: auto;
}
.input_title {
    font-size: 16px;
    margin-top:7px;
    margin-bottom: 5px;
    color: #252e55;
    font-weight: 400;
    line-height: 1;
}
.index_title {
	font-size:15px; 
	color:#ffffff;
	text-align:center;
	font-weight:700;
	margin-top:15px;
	margin-bottom:55px;
	}
#login .input_title{
    color:#fff;
}
#login .index_input01{
    border: 1px #fff solid;
    background: white;
}
#login .index_input01::placeholder {
	color:#9c9da1;
	font-size:12px;
	}
.index_input {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
	}
.index_input01 {
    width: 100%;
    height: 40px;
    border: 1px #032345 solid;
    border-radius: 30px;
    padding-left: 20px;
    background: transparent;
    color: black;
}
.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;}
.index_input01::placeholder {
	color:#032345;
	font-size:12px;
	}
.index_input03::placeholder {
	color:#e4e4e4;
	font-size:12px;
	}
.button01 {
    width: 100%;
    height: 50px;
    border: none;
    background:rgb(124 143 202) ;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
}
.index_p01 {
	font-size:16px;
	text-align:center;
	margin-top:20px;
	}
.index_p02 {
	font-size:16px;
	text-align:center;
	margin-top:30px;
	}
.index_p01 a {color:#ffffff;}
.index_p02 a {color:#ffffff;}
/*login_end*/

/*join*/
.index_r_box .join_logo {
    padding-top: 35px;
    text-align: center;
    margin-bottom: 15px;
}
.index_r_box .join_logo img{
    width:200px;
}
.phone_select {
    width: 100%;
    height: 40px;
    border: 1px #032345 solid;
    border-radius: 30px;
    padding-left: 10px;
    background: transparent;
    color: #252e55;
	outline: none;
}
.phone_select option {background:#ffffff;}
.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-radius: 30px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
    float: left;
    border: 1px #e4e4e4 solid;
}
.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 #ffffff solid;
	}
.button02 {
    width: 49%;
    height: 50px;
    border: none;
    background: #3a2f9a;
    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: #cc3838;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    float: right;
}
/*join_end*/

/*top*/
#header {
	width:100%;
	height:70px;
    overflow: hidden;
    background:#d29854;
	}
.top_logo {
    width: 15%;
    height: 70px;
    float: left;
    background: rgb(37 46 85);
    FONT-SIZE: 26px;
    COLOR: #ffffff;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid white;
    border-right:1px solid white;
}
.top_logo h2{color:#fff;}

.top_logo img {
    width: 170px;
    cursor: pointer;
}
.top_section {
    background:rgb(37 46 85);
    float: right;
    height: 70px;
    width: 85%;
}
.level_box {
	float: left;
    overflow: hidden;
	}
.level_img {
    float: left;
    margin-top: 12px;
    margin-left: 20px;
    width: 50px;
}
.usernamue {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
    color:#fff
}
.usernamue span {font-weight:400; color:#fff; font-size:13px;}
.language_btn02 {
    width: 110px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.language_btn02:hover .dep_01{display:block;}


.left_menu {
    width: 15%;
    min-height: 100vh;
    background: linear-gradient(180deg, rgb(179 207 254) 0%, rgb(165 178 220) 100%);
    float: left;
    overflow: hidden;
    padding-top: 30px;
}
.left_menu .sub-menu{
    padding-top:5px;
	padding-bottom:5px;
}
.menu_title {
    font-size: 14px;
    color: #a0afcf;
    font-weight: 700;
}
.left_menu ul li {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.left_menu ul li a {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color:#fff
}
.menu_icon {
	float:left;
	margin-right:8px;
	}
.more {
    float: right;
    position: absolute;
    top: 5px;
    right: 25px;
}

.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:white;
	float:right;
	min-height:100vh;
	}
.section_right_inner {
    padding: 20px;
}
.m_section_right_inner {
    display:none;
}


.main_balance_box {
    width: 24%;
    height: 125px;
    float: left;
    margin-right: 1%;
    padding-top: 20px;
	padding-left: 20px;
    position: relative;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(124 143 202)  0%, rgb(124 143 202) 100%);
}

/* .main_balance_box:nth-child(1) {
    background: linear-gradient(180deg, rgba(249, 204, 136, 0.76) 0%, #FAC575 100%);
    background-size: 100% 100%;
}
.main_balance_box:nth-child(2) {
    background: linear-gradient(180deg, rgba(255, 181, 192, 0.76) 0%, #FFA5B3 100%);
    background-size: 100% 100%;
}
.main_balance_box:nth-child(3)  {
    background: linear-gradient(180deg, rgba(254, 179, 150, 0.76) 0%, #FFA987 100%);
    background-size: 100% 100%;
}
.main_balance_box:nth-child(4) {
    background: linear-gradient(180deg, rgba(196, 198, 255, 0.76) 0%, #BCBFFF 100%);
    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: 30px;
    display: flex;
    align-items: center;
}
.main_balance_total {
    text-align: left;
    font-size: 25px;
    color: #413e38;
    margin-top: 10px;
    float: left;
    line-height: 1;
    padding-left: 15px;
    font-weight: 700;
}
.box_bg_img {
	width: 91px;
    position: absolute;
    top: 34px;
    right: 20px;
	}
.main_balance_total span {font-size:19px;margin-left:10px;}
.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-left: 15px;
    margin-right: 10px;
}
.balance_icon12 {
    float: left;
    width: 20px;
    margin-left: 15px;
    margin-right: 10px;
}
.balance_icon14 {
    float: left;
    width: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.balance_icon15 {
    float: left;
    width: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.main_section01 {overflow:hidden;}
.main_section02 {overflow:hidden;}
.main_section03 {overflow:hidden;margin-top:20px;}

.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: 24%;
    background: rgb(240 245 251);
    height: 310px;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    border-radius: 5px;
    border: 1px solid rgb(240 245 251);
}
.graph_02 {width:49%; background: rgb(240 245 251);}
.graph_03 {width:24%;background: #fff;}
.level_icon {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
.circle_box {
    padding-top: 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: 35px;
    left: 50%;
    font-size: 14px;
    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: 100px;
    left: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    transform: translateX(-50%);
    color:#213149;
}

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

.circle .state01 {
    color:#FF8357;
}

.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: #29339d;
    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%;
    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;
    display: flex;
    align-items: center;
    background:linear-gradient(180deg, rgb(166 179 221) 0%, rgb(124 143 202) 100%);
    padding:20px;
}
.notice_table01 .table_title,.sales_table01 .table_title{  background: rgb(240 245 251) !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:white;
	text-align:Center;
	color:black;
	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;
    border-top:1px solid #e4e4e4;
	}
.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:blanchedalmond;
	font-size:14px;
	font-weight:400;
	}
.main_table03 tr td {
    height: 60px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px #504b4b solid;
    color: black;
    border-top: 1px #504b4b 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_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: 14px;
    font-weight: 400;
}
.main_table04 tr:nth-child(n) td {
   background:#f9f9f9;
}

/*main end*/



/* mypage */

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


.mypage_section01 {
    width: 100%;
    padding: 10px;
    overflow: Hidden;
    padding-bottom: 20px;
    background:rgb(240 245 251);
    border-radius: 5px;
}
.btn-qrcode {
    display: block;
    width: 80%;
    height: 35px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    background:rgb(124 143 202) ;
}
.withdrawal_botton {
    width: 40%;
    height: 50px;
    color: #ffffff;
    background: rgb(124 143 202);
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
}
.mypage_input_box table{border-top:1px #252e55 solid;margin-top:20px; margin-bottom: 25px;}
.mypage_input_box tr td {
    height: 48px;
    font-size: 16px;
    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:80%;
	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: 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;
    width: 50%;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    overflow-y: auto;
    margin-right: 1%;
    background: rgb(240 245 251);
    border-radius:5px;
}
.notice_table01 .main_table02 tr th:nth-child(1) {
    width: 5%;
}
.notice_table01 .main_table02 tr th:nth-child(2) {
    width: 50%;
}
.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 10%;
}
.notice_table01 .main_table02 tr th:nth-child(4) {
    width: 20%;
}
.notice_table01 .main_table02 tr th:nth-child(5) {
    width: 15%;
}


.main_table02 tr th {
    height: 40px;
    text-align: Center;
    color:#fff;
    font-size: 14px;
    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 td {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    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: 20%;
}
.main_table05 tr th:nth-child(2) {
    width: 30%;
}
.main_table05 tr th:nth-child(3) {
    width: 50%;
}



.main_table05 tr th {
    height: 40px;
    background: transparent;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.main_table05 tr td {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px #39345d solid;
    border-bottom: 1px solid #39345d;
    color: #ffffff;
}
.main_table05 tr td:nth-child(1) {padding-left:30px;}
.main_table05 tr td:nth-child(1) .coin_name {
	float: left;
    margin-top: 11px;
	}
.main_table05 tr td:nth-child(1) img{
    margin-right: 10px;
    float: left;
}
/**/

/*sales*/
.sales_table01 {
    overflow: hidden;
    width: 49%;
    height: 310px;
    float: left;
    margin-bottom: 20px;
    overflow-y: auto;
    background: rgb(240 245 251);
    border-radius: 5px;
}
.sales_table02 {width:36%;}
.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: rgb(172 198 245);
    padding-left: 20px;
    border-top: 1px white solid;
    border-left: 1px white solid;
}
.sub_title {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.sub_title img {
    float: left;
}
.text01 {color:#ffffff;}
.qrcode {
    text-align: center;
    padding-bottom: 10px;
    width: 80%;
}
.qrcode img {
    width: 150px;
}
/**/


/*package buy*/
.package_left{
    width: 50%;
    float: left;
}
.package_right {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background: #31cd85;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    height: 359px;
    overflow: hidden;
	
}
.package_right .form01 {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: #ffffff;
    padding: 10px;
    padding-top: 20px;
}
.package_left .form01 {
    background: rgb(240 245 251);
    width: 100%;
    padding: 25px;
    border-radius: 10px;
}
.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;
    border: 1px white solid;
    overflow: Hidden;
}
.package_left .form01 .total_box .total_box_inner .total_box_title {
   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: 15px;
    border-bottom: 1px white solid;
}
.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 {
    
    margin-top: 20px;
}
.package_left .withdrawal_input_box tr td {
    height: 48px;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    border-bottom: 1px rgb(37 46 85) solid;
}
.package_left .withdrawal_input_box tr td:nth-child(1) {
    width: 35%;
    color: #ffffff;
    background: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: 17.5%;
    height: 210px;
    float: left;
    border-radius: 5px;
    margin-right: 1%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 92% 17%;
    position: Relative;
    margin-bottom: 40px;
    text-align: center;
	cursor:pointer;
}
.buy_package:hover {border:2px #ff0000 solid;}
.buy_package01 {
   background-color: #495AAB;
    border: 2px solid #495AAB;
}
.buy_package02 {
    background-color: #6C76AB;
	border: 2px solid #6C76AB;
}
.buy_package03 {
    background-color: #32395E;
	border: 2px solid #32395E;
}
.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 #cc8029;

}
.buy_package07 {
    background-color: #e7750a;
	border: 2px solid #fa9804;

}
.buy_package08 {
    background-color: #ff7b00;
	border: 2px solid #fa6f04;

}
.buy_package .title01 {
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    font-family: 'Nanum+Myeongjo', sans-serif !important;
    border-top: 1px #ffffff29 solid;
    padding-top: 10px;
    margin-top: 20px;
}
.buy_package .title02 {
    border-top: 1px #ffffff29 solid;
    color: #fafafa;
}
.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 .title06 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .title07 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .title08 {
    border-top: 1px #ffffff29 solid;
}
.buy_package .total_sum {
    width: 100%;
    height: 50px;
    line-height: 55px;
    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;
}
.buy_package .total_sum07 {
    background: #af5704;
}
.buy_package .total_sum08 {
    background: #dd6d05;
}
.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 .form01 .title01 {
    background: #31cd85;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
	font-size: 20px;
    font-weight: 100;
}
.package_right .form01 .text01 {
	color:#333333;
	margin-top:25px;
	font-size: 17px;
}
.package_right .form01 .text01 span {
    font-size: 17px;
    color: #31cd85;
    font-weight: 500;
}
/*package buy end*/

/*notice*/
.notice_table03 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    height: 700px;
	position: relative;
    overflow-y: auto;
    border-radius: 5px;
  
}
.notice_table03 .main_table02 tr th{color:#333 !important;}
.notice_table03 .main_table02 thead tr:nth-child(1){background: linear-gradient(to right, rgb(171 185 224) 0%, rgb(124 143 202) 100%);}
.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: rgb(240 245 251);
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.view_table tr th {
    height: 60px;
    line-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: 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-top: 1px solid #295979;
    padding: 15px;
}
.view_table tr td a{
    color:#ffffff;
}

.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color: black;
}
.listgo_btn {
    width: 150px;
    background-image: 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: 150px;
    background: #0c374f;
    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:#0c374f;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.listgo_btn04 {
    width: 150px;
    background: #0c374f;
    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: #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:#bacbd7;;
    border-radius: 5px;
	color:#ffffff;
	padding-left:10px;
}
/*notice_write end*/

/*history*/
.notice_table04 {
    overflow: hidden;
    width: 100%;
    background: rgb(240 245 251);
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 700px;
    position: relative;
    overflow-y: auto;
    margin-top: 20px;
}
.notice_table04 .main_table02 thead 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;
}
.notice_table04 .main_table02 tr td {
    height: 35px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px rgb(53 63 103) solid;
    border-bottom: 1px solid rgb(53 63 103);
    color:black;
}
.notice_table04 .main_table02 tr th:nth-child(1){width:20%;}
.notice_table04 .main_table02 tr th:nth-child(2){width:20%;}
.notice_table04 .main_table02 tr th:nth-child(3){width:25%;}
.notice_table04 .main_table02 tr th:nth-child(4){width:25%;}
.notice_table04 .main_table02 tr th:nth-child(5){width:25%;}
/*history end*/




.withdrawal01 {
    width: 100%;
    background: rgb(240 245 251);
    padding: 10px;
    overflow: Hidden;
    padding-bottom: 20px;
    border-radius: 5px;
}
.withdrawal02 {
    width: 100%;
    height: 580px;
    background: rgb(240 245 251);
    padding: 10px;
    overflow: Hidden;
    padding-bottom: 10px;
    border-radius: 5px;
}
.mypage_section01_t {
    font-size: 24px;
    color:black;
}
.total_box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.total_box .total_box_inner {
    width: 80%;
    float: left;
    border: 1px #636365 solid;
    overflow: Hidden;
}
.total_box .total_box_inner2 {
    width: 15%;
    float: right;
    margin-left: 5%;
}
.total_box .withdrawal_select {
    height: 48px;
    border: 1px #636365 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: 20px;
    border-bottom: 1px rgb(37 46 85) solid;
    font-size: 14px;
    background:white;
}

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

.buy_text {
	position: absolute;
    top: 14px;
    right: 22px;
}
.bonus_total {float:right;}
.bonus_div2 {
    background: white;
	border-bottom:None;
}
.bonus_div2 .title {color:#ffffff;float:left;}
.bonus_div2 .total {color:#ffffff;float:right;}

.bonus_div3 {
    width: 45%;
    height: 30px;
    background: white;
    border-left: 5px #58819c 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%;
    height: 125px;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    background: #0c374f;
    border: 1px #91adbe solid;
    margin-bottom: 10px;
}
.main_balance_box2:nth-child(2n-2) {margin-right:0px;}
.main_balance_title2 {
    font-size: 15px;
    color: #113c53;
    font-weight: 700;
    overflow: hidden;
    line-height: 53px;
    text-align: center;
    border-bottom: 1px #5b859f solid;
    width: 50%;
    margin: 10px auto 0px;
    background:#bacbd7;
}
.main_balance_total2 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-top: 14px;
    line-height: 1;
}
.main_balance_total2 span {
    color: #ffffff;
    font-size: 18px;
}
.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;}
.check_text {
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.buy_input_name2 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    float: left;
    background: #f6f6f6;
    width: 95px;
}
.main_level {
    width: 80px;
    margin-top: 10px;
}

.wi_form {
    overflow: hidden;
    width: 25%;
    height: 310px;
    float: left;
    margin-bottom: 20px;
    /* overflow-y: auto; */
    background: rgba(195, 197, 248, 0.3);
    border-radius: 5px;
    border: 1px solid #C3C5F8;
}
.wi_form .wi_box {
	width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px #C3C5F8 solid;
    font-size: 14px;
	}
.wi_form .wi_box2 {
	background:#66D6D9;
    margin-top: 14px;
    border-bottom: None;
    }
.wi_box2  .title {color:#333 !important;}
.wi_form .wi_box .title {
    text-transform: capitalize;
	color:#333;
    float: left;
    display: flex;
    align-items: center;
	}
.wi_form .wi_box .total {
    color: #333;
    float: right;
}

.wi_form2 {
    overflow: hidden;
    width: 23.7%;
    height: 310px;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    /* overflow-y: auto; */
    background:  rgb(240 245 251);
    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 {
    text-transform: capitalize;
	color:#333;
    float: left;
    display: flex;
    align-items: center;
	}
.wi_form2 .wi_box .total {
    color: #333;
    float: right;
}