@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700');

/*
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}*/

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #423a3a;
    font-weight: 400;
}

p {
    margin: 0px;
}

input,
select {
    font-family: 'Noto Sans KR', sans-serif;
}

ol,
ul {
    margin: 0px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.c_inner {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.top_inner {
    width: 1200px;
    margin: 0 auto;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}

.allowed {
    cursor: not-allowed !important;
}

/* Select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 9px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}

.inner {
    width: 98%;
    margin: 0 auto
}

.m_hide {
    display: none !important;
}

/*language*/
.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}

.language_btn01 {
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
}

.language_btn01:hover .dep_01 {
    display: block;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 8px;
}

.dep_01 {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100px;
    z-index: 999999;
}

.dep_02 li {
    background: #e4e4e4;
}

.dep_02 li:hover {
    color: #005aab;
}

/**/
/*login*/


.index_l_box {
    display: nonoe;
}

.index_r_box {
    width: 100%;
    min-height: 100vh;
    background: #302800;
    padding-bottom: 100px;
}

.index_r_box .logo {
    padding-top: 50px;
    text-align: center;
}

.index_r_box .logo img {
    width: 230px;
    margin-bottom: 40px;
    margin-top: 30px;
}



.input_title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 400;
}

.index_title {
    font-size: 15px;
    color: #505050;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 55px;
}

.index_input {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_input01 {
    width: 100%;
    height: 40px;
    border: 1px #69788b solid;
    border-radius: 5px;
    padding-left: 10px;
    color: #333333;
}

.index_input01::placeholder {
    color: #656565;
    font-size: 12px;
}

.button01 {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
}

.index_p01 {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}

.index_p01 a {
    color: #ffffffcc;
}

.index_p02 {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}

.index_p02 a {
    color: #ffffff;
}

/*login_end*/

/*join*/
.index_r_box .join_logo img {
    border: 0;
    width: 130px;
    margin-top: 5px;
}

.index_r_box .join_logo {
    padding-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.phone_select {
    width: 100%;
    height: 40px;
    border: 1px #9e9e9e solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #ffffff;
    color: #333333;
}

.index_input01:focus {
    border: 1px #3875c1 solid;
}

.index_input02:focus {
    border: 1px #3875c1 solid;
}

.index_input03:focus {
    border: 1px #3875c1 solid;
}

.index_input04:focus {
    border: 1px #3875c1 solid;
}

.phone_select:focus {
    border: 1px #3875c1 solid;
}

.phone_select option {
    background: #ffffff;
}

.index_input02 {
    width: 31.5%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    color: #333333;
    border: 1px #69788b solid;
}

.index_input03 {
    width: 70%;
    height: 40px;
    border: 1px #69788b solid;
    border-radius: 5px;
    padding-left: 5px;
    float: left;
    font-size: 12px;
    color: #333333;
}

.form02_span {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #5f5f5f;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.button02 {
    width: 49%;
    height: 50px;
    border: none;
    background: #a7953c;
    border: 1px #e8d265 solid;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 2%;
    float: left;
	cursor: pointer;
}

.button03 {
    width: 49%;
    height: 50px;
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
    color: #444444;
    font-size: 16px;
    margin-top: 10px;
    float: left;
	cursor: pointer;
}

.button05 {
    width: 28%;
    height: 40px;
    border: none;
    background: #cc3838;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    float: right;
	cursor: pointer;
}

/*join_end*/

/*top*/
#header {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #302800;
}

.level_box {
    float: left;
    overflow: hidden;
}

.level_img {
    float: left;
    margin-top: -5px;
    margin-left: 20px;
    width: 50px;
}

.level_img1 {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
}

.usernamue {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
}

.usernamue span {
    font-weight: 400;
}

.language_btn02:hover .dep_01 {
    display: block;
}

.menu {
    position: absolute;
    top: 24px;
    left: 20px;
    cursor: pointer;
}

#header .logo {
    width: 160px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

#header .logo img {
    width: 100%;
}

.left_menu {
    width: 75%;
    min-height: 100vh;
    background: #302800;
    float: left;
    overflow: hidden;
    padding-top: 60px;
    box-shadow: 2px 1px 13px #04222c91;
}

.nav-hm.nh-gnb {
    left: -140%;
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.mobile_scroll {
    overflow: hidden;
    height: 618px;
    overflow-y: auto;
}

.nav-hm .logout_Btn {
    width: 80%;
    height: 38px;
    background: #927e1c;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 10%;
}

.nav-hm .logout_Btn a {
    color: #ffffff;
    width: 100%;
    display: block;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.left_menu ul li {
    background: #564b11;
}

.nav-hm .mlist-sub a {
    font-size: 14px;
    height: 55px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #ffffff;
}

.menu_icon {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
}

.more {
    float: right;
    margin-top: 7px;
}

.menu_bar {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 30px;
}

.top_total {
    float: left;
    line-height: 70px;
}

.top_total01 {
    float: left;
    margin-left: 30px;
}

.top_total01 p {
    font-size: 14px;
    color: #333333;
}





.m_top_section {
    background: #042988;
    height: 70px;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    border-bottom: 1px #e4e4e436 solid;
}

.m_nav {
    float: left;
    width: 20px;
    margin-top: 12px;
    cursor: pointer;
}

.m_logo {
    float: left;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 119px;
}

.m_level {
    float: right;
    margin-top: 15px;
}

.m_level p span {
    margin-right: 6px;
    color: #f3f3f3;
    font-size: 14px;
    display: none;
}

.user_info {
    display: none;
}

.close {
    float: left;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}


.mlist {
    border-bottom: 1px #ffffff24 solid;
}

.nav-hm .area-over {
    font-size: 16px;
    height: 55px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #ffffff;
}

.nav-hm .area-over img {
    margin-right: 10px;
}

.nav-hm .mlist-sub {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    height: auto;
    display: none;
}

.nav-hm .mlist-sub a {
    font-size: 16px;
    height: 55px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding-left: 35px;
    color: #ffffff;
}

.language_btn2 {
    position: absolute;
    top: 14px;
    left: 10px;
    padding-left: 0px !important;
}

.language_btn02 {
    width: 110px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
    padding-left: 0px !important;
    font-size: 14px;
}

.language_img2 {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.bottom_img2 {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.logout {
    float: left;
    width: 70px;
    height: 30px;
    background: #447aff;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 30px;
    padding: 0px !important;
    cursor: pointer;
}

.logout a {
    color: #ffffff;
}

.dep_01 {
    display: none;
    position: absolute;
    top: 36px;
    left: -10px;
    width: 120px;
    z-index: 999999;
}

.dep_02 li {
    background: #04222c;
    line-height: 35px !important;
    width: 110px;
}

.dep_02 li a {
    color: #ffffff;
    font-size: 14px;
}

/*top end*/

/*main*/
.section_right {
    width: 100%;
    background: #f0f0f0;
    min-height: 100vh;
}

.m_section_right_inner {
    display: none;
}


.section_right_inner {padding:10px;}

.main_section01 {
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.main_section02 {
    overflow: hidden;
}

.main_section03 {
    overflow: hidden;
}

.main .section_right_inner {
    padding: 10px;
}

.main #section01 .item-1 {
    width: 100%;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
	margin-top:10px;
}

.br-b {
    border-bottom: 1px #e8d265 solid;
}

.item-title {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.item-title img {
    margin-right: 5px;
    width: 20px;
}

.main #section01 .item-1 .level_box {
    text-align: center;
    padding-top: 6px;
    float: left;
    width: 36%;
}

.main #section01 .item-1 .level_box .main_level_img {
    width: 120px;
}

.main #section01 .item-1 .gage_item {
    overflow: hidden;
    float: left;
    width: 64%;
    padding-left: 15px;
    padding-right: 15px;
}

.main #section01 .item-1 .gage_item .gage {
    width: 100%;
    margin-bottom: 10px;
}

.main #section01 .item-1 .gage_item .gage .gage_title {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}

.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: 100%;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
}

.main #section01 .item-2 .balance_sum {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 15px;
}

.main #section01 .item-2 .price_Box {
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    border: 1px #968c57 solid;
    background: #3a3000;
    padding: 12px 15px;
    overflow: hidden;
}

.main #section01 .item-2 .price_Box .li1 {
    width: 100%;
}

.main #section01 .item-2 .price_Box .li1 .li_t {
    width: 20%;
    float: left;
	font-size:12px;
	line-height: 24px;
}

.main #section01 .item-2 .price_Box .li1 .li_sum {
    float: left;
    width: 80%;
    text-align: right;
    color: #29a0c8;
}

.main #section01 .item-2 .price_Box .li2 {
    width: 100%;
}

.main #section01 .item-2 .price_Box .li2 .li_t {
    float: left;
    width: 45%;
	font-size:12px;
	line-height: 24px;
}

.main #section01 .item-2 .price_Box .li2 .price_t {
    width: 55%;
    float: left;
    text-align: right;
    color: #0071ff;
}

.main #section01 .item-3 {
    width: 100%;
    height: 245px;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 10px;
    overflow: hidden;
}

.main #section01 .item-3 .item-3-1 {
    width: 100%;
    height: 75px;
    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-1 .t1 {
    font-size: 14px;
    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: 18px;
    color: #ffffff;
    text-align: right;
    margin-top: 5px;
}

.main #section01 .item-3 .item-3-2 {
    margin: 0px auto;
}


.main #section02 .item-1 {
    width: 100%;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 25px;
}

.main #section01 .item-1 .item-1-1 .item-1-1-1 {
    overflow: hidden;
    margin-top: 20px;
}

.main #section01 .item-1 .item-1-1 .bonus_box {
    width: 100%;
    border: 1px #968c57 solid;
    background: #3a3000;
    border-radius: 10px;
    padding-top: 15px;
	padding-bottom:10px;
}

.main #section01 .item-1 .item-1-1 .bonus_box img {
    display: table;
    margin: 0 auto;
    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;
    margin-top: 5px;
}

.main #section01 .item-1 .item-1-1 .bar {
    width: 60px;
    height: 2px;
    background: #e8d265;
    margin: 15px auto 20px;
}

.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: 5px;
    font-weight: 400;
    overflow: hidden;
	color:#ffffff;
}

.main #section01 .item-1 .item-1-1 ul li .t-1 {
    float: left;
    color: #ffffff;
    font-weight: 500;
}

.main #section01 .item-1 .item-1-1 ul li .s-1 {
    float: right;
    color: #ffffff;
    font-weight: 500;
}

.main #section02 .investment {
    width: 100%;
    margin-top: 10px;
    height: 35px;
    border-radius: 10px;
    background: #777777;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
}

.main #section02 .on {
    background: #144e60 !important;
}

.main #section02 .item-2 {
    width: 100%;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}

.main #section02 .item-2 .item-2-1 {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.main #section02 .all_item {
	display: flex;
    align-items: center;
    flex-direction: column;
	}
.main .graph {
	width:100%;
}
.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: 100%;
   border: 1px #4e461b solid;
    background: #3a3000;
    border-radius: 10px;
    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: 100%;
    height: 280px;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 10px;
}

.main #section03 .item-1 .scroll {
    width: 100%;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.main #section03 .item-1 .list {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #58543b solid;
}

.main #section03 .item-1 .list .notice_title {
    float: left;
    width: 75%;
    color: #ffffff;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.main #section03 .item-1 .list .notice_date {
    float: right;
    width: 25%;
    color: #ffffff;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
}

.main #section03 .item-2 {
    width: 100%;
    height: 280px;
    background: #302800;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 10px;
}

.main #section03 .item-2 .b_title_box {
    overflow: hidden;
    width: 100%:;
}

.main #section03 .item-2 .b_title_box ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    background: #302800;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
	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: 150px;
    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: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%;
}

.main #section03 .item-2 table tr td {
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 1px #58543b solid;
}

.stay_btn {
    background: #0e76bc;
}

.complet_btn {
    background: #d6a217;
}

.end_btn {
    background: #c02510;
}

.table_btn01 {
    display: inline-block;
    width: 65px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
}

/*main end*/
.notice_table03 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-radius: 5px;
    min-height: 450px;
    position: relative;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

/*transaction*/
.sub_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #403605;
    padding-left: 20px;
}

.sub_title {
    font-size: 18px;
    color: #ffffff;
}

.sub_title img {
    float: left;
    margin-top: 12px;
}

.deposit {
    width: 100% overflow:hidden;
}

.deposit_section01 {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    overflow: hidden;
}

.deposit_section01_t {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px #7c7c7c solid;
    padding-bottom: 5px;
}

.deposit_section01_t span {
    color: #005aab;
}

.deposit_section01 .left_box {
    width: 100%;
}

.right_box {
    width: 100%;
    text-align: center;
}

.deposit_section01 .deposit_text01 {
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}

.deposit_section01 .deposit_text02 {
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
}

.deposit_section01 .address_input_box {
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
}

.deposit_section01 .address_input {
    width: 78%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.copy_btn {
    color: #ffffff;
    width: 20%;
    height: 41px;
    float: right;
    font-size: 12px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.qr_code_text {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    text-align: left;
}


.deposit_section02 {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.deposit_table {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.withdrawal {
    width: 100%;
    overflow: hidden;
}

.withdrawal_section01 {
    width: 100%;
    height: 575px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    margin-top: 10px;
}

.withdrawal_section01_t {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px #7c7c7c solid;
    padding-bottom: 5px;
}

.withdrawal_section01_t span {
    color: #c74242;
}

.total_box {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.total_box .total_box_inner {
    width: 70%;
    float: left;
    border: 1px #d4d4d4 solid;
    overflow: Hidden;
}

.total_box .total_box_inner2 {
    width: 27%;
    float: right;
}

.total_box .total_box_title {
    float: left;
    width: 30%;
    height: 48px;
    line-height: 48px;
    color: #3fb5a3;
    font-size: 12px;
    font-weight: 700;
    background: #eaeff3;
    padding-left: 5px;
}

.total_box .total_box_balance {
    float: right;
    width: 70%;
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
}

.total_box .total_box_balance span {
    color: #666666;
    font-size: 12px;
}

.total_box .withdrawal_select {
    height: 49px;
    border: 1px #005aab solid;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    background-size: 6px 9px;
    background-image: url(/img/right.png);
    background-position: 81% 50%;
}

.withdrawal_input_box table {
    border-top: 2px #7c7c7c solid;
    margin-top: 20px;
}

.withdrawal_input_box tr td {
    height: 48px;
    font-size: 12px;
    border-bottom: 1px #e4e4e4 solid;
    padding-left: 5px;
    color: #333333;
}

.withdrawal_input_box tr td:nth-child(1) {
    width: 35%;
    background: #f6f6f6;
}

.withdrawal_input_box tr td:nth-child(2) {
    width: 65%;
}

.withdrawal_input_box .withdrawal_input01 {
    width: 80%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
}

.withdrawal_input_span {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.withdrawal_btn {
    overflow: hidden;
    margin-top: 20px;
}

.withdrawal_btn01 {
    display: block;
    width: 32%;
    height: 40px;
    font-size: 11px;
    line-height: 1.5;
    color: #666666;
    background-color: transparent;
    border: 1px #cccccc solid;
    border-radius: 2px;
    float: left;
    TEXT-ALIGN: CENTER;
    cursor: pointer;
    font-weight: 700;
}

.withdrawal_margin {
    margin-left: 2%;
    margin-right: 2%;
}

.withdrawal_on {
    border: 1px #005aab solid;
    color: #005aab;
}

.withdrawal_key {
    width: 100%;
    margin: 20px 0px 20px 0px;
    overflow: hidden;
}

.withdrawal_key_input {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.key_btn {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.key_btn2 {
    color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
    background-color: #005aab;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 5px;
    float: left;
}

.check_img {
    float: left;
    width: 30px;
    margin-left: 5px;
    margin-top: 15px;
}

.withdrawal_botton {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background: #302800;
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
}

.withdrawal_section02 {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.withdrawal_table {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.page_nav {
    margin-top: 20px;
}

.page_nav ul {
    overflow: hidden;
    margin-top: 40px;
    display: table;
    margin: 0 auto;
}

.page_nav ul li {
    float: left;
    padding: 5px 15px 5px 15px;
    text-align: center;
    line-height: 25px;
    border: 1px #e4e4e4 solid;
    border-right: none;
    color: #333333;
}

.page_nav ul li:hover {
    background: #e4e4e4;
}

.page_nav ul li:last-child {
    border-right: 1px #e4e4e4 solid;
}

/*transaction end*/



/*mininghistory*/
.mining_package {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
}

.package_img {
    text-align: center;
}

.package_total_name {
    overflow: Hidden;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding: 10px 0px;
    text-align: center;
    font-size: 30px;
}

.mining_package_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.mining_share {
    font-size: 16px;
    text-align: center;
    color: #666666;
    margin-top: 15px;
}

.mining_amount {
    font-size: 16px;
    text-align: center;
    color: #666666;
    margin-top: 15px;
    font-weight: 500;
}

.mining_amount span {
    color: #333333;
}

.mining_share span {
    color: #333333;
}

.mining_s_box {
    overflow: Hidden;
    margin-top: 20px;
}

.mining_select_title {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.mining_select {
    width: 100%;
    height: 40px;
    border: 1px #cccccc solid;
    border-radius: 5px;
    padding-left: 10px;
    background-size: 6px 9px;
    background-image: url(/img/right.png);
    background-position: 94% 50%;
    margin-top: 10px;
}

.mining_select2 {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 10px;
    background: #333;
    color: #fff;
    text-align: center;
}

.mining_botton {
    width: 100%;
    height: 40px;
    background: #252525;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.mining_table_box {
    overflow: hidden;
    margin-top: 20px;
}

.mining_table {
    width: 100%;
}

.mining_table tr th {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: Center;
    border-bottom: 2px #0d0d0d solid;
}

.mining_table tr th:nth-child(1) {
    width: 25%;
    text-align: left;
    padding-left: 10px;
}

.mining_table tr th:nth-child(2) {
    width: 50%;
}

.mining_table tr th:nth-child(3) {
    width: 25%;
}

.mining_table tr td {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: Center;
    border-bottom: 1px #d7d7d7 solid;
}

.mining_table tr td:nth-child(1) {
    width: 25%;
}

.mining_table tr td:nth-child(2) {
    width: 50%;
}

.mining_table tr td:nth-child(3) {
    width: 25%;
}

.c_r {
    color: #ff0000;
}

.mt20 {
    margin-top: 20px;
}

/*mininghistory end*/

/* mypage */

.s_left {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.s_right {
    width: 100% overflow:hidden;
    padding-bottom: 10px;
}

.mypage_section01_t {
    font-size: 18px;
    color: #363636;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.mypage_section01 {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.mypage_input_box table {
    margin-top: 20px;
    margin-bottom: 25px;
}

.btn-qrcode {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #302800;
}

.pfont::placeholder {
    font-size: 10px !important;
}




.qrcode img {
    width: 50%;
    margin-bottom: 10px;
    margin: 25px auto;
    display: table;
}

.mypage_input_box tr td {
    height: 48px;
    font-size: 14px;
    border-bottom: 1px #2e425b40 solid;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
}

.mypage_input_box tr td:nth-child(1) {
    width: 35%;
    border: 1px #4e461b solid;
    background: #3a3000;
}

.mypage_input_box tr td:nth-child(2) {
    width: 65%;
    background: #ffffff;
    border-bottom: 1px #e4e4e4 solid;
}

.mypage_input_box .withdrawal_input01 {
    width: 100%;
    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: 11px;
    line-height: 1.5;
    color: #666666;
    background-color: transparent;
    border: 1px #cccccc solid;
    border-radius: 2px;
    float: left;
    TEXT-ALIGN: CENTER;
    cursor: pointer;
    font-weight: 700;
}

.mypage_select01 {
    width: 80%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #fff;
    font-size: 14px;
}

.mypage_on {
    border: 1px #005aab solid;
    color: #005aab;
}

.mypage_key {
    width: 100%;
    margin: 20px 0px 30px 0px;
    overflow: hidden;
}

.mypage_key_input {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

/*mypage end*/

/*package buy*/
.buy_package {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-right: 1%;
    min-height: 333px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #b9b9b9;
    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: 5px 0px;
    text-align: center;
    font-size: 25px;
    font-family: 'Lato', sans-serif !important;
	margin-bottom: 10px;
}

.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;
}

.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: 90%;
    height: 60px;
    background: #302800;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
.bg01 {background:#cc743b !important;}
.bg02 {background:#60c648 !important;}
.bg03 {background:#2c611c !important;}
.bg04 {background:#be71b5 !important;}
.bg05 {background:#1a8aec !important;}
.bg06 {background:#24d829 !important;}

.bg01-1 {color:#cc743b !important;}
.bg02-1 {color:#60c648 !important;}
.bg03-1 {color:#2c611c !important;}
.bg04-1 {color:#be71b5 !important;}
.bg05-1 {color:#1a8aec !important;}
.bg06-1 {color:#2fa03b !important;}
*/
.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: 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 {
    overflow: Hidden;
}

.buy_input_left {
    overflow: hidden;
}

.buy_input_right {
    width: 100%;
    height: 49px;
    float: right;
    position: relative;
}

.buy_input_name {
    font-size: 16px;
}

.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: 5px;
    margin-bottom: 5px;
}

.star_coin {
    width: 140px;
}

/*package buy end*/
/*sales*/
.sales_table01 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 310px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.sales_table01 .main_table02 tr th:nth-child(1) {
    width: 30%;
}

.sales_table01 .main_table02 tr th:nth-child(2) {
    width: 45%;
}

.sales_table01 .main_table02 tr th:nth-child(3) {
    width: 25%;
}

/*sales history*/
/*notice*/
.notice_table01 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 310px;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow-y: auto;
    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: 55%;
}

.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 30%;
}

.radius-form thead tr th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.radius-form thead tr th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.notice_table04 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    min-height: 400px;
    max-height: 500px;
    position: relative;
    overflow-y: auto;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
}


.main_table02 tr th {
    height: 40px;
    background: #3a3000;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.tablebg01 {
    background: #ffffff !important;
}

.tablebg01 tbody td {
    color: #333333 !important;
}

.tablebg01 tr td {
    color: #505050 !important;
}

.notice_table03 .main_table02 tr th:nth-child(1) {
    width: 10%;
}

.notice_table03 .main_table02 tr th:nth-child(2) {
    width: 50%;
}

.notice_table03 .main_table02 tr th:nth-child(3) {
    width: 15%;
}

.notice_table03 .main_table02 tr th:nth-child(4) {
    width: 25%;
}

.main_table02 tr td {
    height: 40px;
    text-align: Center;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    color: #505050;
}


.main_table05 tr th:nth-child(1) {
    width: 30%;
}

.main_table05 tr th:nth-child(2) {
    width: 30%;
}

.main_table05 tr th:nth-child(3) {
    width: 40%;
}



.main_table05 tr th {
    height: 40px;
    background: transparent;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.main_table05 tr td {
    height: 35px;
    text-align: Center;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px solid #e4e4e4;
    color: #505050;
}

.main_table05 tr td:nth-child(1) {
    padding-left: 20px;
}

.main_table05 tr td:nth-child(1) .coin_name {
    float: left;
    margin-top: 2px;
}

.main_table05 tr td:nth-child(1) img {
    margin-right: 10px;
    float: left;
    width: 20px;
}

/**/

/*Allowance history*/
.allowance_table01 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-height: 500px;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.allowance_table02 {
    overflow: hidden;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-height: 500px;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.allowance_table03 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-height: 500px;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.allowance_table04 {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-height: 500px;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}

/*Allowance history eed*/

/*nav*/
#m_nav {
    width: 75%;
    height: 100%;
    background: #001e67;
    position: fixed;
    left: -100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    padding-top: 57px;
    display: block !important;
    top: 0px;
}

.sub-menu {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 35px;
    padding-right: 30px;
}

.sub-menu a {
    color: #ffffff;
    display: block;
    font-size: 14px;
}

.tab_menu2 {
    padding-left: 40px;
    line-height: 45px;
}

.m_menu_icon {
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    width: 13px;
}

.nav_dep02 a {
    font-size: 14px !important;
    margin-left: 30px;
    padding-left: 20px;
}

/*nav*/

.page_nav {
    display: table;
    margin: 40px auto 0px;
}

.page_nav li {
    float: left;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    border: 1px #7c7c7c solid;
    margin-left: 5px;
    cursor: pointer;
}

/*notice_view*/
.notice_table02 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 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;
    background: #463d10;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    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 #ffffff30;
    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: 70px;
    background: #5858f6;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
}

.wirte_input01 {
    width: 100%;
    height: 50px;
    border: none;
    background: 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;
}

.listgo_btn03 {
    width: 49%;
    background: #5858f6;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.listgo_btn04 {
    width: 49%;
    background: #6d6d94;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 2%;
}

/*community end*/


.withdrawal01 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
}

.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;
}

.bonus_div {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    font-family: 'Lato', sans-serif !important;
    background: #f0f2f7;
    border: 1px #e8e8ea solid;
    font-size: 14px;
}

.bonus_div .title {
    color: #ffffff;
    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 {

    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    font-family: 'Lato', sans-serif !important;
    background: #205d7d;
}

.bonus_div2 .title {
    color: #ffffff;
    float: left;
}

.bonus_div2 .total {
    color: #ffffff;
    float: right;
}

.bonus_div3 {
    width: 45%;
    height: 30px;
    background: #262e8c;
    border-left: 5px #3844bf solid;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}

.bonus_div3 .title {
    color: #ffffff;
    float: left;
}

.bonus_div3 .total {
    color: #ffffff;
    float: right;
}

.main_balance_box2 {
    width: 49%;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    background: #29339d;
    border: 1px #6770d0 solid;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
}

.main_balance_box2:nth-child(2n-2) {
    margin-right: 0px;
}

.main_balance_title2 {
    font-size: 13px;
    color: #e9da81;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px #6770d0 solid;
    width: 100%;
    padding-bottom: 15px;
}

.main_balance_total2 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
    line-height: 1;
    font-family: 'Lato', sans-serif !important;
}

.main_balance_total2 span {
    color: #ffffff;
    font-size: 18px;
}

#imgs img {
    width: 110px;
}

.buy_input02 {
    width: 64%;
    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;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    background: #7b0000;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.buy_btn {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #252525;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.buy_btn:nth-child(1) {
    margin-right: 5%;
}

.buy_btn:hover {
    background: #f72929;
}

.buy_btn .active {
    background: #f72929;
}

.buy_text {
    position: absolute;
    top: -20px;
    right: 0px;
    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;
}

.buy_input_name2 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 30%;
}

.check_text {
    color: #ff0000;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    position: absolute;
    top: -30px;
    left: 40px;
}

.main_level {
    width: 75px;
    margin-top: -14px;
}



#divpop1 {
    top: 5%;
}

#divpop2 {
    top: 8%;
}

#divpop3 {
    top: 11%;
}

.notice_section {
    z-index: 9999999;
    position: absolute;
    left: 2.5%;
    top: 5%;
    width: 95%;
    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: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.notice_section .text_box p {
    width: 100%;
    word-break: break-all;
}



.n_p01 {
    font-size: 18px;
    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: 20px;
    text-align: center;
    margin-top: 15px;
}


.find_position {width:100%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);}
.send_btn {
    float: left;
    width: 30%;
    border: none;
    outline: none;
    background-color: #b30000;
    height: 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
}
.mypage_input_box .email_input01 {
    width: 68%;
    float: left;
    margin-right: 2%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.find_logo {width:230px !important;}

.inquiry_img {
    width: 80%;
    margin: 10px auto 0px;
    display: block;
}

/*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*/


.guide_t {
    overflow: Hidden;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
    border-style: dashed;
    border: 1px dashed #ff0000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.guide_t span{
    font-weight:600;
}


.referrer_Btn {
    background: #215d69;
    width: 80%;
    height: 38px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 10%;
	color:#ffffff;
	cursor:pointer;
}

/* 팝업 디자인 */
.divpop {
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    top: 90px;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.51) 5px 5px 10px;
    width: 95%;
    transform: translateX(-50%);
}
.divpop .popcont {
    padding: 20px;
    display: block;
}
.divpop .popcont .poptit {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 15px 0 25px;
}
.divpop .popcont .poptxt {
    font-size: 13px;
    line-height: 2;
    text-align: left;
}
.divpop .popcont .popfot01 {
    font-size: 13px;
    padding-top: 25px;
    text-align: right;
}
.divpop .popcont .popfot01 span {
	padding-right: 7px;
}
.divpop .popcont .red {
	color: #ff0000;
}