﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&family=Roboto&display-swap');

.exchange_header,
.asset_header {
    padding: 0 12px;
    position: fixed !important;
    display: block;
    z-index: 999;
}



.cf::after {
    display: block;
    content: '';
    clear: both;
}
/* 탭 공통 */
.assetTab li a,
.cap_tab_menu ul li a,
.subTab li a {
    line-height: 35px;
}

.subTab li.active p {
    position: absolute;
    bottom: 0px;
}

.assetContent .tab-pane {
    margin-top: 35px;
}
/***************************************************************
   리스트    **************************************************/
.dot_notice li,
.minus-list li {
    position: relative;
    padding-left: 10px;
    margin-top: 2px;
    font-size: 12px;
}

    .dot_notice li:first-child,
    .minus-list li:first-child {
        margin-top: 0;
    }

    .dot_notice li::before {
        content: "·";
        display: inline-block;
        position: absolute;
        left: 0;
    }

    .minus-list li::before {
        content: "-";
        display: block;
        position: absolute;
        left: 0;
    }

ul.round_notice {
    padding: 15px 14px;
    background: #f2f4f8;
}

ul.verification_notice_wrap li:first-child {
    margin-top: 0;
}

ul.round_notice li:first-child span {
    color: #999999;
    font-size: 13px;
}

ul.round_notice li {
    padding-left: 15px;
    margin-top: 3px;
    position: relative;
    font-size: 13px;
}

    ul.round_notice li::before {
        content: "·";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 6px;
    }

/*코인출금 팝업*/

.with_input {
    position: absolute;
    width: 100%;
    height: 425px;
    left: 0;
    top: 0;
    /*left: 50%;
    top: 15%;
    margin-left: -150px;*/
    z-index: 9999;
    border-radius: 5px;
    display: none;
    background: #fff;
}

    .with_input > div.cal_header {
        padding: 15px 10px;
        background: #fff;
        height: 100px;
    }

        .with_input > div.cal_header > p {
            font-size: 16px;
            color: #2c4562;
            font-weight: bold;
            line-height: 17px;
            height: 17px;
            padding-bottom: 20px;
            text-indent: 5px;
            text-align: center;
        }

            .with_input > div.cal_header > p > span {
                float: right;
                font-size: 14px;
                font-weight: normal
            }

        .with_input > div.cal_header > ul {
            margin: 0;
            padding: 0;
            margin-top: 15px;
        }

            .with_input > div.cal_header > ul > li {
                height: 35px;
                float: left;
                position: relative
            }

                .with_input > div.cal_header > ul > li > div {
                    box-sizing: border-box;
                    width: 100%;
                    border: 1px solid #ebebef;
                    height: 35px;
                    line-height: 35px;
                    background: #f2f4f8;
                    padding: 0 5px;
                    text-align: right;
                    font-size: 13px;
                    font-weight: bold;
                    color: #2c4562;
                    overflow-x: auto;
                    overflow-y: hidden;
                }

                    .with_input > div.cal_header > ul > li > div.active {
                        border: 1px solid #2c4562;
                    }

                .with_input > div.cal_header > ul > li > img {
                    width: 15px;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    cursor: pointer;
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .with_input > div.cal_header > ul > li:nth-child(1) {
                    width: calc(60% - 10px);
                    height: 35px;
                }

                .with_input > div.cal_header > ul > li:nth-child(2) {
                    width: 7px;
                    font-size: 20px;
                    color: #141620;
                    line-height: 55px;
                    text-align: center
                }

                .with_input > div.cal_header > ul > li:nth-child(3) {
                    width: 40%;
                    float: right;
                }

    .with_input > div.body {
        width: 100%;
    }

        .with_input > div.body > div {
            display: block;
        }

            .with_input > div.body > div > ul {
                margin: 0;
                padding: 0;
                display: block
            }

                .with_input > div.body > div > ul > li {
                    width: 33.33%;
                    position: relative;
                    border-width: 0 1px 1px 0;
                    border-style: solid;
                    border-color: #f8f8f8;
                    height: 60px;
                    float: left;
                    text-align: center;
                    line-height: 60px;
                    font-size: 18px;
                    color: #141620;
                    cursor: pointer
                }

                    .with_input > div.body > div > ul > li.reset {
                        font-size: 13px;
                    }

                    .with_input > div.body > div > ul > li:first-child,
                    .with_input > div.body > div > ul > li:nth-of-type(2),
                    .with_input > div.body > div > ul > li:nth-of-type(3) {
                        border-width: 1px 1px 1px 0;
                    }

                    .with_input > div.body > div > ul > li img {
                        position: absolute;
                        width: 20px;
                        top: 50%;
                        left: 50%;
                        -moz-transform: translateX(-50%) translateY(-50%);
                        -o-transform: translateX(-50%) translateY(-50%);
                        -ms-transform: translateX(-50%) translateY(-50%);
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                    }

            .with_input > div.body > div.left {
                width: 100%;
                height: 239px;
                float: left;
                background: #fff;
                margin-bottom: 10px
            }

            .with_input > div.body > div.right {
                width: 215px;
                height: 239px;
                float: right;
                background: #fff;
                margin-bottom: 10px
            }

        .with_input > div.body > .button {
            width: 100%;
            height: 35px;
            background: #fff;
            clear: both;
        }

            .with_input > div.body > .button > p {
                padding-top: 20px;
                text-align: center;
                font-size: 12px;
                color: #333333;
                height: 35px;
                line-height: 13px;
            }

            .with_input > div.body > .button > div {
                width: 100%;
                text-align: center;
                margin-top: 20px;
                background: #fff;
            }

                .with_input > div.body > .button > div > button {
                    width: 80px;
                    height: 35px;
                    border: 1px solid #2c4562;
                    border-radius: 3px;
                    font-size: 14px;
                    line-height: 14px;
                    cursor: pointer
                }

                    .with_input > div.body > .button > div > button.fail {
                        background: #fff;
                        color: #2c4562;
                        margin-right: 5px
                    }

                    .with_input > div.body > .button > div > button.submit {
                        background: #2c4562;
                        color: #fff
                    }


.right-no-border {
    border-right: 0 !important
}

.with_input .blue {
    color: #124aa8
}
/***************************************************************
   거래소    **************************************************/
.billPrice {
    font-size: 13px;
}

    .billPrice span {
        font-size: 15px;
    }

.exchange_header .exchange_wrap,
.asset_header .asset_wrap {
    position: relative;
    float: left;
}
/*cap홀더 가운데배치 float제거 210531 HH*/
.asset_header > .cap_holder_head {
    float: unset;
}

.exchange_header .exchange_wrap.exchange_wrap1 {
    padding-left: 30px;
}

.exchange_header .exchange_wrap_R,
.asset_header .asset_wrap_R {
    float: right;
    position: relative;
    display: none;
}

.exchange_header .exchange_wrap_R {
    display: block;
}

    .exchange_header .exchange_wrap_R .banana_t {
        font-size: 10px;
        color: #333;
        position: absolute;
        top: 35%;
        right: 21px;
        display: flex;
        font-weight: 600;
    }

    .exchange_header .exchange_wrap_R .banana_b {
        font-size: 10px;
        color: #333;
        position: absolute;
        top: 35%;
        right: 50px;
        display: flex;
        font-weight: 500;
        font-family: 'Noto Sans KR';
        width: 36px;
    }


    .exchange_header .exchange_wrap_R .banana_t img {
        width: 15px;
        margin-right: 1px;
    }

    .exchange_header .exchange_wrap_R .banana_b img {
        width: 16px;
        margin-right: 2px;
    }


.exchange_header .exchangeTit,
.asset_header .assetTit {
    padding: 0px 8px;
    height: 23px;
    line-height: 21px;
    box-sizing: border-box;
    background: #2c4562;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
}

.exchange_header .select_title {
    float: left;
    position: relative;
    top: 50%;
    font-size: 18px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #2c4562;
}

.exchange_header .selectTit_arrow_icon {
    width: 15px;
    height: 9px;
    background: url('../Images/btn_arrw_dw5.png') no-repeat;
    background-size: 100%;
}

.exchange_header .exchangeFavorit {
    position: absolute;
    right: 66px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../Images/m_exchangeFavorite.png') no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
}

.exchangeFix_wrap {
    position: fixed;
    width: 100%;
    /*height: 115px;*/
    background: #fff;
    z-index: 100
}

    .exchangeFix_wrap .sign {
        font-size: 12px;
    }

.exchangeTopchart {
    width: 100%;
    /*height: 80px;*/
    padding: 0px 12px;
}

    .exchangeTopchart .percent {
        position: relative;
        padding-left: 12px;
        font-size: 12px;
        font-weight: normal;
        font-family: Roboto, 'Malgun Gothic';
    }

    .exchangeTopchart .krwPrice {
        color: #2c4562;
        font-size: 10px;
        margin-left: 8px;
    }

    .exchangeTopchart .priceInfo_wrap {
        width: 50%;
        min-width: 110px;
        height: 100%;
        float: left;
    }

        .exchangeTopchart .priceInfo_wrap .priceInfo:nth-of-type(1) > p {
            float: left;
            line-height: 24px;
            font-family: Roboto, 'Malgun Gothic';
        }

    .exchangeTopchart .priceInfo .allPrice {
        display: inline-block;
        font-size: 14px;
    }

    .exchangeTopchart .trading_wrap {
        width: 50%;
        max-width: 250px;
        float: right;
    }

        .exchangeTopchart .trading_wrap > div {
            height: 25px;
            border-bottom: 1px solid #dfe2e7;
            line-height: 25px;
        }

        .exchangeTopchart .trading_wrap div > p:nth-of-type(1) {
            float: left;
            font-size: 12px;
            margin-right: 3px;
        }

        .exchangeTopchart .trading_wrap div p:nth-of-type(2),
        .exchangeTopchart .trading_wrap div p:nth-of-type(3),
        #coinAmountWrap > p {
            float: right;
            font-size: 12px;
            padding-right: 3px;
        }

#coinAmountWrap {
    overflow: hidden;
}

    #coinAmountWrap > p {
        transition: 0.5s;
    }

.exchangeTopchart .trading_wrap .max_min_roll {
    position: relative;
    overflow-y: hidden;
}

    .exchangeTopchart .trading_wrap .max_min_roll > div {
        transition: 0.5s;
        height: 25px;
    }

        .exchangeTopchart .trading_wrap .max_min_roll > div:not(:first-child) {
        }

.exchangeTopchart .trading_wrap .min_deal_roll {
    position: relative;
    overflow-y: hidden;
}

    .exchangeTopchart .trading_wrap .min_deal_roll > div {
        transition: 0.5s;
        height: 25px;
    }

        .exchangeTopchart .trading_wrap .min_deal_roll > div:not(:first-child) {
        }

.exchangeTopchart .trading_wrap .max_deal_roll {
    position: relative;
    overflow-y: hidden;
}

    .exchangeTopchart .trading_wrap .max_deal_roll > div {
        transition: 0.5s;
        height: 25px;
    }

        .exchangeTopchart .trading_wrap .max_deal_roll > div:not(:first-child) {
        }


.exchangeTab_wrap {
    height: 35px;
}

exchangeTab_wrap ul.exchangeTab {
    width: 100%;
    border-bottom: 1px solid #2c4562;
}

.exchangeTab li.active a {
    color: #2c4562;
}

.exchangeTab_wrap ul.exchangeTab li {
    width: 20%;
    height: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
}

    .exchangeTab_wrap ul.exchangeTab li.leaseStatus {
        text-indent: -10px;
    }

    .exchangeTab_wrap ul.exchangeTab li img {
        width: 9px;
        height: 5px;
        vertical-align: middle;
    }

    .exchangeTab_wrap ul.exchangeTab li a {
        padding: 0;
        height: 40px;
        line-height: 40px;
    }
/*.exchangeTab_wrap ul.exchangeTab li:last-child {
    padding: 0 5px 5px 0;
    line-height: 30px;
}*/

.exchangeTab li button {
    position: relative;
    padding-right: 20px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.07em;
    /*padding: 5px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #2c4562;
    border-radius: 4px;
    color: #2c4562;
    position: absolute;
    right: 5px;
    top: calc(50% - 3px);
    font-weight: bold;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;*/
}

    .exchangeTab li button img {
        width: 9px;
        height: 5px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
    }

.orderRight .sell_buy_tab_wrap,
.exchageSellBuy {
    height: 35px;
    border-bottom: none;
}

.orderRight {
    position: relative;
}

    .orderRight.pd-40 {
        padding-top: 40px;
    }

.nav > li > .sell_buy_tab {
    padding: 0px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.orderRight .exchageSellBuy_Con.exchageSellBuy_Con1 {
    padding-top: 40px;
}

.tab_in_tab {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    background-color: #f2f4f8;
}

    .tab_in_tab.tab_in_tab2 {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0;
        border-radius: 0;
        background: #fff;
    }

        .tab_in_tab.tab_in_tab2 li:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background: #d8d8d8;
            bottom: 0;
        }

        .tab_in_tab.tab_in_tab2 li.sell_tab.active:before {
            background: #d55144;
        }

.tab_in_tab2 li.sell_tab.active a {
    color: #d55144
}

.tab_in_tab.tab_in_tab2 li.buy_tab.active:before {
    background: #124aa8;
}

.tab_in_tab2 li.buy_tab.active a {
    color: #124aa8;
}

.tab_in_tab li {
    float: left;
    width: 50%;
    text-align: center;
}

    .tab_in_tab li:first-child.active {
        color: #c55a4b;
    }

    .tab_in_tab li a {
        display: block;
        text-align: center;
        color: #222222;
    }

    .tab_in_tab li.active a {
        color: #fff;
        font-weight: bold;
    }

.exchangeTab_wrap ul.exchangeTab li a,
.exchageSellBuy li a {
    border: none !important;
    text-align: center;
    font-size: 13px;
}

.exchageSellBuy li.active {
    background: #fff;
}

    .exchangeTab_wrap ul.exchangeTab li.active a,
    .exchageSellBuy li.active a {
        background: none !important;
    }

.exchangeTab li.active p {
    width: 100%;
    height: 4px;
    background: #2c4562;
    position: absolute;
    bottom: 0;
}

.exchangeTab li.active {
    font-weight: bold;
}

.exchangeCon {
    height: 100%;
}

    .exchangeCon .orderRight .exchageSellBuy {
        border: none;
        background: #f2f4f8;
    }

.exchageSellBuy li {
    height: 35px;
    width: 50%;
}

    .exchageSellBuy li#leaseTab {
        pointer-events: none;
    }

        .exchageSellBuy li#leaseTab a {
            color: #999;
        }

    .exchageSellBuy li:first-child.active a {
        color: #d83a2b;
    }

    .exchageSellBuy li:last-child.active a {
        color: #124aa8;
    }

.exchageSellBuy.coinMarket li.active a {
    color: #2c4562
}

.exchageSellBuy li.active a {
    font-weight: bold;
}

.exchangeCon_wrap {
    position: relative;
    z-index: 99;
    top: 90px;
    height: calc(100% - 90px);
}

    .exchangeCon_wrap > div {
        height: 100%;
    }

.dealBox {
    float: left;
}

.orderLeft {
    width: 46%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}



    .orderLeft .dealPrice td {
        border-top: 1px solid #fff;
        padding: 5px 3px 5px 0;
        display: block;
        height: 35px;
        position: relative
    }

        .orderLeft .dealPrice td .number {
            right: 5px;
        }

        .orderLeft .dealPrice td .dealwrap {
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .orderLeft .dealPrice td .dealwrap p:last-child {
                margin-top: -3px;
                font-size: 12px;
            }

        .orderLeft .dealPrice td:nth-of-type(2n) {
            width: 52%;
            float: right;
            overflow: hidden;
        }

            .orderLeft .dealPrice td:nth-of-type(2n) p {
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 3px;
                font-size: 11px;
                line-height: 10px;
            }

        .orderLeft .dealPrice td.upBg {
            background: #fef6f4;
        }

        .orderLeft .dealPrice td.downBg {
            background: #f2f5fc;
        }

        .orderLeft .dealPrice td p {
            float: right;
            text-align: right;
            word-break: break-all;
        }

        .orderLeft .dealPrice td:first-child {
            border-right: 1px solid #fff;
            width: 48%;
            float: left;
            font-size: 12px;
        }

            .orderLeft .dealPrice td:first-child.active {
                border: 2px solid #2c4562;
            }

#exchainNormal, #exchainLease {
    display: none;
}

    #exchainNormal.active, #exchainLease.active {
        display: block;
    }

.orderRight {
    width: 54%;
    height: 79%;
}



@media(max-height:864px) {
    .orderRight {
        height: 87.5%;
    }
}

@media(max-height:824px) {
    .orderRight {
        height: 86.5%;
    }
}

@media(max-height:773px) {
    .orderRight {
        height: 85.5%;
    }
}

@media(max-height:731px) {
    .orderRight {
        height: 84.5%;
    }
}

@media(max-height:694px) {
    .orderRight {
        height: 83.5%;
    }
}

@media(max-height:659px) {
    .orderRight {
        height: 82.5%;
    }
}

@media(max-height:636px) {
    .orderRight {
        height: 81.5%;
    }
}


.orderRight .exchageSellBuy_Con {
    padding: 5px 8px;
    position: relative;
}

.realSignwarp {
    position: fixed;
    right: 0;
    background: #efefef;
    display: none;
    z-index: 10000;
}

    .realSignwarp > div:first-child,
    .realSignwarp > div:last-child {
        height: 55px;
        text-align: center;
        padding: 8px;
        color: #fff;
    }

    .realSignwarp > div:first-child {
        background: #124aa8;
    }

    .realSignwarp > div:last-child {
        background: #d83a2b;
        position: absolute;
        /*bottom: 0;*/
        width: 100%;
    }

    .realSignwarp > div:nth-of-type(2) {
        width: 100%;
        height: calc(100% - 110px);
        background: #fff;
        overflow-y: auto;
    }

        .realSignwarp > div:nth-of-type(2) table tr {
            height: 30px;
        }

        .realSignwarp > div:nth-of-type(2) table td {
            text-align: right;
            padding-right: 10px;
            font-size: 12px;
            word-break: break-all;
            line-height: 13px;
        }
/* 거래소 코인리스 팝업*/
.leaseConWrap .roboto {
    font-family: 'Roboto';
}

.leaseConWrap .text_blue {
    color: #1f5af6;
}

.leaseConWrap .text_red {
    color: #f13327;
}

.leaseConWrap .text_black {
    color: #333;
}
/*.leaseConWrap .roboto.bold {
    font-weight: bold;
}*/

.leaseExWrap {
    display: none;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
}

    .leaseExWrap .leaseExHead {
        padding: 0 8px;
        height: 35px;
        border-bottom: 1px solid #dfe2e7;
        background: #f3f4f8;
    }

        .leaseExWrap .leaseExHead.red {
            background-color: #f13327
            /*background-color: #f3f4f8;*/
        }

        .leaseExWrap .leaseExHead.blue {
            background-color: #1f5af6;
        }

        .leaseExWrap .leaseExHead h3 {
            float: left;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            line-height: 35px;
        }

        .leaseExWrap .leaseExHead.lease_info_tit h3 {
            color: #2c4562;
        }

        .leaseExWrap .leaseExHead h3 .red {
            color: #f23428;
        }

        .leaseExWrap .leaseExHead a {
            float: right;
            color: #fff;
            font-size: 10px;
            line-height: 35px;
        }

        .leaseExWrap .leaseExHead.lease_info_tit a {
            color: #6a788d;
        }

        .leaseExWrap .leaseExHead a::after {
            display: inline-block;
            margin-left: 4px;
            width: 4px;
            height: 6px;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 6px solid #fff;
            content: '';
        }

        .leaseExWrap .leaseExHead.lease_info_tit a::after {
            content: '';
            display: inline-block;
            margin-left: 4px;
            width: 5px;
            height: 7.5px;
            background: url('../Images/icon_stock.png') no-repeat;
            background-size: 100%;
            border: none;
        }

.leaseConWrap {
    padding: 0 12px;
}

.leaseExWrap .applyList,
.leaseExWrap .leaseCurInfo,
.leaseInfoList {
    padding-top: 10px;
}

.leaseExWrap h4 {
    font-size: 11px;
    text-align: right;
}

.leaseExWrap .applyList h4 {
    line-height: 25px;
}

    .leaseExWrap .applyList h4 img {
        width: 25px;
        float: left;
        vertical-align: top;
    }

.leaseExWrap .applyList p,
.leaseInfoList {
    text-align: right;
}

    .leaseInfoList * {
        line-height: 1;
    }

    .leaseInfoList h4 {
        line-height: 15px;
    }

        .leaseInfoList h4 img {
            width: 15px;
        }

        .leaseInfoList h4 button {
            width: 15px;
            height: 15px;
            background: url(../Images/lease/lease_info_mark.png) 0 0 / 15px no-repeat;
        }

.leaseExWrap p.residue {
    color: #333333;
}

    .leaseExWrap p.residue span:first-child {
        font-size: 21px;
    }

    .leaseExWrap p.residue span:last-child {
        font-size: 12px;
    }

.leaseExWrap p.joinRate {
    font-size: 10px;
    color: #999999;
}

.leaseExWrap .leaseCurInfo ul {
    border-bottom: 1px solid #dddddd;
}

    .leaseExWrap .leaseCurInfo ul li {
        line-height: 28px;
    }

.leaseExWrap .applyList ul li {
    line-height: 25px;
}

    .leaseExWrap .applyList ul li strong {
    }

        .leaseExWrap .applyList ul li strong:first-child,
        .leaseExWrap .leaseCurInfo ul li strong:first-child {
            font-size: 11px;
            color: #666666;
        }

        .leaseExWrap .applyList ul li strong:last-child,
        .leaseExWrap .leaseCurInfo ul li strong:last-child {
            float: right;
            font-size: 12px;
        }

            .leaseExWrap .applyList ul li strong:last-child span
            .leaseExWrap .leaseCurInfo ul li strong:last-child span {
                font-size: 15px;
            }

.leaseExWrap .applyList a,
.leaseMyInfoWarp .leaseShortcut {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #f13327;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.leaseInvestInfoWarp > div:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.leaseInvestInfoWarp .leaseFigure li {
    line-height: 1;
}

.leaseInvestInfoWarp .investTitWrap .investTit {
    float: left;
    line-height: 25px;
    margin-top: 5px;
}

    .leaseInvestInfoWarp .investTitWrap .investTit img {
        width: 25px;
    }

.leaseInvestInfoWarp .investTitWrap .investRevenue {
    float: right;
    text-align: right;
    line-height: 1;
}

    .leaseInvestInfoWarp .investTitWrap .investRevenue p:first-child {
        color: #666666;
        margin-bottom: 6px;
        font-size: 10px;
    }

.leaseInvestInfoWarp .leaseFigure li p:first-child {
    color: #666666;
}

.leaseInvestInfoWarp .leaseFigure li p:last-child {
    padding: 6px 0 14px 5px;
    text-align: right;
    font-size: 12px;
}

.layer_tooltip {
    display: inline-block;
}

    .layer_tooltip button {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url('../Images/lease/tooltip.png');
        background-size: 100%;
        margin-left: 6px;
    }

    .layer_tooltip .tooltip.in {
        opacity: 1;
        color: #333;
    }

    .layer_tooltip .tooltip {
        /*padding-left: 24px;*/
        /*left: 5px !important;*/
        padding-right: 5px;
        font-family: 'Nanum Gothic', sans-serif;
    }

.invest_tooltip.layer_tooltip .tooltip {
    left: 5px !important
}

.layer_tooltip .tooltip-inner {
    max-width: 230px;
    padding: 12px 10px;
    box-sizing: border-box;
    background: #f6fbff;
    border-radius: 0.3em;
    border: 1px solid #b7bfd3;
    color: #333;
    font-size: 10px;
    line-height: 16px;
    word-break: keep-all;
    opacity: 1;
    border-radius: 0;
    text-align: left;
}

.layer_tooltip .tooltip-arrow {
    width: 15px;
    height: 7px;
    background: url('../Images/lease/tooltip_arrow.png') no-repeat center center;
    background-size: 100%;
    border: 0;
    bottom: -1px !important;
}

.layer_tooltip:hover > span {
    display: block;
}

.layer_tooltip > span:before {
    content: "";
    width: 15px;
    height: 7.5px;
    background-image: url('../Images/lease/tooltip_arrow.png');
    background-size: 100%;
    position: absolute;
    bottom: -7px;
    left: 83px;
}

.layer_tooltip > span strong {
    color: #1f5af6;
}

.exchageSellBuy_Con
.exchangeCon_wrap .market_stat_list,
.exchangeCon_wrap .market_stat_list li {
    width: 100%;
}

.exchageSellBuy_Con .dealCon .dealCommon {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #dae0e4;
    position: relative;
}

.exchageSellBuy_Con .dealCon .dealPo {
    width: 100%;
    height: auto;
    border: none;
    margin-top: 0;
}

    .exchageSellBuy_Con .dealCon .dealPo p {
        line-height: 20px;
        position: static;
        font-size: 12px;
    }

        .exchageSellBuy_Con .dealCon .dealPo p:first-child {
            float: left;
        }

        .exchageSellBuy_Con .dealCon .dealPo p:last-child {
            float: right;
            text-align: right;
        }

            .exchageSellBuy_Con .dealCon .dealPo p:last-child span:first-child {
                position: relative;
                top: 0;
                font-size: 12px;
                font-weight: bold;
                /*margin: 0 5px 0 0;*/
                word-break: break-all;
            }

            .exchageSellBuy_Con .dealCon .dealPo p:last-child .dealCoin_name {
                margin-left: 4px;
                position: relative;
                top: 0;
                font-size: 11px;
                font-weight: normal;
            }

.exchageSellBuy_Con .deal_inputBox p {
    width: calc(100% - 60px);
    height: 100%;
    position: relative;
}

.exchageSellBuy_Con .dealCon .deal_inputBox {
    height: 35px;
    padding-left: 5px;
}

    .exchageSellBuy_Con .dealCon .deal_inputBox .gColor {
        color: #95a6b2;
        font-size: 12px;
    }

.exchageSellBuy_Con .deal_inputBox p span,
.exchageSellBuy_Con .deal_inputBox p input {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.exchageSellBuy_Con .deal_inputBox p input {
    width: 80%;
    padding: 0px 5px 0px 2px;
    right: 0;
    text-align: right;
    height: 33px;
    line-height: 33px;
    background-color: transparent;
}

    .exchageSellBuy_Con .deal_inputBox p input::placeholder {
        text-align: right;
        font-size: 13px;
    }

    .exchageSellBuy_Con .deal_inputBox p input.amount::placeholder {
        color: #dae0e4;
    }

    .exchageSellBuy_Con .deal_inputBox p input.price::placeholder {
        color: #333;
    }

.exchageSellBuy_Con .dealCon .deal_inputBox button {
    width: 30px;
    height: 100%;
    background: #f2f4f8;
    border-left: 1px solid #dae0e4;
    position: absolute;
    top: 0;
    font-size: 16px;
    font-weight: 900;
    color: #2c4562;
}

.exchageSellBuy_Con .dealCon .deal_inputBox .plus {
    right: 0;
}

.exchageSellBuy_Con .dealCon .deal_inputBox .minus {
    right: 30px;
}

.exchageSellBuy_Con .deal_inputBox .priceLabel {
    position: absolute;
    right: 5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.exchageSellBuy_Con .deal_buttonBox {
    margin-top: 0 !important;
    border-top: none !important;
}

    .exchageSellBuy_Con .deal_buttonBox button {
        background: blue;
        font-weight: bold;
        color: #95a6b2;
        width: 25%;
        height: 100%;
        position: absolute;
        background: none;
        border-right: 1px solid #dae0e4;
        background: #f2f4f8;
        font-size: 12px;
    }

        .exchageSellBuy_Con .deal_buttonBox button.active {
            background: #95a6b2;
            color: #fff;
        }

        .exchageSellBuy_Con .deal_buttonBox button:nth-of-type(1) {
            left: 0;
        }

        .exchageSellBuy_Con .deal_buttonBox button:nth-of-type(2) {
            left: 25%
        }

        .exchageSellBuy_Con .deal_buttonBox button:nth-of-type(3) {
            right: 25%;
        }

        .exchageSellBuy_Con .deal_buttonBox button:nth-of-type(4) {
            right: 0;
            border-right: none;
        }

.dealBill div .billTit {
}

    .dealBill div .billTit > span {
        letter-spacing: -0.05em;
        margin-right: 0 !important;
        font-weight: normal !important;
    }

.exchageSellBuy_Con .dealBill .bill {
    border-bottom: 1px solid #e5e8ea;
}

    .exchageSellBuy_Con .dealBill .bill,
    .exchageSellBuy_Con .dealBill .bill li {
        position: relative;
    }

        .exchageSellBuy_Con .dealBill .bill li {
            height: auto;
        }

.exchageSellBuy_Con .dealBill .gColor {
    color: #999999;
    font-size: 10px;
    margin-left: 2px;
}

.exchageSellBuy_Con .dealBill .bill li p {
    /*display: inline-block;*/
    position: static;
}

    .exchageSellBuy_Con .dealBill .bill li p.billTit {
        float: left;
    }

    .exchageSellBuy_Con .dealBill .bill li p.billPrice {
        float: right;
        /*margin-right: 5px;*/
        text-align: right;
    }

.exchageSellBuy_Con .dealBill > div p.billPrice {
    right: 5px;
    top: 18px;
}

.exchageSellBuy_Con .dealBill > div p span {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    font-weight: bold;
    max-width: calc(100% - 21px)
}

.exchageSellBuy_Con .dealBill .bill li p.billTit,
.exchageSellBuy_Con .dealBill > div p.billTit {
    left: 5px;
}

.exchageSellBuy_Con .dealBill > div {
    position: relative;
    margin: 10px 0;
    font-size: 10px;
    color: #95a6b2;
}

    .exchageSellBuy_Con .dealBill > div p {
        position: absolute;
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

        .exchageSellBuy_Con .dealBill > div p:first-child {
            letter-spacing: -0.15em;
        }

.exchageSellBuy_Con .e_btn div {
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
}

    .exchageSellBuy_Con .e_btn div a {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
    }

.exchageSellBuy_Con .e_btn article:nth-of-type(1) div:nth-of-type(1) {
    width: 37%;
    float: left;
    background: #95a6b2;
}

.exchageSellBuy_Con .e_btn article:nth-of-type(2) {
    margin-top: 4px;
}

    .exchageSellBuy_Con .e_btn article:nth-of-type(2) div {
        text-align: center;
        background: #2c4562;
    }

.exchageSellBuy_Con .e_btn div:nth-of-type(2) {
    width: 61%;
    float: right;
}

.exchageSellBuy_Con .e_buyBtn div {
    background: #d55144;
}

    .exchageSellBuy_Con .e_buyBtn div a,
    .exchageSellBuy_Con .e_btn div a {
        font-weight: bold;
    }

.exchageSellBuy_Con .e_sellBtn div {
    background: #124aa8;
}

.exchageSellBuy_Con .e_btn .navy {
    background: #2c4562;
    border-radius: 4px;
}

.exchageSellBuy_Con .e_btn article:nth-of-type(2)

.exchangeCon_wrap .market_stat_list li div {
    float: left;
    width: 50%;
}

.exchangeCon_wrap .chartBox {
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.exchangeCon_wrap > .active {
    width: 100%;
}

.exchageSellBuy_Con .e_btn .e_btn_r_login{
    background:#d55144 !important;
    width:100% !important;
}

.exchageSellBuy_Con .e_btn .e_btn_b_login {
    background: #124aa8 !important;
    width: 100% !important;
}

.feeInfoWrap {
}

.feeInfo::after {
    display: block;
    content: '';
    clear: both;
}

.feeInfoWrap li {
}

    .feeInfoWrap li:first-child {
        float: left;
    }

    .feeInfoWrap li:last-child {
        float: right;
    }

.dealPrice .gageBg {
    width: 100%;
    height: 20px;
    position: absolute;
}
/*.dealPrice .downBg .gageBg {
    background: #e2e7ef;
}*/
.dealPrice .downBg .gageBg span {
    /*width: 60%;*/
    height: 100%;
    background: #dbe4f3;
}
/*.dealPrice .upBg .gageBg {
    background: #f0e9e8;
}*/
.dealPrice .upBg .gageBg span {
    /*width: 60%;*/
    height: 100%;
    background: #fae3e0;
}
/*
    시장가거래 라디오 ******************************************************/
.marketPriceWrap {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1;
}

    .marketPriceWrap ul {
        margin: 0px 0 15px;
    }

        .marketPriceWrap ul li {
            display: inline-block;
            float: left;
        }

            .marketPriceWrap ul li:first-child {
                margin-right: 20px;
            }
            /*.marketPriceWrap ul li:first-child {
    margin-right: 30px;
}*/
            .marketPriceWrap ul li label {
                position: relative;
                padding-left: 20px;
                line-height: 15px;
                color: #999999;
            }

            .marketPriceWrap ul li input {
                display: none;
            }

                .marketPriceWrap ul li input[type=radio]:checked + label {
                    color: #2c4562;
                }

                    .marketPriceWrap ul li input[type=radio]:checked + label:before {
                        background: url('../Images/m_icon_check.png') no-repeat center center;
                        background-size: 9px 7px;
                        background-color: #2c4562;
                        border: none;
                    }

            .marketPriceWrap ul li label:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                width: 15px;
                height: 15px;
                border-radius: 5em;
                border: 1px solid #ccc;
                background-color: #dddddd;
            }


/*
    거래소 모달 ******************************************************/
.exchangeModal .modal-content {
    width: 90%;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: inherit;
    padding-bottom: 25px;
}

    .exchangeModal .modal-content .modal-body {
        padding: 25px 15px;
    }

.exchangeModal .coinAmount {
    width: 100%;
}

    .exchangeModal .coinAmount table {
        margin-top: 10px;
        border-top: 1px solid #dfe2e7;
    }

        .exchangeModal .coinAmount table tr {
            height: 35px;
        }

            .exchangeModal .coinAmount table tr td {
                border-bottom: 1px solid #dfe2e7;
            }

                .exchangeModal .coinAmount table tr td:first-child {
                    padding-left: 15px;
                    background: #f5f5f7;
                }

                .exchangeModal .coinAmount table tr td:last-child {
                    padding-right: 15px;
                    text-align: right;
                    font-weight: bold;
                    color: #2c4562;
                }

.exchangeModal .hasAmount {
    margin-top: 20px;
}

.exchangeModal .hasAmount_krw {
    margin-top: 0 !important;
}

.exchangeModal .hasAmount h5 {
    margin-bottom: 10px;
    font-size: 15px;
}

.exchangeModal .hasAmount .average_info {
    font-size: 12px;
    line-height: 1.3em;
    margin: 15px 0;
}

.exchangeModal .hasAmount ul.has_info {
    position: relative;
    height: 35px;
    background: #f2f4f8;
}

    .exchangeModal .hasAmount ul.has_info li {
        display: inline-block;
        position: absolute;
        height: 35px;
        line-height: 35px;
        color: #2c4562;
    }

.exchangeModal .hasAmount ul.has_info_apply {
    position: relative;
    background: #f5f5f7;
}

    .exchangeModal .hasAmount ul.has_info_apply,
    .exchangeModal .hasAmount ul.has_info_apply li {
        height: 50px;
        line-height: 50px;
    }

        .exchangeModal .hasAmount ul.has_info_apply li div {
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .exchangeModal .hasAmount ul.has_info_apply li div p {
                height: 18px;
                line-height: 18px;
            }

                .exchangeModal .hasAmount ul.has_info_apply li div p:first-child {
                    top: 0;
                }

                .exchangeModal .hasAmount ul.has_info_apply li div p:last-child {
                    bottom: 0;
                }

.exchangeModal .hasAmount ul.has_info li .txt {
    font-size: 11px;
    margin-left: 3px;
}

.exchangeModal .hasAmount ul.has_info li:first-child {
    left: 18px;
    font-size: 15px;
}

.exchangeModal .hasAmount ul.has_info li:last-child {
    right: 18px;
    font-size: 14px;
}

    .exchangeModal .hasAmount ul.has_info li:last-child span {
        font-size: 15px;
    }

.exchangeModal .hasAmount table {
    border-top: 1px solid #dfe2e7;
}

    .exchangeModal .hasAmount table tr {
        height: 35px;
        border-bottom: 1px solid #dfe2e7;
    }

        .exchangeModal .hasAmount table tr:nth-of-type(1),
        .exchangeModal .hasAmount table tr:nth-of-type(2) {
            background: #f5f5f7;
        }

        .exchangeModal .hasAmount table tr:nth-of-type(3) td,
        .exchangeModal .hasAmount table tr:nth-of-type(4) td {
            font-weight: bold;
        }

        .exchangeModal .hasAmount table tr:nth-of-type(1) td p:last-child,
        .exchangeModal .hasAmount table tr:nth-of-type(2) td p:last-child,
        .asset_tit table tr td p:last-child {
            font-size: 11px;
        }

        .exchangeModal .hasAmount table tr td {
            text-align: center;
            padding: 5px 0;
            font-size: 13px;
        }

            .exchangeModal .hasAmount table tr td:nth-of-type(2) {
                border-left: 1px solid #dfe2e7;
                border-right: 1px solid #dfe2e7;
            }

.exchangeModal .ex_modalOK {
    width: 110px;
    height: 40px;
    background: #2c4562;
    color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.txtAlert .exchange_alert_table thead th {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #2c4562;
    background: #f2f4f8;
    font-size: 15px;
}

.txtAlert .exchange_alert_table tbody td
.txtAlert .exchange_alert_table thead th {
    padding: 12px 0;
}

.txtAlert .exchange_alert_table tbody td {
    padding-top: 9px;
    padding-bottom: 9px;
}

    .txtAlert .exchange_alert_table tbody td:first-child {
        text-align: left;
        font-size: 13px;
        padding-left: 20px;
        vertical-align: top;
    }

    .txtAlert .exchange_alert_table tbody td:last-child {
        text-align: right;
        font-size: 13px;
        padding-right: 20px;
        word-break: break-all;
    }

    .txtAlert .exchange_alert_table tbody td span {
        margin-left: 5px;
    }

        .txtAlert .exchange_alert_table tbody td span.gColor {
            color: #999999;
        }

.txtAlert .exchange_alert_table tbody tr:last-child {
    border-top: 1px solid #e5e8ea;
    border-bottom: 1px solid #e5e8ea;
}

.interrogation {
    font-size: 15px;
    margin-top: 30px;
}
/********************************************************************************
    코인마켓 코인선택창 ********************************************************/
.select_list {
    width: 100%;
    height: 65px;
    top: 34px;
    background: #fff;
    position: fixed;
    z-index: 1000;
    display: none;
}

    .select_list .listTab {
        width: 100%;
        border-bottom: 1px solid #2c4562;
        position: fixed;
        z-index: 501;
        background: #fff;
        top: 45px;
    }

        .select_list .listTab li {
            width: 20%;
            height: 30px;
        }

            .select_list .listTab li.noAction a {
                pointer-events: none;
            }

            .select_list .listTab li.active a {
                border-bottom: 4px solid #2c4562;
                font-weight: bold;
            }

            .select_list .listTab li a {
                display: inline-block;
                line-height: 30px;
                width: 100%;
                height: 100%;
                text-align: center;
                color: #2c4562;
                padding: 0;
            }

        .select_list .listTab button {
            height: 100%;
            width: 100%;
        }

            .select_list .listTab button span {
                margin-right: 5px;
                width: 14px;
                height: 13px;
                background: url('../Images/m_favorite.png') no-repeat;
                background-size: 100%;
                background-position: 0px 0px;
            }

.ex_coinList {
    position: relative;
    top: 65px;
    /*z-index: 9999;*/
    z-index: 0;
    width: 100%;
    overflow: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
}

    .ex_coinList ul li {
        padding: 10px 25px;
        box-sizing: border-box;
        height: 60px;
        border-bottom: 1px solid #dfe2e7;
        position: relative;
        background: #fff;
    }


        .ex_coinList ul li.active {
            border-left: 7px solid #2c4562;
            background: #f9fafe;
        }

            .ex_coinList ul li.active div:first-child {
                font-weight: bold;
                color: #2c4562;
            }

        .ex_coinList ul li div {
            display: inline-block;
        }

            .ex_coinList ul li div:first-child {
                float: left;
                height: 40px;
                line-height: 40px;
            }

            .ex_coinList ul li div:nth-of-type(2) {
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .ex_coinList ul li div:last-child {
                float: right;
            }

                .ex_coinList ul li div:last-child p {
                    text-align: right;
                    position: relative;
                }

                    .ex_coinList ul li div:last-child p:last-child {
                        padding-left: 18px;
                        font-size: 12px;
                        display: inline-block;
                        float: right;
                    }

.signTop {
    width: 100%;
    height: 54px;
    padding: 12px 8px;
    overflow: hidden;
}

.signTab {
    border: none;
    width: 150px;
}

.signSelect {
    height: 30px;
    width: 50%;
    position: absolute;
    top: 12px;
    right: 8px;
}

    .signSelect select {
        height: 30px;
        width: 95px;
        float: right;
        border: 1px solid #dfe2e7;
        background: #fff;
        color: #2c4562;
        border-radius: 4px;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url('../Images/btn_arrw_dw2.png') no-repeat 90% 50%;
        background-size: 9px 5px;
        padding: 0 10px;
    }

        .signSelect select option {
            color: #2c4562;
        }

            .signSelect select option:checked,
            .signSelect select option:hover {
                background: #f5f6f8;
            }

.nonSelect select {
    width: 90px;
    background: url('../Images/btn_arrw_dw2.png') no-repeat 90% 50%;
    background-size: 9px 5px;
}

.signTab li {
    border: 1px solid #dfe2e7;
    border-radius: 4px;
    height: 30px;
    width: 70px;
    margin-right: 5px;
}

    .signTab li.active {
        border-color: #2c4562;
    }

        .signTab li.active a {
            font-weight: bold;
            color: #2c4562;
        }

    .signTab li a {
        width: 100%;
        height: 100%;
        line-height: 30px;
        padding: 0;
        text-align: center;
        color: #798ba0;
    }

.signCon00 table.signH {
    border-top: 1px solid #dfe2e7;
}

.signCon00 table thead tr {
    background: #f9fafe;
    font-weight: bold;
    color: #798ba0;
}

.signCon00 table tr {
    height: 35px;
    border-bottom: 1px solid #dfe2e7;
}

    .signCon00 table tr td:first-child {
        padding-left: 12px
    }

    .signCon00 table tr td:last-child {
        padding-right: 12px;
    }

.signCon00 table thead td .all_cancel {
    width: 60px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dee2eb;
    border-radius: 3px;
    font-size: 12px;
    color: #1e1e1e;
    font-family: 'Nanum Gothic', sans-serif;
}

.signCon00 table tbody td:last-child button {
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
}

    .signCon00 table tbody td:last-child button.redBg {
        background: #d55144;
        color: #fff;
    }

    .signCon00 table tbody td:last-child button.blueBg {
        background: #124aa8;
        color: #fff;
    }

.signCon00 table tr td {
    text-align: center;
    font-size: 14px;
}

.signCon00 button.add,
#nonSign .add,
.deal_wrap .add,
.add,
.more .notice_add {
    text-align: center;
    width: 95px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #2c4562;
    margin-top: 15px;
    line-height: 35px;
    color: #2c4562;
    font-weight: bold;
}

.deal_wrap .add {
    /*position: relative;*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.signCon00 button.add,
#nonSign .add,
.add {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/***************************************************************
    ▼ 로그인 + 공통   *****************************************/
.titWrap {
    position: relative;
    padding: 52px 22px 100px 22px;
    /*height: 800px;*/
    font-family: 'Noto Sans KR';
    /*margin-bottom: 60px;*/
}

    .titWrap h3 {
        color: #2c4562;
    }

.formWrap {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
}

    .formWrap .input-field {
        width: 100%;
        min-height: 40px;
        /*height: auto;*/
        position: relative;
    }

.input-field p {
    margin-top: 5px;
    color: #ff446a;
    display: none;
}

.formWrap .input-field input {
    width: 100%;
    height: 50px;
    line-height: 40px;
    border: 1px solid #eaebea;
    padding: 0 10px;
    font-size: 12px;
}

.input-field input::placeholder {
    color: #bcc3c9;
    font-size: 12px;
}

.inputPass {
    margin-top: 10px;
}

.input-field input.active {
    border-bottom: 1px solid #ff446a;
}

.loginError .input-field p {
    display: block;
}


.navyBtn {
    width: 100%;
    height: 45px;
    background: #2c4562;
    color: #fff;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

    .navyBtn a {
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

    .navyBtn img {
        width: 13px;
        height: 16px;
        margin: 14px 6px 0 0;
    }

.yellowBtn {
    width: 100%;
    height: 45px;
    background: #fee500;
    color: #191919;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

    .yellowBtn a {
        width: 100%;
        height: 100%;
        color: #191919;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

    .yellowBtn img {
        width: 17px;
        height: 17px;
        margin: 14px 6px 0 0;
    }

.blackBtn {
    width: 100%;
    height: 45px;
    background: #20232a;
    color: #fff;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

    .blackBtn a {
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

    .blackBtn img {
        width: 16px;
        height: 19px;
        margin: 13px 11px 0 0;
    }

.greyBtn {
    width: 100%;
    height: 45px;
    background: #e5e5e5;
    color: #fff;
    margin: 6px 0 15px 0;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

    .greyBtn a {
        width: 100%;
        height: 100%;
        color: #444444;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

.titWrap .mfWrap {
    display: inline-block;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 30px;
    margin-top: 15px;
}

    .titWrap .mfWrap li {
        float: left;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
    }

        .titWrap .mfWrap li:nth-child(2n) {
            width: 1px;
            height: 13px;
            background: #95a6b2;
            margin: 0 8px;
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.popup_join {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

    .popup_join .popup_join_title {
        width: 90%;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 12px 0;
    }

        .popup_join .popup_join_title a {
            font-size: 18px;
            font-family: 'Noto Sans KR';
            color: #20232a;
            font-weight: 500;
        }


        .popup_join .popup_join_title img {
            float: right;
            width: 18px;
            height: 18px;
            margin-top: 4px;
        }

    .popup_join .popup_join_content {
        border-top: 1px solid #e5e5e5;
        padding: 6rem 2.5rem;
    }

        .popup_join .popup_join_content > :nth-child(1) {
            width: 70px;
        }

/*휴대폰 본인인증 추가*/
.mobile_identification {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 1000;
    padding: 8px 11px;
    font-family: 'Noto Sans KR';
}

    .mobile_identification h4 {
        font-size: 25px;
        font-weight: 400;
        line-height: 32px;
    }

        .mobile_identification h4 span {
            font-weight: 500;
        }

    .mobile_identification p {
        font-size: 17px;
        color: #20232a;
        margin-bottom: 66px;
    }

        .mobile_identification p span {
            display: initial;
            color: #2c4562;
            font-weight: 500;
        }

    .mobile_identification .mobile_identification_content {
        padding-top: 7.5rem;
        width: 94%;
        margin: 0 auto;
    }

    .mobile_identification img {
        float: right;
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }

    .mobile_identification button {
        width: 100%;
        background: #2c4562;
        height: 65px;
        color: #ffffff;
        font-size: 16px;
        border-radius: 4px;
        font-weight: 500;
    }

.robot {
    width: 300px;
    /*background: #efefef;*/
    margin: 25px auto 0;
}

.lock_wrap {
    padding: 20px 0 0px 0;
}

.userTit {
    font-size: 18px;
}

.registerTit {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #1e1e1e !important;
}

    .registerTit span {
        color: #2c4562;
        font-weight: 500;
    }
/* 아이디 찾기 */
.titWrap h3 > span.findid_tit {
    margin-right: 15px;
    position: relative;
}

    .titWrap h3 > span.findid_tit::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 11px;
        background: #95a6b2;
        right: -9px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.titWrap h3 > span.findid_info {
    font-size: 10px;
    line-height: 18px;
}

.findid_result p.txt {
    font-size: 14px;
    color: #2c4562;
    text-align: center;
    margin: 32px 0;
}

.findid_result .id_result {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #2c4562;
    border-radius: 4px;
}
/***************************************************************
    ▼ 계정잠금    ********************************************/
#p_limit {
    width: 100%;
    margin-top: 20px;
    height: 45px;
}

    #p_limit button {
        border-radius: 4px;
        height: 100%;
    }
/***************************************************************
    ▼ 비밀번호 찾기    ****************************************/
.titWrap .emailWrap {
    width: 100%;
    border: 1px solid #eaebea;
}

    .titWrap .emailWrap input {
        border: none;
        width: calc(100% - 80px);
    }

    .titWrap .emailWrap button {
        width: 77px;
        height: 50px;
        background: #2c4562;
        color: #fff;
        position: relative;
        right: 0;
    }

.formWrap .pfAfter {
    position: absolute;
    top: 20px;
    width: 100%;
    background: #fff;
    height: 320px;
    display: none;
}
/***************************************************************
    ▼ 회원가입    *********************************************/
.content .agree_row {
    position: relative;
    margin-top: 1px;
}

.content .option_agree {
    color: #999;
    font-size: 11px;
    margin-top: 5px;
}

.terms_chap {
    margin-top: 22px;
}

    .terms_chap ul li {
        font-size: 12px;
        font-weight: bold;
        color: #2c4562;
        margin-bottom: 5px;
    }

.mail_send {
    width: 90px;
    height: 50px;
    background: #2c4562;
    color: #fff;
    position: absolute;
    right: 0;
}
/* 보이스피싱 레이어팝업 190711 지니*/
#phishing_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 1);
    z-index: 999;
}

.user_video_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

    .user_video_wrap.landscape {
        height: 100%;
        background-color: rgba(0,0,0, 1);
    }

    .user_video_wrap video {
        width: 100%;
        vertical-align: top;
    }

    .user_video_wrap.landscape video {
        width: auto;
        height: 100%;
    }

    .user_video_wrap span {
        color: #fe2e2e;
        font-size: 12px;
        display: block;
        width: 100%;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: rgba(255,255,255, 0.7);
        line-height: 18px;
        z-index: 2;
    }

    .user_video_wrap.landscape span {
    }

/*체크박스 디자인*/
.content .agree_row input {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.content .agree_row label {
    position: relative;
    padding-left: 20px;
    letter-spacing: -0.03em;
    font-size: 13px;
}

    .content .agree_row label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #2c4562;
        border-radius: 20%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.content .agree_row [type="checkbox"]:checked + label::before {
    background: url('../Images/m_icon_check01.png') no-repeat center center;
    background-size: 6px;
    background-color: #2c4562;
}
/*체크박스 디자인*/
.content .agree_row .txt {
    display: inline-block;
    right: 0;
    position: absolute;
    color: #2c4562;
    font-size: 12px;
    height: 14px;
}

    .content .agree_row .txt a img {
        width: 6px;
        height: 10px;
        padding: 2px 0 2px 10px;
        box-sizing: content-box;
    }

.input-field .txt {
    line-height: 16px;
    position: relative;
    color: #2c4562;
}

.subTxt p {
    position: relative;
    color: #2c4562;
}

.input-field .txt p {
    position: relative;
}

span.icon-i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 14px;
    background: url('../Images/m_icon_register.png') no-repeat center center;
    background-size: 100%;
}

.recommend {
    padding: 20px 0;
}

.mailAlert .warp .iconAlert {
    width: 35px;
    height: 42px;
    background: url('../Images/m_icon_screamer.png') no-repeat;
    background-size: 100%;
}

/* 아이콘 */
.iconAlert {
}
/* 아이콘 */

.mailAlert .modal-content .btnWarp {
    width: 110px;
}
/***************************************************************
    ▼ 회원가입 완료    ***************************************/
.register_ok_wrap h3 {
    margin-top: 2px;
    font-size: 18px;
}

.register_ok {
    text-align: center;
}

.register_ok_box01 {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #2c4562;
    line-height: 18px;
}

    .register_ok_box01 > em,
    .register_ok_box01 > span {
        display: block;
        padding-top: 7px;
    }

    .register_ok_box01 > em {
        color: #999;
        font-weight: 300;
        padding-top: 10px;
    }

    .register_ok_box01 > span {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }
/***************************************************************
    ▼ 자산조회 - 자산조회   ***********************************/
.assetFixed {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.assetTab_wrap .assetTab {
    border-bottom: 1px solid #2c4562;
}

.asset_header .asset_wrap .assetTit {
    background: none;
    color: black;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 16px;
    padding-left: 15px;
}

    .asset_header .asset_wrap .assetTit span {
        width: 9px;
        height: 16px;
        background: blue;
        left: 0;
        background: url('../Images/btn_back.png') no-repeat;
        background-size: 100%;
    }

.asset_header .asset_wrap_R .ico_logo {
    width: 90px;
    height: 22px;
    background: blue;
    right: 66px;
    background: url('../Images/ico_logo.png') no-repeat;
    background-size: 100%;
}

.subTab li.active p {
    width: 100%;
    height: 4px;
    background: #2c4562;
}

.subTab li.active a {
    font-weight: bold;
    color: #2c4562;
}

.subTab li a {
    text-align: center;
    font-size: 15px;
}

.assetTab li {
    width: 33.33%;
}

.asset_top_wrap {
    padding: 0 12px;
    background: #f2f4f8;
}

.assetContent .asset_info {
    width: 100%;
    padding: 0 12px;
}

    .assetContent .asset_info tr:first-child {
        border-bottom: 1px solid #dfe2e7;
        background: #f2f4f8;
    }

        .assetContent .asset_info tr:first-child td {
            color: #2c4562;
        }

            .assetContent .asset_info tr:first-child td:first-child {
                width: 130px;
            }

    .assetContent .asset_info tr td:nth-of-type(2n+1) {
        padding: 14px 0 14px 12px;
    }

    .assetContent .asset_info tr td:nth-of-type(2n) {
        text-align: right;
        padding: 14px 12px 14px 0;
    }

.asset_total .pColor {
    display: flex;
    width: 130px;
}

.won_tooltip_btn {
    width: 14px;
    height: 14px;
    margin: 3px 1px 1px 4px;
    position: relative;
    top:0px;
    left:0px;
}

.won_tooltip {
    position: absolute;
    background: url(/Images/m_asset_box2.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 55px;
    top: 36px;
    left: 51px;
    z-index:1;
}

@media(max-width:363px){
    .won_tooltip_btn {
        margin: 2px 1px 1px 4px;
    }

    .won_tooltip {
        top: 33px;
        left: 35px;
    }
}

.won_tooltip p {
    font-size: 12px;
    color: #1e1e1e;
    font-family: 'Noto Sans KR';
    margin-top: 14px;
    margin-left: 11px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.all_amount .won_tooltip_btn {
    margin: -1px 1px 1px 4px;
    vertical-align:sub;
}

.all_amount .won_tooltip {
    background: url(/Images/m_asset_box.png) no-repeat;
    top: 26px;
    left: 2px;
    background-size: 100%;
}

    .all_amount .won_tooltip p{
        margin-left:11px;
        float:left !important;
    }

    .asset_info .asset_total td:first-child div:nth-of-type(2),
    .asset_info .hasKrw td:last-child div:last-child,
    .asset_info .hasCoin td:last-child div:last-child {
        color: #95a6b2;
        font-size: 11px;
    }

.assetContent .asset_info .hasCoin td {
    padding: 0 12px 14px 12px !important;
}

.asset_tit,
.asset_hasCoin {
    padding: 0 13px;
    margin: 12px 0;
}

.asset_hasCoin {
    padding: 0 13px 11rem 13px;
}

.asset_tit table {
    background: #f5f5f7;
    border-top: 1px solid #dfe2e7;
}

    .asset_tit table tr {
        height: 35px;
        border-bottom: 1px solid #dfe2e7;
    }

        .asset_tit table tr td {
            text-align: center;
            padding: 5px 0;
        }

            .asset_tit table tr td:nth-of-type(1),
            .asset_tit table tr td:nth-of-type(2),
            .asset_hasCoin table tr td:nth-of-type(1),
            .asset_hasCoin table tr td:nth-of-type(2) {
                border-right: 1px solid #dfe2e7;
            }

.asset_hasCoin table {
    border-top: 1px solid #2c4562;
    margin-top: 12px;
}

    .asset_hasCoin table tr,
    .assetList thead tr,
    .assetList tbody tr {
        border-bottom: 1px solid #dfe2e7;
    }

        .asset_hasCoin table tr:first-child td {
            background: #f2f4f8;
            padding: 10px;
            border: none;
        }

            .asset_hasCoin table tr:first-child td div:last-child {
                font-size: 16px;
            }

                .asset_hasCoin table tr:first-child td div:last-child .asc i {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    background: url('../Images/icon_change.png') no-repeat;
                    background-size: 100%;
                }

            .asset_hasCoin table tr:first-child td div {
                color: #2c4562;
            }

        .asset_hasCoin table tr td {
            text-align: right;
            word-break: break-all;
            padding: 10px 25px 10px 10px;
        }

        .asset_hasCoin table tr.btnBox {
            display: none;
        }

            .asset_hasCoin table tr.btnBox td {
                padding: 7px 12px;
                border-right: none;
            }

        .asset_hasCoin table tr:nth-of-type(3) td,
        .asset_hasCoin table tr:nth-of-type(4) td {
            border-right: 1px solid #dfe2e7;
        }

            .asset_hasCoin table tr:nth-of-type(3) td:last-child,
            .asset_hasCoin table tr:nth-of-type(4) td:last-child {
                border-right: none;
            }

        .asset_hasCoin table tr.btnBox td div {
            position: relative;
        }

        .asset_hasCoin table tr.btnBox .asset_update {
            position: absolute;
            left: 0;
            font-size: 14px;
            color: #1e1e1e;
            background: #f5f5f7;
            width: 93%;
            height: 70px;
            margin-top: 3rem;
            margin-left: 1.2rem;
        }

            .asset_hasCoin table tr.btnBox .asset_update h1 {
                font-size: 14px;
                text-align: center;
                line-height: 2rem;
                margin-top: 1.5rem;
            }

        .asset_hasCoin table tr.btnBox .btn {
            width: 32%;
            height: 30px;
            background: gray;
            line-height: 30px;
            padding: 0;
            float: left;
        }

        .asset_hasCoin table tr.btnBox .buyBtn {
            border: 1px solid #d83a2b;
            background: #fef6f4;
            color: #d83a2b;
            margin-right: 2%;
        }

        .asset_hasCoin table tr.btnBox .sellBtn {
            border: 1px solid #124aa8;
            background: #f2f5fc;
            color: #124aa8;
            margin-right: 2%;
        }

        .asset_hasCoin table tr.btnBox .chartBtn {
            border: 1px solid #78899c;
            background: #fff;
            color: #78899c;
        }

    .asset_hasCoin table .arrow {
        width: 11px;
        height: 7px;
        background: url('../Images/btn_arrw_dw2.png') no-repeat;
        background-size: 100%;
        position: relative;
        top: -2px;
        margin-left: 5px
    }

.asset_total td:last-child span,
.hasKrw td:last-child > div:first-child > span,
.hasCoin td:last-child > span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
}
/* 자산입출금 */
.cap_holder_wrap {
    padding-bottom: 0rem;
}

.asset_nonsign_wrap,
.c_deal_wrap,
.k_deal_wrap,
.notice {
    padding: 12px 13px;
}

.asset_list_wrap {
    /*padding: 0 13px 12px;*/
}

.myInfo_wrapper {
    padding: 0;
}

.asset_list_wrap .listTit {
    top: 206px;
    /*position: fixed;*/
    /*width: calc(100% - 26px);*/
    width: 100%;
}

.listTit_wrap {
    padding: 12px 13px 0;
    background: #fff;
    /*position: absolute;
        top: 185px;*/
    width: 100%;
}

.listTit {
    width: 100%;
}

.asset_list_wrap .listFixed {
    /*height: calc(100% - 320px);*/
    /*overflow-y: scroll;*/
    /*position: fixed;*/
    /*width: calc(100% - 26px);*/
    /*margin-top: 205px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    width: calc(100% - 24px);
    margin-left: 12px;
    /*padding-bottom: 10rem;*/
}

    .asset_list_wrap .listFixed > table {
        position: relative;
    }

.list_116_01 {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 80px;
}

.list_116_02 {
    position: absolute;
    width: calc(100% - 26px);
}

.assetList thead {
    background: #f5f5f7;
    border-top: 1px solid #dfe2e7;
}

    .assetList thead tr td {
        height: 50px;
    }

    .assetList thead tr td,
    .assetList tbody tr td {
        border-right: 1px solid #dfe2e7;
        text-align: center;
        font-size: 13px;
        word-break: break-all;
    }

.assetList tbody tr td {
    height: 45px;
}

    .assetList thead tr td:last-child,
    .assetList tbody tr td:last-child {
        border-right: none;
    }

.assetList tbody tr:last-child {
    border-bottom: 1px solid #2c4562;
}

.assetList tbody tr td:last-child {
    text-align: right;
    padding-right: 8px;
}

.assetList thead tr td .gray {
    color: #95a6b2;
    font-size: 12px;
}

#breakdownModal .coinAmount table tr td:last-child {
    text-align: left;
    padding: 5px 15px;
    word-break: break-all;
}

.ratio_btn_wrap {
    margin-top: 5px;
}

    .ratio_btn_wrap button {
        float: left;
        margin-right: 5px;
        width: calc((100% - 15px) /4);
        height: 30px;
        border-radius: 3px;
        cursor: pointer;
        background-color: #eee;
        color: #666;
        border: 0;
        font-size: 12px;
    }

        .ratio_btn_wrap button:last-child {
            margin-right: 0;
        }

        .ratio_btn_wrap button:active,
        .ratio_btn_wrap button.active {
            background-color: #2c4562;
            color: #fff;
        }
/***************************************************************
    ▼ 자산조회 - 미체결   ***********************************/
#nonSign .non_btn {
    height: 30px;
    margin: 0 auto;
}

    #nonSign .non_btn button,
    #nonSign .non_btn select {
        width: 90px;
        height: 100%;
        border: 1px solid #2c4562;
        border-radius: 4px;
        color: #2c4562;
    }

    #nonSign .non_btn select {
        float: right;
        padding: 0 10px;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url('../Images/btn_arrw_dw2.png') no-repeat 90% 50%;
        background-size: 9px 5px;
    }

        #nonSign .non_btn select option {
            color: #2c4562;
        }

#nonSign .non_table {
    border-top: 1px solid #dfe2e7;
    margin-top: 12px;
}

    #nonSign .non_table tr {
        border-bottom: 1px solid #dfe2e7;
        height: 45px;
    }

    #nonSign .non_table thead tr {
        background: #f5f5f7;
    }

    #nonSign .non_table tr td {
        text-align: center;
        font-size: 12px;
    }

    #nonSign .non_table tr td {
        border-right: 1px solid #dfe2e7;
        word-break: break-all
    }

        #nonSign .non_table tr td:last-child {
            border-right: none;
        }

#nonSign .cancleBtn {
    width: 90%;
    height: 25px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

#nonSign .sellCancle {
    background: #124aa8;
}

#nonSign .buyCancle {
    background: #d55144;
}

#nonSign tbody td:first-child {
    text-align: left;
    padding-left: 7px;
    font-size: 12px;
}

    #nonSign tbody td:first-child .coin {
        color: #95a6b2;
    }

#nonSign tbody td:nth-of-type(2),
#nonSign tbody td:nth-of-type(3) {
    text-align: right;
    padding: 0 7px;
}

#nonSign tbody td:nth-of-type(2) {
    letter-spacing: -0.04em;
    font-size: 12px;
}

/***************************************************************
    ▼ 자산 입출금(공통) - 수수료   ***************************/
.deal_commission li {
    position: relative;
    height: 45px;
    padding: 0 12px;
}

    .deal_commission li > div {
        display: flex;
        height: 44px;
        align-items: center;
        justify-content: initial;
    }

        .deal_commission li > div:first-child {
            width: 70px;
        }

    .deal_commission li div.krw_commission {
        padding-right: 29px;
    }

    .deal_commission li > div:last-child {
        width: calc(100% - 70px);
    }

    .deal_commission li div:last-child > div {
        width: 100%;
        text-align: right;
    }

.popWithdraw_kw_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: none;
}

    .popWithdraw_kw_wrap #popWithdraw_kw {
        width: 90%;
        position: relative;
        left: 50%;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 23px 20px;
        height: 510px;
    }

        .popWithdraw_kw_wrap #popWithdraw_kw .tit {
            text-align: left;
            font-size: 15px;
            font-weight: bold;
            padding: 0 0 10px 0;
        }

        .popWithdraw_kw_wrap #popWithdraw_kw table {
            border-top: 1px solid #dfe2e7;
        }

            .popWithdraw_kw_wrap #popWithdraw_kw table tr {
                height: 35px;
            }

                .popWithdraw_kw_wrap #popWithdraw_kw table tr td,
                .popWithdraw_kw_wrap #popWithdraw_kw table tr th {
                    font-size: 14px;
                    color: #1e1e1e;
                }

                .popWithdraw_kw_wrap #popWithdraw_kw table tr td {
                    font-weight: bold;
                }

        .popWithdraw_kw_wrap #popWithdraw_kw .deal_input {
            border-bottom: 1px solid #2c4562;
            height: 45px;
        }

        .popWithdraw_kw_wrap #popWithdraw_kw .input_area {
            height: 35px;
            padding: 0;
            border: none;
        }

            .popWithdraw_kw_wrap #popWithdraw_kw .input_area input {
                height: 35px;
                line-height: 35px;
                padding: 0 0 0 8px;
            }

                .popWithdraw_kw_wrap #popWithdraw_kw .input_area input::placeholder {
                    color: #95a6b2;
                    font-size: 14px;
                }

        .popWithdraw_kw_wrap #popWithdraw_kw .btn_area {
            width: 35%;
        }

        .popWithdraw_kw_wrap #popWithdraw_kw .btn_snscommit,
        .popWithdraw_kw_wrap #popWithdraw_kw .btn_commit {
            height: 35px;
            line-height: 35px;
            background-color: #2c4562;
            font-size: 14px;
            width: 35%;
            border-radius: 4px;
        }

.deal_commission li:first-child {
    border-bottom: 1px solid #dfe2e7;
}

.deal_commission li .commission div:last {
    font-size: 18px;
    width: 68px;
}

.deal_commission li .commission span {
    line-height: 44px;
    width: auto;
    text-align: right;
}

    .deal_commission li .commission span.unit_krw {
        right: 12px;
        /*width: 30px;*/
        width: 200px;
    }

.deal_wrap .deal_commission .commision {
    width: inherit;
}

.line-45 {
    line-height: 45px;
}

.line-44 {
    line-height: 44px;
}
/***************************************************************
    ▼ 자산 입출금(코인) - 입금   *****************************/
.dealTab {
    border-bottom: 1px solid #2c4562;
}

.depositTab_wrap .coindealTab li {
    width: 25%;
}
/*.depositTab_wrap .coindealTab li:first-child {
    width: 16%;
}

.depositTab_wrap .coindealTab li:nth-of-type(2) {
    width: 16%;
}

.depositTab_wrap .coindealTab li:nth-of-type(3) {
    width: 25%;
}

.depositTab_wrap .coindealTab li:nth-of-type(4) {
    width: 16%;
}

.depositTab_wrap .coindealTab li:nth-of-type(5) {
    width: 27%;
}*/
.c_deal_wrap,
.k_deal_wrap {
    position: relative;
}

#coinDeposit .notice {
    /*margin-top: 35px;*/
}

.c_deal_wrap .depositBox02 h5 {
    font-weight: bold;
    font-size: 14px;
    color: #2c4562;
    margin-top: 11px;
}

.dealAddr {
    position: absolute;
}

.c_deal_wrap .copy .deposit_addr {
    text-align: center;
    padding: 10px 13px;
}

.c_deal_wrap .icon {
    width: 60px;
    height: 40px;
    background: url('../Images/m_icon_deposit.png') no-repeat;
    background-size: 100%;
    margin: 70px auto 20px;
}

.c_deal_wrap .txt {
    text-align: center;
    margin: 0px 0 35px 0;
}

.navytBtn {
    width: 100%;
    height: 45px;
    background: #2c4562;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans KR';
}

.notice_red_color {
    color: #ff446a;
    font-weight: 500;
}

.notice {
}

    .notice .tit {
        text-align: center;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .notice .list {
        padding: 15px;
        background: #f5f5f7;
        border-top: 1px solid #dfe2e7;
        border-bottom: 1px solid #dfe2e7;
        font-size: 13px;
    }

        .notice .list li {
            position: relative;
            margin-top: 7px;
            padding-left: 8px;
            line-height: 16px;
            font-size: 12px;
        }

            .notice .list li:first-child {
                margin-top: 0;
            }

            .notice .list li::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 7px;
                width: 2px;
                height: 2px;
                border-radius: 100%;
                background: #333;
            }

            .notice .list li a {
                color: #2574cf;
                border-bottom: 1px solid #2574cf;
            }

                .notice .list li a:hover,
                .notice .list li a:focus {
                    color: #2574cf;
                }

.copy {
    background: #fff;
    /*display: none;*/
}

    .copy .qr {
        width: 100px;
        height: 100px;
        border: 3px solid #2c4562;
        margin: 17px auto 0;
        padding: 5px;
        border-radius: .2em;
    }

    .copy .addr {
        width: 100%;
        border: 1px solid #2c4562;
        padding: 10px 10px;
        border-radius: 4px;
        margin: 20px 0 10px 0;
        font-weight: bold;
        color: #2c4562;
        text-align: center;
        font-size: 14px;
        word-break: break-all;
    }

.addrAlert .iconAlert {
    background: url('../Images/m_icon_addrCopy.png') no-repeat !important;
    background-size: 100% !important;
}
/***************************************************************
    ▼ 자산 입출금(코인) - 출금   ***********************************/
.c_deal_wrap .withBox01 {
    background: #f2f4f8;
    border-top: 1px solid #2c4562;
    padding: 0 12px;
    line-height: 40px;
    border-bottom: 1px solid #dfe2e7;
    clear: both;
}

.withaddr_memo_wrap input {
    height: 45px;
    width: 100%;
}

.withBox01 .input-field {
    width: calc(100% - 105px);
}

    .withBox01 .input-field div {
        background: #f2f4f8;
        width: calc(100% - 64px);
        float: left;
    }

    .withBox01 .input-field,
    .withBox01 .input-field div {
        position: relative;
    }

        .withBox01 .input-field span {
            /*right: 0px;
    top:0;
    position: absolute;*/
            float: right;
        }

.c_deal_wrap .info_withdraw {
    padding-top: 0px;
}

.info_withdraw .withBox02 {
    margin: 10px 0 15px 0;
}

.withBox02 .input-field,
.request .input-field,
.request #passCode,
.withaddr_memo_wrap {
    margin-bottom: 13px;
    width: 100%;
    border: 1px solid #2c4562;
    border-radius: 4px;
    padding: 0px 12px;
    position: relative;
    overflow: hidden;
}

.request .withdraw_info_link {
    float: right;
    margin-bottom: 5px;
    margin-top: -1rem;
}

    .request .withdraw_info_link a {
        color: #20232a;
        font-size: 11px;
        font-family: 'Noto Sans KR';
        text-decoration: underline;
    }

.withBox02 .no_line {
    border: none;
    margin-bottom: 0;
    height: 23px;
    padding: 0px 7px;
}

    .withBox02 .no_line .y-center_ab {
        font-size: 15px;
        color: #888888;
        padding-bottom: 7px;
    }

    .withBox02 .no_line .unit_krw {
        font-size: 12px;
        font-weight: 400;
        color: #888888;
        height: 23px;
        line-height: 1.5;
    }

    .withBox02 .no_line .bigBold {
        font-size: 12px;
        color: #888888;
    }

.withBox02 .per_coinwithdraw_btn {
    margin: 0;
}

.request #passCode,
.withaddr_memo_wrap {
    line-height: 45px;
}

    .request #passCode::placeholder {
        color: #95a6b2;
    }

.request .input-field button {
    width: 100px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    background: #2c4562;
    float: right;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.request .input-field input {
    width: calc( 100% - 110px);
    line-height: 45px;
    float: left;
    text-align: left !important;
    padding-right: 0;
}

@media(max-width:385px) {
    .request .input-field input::placeholder {
        font-size: 12px;
    }
}

@media(min-width:360px) {
    .request .input-field input::placeholder {
        font-size: 12px !important;
    }
}



.withBox02 .input-field input {
    text-align: right;
    line-height: 45px;
    float: right;
    width: calc(100% - 68px);
}

.withBox02 .input-field:nth-of-type(2) input {
    width: calc(100% - 90px);
    height: 100%;
    line-height: 1.5;
}

.withBox02 .input-field input::placeholder {
    text-align: left;
}

.withBox02 .input-field label {
    line-height: 45px;
    padding-left: 5px;
    display: inline-block;
    position: relative;
    float: right;
    text-align: right;
    width: 68px;
}

    .withBox02 .input-field label.unit_krw {
        width: 68px;
    }

.withBox02 div:nth-of-type(2) input::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #2c4562;
}

.withBox02 .deal_select {
    position: relative;
    width: 100%;
}

    .withBox02 .deal_select > p {
        border: 1px solid #2e4562;
        border-radius: 4px;
        position: relative;
    }

        .withBox02 .deal_select > p img {
            width: 6px;
            height: 10px;
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 12px;
        }

.deal_select .wallet_register {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    color: #2e4562;
}

.withBox02 .deal_select > .withaddr_select::after {
    content: "▼";
    color: #2c4562;
    /*position: absolute;
    right: 12px;
    top: 47%;*/
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    margin-right: 1.5rem;
    margin-top: -2.2rem;
}

.withBox02 .deal_select select {
    width: 100%;
    height: 100%;
    padding: 12px 30px 12px 12px;
    border: 1px solid #2c4562;
    border-radius: 4px;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
}

    .withBox02 .deal_select select:invalid {
        color: #95a6b2;
    }

.withBox02 select::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2c4562;
    position: absolute;
    top: 40%;
    right: 5px;
    z-index: 98;
}

.withBox02 select option {
    padding: 15px 12px;
}

.withBox02 select .hidden {
    color: #95a6b2;
}

.withBox02 .recipient_address input {
    width: 100%;
    border: 1px solid #3c474d;
    border-radius: 3px;
    height: 50px;
    margin-top: 5px;
    padding-left: 13px;
}

    .withBox02 .recipient_address input::placeholder {
        font-size: 13px !important;
        color: #c6c6c6 !important;
        font-weight: 400 !important;
    }

.withWrap .recipient_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0 13px;
}

    .withWrap .recipient_info p {
        font-size: 13px;
        color: #121212;
        font-weight: 600;
        font-family: 'Noto Sans KR';
    }

.withWrap .recipient_info_notice .info_base {
    color: #ff446a;
    font-weight: 400;
}

.withWrap .recipient_info_notice .info_isreal_email {
    color: #416ff4;
    font-weight: 400;
}

.fontsize_small {
    font-size: 11px;
}

.info_withdraw .withBox03 {
    margin-bottom: 20px;
}

    .info_withdraw .withBox03 .deal_commission_free {
        color: #ff446a;
        font-size: 13px;
        font-family: 'Noto Sans KR'
    }

.info_withdraw #smsCode {
}

.withWrap input[type="number"]::-webkit-outer-spin-button,
.withWrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.asset_header .coin_tit {
    position: absolute;
    width: calc(100% - 182px);
    right: 66px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #2c4562;
    font-weight: bold;
}

.asset_header .asset_wrap_R .deal_top_select {
    width: 160px;
    height: 30px;
    right: 66px;
}

    .asset_header .asset_wrap_R .deal_top_select select {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 1px solid #2c4562;
        padding: 0 6px;
        font-size: 12px;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url('../Images/btn_arrw_dw2.png') no-repeat 95% 50%;
        background-size: 9px 5px;
        color: #2c4562;
    }
/***************************************************************
    ▼ 자산 입출금(코인) - 내역   *****************************/
.tab-content .c_list_wrap {
    height: inherit;
}
/* 홀더신청 */
.li_history .status span:first-child.request {
    color: #8957a1;
}
/* 홀더 취소 */
.li_history .status span:first-child.cancle {
    color: #f29c9f;
}
/* KRW출금 */
.li_history .status span:first-child.withdraw {
    color: #2bc2c9;
}
/* 에어드랍 */
.li_history .status span:first-child.airdrop {
    color: #88abda;
}
/* 테더 ERC/TRC */
.li_history .status span:first-child.text-green-list {
    color: #27a17c;
}
/* 코인원화 공통 ***********************************************/
.deal_wrap .li_history li {
    border-bottom: 1px solid #dfe2e7;
    padding: 10px 11px;
    position: relative;
}

.li_history .wrap_history {
    position: relative;
}

    .li_history .wrap_history .date {
        color: #95a6b2;
    }

    .li_history .wrap_history .txt_charge {
        color: #2bc2c9;
    }

    .li_history .wrap_history .status {
        font-weight: bold;
        font-size: 13px;
    }

        .li_history .wrap_history .status span {
            position: relative;
        }

            .li_history .wrap_history .status span:last-child {
                padding-left: 12px;
                margin-left: 12px;
            }

                .li_history .wrap_history .status span:last-child::after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 11px;
                    background: #dfe2e7;
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

.li_history .detail_history {
    margin-top: 10px;
    display: none;
}

    .li_history .detail_history table {
        border-top: 1px solid #2c4562;
    }

        .li_history .detail_history table td {
            padding: 9px 11px;
            border-bottom: 1px solid #dfe2e7;
            word-break: break-all;
            font-size: 13px;
        }

            .li_history .detail_history table td:first-child {
                background: #f5f5f7;
            }

.deal_wrap .li_history li:first-child {
    padding: 0 11px 10px 11px;
}

.li_history li .money {
    right: 20px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: #2e4562;
}

.li_history li .arrow {
    width: 12px;
    height: 7px;
    right: 0px;
    background: url('../Images/btn_arrw_dw2.png') no-repeat;
    background-size: 100%;
}
/***************************************************************
    ▼ 자산 입출금(코인) - 출금주소관리   *********************/
.c_addr_wrap {
    height: inherit;
}

    .c_addr_wrap .tit {
        border-top: 1px solid #dfe2e7;
    }

        .c_addr_wrap .tit tr {
            height: 35px;
        }

            .c_addr_wrap .tit tr:first-child td:first-child {
                border-right: 1px solid #dfe2e7;
            }

            .c_addr_wrap .tit tr td {
                text-align: center;
                background: #f5f5f7;
                border-bottom: 1px solid #dfe2e7;
            }

    .c_addr_wrap > div {
        position: relative;
        width: 100%;
    }

.c_addrBox_wrap {
    position: relative;
}

    .c_addrBox_wrap .c_addrBox00 {
        width: 100%;
        background: #fff;
    }

.c_addrBox01 .addr_icon {
    width: 56px;
    height: 53px;
    background: url('../Images/m_icon_nonaddr.png') no-repeat;
    background-size: 100%;
    margin-top: 40px;
}

.addr_wallet_table {
    border-top: 1px solid #2c4562;
    margin-top: 20px;
}

    .addr_wallet_table tr {
        height: 35px;
    }

        .addr_wallet_table tr:first-child {
            background: #f2f4f8;
        }

        .addr_wallet_table tr td {
            padding: 5px 11px;
            border-bottom: 1px solid #dfe2e7;
            word-break: break-all;
        }

        .addr_wallet_table tr:nth-of-type(2) td,
        .addr_wallet_table tr:nth-of-type(3) td {
            padding-left: 25px;
        }

        .addr_wallet_table tr:nth-of-type(2) td {
            font-weight: bold;
            color: #2c4562;
        }

    .addr_wallet_table .check {
        opacity: 0;
        position: absolute;
        left: -9999px;
    }

    .addr_wallet_table .checkLabel {
        position: relative;
        padding-left: 20px;
        color: #2c4562;
    }

        .addr_wallet_table .checkLabel::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #2c4562;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #fff;
        }

    .addr_wallet_table .check[type="checkbox"]:checked + label::before {
        background: url('../Images/m_icon_check.png') no-repeat center center;
        background-size: 9px 7px;
        background-color: #2c4562;
    }

.addrResiAlert .txtAlert input {
    padding: 12px 10px;
}

.addrResiAlert .txtAlert input,
.addrResiAlert .txtAlert .input-field {
    width: 100%;
    border-bottom: 1px solid #2c4562;
    font-size: 14px;
    margin-top: 1px;
    position: relative;
}

    .addrResiAlert .txtAlert .input-field input {
        width: calc(100% - 130px);
        float: left;
        border: none;
    }

    .addrResiAlert .txtAlert .input-field button {
        float: right;
        width: 120px;
        height: 35px;
        line-height: 35px;
        background: #2c4562;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .addrResiAlert .txtAlert input::placeholder,
    .addrResiAlert .txtAlert .input-field input::placeholder {
        color: #95a6b2;
    }
/***************************************************************
    ▼ 자산 입출금(원화) - 입금   *****************************/
.depositTab_wrap .krwdealTab li {
    width: 33.33%;
}

.k_deal_wrap .deposit_info,
.k_deal_wrap .withdraw_info {
    background: #f2f4f8;
    border-top: 1px solid #2c4562;
    border-bottom: 1px solid #dfe2e7;
}

    .k_deal_wrap .deposit_info tr td,
    .k_deal_wrap .withdraw_info tr td {
        word-break: break-all;
        padding: 0 11px;
        font-size: 13px;
        height: 40px;
        color: #2c4562;
        letter-spacing: -0.02em;
    }

        .k_deal_wrap .deposit_info tr td:last-child, {
            padding-left: 5px;
        }

.k_deal_wrap .ps_field {
    margin: 18px 0;
}

.k_deal_wrap .input-field,
.k_withdraw_wrap .input-field {
    width: 100%;
    border: 1px solid #2c4562;
    border-radius: 4px;
    padding: 0 12px;
    position: relative;
}

    .k_deal_wrap .input-field input {
        width: 100%;
        padding-right: 35px;
        text-align: right;
        line-height: 45px;
    }

        .k_deal_wrap .input-field input::placeholder {
            font-size: 12px;
        }

    .k_deal_wrap .input-field label {
        right: 12px;
    }

.coindeal_notice {
    margin-top: 70px;
}

.deal_wrap .bigBold {
    font-size: 18px;
    font-weight: bold;
    color: #2c4562;
}

    .deal_wrap .bigBold::placeholder {
        text-align: left;
        font-weight: normal;
    }

/***************************************************************
    ▼ 자산 입출금(원화) - 출금   *****************************/
.k_with_box01 .icon_question {
    width: 13px;
    height: 13px;
    background: url('../Images/m_icon_withQuestion.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: -16px;
}

.k_with_box01 .hasKrw {
    position: absolute;
}

.account_information_wrap .account_information {
    margin-bottom: 12px;
}

.account_information > h5 {
    font-size: 14px;
}

.account_information .white_round_list li i {
    display: inline;
}

ul.white_round_list li {
    position: relative;
    padding-left: 6px;
    font-size: 11px;
}

    ul.white_round_list li::before {
        content: "·";
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 10px;
    }
/* END 자산입출금 */
/***************************************************************
    ▼ 내정보     *********************************************/
.myInfo_wrapper {
    /*background: #efefef;*/
    height: auto;
    min-height: inherit;
}

.myInfo_wrap {
    border-bottom: 1px solid #dfe2e7;
    padding: 13px 12px;
}

.myInfo_wrap01 {
    padding-top: 19px;
}

.myInfo_wrap .lv {
    float: left;
}

    .myInfo_wrap .lv h4 {
        font-size: 24px;
    }

        .myInfo_wrap .lv h4 span {
            font-weight: bold;
            font-size: 28px
        }

.myInfo_wrap .myLv {
    position: relative;
}

.myInfo_wrap .lv p {
    margin-top: 10px;
}

.myInfo_wrap .deal {
    position: relative;
    width: 100px;
    height: 25px;
    background: #2c4562;
    float: right;
    border-radius: 5em;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    bottom: -35px;
    ;
}

    .myInfo_wrap .deal a {
        width: 100%;
        height: 100%;
        position: relative;
        color: #fff;
    }

    .myInfo_wrap .deal img {
        width: 14px;
        height: 11px;
    }

.myInfo_wrap .limit_wrap {
    margin-top: 20px;
}

    .myInfo_wrap .limit_wrap ul {
        border-top: 1px solid #2c4562;
        padding: 0 10px;
        background: #f5f5f7;
    }

        .myInfo_wrap .limit_wrap ul li {
            height: 45px;
        }

            .myInfo_wrap .limit_wrap ul li:first-child {
                border-bottom: 1px solid #ddd;
                padding-top: 15px;
            }

            .myInfo_wrap .limit_wrap ul li:last-child {
                padding-top: 9px;
            }

            .myInfo_wrap .limit_wrap ul li div:first-child {
                float: left;
                color: #2c4562;
            }

            .myInfo_wrap .limit_wrap ul li div:last-child {
                float: right;
            }

.myInfo_wrap .limit_standard_wrap {
    padding: 10px;
    color: #888;
}

    .myInfo_wrap .limit_standard_wrap dt {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .myInfo_wrap .limit_standard_wrap dd {
        font-size: 13px;
    }

    .myInfo_wrap .limit_standard_wrap dt img {
        left: 0;
        width: 7px;
        height: 7px;
    }

.myInfo_wrap .recommendation {
}

    .myInfo_wrap .recommendation div {
    }

        .myInfo_wrap .recommendation div input {
            width: 100%;
            margin-top: 5px;
            padding: 12px 7px;
            border: 1px solid #e0e7ef;
            border-radius: 4px;
        }

        .myInfo_wrap .recommendation div button {
            margin-top: 5px;
            width: 100%;
            height: 40px;
            color: #fff;
            border-radius: 2px;
            font-size: 15px;
            overflow: hidden;
            background-color: #2c4562;
        }

.myInfo_wrap03 {
    border-bottom: none;
    padding-bottom: 0;
}

    .myInfo_wrap03 dl {
        border-bottom: 1px solid #dfe2e7;
        padding-bottom: 10px;
    }

.myInfo_wrap03 {
    border-bottom: none !important;
}

    .myInfo_wrap03 dd {
        padding-left: 10px;
        position: relative;
    }

        .myInfo_wrap03 dd:last-child {
            margin-bottom: 10px;
        }

        .myInfo_wrap03 dd::before {
            content: "-";
            position: absolute;
            left: 0;
            top: -1px;
        }

.myInfo_date_wrap {
    position: relative;
}

.myInfo_wrap {
    height: auto;
}

.myInfo_date_wrap .myInfo_date {
    border-bottom: 1px solid #2c4562;
}

    .myInfo_date_wrap .myInfo_date,
    .myInfo_date_wrap .myInfo_date li {
        height: 50px;
    }

        .myInfo_date_wrap .myInfo_date li {
            width: 20%;
            font-size: 12px;
            color: #909ca8;
            padding-bottom: 5px;
            position: relative;
        }

            .myInfo_date_wrap .myInfo_date li a {
                text-align: center;
                color: #909ca8;
                padding: 0;
                height: 100%;
                line-height: 50px;
            }

            .myInfo_date_wrap .myInfo_date li.active a {
                color: #2c4562;
                font-weight: bold;
            }

            .myInfo_date_wrap .myInfo_date li.active::after {
                content: "";
                display: block;
                width: 100%;
                height: 4px;
                background: #2c4562;
                position: absolute;
                bottom: 0;
            }

.myInfo_content table td {
    height: 35px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #dfe2e7;
}

.myInfo_content table thead td {
    background: #f9fafe;
    color: #798ba0;
    font-weight: bold;
}

.myInfo_content div {
    padding-bottom: 2rem;
}

.myInfo_wrap.evt_agree_wrap h4 {
    font-size: 20px;
    font-weight: bold;
}

.myInfo_wrap.evt_agree_wrap .limit_wrap ul li {
    padding-top: 0;
}

    .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:first-child {
        padding: 3px 0;
    }

    .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:last-child {
        line-height: 45px;
    }

        .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:last-child input {
            width: 13px;
            height: 13px;
            margin: 0;
            position: relative;
        }

            .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:last-child input[type="checkbox"]::before {
                content: "";
                position: absolute;
                left: 0;
                z-index: 1;
                width: 13px;
                height: 13px;
                border: 1px solid #ddd
            }

            .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:last-child 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: 6px;
                left: 2px;
                top: 2px;
                width: 9px;
                border-color: #626262;
                border-left: 2px solid #626262;
                border-bottom: 2px solid #575757;
                border-top-style: none;
                border-right-style: none;
            }

            .myInfo_wrap.evt_agree_wrap .limit_wrap ul li div:last-child input[type="checkbox"]::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 13px;
                height: 13px;
                background: #fff;
                cursor: pointer;
                border: 1px solid #ddd;
                border-radius: 2px;
            }

    .myInfo_wrap.evt_agree_wrap .limit_wrap ul li p {
        font-size: 13px;
    }

        .myInfo_wrap.evt_agree_wrap .limit_wrap ul li p:first-of-type {
            font-weight: bold;
        }

/***************************************************************
    ▼ 문의하기     *******************************************/
.inquiryTab {
    border-bottom: 1px solid #2c4562;
}

    .inquiryTab li {
        width: 50%;
    }

/* 문의 내역*/
.inquiry_content {
    padding: 0 11px;
}

    .inquiry_content li {
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #dfe2e7;
    }

        .inquiry_content li::after {
            content: "";
            display: table;
            clear: both;
        }

        .inquiry_content li div:first-child {
            float: left;
        }

            .inquiry_content li div:first-child p:last-child {
                font-size: 11px;
                color: #909ca8;
                margin-top: 5px;
            }

        .inquiry_content li div:last-child {
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px;
            font-size: 13px;
        }

    .inquiry_content .faq_btn {
        position: relative;
    }
/***************************************************************
    ▼ 공지사항     *******************************************/

/* 공지사항 new */
.li_notice li.active a p:first-child::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    top: -8px;
    right: -3px;
    border-radius: 5em;
    background: #ff446a;
}
/***************************************************************
    ▼ 매도 매수 경고창 ****************************************/
.commonAlert .iconAlert {
    margin: 0 auto;
}

.commonAlert .modal-body {
    padding: 30px 0 30px 0;
}

.commonAlert .txtAlert {
    text-align: center;
    padding: 0 22px;
    font-size: 14px;
    margin-top: 15px;
}

    .commonAlert .txtAlert div {
        padding: 0 22px;
    }

    .commonAlert .txtAlert .txt {
        margin: 10px 0 10px 0;
        font-weight: bold;
        color: #2c4562;
        font-size: 18px;
    }

.commonAlert .ex_info .line {
    width: 25px;
    height: 3px;
    background: #95a6b2;
    margin: 0 auto;
}

.commonAlert .btnWarp {
    width: 230px;
    position: relative;
    margin: 0 auto 30px;
}

    .commonAlert .btnWarp button {
        width: 110px;
        height: 40px;
        border-radius: 4px;
        font-weight: bold;
    }

        .commonAlert .btnWarp button.cancle {
            float: left;
            border: 1px solid #2c4562;
            color: #2c4562;
        }

        .commonAlert .btnWarp button.cancel {
            float: left;
            border: 1px solid #2c4562;
            color: #2c4562;
        }

        .commonAlert .btnWarp button.ok {
            float: right;
            background: #2c4562;
            color: #fff;
        }

.commonAlert .oneBtnWarp {
    width: 110px;
    position: relative;
    margin: 0 auto 30px;
}


    .commonAlert .oneBtnWarp button {
        width: 110px;
        height: 40px;
        border-radius: 4px;
        font-weight: bold;
    }

        .commonAlert .oneBtnWarp button.ok {
            float: right;
            background: #2c4562;
            color: #fff;
        }
/***************************************************************
    ▼ 마이페이지 - 비밀번호변경   ****************************/
.wordedit_info {
    margin-bottom: 18px;
}

.wordedit_content input {
    width: 100%;
    line-height: 35px;
    border-radius: 4px;
    height: 35px;
    border: 1px solid #78899c;
    margin-top: 10px;
    padding: 0 15px;
}

    .wordedit_content input::placeholder {
        color: #909ca8;
    }

.wordedit_content .password_btn {
    color: #2c4562;
    background: #f2f5fc;
    border: 1px solid #2c4562;
}

.hr_margin {
    margin: 25px 0;
}
/***************************************************************
    ▼ 코인세일 ***********************************************/
.border_header {
    border-bottom: 1px solid #dfe2e7;
    display: none;
}

fieldset.fix {
    width: 78%;
    float: left;
    /*height: 85px;*/
}

/***************************************************************
    ▼ 인증센터   *********************************************/
.auth_wrapper {
    height: auto;
    padding: 100px 0 12rem 0;
    background-color: #eeeeee;
}

.current_level {
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: 55px;
    padding: 0 42px;
    background-color: #fff;
    border-bottom: 1px solid #dfe2e7;
    line-height: 55px;
    z-index: 1;
}

    .current_level h2 {
        float: left;
        display: flex;
        height: 55px;
        color: #666;
        font-size: 13px;
        align-items: center;
        line-height: 1.2;
        font-family: 'Noto Sans';
    }

    .current_level ul {
        float: right;
    }

        .current_level ul li {
            margin-left: 12px;
            float: left;
            font-size: 13px;
            font-weight: 600;
            font-family: 'Noto Sans';
        }

            .current_level ul li strong {
                margin-left: 3px;
                font-weight: bold;
                font-size: 15px;
            }

.verification_notice_wrap {
    padding: 15px 12px;
    background: #f2f4f8;
}

.confirm_wrapper .confirm_step {
    border-bottom: 1px solid #dfe2e7;
    position: relative;
    padding: 20px 12px;
}

.auth_wrapper > .confirm_step {
    margin: 9px 14px 1rem 14px;
    padding: 16px 2.8rem;
    border-radius: 8px;
    border: 1px solid #e4e6e9;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.03);
}

.tip {
    margin: 20px 12px 0;
    padding: 0 12px;
}

    .tip li {
        color: #666;
        font-size: 12px;
        word-break: keep-all;
        text-indent: -12px;
        margin-left: 12px;
    }

        .tip li::before {
            margin-right: 9px;
            display: inline-block;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #20232a;
            content: "";
            vertical-align: middle;
        }


.step_tit h5 {
    float: left;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
}

    .step_tit h5 span {
        vertical-align: middle;
    }

.step_tit h5 {
    font-size: 15px;
    font-weight: 800;
}

    .step_tit h5 span.trans_text {
        color: transparent;
    }

    .step_tit h5 span {
        vertical-align: middle;
    }

.step_tit .btn_complete {
    margin-top: 10px;
    float: right;
    width: 9px;
    height: 16px;
    background: url(../Images/verification_right.png) right center no-repeat;
    background-size: cover;
    font-size: 0;
}

.step_tit .btn_auth {
    width: 80px;
    border-radius: 2px;
    height: 32px;
    float: right;
    background-color: #2c4562;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

    .step_tit .btn_auth:disabled {
        background-color: #95a6b2;
    }

.step_con ul {
    padding-top: 7px;
}

.step_con li {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    text-indent: -9px;
    margin-left: 9px;
}

    .step_con li::before {
        margin-right: 14px;
        display: inline-block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: #666;
        content: '';
        vertical-align: middle;
    }

.auth_layer {
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.auth_layer_head {
    height: 45px;
    border-bottom: 1px solid #dfe2e7;
}

    .auth_layer_head h2 {
        text-align: center;
        color: #2c4562;
        font-size: 15px;
        font-weight: bold;
        line-height: 45px;
    }

.auth_layer_close {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
    font-size: 0;
    position: absolute;
    background: url(../Images/icon_x.png) center / 15px no-repeat;
}

.auth_layer_body {
    padding: 20px 24px 0;
}

    .auth_layer_body strong {
        margin-bottom: 30px;
        position: relative;
        display: block;
        padding-left: 13px;
        font-size: 12px;
        font-weight: 400;
        word-break: keep-all;
        line-height: 18px;
        color: #1e1e1e;
        font-family: 'Noto Sans KR';
    }

        .auth_layer_body strong::before {
            position: absolute;
            left: 0;
            top: 8px;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #000;
            content: '';
            vertical-align: middle;
        }

        .auth_layer_body strong span {
            color: #ff446a;
        }

    .auth_layer_body input,
    .auth_layer_body select {
        padding-left: 15px;
        width: 100%;
        height: 40px;
        border-radius: 2px;
        font-size: 13px;
        border: 1px solid #e4e6e9;
    }

    .auth_layer_body select {
        margin-bottom: 15px;
    }

    .auth_layer_body input:read-only {
        background-color: #f7f7f7;
        color: #666;
    }

    .auth_layer_body input:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .auth_layer_body .float_input {
        width: 100%;
        height: 40px;
        padding-top: 9px;
        background-color: #f7f7f7;
        color: #666;
        border: 1px solid #e4e6e9;
        border-radius: 2px;
    }

        .auth_layer_body .float_input input {
            float: left;
            height: 20px;
            border: 0;
            border-radius: 0;
        }

            .auth_layer_body .float_input input:first-child {
                width: 110px;
                border-right: 1px solid #e4e6e9;
            }

            .auth_layer_body .float_input input:last-child {
                width: calc(100% - 110px);
            }

.agree_box {
    margin-top: 25px;
}

.agree_tit {
    padding: 0 24px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-top: 1px solid #dfe2e7;
    border-bottom: 1px solid #dfe2e7;
}

    .agree_tit input {
        display: none;
    }

        .agree_tit input + label {
            font-size: 14px;
        }

            .agree_tit input + label::before {
                margin-right: 10px;
                display: inline-block;
                width: 20px;
                height: 20px;
                content: "";
                border: 1px solid #b7b7b7;
                border-radius: 4px;
                vertical-align: middle;
            }

        .agree_tit input:checked + label::before {
            background: #416ff4 url(../Images/has_chk_white.png) center / 10px no-repeat;
            border-color: #416ff4;
        }

    .agree_tit .btn_acc {
        width: 20px;
        height: 100%;
        float: right;
        background: url(../Images/instantBuy_arrow_up.png) right center / 13px no-repeat;
    }

    .agree_tit .btn_acc {
    }

        .agree_tit .btn_acc.active {
            background-image: url(../Images/instantBuy_arrow_down.png);
        }

.agree_con {
    padding: 15px 24px;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dfe2e7;
    word-break: keep-all;
}

    .agree_con ul {
        margin-top: 10px;
    }

        .agree_con ul li {
            text-indent: -9px;
            margin-left: 9px;
        }

            .agree_con ul li::before {
                display: inline-block;
                margin-right: 7px;
                width: 2px;
                height: 2px;
                border-radius: 50%;
                background-color: #888;
                content: "";
                vertical-align: middle;
            }

.auth_btn_wrap {
    padding: 20px 24px 0;
}

    .auth_btn_wrap button {
        width: 100%;
        height: 40px;
        background-color: #2c4562;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border-radius: 4px;
    }

        .auth_btn_wrap button:hover,
        .auth_btn_wrap button:focus,
        .auth_btn_wrap button:active,
        .auth_btn_wrap button:visited {
            color: #fff;
        }

/*20210128 otp인증 수정*/

.auth_otp button {
    border-radius: 2px;
}

.auth_otp .auth_layer_body .auth_btn_wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .auth_otp .auth_layer_body .auth_btn_wrap button {
        font-size: 12px;
        width: 30%;
        font-weight: 400;
    }

    .auth_otp .auth_layer_body .auth_btn_wrap input {
        width: 67%;
    }

    .auth_otp .auth_layer_body .auth_btn_wrap .btn {
        padding: 0;
    }

.auth_otp .auth_layer_body h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.auth_otp .auth_layer_body .auth_btn_wrap1 button {
    width: 100%;
    border: 1px solid #2c4562;
    background-color: #fff;
    color: #2c4562;
    font-size: 13px;
}

.auth_otp .line {
    width: 100%;
    height: 10px;
    background: #eff0f1;
    margin: 2.5rem 0 0.5rem 0;
}

.auth_otp .otp_auth_btn {
    margin-bottom: 4rem;
}

.complet_box {
    margin: 25px 24px 0;
    background-color: #eff8ff;
    border-radius: 8px;
    border: 1px dashed #7fc6ff;
}

    .complet_box.warning {
        background-color: #fef4f3;
        border-color: #f09695;
    }

    .complet_box p {
        padding-bottom: 30px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        line-height: 1;
    }

        .complet_box p::before {
            display: block;
            margin: 30px auto 15px;
            width: 36px;
            height: 36px;
            background: url(../Images/auth_check.png) center /36px no-repeat;
            content: "";
        }

    .complet_box.warning p::before {
        background: url(../Images/auth_mark.png) center /36px no-repeat;
    }

.complet_footer {
    margin: 2rem 25px 0 25px;
}

    .complet_footer button {
        background-color: #2c4562;
        width: 100%;
        height: 45px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

/*lv2 안내*/
.complet_box_lv2 {
    background: #f6f9ff;
    border: 1px solid #e5e5e5;
    height: 180px;
    margin: 20px 24px;
    padding: 3rem 15px;
    font-family: 'Noto Sans KR';
    text-align: center;
}

    .complet_box_lv2 h3 {
        color: #416ff4;
        font-weight: 500;
    }

    .complet_box_lv2 img {
        width: 17px;
        margin-right: 8px;
    }

    .complet_box_lv2 p {
        color: #2c4562;
        line-height: 21px;
    }

    .complet_box_lv2 button {
        background: #2c4562;
        width: 100%;
        color: #fff;
        height: 37px;
        border-radius: 2px;
    }

.auth_layer_footer {
    margin: 2rem 25px 0 25px;
}

    .auth_layer_footer button {
        background-color: #2c4562;
        width: 100%;
        height: 45px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

.step_wrap input,
.step_wrap select {
    padding: 12px 7px;
    border: 1px solid #e0e7ef;
    border-radius: 4px;
}

.step_wrap select {
    width: 44%;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../Images/btn_arrw_dw2.png') no-repeat 90% 50%;
    background-size: 9px 5px;
    background-color: #fff;
    color: #909ca8;
}

.step_wrap input {
    width: 100%;
}

    .step_wrap input::placeholder {
        color: #909ca8;
    }

.confirm_done {
    margin: 8px 0 0 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #416ff4 url(../Images/has_chk_white.png) center / 8px no-repeat;
    vertical-align: middle;
}

.step_wrap .btn {
    padding-left: 30px;
}

    .step_wrap .btn img {
        width: 12px;
        left: 12px;
    }

.confirm_done img {
    width: 18px;
    left: 0px;
}

.step_wrap .chg_phone {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #afbaca;
}

/* 2단계 */
.confirm_step02 .step_wrap .name {
    width: 44%;
    float: left;
}
/*.confirm_step02 .step_wrap .name[value], 
.confirm_step02 .step_wrap .number[value] {
    color: #909ca8;
}*/
.confirm_step02 .step_wrap .number {
    width: 55%;
    float: right;
}

.confirm_step ul.process {
    margin-top: 15px;
}

    .confirm_step ul.process li {
        position: relative;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 5px;
    }

        .confirm_step ul.process li span.red {
            color: #d55144;
        }

.confirm_step02 ul.process li.reference::before {
    position: absolute;
    content: "※";
    display: block;
    left: 0;
    color: #d55144;
}

.step_before .otpBtn {
    height: 100%;
}

.step_before .otpDone {
}

.confirm_step03 .dotted {
    border: 1px dashed #dfe2e7;
}


/*20210318 인증센터 개선*/

.level_title {
    background: #2c4562;
    color: #fff;
    height: 37px;
    padding: 8px 4.2rem;
    font-family: 'Noto Sans';
}

.level_title_second {
    margin-top: 10px;
    background: #2c4562;
    color: #fff;
    height: 37px;
    padding: 8px 4.2rem;
    font-family: 'Noto Sans';
}

.level_info {
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 1.3rem;
    margin-bottom: 7px;
}

    .level_info div {
        display: flex;
    }

    .level_info h4 {
        font-size: 13px;
        font-weight: 500;
        font-family: 'Noto Sans KR';
    }

    .level_info div p {
        font-size: 14px;
        color: #416ff4;
        font-weight: 600;
        font-family: 'Noto Sans KR';
        line-height: 1.1;
    }

    .level_info div span {
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        background: #416ff4;
        padding: 2px 6px 0px 6px;
        border-radius: 10px;
        margin-left: 8px;
        height: 17px;
    }

#checked2 .level_info div span {
    padding: 1px 6px 0px 6px;
}

.level_info_red {
    color: #f13327;
}

@media(max-width:410px) {
    .level_info .level_small {
        font-size: 13px !important;
    }

    .level_info .level_small01 {
        font-size: 12px !important;
        line-height: 1.5;
    }
}


@media(max-width:382px) {
    .level_info .level_small {
        font-size: 12px !important;
    }

    .level_info .level_small01 {
        font-size: 10px !important;
        line-height: 1.5;
    }
}

.otp_title {
    font-size: 16px !important;
}


@media(max-width:365px) {
    .otp_title {
        font-size: 15px !important;
    }
}


.otp_title span {
    color: #416ff4;
    font-size: 13px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    margin-right: 1rem;
}

/***************************************************************
    ▼ 개인정보처리방침   *************************************/
.home_wrap {
    font-size: 13px;
    padding: 23px 20px 10rem 20px;
}

.privacy_wrap select {
    margin-bottom: 23px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #2c4562;
    padding: 0 6px;
    font-size: 12px;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../Images/btn_arrw_dw2.png) no-repeat 95% 50%;
    background-size: 9px 5px;
    color: #2c4562;
}

.privacy_wrap > div {
    display: none;
}

.privacy_wrap h3 {
    font-size: 15px;
    margin: 30px 0 10px;
    font-weight: bold;
}

.privacy_wrap ul {
    padding-top: 10px;
}

    .privacy_wrap ul li {
        padding-bottom: 10px;
    }

.home_wrap h2 {
    margin-bottom: 12px;
}

.home_wrap .content_ul {
    margin-top: 22px;
}

.home_wrap .content li:first-child {
    margin-bottom: 10px;
}

    .home_wrap .content li:first-child div:first-child {
        color: #2c4562;
    }

    .home_wrap h2,
    .home_wrap .content dl dt,
    .home_wrap .content li:first-child div:first-child {
        font-size: 12px;
        font-weight: bold;
    }

.home_wrap .content,
.home_wrap .content dl dd {
    font-size: 11px;
}

.home_wrap ul li dl dd {
    padding-left: 8px;
}

.home_wrap ul li {
    text-indent: -13px;
    margin-left: 13px;
}

    .home_wrap ul li p {
        /*padding-left: 13px;*/
        text-indent: 0;
    }

    .home_wrap ul li li {
        text-indent: -22px;
        margin-left: 22px;
    }

        .home_wrap ul li li p {
            /*padding-left: 22px;*/
        }

.home_wrap .content dl dt {
    margin: 18px 0 8px 0;
}

.header .asset_wrap_R .privacy_top_select {
    width: 120px;
}
/*.asset_header .asset_wrap_R .privacy_top_select      {
    background: url('../Images/btn_arrw_dw2.png') no-repeat 95% 50%;
    background-size: 9px 5px;
}*/
.home_auto {
    border-top: 1px solid #2c4562;
    border-bottom: 1px solid #dfe2e7;
    height: 105px;
    padding: 10px 10px 13px;
}

    .home_auto > div {
        height: 100%;
        overflow-y: auto;
    }

.content_ul li > div:first-child {
    margin-top: 13px;
}

.content_ul li > div {
    margin-top: 7px;
}
/***************************************************************
    ▼ HOME   *************************************************/
.content_wrap {
    padding: 23px 10px 2rem 10px;
}
/*.home_wrap {
    padding-bottom: 0;
}*/
.home_table h6 {
    font-size: 14px;
    font-weight: bold;
}

.home_wrap h5,
.fee_info h6,
.auth_info h6 {
    font-size: 14px;
    color: #2c4562;
    font-weight: bold;
    margin-bottom: 5px;
}

.home_table table {
    border-top: 1px solid #2c4562;
    margin-top: 8px;
}

    .home_table table tr {
        height: 30px;
    }

        .home_table table tr td {
            border-bottom: 1px solid #dfe2e7;
            font-size: 12px;
            text-align: center;
            border-right: 1px solid #dfe2e7;
            word-break: break-all;
            padding: 7px 0;
        }

    .home_table table thead td {
        text-align: center;
        background: #f5f5f7;
        font-size: 14px;
    }

    .home_table table tr td:last-child {
        border-right: none;
    }

.home_table .lv_withdrawal td {
    font-size: 11px;
}

    .home_table .lv_withdrawal td p:last-child {
        margin-top: -2px;
    }

.home_wrap > div {
    margin-bottom: 1rem;
}

.home_wrap .sub_tit {
    font-weight: bold;
}

.home_notice {
    margin-top: 0;
}

/* 입출금 한도안내 limit */
.limit_lv table tbody td:first-child {
    font-size: 14px;
}

.limit_lv {
    margin-top: 16px;
}

    .limit_lv .lv_terms tr td:last-child {
        padding-left: 20px;
        text-align: left;
    }

.mint_color {
    color: #2bc2c9;
}

.limit_lv .lv_withdrawal td:nth-of-type(2) {
    font-size: 11px;
}

.home_table .lv_withdrawal td p.fs {
    font-size: 13px;
}

/* 수수료 안내 fee */
.fee_info table tr td {
    font-size: 12px;
}

.fee_info ul {
    margin: 10px 0 22px;
}

.withdrawal_fee td:first-child {
    padding-left: 20px;
    text-align: left;
}

.withdrawal_fee td:last-child {
    padding-right: 20px;
    text-align: right;
}

/* 인증자료 제출 안내 authinfo */
.authinfo_first_child {
    margin-top: 25px;
}

.authinfoBox00 .minus-list li,
.authinfoBox00 .dot_notice li {
    font-size: 12px;
}

.authinfoBox00 .dot_notice li {
    margin-bottom: 5px;
}

.commonSelect {
    font-size: 12px;
    width: 100%;
    border: 1px solid #2c4562;
    border-radius: 4px;
    color: #2c4562;
    padding: 10px;
    background: #fff;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../Images/btn_arrw_dw2.png') no-repeat 95% 50%;
    background-size: 9px 5px;
    font-weight: bold;
}

.authinfoBox01 {
    margin-top: 12px;
}

.auth_info > div {
    margin-top: 25px;
}

ul.reference_notice li {
    position: relative;
    padding-left: 13px;
    font-size: 11px;
    margin-top: 8px;
}

    ul.reference_notice li::before {
        position: absolute;
        content: "※";
        display: block;
        left: 0;
    }

.home_wrap .sub_tit {
    font-weight: bold;
    margin: 12px 0;
    font-size: 12px;
}

.home_wrap .ex_ul {
    border-top: 1px solid #3a516c;
}

    .home_wrap .ex_ul li {
        border-bottom: 1px solid #e1e4e9;
        font-size: 12px;
        position: relative;
        padding: 6px 15px;
    }

        .home_wrap .ex_ul li span.notice_red_color {
            display: inline;
        }

.home_wrap .ex_mail li:nth-of-type(5)::before,
.home_wrap .ex_mail li:nth-of-type(7)::before {
    content: "*";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 5px;
}

.home_wrap .ex_ul li:nth-of-type(1),
.home_wrap .ex_ul li:nth-of-type(3),
.home_wrap .ex_ul li:nth-of-type(5),
.home_wrap .ex_ul li:nth-of-type(7) {
    background: #f5f5f7;
}

.home_wrap .minus-list {
    margin-top: 13px;
}
/* 이용약관 */
.terms_wrap .home_auto p {
    margin-bottom: 10px;
}

.terms_wrap .content, .home_wrap .content dl dd {
    margin-top: 5px;
}

    .terms_wrap .content dl dt {
        margin: 14px 0 8px 0;
        font-weight: normal;
    }

.home_wrap .content dd .list-3 li {
    padding-left: 20px;
    margin-top: 3px;
}

.home_wrap .content, .home_wrap .content dd ul li:first-child {
    margin-bottom: 0;
}
/* 코인소개 */
.coininfo_wrap h4 {
    font-size: 14px;
    font-weight: bold;
    color: #2c4562;
}

.coininfo_wrap article:first-child {
    margin-top: 0;
}

.coininfo_wrap .content {
    font-size: 12px;
    margin: 12px 0 0 0;
}

    .coininfo_wrap .content ul li {
        margin-bottom: 15px;
    }

    .coininfo_wrap .content h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }

.coininfo_wrap article {
    margin-top: 21px;
}

.coininfo_wrap table {
    border-top: 1px solid #2c4562;
}

    .coininfo_wrap table td {
        height: 35px;
        padding-left: 15px;
        border-bottom: 1px solid #dfe2e7;
        word-break: break-all;
        font-size: 12px;
    }

        .coininfo_wrap table td:first-child {
            background: #f5f5f7;
        }

.coininfo_wrap navytBtn {
    margin: 20px 0;
    padding-bottom: 20px;
}
/***************************************************************
    ▼ 캡현황   ***********************************************/
.cap_his_cont2 {
    margin-top: 10px;
}

    .cap_his_cont2 .cap_table {
        border-top: 1px solid #dfe2e7;
    }

        .cap_his_cont2 .cap_table td,
        .cap_his_cont2 .cap_table th {
            text-align: center;
        }

        .cap_his_cont2 .cap_table td {
            border: none;
        }

.cap_table .cap_detail_table {
    border-top: 1px solid #2c4562 !important;
}

.cap_table .cap_detail_table_wrap > td {
    padding: 22px 10px !important;
}

.cap_table .cap_detail_table_wrap .cap_detail_table th {
    font-size: 13px;
    color: #2c4562;
    font-weight: normal;
    background: #f5f5f7;
    padding: 10px 0;
}

.cap_table .cap_detail_table_wrap .cap_detail_table thead tr {
    border-top: 1px solid #2c4562;
}

.cap_table .cap_detail_table_wrap .cap_detail_table td {
    padding: 10px 0;
}

.cap_table .cap_detail_table_wrap .cap_detail_table thead th,
.cap_table .cap_detail_table_wrap .cap_detail_table tbody td {
    border-right: 1px solid #dfe2e7;
}

    .cap_table .cap_detail_table_wrap .cap_detail_table thead tr:last-child,
    .cap_table .cap_detail_table_wrap .cap_detail_table tbody td:last-child {
        border: none;
    }
/***************************************************************
▼ 코인 레이어   *******************************************/
/* 입금 레이어 팝업 */
.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: 101;
}

.deal_layer {
    width: 90.7%;
    position: absolute;
    top: 100px;
    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:first-child td.cal_btn {
                display: block;
            }

            .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 #2c4562;
            background: #2c4562;
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            border-radius: 0.2em;
        }

            .deal_layer .deal_layer_cont > div button.clo-btn {
                color: #2c4562;
                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;
    }
}

@media (max-width:340px) {
    .lease_stock .exchangeCon_wrap {
        top: 102px;
        height: calc(100% - 90px) !important;
    }
}

@media (max-width: 321px) {
    .orderRight {
        padding-bottom: 15px;
        overflow-y: auto;
    }

    .nonSelect select {
        width: 75px;
    }
}
/***************************************************************
    ▼ 투버튼 알림창 ******************************************/
.two_btn_wrap {
    padding-top: 20px;
    width: 195px;
    margin: 0 auto;
}

    .two_btn_wrap::after {
        content: "";
        display: table;
        clear: both;
    }

    .two_btn_wrap .btn {
        width: 91px;
        height: 38px;
        font-weight: bold;
    }

    .two_btn_wrap .cancleBtn {
        float: left;
        border: 1px solid #2c4562;
        color: #2c4562;
    }

    .two_btn_wrap .ok {
        float: right;
        background: #2c4562;
        color: #fff;
    }

.commonAlert div .auto_wrap {
    padding: 15px;
    width: 100%;
    height: 128px;
    border: 1px solid #eeeeee;
    overflow-y: auto;
    font-size: 13px;
}

.commonAlert .tit_sub {
    margin-bottom: 15px;
    letter-spacing: -0.13em;
    margin-top: 10px;
}

.investAlert02 .tit_sub span {
    font-weight: bold;
}

.investAlert02 .txtAlert .pay_info {
    border-top: 1px solid #4f4f4f;
}

    .investAlert02 .txtAlert .pay_info thead tr {
        height: 27px;
        background: #e6e6e6;
        font-weight: bold;
        text-align: left;
    }

    .investAlert02 .txtAlert .pay_info tr {
        border-bottom: 1px solid #d3d3d3;
    }

        .investAlert02 .txtAlert .pay_info tr td {
            padding: 0 10px;
            word-break: break-all;
        }

    .investAlert02 .txtAlert .pay_info thead tr td {
        font-weight: bold;
    }

    .investAlert02 .txtAlert .pay_info tbody tr td {
        height: 36px;
        padding: 10px;
    }

        .investAlert02 .txtAlert .pay_info tbody tr td span {
            margin-right: 5px;
        }

        .investAlert02 .txtAlert .pay_info tbody tr td:first-child {
            color: #888;
        }

        .investAlert02 .txtAlert .pay_info tbody tr td:last-child {
            text-align: right;
        }

.investAlert .txtAlert .question {
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}

/*체크박스 디자인*/
.investAlert02 .txtAlert fieldset {
    margin-top: 30px;
}

    .investAlert02 .txtAlert fieldset input {
        opacity: 0;
        position: absolute;
        left: -9999px;
    }

    .investAlert02 .txtAlert fieldset label {
        position: relative;
        padding-left: 20px;
        letter-spacing: -0.03em;
        text-align: left;
        top: 0;
        font-size: 13px;
    }

        .investAlert02 .txtAlert fieldset label::before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #dddddd;
            border-radius: 4px;
        }

    .investAlert02 .txtAlert fieldset [type="checkbox"]:checked + label::before {
        background: url('../Images/m_icon_check.png') no-repeat center center;
        background-size: 9px 7px;
        background-color: #2c4562;
        border: 1px solid #2c4562;
    }
/*체크박스 디자인*/
/***************************************************************
    ▼ 공통 팝업 (1버튼 ul li)   *******************************/

/* 
    190627 mnmn 팝업 ol 넘버링  
*/
.pop_num {
    padding-left: 15px;
}

    .pop_num li {
        display: list-item;
        text-align: left;
        list-style: decimal;
    }

        .pop_num li .notice_red_color {
            display: inline;
        }
/* 
    190627 mnmn 팝업 ol 넘버링 끝
*/
.commonAlert .warp .txtAlert ul.number li:first-child {
    margin-top: 18px;
}

.commonAlert .warp .txtAlert ul.number li {
    margin-top: 3px;
    letter-spacing: -0.04em;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

    .commonAlert .warp .txtAlert ul.number li span {
        display: inline;
    }

/*.commonAlert .warp .txtAlert ul.number li:nth-of-type(1)::before {
    content: "1.";
    display: block;
    position: absolute;
    left: 0;
}

.commonAlert .warp .txtAlert ul.number li:nth-of-type(2)::before {
    content: "2.";
    display: block;
    position: absolute;
    left: 0;
}

.commonAlert .warp .txtAlert ul.number li:nth-of-type(3)::before {
    content: "3.";
    display: block;
    position: absolute;
    left: 0;
}
.commonAlert .warp .txtAlert ul.number li:nth-of-type(4)::before {
    content: "4.";
    display: block;
    position: absolute;
    left: 0;
}
.commonAlert .warp .txtAlert ul.number li:nth-of-type(5)::before {
    content: "5.";
    display: block;
    position: absolute;
    left: 0;
}*/
/***************************************************************
    ▼ 페이지 버튼2개    **************************************/
.btn2_wrap {
    width: 100%;
    height: 45px;
    margin-top: 30px;
}

    .btn2_wrap p {
        width: 49%;
        height: 100%;
    }

        .btn2_wrap p:first-child {
            float: left;
        }

        .btn2_wrap p:last-child {
            float: right;
        }

        .btn2_wrap p a {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            text-align: center;
            line-height: 45px;
            font-weight: bold;
            font-size: 16px;
        }

        .btn2_wrap p:first-child a {
            border: 1px solid #2c4562;
            color: #2c4562;
        }

        .btn2_wrap p:last-child a {
            background: #2c4562;
            color: #fff;
        }

/** hrt 상장투표 **/
.vote_list_top dl:nth-of-type(3) {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.vote_return {
    margin-top: 15px;
}

    .vote_return p {
        line-height: 15px;
    }

        .vote_return p:nth-of-type(1) {
            width: 40%;
            float: left;
            font-size: 12px;
        }

        .vote_return p:nth-of-type(2) {
            width: 60%;
            float: right;
            text-align: right;
            font-size: 14px;
            color: #1e1e1e;
            font-weight: bold;
        }

.vote_notice {
    margin-top: 19px;
}

    .vote_notice li {
        position: relative;
        font-size: 11px;
        padding-left: 7px;
    }

        .vote_notice li::after {
            content: "*";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }

        .vote_notice li.red {
            color: #ff446a;
        }

/** hrt 일간 트레이드마이닝 **/
.new_status_mining > div ul.hrt_daily_mining li {
    float: inherit;
    font-size: 12px;
    width: 100%;
    position: relative;
}

    .new_status_mining > div ul.hrt_daily_mining li:nth-of-type(1) {
        text-align: right;
        margin-bottom: 10px;
    }

    .new_status_mining > div ul.hrt_daily_mining li:nth-of-type(2) {
        height: 25px;
        background: #f0f3f5;
        line-height: 25px;
        overflow: hidden;
    }

        .new_status_mining > div ul.hrt_daily_mining li:nth-of-type(2) span {
            position: relative;
            z-index: 1;
            margin-left: 7px;
        }

ul.hrt_daily_mining li p.hrt_bar {
    height: 100%;
    position: absolute;
    right: 0;
}

ul.my_daily_mining li p.hrt_bar {
    background: #41a0e0;
}

ul.all_daily_mining li p.hrt_bar {
    background: #6554bc;
}

.new_status_mining > div ul.hrt_daily_mining li p.hrt_bar .coin_hrt {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 7px;
}

.notice_list {
    margin-bottom: 25px;
}

    .notice_list dd {
        position: relative;
        padding-left: 11px;
        font-size: 11px;
        color: #999999;
    }

        .notice_list dd::after {
            content: "·";
            display: block;
            position: absolute;
            left: 0;
            top: 0px;
            color: #666666;
        }

.out_notice_list {
    padding: 0 10px;
}

    .out_notice_list dd {
        color: #555555;
    }

.asset_list_serch {
    /*position: fixed;*/
    width: 100%;
    margin-top: -10px;
}

    .asset_list_serch .select_cal {
        margin-top: 10px
    }

    .asset_list_serch .list_serch_box1 {
    }

        .asset_list_serch .list_serch_box1 ul,
        .asset_list_serch .list_serch_box1 .select {
            width: 48%;
        }

        .asset_list_serch .list_serch_box1 ul {
            float: left;
            border: 1px solid #2c4562;
            height: 38px;
            border-radius: 4px;
            overflow: hidden;
        }

            .asset_list_serch .list_serch_box1 ul li {
                line-height: 38px;
                text-align: center;
                float: left;
                width: 50%;
                background: #fff;
                color: #2c4562;
                font-size: 0.938em;
            }

                .asset_list_serch .list_serch_box1 ul li.active {
                    background: #2c4562;
                    color: #fff;
                }

                .asset_list_serch .list_serch_box1 ul li:first-child {
                    float: left;
                }

        .asset_list_serch .list_serch_box1 .select {
            width: 100%;
            float: right;
        }



/***************************************************************
    ▼ 미디어쿼리 320   ***************************************/


@media (max-width: 363px) {
    .exchange_header, .asset_header {
        padding: 0 6px;
    }

    .coin_nono dl dt {
        font-size: 13px;
    }

    .cap_guide_new .guide_btn a,
    .cap_req_wrap .cap_req_cont02 p.req_btn button {
        font-size: 13px;
    }

    body, th, td, input, select, textarea, button {
        font-size: 13px;
    }
    /* 계산기 */
    .deal_layer .deal_layer_cont table tr td li {
        font-size: 11px;
    }
    /* 메인배너 00 */
    .main_banner_00 > div {
        height: 65px;
    }

    .main_banner_00 .tit h4,
    .main_banner_00 .tit p {
        line-height: 16px;
    }

    .main_banner_00 .tit h4 {
        font-size: 10px;
    }

    .main_banner_00 .tit p {
        font-size: 10px;
    }

    .main_banner_00 .info_tit,
    {
        font-size: 10px;
    }

    .main_banner_00 > div > ul.krw_box .info div:nth-of-type(2n),
    .main_banner_00 > div > ul.coin_box .info div p:last-child,
    .main_hrt ul.hrt_box .info .info_con {
        font-size: 11px;
    }

    .main_banner_00 > div > ul li:last-child {
        margin: 0;
    }
    /* 코인출금 팝업 */
    .with_input {
        height: 355px;
    }

        .with_input > div.cal_header > p {
            font-size: 13px;
        }

        .with_input > div.cal_header > ul > li > div {
            font-size: 11px;
        }

        .with_input > div.body > div > ul > li {
            height: 45px;
            line-height: 45px;
            font-size: 13px;
        }

        .with_input > div.body > div.left {
            height: 180px;
        }

        .with_input > div.body > .button > div > button {
            width: 75px;
            font-size: 13px;
            padding: 0;
        }

            .with_input > div.body > .button > div > button.fail {
                margin-right: 0;
            }

        .with_input > div.body > div > ul > li.reset {
            font-size: 11px;
        }
    /***************************************************************
    ▼ 메인   *****************************************************/
    .m_coinList .m_coinPrice p span:nth-of-type(4) {
        font-size: 10px;
    }

    #main .nav-tabs > li:nth-of-type(5) button {
        font-size: 13px;
    }

    #main .nav-tabs > li a {
        font-size: 12px;
    }

    .lease_icon {
        width: 24.5px;
        margin-top: 0;
    }

    #main .miningWrap {
        width: 47%;
    }

    #main .top_coinTit span.bold,
    #main .top_krwTit span.bold {
        font-size: 16px;
    }

    #main .top_coinTit span,
    #main .top_krwTit span {
        font-size: 11px;
    }

    .m_coinList tr td:first-child p {
        font-size: 12px;
    }

    .main_hrt ul.hrt_box .info .info_tit,
    .main_banner_00 > div > ul.krw_box .info div:nth-of-type(2n+1),
    .main_banner_00 .coin_box .info_tit {
        font-size: 11px;
    }
    /***************************************************************
    ▼ 사이드   ***************************************************/
    .sidemenuWrap .sideMenu li.sideMenu01 ul li {
        font-size: 12px;
    }

    .aside_topBtn {
        font-size: 12px;
        height: 28px !important;
    }

    .sidemenuWrap .sideMenu li.sideMenu02 ul li a {
        font-size: 11px;
    }

    .sideContent .side_c_wrap .side_c_tit {
        font-size: 14px;
    }

    .sideContent00 ul li a {
        font-size: 12px;
    }

    .sidemenuWrap .sideMenu li.sideMenu01 ul li a {
        font-size: 12px;
    }

    .sideContent00 ul li p.has_percent {
        font-size: 11px;
    }
    /***************************************************************
    ▼ asset 폴더  ************************************************/
    .assetList thead tr td .gray {
        font-size: 11px;
    }

    #nonSign .cancleBtn {
        font-size: 10px;
    }

    .asset_header .asset_wrap .assetTit {
        font-size: 16px;
    }

    .asset_header .asset_wrap_R .ico_logo {
        width: 80px;
        height: 19px;
    }

    .asset_total td:first-child {
        font-size: 12px;
    }

    .asset_total td:last-child span,
    .hasKrw td:last-child > div:first-child > span,
    .hasCoin td:last-child > span {
        font-size: 14px;
    }

        .assetList thead tr td,
        .assetList tbody tr td,
        #nonSign .non_table tr td {
            font-size: 12px;
        }

    #nonSign tbody td:first-child {
        font-size: 11px;
    }

    #nonSign .non_btn select {
        font-size: 12px;
    }

    #nonSign .non_btn {
        height: 25px;
    }

    .subTab li a {
        font-size: 14px;
    }

    .asset_tit table tr td {
        font-size: 12px;
    }

    .assetContent .asset_info tr td:nth-of-type(2n) {
        font-size: 12px;
    }

    .assetContent .asset_info tr td:nth-of-type(2n+1) {
        font-size: 12px;
    }

    .assetContent .asset_info tr:first-child td:first-child {
        width: 112px;
    }

    .asset_hasCoin table tr:first-child td div:last-child {
        font-size: 14px;
    }
    /***************************************************************
    ▼ authentication 폴더  ***************************************/
    .myInfo_wrap .deal {
        font-size: 11px;
    }

    .myInfo_wrap .lv p {
        font-size: 13px;
    }

    .myInfo_wrap .limit_wrap ul li div:first-child,
    .myInfo_wrap .limit_wrap ul li div:last-child {
        font-size: 13px;
    }

    .myInfo_wrap .limit_standard_wrap dt,
    .myInfo_wrap .limit_standard_wrap dd {
        font-size: 12px;
    }

    .myInfo_wrap dl dt,
    .myInfo_wrap dl dd {
        font-size: 12px;
    }

    .myInfo_content table thead td,
    .myInfo_content table tbody td {
        font-size: 13px;
    }

    .my_holder_empty h4 {
        font-size: 13px;
    }

    .wordedit_info {
        font-size: 13px;
    }

    .wordedit_content input {
        font-size: 12px;
    }

    .navytBtn,
    .commonAlert .oneBtnWarp button.ok,
    .btn2_wrap p a {
        font-size: 13px;
    }

    ul.round_notice li {
        font-size: 12px;
        margin-top: 5px;
    }

    .confirm_wrapper .confirm_step h5 {
        font-size: 13px;
    }

    .confirm_icon {
        font-size: 10px;
    }

    .step_wrap .btn, .confirm_done {
        font-size: 12px;
        margin-top: 9px;
    }

    .confirm_step ul.process li {
        font-size: 12px;
    }

    .confirm_step .need {
        font-size: 12px;
    }

    .confirm_step02 .step_wrap .name,
    .confirm_step02 .step_wrap .number {
        font-size: 12px;
    }

    .cap_tab_menu ul li a {
        font-size: 14px;
    }

    /***************************************************************
    ▼ CoinDeal / KrwDeal 폴더  ***********************************/
    .commonAlert .warp .txtAlert ul.number li {
        font-size: 12px;
    }

    .li_history .wrap_history .status {
        font-size: 12px;
    }

    .li_history li .money {
        font-size: 14px;
    }

    .exchageSellBuy_Con .dealCon .dealPo p:last-child .dealCoin_name {
        font-size: 10px;
    }

    .asset_header .asset_wrap_R .deal_top_select {
        width: 135px;
        /*padding: 0 6px;*/
    }

    .k_deal_wrap .deposit_info tr td,
    .k_deal_wrap .withdraw_info tr td {
        font-size: 11px;
    }

    .k_deal_wrap .ps_field {
        font-size: 11px;
    }

    .k_deal_wrap .input-field input {
        font-size: 14px;
    }

    .k_deal_wrap .input-field label {
        font-size: 12px;
    }

    .c_deal_wrap .txt {
        font-size: 13px;
    }

    .info_withdraw {
        padding-top: 0;
    }

    .c_deal_wrap .withBox00 > div:first-child {
        font-size: 13px;
    }

    .withBox01 .input-field div,
    .deal_commission li .commission div {
        font-size: 14px;
    }

    .withBox01 .input-field span {
        font-size: 12px;
        margin-left: 5px;
    }

    .withBox02 .input-field input,
    .withBox02 .input-field input::placeholder,
    .info_withdraw #smsCode::placeholder {
        font-size: 13px;
    }

    .withBox02 .deal_select select {
        font-size: 14px;
    }

    .withBox02 .input-field label {
        font-size: 13px;
    }

    .deal_commission li div:first-child {
        font-size: 13px;
    }

    .deal_commission li .commission span {
        font-size: 12px;
    }

    .c_deal_wrap .depositBox02 h5 {
        font-size: 13px;
    }

    .copy .addr {
        font-size: 12px;
    }

    .notice .tit {
        font-size: 12px;
    }

    .asset_header .asset_wrap_R .deal_top_select select {
        font-size: 10px;
    }

    .k_with_box01 .hasKrw {
        font-size: 12px;
    }

    .request #passCode,
    .withaddr_memo_wrap {
        font-size: 13px;
    }

    .request .input-field button {
        font-size: 12px;
    }

    .signCon00 button.add, #nonSign .add, .deal_wrap .add, .add {
        font-size: 13px;
    }

    .c_addr_wrap .tit tr td {
        font-size: 12px;
    }

    .commonAlert .warp .txtAlert ul.number li {
        margin-top: 13px;
    }

    .withBox01 .input-field div {
        width: calc(100% - 56px);
    }

    .withBox02 .input-field label {
        width: 60px;
    }

        .withBox02 .input-field label.unit_krw {
            width: 60px;
        }

    .withBox02 .input-field input {
        width: calc(100% - 60px);
    }

    .withBox02 .input-field:nth-of-type(2) input {
        width: calc(100% - 78px);
    }

    .li_history .detail_history table td {
        font-size: 12px;
    }

    .exchageSellBuy_Con .deal_inputBox p input {
        width: 74%;
    }
    /***************************************************************
    ▼  krwstock / coinstock  **************************************/
    .exchangeTopchart .priceInfo .allPrice {
        font-size: 12px;
    }

    .exchangeTopchart .krwPrice {
        font-size: 10px;
    }

    .signCon00 table tbody td:last-child button {
        font-size: 10px;
    }

    .exchangeTopchart .percent,
    .exchangeFix_wrap .sign,
    .exchangeTopchart .trading_wrap div p:nth-of-type(1),
    .exchangeTopchart .trading_wrap div p:nth-of-type(2) {
        font-size: 11px;
    }

    .exchageSellBuy_Con .dealCon .dealPo p:first-child {
        font-size: 11px;
    }

    .exchageSellBuy_Con .dealCon .deal_inputBox .gColor {
        font-size: 12px;
    }

    .exchageSellBuy_Con .deal_inputBox p input,
    .exchageSellBuy_Con .deal_inputBox p input::placeholder {
        font-size: 10px;
    }

    .exchageSellBuy_Con .deal_buttonBox button {
        font-size: 11px;
    }

    .exchageSellBuy_Con .dealBill .bill li p,
    .exchageSellBuy_Con .dealBill > div p:first-child {
        font-size: 11px;
    }

    .exchageSellBuy_Con .e_btn div a {
        font-size: 12px;
        position: relative;
        top: -1px;
        font-weight: bold;
    }

    .signTab li.active a,
    .signTab li a {
        font-size: 12px;
    }

    .signSelect select {
        font-size: 12px;
    }

    .signCon00 table tr td {
        font-size: 12px;
        word-break: break-all;
    }

        .signCon00 table tr td:nth-of-type(2),
        .signCon00 table tr td:nth-of-type(3) {
            padding: 0 5px;
        }

    .ex_coinList ul li div:first-child {
        font-size: 12px;
    }

    .select_list .listTab li a,
    .select_list .listTab button {
        font-size: 13px;
    }

    .select_list .listTab button {
        margin-top: -3px;
    }

    .orderLeft .dealPrice td:first-child {
        font-size: 10px;
    }

    .orderLeft .dealPrice td:nth-of-type(2n) p {
        font-size: 9px;
    }

    .exchageSellBuy_Con .dealCon .dealPo p:last-child span:first-child {
        /*font-size: 11px;
        top: -2px;*/
    }

    .exchange_header .exchangeTit {
        font-size: 13px;
    }

    .orderLeft .dealPrice td .dealwrap p:last-child {
        font-size: 11px;
    }

    .exchageSellBuy_Con .dealBill > div p span {
        font-size: 11px;
    }
    /***************************************************************
    ▼ cap 폴더  *************************************************/
    .cap_table .cap_detail_table_wrap .cap_detail_table th {
        font-size: 12px;
    }

    .mining_searchTit h2 {
        font-size: 13px;
    }
    /***************************************************************
    ▼ user 폴더  *************************************************/
    .mfWrap {
        font-size: 12px;
    }

    .userTit {
        font-size: 16px;
    }

    .formWrap .input-field input::placeholder {
        font-size: 12px;
    }

    .content .agree_row label {
        font-size: 11px;
    }

    .titWrap .navyBtn a {
        font-size: 14px;
    }

    .titWrap .emailWrap button {
        font-size: 13px;
    }

    .content .agree_row .txt a {
        font-size: 10px;
    }

    .content .agree_row label::before {
        width: 12px;
        height: 12px;
    }

    .content .agree_row label {
        padding-left: 16px;
    }

    .sidemenuWrap .sideMenu li.sideMenu01 ul li a span {
        margin-right: 5px;
    }
    /***************************************************************
    ▼ 코인세일  **************************************************/
    .asset_detail .select {
        font-size: 12px;
    }
    /***************************************************************
    ▼ 공통 알림창  ***********************************************/
    .commonAlert .modal-body {
        padding: 25px 0 20px 0;
    }

    .commonAlert .txtAlert {
        margin: 12px 0px 0px 0px;
    }

        .commonAlert .txtAlert .txt {
            font-size: 15px;
            margin: 10px 0px 12px 0px;
        }

    .commonAlert .txtAlert {
        font-size: 12px;
    }

    .addr_wallet_table tr td {
        font-size: 12px;
    }

    .txtAlert .exchange_alert_table thead th {
        font-size: 13px;
    }

    .txtAlert .exchange_alert_table tbody td:first-child,
    .txtAlert .exchange_alert_table tbody td:last-child {
        font-size: 12px;
        word-break: break-all;
    }

    .interrogation {
        font-size: 13px;
        margin-top: 20px;
    }

    .commonAlert .btnWarp {
        width: 205px;
        margin: 0 auto 25px;
    }

        .commonAlert .btnWarp button,
        .commonAlert .oneBtnWarp button {
            width: 100px;
            height: 35px;
            font-size: 11px;
        }
    /***************************************************************
    ▼ 공통 작은 2개버튼  *****************************************/
    .two_btn_wrap .btn {
        font-size: 13px;
    }
    /***************************************************************
    ▼ error 폴더  ************************************************/
    .error_box,
    .register_ok_box01 {
        font-size: 13px;
    }

    .errorTit,
    .register_ok_wrap h3 {
        font-size: 25px;
    }
    /***************************************************************
    ▼ Home 폴더  *************************************************/
    .dot_notice li,
    .minus-list li {
        font-size: 11px;
    }

    .home_wrap h5, .fee_info h6, .auth_info h6, .home_table h6,
    .limit_lv table tbody td:first-child {
        font-size: 12px;
    }

    .home_wrap .sub_tit {
        font-size: 11px;
    }

    .home_table table tr td {
        font-size: 11px;
    }

    .home_wrap .ex_ul li {
        font-size: 11px;
    }

    .notice .list li {
        font-size: 11px;
    }

    .header .right_wrap .yymmdd {
        width: 115px;
    }

    .m_coin_search input {
        font-size: 12px;
    }
    /***************************************************************
    ▼ notice폴더  ************************************************/
    .li_notice li a p:first-child {
        font-size: 14px;
    }

    .notice_title .title {
        font-size: 16px;
    }

    .more .notice_add {
        font-size: 13px;
    }
    /***************************************************************
    ▼ helpDesk 폴더 **********************************************/
    .subTab li.active a {
        font-size: 14px;
    }
    /***************************************************************
    ▼ 햄버거 메뉴  ***********************************************/
    .asideFooter {
        padding: 15px;
    }

        .asideFooter .footer_info {
            font-size: 10px;
        }

    .footer00 div {
    }

    .footer02 div:last-child {
    }

    .m_coin_search input {
        font-size: 12px;
    }

    .exchangeTopchart .priceInfo .allPrice {
        font-size: 13px
    }

    .exchangeTopchart .krwPrice {
        margin-left: 2px;
    }
}
/***************************************************************
    ▼ 코인선택창 > 검색창 *************************************/
.coin_search {
    height: 35px;
    padding: 0 20px;
    position: fixed;
    border-bottom: 1px solid #dfe2e7;
    width: 100%;
    background: #fff;
    z-index: 500;
    top: 75px
}

    .coin_search img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .coin_search input {
        width: calc(100% - 35px);
        line-height: 33px;
        margin-left: 30px;
        font-size: 13px;
    }

        .coin_search input::placeholder {
            color: #6a6a6a;
        }
/** 회원탈퇴 **/
.leave_wrapper {
    padding-bottom: 30px;
}

    .leave_wrapper > article {
        padding: 0 11px;
    }

    .leave_wrapper .leave_step {
        border-bottom: 1px solid #dfe2e7;
        position: relative;
        height: 87px;
    }

        .leave_wrapper .leave_step::after {
            content: "";
            display: block;
            position: absolute;
            width: calc(100% - 36px);
            height: 1px;
            background: #2c4562;
            top: 32.5px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 1;
        }

        .leave_wrapper .leave_step li {
            position: relative;
            width: 33.33%;
            float: left;
            top: 16px;
            z-index: 2;
        }

            .leave_wrapper .leave_step li div {
                position: relative;
            }

                .leave_wrapper .leave_step li div:first-child {
                    width: 33px;
                    height: 33px;
                    border-radius: 100%;
                    background: #fff;
                    border: 1px solid #2c4562;
                    line-height: 33px;
                    text-align: center;
                    color: #2c4562;
                    font-weight: bold;
                }

            .leave_wrapper .leave_step li:first-child div:first-child {
                left: 18px;
            }

            .leave_wrapper .leave_step li:nth-of-type(2) div:first-child {
                left: 50%;
                -moz-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .leave_wrapper .leave_step li div:last-child,
            .leave_wrapper .leave_notice,
            .leave_wrapper .leave_asset_info dt,
            .leave_wrapper .leave_asset_info dd p:first-child,
            .leave_wrapper .leave_total dt,
            .leave_wrapper .confirm dt,
            .leave_wrapper .email_confirm dt,
            .leave_wrapper .leave_completed_wrap02 h4,
            .leave_wrapper .leave_completed_wrap02 p {
                color: #2c4562;
            }

            .leave_wrapper .leave_step li div:last-child {
                font-size: 12px;
                margin-top: 8px;
            }

            .leave_wrapper .leave_step li:nth-of-type(2) div:last-child {
                text-align: center;
            }

            .leave_wrapper .leave_step li:nth-of-type(3) div:first-child {
                right: calc(-100% + 51px);
            }

            .leave_wrapper .leave_step li:nth-of-type(3) div:last-child {
                text-align: right;
            }

            .leave_wrapper .leave_step li.active div:first-child {
                border: 1px solid #ff446a;
            }

                .leave_wrapper .leave_step li.active div:first-child::after {
                    content: "";
                    display: block;
                    line-height: 25px;
                    color: #fff;
                    width: 25px;
                    height: 25px;
                    background: #ff446a;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    border-radius: 100%;
                }

            .leave_wrapper .leave_step li.active_01 div:first-child::after {
                content: "1";
            }

            .leave_wrapper .leave_step li.active_02 div:first-child::after {
                content: "2";
            }

            .leave_wrapper .leave_step li.active_03 div:first-child::after {
                content: "3";
            }

    .leave_wrapper .leave_notice {
        font-size: 11px;
        margin: 9px 0 14px;
        padding: 0 11px;
    }

        .leave_wrapper .leave_notice i {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-image: url('../Images/m_icon_register.png');
            background-size: 100%;
        }

    .leave_wrapper .leave_asset_wrap {
        padding-top: 12px;
        padding-bottom: 12px;
        background: #f2f4f8;
    }

    .leave_wrapper .leave_total {
        margin-top: 12px;
    }

        .leave_wrapper .leave_asset_info dt,
        .leave_wrapper .leave_total dt {
            width: 30%;
            float: left;
            font-size: 12px;
        }

        .leave_wrapper .leave_asset_info dd,
        .leave_wrapper .leave_total dd {
            width: 70%;
            float: right;
        }

            .leave_wrapper .leave_asset_info dd p:first-child,
            .leave_wrapper .leave_total dd p:first-child {
                font-size: 12px;
                text-align: right;
            }

            .leave_wrapper .leave_total dd p:first-child {
                color: #ff446a;
            }

                .leave_wrapper .leave_asset_info dd p:first-child span,
                .leave_wrapper .leave_total dd p:first-child span {
                    font-size: 15px;
                    font-weight: bold;
                    margin-right: 5px;
                }

            .leave_wrapper .leave_asset_info dd p:nth-of-type(2),
            .leave_wrapper .leave_total dd p:nth-of-type(2) {
                font-size: 10px;
                color: #999999;
                text-align: right;
            }

    .leave_wrapper .leave_coin_asset {
        max-height: 143px;
        border-top: 1px solid #2c4562;
        background: #fff;
        overflow-y: auto;
        padding: 0 10px;
        margin-top: 12px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

        .leave_wrapper .leave_coin_asset li {
            height: 32px;
            border-bottom: 1px solid #dfe2e7;
            position: relative;
        }

            .leave_wrapper .leave_coin_asset li div:first-child,
            .leave_wrapper .leave_coin_asset li div:last-child {
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .leave_wrapper .leave_coin_asset li div:first-child {
                font-size: 10px;
                width: 40%;
                left: 0;
            }

                .leave_wrapper .leave_coin_asset li div:first-child span {
                    padding-left: 2px;
                    color: #999;
                }

            .leave_wrapper .leave_coin_asset li div:last-child {
                right: 0;
                font-size: 10px;
            }

                .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(1),
                .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(2) {
                    text-align: right;
                }

                .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(2) {
                    position: relative;
                    padding-left: 30px;
                    margin-top: -3px;
                }

                    .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(1) span,
                    .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(2) span.unit {
                        color: #999999;
                        margin-left: 7px;
                    }

                    .leave_wrapper .leave_coin_asset li div:last-child p:nth-of-type(2) span.exchange {
                        position: absolute;
                        left: 0;
                    }

    .leave_wrapper .withdraw_btn button {
        width: 100px;
        height: 27px;
        border-radius: 4px;
        background: #2c4562;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 12px;
    }

    .leave_wrapper .confirm dt {
        font-size: 12px;
        border-bottom: 1px solid #2c4562;
        padding: 0 0 12px 0;
        margin-top: 12px;
    }

    .leave_wrapper .confirm dd {
        font-size: 11px;
        padding: 11px 0 14px 0;
        border-bottom: 1px solid #e3e6ea;
    }

    .leave_wrapper .leave_agree a {
        display: block;
        width: 100%;
        height: 44px;
        background: #2c4562;
        border-radius: 4px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 44px;
        text-align: center;
    }

    .leave_wrapper .leave_agree label {
        font-size: 10px;
        color: #ff446a;
        margin: 10px 0;
    }

    .leave_wrapper .leave_agree input[type="checkbox"] {
        display: none;
    }

.leave_agree input[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    font-size: 11px;
}

    .leave_agree input[type="checkbox"] + label::before {
        content: "";
        width: 15px;
        height: 15px;
        left: 0;
        border-radius: 100%;
        border: 1px solid #2c4562;
        display: inline-block;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.leave_agree input[type="checkbox"]:checked + label::before {
    background: url('../Images/m_icon_check.png') no-repeat center center;
    background-color: #2c4562;
    background-size: 9px 7px;
}

.leave_wrapper .email_confirm dd {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #2c4562;
    background: #fff;
    position: relative;
    margin-top: 12px;
}

    .leave_wrapper .email_confirm dd form input,
    .leave_wrapper .email_confirm dd form button {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
    }

    .leave_wrapper .email_confirm dd form input {
        left: 12px;
    }

        .leave_wrapper .email_confirm dd form input::placeholder {
            color: #95a6b2 !important;
        }

    .leave_wrapper .email_confirm dd form button {
        right: 5px;
        height: 33px;
        border-radius: 4px;
        background: #2c4562;
        color: #fff;
        line-height: 33px;
        display: inline-block;
        padding: 0 10px;
    }

.leave_wrapper .leave_completed_wrap01 {
    height: 155px;
}

    .leave_wrapper .leave_completed_wrap01 i {
        display: inline-block;
        width: 188px;
        height: 109px;
        background: url('../Images/Member_withdrawal_completed.png') no-repeat;
        background-size: 100%;
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 37px;
    }

.leave_wrapper .leave_completed_wrap02 h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.leave_wrapper .leave_completed_wrap02 p {
    font-size: 11px;
    margin: 40px 0 16px 0;
}
.certification_wrapper {
    padding-bottom: 30px;
    font-family:'Noto Sans KR';
}

    .certification_wrapper .formWrap{
        padding:20px;
    }

        .certification_wrapper .formWrap .mail_send {
            width:90px;
            height:50px;
            background:#2c4562;
            color:#fff;
            position:absolute;
            right:0;
            border-radius:0;
        }

    .certification_wrapper .certification_terms h4 {
        font-size: 15px;
        line-height: 20px;
        color: #333;
    }

    .certification_wrapper .certification_terms input[type=radio], .certification_wrapper .certification_terms input[type=checkbox] {
        margin: -2px 8px 0 0;
        width: 18px;
        height: 18px;
        opacity:1;
        position:inherit;
    }

    .certification_wrapper .certification_terms .agree_row .txt{
        height:18px;
    }

    .certification_wrapper .certification_terms .agree_row .txt img {
        width: 10px;
        height: 15px;
    }

.certification_terms01_content, .certification_terms02_content, .certification_terms03_content {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 7%;
    left: 0%;
    padding: 30px;
    z-index: 999;
}

    .certification_wrapper > article {
        padding: 20px 40px;
    }

    .certification_wrapper .certification_step {
        display:flex;
        justify-content:space-between;
    }

        .certification_wrapper .certification_step li>:nth-child(2){
            display:none;
        }

    .certification_wrapper .certification_step li div{
        background:#ccc;
        color:#fff;
        padding:1px 10px;
        border-radius:50%;
        text-align:center;
        line-height:24px;
        font-size:13px;
    }

        .certification_wrapper .certification_step li.active > :nth-child(1) {
            display: none;
        }

        .certification_wrapper .certification_step li.active > :nth-child(2) {
            display: inherit;
            border-radius: 13px;
            padding: 2px 15px;
            background: #416ff4;
        }

        .certification_wrapper .certification_step li.success > :nth-child(1) {
            display: inherit;
            background: #416ff4 url(../Images/has_chk_white.png)center 7px no-repeat;
            background-size: 14px;
            font-size: 0px;
            padding: 1px 13px;
        }

        .certification_wrapper .certification_step li.success > :nth-child(2) {
            display: none;
        }

        .certification_wrapper .certification_step_line{
            background:#ccc;
            height:2px;
            width:100%;
            position:unset;
            margin-top:-13px;

        }

        .certification_wrapper > section {
            padding: 20px 20px 100px 20px;
            text-align: center;
            position:inherit;
            z-index:901;
        }

    .certification_wrapper .button_fixed {
        position: fixed;
        width: 100%;
        left: 0%;
        padding:8px 0 10px 0;
        background:#fff;
    }

    .certification_wrapper > section button {
        width: 89%;
        height: 45px;
        background: #416ff4;
        margin:0;
        font-weight: bold;
        line-height: 45px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
    }

    .certification_wrapper > section h2 {
        font-size: 23px;
        line-height: 27px;
    }

        .certification_wrapper > section h3 {
            font-size: 16px;
            color: #416ff4;
            line-height:20px;
        }

    .certification_wrapper .underline {
        border-bottom: 1px solid #999;
        font-size: 15px;
        font-weight: 500;
        width:100%;
        padding:1px;
        margin-top:5px;
    }

    .certification_wrapper p {
        text-align: left;
        font-size: 12px;
    }

    .certification_wrapper .red {
        color: #f13327;
        font-size:11px;
    }

.certification_check input {
    display: none;
}

.certification_check label {
    display: inline-flex;
    color: #1e1e1e;
}

.certification_check input[type=radio]:checked + label:before {
    background: url('../Images/has_chk_white.png') no-repeat center center;
    background-size: 9px 7px;
    background-color: #416ff4;
    border: none;
    margin: 0px 6px 0 0;
}

.certification_check label{
    width:90px;
}

.certification_check label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5em;
    border: 1px solid #ccc;
    background: #ccc url('../Images/has_chk_white.png') no-repeat center center;
    background-size: 9px 7px;
    margin: 0px 6px 0 0;
}

.certification_wrapper .flex {
    display: flex;
}

.certification_wrapper .identification_guide>:nth-child(2){
    margin:15px 0 0 5px;
}

.certification_wrapper .identification_guide img {
    width: 40%;
    height:100%;
    margin-right: 10px;
}
.certification_wrapper .identification_guide h2 {
    font-size:17px;
    font-weight:500;
}
    .certification_wrapper .identification_guide h2 span {
        font-weight: 700;
        color: #bc3a55;
        font-size:16px;
        vertical-align:top;
    }

.certification_tabs{
    justify-content:space-between;
}
    .certification_tabs li {
        padding: 7px 40px;
        border: 2px solid #416ff4;
        border-radius: 5px;
        font-weight: 500;
        color: #3b5cbc;
    }
        .certification_tabs li.current {
            background: #416ff4;
            color: #fff;
            margin:0 auto;
        }

    .certification_tabs_content {
        display: none;
    }

    .certification_tabs_content.current {
        display: inherit;
    }
.certification_wrapper .identification_image{
    width:85%;
    height:215px;
    margin: 0 auto;
    border:1px solid #ddd;
}

.certification_wrapper .identification_image img{
   height:215px;
}

.certification_wrapper .certification_camera {
    background: #444;
    color: #fff;
    width: 150px;
    border-radius: 17px;
    margin: 0 auto;
    padding: 8px 15px;
    justify-content: space-between;
}
    .certification_wrapper .certification_camera img{
        width:30px;
    }
    .certification_wrapper .certification_camera p {
        font-size:14px;
    }
.certification_tabs_content .serial_number{
    width:15px;
    margin:2px 0 0 5px;
}
.certification_tabs_content .serial_number_guide_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}

.certification_tabs_content .serial_number_guide {
    position: fixed;
    width: 80%;
    z-index: 2;
    top: 15%;
    left: 10%;
    background:#fff;
    padding:0 20px 5% 20px;
}
.certification_tabs_content .serial_number_guide h6{
    line-height:16px;
    color:#555;
    font-size:13px;
}
    .certification_wrapper .borrowed_name h4 {
    font-size: 15px;
    line-height: 20px;
    color: #333;
}
.certification_wrapper .borrowed_name input[type=radio], .certification_wrapper .borrowed_name input[type=checkbox] {
    margin: -2px 5px 0 0;
    width:15px;
    height:15px;
}

.certification_wrapper .certification_select{
    position:absolute;
    right:22px;
    margin-top:-4px;
    width:70px;
    height:31px;
    line-height:23px;
    background:#bbb;
    border-radius:6px;
    font-weight:500;
}

.certification_wrapper .select_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.certification_wrapper .job_select_list, .certification_wrapper .job_detail_select_list,
.certification_wrapper .purpose_select_list, .certification_wrapper .source_select_list,
.certification_wrapper .bank_select_list {
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 30px 10px 30px;
    animation: fadeIn 0.5s ease-in-out;
}

    .certification_wrapper .job_select_list .flex, .certification_wrapper .job_detail_select_list .flex,
    .certification_wrapper .purpose_select_list .flex, .certification_wrapper .source_select_list .flex,
    .certification_wrapper .bank_select_list .flex {
        justify-content: space-between;
    }

    .certification_wrapper .job_select_list ul, .certification_wrapper .job_detail_select_list ul,
    .certification_wrapper .purpose_select_list ul, .certification_wrapper .source_select_list ul,
    .certification_wrapper .bank_select_list ul {
        border-top: 1px solid #eee;
        padding: 9px 3px;
        line-height: 30px;
        font-weight: 500;
        height:150px;
        overflow-y:scroll;
    }

        .certification_wrapper .job_select_list ul li, .certification_wrapper .job_detail_select_list li,
        .certification_wrapper .purpose_select_list li, .certification_wrapper .source_select_list li,
        .certification_wrapper .bank_select_list li {
            color: #555;
        }

.certification_wrapper .confirm_won{
    background:#f5f6f7;
    padding:2rem 2rem 3rem 3rem;
}

.certification_wrapper .confirm_won input {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
    margin-right: 10px;
}

.certification_wrapper .confirm_won input:focus {
    border: 1px solid #97cee5;
    box-shadow:0 0 0 3px rgb(131 192 253 / 50%);
}

.certification_wrapper .confirm_won h2{
    line-height:40px;
}



@keyframes fadeIn {
    from {
                transform: translateY(100%);
            }

            to {
                transform: none;
            }
        }
        /** 상장투표 코인추천 **/
        .hrt_coin_vote_wrap {
    padding: 12px;
}

    .hrt_coin_vote_wrap .hrt_vote_notice {
        width: 100%;
        padding: 10px 8px;
        background: #f2f4f8;
        border-top: 1px solid #2c4562;
    }

        .hrt_coin_vote_wrap .hrt_vote_notice li {
            color: #2c4562;
        }

    .hrt_coin_vote_wrap .hrt_vote_box1 {
        padding: 21px 0px;
        border-bottom: 1px solid #dfe2e7;
    }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info1 div:first-child {
            font-size: 14px;
            color: #2c4562;
            float: left;
        }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info1 div:last-child {
            float: right;
            font-size: 14px;
            font-weight: bold;
            color: #de1a51;
        }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info1 div:first-child span {
            font-weight: bold;
        }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info2 .total {
            width: 100%;
            height: 7px;
            background: #dfe2e7;
            border-radius: 5px;
            margin: 9px 0;
            overflow: hidden;
            position: relative;
        }

            .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info2 .total .bar {
                position: absolute;
                display: block;
                left: 0;
                height: 100%;
                background: #de1a51; /* Old browsers */
                background: -moz-linear-gradient(left, #de1a51 0%, #2c4562 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #de1a51 0%,#2c4562 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #de1a51 0%,#2c4562 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1a51', endColorstr='#2c4562',GradientType=1 ); /* IE6-9 */
            }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info3 > div {
            position: relative;
            padding-left: 15px;
            display: inline-block;
            float: right;
        }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info3 i {
            background-image: url('../Images/icon_hrt.png');
            width: 14px;
            height: 14px;
            display: inline-block;
            background-size: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info3 {
            color: #2c4562;
            font-size: 14px;
        }

            .hrt_coin_vote_wrap .hrt_vote_box1 .hrt_vote_info3 .hrt_possible {
                font-size: 11px;
            }

    .hrt_coin_vote_wrap .hrt_vote_box2 {
        padding: 14px 0;
    }

        .hrt_coin_vote_wrap .hrt_vote_box2 input[type="text"]:disabled,
        .hrt_coin_vote_wrap .hrt_vote_box2 .hrt_excuse_wrap textarea:disabled,
        .hrt_coin_vote_wrap .hrt_vote_box2 select:disabled {
            background: #f2f4f8;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 input,
        .hrt_coin_vote_wrap .hrt_vote_box2 select,
        .hrt_coin_vote_wrap .hrt_vote_box2 .hrt_excuse_wrap {
            display: block;
            width: 100%;
            height: 44px;
            border: 1px solid #95a6b2;
            border-radius: 4px;
            margin-bottom: 11px;
            padding: 0 16px;
            font-size: 14px;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 input,
        .hrt_coin_vote_wrap .hrt_vote_box2 textarea {
            color: #2c4562;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2.active input,
        .hrt_coin_vote_wrap .hrt_vote_box2.active textarea,
        .hrt_coin_vote_wrap .hrt_vote_box2.active select,
        .hrt_coin_vote_wrap .hrt_vote_box2.active .hrt_excuse_wrap {
            border: 1px solid #2c4562;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2.active button {
            background: #2c4562;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 input::placeholder,
        .hrt_coin_vote_wrap .hrt_vote_box2 textarea::placeholder {
            color: #95a6b2;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 textarea:focus,
        .hrt_coin_vote_wrap .hrt_vote_box2 select:focus {
            outline: none;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 .hrt_excuse_wrap {
            height: 225px;
            position: relative;
            overflow: hidden;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 .hrt_excuse {
            padding: 0;
            border: none;
            width: 100%;
            white-space: pre-line;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 .hrt_excuse_wrap textarea {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding: 16px;
            border: none;
        }

        .hrt_coin_vote_wrap .hrt_vote_box2 select {
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            -webkit-appearance: none;
            background: url('../Images/btn_arrw_dw2.png') no-repeat 95% 50%;
            background-size: 9px 5px;
            color: #95a6b2;
        }

            .hrt_coin_vote_wrap .hrt_vote_box2 select option:not(first-child) {
                color: #2c4562;
            }

        .hrt_coin_vote_wrap .hrt_vote_box2 .btn {
            width: 100%;
            height: 44px;
            background: #95a6b2;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
            box-shadow: none;
        }
/***************************************************************
    ▼ 미디어쿼리 1024   ***************************************/
@media (min-width: 1025px) {
}


/* hrt 발행현황 */
.row4 {
    padding: 0 12px;
    padding-top: 2px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.hrt_st_top {
    border-top: 1px solid #2c4562;
}

    .hrt_st_top table thead tr th {
        padding: 15px 0;
        background: #f2f4f8;
    }

        .hrt_st_top table thead tr th:first-child {
            padding-left: 17px;
            box-sizing: border-box;
            white-space: nowrap;
        }

            .hrt_st_top table thead tr th:first-child p.txt1 {
                font-size: 15px;
                color: #2c4562;
                font-weight: bold;
            }

            .hrt_st_top table thead tr th:first-child p.txt2 {
                font-size: 12px;
                color: #95a6b2;
            }

        .hrt_st_top table thead tr th:last-child {
            text-align: right;
            padding-right: 11px;
            box-sizing: border-box;
        }

        .hrt_st_top table thead tr th strong {
            display: block;
            font-size: 15px;
            line-height: 15px;
            color: #2c4562;
            font-weight: bold;
        }

        .hrt_st_top table thead tr th span {
            font-size: 12px;
            line-height: 12px;
            color: #95a6b2;
            display: block;
            margin-top: 6px;
        }

    .hrt_st_top table tbody tr {
        border-bottom: 1px solid #dfe2e7;
    }

        .hrt_st_top table tbody tr td {
            border-right: 1px solid #dfe2e7;
            padding: 15px 0;
            box-sizing: border-box;
            font-size: 12px;
            line-height: 12px;
            color: #1e1e1e;
        }

            .hrt_st_top table tbody tr td:first-child {
                padding-left: 17px;
            }

            .hrt_st_top table tbody tr td:nth-child(2) {
                text-align: right;
                padding-right: 13px;
                font-weight: bold;
            }

            .hrt_st_top table tbody tr td:last-child {
                border-right: 0;
                text-align: right;
                padding-right: 9px;
                box-sizing: border-box;
            }

        .hrt_st_top table tbody tr.total {
            border-top: 1px solid #2c4562;
            border-bottom: 1px solid #2c4562;
        }

            .hrt_st_top table tbody tr.total td {
                color: #2c4562;
                font-weight: 900;
            }

                .hrt_st_top table tbody tr.total td:last-child {
                    color: #d55144;
                }

.hrt_st_page {
    overflow: hidden;
    margin-top: 23px;
}

    .hrt_st_page ul {
        float: left;
    }

        .hrt_st_page ul li {
            display: inline-block;
        }

            .hrt_st_page ul li button {
                display: block;
                width: 16px;
                height: 16px;
                line-height: 16px;
                border: 1px solid #2c4562;
                border-radius: 0.2em;
            }

                .hrt_st_page ul li button img {
                    width: 5px;
                    height: 9px;
                    line-height: 9px;
                    display: block;
                    margin: auto;
                }

            .hrt_st_page ul li h4 {
                font-size: 15px;
                line-height: 15px;
                font-weight: bold;
                margin: 0 16px;
            }

    .hrt_st_page > p {
        float: right;
        text-align: right;
        font-size: 10.5px;
        margin-top: 4px;
    }

.hrt_st_cont {
    margin-top: 10px;
}

    .hrt_st_cont table {
        border-top: 1px solid #dfe2e7;
    }

        .hrt_st_cont table thead tr {
            border-bottom: 1px solid #dfe2e7;
        }

            .hrt_st_cont table thead tr th {
                padding: 14px 0;
                box-sizing: border-box;
                text-align: center;
                background: #f5f5f7;
                border-right: 1px solid #dfe2e7;
                color: #1e1e1e;
                font-size: 12px;
                line-height: 12px;
            }

                .hrt_st_cont table thead tr th:last-child {
                    border-right: 0;
                }

        .hrt_st_cont table tbody tr {
            border-bottom: 1px solid #dfe2e7;
        }

            .hrt_st_cont table tbody tr.line_b {
                border-bottom: 1px solid #2c4562;
            }

            .hrt_st_cont table tbody tr:nth-child(odd) td:nth-child(2) {
                font-weight: bold;
                color: #2c4562;
            }

            .hrt_st_cont table tbody tr td {
                padding: 14px 0;
                box-sizing: border-box;
                text-align: right;
                border-right: 1px solid #dfe2e7;
                color: #1e1e1e;
                font-size: 12px;
                line-height: 12px;
                padding-right: 10px;
            }

                .hrt_st_cont table tbody tr td:last-child {
                    border-right: 0;
                }

/** 인증자료 제출안내 (추가) **/
.indemnity_wrap a:active,
.indemnity_wrap a:visited,
.indemnity_wrap a:hover {
    color: #fff !important;
    background-color: #2c4562;
}

.indemnity_box {
    width: 100%;
    border: 1px solid #e2e4e9;
    position: relative;
    padding: 13px 15px;
}

    .indemnity_box > div h5 {
        color: #1e1e1e;
        font-weight: bold;
        font-size: 16px;
    }

    .indemnity_box > div p {
        font-size: 12px;
        color: #1e1e1e;
        line-height: 16px;
    }

    .indemnity_box figure {
        background: blue;
        display: inline-block;
    }

        .indemnity_box figure img {
            width: 112px;
            position: absolute;
            right: 15px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.auth_info .paper_notice {
    font-size: 11px;
}

.home_btn {
    display: block;
    width: 9px;
    height: 16px;
    background: url('../Images/btn_arrw_dw3.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 33px;
}

    .home_btn.home_btn1 {
        left: 0;
    }

.radio_customizing {
    position: relative;
    padding-left: 20px;
}

    .radio_customizing input {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .radio_customizing label {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 1px solid #2c4562;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .radio_customizing label span {
            display: block;
            width: 60px;
            margin-left: 20px;
            font-size: 13px;
            line-height: 13px;
        }

    .radio_customizing input[type="radio"]:disabled + label {
        border: 1px solid red;
    }

        .radio_customizing input[type="radio"]:disabled + label::after {
            content: "";
            display: block;
            width: 1px;
            height: 15px;
            background: red;
            transform: rotate(-45deg);
            position: absolute;
            top: -1px;
            left: 6px;
        }

    .radio_customizing input[type="radio"]:checked + label::before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: url('../Images/m_icon_check.png') no-repeat center center;
        background-size: 8px;
        background-color: #2c4562;
        left: -1px;
        top: -1px;
        border-radius: 100%;
    }

.radio_withdraw {
    margin-bottom: 12px;
}

    .radio_withdraw > div > .radio_customizing {
        width: 90px;
        float: left;
    }

.deposit_internal {
    font-size: 13px;
}

/* 코인리스 css created by khy 2019-07-19 */
.lease_stock .exchangeTopchart {
    /*height: 99px;*/
}

.lease_stock .exchangeCon_wrap {
    top: 90px;
}

.lease_stock .exchangeTab_wrap {
    background: #fff;
}

    .lease_stock .exchangeTab_wrap ul.exchangeTab li {
        /*float: left;*/
        /*width: 20%;*/
        /*line-height: 30px;*/
        /*font-size: 12px;*/
        /*text-align: center;*/
    }

.lease_stock .exchageSellBuy li a {
    /*font-size: 13px;*/
    line-height: 35px;
}

.lease_stock .exchangeTopchart .trading_wrap div.real_btn {
    float: right;
    margin-right: -3px;
}

    .lease_stock .exchangeTopchart .trading_wrap div.real_btn button {
        width: 82px;
        height: 20px;
        line-height: 18px;
        font-size: 10px;
        color: #2c4562;
        border: 1px solid #2c4562;
        border-radius: 0.3em;
        text-align: center;
    }

    .lease_stock .exchangeTopchart .trading_wrap div.real_btn img {
        width: 11px;
        height: 6px;
        vertical-align: 1px;
    }

.lease_stock .signSelect {
    width: 55%;
}

    .lease_stock .signSelect select {
        border: 1px solid #2c4562;
        margin-left: 5px;
    }

        .lease_stock .signSelect select.order_select {
            display: inline-block;
            margin-left: 5px;
        }
/*.lease_stock .signCon00 table tbody td:last-child button.lease_btn {
    background: #124aa8;
}
.lease_stock .signCon00 table tbody td:last-child button.normal_btn {
    background: #d55144;
}*/
.lease_stock .signCon00 table tbody td:last-child button i {
    margin-left: 3px;
}

.lease_stock .signCon00 table tbody td:last-child button.blueBg i {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url('../Images/lease/blue_trash.png');
    background-size: 100%;
}

.lease_stock .signCon00 table tbody td:last-child button.redBg i {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url('../Images/lease/red_trash.png');
    background-size: 100%;
}

/*.lease_asset #nonSign .non_table tr td:last-child button.sellCancle {
    background: #124aa8;
}
.lease_asset #nonSign .non_table tr td:last-child button.buyCancle {
    background: #d55144;
}*/
.lease_asset #nonSign .non_table tr td:last-child button i {
    margin-left: 3px;
}

.lease_asset #nonSign .non_table tr td:last-child button.sellCancle i {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url('../Images/lease/blue_trash.png');
    background-size: 100%;
}

.lease_asset #nonSign .non_table tr td:last-child button.buyCancle i {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url('../Images/lease/red_trash.png');
    background-size: 100%;
}

.lease_asset #nonSign .non_btn select {
    display: inline-block;
    margin-left: 5px;
}

/* 코인리스 레이어팝업 19-08-09 khj*/
/* 레이어 */
.lease_layer_head_wrap {
    position: fixed;
    height: 65px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

    .lease_layer_head_wrap + .lease_layer_body {
        padding-top: 65px;
        height: calc(100% - 52px);
    }

        .lease_layer_head_wrap + .lease_layer_body + .lease_layer_foot button {
            margin-top: 0;
        }

.lease_layer_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    /*padding-bottom: 72px;*/
    box-sizing: border-box;
    font-family: 'Nanum Gothic', sans-serif;
}

    .lease_layer_wrap .lease_layer_top {
        height: 35px;
        width: 20px;
        float: right;
        padding: 0 16px;
        box-sizing: border-box;
        /*overflow: hidden;*/
        padding-top: 10px;
    }

        .lease_layer_wrap .lease_layer_top > button:first-child {
            float: left;
            width: 8px;
            height: 14px;
            background-image: url('../Images/lease/back_btn.png');
            background-size: 100%;
        }

        .lease_layer_wrap .lease_layer_top > button:last-child {
            float: right;
            width: 12px;
            height: 12px;
            background-image: url('../Images/lease/close_btn.png');
            background-size: 100%;
        }

.lease_layer_head {
    margin-top: 2rem;
    margin-top: 2rem;
}

    .lease_layer_head > h2 {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
        font-weight: 800;
        text-align: center;
    }

    .lease_layer_head > p {
        text-align: center;
        margin-top: 13px;
        height: 29px;
        line-height: 29px;
    }

        .lease_layer_head > p span {
            display: inline-block;
            width: 23px;
            height: 23px;
            background-size: 100%;
            margin-bottom: 3px;
        }

            .lease_layer_head > p span:nth-child(2) {
                width: 14px;
                height: 2px;
                background-image: url('../Images/lease/center_step.png');
                background-size: 100%;
                margin-bottom: 14px;
            }

            .lease_layer_head > p span.on {
                width: 29px;
                height: 29px;
                margin-top: 0;
            }

            .lease_layer_head > p span.step1 {
                background-image: url('../Images/lease/step01_off.png');
                margin-bottom: 0;
            }

            .lease_layer_head > p span.step2 {
                background-image: url('../Images/lease/step02_off.png');
            }

            .lease_layer_head > p span.step1.on {
                background-image: url('../Images/lease/step01_on.png');
            }

            .lease_layer_head > p span.step2.on {
                background-image: url('../Images/lease/step02_on.png');
            }

.lease_layer_wrap.red .lease_layer_head > p span.step1.on {
    background-image: url('../Images/lease/step01_red_on.png');
}

.lease_layer_wrap.red .lease_layer_head > p span.step2.on {
    background-image: url('../Images/lease/step02_red_on.png');
}

.lease_layer_body {
    padding: 0 24px 30px;
    box-sizing: border-box;
    min-height: auto;
    /*margin-bottom: 75px;*/
    height: calc(100% - 117px);
    overflow-y: auto;
}

    .lease_layer_body > h3 {
        font-size: 15px;
        line-height: 15px;
        color: #1f5af6;
        font-weight: bold;
        margin-top: 30px;
        font-family: 'Nanum Gothic', sans-serif;
    }

.lease_layer_wrap.red .lease_layer_body > h3 {
    color: #f13327;
}

.lease_layer_body > .layer_box {
    box-shadow: 0px 0px 7px rgba(0,0,0, .07);
    border-radius: 0.5em;
    border: 1px solid #e5e9f2;
    margin-top: 12px;
    box-sizing: border-box;
}

    .lease_layer_body > .layer_box.step1_box {
        width: 100%;
        padding: 15px 15px 20px;
    }

    .lease_layer_body > .layer_box dl {
        /*overflow: hidden;*/
        margin-top: 5px;
        position: relative;
    }

        .lease_layer_body > .layer_box dl dt {
            float: left;
            width: 48%;
            font-size: 12px;
            line-height: 12px;
            color: #333;
            font-weight: bold;
            margin-top: 9px;
        }

    .lease_layer_body > .layer_box dd {
        float: right;
        width: 135px;
    }

    .lease_layer_body > .layer_box .no_fl dd {
        float: none;
        width: 100%;
    }

.mt0 {
    margin-top: 0 !important;
}

.layer_tooltip {
    display: inline-block;
}

    .layer_tooltip button {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url('../Images/lease/tooltip.png');
        background-size: 100%;
        margin-left: 6px;
    }

        .layer_tooltip button.info_tool {
            background-image: url('../Images/lease/info_tool.png');
            background-size: 100%;
        }

    .layer_tooltip .tooltip.in {
        opacity: 1;
        color: #333;
    }

    .layer_tooltip .tooltip {
        padding-left: 24px;
        font-family: 'Nanum Gothic', sans-serif;
    }

    .layer_tooltip .tooltip-inner {
        max-width: 230px;
        padding: 12px 10px;
        box-sizing: border-box;
        background: #f6fbff;
        border-radius: 0.3em;
        border: 1px solid #b7bfd3;
        color: #333;
        font-size: 10px;
        line-height: 16px;
        word-break: keep-all;
        opacity: 1;
        border-radius: 0;
        text-align: left;
    }

    .layer_tooltip .tooltip-arrow {
        width: 15px;
        height: 7px;
        background: url('../Images/lease/tooltip_arrow.png') no-repeat center center;
        background-size: 100%;
        border: 0;
        bottom: -1px !important;
    }

    .layer_tooltip:hover > span {
        display: block;
    }

    .layer_tooltip > span:before {
        content: "";
        width: 15px;
        height: 7.5px;
        background-image: url('../Images/lease/tooltip_arrow.png');
        background-size: 100%;
        position: absolute;
        bottom: -7px;
        left: 83px;
    }

    .layer_tooltip > span strong {
        color: #1f5af6;
    }

.lease_layer_body > .layer_box.step1_box dl select {
    background: url('../Images/lease/select_arrow.png') no-repeat 90% center #f7f8fa;
    background-size: 9px 4.5px;
    color: #8492a0;
}

.lease_layer_body > .layer_box.step2_box {
    padding: 0 16px 20px;
}

    .lease_layer_body > .layer_box.step2_box h4 {
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        margin-top: 20px;
        position: relative;
    }

        .lease_layer_body > .layer_box.step2_box h4.border_on {
            border-top: 1px solid #f7f8fa;
            padding-top: 20px;
        }

.layer_input input[type="text"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f7f8fa;
    border: 1px solid #e5e9f2;
    border-radius: 0.3em;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    padding: 0 15px;
}

input[type="text"]::placeholder {
    color: #c9cfd6;
}

.lease_layer_body .num_btn_wrap {
    overflow: hidden;
    margin-top: 4px;
}

    .lease_layer_body .num_btn_wrap > button {
        float: left;
        width: 24%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 12px;
        color: #8492a0;
        font-weight: bold;
        border: 1px solid #dee2eb;
        border-radius: 0.3em;
        margin-right: 1.333%;
        box-sizing: border-box;
    }

        .lease_layer_body .num_btn_wrap > button:last-child {
            margin-right: 0;
        }

        .lease_layer_body .num_btn_wrap > button.active {
            color: #fff;
            border: 0;
            background: #1f5af6;
        }

.lease_layer_wrap.red .lease_layer_body .num_btn_wrap > button.active {
    background: #f13327;
}

.lease_layer_body > .layer_box dl.bold_dl {
    margin-top: 15px;
    position: relative;
}

    .lease_layer_body > .layer_box dl.bold_dl dt {
        float: left;
        font-size: 12px;
        line-height: 12px;
        color: #333;
        margin-top: 0;
    }

    .lease_layer_body > .layer_box dl.bold_dl dd {
        float: right;
        font-size: 21px;
        line-height: 0.8;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: auto;
        text-align: right;
    }

        .lease_layer_body > .layer_box dl.bold_dl dd small {
            font-size: 12px;
            line-height: 12px;
            font-family: 'Roboto', sans-serif;
            padding-left: 6px;
        }

        .lease_layer_body > .layer_box dl.bold_dl dd > span {
            font-size: 12px;
            line-height: 12px;
            display: block;
            font-family: 'Roboto', sans-serif;
            margin-top: 8px;
        }

.lease_layer_body > .layer_box.step2_box .layer_tooltip > span {
    top: -54px;
}

    .lease_layer_body > .layer_box.step2_box .layer_tooltip > span:before {
        left: 95px;
    }

.lease_layer_body .sub_txt {
    font-size: 10px;
    line-height: 14px;
    color: #bbb;
    margin-top: 10px;
}

.lease_layer_body > .layer_box.step2_box dl dt small {
    font-size: 10px;
    display: block;
    margin-top: 7px;
}

.lease_layer_foot > button {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1f5af6;
    font-weight: bold;
    bottom: 0;
    z-index: 3000;
    margin-top: 30px;
    position: fixed;
}

.lease_layer_wrap.red .lease_layer_foot > button {
    background: #2574cf;
}

.lease_layer_head > p.step2_span span:nth-child(2) {
    margin-bottom: 16px;
}

.lease_layer_head > p.step2_span span.step1 {
    margin-bottom: 6px;
}
/*.lease_layer_body .lease_layer_terms {
    box-shadow: 0px 0px 7px rgba(0,0,0, .07);
    border-radius: 0.5em;
    border: 1px solid #e5e9f2;
    margin-top: 13px;
    box-sizing: border-box;
    background: #f7f8fa;
    padding: 20px 15px;
}
.lease_layer_body .lease_layer_terms > dl {
    max-height: 280px;
    overflow: auto;
}
.lease_layer_body .lease_layer_terms > dl dt {
    font-size: 11px;
    font-weight: bold;
    color: #333;
}
.lease_layer_body .lease_layer_terms > dl dd {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
}*/
.lease_layer_wrap.step2_wrap .lease_layer_foot > button {
    background: #1f5af6;
}

.lease_layer_wrap.step2_wrap.red .lease_layer_foot > button {
    background: #f13327;
}

.lease_layer_check {
    overflow: hidden;
    display: block;
    margin-top: 16px;
}

    .lease_layer_check input[type="checkbox"] {
        width: 13px;
        height: 13px;
        color: #757575;
        float: left;
        position: relative;
    }

        .lease_layer_check input[type="checkbox"]::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 13px;
            height: 13px;
            background: #fff;
            cursor: pointer;
            border: 1px solid #ddd;
            border-radius: 2px;
        }

        .lease_layer_check 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: 6px;
            left: 2px;
            top: 2px;
            width: 9px;
            border-color: #626262;
            border-left: 2px solid #626262;
            border-bottom: 2px solid #575757;
            border-top-style: none;
            border-right-style: none;
        }

        .lease_layer_check input[type="checkbox"]::before {
            content: "";
            position: absolute;
            left: 0;
            z-index: 1;
            width: 13px;
            height: 13px;
            border: 1px solid #ddd;
        }

    .lease_layer_check > span {
        float: left;
        width: 95%;
        font-size: 12px;
        color: #333;
        line-height: 20px;
        padding-left: 10px;
    }
/*.layer_tooltip.tooltip2 > span {
    top: -70px !important;
}
.layer_tooltip.tooltip2 > span:before {
    left: 72px !important;
}*/
.lease_layer_body > .layer_box dl.border_on {
    border-top: 1px solid #f7f8fa;
    padding-top: 20px;
    margin-top: 20px;
}
/*.layer_tooltip.tooltip3 > span {
    top: -70px !important;
}
.layer_tooltip.tooltip3 > span:before {
    left: 95px !important;
}
.layer_tooltip.tooltip4 > span {
    top: -86px !important;
}
.layer_tooltip.tooltip4 > span:before {
    left: 141px !important;
}
.layer_tooltip.tooltip5 > span {
    top: -65px !important;
}
.layer_tooltip.tooltip5 > span:before {
    left: 72px !important;
}
.layer_tooltip.tooltip6 > span {
    top: -52px !important;
}
.layer_tooltip.tooltip6 > span:before {
    left: 72px !important;
}*/
.lease_red {
    color: #f13327 !important;
}
/*.layer_tooltip.tooltip7 > span {
    top: -70px !important;
}
.layer_tooltip.tooltip7 > span:before {
    left: 128px !important;
}
.layer_tooltip.tooltip9 > span {
    top: -84px !important;
}
.layer_tooltip.tooltip9 > span:before {
    left: 95px !important;
}
.layer_tooltip.tooltip10 > span {
    top: -85px !important;
}
.layer_tooltip.tooltip10 > span:before {
    left: 72px !important;
}*/
.lease_layer_body > .layer_box dl.bold_dl dd.lease_minus small {
    padding-left: 0;
}

.lease_layer_body > .layer_box dl.bold_dl dd.lease_minus label {
    font-size: 12px;
    color: #1f5af6;
    padding-left: 13px;
    font-family: 'Roboto', sans-serif;
    background: url('../Images/lease/minus_icon.png') no-repeat left center;
    background-size: 9px 6px;
    font-weight: bold;
}

.fee_layer_wrap {
    display: none;
}
/* 얼럿 */
.lease_alert_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 990;
    font-family: 'Nanum Gothic', sans-serif;
}

    .lease_alert_wrap .lease_alert {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.lease_alert .alert_body {
    padding: 25px 25px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.6em 0.6em 0 0;
}

.lease_alert.error_alert .alert_body > h2 {
    font-size: 18px;
    line-height: 18px;
    color: #394b58;
    text-align: center;
    font-weight: bold;
    padding-top: 63px;
    box-sizing: border-box;
    background: url('../Images/lease/alert_error_icon.png') no-repeat center top;
    background-size: 45px 38px;
}

.lease_alert .alert_body .alert_info_box > p {
    font-size: 12px;
    line-height: 20px;
    color: #394b58;
    text-align: center;
}

.lease_alert .alert_body .alert_info_box {
    margin-top: 15px;
}

    .lease_alert .alert_body .alert_info_box > p span {
        padding: 0 8px;
        box-sizing: border-box;
    }

.lease_alert strong {
    color: #1f5af6 !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
}

.lease_alert.red_alert strong {
    color: #f13327 !important;
}

.lease_alert .alert_foot {
    overflow: hidden;
}

    .lease_alert .alert_foot > button {
        float: left;
        width: 50%;
        height: 50px;
        line-height: 1;
        background: #9ca2a7;
        color: #fff;
        font-size: 14px;
    }

        .lease_alert .alert_foot > button:first-child {
            border-radius: 0 0 0 0.4em;
        }

        .lease_alert .alert_foot > button:last-child {
            border-radius: 0 0 0.4em 0;
        }

.lease_alert.green_alert .alert_foot > button:last-child {
    background: #18b3af;
}

.lease_alert.blue_alert .alert_foot > button:last-child {
    background: #51aff6;
}

.lease_alert.red_alert .alert_foot > button:last-child {
    background: #f65655;
}

.lease_alert.error_alert .alert_foot > button {
    float: none;
    width: 100%;
    border-radius: 0 0 0.4em 0.4em;
    background: #f65655;
}

.lease_alert .alert_body.basic > h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #394b58;
    text-align: center;
}

.lease_alert .alert_body.basic > p {
    padding: 14px;
    box-sizing: border-box;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
}

.lease_alert.last_step .alert_body.basic > p {
    border: 1px solid #ddd;
}

.lease_alert.green_alert .alert_body.basic > p {
    background: #eafbfb;
    color: #18b3af;
}

.lease_alert.blue_alert .alert_body.basic > p {
    background: #f6fbff;
    color: #51aff6;
}

.lease_alert.red_alert .alert_body.basic > p {
    background: #fff6f6;
    color: #f65655;
}

.lease_alert.green_alert.last_step .alert_body.basic > p {
    border-color: #18b3af;
}

.lease_alert.blue_alert.last_step .alert_body.basic > p {
    border-color: #51aff6;
}

.lease_alert.red_alert.last_step .alert_body.basic > p {
    border-color: #f65655;
}

.lease_alert.last_step .alert_foot > button:first-child {
    display: none;
}

.lease_alert.last_step .alert_foot > button {
    float: none;
    width: 100%;
    border-radius: 0 0 0.4em 0.4em;
}

.lease_alert .alert_body.basic h3 {
    font-size: 12px;
    line-height: 12px;
    color: #394b58;
    font-weight: bold;
    margin-top: 15px;
}

.lease_alert .alert_body.basic .alert_info_box > p {
    text-align: left;
    margin-top: 5px;
}

    .lease_alert .alert_body.basic .alert_info_box > p span:first-child {
        padding-left: 0;
    }

    .lease_alert .alert_body.basic .alert_info_box > p span:last-child {
        padding-right: 0;
    }

.lease_alert .alert_body.basic .alert_info_box > div {
    margin-top: 10px;
    border-top: 1px solid #e5e9f2;
}

    .lease_alert .alert_body.basic .alert_info_box > div dl {
        overflow: hidden;
        margin-top: 9px;
    }

        .lease_alert .alert_body.basic .alert_info_box > div dl dt {
            float: left;
            font-size: 12px;
            line-height: 12px;
            color: #394b58;
            font-weight: normal;
        }

        .lease_alert .alert_body.basic .alert_info_box > div dl dd {
            float: right;
            font-size: 12px;
            line-height: 12px;
        }

/*.lease_list_fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 12px;
    margin-top: 42px;
    background: #f2f4f8;
}*/
/*.lease_list_cont {
    margin-top: 304px;
}
.lease_list_fix .lease_select {
    padding-bottom: 10px;
}*/
.my_invest_fix {
    position: fixed;
    top: 135px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    background: #f2f4f8;
    padding-bottom: 15px;
}

.my_invest_list {
    margin-top: 250px;
}

.my_invest_fix.on .my_invest_top .invest_dl_box.fl_4 {
    display: none;
}

.asset_header .asset_wrap .assetTit {
    text-align: center;
    width: 100%;
    padding-left: 3rem;
    font-family: 'Noto Sans KR';
    font-size: 18px;
}

.lease_full_cont.his_fix.on .invest_history {
    margin-top: 155px;
}

.no_lease_list {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .no_lease_list > h5 {
        font-size: 14px;
        line-height: 14px;
        color: #bbbdca;
        font-weight: bold;
    }

    .no_lease_list > p {
        font-size: 11px;
        line-height: 11px;
        color: #bbbdca;
        margin-top: 8px;
    }
/* 191028 KHJ 주요고지팝업 플로우 고도화 */
.lease_layer_body.key_notice_con .lease_layer_terms {
    margin: 13px auto 18px;
    padding: 30px 19px 14px 13px;
    background-color: #f7f8fa;
    border: 1px solid #e5e9f2;
    border-radius: 5px;
    font-size: 12px;
    height: calc(100% - 147px);
}

    .lease_layer_body.key_notice_con .lease_layer_terms > dl {
        max-height: 100%;
        color: #666;
        overflow: auto;
    }

        .lease_layer_body.key_notice_con .lease_layer_terms > dl dt:not(:first-of-type) {
            margin-top: 12px;
        }

        .lease_layer_body.key_notice_con .lease_layer_terms > dl dd:not(:first-of-type) {
            padding-left: 12px;
        }

            .lease_layer_body.key_notice_con .lease_layer_terms > dl dd:not(:first-of-type) p {
                margin: 0 0 12px 12px;
                text-indent: -12px;
            }

/* 최초1회 주요고지 팝업 */
.initial_consent_layer .lease_layer_body.initial_agree_body {
    padding-bottom: 0;
}

.initial_consent_layer .lease_layer_body > p {
    padding-top: 20px;
    font-size: 12px;
}

.initial_consent_layer .initial_check_wrap {
    position: relative;
    padding-left: 22px;
    margin-bottom: 22px;
}

    .initial_consent_layer .initial_check_wrap label {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 12px;
        word-break: keep-all;
    }

    .initial_consent_layer .initial_check_wrap input {
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 10px;
        width: 13px;
        height: 13px;
        vertical-align: top;
        background-color: #fff;
        border: 1px solid #f13327;
    }

.initial_consent_layer .lease_layer_check input[type="checkbox"]::before,
.initial_consent_layer .lease_layer_check input[type="checkbox"]::after {
    border-color: #2574cf;
}

.key_notice_pop {
    margin-top: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

    .key_notice_pop span {
        position: relative;
        top: -1px;
        font: inherit;
        color: #0000ff;
        border-bottom: 1px solid #0000ff;
    }

/*주요고지 작은 팝업*/
.key_notice_layer {
    padding: 22% 8px 6%;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
}

    .key_notice_layer > div {
        position: relative;
        background-color: #fff;
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .key_notice_layer .lease_layer_top {
        height: 53px;
        padding: 13px 12px 0;
    }

    .key_notice_layer .key_not_tit {
        top: 26px;
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: #333;
    }

    .key_notice_layer .lease_layer_body {
        min-height: auto;
        height: calc(100% - 53px);
        margin-bottom: 0;
        padding: 0 0 30px 24px;
    }

    .key_notice_layer .lease_layer_terms {
        margin: 0 !important;
        height: calc(100% - 20px) !important;
    }

/* 코인리스 동의 애니메이션 */
.initial_consent_layer .chk_ani_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.initial_consent_layer .chk_ani {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .initial_consent_layer .chk_ani svg {
        width: 100px;
        display: block;
        margin: 0px auto 0;
    }

    .initial_consent_layer .chk_ani .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

    .initial_consent_layer .chk_ani svg .circle {
        -webkit-animation: dash .9s ease-in-out;
        animation: dash .5s ease-in-out;
    }

    .initial_consent_layer .chk_ani svg .line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash .9s .35s ease-in-out forwards;
        animation: dash .5s .35s ease-in-out forwards;
    }

    .initial_consent_layer .chk_ani svg .check {
        opacity: 0;
        stroke-dashoffset: -100;
        -webkit-animation: dash-check .9s .35s ease-in-out forwards 1;
        animation: dash-check .9s .35s ease-in-out forwards 1;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        opacity: 0;
        stroke-dashoffset: -100;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        opacity: 0;
        stroke-dashoffset: -100;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 900;
    }
}
/*
    코인리스 수익 계산기
*/
.lease_layer_wrap.revenue {
    font-family: 'Nanum Gothic', sans-serif;
}

    .lease_layer_wrap.revenue .lease_layer_head {
        padding: 0 24px;
    }

.lease_calcu_tab_wrap {
    position: relative;
    margin-top: 27px;
}

.lease_calcu_tab {
    height: 34px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e5e9f2;
}

    .lease_calcu_tab li {
        margin-top: -1px;
        float: left;
        width: 80px;
        height: 35px;
        line-height: 34px;
        text-align: center;
        color: #666;
        background-color: #f7f8fa;
        border: 1px solid #e5e9f2;
    }

        .lease_calcu_tab li:first-child {
            border-right: 0;
        }

        .lease_calcu_tab li.active {
            background-color: #fff;
            border-bottom: 0;
        }

        .lease_calcu_tab li:first-child.active {
            color: #f40006;
        }

        .lease_calcu_tab li:last-child.active {
            color: #1f5af4;
        }

.lease_calcu_tab_wrap > div {
    position: absolute;
    height: 34px;
    line-height: 34px;
    top: 0;
}

    .lease_calcu_tab_wrap > div.warn_tip {
        width: 60px;
        right: 0;
        font-size: 11px;
        text-align: right;
        height: 48px;
        line-height: 1em;
        margin-right: 5px;
    }

        .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_tooltip,
        .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_tooltip1 {
            width: 100%;
        }

            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_tooltip::before,
            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_tooltip1::before {
                margin: 9px 0px;
                display: inline-block;
                float: left;
                content: '';
                width: 15px;
                height: 15px;
                background-image: url(../Images/lease/info_tool.png);
                background-size: 100%;
            }

        .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox {
            display: none;
            position: absolute;
            width: 270px;
            right: 0;
            padding: 12px 10px;
            box-sizing: border-box;
            background: #f6fbff;
            border-radius: 0.3em;
            border: 1px solid #b7bfd3;
            color: #333;
            font-size: 10px;
            line-height: 16px;
            word-break: keep-all;
            opacity: 1;
            border-radius: 0;
            text-align: left;
        }

            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox::after {
                display: block;
                position: absolute;
                content: '';
                width: 15px;
                height: 7px;
                background: url('../Images/lease/tooltip_arrow.png') no-repeat center center;
                background-size: 100%;
                border: 0;
                top: -7px !important;
                transform: rotate(-180deg);
                right: 10px;
                margin-left: -7px;
            }

            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox.active {
                display: block;
            }

            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox strong:not(:first-child) {
                display: block;
                margin-top: 20px;
            }

            .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox li {
                line-height: 1.4;
                margin-bottom: 5px;
            }

                .lease_calcu_tab_wrap > div.warn_tip .cls_calcu_toolbox li.indent_star {
                    text-indent: -5px;
                    margin-left: 5px;
                }

.lease_calcu_tab_wrap .lease_layer_check {
    margin: 0;
}

.lease_layer_body.calcu {
    display: none;
    margin-bottom: 30px;
}

    .lease_layer_body.calcu.active {
        display: block;
    }

    .lease_layer_body.calcu > .layer_box {
        padding: 16px;
    }

        .lease_layer_body.calcu > .layer_box.defualt_box {
            box-shadow: none;
            border-color: #b4c6d4;
        }

    .lease_layer_body.calcu .left {
        float: left;
    }

    .lease_layer_body.calcu .right {
        float: right;
    }

    .lease_layer_body.calcu.red h3 {
        color: #f13327;
    }

    .lease_layer_body.calcu.blue h3 {
        color: #1f5af6;
    }

    .lease_layer_body.calcu .num_btn_wrap button {
        width: 49%;
        margin-right: 2%;
    }

        .lease_layer_body.calcu .num_btn_wrap button:last-child {
            margin-right: 0;
        }

    .lease_layer_body.calcu.blue .num_btn_wrap button.active {
        background-color: #1f5af6;
    }

    .lease_layer_body.calcu.red .num_btn_wrap button.active {
        background-color: #f13327;
    }

.layer_input.calcu .btn_dec,
.layer_input.calcu .btn_inc {
    width: 32px;
    height: 32px;
    border: 1px solid #dee2eb;
    border-radius: 2px;
    background: center center / 11px no-repeat;
}

.layer_input.calcu .btn_dec {
    background-image: url(../Images/lease/minus_bk_icon.png);
}

.layer_input.calcu .btn_inc {
    background-image: url(../Images/lease/plus_bk_icon.png);
}

    .layer_input.calcu .btn_dec.dim,
    .layer_input.calcu .btn_inc.dim {
        pointer-events: none;
        position: static;
        border-color: #b4c6d4;
        background-color: #f2f4f8;
    }

.layer_input.calcu input[type="text"],
.layer_input.calcu input[type="number"] {
    margin: 0 4px;
    padding: 0 15px;
    width: 122px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e5e9f2;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.layer_input.calcu input[name="per_input"],
.layer_input.calcu input[name="per_btc_input"] {
    background-color: #f7f8fa;
}

.defualt_box .left > p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 34px;
}

.defualt_box > p {
    margin-top: 10px;
    font-size: 11px;
}

.lease_layer_body.red .defualt_box > p span {
    color: #f40006;
    font-weight: bold;
}

.defualt_box > p span {
    color: #1f5af4;
}

.lease_layer_body.calcu h3 span {
    color: #333;
}

.layer_box.calcu_box h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    min-width: 85px;
}

.layer_box.calcu_box.step1 .grey_line {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f8fa;
}

.layer_box.calcu_box.step1 p {
    margin-top: 10px;
    color: #bbb;
    font-size: 10px;
}

.layer_box.calcu_box.step2 .btn_refresh {
    margin: 5px 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dee2eb;
    background: url(../Images/lease/refresh_icon.png) center center / 9px no-repeat;
}

.layer_box.calcu_box .roboto {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}

.layer_box.calcu_box.step2 input[type="text"] {
    margin: 0;
}

.layer_box.calcu_box.step3 > div {
    line-height: 32px;
    margin-bottom: 5px;
}

    .layer_box.calcu_box.step3 > div:last-child {
        margin-bottom: 0;
    }

.layer_box.calcu_box.step3 h4 span {
    display: block;
    margin-top: -7px;
    text-align: center;
    color: #1f5af6;
    line-height: 1;
    font-weight: normal;
}

.lease_layer_body.red .layer_box.calcu_box.step3 h4 span {
    display: block;
    color: #f13327;
}

.layer_box.calcu_box.step3 input[type="text"],
.layer_box.calcu_box.step3 input[type="number"] {
    border-color: #b4c6d4;
}

.layer_box.calcu_box.step3 p > span {
    vertical-align: middle;
}

    .layer_box.calcu_box.step3 p > span:nth-child(1) {
        font-size: 12px;
    }

    .layer_box.calcu_box.step3 p > span:nth-child(2) {
        font-size: 18px;
        font-weight: bold;
    }

    .layer_box.calcu_box.step3 p > span:nth-child(3) {
        font-size: 14px;
        font-weight: normal;
        color: #1f5af6
    }

.layer_box.calcu_box.step3 > div:nth-child(2) p span {
    line-height: 44px;
}

.lease_layer_body.red .layer_box.calcu_box.step3 p > span:nth-child(3) {
    color: #f13327
}

.lease_layer_body.calcu .btn_wrap {
    text-align: right;
}

.lease_layer_body.calcu .btn_cls_apply {
    margin-top: 10px;
    width: 75px;
    height: 27px;
    border-radius: 2.5px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
}

.lease_layer_body.calcu.red .btn_cls_apply {
    background-color: #f13327;
}

.lease_layer_body.calcu.blue .btn_cls_apply {
    background-color: #1f5af6;
}
/*
    자산입출금 4레벨 이하 안내문구
*/
.depositContentKrw {
    height: calc(100% - 35px);
    position: relative;
}

    .depositContentKrw .info_txt {
        width: 320px;
        text-align: center;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 80%;
    }

        .depositContentKrw .info_txt img {
            width: 35px;
        }

        .depositContentKrw .info_txt .tit_bar {
            margin: 10px 0 18px 0;
            font-size: 18px;
            color: #2c4562;
            font-weight: bold;
            position: relative;
        }

            .depositContentKrw .info_txt .tit_bar::after {
                content: "";
                display: block;
                width: 25px;
                height: 3px;
                background: #95a6b2;
                margin: 0 auto;
                margin-top: 18px;
            }

        .depositContentKrw .info_txt .content_box {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
        }

        .depositContentKrw .info_txt .box1 {
            margin: 10px 0;
        }

        .depositContentKrw .info_txt .info_txt .notice_red_color {
            display: inline;
        }

.deposit_notice {
    font-size: 13px;
    margin-top: 15px;
}

.hrt_st_top table thead tr th.txt_left {
    text-align: left;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #2c4562;
}

.publish_table2 {
    margin-top: 10px;
}

.home_wrap .content dl dd .terms_table tr th,
.home_wrap .content dl dd .terms_table tr td {
    border: 1px solid #eee;
    font-size: 11px;
    text-align: center;
    padding: 5px;
}

/*
    191023 khj 캐셔레스트 앱 다운로드 버튼 추가
*/
.app_down_wrap {
    width: 100%;
    padding: 0 20px 30px;
}

    .app_down_wrap ul {
        width: 100%;
    }

    .app_down_wrap li {
        width: 46.5%;
    }

        .app_down_wrap li:nth-child(1) {
            float: left;
            margin-right: 7%;
        }

        .app_down_wrap li:nth-child(2) {
            float: right;
        }

        .app_down_wrap li a {
            margin: 0;
            width: 100%;
            /*width: 145px;*/
            display: block;
            height: 42px;
            padding: 5px 0 0 47px;
            font-size: 10px;
            font-family: 'Roboto';
            line-height: 16px;
            color: #fff;
            border-radius: 3px;
            letter-spacing: 0;
        }

            .app_down_wrap li a.app_google {
                background: #000 url(../Images/down_google.png) left 15px center / 20px no-repeat;
            }

            .app_down_wrap li a.app_apple {
                background: #000 url(../Images/down_apple.png) left 17px center / 19px no-repeat;
            }

            .app_down_wrap li a span {
                font-size: 14px;
                font-weight: bold;
            }
/*191107 멀티체인*/
.depositBox02 .multi_btn_wrap {
    width: 200px;
    height: 33px;
    margin: 0 auto;
    border: 1px solid #2c4562;
    border-radius: .3em;
}

    .depositBox02 .multi_btn_wrap li {
        float: left;
        width: 50%;
        height: 100%;
        text-align: center;
        line-height: 33px;
        font-size: 12px;
        color: #2c4562;
        font-weight: bold;
    }

        .depositBox02 .multi_btn_wrap li.active {
            background: #2c4562;
            color: #fff;
        }

.depositBox02 .wallet_qr {
    margin-top: 17px;
}

.depositBox02 .coin_kinds {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #2c4562;
    font-weight: bold;
}

.copy .addr.usdt_addr {
    margin-top: 10px;
}

.multi_select .multi_select_wrap {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

    .multi_select .multi_select_wrap li {
        float: left;
        padding: 5px;
        border-radius: .2em;
        border: 1px solid #909fb1;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        width: 31%;
        color: #909fb1;
        margin-right: 15px;
    }

    .multi_select .multi_select_wrap > :last-child {
        margin-right: 0;
    }

    .multi_select .multi_select_wrap li.active {
        background: #2c4562;
        color: #fff;
    }

    .multi_select .multi_select_wrap .member_send img {
        position: absolute;
        width: 38px;
        margin-top: -1.8rem;
        margin-left: -0.5rem;
    }

    .multi_select .multi_select_wrap .stop {
        background: url(/Images/icon/m_stockdeal_stop_icon.png) no-repeat;
        background-position: 11% 50%;
        padding-left: 2.5rem;
        color: #aaaaaa;
        border: 1px solid #aaaaaa;
        background-size: 15px;
        width: 36%;
    }

.commonAlert .txtAlert div.coin_kinds_wrap {
    padding: 0;
}

    .commonAlert .txtAlert div.coin_kinds_wrap dl {
        padding: 12px 10px;
        border-bottom: 1px solid #2c4562;
    }

    .commonAlert .txtAlert div.coin_kinds_wrap dt {
        margin-right: 30px;
        font-size: 14px;
    }

    .commonAlert .txtAlert div.coin_kinds_wrap dt,
    .commonAlert .txtAlert div.coin_kinds_wrap dd {
        display: inline-block;
        float: left;
    }

    .commonAlert .txtAlert div.coin_kinds_wrap dd {
        position: relative;
        padding-left: 20px;
    }

        .commonAlert .txtAlert div.coin_kinds_wrap dd.margin {
            margin-right: 27.5px;
        }

        .commonAlert .txtAlert div.coin_kinds_wrap dd label:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            border: 1px solid #2c4562;
            border-radius: 5em;
        }

        .commonAlert .txtAlert div.coin_kinds_wrap dd input[type=radio]:checked + label:before {
            background: url('../Images/m_radio_check.png') no-repeat center center;
            background-size: 8px;
        }

        .commonAlert .txtAlert div.coin_kinds_wrap dd input {
            display: none;
        }

.div_limits {
    margin-top: 5px;
}

    .div_limits .tit {
        font-size: 12px;
    }

    /*20210113 시장가 수정*/
    /*매수 시장가*/
    .div_limits > :nth-child(4) {
        display: flex;
        margin-top: 4rem;
    }

        .div_limits > :nth-child(4) img {
            width: 15px;
            height: 15px;
            margin-left: 7px;
            margin-top: 2px;
        }

    .div_limits .mk_tooltip2 {
        position: absolute;
        top: 220px;
        left: 0;
        padding: 14px 10px;
        width: 200px;
        z-index: 999;
        background: #f6fbff;
        border: 1px solid #cbd2e4;
    }

    .div_limits > :nth-child(4) img {
    }

    .div_limits .mk_tooltip2 div {
        border: none;
        margin: 0;
        padding-bottom: 0;
    }

    .div_limits .mk_tooltip2:before {
        content: '';
        display: none;
        position: absolute;
        left: 50%;
        top: -2px;
        width: 10px;
        height: 10px;
        background: #f6fbff;
        transform: rotate(45deg) translateX(-50%);
        border-top: 1px solid #cbd2e4;
        border-left: 1px solid #cbd2e4;
    }


    .div_limits .mk_tooltip2 .tit {
        margin: 0 0 10px 0;
        font-size: 12px;
        font-weight: 600;
    }

    .div_limits .mk_tooltip2 .txt {
        font-size: 11px;
    }

    .div_limits .m-c-0 {
        margin-top: 0.8rem;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .div_limits .m-c-0 > :nth-child(1) {
            width: 85%;
        }

        .div_limits .m-c-0 > :nth-child(2) {
            width: 80px;
        }

        .div_limits .m-c-0 input {
            background: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 30px;
            width: 100%;
            text-align: right;
            padding-right: 3rem;
        }

        .div_limits .m-c-0 ul {
            height: 30px;
            font-size: 11px;
            background-size: 11px;
            text-align: left;
            position: absolute;
            z-index: 900;
            right: 1rem;
            width: 80px;
            background: #fff;
        }

            .div_limits .m-c-0 ul li {
                cursor: pointer;
            }

        .div_limits .m-c-0 li.fix {
            cursor: pointer;
            border: 1px solid #ccc;
            padding: 6px 1rem;
            background: url("../Content/Images/icon/arrow_icon.png") no-repeat 85% 50%;
        }

        .div_limits .m-c-0 ul li:not(.fix) {
            display: none;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            background: #fff;
            padding: 5px 10px;
        }

            .div_limits .m-c-0 ul li:not(.fix):hover, .div_limits .m-c-0 ul li.selected:not(.fix) {
                background: #f4f7f9;
            }

        .div_limits .m-c-0 ul > :nth-child(5) {
            border-bottom: 1px solid #ccc;
        }


    /*매도 시장가*/

    .div_limits > :nth-child(4) {
        display: flex;
        margin-top: 4rem;
    }

        .div_limits > :nth-child(4) img {
            width: 15px;
            height: 15px;
            margin-left: 7px;
            margin-top: 2px;
        }

    .div_limits .mk_tooltip3 {
        position: absolute;
        top: 220px;
        left: 0;
        padding: 14px 10px;
        width: 200px;
        z-index: 999;
        background: #f6fbff;
        border: 1px solid #cbd2e4;
    }


        .div_limits .mk_tooltip3 div {
            border: none;
            margin: 0;
            padding-bottom: 0;
        }

        .div_limits .mk_tooltip3:before {
            content: '';
            display: none;
            position: absolute;
            left: 50%;
            top: -2px;
            width: 10px;
            height: 10px;
            background: #f6fbff;
            transform: rotate(45deg) translateX(-50%);
            border-top: 1px solid #cbd2e4;
            border-left: 1px solid #cbd2e4;
        }


        .div_limits .mk_tooltip3 .tit {
            margin: 0 0 10px 0;
            font-size: 12px;
            font-weight: 600;
        }

        .div_limits .mk_tooltip3 .txt {
            font-size: 11px;
        }

    .div_limits .m-r-11 {
        margin-top: 0.8rem;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .div_limits .m-r-11 > :nth-child(1) {
            width: 85%;
            text-align: right;
        }

        .div_limits .m-r-11 > :nth-child(2) {
            width: 80px;
        }

        .div_limits .m-r-11 input {
            background: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 30px;
            width: 100%;
            text-align: right;
            padding-right: 3rem;
        }

        .div_limits .m-r-11 ul {
            height: 30px;
            font-size: 11px;
            background-size: 11px;
            text-align: left;
            position: absolute;
            z-index: 900;
            right: 1rem;
            width: 80px;
            background: #fff;
        }

            .div_limits .m-r-11 ul li {
                cursor: pointer;
            }

        .div_limits .m-r-11 li.fix1 {
            cursor: pointer;
            border: 1px solid #ccc;
            padding: 6px 1rem;
            background: url("../Content/Images/icon/arrow_icon.png") no-repeat 85% 50%;
        }

        .div_limits .m-r-11 ul li:not(.fix1) {
            display: none;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            background: #fff;
            padding: 5px 10px;
        }

            .div_limits .m-r-11 ul li:not(.fix1):hover, .div_limits .m-r-11 ul li.selected:not(.fix1) {
                background: #f4f7f9;
            }

        .div_limits .m-r-11 ul > :nth-child(5) {
            border-bottom: 1px solid #ccc;
        }


/* 코인리스 btc/trx 탭 */
.coin_tab_wrap .coin_tab {
    position: relative;
    margin-top: 5px;
    width: 110px;
    height: 30px;
    border: 1px solid #d4dcee;
    border-radius: .3em;
    background: #f3f4f8;
}

    .coin_tab_wrap .coin_tab li.tab1 {
        left: -1px;
    }

    .coin_tab_wrap .coin_tab li.active {
        background: #2c4562;
        color: #fff;
        border-radius: .2em;
        height: calc(100% + 2px);
    }

    .coin_tab_wrap .coin_tab li.tab1.active {
        box-shadow: 1px 0px 3px 1px rgba(0,0,0,.2);
    }

    .coin_tab_wrap .coin_tab li.tab2.active {
        box-shadow: -1px 0px 3px 1px rgba(0,0,0,.2);
    }

    .coin_tab_wrap .coin_tab li {
        position: absolute;
        width: calc(50% + 1px);
        height: 100%;
        text-align: center;
        line-height: 30px !important;
        font-family: Roboto;
        font-weight: bold;
        color: #a6b4ca;
        top: -1px;
    }

        .coin_tab_wrap .coin_tab li.tab2 {
            right: -1px;
        }

.leaseExWrap .coin_tab_wrap .txt {
    font-size: 12px;
    font-weight: bold;
    color: #6a788d;
    line-height: 30px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfe2e7;
}

.leaseExWrap .applyList p.tit {
    font-size: 14px;
}

    .leaseExWrap .applyList p.tit span {
        font-weight: bold;
    }

.leaseExWrap .applyList p.tit {
    float: left;
}

.leaseExWrap .applyList p.increase span {
    color: #f13327;
}

.leaseExWrap .applyList p.degradation span {
    color: #1f5af6;
}

.leaseExWrap .applyList h4.box1 {
    margin-top: 10px;
}

    .leaseExWrap .applyList h4.box1 img {
        margin-right: 5px;
    }

.leaseExWrap .applyList ul.box2 li strong:first-child {
    font-weight: normal;
    font-size: 12px;
}

.leaseExWrap .applyList ul.box2 li strong:last-child {
    font-family: Roboto, NanumGothic;
    font-weight: bold;
}

.leaseExWrap .applyList.applyList2 a {
    border-radius: .5em;
}

.leaseExWrap .applyList.border {
    border-bottom: 1px solid #dfe2e7;
    padding-bottom: 10px;
}

.invest_wrap .coin_select {
    padding: 15px 0;
    border-bottom: none !important;
}

    .invest_wrap .coin_select h3 {
        display: inline-block;
        float: left;
        color: #6a788d;
        font-size: 12px;
        line-height: 30px;
        font-weight: bold;
    }

    .invest_wrap .coin_select select {
        float: right;
        padding-left: 10px;
        width: 100px;
        height: 30px;
        border-radius: .2em;
        border: 1px solid #dee2eb;
        font-family: Roboto;
        color: #666666;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('../Images/btn_arrw.png') no-repeat center right 10px;
        background-size: 9px;
    }

.invest_wrap .leaseExHead {
    background: #f6f7fa;
}

    .invest_wrap .leaseExHead h3 {
        color: #2c4562;
    }

        .invest_wrap .leaseExHead h3 .blue {
            color: #1f5af6
        }

    .invest_wrap .leaseExHead a {
        color: #6a788d;
    }

.invest_wrap.leaseExWrap .leaseExHead a::after {
    width: 4.5px;
    height: 7px;
    background: url('../Images/icon_stock.png') no-repeat;
    background-size: 5px;
    border: none;
}

.invest_wrap.leaseInvestInfoWarp .leaseFigure li p:first-child {
    text-align: right;
    font-size: 12px;
    color: #6a788d;
}

.invest_wrap .investTitWrap {
    border-bottom: 1px solid #dfe2e7;
    padding-bottom: 15px;
}

.invest_wrap.leaseInvestInfoWarp .leaseFigure li p .coin_name {
    color: #6a788d;
}

.invest_wrap.leaseInvestInfoWarp .leaseFigure li p:last-child {
    padding: 6px 0 26px 5px
}

.lease_list_wrap .lease_list_top.lease_list_top2 {
    padding: 0;
    background: none;
    box-shadow: none;
}

    .lease_list_wrap .lease_list_top.lease_list_top2 h3 {
        border: none;
        padding: 20px 0 5px 22px;
    }

    .lease_list_wrap .lease_list_top.lease_list_top2 > ul li:first-child:before {
        display: none;
    }

.orderRight .exchageSellBuy_Con.exchageSellBuy_Con2 {
    padding-top: 40px;
}

    .orderRight .exchageSellBuy_Con.exchageSellBuy_Con2 .tab_in_tab {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

        .orderRight .exchageSellBuy_Con.exchageSellBuy_Con2 .tab_in_tab li.active {
            background: #fff;
        }

        .orderRight .exchageSellBuy_Con.exchageSellBuy_Con2 .tab_in_tab li:first-child.active a {
            color: #d83a2b;
        }

        .orderRight .exchageSellBuy_Con.exchageSellBuy_Con2 .tab_in_tab li:last-child.active a {
            color: #124aa8;
        }

.lease_list_wrap .lease_list_top2 {
    margin-top: 30px;
}

.lease_list_wrap .lease_list_top.lease_list_top2 > h3 {
    background: url('../Images/lease/money_icon.png') no-repeat left top 18px;
    background-size: 17px;
}

.lease_list_wrap .lease_list_top2 > ul li dl {
    padding: 12.5px 10px;
    background: #fff;
    border-radius: 0.8em;
    box-shadow: 0px 0px 7px rgba(0,0,0, .07)
}

    .lease_list_wrap .lease_list_top2 > ul li dl dt {
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e9f2;
    }

.lease_list_wrap .lease_list_top2 > ul {
    overflow: visible !important;
}

    .lease_list_wrap .lease_list_top2 > ul li dl dd {
        margin-top: 10px;
    }

    .lease_list_wrap .lease_list_top2 > ul li dl dt.trx_dt span {
        background-image: url('../Images/icon/coin_trx.png');
        background-size: 100%;
    }
/* 모바일 지정가 알림 */
.exchange_header .select_title.select_title1 {
    font-size: 14px;
    font-weight: normal;
}

    .exchange_header .select_title.select_title1 span {
        font-weight: bold;
    }

.exchange_header .bell_btn {
    position: absolute;
    top: 50%;
    right: 32px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../Images/icon_bell.png') no-repeat;
    background-size: 18px;
}

    .exchange_header .bell_btn span {
        display: block;
        position: absolute;
        right: 0;
        width: 13px;
        height: 13px;
        background: #ff183c;
        border-radius: 5em;
        font-size: 10px;
        color: #fff;
        text-align: center;
        line-height: 13px;
    }

    .exchange_header .bell_btn.active span {
        display: block;
        position: absolute;
        right: 0;
        width: 13px;
        height: 13px;
        background: #ff183c;
        border-radius: 5em;
        font-size: 10px;
        color: #fff;
        text-align: center;
        line-height: 13px;
    }

        .exchange_header .bell_btn.active span.new {
            width: 6px;
            height: 6px;
            border-radius: 5em;
            right: 3px;
            top: 3px;
        }

.marketPriceWrap.coinMarketPriceWrap {
    padding-top: 15px;
}

.lease_alert.navy_alert .alert_body.basic > p {
    background: #2c4562;
    color: #fff;
}

.lease_alert.navy_alert .alert_foot > button:last-child {
    background: #2c4562;
}

.lease_alert.navy_alert strong {
    color: #2c4562 !important;
}

/* 거래소 내 수익률계산기 플로팅 버튼 */
.btn_revenue_calc.deal {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: url(../Images/btn_floating.png) 0 0 / 50px no-repeat;
    z-index: 999
}

    .btn_revenue_calc.deal.press {
        background: url(../Images/btn_floating_on.png) 0 0 / 50px no-repeat;
    }

/* 지정가 도달 팝업 */
.commonAlert .alram_content {
    padding: 0 10px 8px;
}

    .commonAlert .alram_content:last-child {
        padding-bottom: 0;
    }

    .commonAlert .alram_content > li {
        display: inline-block;
    }

    .commonAlert .alram_content .tit {
        float: left;
        font-size: 14px;
    }

    .commonAlert .alram_content .content {
        float: right;
        font-size: 13px;
        color: #999;
    }

        .commonAlert .alram_content .content .num {
            font-weight: bold;
            font-size: 16px;
            color: #333;
        }
/*
    OTP인증 팝업추가
*/
.btn_otp_certify {
    margin-top: 11px;
    width: 100%;
    height: 40px;
    border: 1px solid #1f5af6;
    color: #1f5af6;
    border-radius: 2px;
    font-size: 15px;
    overflow: hidden;
}

.otp_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
    padding: 0 15px;
    line-height: 1;
    box-shadow: 0 0 7px rgba(0,0,0,0.05);
}

    .otp_popup * {
        font-weight: bold;
        letter-spacing: 0;
    }

.otp_body > div:not(:last-child) {
    border-bottom: 1px solid #f5f4f9;
}

.otp_content {
    position: relative;
    top: 50%;
    /*max-height: 560px;*/
    transform: translateY(-50%);
    padding: 28px 37px 49px;
    background-color: #fff;
}

.otp_head h2 {
    font-size: 18px;
    text-align: center;
}

.otp_body {
    height: calc(100% - 19px);
    overflow-y: auto;
}

.otp_conbox {
    padding: 30px 0;
}

    .otp_conbox .input_dummy {
        position: fixed;
        width: 0;
        height: 0;
        overflow: hidden;
        left: -9999px;
        top: -9999px;
        opacity: 0;
    }

.otp_body h3 {
    font-size: 14px;
    text-indent: -15px;
    margin: 0 0 8px 15px;
    line-height: 20px;
}

.otp_body h4 {
    margin-bottom: 8px;
    font-size: 12px;
    color: #bbb;
}

.otp_body .app_link li {
    float: left;
    width: calc(50% - 8px);
}

    .otp_body .app_link li:first-child {
        margin-right: 16px;
    }

    .otp_body .app_link li [class^="app_"] {
        display: block;
        height: 40px;
        padding: 8px 0 8px 33%;
        background-color: #000;
        color: #fff;
        border-radius: 3px;
        font-size: 8px;
        line-height: 13px;
        font-weight: normal;
        overflow: hidden;
    }

    .otp_body .app_link li .app_google {
        background: #000 url(../Images/down_google.png) left 15% center / 20px no-repeat;
    }

    .otp_body .app_link li .app_apple {
        padding-left: 36.5%;
        background: #000 url(../Images/down_apple.png) left 15% center / 20px no-repeat;
    }

    .otp_body .app_link li [class^="app_"] span {
        display: block;
        font-size: 14px;
    }

.otp_body .key_box {
}

    .otp_body .key_box > * {
        height: 40px;
        border-radius: 3px;
        margin-top: 0;
    }

    .otp_body .key_box p {
        float: left;
        display: block;
        width: calc(100% - 68px);
        font-size: 14px;
        background-color: #f3f4f8;
        border: 1px solid #e5e9f2;
        line-height: 40px;
        text-align: center;
        color: #333;
    }

    .otp_body .key_box button {
        float: left;
        width: 64px;
        margin-left: 4px;
        font-size: 12px;
        background-color: #2c4562;
        color: #fff;
    }

.otp_body .input_otp {
    padding-left: 13px;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e5e9f2;
}

.otp_foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .otp_foot button {
        width: 50%;
        height: 49px;
        float: left;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
    }

        .otp_foot button:first-child {
            background-color: #9ca2a7;
        }

        .otp_foot button:last-child {
            background-color: #2c4562;
        }

.slide_alert {
    position: fixed;
    padding: 8px 10px;
    width: calc(100% - 30px);
    left: 15px;
    background-color: #2c4562;
    border-radius: 3px;
    z-index: 999;
}

    .slide_alert p {
        display: block;
        margin: 0;
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
    }

#toast-container > div.opt_alarm {
    width: calc(100% - 30px) !important;
    padding: 8px 10px !important;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.4);*/
}

@media screen and (max-width: 320px) {
    .btn_otp_certify {
        font-size: 13px;
    }

    .otp_content {
        padding: 18px 15px 40px;
    }

    .otp_head h2 {
        font-size: 17px;
    }

    .otp_body h3 {
        font-size: 13px;
        line-height: 18px;
    }

    .otp_body .key_box p {
        font-size: 13px;
    }

    .otp_body .app_link li [class^="app_"] {
        padding-top: 6px;
    }

        .otp_body .app_link li [class^="app_"] span {
            font-size: 13px;
        }

    .otp_foot button {
        height: 40px;
        font-size: 13px;
    }
}

@media screen and (max-height: 667px) {
    .otp_conbox {
        padding: 20px 0;
    }
}

/***************************************************************
   자산입출금 리스트 페이지    *********************************/
.coinlist_wrap {
}

.all_amount {
    background-color: #f2f4f8;
    border-bottom: 1px solid #dfe2e7;
    color: #2c4562;
    line-height: 1;
    padding: 10px 12px;
}

    .all_amount h2 {
        float: left;
        font-size: 12px;
        font-weight: bold;
    }

    .all_amount p {
        float: right;
    }

        .all_amount p strong {
            font-size: 15px;
        }

        .all_amount p span {
            font-size: 12px;
        }

.coin_filter {
    position: relative;
    border-bottom: 1px solid #dfe2e7;
}

    .coin_filter img {
        position: absolute;
        width: 16px;
        left: 13px;
        top: 10px;
    }

    .coin_filter input {
        width: 100%;
        padding: 11px 0 11px 37px;
        box-sizing: border-box;
        line-height: 1;
    }

    .coin_filter .btn_clear {
        display: none;
        position: absolute;
        right: 13px;
        top: 10px;
        width: 18px;
        height: 18px;
        background: url(../Images/asset_clear.png) center / 18px no-repeat;
    }

.set_coinsort {
}

    .set_coinsort ul {
        border-bottom: 1px solid #2c4562;
    }

    .set_coinsort li {
        position: relative;
        float: left;
        width: 33.333%;
        font-size: 13px;
        text-align: center;
        color: #2c4562;
        line-height: 40px;
    }

        .set_coinsort li.active {
            font-weight: bold;
        }

        .set_coinsort li::before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #2c4562;
            content: '';
            transform: scale(0);
            transition: transform 0.3s;
            transform-origin: center bottom;
        }

        .set_coinsort li.active::before {
            transform: scale(1);
        }

    .set_coinsort > p {
        padding: 9px 0;
        text-align: center;
        background-color: #f5f5f7;
        color: #2c4562;
        border-bottom: 1px solid #e1e3e8;
    }

        .set_coinsort > p input {
            display: none;
        }

        .set_coinsort > p label {
            font-size: 12px;
        }

            .set_coinsort > p label::before {
                display: inline-block;
                margin: -1px 6px 0 0;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                content: "";
                background: #fff url(../Images/has_chk_grey.png) center / 10px no-repeat;
                border: 1px solid #95a6b2;
                vertical-align: middle;
            }

        .set_coinsort > p input:checked + label::before {
            background: #2c4562 url(../Images/has_chk_white.png) center / 10px no-repeat;
            border: 0;
        }

.banana_tab li {
    width: 25%;
}

    .banana_tab li img {
        width: 14px;
        margin: 13px 2px 0 0;
    }

.banana_logo {
    width: 17px;
    margin: 2px 0 0 4px;
}

.deposit_coinlist li {
    position: relative;
    border-bottom: 1px solid #dfe2e7;
}

    .deposit_coinlist li::before {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #2c4562;
        width: 7px;
        height: 46px;
    }

    .deposit_coinlist li.active {
        background-color: #f9fafe;
    }

        .deposit_coinlist li.active::before {
            content: '';
        }

    .deposit_coinlist li a {
        display: block;
        padding: 0 22px;
    }

        .deposit_coinlist li a > div {
            display: flex;
            height: 46px;
            align-items: center;
        }

            .deposit_coinlist li a > div:nth-child(1) {
                float: left;
            }

            .deposit_coinlist li a > div:nth-child(2) {
                float: right;
            }

    .deposit_coinlist li.asset_coin a > div:nth-child(2) {
        flex-direction: column;
        padding: 6px 0;
    }

    .deposit_coinlist li a > div h3 {
        color: #6a6a6a;
        font-size: 12px;
    }

    .deposit_coinlist li.active a > div h3 {
        color: #2c4562;
        font-weight: bold;
    }

    .deposit_coinlist li a > div p {
        font-size: 12px;
        line-height: 1;
    }

        .deposit_coinlist li a > div p:nth-child(1) {
            color: #2c4562;
        }

        .deposit_coinlist li a > div p:nth-child(2) {
            color: #6a6a6a;
        }

    .deposit_coinlist li.asset_coin a > div p {
        width: 100%;
        flex: 1 0 auto;
        line-height: 17px;
        text-align: right;
    }

.none_list p {
    padding-top: 156px;
    color: #2c4562;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background: url(../Images/m_icon_nonaddr.png) center 87px / 56px no-repeat;
}
/* 휴면계정 */
.dormant_wrap {
    line-height: 1;
    padding: 90px 25px 0;
    font-family: "Nanum Gothic";
}

    .dormant_wrap h2 {
        font-size: 15px;
        color: #2c4562;
        font-weight: bold;
    }

    .dormant_wrap p.member_info,
    .dormant_wrap p.dormant_notice {
        color: #2c4562;
        font-size: 13px;
        line-height: 20px;
    }

    .dormant_wrap p.member_info {
        margin: 22px 0;
        word-break: keep-all;
    }

        .dormant_wrap p.member_info strong {
            color: #416ff4;
            font-weight: 900;
        }

    .dormant_wrap p.dormant_notice {
        margin-bottom: 50px;
    }

    .dormant_wrap button {
        width: 100%;
    }

    .dormant_wrap .auth_number {
        margin: 20px 0 7px;
        padding-left: 10px;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #2c4562;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        color: #20232a;
    }

        .dormant_wrap .auth_number.red {
            color: #fe2e2e;
        }

        .dormant_wrap .auth_number.blue {
            color: #416ff4;
        }

        .dormant_wrap .auth_number::placeholder {
            font-size: 14px;
            color: #95a6b2;
            font-weight: 400;
        }

        .dormant_wrap .auth_number:disabled {
            color: #95a6b2;
            border-bottom: 1px solid #e5e5e5;
            background-color: transparent;
            pointer-events: none;
        }

    .dormant_wrap .auth_warning {
        height: 11px;
        text-align: left;
        font-size: 11px;
        color: #ff446a;
    }

    .dormant_wrap .btn_setRelease {
        margin-top: 23px;
    }

.dormant_close {
    float: right;
    width: 20px;
}
/**********************
     내정보
***********************/
.my_info_wrap {
}

    .my_info_wrap .my_info {
        padding: 23px 12px 0;
    }

    .my_info_wrap h2 {
        font-size: 14px;
        font-weight: bold;
        color: #2c4562;
        line-height: 1;
    }
    /* 입출금 레벨 */
    .my_info_wrap .withdraw_level {
        border-bottom: 10px solid #eff0f1;
        padding-bottom: 20px;
    }

.withdraw_level h2 {
}

.withdraw_level .my_level_tab {
    margin: 20px 0 15px;
    border-radius: 5px;
    overflow: hidden;
}

    .withdraw_level .my_level_tab li {
        float: left;
        width: 50%;
        height: 50px;
        text-align: center;
        font-size: 11px;
        background-color: #f5f5f7;
    }

        .withdraw_level .my_level_tab li div {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: center;
            flex-flow: column;
            color: #999;
        }

        .withdraw_level .my_level_tab li.active {
            background-color: #2c4562;
        }

            .withdraw_level .my_level_tab li.active div {
                color: #fff;
            }

        .withdraw_level .my_level_tab li strong {
            font-size: 17px;
            display: block;
            line-height: 1;
        }

            .withdraw_level .my_level_tab li strong span {
                font-weight: bold;
            }

.my_limits_wrap > article {
    display: none;
}

    .my_limits_wrap > article.active {
        display: block;
    }

    .my_limits_wrap > article .day_limits {
        padding: 10px 12px;
        background-color: #f5f5f7;
        border-top: 1px solid #2c4562;
    }

        .my_limits_wrap > article .day_limits li {
            padding: 10px 0;
            font-size: 12px;
            line-height: 1;
        }

            .my_limits_wrap > article .day_limits li:first-child {
                border-bottom: 1px solid #ddd;
            }

            .my_limits_wrap > article .day_limits li h3 {
                font-size: 12px;
                float: left;
                color: #2c4562;
                letter-spacing: -0.025em;
            }

            .my_limits_wrap > article .day_limits li p {
                float: right;
            }

    .my_limits_wrap > article > strong {
        margin: 15px 0 9px;
        display: block;
        padding-left: 12px;
        font-size: 11px;
        font-weight: bold;
        color: #888;
    }

        .my_limits_wrap > article > strong img {
            margin-right: 4px;
            vertical-align: middle;
        }

    .my_limits_wrap > article .level_limits {
        padding-left: 12px;
        font-size: 11px;
        color: #888;
    }

        .my_limits_wrap > article .level_limits li {
            line-height: 1;
            margin-bottom: 6px;
        }

/* 추천인 */
.my_info_wrap .refferer {
    border-bottom: 10px solid #eff0f1;
    padding-bottom: 25px;
}

.refferer h2 {
}

    .refferer h2 + div {
        padding: 0 12px;
    }

.refferer .my_recommend {
    margin: 30px 0 20px;
}

    .refferer .my_recommend > div {
        float: left;
    }

    .refferer .my_recommend .recomm_level {
        width: 90px;
        height: 90px;
        font-size: 26px;
        font-family: "Noto Sans KR";
        font-weight: 900;
        color: #18306e;
        text-align: center;
        line-height: 90px;
        background: url(../Images/myinfo_level_bg.png) center /cover no-repeat;
    }

    .refferer .my_recommend .recomm_id {
        width: calc(100% - 90px);
        text-align: right;
    }

        .refferer .my_recommend .recomm_id h3 {
            margin-top: 23px;
            font-size: 11px;
            color: #888;
        }

        .refferer .my_recommend .recomm_id p {
            margin-top: 8px;
            font-size: 25px;
            font-weight: bold;
            line-height: 1;
        }

.refferer .member_recommend {
}

    .refferer .member_recommend li {
        padding: 10px 0;
        line-height: 27px;
    }

        .refferer .member_recommend li:first-child {
            border-bottom: 1px solid #dfe2e7;
        }

        .refferer .member_recommend li > :first-child {
            float: left;
        }

        .refferer .member_recommend li > :last-child {
            float: right;
        }

        .refferer .member_recommend li h3 {
            display: inline-block;
            font-size: 12px;
            line-height: 27px;
            color: #888;
        }

        .refferer .member_recommend li button {
            margin-left: 11px;
            width: 73px;
            height: 27px;
            font-size: 11px;
            line-height: 27px;
            border-width: 1px;
        }

            .refferer .member_recommend li button:disabled {
                pointer-events: none;
                background-color: #ebeced;
                border-color: #e5e5e5;
                color: #ccc !important;
            }

        .refferer .member_recommend li p {
            font-size: 22px;
            font-weight: bold;
        }

        .refferer .member_recommend li:last-child p {
            padding-right: 20px;
            background: url(../Images/btn_arrw_dw7.png) center right / 10px no-repeat;
        }

            .refferer .member_recommend li:last-child p span {
                margin-left: 4px;
                font-size: 14px;
                color: #888;
                font-weight: normal;
                vertical-align: middle;
            }

.refferer > button {
    margin-top: 20px;
    width: 100%;
}
/* 나를 추천한 유저 팝업 */
.user_recomm_pop {
    position: fixed;
    padding-top: 150px;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
    overflow: hidden;
}

    .user_recomm_pop.active {
        bottom: 0;
    }

    .user_recomm_pop .user_recomm_content {
        position: relative;
        top: 100%;
        width: 100%;
        height: 100%;
        border-radius: 15px 15px 0 0;
        background-color: #fff;
        overflow: hidden;
        transition: top 0.5s;
    }

    .user_recomm_pop.active .user_recomm_content {
        top: 0;
    }

    .user_recomm_pop .user_recomm_content h3 {
        color: #1e1e1e;
        font-size: 16px;
        line-height: 50px;
        background-color: #f6f6f8;
        text-align: center;
    }

    .user_recomm_pop .user_recomm_body {
        height: calc(100% - 50px);
        overflow-y: auto;
    }

        .user_recomm_pop .user_recomm_body ol {
            padding: 0 24px;
        }

        .user_recomm_pop .user_recomm_body li {
            line-height: 45px;
            border-bottom: 1px solid #dfe2e7;
            font-size: 15px;
        }

            .user_recomm_pop .user_recomm_body li span.number {
                float: left;
                display: block;
                width: 48px;
                padding-left: 14px;
                color: #888;
            }

            .user_recomm_pop .user_recomm_body li .member_reccomm_id {
                float: left;
            }

            .user_recomm_pop .user_recomm_body li .date {
                float: right;
                color: #888;
                font-size: 12px;
            }

    .user_recomm_pop .close_recomm_list {
        position: absolute;
        right: 27px;
        top: 18px;
        width: 14px;
        height: 14px;
        background: url(../Images/icon_x.png) center / 14px no-repeat;
    }
/* 추천인 상세정보 */
.recomm_detail_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}

    .recomm_detail_pop h3 {
        font-size: 15px;
        color: #2c4562;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        border-bottom: 1px solid #dfe2e7;
    }

    .recomm_detail_pop .recomm_detail_body {
        height: calc(100% - 61px);
        padding: 0 12px;
    }

    .recomm_detail_pop .recomm_search {
        position: relative;
        margin: 15px 0 32px;
        border-radius: 3px;
        border: 1px solid #dfe2e7;
        overflow: hidden;
    }

        .recomm_detail_pop .recomm_search input {
            padding-left: 15px;
            height: 36px;
            width: 100%;
            background-color: #fafafa;
        }

    .recomm_detail_pop .btn_recomm_search {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        background: #fff url(../Images/icon_recomm_search.png) center / 15px no-repeat;
        border-left: 1px solid #dfe2e7;
    }

    .recomm_detail_pop .date_pick_wrap {
        position: relative;
        margin-bottom: 15px;
    }

        .recomm_detail_pop .date_pick_wrap .date_range {
            text-align: center;
        }

            .recomm_detail_pop .date_pick_wrap .date_range button {
                width: 8px;
                height: 14px;
                background-size: cover;
            }

            .recomm_detail_pop .date_pick_wrap .date_range .btn_prev {
                background-image: url(../Images/date_arrow_left_on.png)
            }

                .recomm_detail_pop .date_pick_wrap .date_range .btn_prev.dim {
                    pointer-events: none;
                    background-image: url(../Images/date_arrow_left.png)
                }

            .recomm_detail_pop .date_pick_wrap .date_range .btn_next {
                background-image: url(../Images/date_arrow_right_on.png)
            }

                .recomm_detail_pop .date_pick_wrap .date_range .btn_next.dim {
                    pointer-events: none;
                    background-image: url(../Images/date_arrow_right.png)
                }

            .recomm_detail_pop .date_pick_wrap .date_range strong {
                font-size: 20px;
                vertical-align: middle;
                margin: 0 40px;
            }

        .recomm_detail_pop .date_pick_wrap .datepicker {
            position: absolute;
            right: 13px;
            top: 5px;
            width: 18px;
            height: 19px;
        }

            .recomm_detail_pop .date_pick_wrap .datepicker input {
                width: 100%;
                height: 100%;
                background: url(../Images/icon_recomm_calendar.png) 0 0 /cover no-repeat;
                font-size: 0;
            }

    .recomm_detail_pop .table_wrap {
        height: calc(100% - 115px);
        border-top: 1px solid #2c4562;
    }

        .recomm_detail_pop .table_wrap .table_body {
            height: calc(100% - 102px);
            overflow-y: auto;
        }

        .recomm_detail_pop .table_wrap li {
            text-align: center;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            border-bottom: 1px solid #dfe2e7;
        }

            .recomm_detail_pop .table_wrap li div {
                float: left;
            }

        .recomm_detail_pop .table_wrap .table_title li {
            text-align: center;
            background-color: #f5f5f7;
            height: 42px;
            font-size: 12px;
            color: #2c4562;
        }

        .recomm_detail_pop .table_wrap li div:nth-child(1) {
            width: 43px;
        }

        .recomm_detail_pop .table_wrap li div:nth-child(2) {
            width: 84px;
            border-right: 1px solid #dfe2e7;
            border-left: 1px solid #dfe2e7;
        }

        .recomm_detail_pop .table_wrap li div:nth-child(3) {
            width: calc(100% - 127px);
        }

            .recomm_detail_pop .table_wrap li div:nth-child(1),
            .recomm_detail_pop .table_wrap li div:nth-child(3) span {
                color: #888;
                vertical-align: top;
            }

                .recomm_detail_pop .table_wrap li div:nth-child(3) span.coin {
                    font-size: 11px;
                }

        .recomm_detail_pop .table_wrap .table_body li div:last-child {
            text-align: right;
        }

    .recomm_detail_pop .close_recomm_detail {
        position: absolute;
        width: 14px;
        height: 14px;
        background: url(../Images/icon_x.png) center/14px no-repeat;
        top: 16px;
        right: 14px;
    }

.myInfo_wrapper ~ #ui-datepicker-div {
    z-index: 999 !important;
}
/* 추천인등록 */
.recomm_register_pop {
}

    .recomm_register_pop.commonAlert .txtAlert .txt {
        font-size: 18px;
        line-height: 1;
    }

    .recomm_register_pop input {
        padding-left: 15px;
        width: 100%;
        border: 1px solid #ccc;
        margin: 20px 0 -10px;
        height: 35px;
        border-radius: 4px;
    }
/* 이벤트/광고 SMS,EMAIL*/
.my_info_wrap .evt_agree {
    border-bottom: 10px solid #eff0f1;
    padding-bottom: 5px;
}

.evt_agree li {
    padding: 15px 0;
}

    .evt_agree li:first-child {
        border-bottom: 1px solid #dfe2e7;
    }

    .evt_agree li > div:first-child {
        float: left;
    }

    .evt_agree li > div:nth-of-type(2) {
        float: right;
    }

    .evt_agree li > div h3 {
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        width: 280px;
    }

    .evt_agree li > div p {
        margin-top: 6px;
        font-size: 11px;
        color: #888;
        line-height: 1;
    }

    .evt_agree li > div input {
        display: none;
    }
    /*//공통*/
    /*이전 버전 체크박스 */
    .evt_agree li > div label {
        margin-top: 6px;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
        line-height: 20px;
    }

        .evt_agree li > div label::before {
            margin-right: 8px;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 3px;
            border: 1px solid #b7b7b7;
            content: "";
            vertical-align: middle;
        }

    .evt_agree li > div input:checked + label {
    }

        .evt_agree li > div input:checked + label::before {
            background: #2c4562 url(../Images/m_icon_check.png) center / 10px no-repeat;
            border-color: #2c4562;
        }

/*20.04.28 로그인 input 수정*/

.evt_agree.toggler label {
    position: relative;
    display: block;
    width: 39px;
    height: 21px;
    border-radius: 19px;
    margin: 5px auto;
    color: #fff;
    background-color: #cccccc;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    cursor: pointer;
    content: "";
}

    .evt_agree.toggler label::before {
        content: none;
    }

    .evt_agree.toggler label::after {
        position: absolute;
        left: 1px;
        top: 2px;
        width: 17px;
        height: 17px;
        border: 1px solid;
        border-radius: 50%;
        transition: 0.3s left;
        background-color: #fff;
        content: "";
    }

.evt_agree.toggler input:checked + label {
    background-color: #2574cf;
    color: #fff;
}

    .evt_agree.toggler input:checked + label::after {
        background: #fff;
        left: 21px;
    }

.rogin_ip label {
    margin: 0 auto;
}

.rogin_ip ul li:first-child {
    border: none !important;
}

.rogin_ip ul li h3 {
    line-height: 21px;
}
/* //20.04.28  로그인 input 수정*/
.login_log {
}

    .login_log .my_info h2 {
        margin-bottom: 20px;
    }

.rogin_ip li div div {
    font-size: 11px;
    color: #888;
}

.login_log .my_info li {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1;
    color: #1e1e1e;
}
/* // 04.28 이후 효빈 해외 ip*/
/* 타지역 로그인 차단 */
.rogin_ip ul li:nth-child(2) {
    border-top: 1px solid #e5e9f2;
}

.rogin_ip .country_select {
    clear: both;
    width: 100%;
    display: none;
}

    .rogin_ip .country_select select:nth-child(1) {
        margin-top: 10px;
    }

    .rogin_ip .country_select select {
        width: 100%;
        height: 34px;
        margin-bottom: 10px;
        padding: 0 0 0 16px;
        font-size: 12px;
        color: 666666;
        -webkit-appearance: none;
        background: url(../Images/icon_arrow5.png) center right 14px no-repeat;
        background-size: 12.5px 8px;
        border: 1px solid #e5e9f2;
    }

        .rogin_ip .country_select select option {
            display: block;
            min-height: 30px;
        }

    .rogin_ip .country_select p {
        font-size: 11px;
        color: #888;
        margin-top: 5px;
    }

    .rogin_ip .country_select.select_show {
        display: block;
    }
/* 로그인 로그 탭 메뉴 */
.login_log .myInfo_date {
    margin-top: 40px;
    height: auto;
    line-height: 1;
}

    .login_log .myInfo_date li {
        height: auto;
        text-align: center;
        padding: 0;
    }

        .login_log .myInfo_date li.active::after {
            content: none;
        }

        .login_log .myInfo_date li a {
            padding-bottom: 11px;
            display: inline-block;
            width: auto;
            line-height: 1;
            color: #909ca8;
            font-size: 14px;
        }

        .login_log .myInfo_date li.active a::after {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background: #2c4562;
            position: absolute;
            bottom: 0;
        }


/***********************
    20-04-08 간편구매
*************************/
/*아코디언 메뉴 폼*/
.m_instantbuy_wrap {
    padding: 44px 0 20px 0;
    width: 100%;
    background-color: #Fff;
}

    .m_instantbuy_wrap .m_instantbuy_accordion h3 {
        height: 55px;
        padding: 0 22.5px;
        font-size: 15px;
        border-top: 1px solid #dfe2e7;
        border-bottom: 1px solid #dfe2e7;
        line-height: 55px;
    }

    .m_instantbuy_wrap .m_instantbuy_accordion_down {
        padding: 0 22.5px;
        border-bottom: 1px solid #dfe2e7;
    }

        .m_instantbuy_wrap .m_instantbuy_accordion_down li {
            height: 67.5px;
            padding: 16.5px 0;
            font-size: 12px;
            border-bottom: 1px solid #dfe2e7;
            position: relative;
        }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li:nth-of-type(3) {
                border-bottom: none;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li span {
                color: #f13327;
                display: inline;
                font-weight: bold;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li div {
                display: inline-block;
                position: absolute;
                vertical-align: middle;
                text-align: center;
            }

                .m_instantbuy_wrap .m_instantbuy_accordion_down li div img {
                    width: 100%;
                }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li:nth-child(3) div img {
                height: 100%;
                width: auto;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li:nth-child(1) div {
                width: 38.5px;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li:nth-child(2) div {
                width: 35px;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li:nth-child(3) div {
                height: 36.2px;
            }

            .m_instantbuy_wrap .m_instantbuy_accordion_down li p {
                padding-left: 60px;
            }

    .m_instantbuy_wrap .transform_btn {
        width: 13.5px;
        float: right;
        padding-top: 23.5px;
    }

    .m_instantbuy_wrap .m_instantbuy_accordion_down_sub {
        background-color: #f7f7f7;
        padding: 10px 22.5px;
    }

        .m_instantbuy_wrap .m_instantbuy_accordion_down_sub li {
            font-size: 12px;
            color: #888;
            position: relative;
            top: 50%;
            margin: 5px 0;
            padding-left: 8px;
            line-height: 15px;
        }

            .m_instantbuy_wrap .m_instantbuy_accordion_down_sub li::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 6px;
                width: 2px;
                height: 2px;
                border-radius: 100%;
                background: #333;
            }

    .m_instantbuy_wrap .btn_darkblue {
        display: block;
        background-color: #2c4562;
        height: 40px;
        width: 92.5%;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }


    /*PartialinstantBuy_ 간편구매 팝업 공통*/

    .m_instantbuy_wrap .instantbuy_wrap {
        padding-top: 10px;
        background-color: #eff0f1;
    }

        .m_instantbuy_wrap .instantbuy_wrap .form_wrap {
            background-color: #fff;
            padding: 32.5px 11.25px;
        }

        .m_instantbuy_wrap .instantbuy_wrap .amount_box {
            width: 100%;
            height: 40px;
            margin: 0 auto;
            margin-bottom: 39.5px;
            border-radius: 5px;
            background-color: #edf1f6;
            padding: 0 3.75%;
            line-height: 40px;
        }

            .m_instantbuy_wrap .instantbuy_wrap .amount_box span {
                float: left;
                font-size: 11px;
                color: #888;
                line-height: 40px;
            }

            .m_instantbuy_wrap .instantbuy_wrap .amount_box p {
                font-size: 13px;
                float: right;
            }

                .m_instantbuy_wrap .instantbuy_wrap .amount_box p strong {
                    font-weight: 900;
                    margin-right: 12px;
                }

.instantbuy_wrap .instant_inputwrap select {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 65px;
    font-size: 16px;
    z-index: 1;
    border: 0;
    font-family: "Roboto";
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(../Images/icon_arrow4.png) center right / 8px no-repeat;
}

    .instantbuy_wrap .instant_inputwrap select.active {
        background: url(../Images/icon_arrow3.png) center right / 8px no-repeat;
    }

    .instantbuy_wrap .instant_inputwrap select::-ms-expand {
        display: none;
    }

    .instantbuy_wrap .instant_inputwrap select:disabled {
        color: #20232a;
    }

.instantbuy_wrap .instant_select_wrap {
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 16px;
    z-index: 1;
    border: 0;
    font-family: "Roboto";
}

.index_buy .from_box .instant_select_wrap .open_from_select {
    width: 50px;
}

.index_buy .from_box .instant_select_wrap p label {
    padding-right: 11px;
}

.instantbuy_wrap .btn_img {
    background: url(../Images/icon_arrow4.png) center right / 11px no-repeat;
}

    .instantbuy_wrap .btn_img.on {
        background: url(../Images/icon_arrow3.png) center right / 10px no-repeat !important;
    }

.instantbuy_wrap .instant_select_wrap p input {
    display: none;
}

.instantbuy_wrap .instant_select_wrap p label {
    width: 100%;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    font-weight: normal;
    display: block;
    transform: translateY(3px);
}

.index_buy .instant_select_wrap p label {
    transform: translateY(0px);
}

.index_buy .instant_select_wrap p label {
    text-align: center;
}

.instantbuy_wrap .instant_select_wrap ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

    .instantbuy_wrap .instant_select_wrap ul.active {
        display: block !important;
    }

.instantbuy_wrap .instant_select_wrap [data-disabled="true"] {
    pointer-events: none;
}

.instantbuy_wrap .instant_select_wrap ul li {
    padding: 0 5px;
    margin: 0 !important;
    width: 58px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

    .instantbuy_wrap .instant_select_wrap ul li:hover {
        background-color: #f0f7ff;
        color: #416ff4;
    }

.instantbuy_wrap .form_box em {
    margin-top: 10px;
    display: block;
    color: #f13327;
    font-size: 14px;
}

    .instantbuy_wrap .form_box em.font_gray {
        font-size: 12px;
        color: #9b9ea3;
    }

.instantbuy_wrap .info_box {
    padding: 10px 0;
}

    .instantbuy_wrap .info_box li:not(:last-child) {
        margin-bottom: 18px;
    }

    .instantbuy_wrap .info_box li > :nth-child(1) {
        float: left;
        width: 105px;
    }

    .instantbuy_wrap .info_box li > :nth-child(2) {
        float: left;
        width: calc(100% - 105px);
    }

    .instantbuy_wrap .info_box li p {
        text-align: right;
        font-size: 16px;
    }

        .instantbuy_wrap .info_box li p strong {
            font-size: 20px;
            vertical-align: baseline;
            font-weight: normal;
        }

        .instantbuy_wrap .info_box li p span {
            vertical-align: baseline;
        }

        .instantbuy_wrap .info_box li p strong.red {
            color: #f13327;
        }

.calcu_box .from_box .instant_inputwrap {
    border-bottom: 1px solid #20232a;
}

.calcu_box .to_box .instant_inputwrap {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 6px;
}

.index_buy .to_box .instant_select_wrap .open_to_select {
    width: 50px;
}

.index_buy .to_box .instant_select_wrap p label {
    padding-right: 11px;
}

.calcu_box .instant_inputwrap {
    position: relative;
}

    .calcu_box .instant_inputwrap input {
        position: relative;
        width: 100%;
        padding: 0 35px 5px 50px;
        z-index: 1;
        text-align: right;
        background-color: transparent;
        font-weight: bold;
        font-size: 18px;
    }

.index_buy .calcu_box .to_box .instant_inputwrap {
    margin-top: 16px;
}

.index_buy .calcu_box .from_box .instant_inputwrap input {
    padding: 0 55px 7px 50px;
}

.calcu_box .instant_inputwrap input.txtTo {
    color: #888;
    padding: 0 55px 7px 50px;
}

.calcu_box .instant_inputwrap span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    line-height: 30px;
}

.calcu_box .instant_inputwrap select {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 43px;
    font-size: 12px;
    z-index: 1;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../Images/instantBuy_chevron-down.png) center right / 8px no-repeat;
}

.calcu_box .from_box em {
    font-size: 10px;
    color: #999999;
}

.calcu_box .info_box {
    margin-top: 10px;
}

    .calcu_box .info_box li {
        margin-bottom: 20px;
        line-height: 16px;
    }

        .calcu_box .info_box li:last-child {
            margin-bottom: 0px;
        }

        .calcu_box .info_box li h3 {
            float: left;
            font-size: 13px;
        }

            .calcu_box .info_box li h3 span {
                font-size: 11px;
                color: #999;
            }

        .calcu_box .info_box li p {
            float: right;
            font-size: 12px;
        }

        .calcu_box .info_box li div p {
            float: none;
            text-align: right;
        }

        .calcu_box .info_box li p strong {
            font-size: 16px;
            display: inline-block;
            margin-right: 5px;
        }

        .calcu_box .info_box li p .red {
            color: #f13327;
        }

        .calcu_box .info_box li .krw_exchange {
            font-size: 12px;
            color: #999999;
        }

/*투자,usdt 수량이 없을때*/

.instant_modal {
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    display: none;
}

    .instant_modal .instant_modal_content {
        padding: 32px 22.5px 72.5px 22.5px;
    }

    .instant_modal .layer_head {
        text-align: center;
    }

        .instant_modal .layer_head h3 {
            font-size: 20px;
            font-weight: 900;
            margin-bottom: 20px;
        }

        .instant_modal .layer_head p {
            color: #2c4562;
            font-size: 14px;
            margin-bottom: 23px;
        }

    .instant_modal .layer_has_coin {
        width: 100%;
        height: 40px;
        background-color: #edf1f6;
        border-radius: 5px;
        padding: 0 20px;
        line-height: 40px;
        margin-bottom: 15.5px;
    }

        .instant_modal .layer_has_coin h2 {
            font-size: 11px;
            color: #888;
            float: left;
            line-height: 40px;
        }

        .instant_modal .layer_has_coin p {
            float: right;
            font-size: 13px;
        }

    .instant_modal .calcu_box {
        width: 100%;
        border: 1px solid #e5e9f2;
        border-radius: 5px;
        padding: 18px 21px 10px 21px;
        margin-bottom: 25px;
        background-color: #fff;
        box-shadow: 0px 0px 6px rgba(237,241,246,1);
    }

.index_buy .calcu_box .from_wrap {
    padding: 0 11.25px;
}

.instant_modal .la .calcu_box .info_box {
    transform: translateY(-10px);
}

.instant_modal .instant_modal_notice {
    font-size: 12px;
    margin-bottom: 10px;
}

.instant_modal .notice_box {
    display: block;
    width: 100%;
    background-color: #f5f5f7;
    border-top: 1px solid #dfe2e7;
    border-bottom: 1px solid #dfe2e7;
    font-size: 10.5px;
    line-height: 18px;
    padding: 14px 13px 10px 15px;
}

    .instant_modal .notice_box li {
        position: relative;
        padding-left: 8px;
        line-height: 15px;
        margin-bottom: 5px;
    }

        .instant_modal .notice_box li::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 6px;
            width: 2px;
            height: 2px;
            border-radius: 100%;
            background: #333;
        }

.instant_modal .instant_modal_btn_wrap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

    .instant_modal .instant_modal_btn_wrap .btn_darkblue {
        display: block;
        width: 50%;
        float: left;
        border-radius: 0;
        font-weight: bold;
        font-size: 15px;
    }

        .instant_modal .instant_modal_btn_wrap .btn_darkblue:nth-child(1) {
            background-color: #9ca2a7;
        }

.btn_close_instant {
    position: absolute;
    top: 14px;
    right: 24px;
    z-index: 102;
    width: 19px;
    height: 19px;
    background: url(../Images/instantBuy_x_btn.png) no-repeat center;
    background-size: 100%;
}
/*usdt 투자금액 간편구매 팝업*/
.modal.instant_modal_total .modal-content {
    padding: 0 22.5px;
}

.commonAlert.instant_modal_total .modal-content .modal-body {
    padding-bottom: 0;
}

    .commonAlert.instant_modal_total .modal-content .modal-body .txtAlert {
        font-size: 12px;
    }

    .commonAlert.instant_modal_total .modal-content .modal-body #modal_alert10_content {
        font-size: 12px;
        height: 36px;
        line-height: 37px;
        background-color: #f2f4f8;
        color: #2c4562;
    }

.modal.instant_modal_total .warp {
    margin-bottom: 10px;
}

    .modal.instant_modal_total .warp .iconAlert {
        background: url(../Images/instantBuy_icon_04.png) no-repeat center;
        background-size: 100%;
        width: 35px;
        height: 41.5px;
    }

    .modal.instant_modal_total .warp #modal_alert1_content {
        background-color: #f2f4f8;
        width: 100%;
        height: 36px;
        color: #2c4562;
        line-height: 36px;
    }

.modal.instant_modal_total .instantbuy_modal ul:nth-child(1) li {
    border-bottom: 1px solid #e5e8ea;
    height: 40px;
}

.invest_modal_wrap .instantbuy_modal ul:nth-child(1) li:last-child {
    height: 50px;
    padding-top: 7px;
    margin-bottom: 18px;
}

    .invest_modal_wrap .instantbuy_modal ul:nth-child(1) li:last-child p,
    .invest_modal_wrap .instantbuy_modal ul:nth-child(1) li:last-child em {
        transform: translateY(-10px);
    }

    .invest_modal_wrap .instantbuy_modal ul:nth-child(1) li:last-child h4 {
        transform: translateY(-1.5px);
    }

.modal.instant_modal_total .instantbuy_modal ul li h4 {
    font-size: 13px;
    float: left;
    padding: 0px 10px;
    line-height: 37px;
}

    .modal.instant_modal_total .instantbuy_modal ul li h4 span {
        font-size: 11px;
        color: #999;
    }

.modal.instant_modal_total .instantbuy_modal ul li p {
    font-size: 12px;
    float: right;
    padding: 8px 10px 0 0;
}

.modal.instant_modal_total .instantbuy_modal .instnat_toolbox strong {
    font-size: 11px;
}

.modal.instant_modal_total .instantbuy_modal ul li strong {
    font-size: 15px;
}

.modal.instant_modal_total .instantbuy_modal ul li .red {
    color: #f13327;
}

.modal.instant_modal_total .instantbuy_modal ul li em {
    display: block;
    clear: right;
    float: right;
    font-size: 12px;
    color: #999;
    padding-right: 10px;
}

.modal.instant_modal_total .instantbuy_modal ul:nth-child(2) li {
    position: relative;
    padding-left: 8px;
    line-height: 1.8;
    color: #999;
    font-size: 11px;
}

.modal.instantbuy_modal_wrap .instantbuy_modal ul:nth-child(2) li {
    margin-top: 18px;
}

.modal.instant_modal_total .instantbuy_modal ul:nth-child(2) li a {
    color: #999;
    border-bottom: 1px solid #999;
}

.modal.instant_modal_total .instantbuy_modal ul:nth-child(2) li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #999;
}

.modal.instant_modal_total .oneBtnWarp {
    width: 100%;
}

.modal.instant_modal_total .btn_darkblue {
    width: 100% !important;
    line-height: 35px;
    margin-top: 18px;
}

.instant_modal_total .btn_close_instant {
    position: absolute;
    top: 21px;
    right: 19px;
    z-index: 102;
    width: 19px;
    height: 19px;
    background: url(../Images/instantBuy_x_btn.png) no-repeat center;
    background-size: 100%;
}

.instant_modal_total .instantbuy_modal_wrap .instantbuy_modal ul:last-child {
    margin-top: 20px;
}
/*투자페이지_invest - 간편구매 배너*/

.instantbuy_banner_wrap {
    width: 100%;
    height: 125px;
    padding: 23.5px 22.5px;
    background-color: #fff;
    border-bottom: 1px solid #dfe2e7;
}

.instant_banner {
    background: url(../Images/instantBuy_banner.png) no-repeat right 2px center;
    background-size: 90px auto;
    height: 100%;
}

    .instant_banner p {
        float: left;
        font-size: 10px;
        width: 65%;
        line-height: 1.5;
    }

        .instant_banner p em {
            font-weight: 700;
            font-size: 12px;
            display: block;
            color: #1386e7;
        }

        .instant_banner p strong {
            font-weight: 900;
            font-size: 16px;
            display: block;
        }

        .instant_banner p a {
            display: block;
            font-size: 11px;
            color: #666;
            margin-top: 7px;
        }

            .instant_banner p a img {
                width: 6px;
                height: 8.5px;
                margin: 3px 0 0 5px;
            }
/**/

.instantbuy_wrap {
    display: none;
    z-index: 999;
}


/* ckrw popup new input : 201021 */
.new_invest .instant_modal_content .layer_head p {
    line-height: 1.5;
}

.new_invest_inputwrap {
    position: relative;
    width: 100%;
}

    .new_invest_inputwrap:last-child {
        margin-bottom: 0;
    }

    .new_invest_inputwrap input {
        width: 100%;
        padding: 15px 80px 10px 0;
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        z-index: 1;
        background-color: transparent;
        color: #20232a;
        border-bottom: 2px solid #20232a;
        margin: 20px 0 0px;
        text-align: left;
    }

    .new_invest_inputwrap .new_invest_currencyType {
        position: absolute;
        right: 0;
        font-size: 16px;
        margin-top: 0;
        bottom: 0;
        height: inherit;
        line-height: 40px;
    }

    .new_invest_inputwrap .new_invest_addTop {
        position: absolute;
        top: 5px;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #9b9ea3;
    }

        .new_invest_inputwrap .new_invest_addTop em {
            float: right;
        }

            .new_invest_inputwrap .new_invest_addTop em span {
                text-align: right;
                font-weight: bold;
                padding-right: 15px;
            }

            .new_invest_inputwrap .new_invest_addTop em b {
                float: right;
            }

                .new_invest_inputwrap .new_invest_addTop em b span {
                    text-align: right;
                    margin-right: 5px;
                    color: #20232a;
                }

    .new_invest_inputwrap input::placeholder {
        font-size: 14px;
        color: #ccc;
        font-weight: normal;
    }

.new_invest_maxMin {
    width: 100%;
    font-size: 13px;
    color: #9b9ea3;
    margin: 10px 0 20px;
}

    .new_invest_maxMin .new_invest_add {
        display: inline-block;
    }

        .new_invest_maxMin .new_invest_add.min {
            position: relative;
            padding-right: 15px;
        }

            .new_invest_maxMin .new_invest_add.min:after {
                content: '/';
                position: absolute;
                right: 5px;
            }

/* ckrw selectbox : 201021 */
.new_invest .instant_inputwrap {
    position: relative;
    z-index: 2;
}

.new_invest .new_invest_inputwrap .ft_gray {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color: #999999;
}

.new_invest .new_invest_inputwrap.sub {
    margin-top: 15px;
    z-index: 1;
}

.new_invest .instant_inputwrap .btn_img, .new_invest .instant_select_wrap .btn_img {
    background: url(../Images/icon_arrow4.png) center right / 11px no-repeat;
}

    .new_invest .instant_inputwrap .btn_img.on, .new_invest .instant_select_wrap .btn_img.on {
        background: url(../Images/icon_arrow3.png) center right / 10px no-repeat !important
    }

.new_invest .instant_select_wrap {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 16px;
    z-index: 1;
    border: 0;
    font-family: "Roboto";
}

    .new_invest .instant_select_wrap p input {
        display: none;
    }

    .new_invest .instant_select_wrap p label {
        width: 100%;
        font-size: 16px;
        text-align: right;
        line-height: 20px;
        cursor: pointer;
    }

    .new_invest .instant_select_wrap p label {
        padding-right: 20px;
    }

    .new_invest .instant_select_wrap ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    }

        .new_invest .instant_select_wrap ul.active {
            display: block !important;
        }

    .new_invest .instant_select_wrap [data-disabled="true"] {
        pointer-events: none;
    }

    .new_invest .instant_select_wrap ul li {
        padding: 0 5px;
        margin: 0 !important;
        width: 66px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
    }

        .new_invest .instant_select_wrap ul li:hover {
            background-color: #f0f7ff;
            color: #416ff4;
        }


/*간편구매 툴팁*/

.modal .instantbuy_modal .instnat_toolbox strong {
    font-size: 11px;
}

.instant_invest_tooltip_wrap,
.instant_tooltip_wrap {
    position: relative;
    display: inline-block;
}

    .instant_invest_tooltip_wrap > *,
    .instant_tooltip_wrap > * {
        display: inline-block;
    }

.instnat_toolbox {
    display: none;
}

.width_auto {
    width: auto !important;
    float: left;
}

.instant_tooltip {
    position: relative;
    left: 3px;
    top: -0.5px;
    width: 15px;
    height: 15px;
    background: url(/Images/instant_tooltip_icon_m.png) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.instant_invest_tooltip_wrap .instant_tooltip {
    left: -3px;
    top: 9px;
}

.instant_invest_tooltip_wrap > .instnat_toolbox {
    left: 94px;
    top: -85px;
}

.instnat_toolbox {
    display: none;
    position: absolute;
    width: 189.5px;
    padding: 20px 17px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 11px;
    color: #666666;
    text-align: left;
    line-height: 1.2;
    z-index: 10;
    top: -95px;
    left: 81px;
    transform: translateX(-50%);
    box-shadow: 5px 5px 8px rgba(22,37,56,.1);
    cursor: default;
    word-break: keep-all;
}

    .instnat_toolbox > strong {
        display: inline-block;
    }

    .instnat_toolbox::before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        background: #fff;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #e5e5e5;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
    }

.close_tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px !important;
    height: 14px;
    background: url(/Images/instant_tooltip_colser_m.png) no-repeat center center;
    background-size: 100%;
}

.instnat_toolbox.active {
    display: block;
}

/*2020-05-07 간편구매 운영수정*/
.modal.invest_modal_wrap .instantbuy_modal ul:nth-child(1) li.popup_title {
    border: none;
    text-align: left;
    height: 35px;
    margin-top: 10px;
}

    .modal.invest_modal_wrap .instantbuy_modal ul:nth-child(1) li.popup_title h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 35px;
    }

/*개인정보 처리방침 2020.05.28 팝업*/

.popup_container {
    background-color: #fff;
    z-index: 999;
    overflow-y: scroll;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 17px;
}

.popup_view h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    height: 45px;
    line-height: 45px;
}

.popup_view .close_btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 10px;
}

    .popup_view .close_btn span {
        position: absolute;
        top: 10px;
        right: 0;
        display: block;
        width: 17px;
        height: 2px;
        transform: rotate(45deg);
        background-color: #b2b2b2;
    }

        .popup_view .close_btn span::after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 17px;
            height: 2px;
            background-color: #b2b2b2;
            transform: rotate(-90deg);
        }

.popup_view .back_btn {
    position: absolute;
    width: 9px;
    height: 16px;
    top: 12px;
    left: 10px;
}

    .popup_view .back_btn span {
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        width: 9px;
        height: 16px;
        background-image: url('../Images/btn_arrw_dw3.png');
        background-size: 100%;
    }

        .popup_view .back_btn span::after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 9px;
            height: 16px;
            background-image: url('../Images/btn_arrw_dw3.png');
            background-size: 100%;
        }


.popup_container table tr td,
.popup_container table tr th {
    font-size: 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.popup_container table tr th {
    font-weight: bold;
}

.popup_container table tr td p {
    font-size: 12px;
}

.popup_view > div:nth-child(2) {
    padding: 20px 25px;
}

.popup_view div p {
    padding-bottom: 5px;
}

.popup_container table {
    border-collapse: collapse;
}

    .popup_container table tr {
    }

.popup_view div em {
    font-size: 12px;
    display: block;
    padding: 10px 0 15px 0;
}

.popup_view ul {
    padding-top: 15px;
}

    .popup_view ul li {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0 0 10px;
        position: relative;
    }

        .popup_view ul li::before {
            content: "";
            display: block;
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background-color: #999;
            position: absolute;
            top: 13px;
            left: 0;
        }

.table_wrap {
    border-top: 1px solid #20232a;
}

.popup_container table {
    border-collapse: collapse;
}

    .popup_container table tr td:nth-child(1),
    .popup_container table tr th:nth-child(1) {
        border-left: 0;
    }

    .popup_container table tr td:last-child,
    .popup_container table tr th:last-child {
        border-right: 0;
    }

    .popup_container table tr th {
        background-color: #fafafa;
    }

.evt_agree h3 a {
    text-decoration: underline;
    text-decoration-color: #666;
    color: #20252a;
}


/* 200925 common alert add */
.new_invest {
    display: none;
}

    .new_invest.show {
        display: block !important;
    }

    .new_invest .modal-content {
        width: 90%;
    }

.new_alert_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 990;
    font-family: 'Nanum Gothic', sans-serif;
}

    .new_alert_wrap.show {
        display: block;
    }

    .new_alert_wrap .new_alert_cont {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 0.6em;
        overflow: hidden;
    }

        .new_alert_wrap .new_alert_cont .alert_header {
            color: #2c4562;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding: 30px 25px;
        }

        .new_alert_wrap .new_alert_cont .alert_body {
            padding: 10px 25px 30px;
            box-sizing: border-box;
        }

        .new_alert_wrap .new_alert_cont .alert_foot {
            overflow: hidden;
        }

            .new_alert_wrap .new_alert_cont .alert_foot > button {
                float: left;
                width: 50%;
                height: 50px;
                line-height: 1;
                background: #9ca2a7;
                color: #fff;
                font-size: 14px;
            }

                .new_alert_wrap .new_alert_cont .alert_foot > button.apply {
                    background-color: #416ff4;
                }

        .new_alert_wrap .new_alert_cont .tit {
            color: #2c4562;
            font-size: 18px;
        }

        .new_alert_wrap .new_alert_cont .txt {
        }
/* //200925 common alert add */

.kakao_popup_line {
    width: 100%;
    padding: 0 5px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*20210518 애플 회원가입 이용약관*/
.apple {
    margin: 0;
    height: 100%;
    font-family: 'Noto Sans KR';
    background: #f5f5f5;
}

    .apple .apple_close {
        text-align: right;
        border-bottom: 1px solid #efefef;
        padding: 13px 24px 8px 0;
    }

        .apple .apple_close img {
            width: 16px;
            height: 16px;
        }

    .apple .apple_logo {
        text-align: center;
        padding: 12px 0;
        background: #fff;
    }

        .apple .apple_logo img {
            width: 96px;
        }

    .apple .content {
        padding: 3.5rem 13px;
        height: 80%;
    }

        .apple .content h2, .apple .content h3 {
            margin: 0;
            padding: 0 0 0 16px;
            line-height: 29px;
            letter-spacing: -0.025em;
            color: #222222;
        }

        .apple .content h2 {
            font-size: 24px;
            font-weight: 600;
        }

        .apple .content h3 {
            font-size: 20px;
            font-weight: 300;
        }

            .apple .content h3 span {
                font-weight: 600;
            }

    .apple .btn_start {
        position: fixed;
        bottom: 0;
        background: #2c4562;
        color: #fff;
        font-size: 15px;
        width: 100%;
        text-align: center;
        height: 50px;
        padding-top: 13px;
    }

        .apple .btn_start img {
            width: 13px;
            height: 16px;
            margin-bottom: -2px;
            margin-right: 8px;
            vertical-align: baseline;
        }

    .apple .content .agreement {
        width: 98%;
        margin: 2.5rem auto;
        background: #fff;
        border: 1px solid #dddddd;
        padding: 2rem 0;
    }

        .apple .content .agreement div {
            width: 90%;
            margin: 0 auto;
        }

        .apple .content .agreement input {
            display: none;
        }

        .apple .content .agreement label {
            display: flex;
        }

            .apple .content .agreement label::before {
                content: "";
                width: 25px;
                height: 25px;
                background: url(../Images/apple/apple_before_check.png) no-repeat;
                background-size: 100%;
            }

        .apple .content .agreement [type="checkbox"]:checked + label::before {
            background: url(../Images/apple/apple_after_check.png) no-repeat;
            background-size: 100%;
        }

        .apple .content .agreement p {
            margin: 0 0 1.4rem 7px;
            font-size: 15px;
            color: #222;
            font-weight: 400;
            letter-spacing: -0.025em
        }

        .apple .content .agreement .agree_all {
            border-bottom: 1px solid #efefef;
            margin-bottom: 20px;
        }

            .apple .content .agreement .agree_all p {
                font-weight: 500;
                margin: 0 0 1.2rem 7px;
            }

        .apple .content .agreement div p {
            width: 97%;
        }

        .apple .content .agreement div:last-child p {
            width: 89%;
        }

        .apple .content .agreement p span {
            color: #a7a7a7;
            font-size: 13px;
            font-weight: 300;
        }

        .apple .content .agreement > :nth-child(2), .apple .content .agreement > :nth-child(3) {
            display: flex;
            justify-content: space-between;
        }


            .apple .content .agreement > :nth-child(2) img, .apple .content .agreement > :nth-child(3) img {
                width: 7px;
                height: 13px;
                margin-top: 6px;
            }

.appleid-signin {
    height: 46px;
}

    .appleid-signin > div {
        max-width: initial !important
    }

/*거래소 리스트 자산 팝업*/
.stock_assets_popup {
    position: fixed;
    width: 100%;
    height: 90%;
    top: 14%;
    z-index: 999;
    background: #fff;
    animation: fadeIn 0.5s ease-in;
    padding-top: 10px;
    overflow-y:scroll;
}

    .stock_assets_popup .dock_bar {
        display: none;
    }

    .stock_assets_popup section.assetFixed {
        position: absolute;
        top: -6%;
    }

    .stock_assets_popup header.header_fixed {
        position: absolute;
        top: 1%;
        border-radius: 7px 7px 0 0;
        box-shadow: 0 10px 8px 7px grey;
    }

    .stock_assets_popup .asset_hasCoin {
        overflow-y: scroll;
    }

    .stock_assets_popup .stock_assets_popup_close{
        position:absolute;
        z-index:1000;
        right:12px;
        top:24px;
        width:16px;
    }

    @media(min-height:780px) {
        .stock_assets_popup {
        top: 12%;
    }
}

@media(min-height:800px) {
    .stock_assets_popup {
        top: 11%;
    }

        .stock_assets_popup section.assetFixed {
            top: -5%;
        }
}

@media(min-height:940px) {
    .stock_assets_popup {
        top: 10%;
    }

        .stock_assets_popup section.assetFixed {
            top: -4%;
        }
}
