﻿@charset "utf-8";

.main {
    padding-bottom: 0 !important
}

.tit_page {
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    line-height: 1;
    height: 35px;
    padding-top: 25px;
    margin: 0 40px
}

.tit_page .arrow_dw {
    width: 15px;
    position: relative;
    margin-left: 5px
}

.tit_page .arrow_dw > img {
    position: absolute;
    bottom: 0
}

.home {
    position: absolute;
    left: 10px;
    top: 22px;
    width: 23px;
    z-index: 9
}

#container {
    padding-bottom: 20px;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9999
}

.img_loading {
    background: url('/Images/progress-circle-master.svg') no-repeat top left;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 102;
}


/*stock*/
.info_coin {
    display: table;
    width: 100%;
    background-color: #f4f5f9
}

.info_coin .coin {
    display: table-cell;
    width: 60%;
    padding: 0 20px;
    vertical-align: middle;
}

.info_coin .coin .img {
    width: 24px;
}

.info_coin .coin .name {
    font-size: 0.875em;
    color: #2b2b2b;
    padding-top: 3px;
}

.info_coin .coin .price {
    font-size: 0.875em;
    color: #2b2b2b;
    padding: 0 5px 0 2px;
    position: relative;
    top: 2px;
}

.info_coin .coin .price strong {
    font-size: 1.429em;
}

.info_coin .coin .up, .info_coin .coin .down {
    margin-top: 7px;
}

.info_coin .deal_box {
    color: #666;
    display: table-cell;
    text-align: right;
    width: 40%;
    padding: 14px 20px;
    font-size: 0.813em;
}

        .info_coin .deal_box .deal {
            display: inline;
        }

        .info_coin .deal_box .deal_price {
            display: inline;
            color: #2b2b2b;
        }

        .info_coin .deal_box .m_hide {
            padding-top: 6px;
        }

            .info_coin .deal_box .m_hide .high_price {
                margin-right: 20px
            }

            .info_coin .deal_box .m_hide .high_price {
                color: #e4241d;
            }

            .info_coin .deal_box .m_hide .low_price {
                color: #0068b7;
            }

.stock_tabs {
    display: flex;
    background-color: #fff;
}

    .stock_tabs a {
        position: relative;
        width: 33%;
        padding: 10px 0 13px;
        text-align: center;
        display: block;
        color: #2b2b2b;
    }

        .stock_tabs a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background-color: #eee;
        }

        .stock_tabs a.on {
            font-weight: bold;
            color: #000;
        }

            .stock_tabs a.on:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 3px;
                width: 100%;
                background-color: #77889d;
            }

        .stock_tabs a:nth-child(2) {
            width: 34%;
        }

.tabs {
    display: flex;
    background-color: #fff;
}

    .tabs a {
        position: relative;
        width: 33%;
        padding: 10px 0 13px;
        text-align: center;
        display: block;
        color: #2b2b2b;
    }

        .tabs a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background-color: #eee;
        }

        .tabs a.on {
            font-weight: bold;
            color: #000;
        }

            .tabs a.on:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 3px;
                width: 100%;
                background-color: #77889d;
            }

        .tabs a:nth-child(2) {
            width: 34%;
        }

.content_page {
    text-align: center;
    background: #fff;
    padding: 10px 0
}

    .content_page > li {
        display: inline
    }

        .content_page > li > a {
            border-radius: 3px;
            padding: 1.5px 8px;
            color: #c7d4e0;
            border: none;
        }

            .content_page > li > a.active {
                background: #3268b2;
                color: #fff;
                border: 1px solid #3268b2;
            }


.content_stock {
    margin-top: 20px;
    background-color: #fff;
}

    .content_stock .enter_sctock {
        float: left;
        width: 55%;
    }

        .content_stock .enter_sctock ul {
            margin: 0 10px;
            padding-top: 10px;
        }

        .content_stock .enter_sctock li {
            text-align: right;
            margin-top: 10px;
            padding: 0;
            color: #2b2b2b;
            font-size: 0.938em;
            clear: both
        }

            .content_stock .enter_sctock li.ip_enter {
                border: 1px solid #ccc;
                border-radius: 4px;
                padding: 4px 5px 4px 2px;
                line-height: 20px
            }

            .content_stock .enter_sctock li span.label {
                float: left;
                font-size: 12px;
                margin-top: 2px
            }

            .content_stock .enter_sctock li p.label {
                text-align: left;
                padding-bottom: 9px;
                font-weight: bold;
                font-size: 12px
            }

            .content_stock .enter_sctock li div > span {
                font-size: 12px;
            }

            .content_stock .enter_sctock li input[type="tel"], .content_stock .enter_sctock li input[type="text"] {
                width: 75%;
                margin-top: 1px;
                font-size: 12px;
                text-align: right;
                border: none;
                float: left;
                color: #2b2b2b;
                outline: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin-top: 5px
            }

                .content_stock .enter_sctock li input[type="tel"]::placeholder, .content_stock .enter_sctock li input[type="text"]::placeholder {
                    color: #2b2b2b;
                    text-align: left;
                }

            .content_stock .enter_sctock li.ip_exhange > span {
                width: 35%;
                text-align: left
            }

            .content_stock .enter_sctock li.ip_exhange > div {
                width: 65%;
                float: right
            }

                .content_stock .enter_sctock li.ip_exhange > div > input {
                    width: 77%
                }

                .content_stock .enter_sctock li.ip_exhange > div > span {
                    width: 23%
                }


            .content_stock .enter_sctock li.li_volume {
                margin: 0;
                padding: 5px 0 0 0;
            }

            .content_stock .enter_sctock li .btn_volume {
                background-color: #e1e1e1;
                border: 1px solid #ccc;
                font-size: 20px;
                color: #666;
                border-radius: 4px;
                width: 40px;
                padding: 0;
                text-align: Center;
            }

            .content_stock .enter_sctock li.total {
                border-top: 1px solid #eaeaea;
                padding-top: 10px;
                font-size: 12.5px;
            }

            .content_stock .enter_sctock li.ip_enter .unit {
                color: #666;
                font-size: 0.75em;
            }

            .content_stock .enter_sctock li .btn_get {
                width: 100%;
                padding: 8px 0;
                font-size: 13px;
                text-align: Center;
                font-weight: Bold;
                color: #Fff;
                background-color: #f85f73;
                border-radius: 3px;
            }

            .content_stock .enter_sctock li .btn_sale {
                width: 100%;
                padding: 8px 0;
                font-size: 13px;
                text-align: Center;
                font-weight: Bold;
                color: #Fff;
                background-color: #36a45a;
                border-radius: 3px;
            }

    .content_stock .list_stock {
        float: right;
        width: 45%;
    }

        .content_stock .list_stock th {
            border: 1px solid #eaeaea;
            border-top: none;
            color: #444;
            padding: 5px 10px;
            font-weight: normal;
            font-size: 12px;
        }

        .content_stock .list_stock td {
            border: 1px solid #eaeaea;
            letter-spacing: -1px;
            padding: 8px 2px;
            text-align: right;
            width: 50%; /*font-size:0.875em; */
            font-size: 12px;
            word-break: break-all;
        }

        .content_stock .list_stock tr:nth-child(1) td {
            color: #009400;
            background-color: #f7fcfb;
        }

        .content_stock .list_stock tr:nth-child(2) td {
            color: #009400;
            background-color: #f0f9f8;
        }

        .content_stock .list_stock tr:nth-child(3) td {
            color: #009400;
            background-color: #e8f5f4;
        }

        .content_stock .list_stock tr:nth-child(4) td {
            color: #009400;
            background-color: #e0f2f1;
        }

        .content_stock .list_stock tr:nth-child(5) td {
            color: #009400;
            background-color: #d8efed;
        }

        .content_stock .list_stock tr:nth-child(6) td {
            color: #f5325b;
            background-color: #fbdde7;
        }

        .content_stock .list_stock tr:nth-child(7) td {
            color: #f5325b;
            background-color: #fce4ec;
        }

        .content_stock .list_stock tr:nth-child(8) td {
            color: #f5325b;
            background-color: #fdeaf1;
        }

        .content_stock .list_stock tr:nth-child(9) td {
            color: #f5325b;
            background-color: #fef1f6;
        }

        .content_stock .list_stock tr:nth-child(10) td {
            color: #f5325b;
            background-color: #fef8fa;
        }

        .content_stock .list_stock tr:last-child td {
            border-bottom: none
        }

    .content_stock .box_graph {
        padding: 0 20px 20px;
        background-color: #f4f5f9;
    }

    .content_stock .graph {
    }

    .content_stock .tb_stock {
        background-color: #fff;
        font-size: 0.875em;
        padding: 0 20px;
    }

        .content_stock .tb_stock th {
            border-bottom: 1px solid #444444;
            color: #666;
            padding: 8px 0;
            font-weight: normal;
        }

        .content_stock .tb_stock td {
            border-bottom: 1px solid #eaeaea;
            color: #444;
            text-align: Center;
            padding: 8px;
        }

            .content_stock .tb_stock td .blur {
                color: #dddddd;
                font-size: 1.083em;
            }

.more {
    text-align: center;
    padding: 20px;
}

    .more span {
        border: 1px solid #798ba0;
        border-radius: 3px;
        padding: 7px 38px 8px 12px;
        font-size: 12px;
        background: url('/images/icon_more.png') 55px center no-repeat;
        background-size: 20px auto;
        color: #7287a0;
    }

.content_deal .more {
    font-size: 0.750em;
    margin-bottom: 50px;
}
/*join*/
.join .header {
    background-color: #ebebf0;
}

.join .section { /*width:404px;*/
    padding: 55px 0 50px;
    margin: 0 auto
}

.join h2 {
    color: #2b2b2b;
    font-size: 1.250em;
    font-weight: normal;
    text-align: center;
    padding-bottom: 40px;
}

.join .form_join {
    width: 304px;
    margin: 0 auto;
}

    .join .form_join .input input {
        width: 100%;
        color: #777;
        padding: 16px 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .join .form_join .input input::placeholder {
            color: #777;
        }

    .join .form_join .btn button {
        width: 100%;
        margin-top: 14px;
        background-color: #2e4664;
        color: #fff;
        font-size: 0.875em;
        padding: 16px 15px;
        border-radius: 4px;
        font-size: 1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .join .form_join .input {
        padding-bottom: 14px;
        position: relative;
    }

    .join .form_join .rink_join {
        font-size: 0;
        text-align: Center;
        padding-top: 28px;
    }

        .join .form_join .rink_join a {
            font-size: 14px;
            color: #999;
            position: relative;
            padding-left: 15px;
            margin-left: 15px;
        }

            .join .form_join .rink_join a:after {
                content: '';
                display: Block;
                position: absolute;
                bottom: 1px;
                left: 0;
                width: 1px;
                height: 13px;
                background-color: #c3c3c3;
            }

            .join .form_join .rink_join a:first-child {
                padding-left: 0;
                margin-left: 0;
            }

                .join .form_join .rink_join a:first-child:after {
                    width: 0;
                }

    .join .form_join .input .btn_auth {
        font-size: 0.875em;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 8px 0;
        height: 54px;
        background-color: #bdbdbd;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .join .form_join .input .ps {
        color: #c0c0c0;
        font-size: 0.813em
    }

    .join .form_join .check_terms {
        color: #444;
        font-size: 0.875em;
    }

        .join .form_join .check_terms input {
            vertical-align: middle;
            width: 18px;
            height: 18px;
            outline: none;
            border: 1px solid #b1b1b1;
            background-color: #fff;
        }

    .join .form_join .check_terms {
        padding-bottom: 6px;
    }

        .join .form_join .check_terms p {
            padding-bottom: 8px;
        }

        .join .form_join .check_terms input:checked {
            border: 1px solid #b1b1b1;
        }

        .join .form_join .check_terms a {
            color: #27bff0;
            border-bottom: 1px solid #27bff0;
            margin-left: 3px;
        }

.join_limit {
    display: inline-block;
    padding-top: 28px
}

    .join_limit > li {
        padding-bottom: 8px;
        font-size: 16px;
        color: #444;
        position: relative;
        padding-left: 10px
    }

        .join_limit > li::before {
            content: '-';
            position: absolute;
            left: 0px
        }

.limit_btn {
    width: 49% !important;
    float: right;
    background: #2c4562;
    color: #fff;
}

.limit_cancel {
    border: 1px solid #2c4562;
    width: 49% !important;
    float: left;
    color: #2c4562;
}

/*otp인증*/
.otp_add {
    color: #777777;
    padding-bottom: 26px;
    letter-spacing: -1.5px;
    font-size: 14px
}

    .otp_add > a {
        color: #3268b2;
        font-size: 1em;
        text-decoration: underline
    }

.btn_otp {
    padding-bottom: 23px
}

    .btn_otp > button {
        margin-top: 0px !important
    }

span.otp_num {
    display: none;
    color: #fe2e2e;
    font-size: 0.813em
}

/*terms*/
.terms .section {
    padding: 30px 10px 40px;
}

.terms h2 {
    font-size: 1.125em;
    color: #2b2b2b;
    font-weight: normal;
    padding-bottom: 25px;
}

.terms .content {
    color: #666;
    font-size: 0.938em;
}

    .terms .content a {
        color: #666;
    }

.terms .terms_summary {
    padding: 13px 20px 18px;
    border: 1px solid #e5e5e5;
}

.terms h2 {
    font-size: 1.125em;
    color: #2b2b2b;
    font-weight: normal;
    padding-bottom: 25px;
}

.terms h3 {
    font-size: 1em;
    color: #2b2b2b;
    font-weight: normal;
    margin: 20px 0 10px;
}

.terms .terms_summary h3 {
    font-size: 1em;
    color: #2b2b2b;
    font-weight: normal;
    padding: 0 0 6px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px;
}

.terms .terms_summary p {
    padding: 0 15px 0 0;
    max-height: 60px;
    overflow-y: scroll;
    font-size: 13px;
    color: #777;
}

.terms ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.terms p {
    font-size: 14px;
}

.terms .list-1 {
    margin-top: 10px;
}

.terms .list-2 {
    padding-top: 8px;
}

    .terms .list-2 li {
        margin: 0 0 5px 14px;
    }

.terms ul li p {
    padding-left: 14px;
}
/*deal*/
.li_deposit li a {
    display: table;
    width: 100%;
    padding: 27px 50px 27px 0;
    border-top: 1px solid #f0f0f0;
    background: url(/images/icon/icon_arrw_r.png) right center no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.li_deposit li:first-child {
    border-top: none;
}

.li_deposit li .icon {
    display: table-cell;
    vertical-align: middle;
    width: 62px;
    padding-right: 19px;
}

.li_deposit li .info_deposit {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    color: #2b2b2b;
}

    .li_deposit li .info_deposit .name {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
        width: 450px;
        padding-right: 10px;
    }

    .li_deposit li .info_deposit .info {
        font-size: 0.875em;
        display: table-cell;
        vertical-align: middle;
        width: 60%;
        text-align: right;
    }

        .li_deposit li .info_deposit .info p + p {
            padding-top: 3px;
        }

        .li_deposit li .info_deposit .info p .label {
            text-align: left;
            color: #666;
        }

        .li_deposit li .info_deposit .info em {
            color: #999;
            padding-left: 3px;
        }

.li_asset li a {
    display: table;
    width: 100%;
    padding: 27px 0 27px 0;
    border-top: 1px solid #f0f0f0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.li_asset li:first-child {
    border-top: none;
}

.li_asset li .icon {
    width: 46px;
    padding-right: 12px;
}

.li_asset li .info_deposit {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    color: #2b2b2b;
}

    .li_asset li .info_deposit .name {
        position: relative;
        top: 10px;
    }

.li_asset li .info {
    font-size: 0.875em;
    display: table-cell;
    vertical-align: middle;
    width: 36%;
    text-align: right;
}

    .li_asset li .info p {
        padding-top: 1px;
        width: 100%;
    }

        .li_asset li .info p .label {
            float: left;
            color: #666;
        }

    .li_asset li .info em {
        color: #999;
        padding-left: 3px;
    }

.list_myasset li .myasset_wrap {
    display: table;
    width: 100%;
    padding: 27px 0 27px 0;
    border-top: 1px solid #f0f0f0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_deal {
}

    .page_deal .select_coin {
        padding: 20px;
    }

    .page_deal input {
        display: inline-block;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1em;
    }

    .page_deal .content_deal {
        background-color: #fff;
        padding: 0 20px 30px;
        -webkit-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
        -moz-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
        box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    }

    .page_deal .select_coin select {
        width: 100%;
        color: #666;
        font-size: 0.938em;
        height: 38px;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
        background: #fff url(/images/icon/icon_select.png) 98% center no-repeat;
        background-size: 12px auto;
        padding: 0 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.enter_account {
    padding-top: 15px;
}

    .enter_account li {
        color: #2b2b2b;
        display: flex;
    }

        .enter_account li .tit {
            color: #666;
            padding: 11px 0;
            color: #2b2b2b;
        }

        .enter_account li label {
            display: inline-block;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
            width: 35%;
            margin-right: 5%;
            padding: 11px 0;
        }

        .enter_account li input {
            width: 60%;
            padding: 11px 0;
            border-bottom: 1px solid #ccc;
        }

        .enter_account li.bt label, .enter_account li.bt input {
            border-top: 1px solid #ccc;
        }

        .enter_account li .field {
            color: #666;
        }

        .enter_account li.name {
            padding-top: 15px;
        }

            .enter_account li.name label {
                border-bottom: none;
            }

            .enter_account li.name input {
                border-bottom: none;
                color: #000;
                font-weight: Bold;
            }

.content_deal .ps_field {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.875em;
    background-color: #efefef;
    color: #fb5252;
}

.content_deal .enter_last {
    padding: 30px 0 20px 0;
    width: 100%;
}

.content_deal .enter_last2 {
    padding-top: 20px
}

.content_deal .enter_last input {
    width: 100%;
}

.content_deal .input_area {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px 10px 8px;
}

.withaddr_memo {
    color: #666;
    font-size: 14px;
    margin-top: 10px
}

.content_deal .input_right input {
    font-weight: bold;
    width: 100%;
}

    .content_deal .input_right input.boxing {
        font-weight: bold;
        text-align: right;
        padding-right: 46px;
    }

.content_deal .input_right label {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #2b2b2b;
}


.content_deal .input_right input::placeholder {
    color: #999;
    text-align: left;
    font-weight: normal;
}

.in_max .input_area {
    width: 100%;
    float: left;
    padding: 0 10px 0 !important;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
}

    .in_max .input_area label {
        top: 0;
    }

.in_max .btn_max {
    float: right;
    width: 12%;
    text-align: center;
    border-radius: 4px;
    background-color: #3268b2;
    color: #fff;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
}

.page_deal .value_right {
    text-align: right;
}

    .page_deal .value_right .label {
        float: left;
        color: #666;
        text-align: left;
    }

.info_withdraw {
    padding-top: 30px;
}

    .info_withdraw .able_withdraw {
        color: #666;
        font-size: 0.875em;
        padding-top: 6px;
    }

        .info_withdraw .able_withdraw .in_able_withdraw .money {
            color: #27bff0;
        }

    .info_withdraw .total_withdraw {
        margin-top: 30px;
        padding: 9px 0 15px;
        border-top: 2px solid #3268b2;
        border-bottom: 2px solid #3268b2;
    }

        .info_withdraw .total_withdraw .total {
            padding-bottom: 4px;
            font-size: 1.125em;
            color: #2b2b2b;
        }

            .info_withdraw .total_withdraw .total .label {
                color: #666;
            }

        .info_withdraw .total_withdraw .fees_withdraw {
            font-size: 0.875em;
            color: #999;
        }

            .info_withdraw .total_withdraw .fees_withdraw .label {
                color: #999;
            }

.content_deal .btn_area {
    text-align: center;
    padding-bottom: 30px;
}

    .content_deal .btn_area .btn_wrap {
        height: 80px
    }

        .content_deal .btn_area button, .content_deal .btn_area .btn_wrap button {
            width: 100%;
            border-radius: 4px;
            background-color: #3268b2;
            color: #fff;
            font-size: 1em;
            height: 45px;
            line-height: 45px;
        }

.btn_snscommit, .btn_commit {
    width: 48% !important;
    float: left;
    margin-top: 20px
}

.btn_commit {
    float: right
}

.content_deal .title_guide {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px 0
}

.content_deal .txt_guide {
    padding: 10px;
    background: #efefef;
    border-radius: 4px
}

    .content_deal .txt_guide li {
        line-height: 1.375em;
        font-size: 0.875em;
        color: #666;
        position: relative;
        padding: 5px 0 0 10px;
        text-align: left;
    }


        .content_deal .txt_guide li:first-child {
            padding-top: 0px
        }

            .content_deal .txt_guide li:first-child:after {
                top: 12px
            }

        .content_deal .txt_guide li:after {
            content: '';
            display: block;
            width: 2px;
            height: 2px;
            background-color: #666;
            position: absolute;
            top: 15px;
            left: 0;
        }

        .content_deal .txt_guide li a {
            color: #666;
        }

    .content_deal .txt_guide > li > span {
        color: #fb5252
    }

.page_deal .li_history {
}

    .page_deal .li_history li {
        border-bottom: 1px solid #e1e1e1;
    }

        .page_deal .li_history li.open .wrap_history {
            background: url(/images/btn_arrw_up.png) right center no-repeat;
            background-size: 16px auto;
        }

    .page_deal .li_history .wrap_history {
        padding-right: 30px;
        background: url(/images/btn_arrw_dw.png) right center no-repeat;
        background-size: 16px auto;
    }

    .page_deal .li_history .boxing {
        padding-top: 17px;
        padding-bottom: 17px;
        display: table;
        width: 100%;
    }

    .page_deal .li_history .wrap_status {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        font-size: 0.875em;
    }

        .page_deal .li_history .wrap_status .date {
            display: inline-block;
            padding-right: 50px;
            padding-bottom: 5px;
            color: #2b2b2b;
        }

        .page_deal .li_history .wrap_status s.status {
            display: inline-block;
            color: #666;
        }

    .page_deal .li_history .status span {
        line-height: 1;
        position: relative;
        padding-left: 12px;
        margin-left: 6px;
    }

        .page_deal .li_history .status span:after {
            content: '';
            display: block;
            width: 1px;
            height: 13px;
            background-color: #e1e1e1;
            position: absolute;
            top: 0px;
            left: 0;
        }

        .page_deal .li_history .status span:first-child:after {
            display: none;
        }

        .page_deal .li_history .status span:first-child {
            padding: 0;
            margin: 0;
        }

    .page_deal .li_history .status .txt_withdraw {
        color: #0097a7;
    }

    .page_deal .li_history .status .txt_charge {
        color: #7b1fa2;
    }

    .page_deal .li_history .status .txt_get {
        color: #f5325b;
    }

    .page_deal .li_history .status .txt_sale {
        color: #01b27e;
    }

    .page_deal .li_history .money {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        text-align: right;
        color: #999;
    }

        .page_deal .li_history .money span {
            color: #2b2b2b;
            padding-right: 2px;
        }

    .page_deal .li_history .detail_history {
        display: none;
        border-top: 2px solid #646b71;
        color: #666;
        font-size: 0.875em;
    }

        .page_deal .li_history .detail_history th {
            width: 60px;
            font-weight: normal;
            white-space: nowrap;
            padding: 11px;
            background-color: #fafafa;
            border-bottom: 1px solid #e5e5e5;
        }

        .page_deal .li_history .detail_history td {
            padding: 11px;
            border-bottom: 1px solid #e5e5e5;
            word-break: break-all;
        }

.page_deal .coin_address {
    padding: 26px 0 30px;
}

    .page_deal .coin_address .tit {
        color: #2b2b2b;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

    .page_deal .coin_address .qr_code {
        text-align: center;
        padding: 50px 15px;
    }

        .page_deal .coin_address .qr_code img {
            width: 122px;
        }

    .page_deal .coin_address .txt_address {
        padding: 22px 10px;
        color: #01579b;
        font-weight: bold;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        word-break: break-all;
        text-align: center;
    }

    .page_deal .coin_address .eos_address {
        border-top: none
    }

    .page_deal .coin_address .eos_memo {
        padding-top: 26px
    }

.page_deal .no-padding {
    padding: 0 0px 30px !important
}

.content_deal .address_submit {
    float: right;
    background-color: #3268b2;
    color: #fff;
    border-radius: 4px;
    height: 40px;
    width: auto;
    font-size: 15px;
    margin: 23px 0px;
    padding: 0 10px;
    margin-right: 0px
}

.content_deal .addr_history {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%
}

    .content_deal .addr_history > li > .addr_fix {
        width: 40%;
        float: left
    }

        .content_deal .addr_history > li > .addr_fix > table > thead > tr > th {
            padding: 0 10px
        }

    .content_deal .addr_history > li > .addr_scroll {
        width: 60%;
        float: left;
        overflow-x: scroll; /*border-right:1px solid #eaeaea*/
    }

        .content_deal .addr_history > li > .addr_scroll > table {
            border-left: none
        }

    .content_deal .addr_history > li.no-data {
        border-bottom: 1px solid #e1e1e1
    }

    .content_deal .addr_history > li table {
        border-top: 2px solid #646b71
    }

        .content_deal .addr_history > li table > thead > tr > th {
            height: 40px;
            padding: 0;
            white-space: nowrap;
            color: #666;
            font-size: 0.875em;
            font-weight: normal;
            background-color: #fff;
            border-right: 1px solid #eaeaea;
            border-bottom: 1px solid #e5e5e5;
            text-align: center;
            background: #fafafa
        }

        .content_deal .addr_history > li table > tbody > tr > td {
            background-color: #fff;
            letter-spacing: -1px;
            height: 40px;
            white-space: nowrap;
            padding: 0 10px;
            color: #2b2b2b;
            font-size: 0.750em;
            border-right: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
            text-align: center;
            letter-spacing: 0.3px
        }

    .content_deal .addr_history > li > .addr_scroll > table > thead > tr > th:last-child {
        border-right: 0
    }

    .content_deal .addr_history > li > .addr_scroll > table > tbody > tr > td:last-child {
        border-right: 0
    }

/*.content_deal .addr_history > li > .addr_scroll > table > tbody > tr > td:first-child{min-width:240px}*/


.with_addr_tab > a {
    width: 20%
}

    .with_addr_tab > a:nth-child(2) {
        width: 25%
    }

    .with_addr_tab > a:last-child {
        width: 35%
    }

.with_addr table p {
    padding: 0px 10px 8px 0;
    font-weight: bold
}

.with_addr {
    height: 550px;
    overflow-y: scroll
}

    .with_addr .deal_input {
        padding: 0px 0px 0px 20px
    }

        .with_addr .deal_input > li {
            width: 100% !important;
            border-radius: 4px;
            padding: 11px 10px 10px;
            border: 1px solid #ccc;
        }

        .with_addr .deal_input > .input_area {
            position: relative
        }

            .with_addr .deal_input > .input_area > input {
                width: 80%;
            }

            .with_addr .deal_input > .input_area > button {
                position: absolute;
                right: 0;
                top: 0;
                width: auto !important;
                border-radius: 3px;
                background-color: #3268b2;
                color: #fff;
                font-size: 1em;
                height: 42px;
                line-height: 40px;
                padding: 0 25px
            }

.with_addr_check {
    position: relative;
    width: 21px;
    margin: 0 auto
}

    .with_addr_check > input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 20px;
        height: 20px
    }

        .with_addr_check > input[type="checkbox"] + label {
            width: 19px;
            height: 19px;
            border: 1px solid #666;
            border-radius: 2px;
            cursor: pointer;
            content: '';
            display: inline-block
        }

        .with_addr_check > input[type="checkbox"]:checked + label:after {
            content: '\2714';
            font-size: 14px;
            font-weight: bold;
            width: 19px;
            height: 19px;
            position: absolute;
            left: 1px;
            top: 1px;
            color: #666
        }

.select_withaddr {
}

    .select_withaddr > select {
        width: 100%;
        color: #666;
        font-size: 0.938em;
        height: 38px;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
        background: #fff url(/images/icon/icon_select.png) 98% center no-repeat;
        background-size: 12px auto;
        padding: 0 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.withaddr_write > a {
    color: #666;
    font-size: 0.938em;
    width: 100%
}



.info_withdraw .request .input_right {
    position: relative;
}

    .info_withdraw .request .input_right .icon_equal {
        position: absolute;
        left: 10px;
        top: 11px;
        width: 14px;
        font-size: 1.125em;
    }

.info_withdraw .request .input_area {
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 !important;
}

.info_withdraw .btn_max_wrap .btn_max {
    float: right;
    width: 16%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #3268b2;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.info_withdraw .btn_max_wrap .input_area {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.info_withdraw .request .input_area label {
    top: 0;
}





/*mypage*/
.mypage .content_mypage {
    background-color: #fff;
    padding: 30px 20px 80px;
    /*-webkit-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    -moz-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);*/
}

.mypage .form_join {
    width: 100%
}

    .mypage .form_join .btn button {
        width: 688px;
        background-color: #3268b2;
        padding: 0;
        height: 45px;
        line-height: 46px;
    }

.mypage .verification .step0 {
    color: #666;
    font-size: 0.938em;
}

    .mypage .verification .step0 .ps {
        margin-top: 12px;
        padding: 12px 13px;
        color: #fb5252;
        font-size: 0.875em;
        background-color: #efefef;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
    }

.mypage .verification .step {
    padding: 29px 0;
    border-top: 1px solid #ccc;
}

.mypage .verification .step0 + .step {
    border-top: none;
}

.mypage .verification h2 {
    line-height: 1;
    color: #2b2b2b;
    font-size: 1.125em;
    padding-bottom: 40px;
}

    .mypage .verification h2 span {
        font-weight: normal;
    }

.mypage .verification .area_verifi .txt {
    padding: 6px 0;
    font-size: 0.875em;
    color: #999;
}

.mypage .verification .area_verifi select {
    margin: 0 0 10px;
    width: 100%;
    color: #999;
    font-size: 0.875em;
    height: 30px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background: #fff url(/images/icon/icon_select.png) 98% center no-repeat;
    background-size: 12px auto;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mypage .verification .area_verifi input {
    margin-bottom: 21px;
    width: 100%;
    color: #999;
    font-size: 0.875em;
    height: 30px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mypage .verification .btn_verifi {
    text-align: right;
}

    .mypage .verification .btn_verifi .fl {
        float: none;
        margin-top: 10px;
    }

        .mypage .verification .btn_verifi .fl a {
            padding: 3px 9px 1px;
            color: #4e8bef;
            border-radius: 4px;
            font-size: 0.813em;
            border: 1px solid #ccc;
            letter-spacing: -1px;
        }

    .mypage .verification .btn_verifi .fr {
        float: none;
        padding: 8px 10px 6px;
        color: #fff;
        border-radius: 4px;
        font-size: 0.875em;
    }

        .mypage .verification .btn_verifi .fr.confirm {
            background-color: #3268b2;
        }

        .mypage .verification .btn_verifi .fr.ready {
            background-color: #bfbfbf;
        }

        .mypage .verification .btn_verifi .fr.success {
            background-color: #5591f5;
        }

.mypage .verification .area_auth .area_verifi {
    float: left;
    width: 60%;
}

.mypage .verification .area_auth .btn_verifi {
    float: right;
    width: 40%;
}


/*notice*/
.li_notice {
    padding:0 11px;
}

.li_notice li {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;

}

.li_notice li a {
    display: block;
    color: #333;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.li_notice li a p:first-child {
    position: relative;
    color: #2c4562;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}

.li_notice li .title {
    color: #333;
}

.li_notice li .date {
    color: #999;
    font-size: 0.750em;
    padding-top: 6px;
}

#container .detail_notice {
    padding: 21px 11px 80px;
}

.detail_notice .notice_title {
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    padding: 0 10px 22px;
}
.notice_title .title {
    font-size: 18px;
    font-weight: bold;
    color: #2c4562;
}

.detail_notice .notice_title .date {
    color: #999;
    font-size: 12px;
    padding-top: 2px;
}

.detail_notice .notice_detail {
    font-size: 0.875em;
    padding: 22px 10px;
    min-height: 170px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    word-break: break-all;
}

        .detail_notice .notice_detail font {
            display: inline
        }

        .detail_notice .notice_detail span {
            display: inline
        }

        .detail_notice .notice_detail table {
            border-width: 1px !important;
            border-style: solid !important;
        }


        .detail_notice .notice_detail img {
            width: auto !important;
            height: auto !important
        }

.detail_notice .preview_list {
    border-top: 1px solid #2c4562
}

.detail_notice .preview_list li {
    display: flex;
    height: 35px;
    color: #666;
    border-bottom: 1px solid #dfe2e7;
    font-size: 0.875em;
}
.detail_notice .preview_list li p {
    line-height: 35px;
    height: 100%;
}

.detail_notice .preview_list li .boxing {
    width: 80%;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_notice .preview_list li .label {
    width: 20%;
    padding: 5px 0;
    font-size: 11px;
    background-color: #fafafa;
    text-align: center;
    white-space: nowrap;
    color: #2c4562;
}

.detail_notice .btn {
    padding-top: 20px;
    text-align: center;
}

.detail_notice .btn a {
    font-size: 0.875em;
    width: 688px;
    height: 35px;
    line-height: 37px;
    border-radius: 4px;
    color: #444;
    border: 1px solid #ccc;
}

/*faq*/
.li_notice li {
    position: relative;
    height: 75px;
}

.li_notice .tag {
    color: #666;
    font-size: 0.813em;
    padding-bottom: 4px;
}

.btn_go_faq {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background-color: #dedede;
    font-size: 0.875em;
    color: #444;
    padding: 0 10px !important;
    height: 24px;
    line-height: 25px;
}

.re_faq {
    font-size: 0.875em;
    display: table;
    width: 100%;
    background-color: #f5f5f7;
    border-top: 1px solid #2c4562;
    border-bottom: 1px solid #dfe2e7;
}

    .re_faq .tit {
        display: table-cell;
        width: 50%;
        padding: 7px 0 8px;
        vertical-align: middle;
        color: #333;
        padding-left: 12px;
        color: #2c4562;
    }
    .re_faq .tit span {
        font-size: 0.9em;
        color: #95a6b2;
    }
    .re_faq .name {
        font-size: 0.750em;
        display: table-cell;
        width: 50%;
        padding: 7px 0 8px;
        vertical-align: middle;
        color: #999;
        text-align: right;
    }
.detail_notice .notice_answer {
    border-bottom: 1px solid #dfe2e7;
}
.faq_textarea textarea {
    font-size: 14px;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
}

    .faq_textarea textarea::placeholder {
        color: #999;
        letter-spacing: -2px;
    }
.chk_agree {
    margin-bottom: 20px;
}
.chk_agree input {
    display: none;
}
.chk_agree input + label {
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    text-indent: -22px;
    margin-left: 22px;
}
.chk_agree input + label::before {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    border: 1px solid #b7b7b7;
    vertical-align: middle;
    border-radius: 4px;
}
.chk_agree input:checked + label::before {
    background: #416ff4 url(../Images/has_chk_white.png) center / 10px no-repeat ;
    border-color: #416ff4;
}
.btn_faq {
    text-align: center;
}

.btn_faq a {
    width: 688px;
    height: 45px;
    line-height: 46px;
    margin-top: 28px;
    color: #fff;
    background-color: #2c4562;
    border-radius: 4px;
    font-weight: bold;
}

.page_faq .select select {
    width: 100%;
    color: #666;
    font-size: 0.938em;
    color: #666;
    height: 35px;
    border: 1px solid #78899c;
    background: #fff url('/images/icon/icon_select.png') 98% center no-repeat;
    background-size: 12px auto;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

.page_faq .faq_txt {
    padding-bottom: 30px
}

    .page_faq .faq_txt > p {
        color: #666;
        position: relative;
        padding-left: 8px;
        font-size: 16px
    }

        .page_faq .faq_txt > p:before {
            position: absolute;
            left: 0;
            content: '·';
            color: #2b2b2b
        }

.page_faq .faq_color {
    color: #1779ba;
    text-decoration: underline
}

.page_faq .input_title {
    margin: 28px 0;
}

    .page_faq .input_title input {
        width: 100%;
        padding: 0 10px;
        border: 1px solid #78899c;
        font-size: 0.938em;
        color: #999;
        height: 35px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        box-sizing: border-box;
    }

.page_faq .faq_txtarea textarea {
    width: 100%;
    height: 130px;
    overflow-y: auto;
    border: 1px solid #78899c;
    border-radius: 4px;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
}

/*인증센터*/
.page_auth .tabs a {
    width: 50%;
}

.page_auth .inner {
    padding: 25px 20px;
}

.page_auth .txt_list li, .page_auth .txt_list2 li, .page_auth .txt_list li {
    font-size: 0.875em;
    color: #666;
    position: relative;
    padding-left: 8px;
    line-height: 20px
}

.page_auth .txt_list3 li {
    font-size: 0.875em;
    color: #666;
    position: relative;
    padding-left: 14px;
    line-height: 20px
}

.page_auth .txt_list li:after {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background-color: #2b2b2b;
    position: absolute;
    left: 0;
    top: 10px;
}

.page_auth .txt_list2 li:after {
    content: '-';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    color: #444
}

.page_auth .txt_list3 li:after {
    content: '※';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    color: #444
}

.page_auth .txt_list li > font, .page_auth .txt_list2 li > font {
    color: #f85a44
}

.page_auth .txt_list3 .txt_color {
    color: #1779ba;
    font-weight: bold
}


.page_auth .info_file dt {
    font-weight: 700;
    font-size: 0.938em;
    color: #444;
}

.page_auth .info_file dd {
    font-size: 0.938em;
    color: #444;
    padding-bottom: 21px;
}

.page_auth .sample {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .page_auth .sample .tit {
        padding: 13px 0 8px;
    }

        .page_auth .sample .tit span {
            padding: 2px 5px;
            color: #fff;
            background-color: #689df6;
        }

    .page_auth .sample .txt {
        padding: 4px 0 14px;
        font-size: 0.813em;
        color: #666;
    }

.page_auth .info_email dt {
    color: #666;
    padding-bottom: 10px;
}

.page_auth .info_email dd {
    margin-bottom: 16px;
    font-size: 0.813em;
    border: 1px solid #ccc;
    color: #666;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px
}

    .page_auth .info_email dd.point {
        color: #4e8bef;
    }


/*인증센터 수정후*/
.page_auth > div:first-child {
    padding: 10px 20px
}

    .page_auth > div:first-child > div:first-child {
        width: 100%;
        height: 36px;
        display: block;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
        color: #666;
        cursor: pointer;
        line-height: 36px;
        text-indent: 10px;
        font-size: 0.938em;
        background: #fff url('/images/icon/icon_select.png') 98% center no-repeat;
        background-size: 12px auto;
        box-sizing: border-box
    }

    .page_auth > div:first-child > div:nth-child(2) {
        position: relative;
        display: none
    }

        .page_auth > div:first-child > div:nth-child(2) > ul {
            position: absolute;
            width: 100%;
            background: #fff;
            z-index: 6;
            top: -2px;
            border-top: 1px solid #bdbdbd
        }

            .page_auth > div:first-child > div:nth-child(2) > ul > li {
                border-width: 0px 1px 0px;
                border-style: solid;
                border-color: #bdbdbd;
                line-height: 33px;
                cursor: pointer;
                text-indent: 10px;
                color: #666
            }

                .page_auth > div:first-child > div:nth-child(2) > ul > li:last-child {
                    border-bottom: 1px solid #bdbdbd;
                    border-radius: 0 0 3px 3px
                }

.page_auth > div.content_mypage {
    padding: 20px;
    display: none
}

.page_auth > div#cert_mb {
    display: block
}

.page_auth > div.content_mypage > section img {
    margin-bottom: 20px;
    border: 1px solid #efeff2;
    border-radius: 3px
}

.page_auth > div.content_mypage > section > h3 {
    font-size: 18px;
    line-height: 18px;
    color: #2b2b2b;
    font-weight: bold;
    padding-bottom: 20px
}

.page_auth > div.content_mypage > section > h2 {
    color: #3268b2;
    font-size: 1.125em;
    margin-bottom: 10px
}

.page_auth > div.content_mypage > section > table {
    border: 1px solid #ebebef;
    margin: 10px 0 20px;
    border-radius: 3px
}

    .page_auth > div.content_mypage > section > table > tbody > tr {
        border-bottom: 1px solid #ebebef;
        padding: 18px 0;
        height: 35px
    }

        .page_auth > div.content_mypage > section > table > tbody > tr:last-child {
            border-bottom: none
        }

        .page_auth > div.content_mypage > section > table > tbody > tr > th {
            background: #fafafa;
            text-align: center;
            font-weight: bold;
            color: #444;
            font-size: 14px
        }

        .page_auth > div.content_mypage > section > table > tbody > tr > td {
            text-indent: 25px;
            border-left: 1px solid #ebebef;
            color: #444;
            font-size: 14px
        }

.page_auth > div.content_mypage > section:nth-child(2) {
    padding-top: 30px
}

.page_auth > div.content_mypage > section:nth-child(3), .page_auth > div.content_mypage > section:nth-child(4) {
    padding-top: 20px
}

.page_auth > div.content_mypage > p {
    padding-bottom: 30px
}

section.mail_ex {
    margin-top: 30px
}

.page_auth .info_email dd > strong {
    color: #4e8bef
}


/*수수료 안내*/
.page_feeds > div, .page_limit > div {
    background: #fff;
    padding: 20px
}

    .page_limit > div > p.limit_title {
        font-size: 1.125em;
        margin-bottom: 15px;
        color: #2b2b2b;
        font-weight: bold
    }

    .page_feeds > div > h1, .page_limit > div > h1 {
        font-size: 15px;
        font-weight: normal;
        padding: 15px 10px;
        background: #efefef;
        color: #666;
        border-radius: 4px
    }

    .page_feeds > div > section, .page_limit > div > section {
        padding-top: 30px
    }

        .page_feeds > div > section > h2, .page_limit > div > section > h2 {
            font-size: 1.125em;
            color: #2b2b2b;
            margin-bottom: 10px
        }

        .page_feeds > div > section > table > thead > tr > th, .page_limit > div > section > table > thead > tr > th {
            text-align: center;
            background: #8094af;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            padding: 12px 0;
            line-height: 14px;
            border-width: 1px;
            border-style: solid;
            border-color: #8094af
        }

            .page_feeds > div > section > table > thead > tr > th:first-child, .page_limit > div > section > table > thead > tr > th:first-child {
                border-right: 1px solid #ebebef
            }

        .page_feeds > div > section > table > tbody > tr > td, .page_limit > div > section > table > tbody > tr > td {
            font-size: 14px;
            line-height: 14px;
            padding: 10px 0;
            color: #666;
            border-width: 1px 1px 0 1px;
            border-style: solid;
            border-color: #ebebef;
        }

        .page_limit > div > section > table > tbody > tr > td {
            border-bottom: 1px solid #ebebef;
        }

        .page_feeds > div > section:nth-child(2) > table > tbody > tr > td {
            text-align: center;
        }

        .page_feeds > div > section:nth-child(3) > table > tbody > tr > td:nth-child(odd) {
            background: #fafafa;
            text-align: center;
            font-weight: normal;
            border-right: 0
        }

        .page_feeds > div > section:nth-child(3) > table > tbody > tr > td:nth-child(even) {
            text-align: right;
            padding-right: 50px
        }

        .page_feeds > div > section > table > tbody > tr:last-child > td {
            border-bottom: 1px solid #ebebef
        }


        .page_feeds > div > section > span, .page_limit > div > section > span {
            margin: 10px 0 0 0;
            position: relative;
            padding-left: 17px;
            font-size: 14px;
            color: #666
        }

            .page_feeds > div > section > span, .page_limit > div > section > span:first-child {
                margin-top: 12px
            }

                .page_feeds > div > section > span:before, .page_limit > div > section > span:before {
                    content: '※';
                    position: absolute;
                    left: 0
                }

.page_limit p {
    padding-bottom: 10px;
}

/*입출금한도 안내*/
.page_limit > div > section > table {
    border-collapse: collapse
}

    .page_limit > div > section > table > tbody > tr > td {
        text-align: center
    }

    .page_limit > div > section > table > thead > tr > th:nth-child(2) {
        border-width: 1px 1px 1px 0
    }

.page_limit > div > section:nth-child(2) > table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ebebef
}

.page_limit > div > section:nth-child(3) > table > tbody > tr > td:nth-child(odd) {
    background: none
}

.page_limit > div > section:nth-child(3) > table > tbody > tr > td:nth-child(even) {
    padding-right: 0
}

.page_limit > div > section:nth-child(3) > table > tbody > tr > td.non_br {
    border-right: none
}

.page_limit > div > section:nth-child(3) > table > tbody > tr > td.non_bl {
    border-left: none
}

.page_limit > div > section:nth-child(3) > table > tbody > tr > td.bd_bttom, .page_limit > div > section:nth-child(4) > table > tbody > tr > td.bd_bttom {
    border-bottom: 1px solid #ebebef
}

.fs-14 {
    font-size: 14px !important
}

.limit_bg {
    background: #fafafa !important
}



/*li_waitlists : 미체결주문*/
.page_deal .li_waitlists li {
    padding: 17px 0;
    display: table;
    width: 100%;
}

.page_deal .li_history.li_waitlists .wrap_status {
    width: 40%;
    font-size: 0.875em;
}

.page_deal .li_history.li_waitlists .money {
    white-space: nowrap;
    width: 48%;
}

.page_deal .li_history.li_waitlists .btn {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

    .page_deal .li_history.li_waitlists .btn span {
        margin-left: 10px;
        border-radius: 4px;
        border: 1px solid #fc8080;
        color: #fc8080;
        font-size: 0.750em;
        text-align: center;
        padding: 5px 8px;
    }

.no_data {
    text-align: Center;
    font-size: 16px;
    padding: 50px 0;
    background-color: #fff;
}

.no_data2 {
    text-align: Center;
    font-size: 16px;
    padding: 30px 0 50px;
    background-color: #fff;
}
/*asset*/
.text-right {
    text-align: right
}

.asset_total {
    background: #3268b2;
    color: #fff;
    padding: 18px 20px;
}

    .asset_total .tl {
        font-size: 0.875em;
    }

    .asset_total .tr {
        font-size: 1.563em;
        padding-top: 20px;
        font-weight: bold;
    }

        .asset_total .tr em {
            font-size: 0.640em;
            font-weight: normal;
        }

.page_asset {
    position: relative;
}

    .page_asset .unit {
        color: #999;
        font-size: 0.813em;
        padding: 10px;
        text-align: right;
    }

    .page_asset .tb_asset .bl {
        border-left: 1px solid #ccc;
    }

    .page_asset .tb_asset th {
        font-weight: normal;
        padding: 15px 20px 10px;
        background-color: #eceef1;
        font-size: 0.938em;
        color: #2b2b2b;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .page_asset .tb_asset th .tr {
            font-weight: bold;
            font-size: 0.938em;
        }

    .page_asset .tb_asset td { /*width:25%;*/
        width: 50%;
        background-color: #fff;
        font-size: 0.875em;
        color: #2b2b2b;
        text-align: right;
        padding: 5px 20px;
    }

        .page_asset .tb_asset td.label {
            color: #666;
            text-align: left;
        }

    .page_asset .tb_asset .pt td {
        padding-top: 13px;
    }

    .page_asset .tb_asset .pb td {
        padding-bottom: 15px;
    }

    .page_asset .tb_asset .h_fix {
        height: 45px;
    }

.asset_detail {
    background-color: #f2f4f8;
    padding: 10px;
    border-bottom: 1px solid #dfe2e7;
}

    .asset_detail h2 {
        color: #2b2b2b;
        font-size: 1em;
        padding-bottom: 23px;
    }

    .asset_detail .select {
        float: left;
        width: 50%;
    }

    .asset_detail select {
        width: 96%;
        color: #666;
        font-size: 0.938em;
        color: #555;
        height: 38px;
        border: 1px solid #bdbdbd;
        background: #fff url('../Images/btn_arrw_dw2.png') 98% center no-repeat;
        background-size: 12px auto;
        padding: 0 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
    }

.select_cal {
    float: right;
    width: 100%;
    margin-top: 20px;
}
.select_cal span {
    line-height: 38px;
    width:7%;
    text-align: center;
}
.asset_detail input {
    width: 46.5%;
    color: #555;
    font-size: 0.938em;
    padding: 9px 10px;
    /*height: 18px;*/
    background: #fff url('../Images/m_icon_cal.png') 92% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px auto;
    border: 1px solid #78899c;
    border-radius: 4px;
}
.asset_detail input:first-child {
    float:left;
}
.asset_detail input:last-child {
    float:right;
}
.asset_detail button {
    border: 1px solid #78899c;
    float: right;
    color: #fff;
    border-radius: 4px;
    height: 38px;
    width: 20%;
    font-size: 15px;
    height: 85px;
    background: url('../Images/m_icon_search.png') no-repeat center center;
    background-size: 17px auto;
    background-color: #fff;
}

.tb_asset_detail {
    background-color: #fff;
}

.tb_asset_detail_fixed {
    width: 55%;
    float: left;
    position: Relative;
    z-index: 2;
    background-color: #fff;
}

.tb_asset_detail_scroll {
    overflow-x: scroll;
    width: 45%;
    float: left;
    position: relative;
    z-index: 1;
}

.tb_asset_detail th {
    height: 50px;
    padding: 0 5px;
    white-space: nowrap;
    color: #666;
    font-size: 0.750em;
    font-weight: normal;
    background-color: #fff;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #444;
}

.tb_asset_detail td {
    background-color: #fff;
    letter-spacing: -1px;
    height: 50px;
    white-space: nowrap;
    padding: 0 5px 0;
    color: #2b2b2b;
    font-size: 0.750em;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.tb_asset_detail_fixed th:first-child, .tb_asset_detail_fixed td:first-child {
    border-left: none;
}

.tb_asset_detail_scroll td .pop_open {
    border-bottom: 1px solid #27bff0;
    color: #27bff0;
}

.tb_asset_detail_scroll td button {
    border: 1px solid #fc8080;
    color: #fc8080;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}

.popup {
    background-color: #fff;
    z-index: 100;
    display: none;
    padding: 10px 10px 50px;
    position: fixed;
    top: 120px;
    left: 5%;
    width: 85%;
}

    .popup h1 {
        color: #2b2b2b;
        font-size: 1em;
        text-align: Center;
        padding: 27px 0;
    }

#popConfirmAccount, #popConfirm {
}
/* #popConfirmAccount table, #popConfirm table{border-top:2px solid #646b71;}
#popConfirmAccount table th, #popConfirm table th{width:20%;font-size:0.875em;background-color:#fafafa;color:#666;font-weight:normal;border-bottom:1px solid #e5e5e5;}
#popConfirmAccount table td, #popConfirm table td{word-break: break-all;font-size:0.875em;border-bottom:1px solid #e5e5e5;color:#666;padding:22px 10px;}
 */
.popup table {
    border-top: 2px solid #646b71;
}

    .popup table th {
        text-align: left;
        padding: 0 10px;
        width: 44%;
        letter-spacing: -1px;
        font-size: 0.875em;
        background-color: #fafafa;
        color: #666;
        font-weight: normal;
        border-bottom: 1px solid #e5e5e5;
    }

    .popup table td {
        word-break: break-all;
        font-size: 0.875em;
        border-bottom: 1px solid #e5e5e5;
        color: #666;
        padding: 15px 10px 16px;
    }

.popup > div > ul {
    border-top: 0px solid #646b71;
    width: 100%;
    display: inline-block
}

    .popup > div > ul > li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        color: #666;
        text-indent: 10px
    }

        .popup > div > ul > li > a {
            display: block;
            color: #666
        }

            .popup > div > ul > li > a.active {
                font-weight: bold;
                background: rgba(0, 0, 0, .1);
            }

.popup .content_deal {
    padding: 0;
    box-shadow: none;
}

.pop_close {
    width: 16px;
    position: absolute;
    right: 10px;
    /*top: 20px;*/
}

#ui-datepicker-div {
    z-index: 3 !important;
}

#popWithdraw_kw, #popWithdraw {
    top: 30px;
    padding-bottom: 30px !important;
}

#popWithdraw_kw {
    padding-bottom: 0 !important
}

    #popWithdraw_kw > div table {
        position: relative;
        background: #fff
    }

#coin_enter {
    cursor: pointer
}

#popCoin_list {
    height: 450px;
    overflow-y: auto;
    padding-bottom: 0px;
    top: 50%;
    margin-top: -225px
}

    #popCoin_list > div > h1 {
        padding: 19px 0;
    }

.deal_input > li:first-child {
    width: 72%;
    float: left
}

.deal_input > li:last-child {
    width: 22%;
    float: right
}

    .deal_input > li:last-child > button {
        margin-top: 0;
        width: 100% !important
    }


/*자산입출금 팝업*/
.deposit_popup {
    padding: 0 !important;
    width: 90% !important
}

    .deposit_popup > div {
        background: #fafafa
    }

        .deposit_popup > div > h1 {
            height: 16px;
            background: #23a9f6;
            color: #fff;
            padding: 23px 0;
            font-size: 18px;
            line-height: 18px
        }

        .deposit_popup > div > section {
            padding: 0 10px;
            font-size: 14px;
            color: #4e4e4e;
        }

            .deposit_popup > div > section.box1 {
                margin-top: 18px;
                font-weight: bold;
                font-size: 16px;
                position: relative
            }

                .deposit_popup > div > section.box1 > img {
                    width: 25px;
                    height: auto;
                    margin-right: 5px
                }

                .deposit_popup > div > section.box1 > span {
                    display: inline;
                    position: absolute;
                    left: 50px;
                    margin-top: 4px
                }

            .deposit_popup > div > section > div {
                border: 1px solid #e2e2e2;
                background: #fff !important;
                margin-top: 10px;
                padding: 12px 13px;
                font-weight: bold;
            }

                .deposit_popup > div > section > div > font {
                    color: #ff6c00;
                    text-decoration: underline
                }

                .deposit_popup > div > section > div.text02, .deposit_popup > div > section > div.text03 {
                    position: relative;
                    padding-left: 25px
                }

                    .deposit_popup > div > section > div.text02:before {
                        content: '2';
                        position: absolute;
                        left: 10px
                    }

                    .deposit_popup > div > section > div.text03:before {
                        content: '3';
                        position: absolute;
                        left: 10px
                    }

            .deposit_popup > div > section:last-child {
                font-size: 12px;
                padding-bottom: 40px;
                margin-top: 10px
            }

                .deposit_popup > div > section:last-child > a {
                    display: block;
                    margin: 0 auto;
                    width: 130px;
                    height: 45px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    background: #999999;
                    color: #fff;
                    margin-top: 35px
                }

/* 입금 레이어 팝업 */
.deal_layer_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    overflow-y: auto;
    z-index: 50;
}

.deal_layer {
    width: 90.7%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    background: #fff;
    margin-bottom: 50px;
}

    .deal_layer .deal_layer_top {
        overflow: hidden;
        background: #f5f5f7;
        padding: 60px 30px 30px;
        box-sizing: border-box;
    }

        .deal_layer .deal_layer_top h2 {
            float: left;
            font-size: 36px;
            line-height: 36px;
            padding: 14px 0;
        }

            .deal_layer .deal_layer_top h2 span.in {
                color: #d55144;
            }

            .deal_layer .deal_layer_top h2 span.out {
                color: #124aa8;
            }

        .deal_layer .deal_layer_top p {
            float: right;
            font-size: 24px;
            line-height: 32px;
            text-align: right;
        }

        .deal_layer .deal_layer_top > div {
            clear: both;
            width: 100%;
            margin-top: 85px;
            position: relative;
        }

            .deal_layer .deal_layer_top > div input {
                width: 100%;
                height: 125px;
                text-align: right;
                padding-right: 105px;
                box-sizing: border-box;
                font-size: 56px;
                font-weight: bold;
            }

            .deal_layer .deal_layer_top > div button {
                width: 44px;
                height: 44px;
                position: absolute;
                bottom: 42px;
                right: 30px;
            }

    .deal_layer .deal_layer_cont table {
        width: 100%;
    }

        .deal_layer .deal_layer_cont table tr {
            border-bottom: 1px solid #f5f5f7;
        }

            .deal_layer .deal_layer_cont table tr td {
                border-right: 1px solid #f5f5f7;
                text-align: center;
                height: 122px;
                font-size: 36px;
            }

            .deal_layer .deal_layer_cont table tr:last-child td:first-child {
                font-size: 28px;
            }

            .deal_layer .deal_layer_cont table tr td img {
                width: 44px;
                vertical-align: middle;
            }

            .deal_layer .deal_layer_cont table tr:first-child td:last-child {
                padding: 12px;
            }

            .deal_layer .deal_layer_cont table tr td li {
                height: 85px;
                line-height: 85px;
                background: #f5f5f7;
                text-align: right;
                margin-bottom: 12px;
                padding: 0 22px;
                font-size: 24px;
                color: #7c7c7c;
            }

                .deal_layer .deal_layer_cont table tr td li:last-child {
                    margin-bottom: 0;
                }

    .deal_layer .deal_layer_cont > div {
        text-align: center;
        margin: 30px 0;
    }

        .deal_layer .deal_layer_cont > div button {
            display: inline-block;
            width: 180px;
            height: 80px;
            border: 1px solid #3268b2;
            background: #3268b2;
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            border-radius: 0.2em;
        }

            .deal_layer .deal_layer_cont > div button.clo-btn {
                color: #3268b2;
                background: none;
                margin-right: 6px;
            }

    /* 코인 레이어 팝업 */
    .deal_layer .deal_layer_top p.change_txt {
        font-size: 28px;
        line-height: 28px;
        color: #124aa8;
        padding: 5px 0;
    }

    .deal_layer .deal_layer_top > div.stock_layer_top {
        margin-top: 73px;
    }

    .deal_layer.stock_layer .deal_layer_top h2 {
        padding: 0;
    }

    .deal_layer.stock_layer .deal_layer_cont table tr td li {
        height: 100px;
        text-align: center;
    }

    .deal_layer.stock_layer .deal_layer_cont table tr:last-child td:first-child p {
        font-size: 72px;
        margin-top: -16px;
    }

    .deal_layer.stock_layer .deal_layer_cont > div > p {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 56px;
    }

@media(max-width:767px) {

    .deal_layer {
        top: 60px;
        margin-bottom: 20px;
    }

        .deal_layer .deal_layer_top {
            padding: 30px 15px 15px;
        }

            .deal_layer .deal_layer_top h2 {
                font-size: 18px;
                line-height: 18px;
                padding: 7px 0;
            }

            .deal_layer .deal_layer_top p {
                font-size: 12px;
                line-height: 16px;
            }

            .deal_layer .deal_layer_top > div {
                margin-top: 42.5px;
            }

                .deal_layer .deal_layer_top > div input {
                    width: 100%;
                    height: 62.5px;
                    padding-right: 52.5px;
                    font-size: 28px;
                }

                .deal_layer .deal_layer_top > div button {
                    width: 22px;
                    height: 22px;
                    bottom: 21px;
                    right: 15px;
                }

        .deal_layer .deal_layer_cont table tr td {
            height: 61px;
            font-size: 18px;
        }

        .deal_layer .deal_layer_cont table tr:last-child td:first-child {
            font-size: 14px;
        }

        .deal_layer .deal_layer_cont table tr td img {
            width: 22px;
        }

        .deal_layer .deal_layer_cont table tr:first-child td:last-child {
            padding: 6px;
        }

        .deal_layer .deal_layer_cont table tr td li {
            height: 42.5px;
            line-height: 42.5px;
            margin-bottom: 6px;
            padding: 0 11px;
            font-size: 12px;
        }

        .deal_layer .deal_layer_cont > div {
            margin: 15px 0;
        }

            .deal_layer .deal_layer_cont > div button {
                width: 90px;
                height: 40px;
                font-size: 14px;
            }

                .deal_layer .deal_layer_cont > div button:first-child {
                    margin-right: 3px;
                }
        /* 코인 레이어 팝업 */
        .deal_layer .deal_layer_top p.change_txt {
            font-size: 14px;
            line-height: 14px;
            padding: 0;
        }

        .deal_layer .deal_layer_top > div.stock_layer_top {
            margin-top: 36px;
        }

        .deal_layer.stock_layer .deal_layer_cont table tr td li {
            height: 50px;
            line-height: 50px;
        }

        .deal_layer.stock_layer .deal_layer_cont table tr:last-child td:first-child p {
            font-size: 36px;
            margin-top: -8px;
        }

        .deal_layer.stock_layer .deal_layer_cont > div > p {
            font-size: 12px;
            line-height: 12px;
            margin-bottom: 28px;
        }
}

@media (max-width:360px) {
    .deal_layer .deal_layer_top h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .deal_layer .deal_layer_top p {
        font-size: 11px;
        line-height: 15px;
    }
}

.eos_popup > div > section.box1 {
    height: auto;
    margin-bottom: 10px
}

    .eos_popup > div > section.box1 > span {
        position: unset
    }

.eos_popup > div > section > div > p {
    position: relative;
    padding-left: 10px
}

    .eos_popup > div > section > div > p::before {
        position: absolute;
        left: 0;
        content: '-'
    }

    .eos_popup > div > section > div > p > font {
        color: #ff6c00;
        text-decoration: underline
    }

    .eos_popup > div > section > div > p:last-child {
        margin-top: 10px
    }

/*회원가입페이지*/
div.regster > img {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px
}

div.regster > section {
    width: 360px;
    padding: 0 20px;
    margin: 0 auto;
}

    div.regster > section > p {
        text-align: center
    }

        div.regster > section > p:nth-child(1) {
            font-size: 20px;
            line-height: 20px;
            color: #2b2b2b
        }

        div.regster > section > p:nth-child(2) {
            font-size: 24px;
            line-height: 24px;
            margin-top: 15px;
            font-weight: bold;
            color: #2b2b2b;
            letter-spacing: -0.7px
        }

        div.regster > section > p:nth-child(3) {
            font-size: 14px;
            margin-top: 34px;
            color: #777777;
            font-weight: normal;
            text-align: left;
            margin-bottom: 5px
        }

        div.regster > section > p:nth-child(4) {
            font-size: 14px;
            color: #777777;
            font-weight: normal;
            text-align: left;
        }

div.regster > p {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #777777;
    font-weight: bold
}

    div.regster > p > a {
        color: #5399ff;
        border-bottom: 1px solid #5399ff
    }

@media screen and (max-height : 583px) {
    #popWithdraw_kw, #popWithdraw {
        top: 30px;
        bottom: 5px;
        overflow-y: scroll;
    }

        #popWithdraw_kw > div {
            height: 100%;
        }

    .with_addr {
        height: 450px
    }

    .deposit_popup {
        top: 30px;
        height: 450px;
        overflow-y: scroll
    }
}

@media screen and (max-height : 460px) {
    .with_addr {
        top: 15px !important;
        height: 350px;
    }

    .deposit_popup {
        top: 20px;
        height: 340px;
    }
}

@media screen and (max-height : 360px) {
    .with_addr {
        height: 300px;
    }
}


@media screen and (max-width : 767px) {
    #container {
        padding-bottom: 10px;
    }

    .info_coin .coin {
        width: 75%;
        padding: 0 0px 0 10px;
    }

        .info_coin .coin .up, .info_coin .coin .down {
            display: none;
        }

    .info_coin .deal_box {
        width: 25%;
        padding: 10px 10px;
    }

        .info_coin .deal_box .deal {
            display: block;
        }

    .content_stock {
        margin-top: 10px;
    }

        .content_stock .box_graph {
            padding: 0 10px 10px;
        }

        .content_stock .tb_stock {
            padding: 0 10px;
        }

    .join .form_join {
        width: 300px;
        margin: 0 auto;
    }

        .join .form_join .input .btn_auth {
            height: 52px;
        }

    /*.mypage .content_mypage{padding:15px 10px 40px;}*/
    .mypage .form_join {
        width: 100%
    }

        .mypage .form_join .btn button {
            width: 100%;
        }

    .content_deal .btn_area button {
        width: 100%;
    }

    .btn_snscommit, .btn_commit {
        width: 48% !important;
        float: left;
        margin-top: 20px
    }

    .btn_commit {
        float: right
    }

    .li_deposit li a {
        padding: 17px 25px 17px 0;
        background-size: 9px auto;
    }

    .li_deposit li .info_deposit .name {
        display: block;
        padding-bottom: 8px;
        width: 100%;
    }

    .li_deposit li .info_deposit .info {
        display: block;
        width: 100%;
    }

    .li_deposit li .icon {
        width: 31px;
        padding-right: 10px;
    }

    .li_deposit li .info_deposit .info .label {
        float: left;
    }

    .li_deposit li .info_deposit .name {
        display: block;
    }

    .li_deposit li .info_deposit .info {
        display: block;
    }


    .li_asset li a {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .li_asset li .icon {
        width: 23px;
        padding-right: 2px;
    }

    .li_asset li .info_deposit {
        display: block;
        width: 100%;
        padding-bottom: 6px;
    }

        .li_asset li .info_deposit .name {
            position: relative;
            top: 0px;
        }

    .li_asset li .info {
        font-size: 0.875em;
        display: block;
        width: 100%;
    }

    .list_myasset li .myasset_wrap {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .page_deal .select_coin {
        padding: 10px;
    }

    .page_deal .li_history .wrap_status .date {
        display: block;
        padding-right: 0;
    }

    .page_deal .li_history .wrap_status .status {
        display: block;
    }

    .info_withdraw .request .input_area + .btn_max_wrap {
        margin-top: 7px;
    }

    .mypage .verification h2 {
        padding-bottom: 0;
    }

    .mypage .verification .area_verifi .txt {
        padding: 27px 0;
    }

    .mypage .verification .area_auth .area_verifi {
        float: none;
        width: 100%;
    }

    .mypage .verification .area_auth .btn_verifi {
        float: none;
        width: 100%;
    }

    .mypage .verification .btn_verifi {
        text-align: left;
    }

        .mypage .verification .btn_verifi .fl {
            float: left;
            margin-top: 7px;
        }

        .mypage .verification .btn_verifi .fr {
            float: right;
            padding: 6px 10px 6px;
        }

    .mypage .verification .area_verifi select {
        margin: 21px 0 10px
    }

    .detail_notice .btn a {
        width: 100%;
    }

    .page_deal .li_history.li_waitlists .btn span {
        width: 54px;
        padding: 5px 0;
    }

    .asset_total {
        padding: 9px 10px;
    }

    .page_asset .tb_asset th {
        padding: 15px 5px 10px;
    }

    .page_asset .unit {
        padding: 10px;
    }

    .page_asset .tb_asset td {
        padding: 5px 5px;
    }

    .asset_detail .select {
        float: none;
        width: 100%;
        padding-bottom: 0px;
        border: 1px solid #78899c;
    }

        .asset_detail .select select {
            width: 100%
        }

    .select_cal {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .page_faq .input_title {
        margin: 14px 0;
    }

    .btn_faq a {
        width: 100%;
    }

    .enter_account li label {
        width: 43%;
    }

    .enter_account li input {
        width: 52%;
    }

    .info_withdraw .tc .btn_max {
        width: 100%;
    }

    .with_addr {
        padding-bottom: 0;
        top: 50px
    }

        .with_addr table th {
            width: 30%
        }

        .with_addr .deal_input > li {
            padding: 10px 10px 10px
        }

        .with_addr .deal_input > .input_area > button {
            height: 38px;
            padding: 0 10px
        }
}

@media screen and (max-width : 600px) {

    .in_max .btn_max {
        width: 18%;
    }

    .deal_input .btn_area {
        padding-bottom: 10px
    }

    .deal_input > li:first-child {
        width: 60%
    }

    .deal_input > li:last-child {
        width: 30%;
        padding-bottom: 0;
        font-size: 14px
    }

    .with_addr table td {
        padding: 12px 10px 12px
    }

    .with_addr .deal_input > li {
        padding: 10px
    }

    div.regster > section {
        margin-left: 0
    }
}


@media screen and (max-width : 375px) {
    .deposit_popup > div > section.box1 {
        font-size: 14px
    }

    div.regster > section > p:nth-child(2) {
        font-size: 22px
    }

    div.regster > section {
        width: 100%;
        padding: 0
    }

        div.regster > section > p:nth-child(3) {
            padding: 0 20px
        }

        div.regster > section > p:nth-child(4) {
            padding: 0 20px
        }
}


@media screen and (max-width : 355px) {
    .content_stock .list_stock td {
        font-size: 0.813em;
        padding: 10px 0;
    }

    .mypage .verification .btn_verifi .fl {
        text-align: center;
        margin-top: 0;
        padding: 12px 0 10px;
        float: none;
        width: 100%;
    }

        .mypage .verification .btn_verifi .fl a {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

    .mypage .verification .btn_verifi .fr {
        padding: 12px 0 10px;
        float: none;
        width: 100%;
        margin-top: 8px;
    }

    .asset_detail .select {
    }

    .asset_detail input {
        width: 46%;
        
    }

    .asset_detail button {
        width: 20%;
    }

    .enter_account li label {
        width: 50%;
    }

    .enter_account li input {
        width: 45%;
    }


    .in_max .btn_max {
        width: 18%;
    }

    .content_stock .enter_sctock li.ip_exhange > div > input {
        width: 75%
    }

    .content_stock .enter_sctock li.ip_exhange > div > span {
        width: 25%
    }

    div.regster > section > p:nth-child(1) {
        font-size: 18px
    }

    div.regster > section > p:nth-child(2) {
        font-size: 19px
    }
}

@media screen and (min-width:768px) {
    .li_deposit li .info_deposit .info p span {
        width: 150px;
    }

    .info_withdraw .request {
        display: flex;
    }

        .info_withdraw .request .input_area {
            display: inline-block;
            width: 44%;
        }

        .info_withdraw .request .btn_max_wrap {
            float: right;
            width: 50%;
            margin-left: 6%;
        }

            .info_withdraw .request .btn_max_wrap .input_area {
                width: 100%;
            }

        .info_withdraw .request .input_right .icon_equal {
            left: -8.3%;
        }

    /* 거래소 탭 width 수정*/
    .market_tab {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}

@media screen and (min-width:1100px) {
    .li_deposit li .info_deposit .info {
        width: 70%
    }
}

/* 인증센터 리뉴얼 css */
.veri_wrap {
    background: #fff;
    padding: 60px 0 30px;
}

    .veri_wrap .container {
        padding: 0 40px;
    }

    .veri_wrap .veri_level0 {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
    }

        .veri_wrap .veri_level0 p {
            font-size: 30px;
            line-height: 30px;
            color: #666;
        }

        .veri_wrap .veri_level0 ul {
            margin: 24px 0 40px;
            border: 1px solid #d6d6d6;
            background: #efefef;
            border-radius: 0.3em;
            padding: 28px 30px 28px 24px;
        }

            .veri_wrap .veri_level0 ul li {
                font-size: 28px;
                color: #666;
                position: relative;
                padding-left: 11px;
            }

                .veri_wrap .veri_level0 ul li:after {
                    content: "-";
                    position: absolute;
                    left: 0;
                    top: -3px;
                }

                .veri_wrap .veri_level0 ul li.txt_red {
                    color: #fb5252;
                }

        .veri_wrap .veri_level0 > div > div {
            overflow: hidden;
        }

            .veri_wrap .veri_level0 > div > div > p {
                font-size: 26px;
                color: #666;
                float: right;
                margin-left: 24px;
            }

    .veri_wrap span.krw_txt {
        margin-right: 15px;
        font-size: 26px;
        width: 80px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-radius: 0.3em;
        border: 1px solid #31c1c4;
        color: #31c1c4;
    }

    .veri_wrap span.coin_txt {
        margin-right: 15px;
        font-size: 26px;
        width: 80px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-radius: 0.3em;
        border: 1px solid #f38b44;
        color: #f38b44;
    }

    .veri_wrap .veri_h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 24px 0;
        border-bottom: 1px solid #ccc;
    }

        .veri_wrap .veri_h2.success {
            color: #5591f5;
        }

    .veri_wrap .veri_h3 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 46px;
    }

    .veri_wrap .veri_level1 {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 46px;
    }

        .veri_wrap .veri_level1 p {
            margin: 55px 0;
        }

            .veri_wrap .veri_level1 p.success input,
            .veri_wrap .veri_level1 p.success select {
                border: 0;
            }

            .veri_wrap .veri_level1 p input,
            .veri_wrap .veri_level1 p select {
                border: 1px solid #bdbdbd;
                border-radius: 0.3em;
                width: 100%;
                height: 70px;
                line-height: 70px;
                padding: 0 20px;
                font-size: 28px;
                color: #999;
                box-sizing: border-box;
            }

            .veri_wrap .veri_level1 p select {
                padding-left: 12px;
            }

    .veri_wrap .veri_btn {
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        background: #3268b2;
        border-radius: 0.3em;
    }

        .veri_wrap .veri_btn.success {
            background: #5591f5;
        }

        .veri_wrap .veri_btn.gray {
            background: #bfbfbf;
        }

    .veri_wrap .veri_level1 span.krw_txt {
        margin-left: 20px;
    }

    .veri_wrap .veri_level2 p input:last-child {
        margin-top: 10px;
    }

    .veri_wrap .veri_level2 p.success input:last-child {
        margin-top: -20px;
    }

    .veri_wrap .veri_level2 > div > div {
        border-bottom: 1px solid #f0f0f0;
    }

    .veri_wrap .veri_level2 a {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 48px;
        font-size: 26px;
        color: #4e8bef;
        border: 1px solid #cccccc;
        text-align: center;
        padding: 0 26px;
        height: 44px;
        line-height: 44px;
        border-radius: 0.3em;
    }

    .veri_wrap .veri_h4 {
        font-size: 28px;
        color: #999;
        font-weight: normal;
        line-height: 28px;
        margin-top: 20px;
    }

        .veri_wrap .veri_h4 strong {
            color: #2b2b2b
        }

    .veri_wrap .veri_level1 .level_otp {
        border-bottom: 0;
        margin-bottom: -46px;
    }

        .veri_wrap .veri_level1 .level_otp p {
            padding: 80px 0;
            line-height: 28px;
            text-align: center;
            font-size: 28px;
            color: #999;
        }

    .veri_wrap .veri_level1 .level_otp1 p {
        padding-top: 40px;
    }

@media(max-width:767px) {
    /* 인증센터 리뉴얼 css */
    .veri_wrap {
        padding: 30px 0 15px;
    }

        .veri_wrap .container {
            padding: 0 20px;
        }

        .veri_wrap .veri_level0 {
            padding-bottom: 10px;
        }

            .veri_wrap .veri_level0 p {
                font-size: 15px;
                line-height: 15px;
            }

            .veri_wrap .veri_level0 ul {
                margin: 12px 0 20px;
                padding: 14px 15px 14px 12px;
            }

                .veri_wrap .veri_level0 ul li {
                    font-size: 14px;
                    padding-left: 6px;
                }

                    .veri_wrap .veri_level0 ul li:after {
                        top: -1.5px;
                    }

            .veri_wrap .veri_level0 > div > div > p {
                font-size: 12px;
                margin-left: 12px;
            }

        .veri_wrap span.krw_txt {
            margin-right: 7.5px;
            font-size: 13px;
            width: 40px;
            height: 22.5px;
            line-height: 22.5px;
        }

        .veri_wrap span.coin_txt {
            margin-right: 7.5px;
            font-size: 13px;
            width: 40px;
            height: 22.5px;
            line-height: 22.5px;
        }

        .veri_wrap .veri_h2 {
            font-size: 18px;
            line-height: 18px;
            padding: 12px 0;
        }

        .veri_wrap .veri_h3 {
            font-size: 18px;
            line-height: 18px;
            margin-top: 23px;
        }

        .veri_wrap .veri_level1 {
            padding-bottom: 23px;
        }

            .veri_wrap .veri_level1 p {
                margin: 27.5px 0;
            }

                .veri_wrap .veri_level1 p input,
                .veri_wrap .veri_level1 p select {
                    height: 35px;
                    line-height: 35px;
                    padding: 0 10px;
                    font-size: 14px;
                }

                .veri_wrap .veri_level1 p select {
                    padding-left: 6px;
                }

        .veri_wrap .veri_btn {
            height: 35px;
            line-height: 35px;
            font-size: 13px;
        }

        .veri_wrap .veri_level1 span.krw_txt {
            margin-left: 10px;
        }

        .veri_wrap .veri_level2 p input:last-child {
            margin-top: 5px;
        }

        .veri_wrap .veri_level2 p.success input:last-child {
            margin-top: -10px;
        }

        .veri_wrap .veri_level2 a {
            margin-top: 10px;
            margin-bottom: 24px;
            font-size: 13px;
            padding: 0 13px;
            height: 22px;
            line-height: 22px;
        }

        .veri_wrap .veri_h4 {
            font-size: 14px;
            line-height: 14px;
            margin-top: 10px;
        }

        .veri_wrap .veri_level1 .level_otp {
            margin-bottom: -23px;
        }

            .veri_wrap .veri_level1 .level_otp p {
                padding: 40px 0;
                line-height: 14px;
                font-size: 14px;
            }

        .veri_wrap .veri_level1 .level_otp1 p {
            padding-top: 20px;
        }
}

/* 원화전용입금계좌발급 */
.account_info {
    padding: 60px 0 86px;
}

    .account_info > div {
        border: 1px solid #e5e8ea;
        padding: 180px 0;
        text-align: center;
        border-radius: 0.3em;
    }

        .account_info > div h2 {
            font-size: 36px;
            line-height: 36px;
        }

        .account_info > div p {
            font-size: 32px;
            line-height: 46px;
            color: #666;
            margin-top: 76px;
        }

    .account_info > button {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        padding: 30px 0;
        text-align: center;
        color: #fff;
        background: #3268b2;
        font-size: 32px;
        line-height: 32px;
        border-radius: 0.1em;
    }

.account_layer_wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow-y: auto;
}

    .account_layer_wrap .account_layer {
        width: 95%;
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }

        .account_layer_wrap .account_layer .account_layer_head {
            background: #23a9f6;
            padding: 50px 0;
            text-align: center;
            position: relative;
        }

            .account_layer_wrap .account_layer .account_layer_head h2 {
                font-size: 36px;
                line-height: 36px;
                text-align: center;
                color: #fff;
            }

            .account_layer_wrap .account_layer .account_layer_head img {
                position: absolute;
                top: 52px;
                right: 20px;
                width: 32px;
                height: 32px;
            }

        .account_layer_wrap .account_layer .account_layer_cont {
            padding: 35px 20px 50px;
            background: #fafafa;
        }

            .account_layer_wrap .account_layer .account_layer_cont .terms p {
                font-size: 28px;
                line-height: 28px;
                color: #666;
            }

            .account_layer_wrap .account_layer .account_layer_cont .terms label {
                display: inline-block;
                margin-top: 48px;
            }

                .account_layer_wrap .account_layer .account_layer_cont .terms label input {
                    width: 40px;
                    height: 40px;
                    color: #757575;
                    float: left;
                    position: relative;
                }

                    .account_layer_wrap .account_layer .account_layer_cont .terms label input:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: inherit;
                        height: inherit;
                        border: 1px solid #757575;
                    }

                    .account_layer_wrap .account_layer .account_layer_cont .terms label input:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: inherit;
                        height: inherit;
                        background: #fff;
                        cursor: pointer;
                        border: 1px solid #757575;
                        border-radius: 2px;
                    }

                .account_layer_wrap .account_layer .account_layer_cont .terms label span {
                    font-size: 28px;
                    font-weight: bold;
                    line-height: 28px;
                    color: #444;
                    padding-top: 7px;
                    padding-left: 20px;
                }

                .account_layer_wrap .account_layer .account_layer_cont .terms label input:checked:before {
                    -webkit-transform: rotate(-55deg);
                    -moz-transform: rotate(-55deg);
                    -ms-transform: rotate(-55deg);
                    -o-transform: rotate(-55deg);
                    transform: rotate(-55deg);
                    height: .5rem;
                    left: 13.5px;
                    top: 13px;
                    width: 11px;
                    border-color: #626262;
                    border-left: 5px solid #626262;
                    border-bottom: 5px solid #575757;
                    border-top-style: none;
                    border-right-style: none;
                }

            .account_layer_wrap .account_layer .account_layer_cont .terms div {
                width: 100%;
                height: 260px;
                border: 1px solid #e2e2e2;
                background: #fff;
                overflow-y: auto;
                margin-top: 12px;
                padding: 20px;
                box-sizing: border-box;
                color: #ccc;
                font-size: 28px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .account_btn_box {
                margin-top: 50px;
                text-align: center;
            }

                .account_layer_wrap .account_layer .account_layer_cont .account_btn_box button {
                    width: 49%;
                    text-align: center;
                    padding: 28px 0;
                    background: #999;
                    color: #fff;
                    font-size: 28px;
                    line-height: 28px;
                    border-radius: 0.2em;
                }

                    .account_layer_wrap .account_layer .account_layer_cont .account_btn_box button.terms_ok {
                        background: #23a9f6;
                    }

            .account_layer_wrap .account_layer .account_layer_cont .form h2 {
                font-size: 28px;
                color: #f85a44;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form h3 {
                font-size: 28px;
                line-height: 28px;
                color: #444;
                margin: 50px 0 20px;
            }

                .account_layer_wrap .account_layer .account_layer_cont .form h3:first-child {
                    margin-top: 0;
                }

            .account_layer_wrap .account_layer .account_layer_cont .form input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num select {
                width: 100%;
                padding: 30px 20px;
                border: 1px solid #eaeaeb;
                border-radius: 0.2em;
                font-size: 28px;
                line-height: 28px;
                color: #666;
                box-sizing: border-box;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form button,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num button {
                width: 25%;
                padding: 32px 0;
                text-align: center;
                color: #fff;
                background: #bdbdbd;
                font-size: 28px;
                line-height: 28px;
                border-radius: 0.2em;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form .my_num button {
                background: #798ea9;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form .account_name input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num select {
                width: 74%;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form ul li input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num input {
                margin-top: 10px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form ul li:first-child input {
                width: 30%;
                text-align: center;
                margin-top: 0;
            }

.account_success h3,
.account_process h3 {
    padding: 60px 0 30px;
    font-size: 32px;
    line-height: 32px;
}

.account_success div ul li {
    overflow: hidden;
}

    .account_success div ul li h4 {
        float: left;
        width: 30%;
        border-bottom: 1px solid #ccc;
        font-size: 32px;
        line-height: 90px;
        height: 90px;
        color: #666;
        font-weight: normal
    }

    .account_success div ul li p {
        float: right;
        width: 68%;
        border-bottom: 1px solid #ccc;
        font-size: 32px;
        line-height: 90px;
        height: 90px;
    }

    .account_success div ul li:first-child h4 {
        border-top: 1px solid #ccc;
    }

    .account_success div ul li:first-child p {
        border-top: 1px solid #ccc;
    }

.account_success div > p {
    width: 100%;
    height: 86px;
    line-height: 86px;
    background: #f5f5f5;
    margin: 60px 0;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.2em;
}

    .account_success div > p span {
        width: 30%;
        font-size: 32px;
        color: #999;
    }

    .account_success div > p input {
        width: 68%;
        height: inherit;
        background: none;
        float: right;
        text-align: right;
        font-size: 32px;
        color: #666;
    }

.account_success div > button {
    width: 100%;
    padding: 30px 0;
    font-size: 32px;
    line-height: 32px;
    color: #3268b2;
    background: none;
    border: 1px solid #3268b2;
    text-align: center;
    border-radius: 0.1em;
    font-weight: bold;
}

    .account_success div > button.active {
        color: #fff;
        background: #3268b2;
    }

    .account_success div > button:last-child {
        margin-top: 20px;
    }

.account_txt {
    padding-bottom: 30px;
}

.account_process img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.account_txt > p.title_guide {
    font-size: 32px;
    line-height: 32px;
    color: #666;
    margin: 125px 0 20px;
}

.account_txt .txt_guide li {
    font-size: 28px;
}

.content_deal .txt_guide li:after {
    top: 22px;
    width: 5px;
    height: 5px;
    border-radius: 0;
}

.content_deal .txt_guide li:first-child:after {
    top: 17px;
}

.content_deal .txt_guide {
    padding: 20px;
}

@media (max-width:767px) {
    /* 원화전용입금계좌발급 */
    .account_info {
        padding: 30px 0 43px;
    }

        .account_info > div {
            padding: 90px 0;
        }

            .account_info > div h2 {
                font-size: 18px;
                line-height: 18px;
            }

            .account_info > div p {
                font-size: 16px;
                line-height: 23px;
                margin-top: 38px;
            }

        .account_info > button {
            margin-top: 10px;
            padding: 15px 0;
            font-size: 16px;
            line-height: 16px;
        }

    .account_layer_wrap .account_layer {
        top: 45px;
        margin-bottom: 10px;
    }

        .account_layer_wrap .account_layer .account_layer_head {
            padding: 25px 0;
        }

            .account_layer_wrap .account_layer .account_layer_head h2 {
                font-size: 18px;
                line-height: 18px;
            }

            .account_layer_wrap .account_layer .account_layer_head img {
                top: 26px;
                right: 10px;
                width: 16px;
                height: 16px;
            }

        .account_layer_wrap .account_layer .account_layer_cont {
            padding: 17.5px 10px 25px;
        }

            .account_layer_wrap .account_layer .account_layer_cont .terms p {
                font-size: 14px;
                line-height: 14px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .terms label {
                margin-top: 24px;
            }

                .account_layer_wrap .account_layer .account_layer_cont .terms label input {
                    width: 20px;
                    height: 20px;
                }

                    .account_layer_wrap .account_layer .account_layer_cont .terms label input:checked:before {
                        height: .5rem;
                        left: 3.5px;
                        top: 3px;
                        width: 11px;
                        border-left: 3px solid #626262;
                        border-bottom: 3px solid #575757;
                    }

                .account_layer_wrap .account_layer .account_layer_cont .terms label span {
                    font-size: 14px;
                    line-height: 14px;
                    padding-top: 3.5px;
                    padding-left: 10px;
                }

            .account_layer_wrap .account_layer .account_layer_cont .terms div {
                height: 130px;
                margin-top: 6px;
                padding: 10px;
                font-size: 14px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .account_btn_box {
                margin-top: 25px;
            }

                .account_layer_wrap .account_layer .account_layer_cont .account_btn_box button {
                    padding: 14px 0;
                    font-size: 14px;
                    line-height: 14px;
                }

            .account_layer_wrap .account_layer .account_layer_cont .form h2 {
                font-size: 14px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form h3 {
                font-size: 14px;
                line-height: 14px;
                margin: 25px 0 10px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num select {
                padding: 15px 10px;
                font-size: 14px;
                line-height: 14px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form button,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num button {
                padding: 16px 0;
                font-size: 14px;
                line-height: 14px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form ul li input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num input {
                margin-top: 5px;
            }

            .account_layer_wrap .account_layer .account_layer_cont .form .account_name input,
            .account_layer_wrap .account_layer .account_layer_cont .form .my_num select {
                width: 73%;
            }

    .account_success h3,
    .account_process h3 {
        padding: 30px 0 15px;
        font-size: 16px;
        line-height: 16px;
    }

    .account_success div ul li h4 {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }

    .account_success div ul li p {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }

    .account_success div > p {
        height: 43px;
        line-height: 43px;
        margin: 30px 0;
        padding: 0 8px;
    }

        .account_success div > p span {
            font-size: 13px;
        }

        .account_success div > p input {
            font-size: 13px;
        }

    .account_success div > button {
        padding: 15px 0;
        font-size: 16px;
        line-height: 16px;
    }

        .account_success div > button:last-child {
            margin-top: 10px;
        }

    .account_txt {
        padding-bottom: 15px;
    }

        .account_txt > p.title_guide {
            font-size: 16px;
            line-height: 16px;
            margin: 62.5px 0 10px;
        }

        .account_txt .txt_guide li {
            font-size: 14px;
        }

    .content_deal .txt_guide li:after {
        top: 11px;
        width: 2.5px;
        height: 2.5px;
    }

    .content_deal .txt_guide li:first-child:after {
        top: 8px;
    }

    .content_deal .txt_guide {
        padding: 10px;
    }

    .account_process img {
        max-width: 65%;
    }
}

/* 메인 푸터 배너 */
.footer_banner_wrap > div {
    padding: 27px 0 13px;
    text-align: center;
    background: #fbf8f2;
    margin-top: 12px;
}

    .footer_banner_wrap > div span {
        text-align: left;
        padding: 10px 0;
        padding-left: 30px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 18px;
        color: #646b75;
    }

.footer_banner_wrap > ul {
    overflow: hidden;
}

    .footer_banner_wrap > ul li {
        float: left;
        width: 50%;
        border: 1px solid #e1e5eb;
        box-sizing: border-box;
        margin-left: -1px;
        padding: 22px 0;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        background: #fff;
    }

        .footer_banner_wrap > ul li:last-child {
            border-right: none;
        }

        .footer_banner_wrap > ul li img {
            padding-right: 10px;
        }

@media(max-width: 767px) {
    .footer_banner_wrap > div {
        padding: 25px 0 11px;
        margin-top: 10px;
    }

        .footer_banner_wrap > div span {
            padding: 8px 0;
            /*padding-left: 28px;*/
            font-size: 12px;
            line-height: 16px;
        }

    .footer_banner_wrap > ul li {
        padding: 20px 0;
        font-size: 12px;
        line-height: 12px;
    }

        .footer_banner_wrap > ul li img {
            padding-right: 8px;
        }

        .footer_banner_wrap > ul li span {
            padding: 2px 0;
        }
}

.darkblue {
    background: #3268b2;
    color: #fff;
}


/* 선불카드 충전 */
.card_wrap {
    background-color: #fff;
    padding: 0 20px 30px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    -moz-box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    box-shadow: 0px 5px 10px 5px rgba(230,230,230, 1);
    margin-bottom: 40px;
}

    .card_wrap h3 {
        padding: 60px 0 0;
        font-size: 32px;
        line-height: 32px;
    }

    .card_wrap ul li h4 {
        padding: 34px 0 14px;
        font-size: 24px;
        line-height: 24px;
        color: #666;
        font-weight: normal;
    }

    .card_wrap ul li p input[type="text"],
    .card_wrap ul li p input[type="tel"],
    .card_wrap ul li p input[type="password"] {
        width: 100%;
        height: 76px;
        line-height: 76px;
        border: 1px solid #ccc;
        border-radius: 0.3em;
        box-sizing: border-box;
        padding-left: 20px;
        color: #999;
        font-size: 28px;
    }

    .card_wrap ul li p input.input_width2 {
        float: left;
        width: 23%;
        text-align: center;
    }

    .card_wrap ul li p span.card_fl {
        float: left;
        width: 2.6%;
        color: #252525;
        display: inline-block;
        text-align: center;
        margin: 0;
        padding: 25px 0;
    }

    .card_wrap ul li p input.input_width2:last-child {
        margin-right: 0;
    }

    .card_wrap ul li p input[type="checkbox"] {
        width: 32px;
        height: 32px;
        color: #757575;
        float: left;
        position: relative;
        top: 16px;
    }

        .card_wrap ul li p input[type="checkbox"]::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 32px;
            height: 32px;
            background: #fff;
            cursor: pointer;
            border: 1px solid #b1b1b1;
            border-radius: 2px;
        }

        .card_wrap ul li p input[type="checkbox"]:checked::before {
            -webkit-transform: rotate(-55deg);
            -moz-transform: rotate(-55deg);
            -ms-transform: rotate(-55deg);
            -o-transform: rotate(-55deg);
            transform: rotate(-55deg);
            height: .5rem;
            left: 6.5px;
            top: 7px;
            width: 15px;
            border-color: #626262;
            border-left: 6px solid #b1b1b1;
            border-bottom: 6px solid #b1b1b1;
            border-top-style: none;
            border-right-style: none;
        }

        .card_wrap ul li p input[type="checkbox"]::before {
            content: "";
            position: absolute;
            left: 0;
            z-index: 1;
            width: 32px;
            height: 32px;
            border: 1px solid #b1b1b1;
        }

    .card_wrap ul li p span {
        font-size: 24px;
        line-height: 24px;
        color: #999;
        display: inline-block;
        margin-top: 16px;
    }

    .card_wrap ul li p label span {
        margin-top: 22px;
        margin-left: 26px;
        margin-bottom: 4px;
    }

    .card_wrap ul li p {
        overflow: hidden;
    }

        .card_wrap ul li p select {
            float: left;
            width: 49%;
            box-sizing: border-box;
            height: 76px;
            line-height: 76px;
            border-radius: 0.3em;
            border: 1px solid #bdbdbd;
            font-size: 28px;
            color: #999;
            padding-left: 20px;
            background: url('../Images/m_select_btn.png') no-repeat 101% center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .card_wrap ul li p select::-ms-expand {
                display: none;
            }

            .card_wrap ul li p select:first-child {
                margin-right: 2%;
            }

    .card_wrap .card_btn_box {
        overflow: hidden;
        margin: 60px 0;
    }

        .card_wrap .card_btn_box ul {
            overflow: hidden;
            border-bottom: 1px solid #ccc;
        }

            .card_wrap .card_btn_box ul li {
                float: left;
                width: 50%;
                overflow: hidden;
            }

        .card_wrap .card_btn_box button {
            width: 99%;
            padding: 30px 0;
            border: 1px solid #3268b2;
            color: #fff;
            font-size: 30px;
            line-height: 30px;
            border-radius: 0.3em;
            background: #3268b2;
            box-sizing: border-box;
            cursor: pointer;
        }

        .card_wrap .card_btn_box ul li:last-child button {
            float: right;
            clear: both;
        }

        .card_wrap .card_btn_box ul li p {
            clear: both;
            text-align: center;
            color: #626262;
            font-size: 24px;
            line-height: 24px;
            margin: 30px 0;
            padding-bottom: 12px;
        }

        .card_wrap .card_btn_box ul li:last-child p {
            margin-top: 120px;
            border-left: 1px solid #ccc;
        }

        .card_wrap .card_btn_box ul li p strong,
        .card_wrap .card_btn_box ul li p span {
            margin-top: 0;
            padding-top: 5px;
            color: #3268b2;
        }

    .card_wrap dl {
        margin-bottom: 30px;
    }

        .card_wrap dl dd {
            width: 100%;
            padding: 40px 0;
            background: #f5f5f5;
            border: 1px solid #eaeaeb;
            margin-top: -1px;
            font-size: 28px;
            line-height: 28px;
            color: #ff6f69;
            text-align: center;
        }

    .card_wrap p.card_tell {
        font-size: 24px;
        color: #757575;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }

@media (max-width:767px) {
    /* 선불카드 충전 */
    .card_wrap {
        padding: 0 10px 15px;
        margin-bottom: 20px;
    }

        .card_wrap h3 {
            padding: 30px 0 0;
            font-size: 16px;
            line-height: 16px;
        }

        .card_wrap ul li h4 {
            padding: 17px 0 7px;
            font-size: 12px;
            line-height: 12px;
        }

        .card_wrap ul li p input[type="text"],
        .card_wrap ul li p input[type="tel"],
        .card_wrap ul li p input[type="password"] {
            height: 38px;
            line-height: 37px;
            padding-left: 10px;
            font-size: 14px;
        }

        .card_wrap ul li p span.card_fl {
            padding: 12.5px 0;
        }

        .card_wrap ul li p input[type="checkbox"] {
            width: 16px;
            height: 16px;
            top: 8px;
        }

            .card_wrap ul li p input[type="checkbox"]::after {
                width: 16px;
                height: 16px;
            }

            .card_wrap ul li p input[type="checkbox"]:checked::before {
                height: .5rem;
                left: 2.5px;
                top: 1px;
                width: 10px;
                border-left: 2px solid #b1b1b1;
                border-bottom: 2px solid #b1b1b1;
            }

            .card_wrap ul li p input[type="checkbox"]::before {
                width: 16px;
                height: 16px;
            }

        .card_wrap ul li p span {
            font-size: 12px;
            line-height: 12px;
            margin-top: 8px;
        }

        .card_wrap ul li p label span {
            margin-top: 11px;
            margin-left: 13px;
            margin-bottom: 2px;
        }

        .card_wrap ul li p select {
            height: 38px;
            line-height: 38px;
            font-size: 14px;
            padding-left: 10px;
            background-size: 35px;
        }

        .card_wrap .card_btn_box {
            margin: 30px 0;
        }

            .card_wrap .card_btn_box button {
                padding: 15px 0;
                font-size: 15px;
                line-height: 15px;
            }

            .card_wrap .card_btn_box ul li p {
                font-size: 12px;
                line-height: 12px;
                margin: 15px 0;
                padding-bottom: 6px;
            }

            .card_wrap .card_btn_box ul li:last-child p {
                margin-top: 60px;
            }

            .card_wrap .card_btn_box ul li p strong,
            .card_wrap .card_btn_box ul li p span {
                padding-top: 3px;
            }

        .card_wrap dl {
            margin-bottom: 15px;
        }

            .card_wrap dl dd {
                padding: 20px 0;
                font-size: 14px;
                line-height: 14px;
            }

        .card_wrap p.card_tell {
            font-size: 12px;
            margin-bottom: 25px;
        }
}

@media (max-width:340px) {
    .card_wrap p.card_tell {
        font-size: 11px;
    }
}

/*Coinbuy*/
.deal_price {
    margin-right: 2px;
}

/* 거래소 바로가기 팝업 수정  */
.market_popup > div > h1 > ul li {
    width: 25%;
    float: left;
    font-weight: bold;
    color: #6a6a6a;
    border-bottom: 1px solid #6a6a6a;
}

.market_popup > div > h1 > ul {
    border-bottom: #e5e5e5;
}

    .market_popup > div > h1 > ul li button {
        height: 50px;
        font-weight: bold;
        color: #6a6a6a;
        box-sizing: border-box;
    }

.m_active {
    border-bottom: 3px solid #f88a3f;
    color: #f88a3f !important;
    line-height: 50px;
}

.market_popup #CoinList li {
    position: relative;
}

    .market_popup #CoinList li a {
        position: relative;
    }

    .market_popup #CoinList li .m_coin_sum {
        position: absolute;
        top: 50%;
        right: 0;
        line-height: 20px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 17px;
    }

.market_popup > div > ul > li > a.m_pop_active {
    background: rgba(248, 138, 63, .1);
    border-left: 7px solid #f88a3f;
    text-indent: 10px !important;
    color: #f88a3f;
    font-weight: bold;
}

.market_popup > div > ul > li .m_coin_sum span:nth-of-type(1) {
    color: #1e1e1e;
    width: 100%;
    text-align: right;
    display: block;
}

.market_popup > div > ul > li .m_coin_sum span:nth-of-type(2) {
    float: right;
    text-align: right;
}

.market_popup > div > h1 {
    padding: 0 !important
}

.popup > div > ul > li {
    text-indent: 17px
}

/* 181113 자산입출금 */
.content_deal .account_transfer {
    padding-top: 0;
}

    .content_deal .account_transfer li {
        color: #999999;
    }

        .content_deal .account_transfer li label {
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            width: 75px;
            height: 25px;
            background: url("../Images/ver_layer_bg1.png") no-repeat center center;
            color: #3268b2;
            text-align: center;
            line-height: 25px;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 0;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 5px;
        }

            .content_deal .account_transfer li label input {
                position: absolute;
                width: 0;
                height: 0;
                overflow: hidden;
            }

        .content_deal .account_transfer li img {
            position: absolute;
            width: 14px;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 87px;
        }

.content_deal .account_attention {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.875em;
    margin-bottom: 20px;
    background: #efefef;
}

.account_attention p {
    color: #333;
    font-size: 1em;
}

.content_deal .account_attention p span {
    color: #fb5252;
    display: inline;
}

.none {
    display: none !important;
}
