@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: 'Noto Sans KR', sans-serif !important;
    color: #423a3a;
    font-weight: 400;
    background: #302800;
}

.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 !important;}

.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;}
.f_l {float:left !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: 110px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-top: 11px;
}
.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:130px;
}
.dep_02 li {
    background: #04222c;
}
.dep_02 li a {color:#ffffff;}
/**/

/*login*/
.index_l_box {
    width: 65%;
    min-height: 100vh;
    background: url(../img/login_back.jpg)no-repeat;
    background-size: cover;
    float: left;
    position: fixed;
}
.index_r_box {
    float: right;
    width: 35%;
    min-height: 100vh;
   background: #302800;
}
.index_r_box .logo {
    padding-top: 125px;
    text-align: center;
    margin-bottom: 50px;
}
.index_r_box .logo img{
    width:278px;
}
.input_title {
    font-size: 16px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
}
.index_title {
	font-size:15px; 
	color:#191919;
	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 #ffffff63 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
}
.index_input01:focus {border: 1px #e8d265 solid;}
.index_input02:focus {border: 1px #e8d265 solid;}
.index_input03:focus {border: 1px #e8d265 solid;}
.index_input04:focus {border: 1px #e8d265 solid;}
.index_input01::placeholder {
	color:#fafafa;
	font-size:12px;
	}
.index_input03::placeholder {
	color:#ababab;
	font-size:12px;
	}
.button01 {
    width: 100%;
    height: 50px;
    border: none;
    background: #a7953c;
    border: 1px #e8d265 solid;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
}
.index_p01 {
	font-size:18px;
	text-align:center;
	margin-top:50px;
	}
.index_p02 {
	font-size:18px;
	text-align:center;
	margin-top:30px;
	}
.index_p01 a {color:#ffffffcc;}
.index_p02 a {color:#656565;}
/*login_end*/

/*join*/
.index_r_box .join_logo {
    padding-top: 35px;
    text-align: center;
    margin-bottom: 15px;
}
.index_r_box .join_logo img {
    width: 185px;
}
.phone_select {
    width: 100%;
    height: 40px;
    border: 1px #9e9e9e solid;
    border-radius: 5px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
	outline:none;
}
.phone_select option {background:#333333;}
.index_input02 {
	width: 32%;
    height: 40px;
    border: 1px #9e9e9e solid;
    border-radius: 5px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
	}
.index_input03 {
    width: 70%;
    height: 40px;
    color: #ffffff;
    float: left;
	border: 1px #ffffff63 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: transparent;
}
.index_input03::placeholder {color:#ffffff;}
.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: #a7953c;
    border: 1px #e8d265 solid;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 2%;
    float: left;
	cursor: pointer;
}
.button03 {
    width: 49%;
    height: 50px;
    border: none;
    background: #9e9e9e;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    float: left;
	cursor: pointer;
}

.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;
	cursor: pointer;
}
.button05 {
    width: 28%;
    height: 40px;
    border: none;
    background: #cc3838;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    float: right;
	cursor:pointer;
}
/*join_end*/

/*top*/


#header {
	width:100%;
	height:70px;
    background: #302800;
    overflow: hidden;
	}
.top_logo {
    width: 15%;
    height: 70px;
    float: left;
    background: #042988;
    line-height: 70px;
    font-weight: 700;
    padding-top: 23px;
    padding-left: 24px;
}
.logo_img {
    width: 216px;
    margin-top: 5px;
    cursor: pointer;
}
.top_section {
    background: #042988;
    float: right;
    height: 70px;
    width: 85%;
}

#header .logo {
    padding-left: 35px;
    float: left;
    width: 280px;
    padding-top: 16px;
    cursor: pointer;
}
#header .user_info {
    float: right;
    background: #927e1c;
    width: 205px;
    height: 34px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    margin-right: 30px;
    margin-top: 18px;
    font-weight: 600;
}
#header .user_info img {
    margin-right: 10px;
}
.usernamue span {font-weight:400; color:#ffffff; font-size:13px;}
.language_btn02 {
    width: 130px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}
.language_btn02:hover .dep_01{display:block;}
.left_menu {
	width: 17%;
    min-height: 100vh;
    background: #302800;
    float: left;
    overflow: hidden;
    padding-top: 30px;
	}	
	.nav-hm {top:50px;}
	.nav-hm .area-over {
    font-size: 20px;
    height: 70px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 35px;
	color:#ffffff;
	}
.left_menu .mlist:hover {color: #ffffff;
    background: #927e1c;}
.left_menu .mlist .menu_01 {margin-right:15px;}
	.nav-hm .mlist-sub {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
		visibility: visible;
		height: auto;
		display: none;
		}
	.nav-hm .mlist-sub ul li{
		    background: #564b11;
		}
	.nav-hm .mlist-sub ul li:hover{
		background: #927e1c;
		}
	.nav-hm .mlist-sub a {
	font-size: 20px;
    height: 60px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 35px;
    color: #ffffff;
	}
.nav-hm .mlist .area-over.isOpen {
    color: #ffffff;
    background: #927e1c;
}
.nav-hm .logout_Btn {
    width: 99px;
    height: 38px;
    background: #927e1c;
    color: #ffffff;
    float: left;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 30px;
}
.nav-hm .logout_Btn a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}

.nav-hm .logout_Btn:hover {
    background: #c5aa22;
}



.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;margin-top:20px;}
.icon_01 {
    width: 3px;
    height: 3px;
    background: #ffffff;
    float: left;
    margin-right: 7px;
    margin-top: 12px;
    border-radius: 50%;
}


.oto01 {    font-size: 15px;
    margin-top: 35px;
        color: #ffffffd4;
    line-height: 1.8em;}

/*top end*/

/*main*/
.section_right {
    width: 83%;
    background: #f0f0f0;
    float: right;
    min-height: 100vh;
}
.section_right_inner {
    padding: 20px 40px 20px 40px;
}
.m_section_right_inner {
    display:none;
}



.change_icon {margin-right: 5px;}
.up_span {color:#ff8c9c !important;}
.down_span {color:#a1b3ff !important;}
.keep_span {color:#ffffff !important;}



.main #section01 {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.main #section01 .item-1{
	width:29%;
	height:280px;
	background: #302800;
	float:left;
	border-radius:20px;
	padding:20px 20px 20px 20px;
	margin-right:1%;
	}
.item-title {
    font-size: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
	padding-bottom:7px;
	text-transform: uppercase;
	font-weight: 300;
}
.item-title img{
    margin-right:10px;
}
.br-b {
    border-bottom: 1px #e8d265 solid;
}

.main #section01 .item-1 .level_box {
	text-align:center;
	padding-top:10px;
	}
.main #section01 .item-1 .level_box .main_level_img {
    width: 110px;
	}
.main #section01 .item-1 .gage_item {
	overflow:hidden;
	display: flex;
	}
.main #section01 .item-1 .gage_item .gage {
    width: calc(100%/2);
    float: left;
    margin-right: 2%;
}
.main #section01 .item-1 .gage_item .gage .gage_title{
	color:#ffffff;
	font-weight:400;
	margin-bottom:5px;
	}
.main #section01 .item-1 .gage_item .gage-2{
	margin-left:5%;
	margin-right:5%;
	}
.main #section01 .item-1 .gage_item .gage .gage_bar {
	width:100%;
	height:17px;
	background:#927e1c;
    border-radius:5px;
	overflow:hidden;
	}
.main #section01 .item-1 .gage_item .gage .gage_bar .gage_on {
	height:100%;
	background:#c5aa22;
	}



.main #section01 .item-2 {
    width: 38%;
    height: 280px;
    background: #302800;
    float: left;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    margin-right: 1%;
}
.main #section01 .item-2 .balance_sum {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding-top: 40px;
    padding-bottom: 30px;
}
.main #section01 .item-2 .balance_sum span {font-size:30px;}
.main #section01 .item-2 .price_Box {
	width:80%;
	border-top:1px #968c57 solid;
	padding-top:20px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	}
.main #section01 .item-2 .price_Box .li1{
	float:left;
	}
.main #section01 .item-2 .price_Box .li_t{
	color:#b1b1b1;
	font-size:12px;
	font-weight:400;
	margin-bottom:10px;
	}
.main #section01 .item-2 .price_Box .li_sum{
	color:#29a0c8;
	font-size:20px;
	font-weight:700;
	}
.main #section01 .item-2 .price_Box .li_sum span{
	font-weight:400;
	font-size:16px;
	}
.main #section01 .item-2 .price_Box .price_t{
	font-weight:400;
	font-size:20px;
	}
.main #section01 .item-2 .price_Box .li2{
	float:right;
	}
.up {color:#ff4279;}
.down {color:#1261c4;}


.main #section01 .item-3{
	width:30%;
	height:280px;
	background:#302800;
	float:left;
	border-radius:20px;
	padding:20px 20px 20px 20px;
	}
.main #section01 .item-3 .item-3-1 {
    width: 100%;
    height: 85px;
    border: 1px #968c57 solid;
    background: #302800;
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px auto;
    border-radius: 5px;
    padding-top: 10px;
}
.main #section01 .item-3 .item-3-2 {
	 margin: 0px auto;
}
.main #section01 .item-3 .item-3-1 .t1{
	font-size:18px;
	color:#ffffff;
	display: flex;
    align-items: center;
	}
.main #section01 .item-3 .item-3-1 .t1 img {margin-right:10px;}

.main #section01 .item-3 .item-3-1 .allowance_sum {
    font-size: 20px;
    color: #ffffff;
    text-align: right;
    margin-top: 10px;
}

.main #section02 {
	width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
	}

.main #section02 .item-1 {
    width: 60%;
    height: 350px;
    background: #302800;
    float: left;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    margin-left: 1%;
}

.main #section02 .item-1 .item-1-1 {
    overflow: hidden;
    display: flex;
    margin: 0;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    margin-top: 15px;
}
.main #section01 .item-1 .item-1-1 .item-1-1-1{
	overflow:hidden;
	width:49%;
	float:left;
	margin-top:10px;
	}
.main #section01 .item-1 .item-1-1 .item-1-1-1:nth-child(1){
	margin-right:2%;
	}
.main #section01 .item-1 .item-1-1 .bonus_box {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    padding-top: 20px;
    border: 1px #968c57 solid;
    background: #3a3000;
}
.main #section01 .item-1 .item-1-1 .bonus_box img {
    display: table;
    margin: 0px auto 15px;
    width: 30px;
}
.main #section01 .item-1 .item-1-1 .b_title {
    font-size: 16px;
    color: #e8d265;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}
.main #section01 .item-1 .item-1-1 .bar{
	width: 60px;
    height: 2px;
    background: #e8d265;
    margin: 10px auto 10px;
	}
.main #section01 .item-1 .item-1-1 ul {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	}
.main #section01 .item-1 .item-1-1 ul li {
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 400;
    overflow: hidden;
}
.main #section01 .item-1 .item-1-1 ul li .t-1 {float:left;color:#ffffff;font-weight: 400;}
.main #section01 .item-1 .item-1-1 ul li .s-1 {
    float: right;
    color: #ffffff;
    font-weight: 500;
    display: block;
    clear: both;
    line-height: 1;
}
.main #section02 .investment {
    width: 100%;
    margin-top: 10px;
    height: 45px;
    border-radius: 10px;
    background: #777777;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: 400;
}
.main #section02 .on {background:#144e60 !important;}

.main #section02 .item-2 {
    width: 39%;
    height: 350px;
    background: #302800;
    float: left;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}
.main #section02 .all_item {
	display: flex;
    align-items: center;
	}
.main #section02 .item-2 .item-2-1 {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.main .graph {
    float:left;
	width:40%;
}
.main .circle {
    width: 200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius: 300px;
    height: 200px;
}
.main .circle canvas {
    width: 200px !important;
    height: 200px !important;
    border-radius: 400px;
}
.main .circle_strong {
    position: absolute;
    top: 70px;
    left: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-weight: 600;
    transform: translateX(-50%);
    color: #ffffff;
}
.main .circle_title {
    position: absolute;
    top: 110px;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    COLOR: #c2c2c2;
    font-weight: 400;
}
.main .circle .state {
    position: absolute;
    top: 70px;
    left: 50%;
    font-size: 60px;
    transform: translateX(-50%);
}
.main .circle .state01 {
    color: #ffffff;
}

.main .graph_bg {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #302800;
}
.main .item-2 .item-2-1 {
    width: 57%;
    height: 260px;
    border: 1px #968c57 solid;
    background: #3a3000;
    float: left;
    border-radius: 10px;
    margin-left: 3%;
    padding-left: 10px;
}
.main .item-2 .item-2-1 .p1 {
    font-size: 20px;
    color: #e8d265;
    padding-top: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.main .item-2 .item-2-1 .sum {overflow:hidden;}
.main .item-2 .item-2-1 .sum .sum_li {
    overflow: hidden;
    margin-bottom: 9px;
    line-height: 30px;
}
.main .item-2 .item-2-1 .sum .sum_li:after{
	content:'';
	width:3px;
	height:20px;
	background:#828282;
	float:left;
	margin-top:5px;
	}
.main .item-2 .item-2-1 .sum .sum_li .p2 {
	padding-left:5px;
	font-size:16px;
	color:#ffffff;
	}
.main .item-2 .item-2-1 .sum .sum_li .p3 {
	float:right;
	padding-right:10px;
	color: #ffffff;
	}


.main #section03 {
	width:100%;
	overflow:hidden;
	}
.main #section03 .item-1 {
    width: 49.5%;
    height: 500px;
    background: #302800;
    float: left;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    margin-right: 1%;
}
.main #section03 .item-1 .scroll{
	width:100%;
	height:420px;
	overflow:hidden;
	overflow-y:auto;
	}
.main #section03 .item-1 .list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #58543b solid;
}
.main #section03 .item-1 .list .notice_title{
	float:left;
	width:83%;
	color:#ffffff;
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.main #section03 .item-1 .list .notice_date {
    float: right;
    width: 15%;
    color: #ffffff;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.main #section03 .item-2 {
    width: 49.5%;
    height: 500px;
    background: #302800;
    float: right;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}
.main #section03 .item-2 .b_title_box{
	overflow:hidden;
	width:100%:
	}
.main #section03 .item-2 .b_title_box ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    background: #302800;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px #e8d265 solid;
}
.main #section03 .item-2 .b_title_box ul li:nth-child(1){
	width:30%;
	}
.main #section03 .item-2 .b_title_box ul li:nth-child(2){
	width:40%;
	}
.main #section03 .item-2 .b_title_box ul li:nth-child(3){
	width:30%;
	}
.main #section03 .item-2 .scroll {
	width:100%;
	height:370px;
	overflow:hidden;
	overflow-y:auto;
	}
.main #section03 .item-2 table {
	border-collapse: collapse;
	text-align:Center;
	width:100%;
	}
.main #section03 .item-2 table tr td{
	height:50px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	border-bottom: 1px #58543b solid;
	}
.main #section03 .item-2 table tr td:nth-child(1) {width:30%;}
.main #section03 .item-2 table tr td:nth-child(2) {width:40%;}
.main #section03 .item-2 table tr td:nth-child(3) {width:30%;}
.table_btn01 {
    display: inline-block;
    width: 77px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
}
.stay_btn {
	background:#0e76bc;
}
.complet_btn {
	background:#d6a217;
}
.end_btn {
	background:#c02510;
}
/*main end*/



/* mypage */

.s_left{
    width: 49.5%;
    float: left;
}
.s_right{
    width: 49.5%;
    float: right;
}
.mypage_section01 {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.btn-qrcode {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin: 15px auto;
	background: #302800;
}
.withdrawal_botton {
    width: 40%;
    height: 50px;
    color: #ffffff;
    background: #302800;
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
    font-weight: bold;
}

.tablebg01 {
    background: #ffffff !important;
}

.tablebg01 tbody td {
	color: #333333;
}
.mypage_input_box table{    border-top: 1px #e4e4e4 solid; margin-top:20px; margin-bottom: 25px;}
.mypage_input_box tr td {
    height: 60px;
    font-size: 16px;
    border-bottom: 1px #4e461b solid;
    padding-left: 10px;
    color: #ffffff;
}
.mypage_input_box tr td:nth-child(1) {
    width: 35%;
	text-align: center;
	border: 1px #4e461b solid;
    background: #3a3000;
}
.mypage_input_box tr td:nth-child(2) {
    width: 65%;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px #e4e4e4 solid;
}
.mypage_input_box .withdrawal_input01{
	width:95%;
	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%;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
    margin-right: 1%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    background: #ffffff;
}
.notice_table01 .main_table02 tr th:nth-child(1) {
    width: 15%;
}
.notice_table01 .main_table02 tr th:nth-child(2) {
    width: 70%;
}
.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 15%;
}

.main_bg .main_table02 tr td {color: #505050; cursor: pointer;}


.main_table02 tr th {
    height: 50px;
    background: #3a3000;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.main_table02 tr td {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    color: #505050;
}


.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: 60px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px #2e425b solid;
    border-bottom: 1px solid #2e425b;
    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;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
    margin-right: 1%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    background: #ffffff;
}

.sales_table01 .main_table02 thead {
    border-bottom: 1px solid #2e425b;
    border-top: 1px solid #2e425b;
}
.sales_table01 .main_table02 tr th:nth-child(1) {
    width: 15%;
}
.sales_table01 .main_table02 tr th:nth-child(2) {
    width: 70%;
}
.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: #403605;
    padding-left: 20px;
}
.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%;
	    margin: 0 auto;
}
.qrcode img {
    width: 150px;
}
/**/


/*package buy*/
.buy_package {
    width: 50%;
    background: #ffffff;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 4px #b9b9b9;
    margin-bottom: 30px;
    min-height: 333px;
	border-radius:5px;
}

.buy_package_inner {
	padding:0 15px;
	}

.buy_package_title {
    color: #3c3c3c;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.buy_total_name {
    overflow: Hidden;
    border-top: 1px #b9b9b9 solid;
    border-bottom: 1px #b9b9b9 solid;
    padding: 0px 0px;
    text-align: center;
    font-size: 25px;
}
.guide_t {
    overflow: Hidden;
    padding: 0px 0px;
    text-align: center;
    font-size: 22px;
    color: #ff0000;
    border-style: dashed;
    border: 1px dashed #ff0000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.guide_t span{
    font-weight:600;
}
.buy_total_name #pk_value{font-family: 'Lato', sans-serif !important;}
.buy_total_name #pk_value1{font-size:18px;}
.buy_total_name2 {
	border-top: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
	}
.buy_total_name .bg01-1{
    font-family:'Lato', sans-serif !important
}
.buy_total_name .bg01-2{
    font-size: 18px;
	display:block;
}
.buy_total_name .time1 #clock1,#clock2,#clock3,#clock4,#clock5,#clock6,#clock7{
    font-weight:700;
}
.buy_total_name .time1 {
    display: block;
    color: #ff0000;
    font-size: 26px;
}
.buy_package_info {
	font-size:18px;
	color:#666666;
	text-align:center;
	margin-top:15px;
	}
.buy_button {
    width: 95%;
    height: 55px;
    background: #302800;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 2.5%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.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: 10px;
}
.buy_popup_title {
	width:100%;
	height:40px;
	background:#f3f1f1;
	line-height:40px;
	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:30%;
	height:49px;
	line-height:49px;
	float:left;
	background:#f6f6f6;
	padding-left:5px;
	}
.buy_input_right {
    width: 70%;
    float: right;
	padding-left:10px;
	position: relative;
}
.buy_input_name {
	font-size:16px;
	padding-left:10px;
	}
.buy_input01 {
    width: 100%;
    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: #009688;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
	margin-top:10px;
	cursor:pointer;
}
.package_img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.package_img img {width:115px;}
.star_coin {width:200px !important;}
/*package buy end*/

/*notice*/
.notice_table03 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    /* height: 600px; */
    position: relative;
    background: #ffffff;
	border: 1px #e4e4e4 solid;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.notice_table03 .main_table02 thead{
	border-bottom: 1px solid #2e425b;
    border-top: 1px solid #2e425b;
	}
.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: #302800;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.view_table tr th {
    height: 60px;
    line-height: 60px;
    background: #463d10;
    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 solid #ffffff21;
    padding: 15px;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color: #ffffff;
}
.listgo_btn {
    width: 150px;
    background: #927e1c;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
	cursor:pointer;
}
/*notice_view end*/

/*community*/
.listgo_btn02 {
    width: 150px;
    background: #4852ba;
    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: #4852ba;
    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: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    margin-top: 20px;
    border: 1px #e4e4e4 solid;
}
.notice_table04 .main_table02 tr th {
    height: 45px;
    background: #3a3000;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.notice_table04 .main_table02 tr td {
    height: 40px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    color: #545454;
}

.tablebg01 tr td{
	color:#545454 !important;
}
.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:20%;}
.notice_table04 .main_table02 tr th:nth-child(4){width:20%;}
.notice_table04 .main_table02 tr th:nth-child(5){width:20%;}
/*history end*/




.withdrawal01 {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
}
.mypage_section01_t {
    font-size: 24px;
    color: #363636;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    font-weight: 500;
}
.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: 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;
}

.bonus_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    background: #f0f2f7;
    border: 1px #e8e8ea solid;
}
.bonus_div2 {
    background: #205d7d;
}
.bonus_div .title {
    float: left;
    font-size: 16px;
    color: #696969;
    font-weight: 400;
}
.bonus_div .total {
    float: right;
    font-weight: 700;
    font-size: 15px;
    color: #293b56;
}
.bonus_div2 .title{
	color: #ffffff;
    float: left;
	}
.bonus_div2 .total{
	color: #ffffff;
    float: right;
	}

.buy_text {
    position: absolute;
    top: 17px;
    right: 22px;
    padding-left: 5px;
    padding-right: 5px;
    background: #302800;
    color: #ffffff;
    font-size: 12px;
    width: 50px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.bonus_total {float:right;}

.div_a {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    background: #ffffff;
    height: 320px;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-radius: 10px;
}


.div_a .allowance_box {
    overflow: hidden;
    float: right;
    margin-right: 30px;
    margin-top: 40px;
}
.div_a .allowance_box .inner_item {
    width: 334px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
}

.div_a .allowance_box .inner_item:nth-child(4) {margin-bottom:0px;}

.div_a .allowance_box .inner_item .s_box {
    width: 8px;
    height: 8px;
    background: #ff0000;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.div_a .allowance_box .inner_item .t1 {
    float: left;
    padding-left: 18px;
    font-size: 16px;
	color:#333333;
}
.div_a .allowance_box .inner_item .t2 {
    float: right;
    font-family: 'Lato', sans-serif !important;
    color: #333333;
    padding-right: 10px;
    font-weight: 400;
    font-size: 18px;
}
.div_b {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 24%;
    background: #ffffff;
    height: 320px;
    float: left;
    margin-bottom: 1%;
    border-radius: 5px;
    margin-right: 1%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-radius: 10px;
}
.div_b .level_item {
    text-align: Center;
    padding-top: 25px;
}
.div_b .level_item .level_font {
    font-size: 70px;
    color: #133ca1;
    font-weight: 700;
}
.div_b .level_item .level_font span{
    font-size:27px;
}
.div_b .level_bar_box {
    overflow: hidden;
    margin-top: 20px;
}
.div_b .level_bar_box .gage_bar {
    width: 100%;
    height: 12px;
    border-radius: 10px;
    border: 1px #754f27 solid;
    overflow: hidden;
}
.gage_bar_bg {
	display:block;
	background:#1fa91a;
	height:100%;
	}

.gage01 {
	float:left;
	width:20%;
	display: block;
    height: 100%;
}
.bar01 {width:100%;height:100%;background: #bf9366;float:left;}
.bar02 {width:100%;height:100%;background: #b18455;float:left;}
.bar03 {width:100%;height:100%;background: #966a3c;float:left;}
.bar04 {width:100%;height:100%;background: #815b2d;float:left;}
.bar05 {width:100%;height:100%;background: #65451f;float:left;}
.bar06 {width:100%;height:100%;background: #65451f;float:left;}
.gage02 {
	float:left;
	width:17%;
	display: block;
    height: 100%;
}
.gage_title {
	font-weight: 700;
    font-size: 14px;
	margin-top: 5px;
	}

.main_balance_box2 {
    width: 49%;
    height: 125px;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    background: #29339d;
    border: 1px #6770d0 solid;
    margin-bottom: 10px;
}
.main_balance_box2:nth-child(2n-2) {margin-right:0px;}
.main_balance_title2 {
    font-size: 15px;
    color: #e9da81;
    font-weight: 700;
    overflow: hidden;
    line-height: 53px;
    text-align: center;
    border-bottom: 1px #6770d0 solid;
    width: 50%;
    margin: 10px auto 0px;
}
.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: 62%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 5px;
}
.buy_span {
    width: 35%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 2%;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    background: #7b0000;
    font-size: 16px;
    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: 30%;
}
.main_level {
    width: 80px;
    margin-top: 10px;
}

.custcell td table{
	border-radius: 5px;
    padding: 2px;
	}


#divpop1 {top:20%;}
#divpop2 {top:20%;left:30%;}
#divpop3 {top:20%;left:40%;}
.notice_section{
    z-index: 9999999;
    position: absolute;
    left: 20%;
    top: 5%;
    width: 400px;
	overflow:hidden;
}
.notice_section .notice_popup{
	width: 100%;
	}
.notice_section .popup_title {
    width: 100%;
    height: 50px;
    background: #396fbb;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #ffffff;
    font-weight: 400;
}
.notice_section .text_box {
    width: 100%;
    min-height: 200px;
    background: #ffffff;
    padding: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}
.notice_section .text_box p{
    width:100%;
	word-break: break-all;
}


.n_p01 {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    background-color: #17212d;
    border-bottom: 1px solid #6e7482;
    border-top: 1px solid #6e7482;
    text-align: center;
    color: #ffffff;
}
.n_p02 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
	color:#ffffff;
}


.find_position {width:100%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);}
.send_btn {
    float: left;
    width: 18%;
    border: none;
    outline: none;
    background-color: #b30000;
    height: 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    line-height: 35px;
}
.mypage_input_box .email_input01 {
    width: 75%;
    float: left;
    margin-right: 2%;
    margin-left: 2.5%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
}

/*otp*/
.form_03 {
	width: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
	}
.otp .w100 {
    width: 100%;
}
.otp .w100 .th {
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-transform: uppercase;
	line-height: 1.4;
}
.otp .input {
    padding: 0 !important;
}
.otp .td input.form01 {
	width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #f0f2f7;
    padding-left: 10px;
    border: 1px #e8e8ea solid;
}
.otp .qr_img {text-align:center;}
.otp .qr_img img {
    width: 200px;
    height: 200px;
}
.save_button {
    width: 300px;
    height: 50px;
    background: #302800;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
    cursor: pointer;
    margin: 40px auto 0px;
    display: block;
}
/*otp END*/

.find_logo {width:287px !important;}


.referrer_Btn {
	background: #927e1c;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 13px;
    line-height: 40px;
    margin-left: 50px;
    cursor: pointer;
	}

/* 팝업 디자인 */
.divpop {
    background-color: #ffffff;
    position: absolute;
    left: 20%;
    top: 30%;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.51) 5px 5px 10px;
	max-width: 800px;
}
.divpop .popcont {
    padding: 30px;
    display: block;
}
.divpop .popcont .poptit {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding: 25px 0 30px;
}
.divpop .popcont .poptxt {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
.divpop .popcont .popfot01 {
	font-size: 15px;
    padding-top: 40px;
    text-align: right;
}
.divpop .popcont .popfot01 span {
	padding-right: 10px;
}
.divpop .popcont .red {
	color: #ff0000;
}