:root {
	--eisoft-theme-main-con-maxwidth: 1100px;
}
.max_var_width{
 max-width: var(--eisoft-theme-main-con-maxwidth);
    margin: 0 auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}ul {
    margin: 0;
    padding: 0;
}
main {
    margin-top: 65px;
}
header.mainheader {
    position: fixed;
    width: 100%;
    background: #fff;
}

header.mainheader {
    top: 0;
    z-index: 1000;
}

.navline_pc {
    max-width: var(--eisoft-theme-main-con-maxwidth);
    margin: 0 auto;
    display: flex;
    height: 77px;
    align-items: center;
	    border-bottom: 1px solid rgb(205 205 205 / 27%);
}

.navline_pc .logoline {
    flex: 100;
}

.navline_pc .navline_on_class {
    flex: 217;
}

.navline_pc .custombtline {
    flex: 107;
    text-align: right;
}

.navline_pc .navline_on_class ul.pcnav_in_ul li {
    display: inline-block;
    margin: 0px 26px;
    cursor: pointer;
}

.navline_pc .custombtline a {
    text-decoration: none;
    color: #9b9b9b;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0px 7px;
}

.navline_pc .custombtline a:nth-child(2) {
    margin-right: 0;
}

.navline_pc .custombtline a:hover {
    background: #1b3762;
    color: #fff;
    border-color: #1b3762;
}

.navline_pc .custombtline {
    position: relative;
    top: 1px;
}

.navline_pc .navline_on_class ul.pcnav_in_ul {
    font-size: 17px;
    font-weight: 700;
}
.navline_pc .custombtline a {
    font-size: 17px;
}
.navline_pc .logoline img.logo_pc {
    max-width: 120px;
}
.navline_pc .navline_on_class ul.pcnav_in_ul li:hover span:before {
        opacity: 1;
}
.navline_pc .navline_on_class ul.pcnav_in_ul li span:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    font-size: 12rem;
    width: 57px;
    height: 4px;
    margin-left: -28px;
    display: block;
    opacity: 0;
    -webkit-transition: 0s opacity, 0s transform;
    transition: 0s opacity, 0s transform;
    background: #ccc;
}
.navline_pc .navline_on_class {
    flex: 335;
}

.navline_pc .navline_on_class ul.pcnav_in_ul li {
    position: relative;
}

.navline_pc .navline_on_class ul.pcnav_in_ul li span {
    position: relative;
}
.index_vb_line {
    position: relative;
}
.navline_pc .navline_on_class ul.pcnav_in_ul li {
    padding: 10px 0px;
}
.navline_mb,.navline_mb_menu_lay{
	display: none;
}
header.mainheader {
    border-bottom: 1px solid rgb(204 204 204 / 26%);
}

@media (max-width: 910px){
.navline_pc {
    display: none;
}
main {
    margin-top: 95px;
}

.navline_mb{
	display: flex;
}

.navline_mb_menu_lay{
	display: block;
}


.navline_mb div {flex: 1;}

.navline_mb .logoline img {
    max-width: 167px;
}

.navline_mb .logoline {
    text-align: center;
}

.navline_mb div:nth-child(3) {
    text-align: right;
}

.navline_mb{
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgb(204 204 204 / 26%);
	background: #fff;
}
header.mainheader {
    padding: 15px;
    box-sizing: border-box;
}

.navline_mb div:nth-child(1) {}header.mainheader {
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.navline_mb div:nth-child(1) a.login_bt_a {
    background: #1b3762;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 10px;
}
svg#svg8_roksret {
    width: 35px;
    height: auto;
}

.navline_mb_menu_lay {
	    opacity: 0;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    right: -100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navline_mb_menu_lay .mb_in_menu_line ul li {
    list-style: none;
}

.navline_mb_menu_lay.active {
    right: 0;
    opacity: 1;
    z-index: 1000;
}

.navline_mb_menu_lay .close_bt {
    position: absolute;
    right: 35px;
    top: 46px;
    color: #fff;
}

.navline_mb_menu_lay .top_line {
    background: #1b3762;
    color: #fff;
    padding: 39px;
    letter-spacing: -1px;
    line-height: 47px;
}

.navline_mb_menu_lay .top_line span.H1_style_span {
    display: block;
    font-size: 30px;
}

.navline_mb_menu_lay .top_line span.H2_style_span {
    font-size: 16px;
    FONT-WEIGHT: 300;
}

.navline_mb_menu_lay .close_bt a {
    color: #fff;
}
    

svg#Layer_1 {
    color: #fff;
        width: 38px;
    background: transparent;
}

svg#Layer_mb_right_mk {
    width: 37.1px;
    position: relative;
    top: 7px;
    left: -10px;
}

.mb_in_menu_line {}

.mb_in_menu_line ul.mbnav_in_ul {
    margin: 31px;
}

.mb_in_menu_line ul.mbnav_in_ul li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 18px 0px;
    cursor: pointer;
}

.mb_in_menu_line ul.mbnav_in_ul li a span:after {
    content: '';
    width: 61px;
    height: 61px;
    background: url(/eisoft_data/product/cisf/img/mb_right_bt.svg);
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.mb_in_menu_line ul.mbnav_in_ul li a {
    text-decoration: none;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.mb_in_menu_line ul.mbnav_in_ul li:nth-child(1) {
    padding-top: 0;
}

.mb_in_menu_line ul.mbnav_in_ul li:nth-child(1) a span:after {
    top: calc(50% - 8px);
}
.navline_mb_menu_lay .top_line span.H1_style_span {
    cursor: pointer;
}

}







@media (max-width: 460px){

    
.navline_mb_menu_lay .top_line span.H1_style_span {
    display: block;
    font-size: 7vw;
}
 .navline_mb_menu_lay .top_line span.H2_style_span {
    font-size: 3.2vw;
    FONT-WEIGHT: 300;
}
.navline_mb_menu_lay .top_line {
    background: #1b3762;
    color: #fff;
    padding: 39px;
    letter-spacing: -1px;
    line-height: 10vw;
}

 svg#Layer_1 {
    color: #fff;
    width: 7vw;
    background: transparent;
}
svg#Layer_mb_right_mk {
    width: 8vw;
    position: relative;
    top: 7px;
    left: -10px;
}    
 .mb_in_menu_line ul.mbnav_in_ul li a {
    text-decoration: none;
    color: #000;
    font-size: 7vw;
    font-weight: 700;
}
 .mb_in_menu_line ul.mbnav_in_ul li a span:after {
    width: 11vw;
    height: 11vw;
}
    .navline_mb .logoline img {
    max-width: 100%;
    max-width: 110px;
}
 
.navline_mb div:nth-child(1) a.login_bt_a {
    padding: 2vw 3vw;
    font-size: 2vw;
}

 svg#svg8_roksret {
    width: 8vw;
    height: auto;
}
    main {
    margin-top: 19vw;
}
}




/*footer*/
.Footer_in.cont {
    color: #fff;
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.75;
    color: #777;
    margin-bottom: 30px;
}
.ft_info p span {
    font-size: 14px;
    color: #999;
}
.ft_info p span {
    display: inline-block;
    padding-right: 18px;
    position: relative;
    vertical-align: middle;
    line-height: 1.9;
    letter-spacing: 0px;
}
.Footer_in {
    padding-top: 30px;
    padding-bottom: 0px;
}
.Footer_in.cont {
    max-width: var(--eisoft-theme-main-con-maxwidth);
    margin: 0 auto;
}

footer {
    background: #222;
}

.Footer_in .left_line {
    float: left;
}
.Footer_in .left_line .logo {
    margin-bottom: 20px;
}

.Footer_in .left_line .logo a img {
   width: 159px;
   filter: opacity(0.5) drop-shadow(0 0 0 white);
}

.textcls_none {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.Footer_in .left_line .ft_add_col {
    position: relative;
}

.Footer_in .left_line .ft_add_col button.ftbt_l {
    width: 155px;
    height: 41px;
    background: #363636;
    color: #a4a4a4;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
}

.Footer_in .right_line {
    float: right;
    width: 800px;
}

.Footer_in:after {
    display: table;
    clear: both;
    content: "";
}

.Footer_in .right_line .ft_info {
    margin-bottom: 25px;
}

.Footer_in .right_line .ft_info p {
    /* font-size: 0; */
    line-height: 0px;
    margin: 0;
}

.Footer_in .right_line .ft_info p span {
    font-size: 14px;
    color: #999;
}

.Footer_in .right_line .ft_info p span b {
    font-weight: 500;
    color: #ccc;
    font-size: 13px;
}

.Footer_in .right_line .ft_info p span a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

@media (max-width: 1100px){
.Footer_in.cont {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3vw;
}
    .Footer_in .left_line {
  -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
    .Footer_in .right_line {
         -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;   
            width: 100%;
}
    .Footer_in .right_line .ft_info p span {
    font-size: 2.5vw;
    color: #999;
}
.Footer_in .right_line .ft_info p span a {
    font-size: 2.2vw;
    color: #ccc;
    position: relative;
    top: -3px;
    text-decoration: none;
    /* color: inherit; */
}
    .Footer_in .right_line .ft_info p span a span {
    color: #ccc;
    font-size: 14px;
}
    .copyright {
    font-size: 1.8vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.75;
    color: #777;
    margin-bottom: 30px;
}

    .Footer_in .left_line .ft_add_col button.ftbt_l {
    width: 100%;
    height: 41px;
    background: #363636;
    color: #a4a4a4;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
}
    .Footer_in .right_line .ft_info p span.ft_adr i {
    font-style: normal;
}

.Footer_in .right_line .ft_info p span.ft_adr {}

.Footer_in .right_line .ft_info p span a span {
    color: #ccc;
    font-size: 2.2vw;
}
}

@media (min-width: 1100px){
a.ft_adr_a span {
    color: #ccc !important;
    position: relative;
    top: -2px;
}
}
.usdt_on_lay {max-width: var(--eisoft-theme-main-con-maxwidth);margin: 0 auto;FONT-WEIGHT: 100;height: 0;background: #fff;position: relative;/* top: 50px; *//* z-index: 1000; */}

.usdt_on_lay .ust_line_set {
    width: 431px;
    height: 136px;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    z-index: 999;
}
@media (max-width: 910px){
.usdt_on_lay{
display:none;
}
}
table.tg {width: 100%;height: 100%;}
.usdt_on_lay {max-width: var(--eisoft-theme-main-con-maxwidth);margin: 0 auto;FONT-WEIGHT: 100;height: 0;background: #fff;position: relative;/* top: 50px; *//* z-index: 1000; */}

.usdt_on_lay .ust_line_set {
    width: 229px;
    height: 136px;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    z-index: 999;
}

.tg .tg-baqh {
    vertical-align: middle !important;
    border-color: #ccc;
}

table.tg thead {
    background: #253547;
    color: #fff;
}

table.tg thead tr th {
    border-color: #253547 !important;
}

table.tg tbody tr:nth-child(1) {
    font-weight: 700;
}
table.tg tbody tr:nth-child(2) {
    background: #f3f3f3;
    color: #690a0a;
}
@media (max-width: 910px){
.usdt_on_lay_mb {
	    /* border-top: 1px solid rgb(204 204 204 / 26%); */
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	    background: #fff;
	    z-index: 997;
}
.usdt_on_lay_mb .ust_line_set {
    display: flex;
    position: relative;
    height: 11vw;
    align-items: center;
    font-size: 3.2vw;
}

.usdt_on_lay_mb .ust_line_set .LT {
    background: #26487b;
    width: 100%;
    height: 100%;
    flex: 1;
    color: #fff;
    /* height: 11vw; */
    display: flex;
    align-items: center;
}

.usdt_on_lay_mb .ust_line_set .RT {
    flex: 1;
    background: #1e5ab3;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

	

.usdt_on_lay_mb .ust_line_set .LT span.usdt_buy_mk {position: relative;flex: 1;text-align: center;}

.usdt_on_lay_mb .ust_line_set .LT span.usdt_buy_cost {
    flex: 1;
    text-align: center;
}

.usdt_on_lay_mb .ust_line_set .RT span.usdt_sel_mk {
    flex: 1;
    text-align: center;
}

.usdt_on_lay_mb .ust_line_set .RT span.usdt_sel_cost {
    flex: 1;
    text-align: center;
}
	
}
@media (min-width: 910px){
.usdt_on_lay_mb {
display:none;
}
}
.register {
    max-width: 910px;
	    margin-top: 100px;
}
#fregister p {
    background: #1b3762;
}
main.sub_a {
    margin-top: 78px;
}

main.sub_a {
    margin-top: 78px;
}

main.sub_a section.top_vb_line {
    background: url(/eisoft_data/product/cisf/img/page/usdt_buy/usdt_buy.png);
    width: 100%;
    height: 185px;
    position: relative;
}

main.sub_a section.top_vb_line .vb_in_con {
    display: block;
    color: #000;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

main.sub_a section.top_vb_line .vb_in_con span.main_txt {
    display: block;
    font-size: 47px;
    letter-spacing: 0;
    position: relative;
    left: 10px;
}

main.sub_a section.top_vb_line .vb_in_con span.sub_txt {
    display: block;
    font-size: 18px;
}

@media (max-width: 910px){
    main.sub_a section.top_vb_line .vb_in_con {
    display: block;
    color: #000;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

main.sub_a section.top_vb_line .vb_in_con span.main_txt {
    display: block;
    font-size: 3vw;
    letter-spacing: 12px;
	    position: relative;
    left: 0px;
}

main.sub_a section.top_vb_line .vb_in_con span.sub_txt {
    display: block;
    font-size: 1.8vw;
    margin-top: 12px;
}
}
@media (max-width: 460px){

        main.sub_a section.top_vb_line .vb_in_con {
    display: block;
    color: #000;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

main.sub_a section.top_vb_line .vb_in_con span.main_txt {
    display: block;
    font-size: 7vw;
    letter-spacing: 0;
	    position: relative;
    left: 0px;
}

main.sub_a section.top_vb_line .vb_in_con span.sub_txt {
    display: block;
    font-size: 4vw;
    margin-top: 12px;
}
main.sub_a section.top_vb_line{
    height: 73vw;
}
    main.sub_a {
    margin-top: 20vw;
}
}

main.sub_a section.top_vb_line .vb_in_con span.sub_txt:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 16px 0px;
}
main.sub_a section.menu_s_line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

main.sub_a section.menu_s_line .in_cont_lay {max-width: var(--eisoft-theme-main-con-maxwidth);margin: 0 auto;/* border-left: 1px solid #ccc; *//* border-right: 1px solid #ccc; */}

main.sub_a section.menu_s_line .in_cont_lay ul {
    display: table !important;
}

main.sub_a section.menu_s_line .in_cont_lay ul li {
    display: table-cell;
    border: none;
    /* border-right: 1px solid #ccc; */
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

main.sub_a section.menu_s_line .in_cont_lay ul li a {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: auto;
    line-height: 1.3em;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: .1s background ease-in-out;
}

main.sub_a section.menu_s_line .in_cont_lay ul li a > span {
    box-sizing: border-box;
    display: table-cell;
    height: 80px;
    padding: 5px 10px;
    text-align: center;
    font-size: 29px;
    vertical-align: middle;
    letter-spacing: -.02em;
}

main.sub_a section.menu_s_line .in_cont_lay ul {
    position: static;
    left: auto;
    right: auto;
    /* max-width: var(--eisoft-theme-main-con-maxwidth); */
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    table-layout: fixed;
}

main.sub_a section.menu_s_line .in_cont_lay ul li:nth-last-child(1) {
    border-right: 1px solid #ccc;
}
main.sub_a section.menu_s_line .in_cont_lay ul li.active {
    background: #7e7e7e !important;
}

main.sub_a section.menu_s_line .in_cont_lay ul li.active a {
    color: #fff;
}

input#usdt_extv_mbh_a {}strong.title {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.form_st_lay .item_box .on_input_lay {
    position: relative;
}

.form_st_lay .item_box .flex_grid {
    min-width: 0;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form_st_lay .item_box .on_input_lay .ftext {
  
    padding: 12px;
    height: 48px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #1b1e26;
    box-sizing: border-box;
    outline: 0 none;
    border: 1px solid #d6dae1;
    border-radius: 4px;
    transition-property: border, box-shadow;
    transition-duration: .2s;
}

.form_st_lay {}

.form_st_lay .on_form_lay {
    max-width: 852px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 1px 1px 20px 0px #ececec;
    margin-top: 38px;
}

input#usdt_extv_mbh_a,input#usdt_extv_gmsr_a {
    max-width: 64px;
    width: 100%;
    font-weight: 700;
}


input#usdt_extv_gmsr_a {
    max-width: 110px;
    width: 100%;
    font-weight: 700;
}

input#usdt_extv_mbh_b {
    max-width: 46px;
    width: 100%;
    min-width: 42px;
    font-weight: 700;
}

input#usdt_extv_gmsr_b {
    width: 100%;
    max-width: 107px;
    min-width: 42px;
    font-weight: 700;
}

strong.stitle {
    float: initial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 20px;
}

strong.stitle {
    color: #a8a8a8;
}

.form_st_lay .on_form_lay .item_box {
    margin-bottom: 10px;
}
@media (max-width: 910px){
strong.stitle {
    display: block;
    float: inherit;
    background: #1b3762;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 0;
}
}
strong.jspaytext_on {
    color: red;
    font-weight: 700;
}
strong.jspaytext_on span.pay_cost_mk {
    color: #000;
    margin-left: 10px;
}strong.jspaytext_on {
    color: red;
    font-weight: 700;
}
@media (max-width: 910px){

    strong.jspaytext_on span.pay_cost_mk {
    color: #000;
    margin-left: 10px;
}strong.jspaytext_on {
    color: red;
    font-weight: 700;
    background: #ffffff;
}
    
}
.form_st_lay .on_form_lay {
    margin-bottom: 38px;
}
.item_box.total_cost_line {
    padding-bottom: 0px;
}

strong.jspaytext_on {
    margin: 0 0 5px;
}
strong.bt_v_itbank_adrcp_addcss {
    padding: 10px 0px;
    margin: 0px 0 15px;
}
strong.bt_v_itbank_adrcp {
    background: #3866ac;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

strong.bt_v_itbank_adrcp:hover {
    background: #1b3762;
}

strong.jspaytext_on {
    margin: 0 0 5px;
}

input#usdt_extv_adrcode,#usdt_extv_userid_code,.usdt_extv_justshowvalue_cls {
    width: 100%;
}
@media (min-width: 910px){
.form_st_lay .on_form_lay .item_box:nth-child(1) {
    margin-top: 5px;
}

.form_st_lay .on_form_lay {
    padding: 20px;
}
}

.on_input_lay.usdt_extv_adrcode_line {
    position: relative;
}

.on_input_lay.usdt_extv_adrcode_line {}

.on_input_lay.usdt_extv_adrcode_line a.qrcode_on_ahref {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 35px;
    background: #fff;
}
strong.ntw_name {
    color: #bb0000;
}
@media (max-width: 910px){

    strong.ntw_name {
    background: #ffffff;
    border: 1px solid #ccc;
}
    
}
.form_st_lay .on_form_lay .item_box strong.imptitle {
	    background: #fafafa;
    padding: 10px;
    display: block;
    color: red;
    font-weight: 500;
}
.form_st_lay .on_form_lay .item_box.total_cost_line {
    padding-top: 10px;
}
.item_box.userid_actid {
    margin: 40px 0px;
}
.item_box.main_top_text_box span {
    font-size: 17px;
    display: block;
    margin-left: 15px;
}

.item_box.main_top_text_box span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 5px;
    height: 28px;
    background: #1b3762;
}

.item_box.main_top_text_box {
    position: relative;
}
.item_box.main_top_text_box {
    padding-bottom: 10px;
}
.item_box.main_top_text_box.f1 {
    padding-top: 0;
}.item_box.main_top_text_box {
    padding-top: 10px;
}

.item_box.userid_actid {
    margin: 10px 0px;
}
.item_box.notice {     
}

.item_box.notice ul li {
    margin-bottom: 10px;
    background: #f6f6f6;
    color: #8a8a8a;
    padding: 10px;
    text-align: center;
    word-break: keep-all;
}
.item_box.submit_box ul a li {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    position: relative;
    left: 0;
}

.form_st_lay .on_form_lay .item_box a.cle_bt {
    float: left;
    background: #e1e1e1;
    color: #817f7f;
}

.form_st_lay .on_form_lay .item_box.submit_box a.sum_bt {
    float: right;
    color: #fff;
    background: #22457a;
}

.form_st_lay .on_form_lay .item_box.submit_box a {
    background: #ccc;
    padding: 10px 75px;
}

.item_box.submit_box:after {
    content: "";
    clear: both;
    display: block;
}
@media (max-width: 910px){
    .item_box.submit_box ul a li {
    display: inline-block;
}

.form_st_lay .on_form_lay .item_box a.cle_bt {
    float: initial;
    background: #e1e1e1;
    color: #817f7f;
}

.form_st_lay .on_form_lay .item_box.submit_box a.sum_bt {
    float: initial;
    color: #fff;
    background: #22457a;
}

.form_st_lay .on_form_lay .item_box.submit_box a {
    background: #ccc;
    padding: 10px;
    flex: 1;
    text-align: center;
}
    
.item_box.submit_box ul {
    display: flex;
}
}
.item_box.submit_box {
    margin-top: 20px;
}
div#bo_list,section#bo_w,#bo_v {
    max-width: var(--eisoft-theme-main-con-maxwidth);
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 910px){
    div#bo_list,section#bo_w,#bo_v {
    margin-top: 10px;
}
}
@media (max-width: 460px){
       div#bo_list,section#bo_w,#bo_v {
    margin-top: 0vw;
}
}
main.sub_a section.top_vb_line {
    overflow: hidden;
}
section.content_on_line.adminv .form_st_lay .on_form_lay ul li {
    text-align: center;
}

section.content_on_line.adminv .form_st_lay .on_form_lay ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #555555;
}

section.content_on_line.adminv .form_st_lay .on_form_lay ul li a:hover {
    background: #3866ac;
    color: #fff;
    border-color: #ccc;
}
section.content_on_line.adminv .form_st_lay .on_form_lay ul li {
    margin-bottom: 10px;
}
img.staking_top_vb_cls {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: block;
    padding: 41px;
}
@media (max-width: 460px){

    img.staking_top_vb_cls {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px;
}
}

.form_st_lay .on_form_lay {
    max-width: 881px;
}

section.content_on_line .form_st_lay {}

section.content_on_line .form_st_lay .content_box {
    margin-bottom: 25px;
}

section.content_on_line .form_st_lay .content_box span.in_con_sp {
    background: #fff;
    display: block;
    padding: 35px;
    color: #000000;
    font-size: 16px;
    border: 0;
    line-height: 37px;
}


@media (max-width: 910px){

    section.content_on_line .form_st_lay .content_box span.in_con_sp {
    background: #fff;
    display: block;
    padding: 35px;
    color: #000000;
    font-size: 14px;
    border: 0;
    line-height: 37px;
}

    section.content_on_line .form_st_lay .content_box{padding: 10px;}

}


@media (max-width: 460px){

}

section.content_on_line .form_st_lay .content_box span.in_con_sp.comp_con {
    background: #ffffff;
    color: #000;
    border-color: #00498c;
    padding-top: 0;
    padding-bottom: 0;
}

section.content_on_line .form_st_lay .content_box span.in_con_sp.comp_con.trv {
    background: #ffffff;
    color: #030303;
    border-color: #ccc;
}section.content_on_line .form_st_lay .content_box span.in_con_sp.comp_con.trv {
    padding: 0;
    padding: 35px;
    word-break: keep-all;
    padding-top: 0;
}section.content_on_line .form_st_lay .content_box span.in_con_sp.centerv {
    text-align: initial;
}section.content_on_line .form_st_lay .content_box span.in_con_h1 {
    text-align: center;
    display: block;
    border: 0;
    padding: 10px;
    font-size: 25px;
}
@media (max-width: 910px){

    section.content_on_line .form_st_lay .content_box span.in_con_h1 {
    text-align: center;
    display: block;
    border: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
}

span.in_con_sp.opct_sp_b_css_crt_code {}

span.in_con_sp.opct_sp_b_css_crt_code b.a {
    font-size: 20px;
}
span.cst_add_imp_text_css_a {
    display: block;
    text-align: center;
    background: #76150d;
    padding: 10px;
    color: #fff;
}
strong.jspaytext_on {
    float: initial;
    margin-left: 10px;
}

strong.ntw_name {
    float: initial;
    margin-left: 10px;
}
span.eiscss_EROTCT_OK {
    font-size: 23px;
}

@media (max-width: 460px){

    input#usdt_extv_mbh_a, input#usdt_extv_gmsr_a {
    max-width: initial;
    width: 50%;
}
    input#usdt_extv_mbh_b {
    max-width: initial;
    width: calc( 50% - 23px );
    min-width: 42px;
}
    input#usdt_extv_gmsr_b {
    width: calc( 50% - 10px );
    max-width: initial;
    min-width: 42px;
}
}

img.text_bar.eicss_EROSPO25ERT {
    position: relative;
    top: 80px;
}
@media (max-width: 910px){    
img.text_bar.eicss_EROSPO25ERT {
    position: relative;
    top: 35px;
}
}

section.menu_s_line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

section.menu_s_line .in_cont_lay {
    max-width: var(--eisoft-theme-main-con-maxwidth);
    margin: 0 auto;
}

section.menu_s_line .in_cont_lay ul {
    position: static;
    left: auto;
    right: auto;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    background-color: #fff;
    table-layout: fixed;
}
section.menu_s_line .in_cont_lay ul {
    display: table !important;
}
section.menu_s_line .in_cont_lay ul li.active {
    background: #7e7e7e !important;
}
section.menu_s_line .in_cont_lay ul li {
    display: table-cell;
    border: none;
    /* border-right: 1px solid #ccc; */
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
section.menu_s_line .in_cont_lay ul li.active a {
    color: #fff;
}
section.menu_s_line .in_cont_lay ul li a {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: auto;
    line-height: 1.3em;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: .1s background ease-in-out;
}
section.menu_s_line .in_cont_lay ul li a > span {
    box-sizing: border-box;
    display: table-cell;
    height: 80px;
    padding: 5px 10px;
    text-align: center;
    font-size: 29px;
    vertical-align: middle;
    letter-spacing: -.02em;
}
main.sub_a section.menu_s_line .in_cont_lay ul.onimpdispnone {
    display: none !important;
}
@media (max-width: 910px){
    img.text_bar.eicss_EROSPO25ERT {
    position: relative;
    margin-top: 50px;
}    
}
@media (max-width: 910px){
section.content_on_line .form_st_lay .content_box span.in_con_h1 {
    text-align: center;
    display: block;
    border: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    word-break: keep-all;
}
    
br.mbv_none {
    display: none;
}
.Launcherstyled__Wrapper-ch-front__sc-oef45p-0.gzVfHp {
    bottom: 10% !important;
}
img.text_bar {
    position: relative;
    top: -160px;
}
}
.check_on_list {
    text-align: center;
}