﻿
/*페이백 지급내역*/

.row3 {
    padding: 0 10px;
}

div.cap_his_wrap {
    background: #fff;
    margin-bottom:10px;
}

.cap_his .asset_detail input,
.cap_his .asset_detail select,
.cap_his .asset_detail button {
    border-radius: 4;
}

.cap_his .asset_detail select option {
    font-size: 16px;
}

.cap_his_area {
    padding: 30px 0;
    background: #fff;
}
.my_rank.cap_his_area {
    padding: 30px 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
}

.cap_his_area li {
    padding-bottom: 7.5px;
    padding-left: 8px;
    position: relative;
}

.cap_his_area li:last-child {
    padding-bottom: 0;
}

.cap_his_area li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #252525;
    position: absolute;
    top: 10px;
    left: 0;
}

.cap_his_cont1 ul li {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0;
}

.cap_his_cont1 ul li:first-child {
    border-right: 1px solid #ecf0f3;
}

.cap_his_cont1 ul li dl dt {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 15px;
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #444;
    display: inline-block;
}

.cap_his_cont1 ul li dl dd {
    font-size: 17px;
    line-height: 17px;
    color: #666;
}

.cap_his_cont1 ul li dl dd strong {
    color: #252525
}

.cap_his_cont1 ul li dl dd span {
    font-size: 13px;
}

.cap_his_cont1 ul li dl dd span span.up {
    padding-left: 13px;
}

/*.cap_his_cont1 ul li:last-child dd {
        padding-top: 8px;
    }*/

.cap_his_cont2 table {
    width: 100%;
}

.cap_his_cont2 table thead tr {
    border-top: 1.5px solid #b9bdc3;
    border-bottom: 1.5px solid #b9bdc3;
}

.cap_his_cont2 table thead tr th {
    font-size: 15px;
    line-height: 15px;
    padding: 17px 0;
    color: #737c88;
    font-weight: bold;
}

.cap_his_cont2 table tbody tr {
    border-bottom: 1px solid #e0e2e5;
}

.cap_his_cont2 table tbody tr td {
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    padding: 11px 0;
}

.cap_his_cont2 table tbody tr.cap_his_title {
    cursor: pointer;
}

.cap_his_cont2 table tbody tr.cap_his_fold {
    display: none;
}

.cap_his_cont2 table tbody tr.cap_his_fold th {
    background: #eceef1;
}

.cap_his_cont2 table tbody tr.cap_his_fold td {
    padding: 0;
}

.cap_his_cont2 table tbody tr.cap_his_fold td table td {
    padding: 11px 0;
}

.cap_his_cont2 table tbody tr.cap_his_fold.open {
    display: table-row;
}


/* 추천인 페이백 지급 내역 */
table.cap_table {
    width: 100%;
}

    table.cap_table th {
        font-size: 15px;
        line-height: 15px;
        padding: 17px 0;
    }

    table.cap_table td {
        font-size: 15px;
        line-height: 15px;
        padding: 17px 0;
    }

.payback_list .pay_table1 {
    width: 100%;
    margin-top: 2px;
    text-align: center;
}

.payback_list .pay_table1 tr {
    border-bottom: 1px solid #d9e2e7;
}

.payback_list .pay_table1 tr th {
    background: #f2f4f8;
    font-weight: bold;
}

.payback_list .pay_table1 tr th button {
    font-size: 13px;
    line-height: 13px;
    background: #40505f;
    color: #fff;
    float: right;
    display: inline-block;
    position: absolute;
    margin-top: -5px;
    right: 20px;
    padding: 5px 7px;
}

.payback_list .pay_table1 tr td {
    border-left: 1px solid #e0e2e5;
    text-align: center;
}

.payback_list .pay_table1 tr td span {
    color: #666;
}

.payback_list .pay_table1 tr td:first-child {
    border-left: 0;
}

.payback_list .pay_table2 {
    width: 100%;
}

    .payback_list .pay_table2 thead tr {
        border-top: 1px solid #b9bdc3;
        border-bottom: 1px solid #b9bdc3;
    }

    .payback_list .pay_table2 tbody tr {
        border-bottom: 1px solid #e0e2e5;
        cursor: pointer;
    }

    .payback_list .pay_table2 tr th {
        color: #737c88;
        font-weight: bold;
    }

    .payback_list .pay_table2 tr td {
        border-right: 1px solid #e0e2e5;
        text-align: center;
    }

        .payback_list .pay_table2 tr td:last-child {
            border-right: 0;
        }

.payback_detail {
    padding-bottom: 19px;

}

    .payback_detail .list_btn {
        display: block;
        font-size: 15px;
        line-height: 15px;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        max-width: 394px;
        border: 1px solid #a8b0bb;
        margin: auto;
        margin-top: 23px;
    }

    .payback_detail h3 {
        font-size: 15px;
        line-height: 15px;
        color: #fff;
        padding: 17px 10px;
        background: #9ea7b3;
    }

    .payback_detail .pay_table3 tr {
        border-bottom: 1px solid #e0e2e5;
    }


    .payback_detail .pay_table3 tr th {
        background: #eceef1;
        font-weight: bold;
        color: #737c88;
    }

    .payback_detail .pay_table3 tr td {
        text-align: center;
        border-left: 1px solid #e0e2e5;
    }

    .payback_detail .pay_table3 tr td:first-child {
        border-left: 0;
    }


/* cap_guide */
.cap_guide {
    padding-bottom: 50px;
}

    .cap_guide h4 {
        font-size: 17px;
        line-height: 17px;
        padding: 31px 0;
        border-bottom: 1px solid #252525;
    }

    .cap_guide dl.last {
        border-bottom: 2px solid #e0e2e5;
        padding-bottom: 32px;
    }

    .cap_guide dt {
        font-size: 17px;
        font-size: 17px;
        line-height: 17px;
        padding-top: 31px;
    }

    .cap_guide dd {
        font-size: 15px;
        line-height: 15px;
        color: #666;
        padding-top: 15px;
    }

    .cap_guide p {
        font-size: 17px;
        line-height: 17px;
        padding: 22px 0;
        color: #40505f;
        text-align: center;
        font-weight: bold;
        background: #f2f4f8;
        margin-top: 25px;
        border-bottom: 2px solid #e0e2e5;
    }

        .cap_guide p span {
            color: #3f80d2;
        }

    .cap_guide a {
        display: block;
        width: 100%;
        max-width: 238px;
        font-size: 15px;
        line-height: 15px;
        padding: 15px 0;
        background: #40505f;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin: auto;
        margin-top: 50px;
    }

/* KRW 배당 내역*/

.snap_time {
    background: #fff;
    margin: 12px 0;
    padding: 27px 22px 27px 12px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px #eee;
}

    .snap_time ul li:first-child {
        float: left;
        width: 50%;
    }

    .snap_time ul li:last-child {
        float: left;
        width: 50%;
        text-align: right;
    }

    .snap_time ul li:first-child p {
        font-size: 14px;
        line-height: 14px;
        color: #666;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .snap_time ul li:first-child p img {
            width: 19px;
            height: 19px;
            padding-right: 5px;
            display: inline-block;
            margin-top: -5px;
        }

    .snap_time ul li:first-child strong {
        font-size: 15px;
        display:none;
    }

    .snap_time ul li:last-child strong {
        font-size: 32px;
        line-height: 32px;
        color: #3f80d2;
    }

    .snap_time ul li:last-child small {
        font-size: 13px;
        line-height: 13px;
        color: #778d9e;
        display: inline-block;
        margin-top: -10px;
        position: relative;
        padding-right: 25px;
    }

        .snap_time ul li:last-child small span {
            position: absolute;
            left: 26px;
            top: -6px;
        }

    .snap_time ul li:last-child > span {
        font-size: 32px;
        line-height: 32px;
        color: #c4d3de;
        font-weight: bold;
    }

.snap_price {
    background: #f2f4f8;
    border-top: 1px solid #fff;
}

    .snap_price ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

        .snap_price ul li:first-child {
            border-right: 1px solid #d9e2e7;
            padding-right: 13px;
        }

        .snap_price ul li:last-child {
            padding-left: 14px;
        }

        .snap_price ul li h3 {
            font-size: 15px;
            line-height: 15px;
            font-weight: bold;
            padding-top: 12px;
        }

        .snap_price ul li p {
            font-size: 16px;
            line-height: 16px;
            text-align: right;
            font-weight: bold;
            padding: 27px 0 14px;
        }

            .snap_price ul li p span {
                color: #666;
                font-weight: normal;
            }

.snap_list table thead tr {
    border-top: 2px solid #b9bdc3;
    border-bottom: 2px solid #b9bdc3;
}

    .snap_list table thead tr th {
        color: #737c88;
        font-weight: bold;
    }

.snap_list table tbody tr {
    border-bottom: 1px solid #e0e2e5;
}

.snap_list table tbody td {
    text-align: center;
    border-right: 1px solid #e0e2e5;
}

    .snap_list table tbody td:last-child {
        border-right: none;
    }

    .snap_list table tbody td p {
        padding-top: 5px;
    }

/* 캡랭킹 */
.my_rank p {
    font-size: 13px;
    line-height: 13px;
    color: #ed7d8f;
    font-weight: bold;
}

.rank_list {
    padding-bottom: 20px;
}

    .rank_list > div {
        display: none
    }

        .rank_list > div:first-child {
            display: block;
        }

.my_rank h3 {
    font-size: 17px;
    line-height: 17px;
    padding-top: 11px;
}

    .my_rank h3 span {
        color: #8a94a0;
    }

.rank_tab {
    background: #eaedf3;
    border-top: 1px solid #c8d0d6;
    margin-top: 8px;
}

    .rank_tab li {
        float: left;
        /*width: 33.333%;*/  
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        line-height: 15px;
        box-sizing: border-box;
    }

        .rank_tab li a {
            padding: 18px 0 13px;
            color: #737c88;
            box-sizing: border-box;
        }

            .rank_tab li a.active {
                color: #37474f;
                border-bottom: 5px solid #37474f;
            }

.rank_list ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e0e2e5;
}

    .rank_list ul li:last-child {
        border-right: 0;
    }

    .rank_list ul li dl {
        padding: 12px 0 10px;
        border-bottom: 1px solid #e0e2e5;
        height:78px;
        box-sizing:border-box;
        position:relative;
    }

    .rank_list ul li:last-child dl {
        padding-left: 10px;
    }

    .rank_list ul li dl dt {
        float: left;
        width: 22px;
        font-size: 15px;
        line-height: 15px;
        color: #95a6b2;
        font-weight: bold;
    }

    .rank_list ul li dl dd {
        float: left;
        width: 80%;
        font-size: 15px;
        line-height: 15px;
        color: #666;
    }

    .rank_list ul li dl dd p {
        word-break: break-all;
    }

    .rank_list ul li dl dd p:last-child {
        padding-top: 9px;
        position: absolute;
        bottom: 8px;
    }

    .rank_list ul li:first-child dl:first-child dt,
    .rank_list ul li:first-child dl:nth-child(2) dt,
    .rank_list ul li:first-child dl:nth-child(3) dt,
    .rank_list ul li:first-child dl:nth-child(4) dt,
    .rank_list ul li:first-child dl:nth-child(5) dt {
        color: #3f80d2;
    }

    .rank_list ul li:first-child dl:first-child dd,
    .rank_list ul li:first-child dl:nth-child(2) dd,
    .rank_list ul li:first-child dl:nth-child(3) dd,
    .rank_list ul li:first-child dl:nth-child(4) dd,
    .rank_list ul li:first-child dl:nth-child(5) dd {
        color: #252525;
    }



    .rank_list > div p.rank_txt {
        font-size: 14px;
        position: absolute;
        bottom: 7px;
        right: 10px;
        color:#252525;
    }

.plus-btn.cap {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin: 15px 0;
}

    .plus-btn.cap span {
        display: inline-block;
    }

    .plus-btn.cap img {
        width: 10.5px;
        margin-top: 5px;
        margin-left: 5px;
    }

/* 서브메인 캡코인 현황 */
.cap_status .status_h3 {
    fofnt-size: 16px;
    line-height: 16px;
    padding: 17px 10px;
    background: #eaedf3;
}

    .cap_status .status_h3 span {
        font-size: 14px;
        color: #778d9e;
        float: right;
    }

.cap_status .cap_table tr {
    border-bottom: 1px solid #d9e2e7;
}

.cap_status .cap_table td {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #d9e2e7;
}

    .cap_status .cap_table td:last-child {
        border-right: 0;
        text-align: right;
    }

.cap_status_cont2 > div {
    padding: 19px 20px 23px;
    border-bottom: 1px solid #c8d0d6;
}

.cap_status_cont2 > div h4 {
    font-size: 15px;
    line-height: 15px;
}

.cap_status_cont2 > div ul {
    background: #70bdd9;
    margin: 11px 0 20px;
    position:relative;
}

.cap_status_cont2 > div ul li {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 8px 0;
}

.cap_status_cont2 > div ul li.ul_left {
    float: left;
    width: 0;
    box-sizing: border-box;
    position:absolute;
    top:0;
    left:10px;
}

.cap_status_cont2 > div ul li.ul_right {
    float: right;              
    text-align: right;
    background: #b8a8d7;
    box-sizing: border-box;
    height:24px;
}
.cap_status_cont2 > div ul li.ul_right span {
    position:absolute;
    right: 10px;
}

    .cap_status_cont2 > div dl dt {
        float: left;
        width: 40%;
        font-size: 15px;
        line-height: 15px;
        color: #666;
        padding: 8px 0;
        padding-right: 6px;
        box-sizing: border-box;
    }

    .cap_status_cont2 > div dl dd {
        float: left;
        width: 60%;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        background: #e9edf1;
        text-align: right;
        position: relative;
    }

        .cap_status_cont2 > div dl dd strong {
            padding-right: 10px;
            font-size: 14px;
            line-height: 14px;
            position: relative;
        }

        .cap_status_cont2 > div dl dd p {
            height: inherit;
            position: absolute;
            top: 0;
            right: 0;
        }

    .cap_status_cont2 > div dl.hour_bar {
        margin-top: 12px;
    }

    .cap_status_cont2 > div dl.snap_bar dd p {
        background: #7bb664;
    }

    .cap_status_cont2 > div dl.hour_bar dd p {
        background: #3eb8ad;
    }

.cap_status_cont3 .snap_price {
    background: #fff;
    border-bottom: 1px solid #c8d0d6;
}

   /* .cap_status_cont3 .snap_price li:last-child p {
        padding: 44px 0 12px;
    }*/

/* 캡 메인 */
.cap_main {
    margin: 0 20px;
    margin-top: 20px;
}
.cap_main .cap_main_krw {
    background: #fff;
    box-shadow: 0px 0px 20px #e3e4e7;
}
.cap_main .cap_main_krw li {
    float:left;
    width: 50%;
    box-sizing:border-box;
    padding: 16px 12px;

}
.cap_main .cap_main_krw li:last-child {
    border-left: 1px solid #d9e2e7;
}
.cap_main .cap_main_krw li h4 {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 17px;
}
.cap_main .cap_main_krw li h4 p {
    font-size: 13px;
    line-height: 13px;
    color: #666;
    padding-top: 5px;
    box-sizing:border-box;
}
.cap_main .cap_main_krw li > p {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    padding: 21px 0;
    padding-bottom: 5px;
}
.cap_main .cap_main_krw li > p span {
    color: #666;
}
.cap_main .cap_main_krw li dl {
    
}
.cap_main .cap_main_krw li dl dt {
    float: left;
    width: 15%;
    max-width: 58px;
    font-size: 13px;
    line-height: 13px;
    color: #666;
}
.cap_main .cap_main_krw li dl dd {
    float:right;
    width: 85%;
    text-align:right;
    font-size: 15px;
    line-height: 15px;
}
.cap_main .cap_main_krw li dl dd span {
    color: #666;
}
.cap_main .cap_main_krw li dl:last-child {
    padding-top: 10px;
}
.cap_main .cap_main_status {
    background:#fff;
    box-shadow: 0px 0px 20px #e3e4e7;
    padding: 16px 12px;
    overflow:hidden;
}
.cap_main .cap_main_status h5 {
    font-size: 15px;
    line-height: 15px;
}
.cap_main .cap_main_status > div {
    width: 100%;
    height:22px;
    background:#e9edf1;
    margin: 10px 0 13px;
    position: relative;
}
.cap_main .cap_main_status > div > div {
    height: inherit;
    background: #70bdd9;
    text-align:right;
    box-sizing:border-box;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height:22px;
}
.cap_main .cap_main_status > div > div span:first-child {
    display: inline;
    color: #BDBDBD;
    line-height:22px;
}
.cap_main .cap_main_status > div > div span:last-child {
    padding: 0 5px;
    display: inline;
    color: #BDBDBD;
    line-height: 22px;
}

.cap_main .cap_main_status > p {
    display:inline-block;
    float:right;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    position:relative;
}
.cap_main .cap_main_status > p:after {
    content:"";
    width: 8.8px;
    height: 8.8px;
    background: #70bdd9;
    border-radius: 50%;
    position: absolute;
    top:3px;
    left:-12px;
}


@media (max-width:1024px) {
    h2 .cap_14 {
        font-size: 14px;
    }

    .cap_his_area {
        padding: 28px 0;
    }

    .cap_his .asset_detail select option {
        font-size: 14px;
    }

    .cap_his_area li {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 5px;
    }

        .cap_his_area li:after {
            width: 2px;
            height: 2px;
            top: 6px;
        }

    .cap_his_cont1 ul li {
        padding: 16px 0;
    }

        .cap_his_cont1 ul li dl dt {
            font-size: 14px;
            line-height: 14px;
            padding: 0 13px;
            padding-bottom: 10px;
            margin-bottom: 17px;
        }

        .cap_his_cont1 ul li dl dd {
            font-size: 15px;
        }

            .cap_his_cont1 ul li dl dd span {
                font-size: 11px;
            }

    .cap_his_cont2 table thead tr {
        border-top: 1px solid #dfe2e7;
        border-bottom: 1px solid #dfe2e7;
        background: #f9fafe;
    }

        .cap_his_cont2 table thead tr th {
            font-size: 13px;
            line-height: 13px;
            padding: 15px 0;
            color: #798ba0;
            font-weight: bold;
        }

    .cap_his_cont2 table tbody tr td {
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        padding: 9px 0;
    }

    .cap_his_cont2 table tbody tr.cap_his_fold td table td {
        padding: 9px 0;
    }

    /* 추천인 페이백 지급내역 */
    table.cap_table th {
        font-size: 13px;
        line-height: 13px;
        padding: 15px 0;
    }

    table.cap_table td {
        font-size: 13px;
        line-height: 13px;
        padding: 15px 0;
    }

    .payback_list .pay_table1 tr th {
        font-size: 13px;
        line-height: 13px;
        padding: 15px 0;
    }

    .payback_list .pay_table1 tr td {
        font-size: 13px;
        line-height: 13px;
        padding: 15px 0;
    }

    .payback_list .pay_table1 tr th button {
        font-size: 11px;
        line-height: 11px;
    }

    .payback_detail h3 {
        font-size: 13px;
        line-height: 13px;
        padding: 15px 10px;
    }

    .payback_detail .list_btn {
        font-size: 13px;
        line-height: 13px;
        padding: 13px 0;
        max-width: 394px;
    }

    /* cap_guide */
    .cap_guide {
        padding-bottom: 48px;
    }

        .cap_guide h4 {
            font-size: 15px;
            line-height: 17px;
            padding: 29px 0;
        }

        .cap_guide dl.last {
            padding-bottom: 30px;
        }

        .cap_guide dt {
            font-size: 15px;
            font-size: 15px;
            line-height: 15px;
            padding-top: 29px;
        }

        .cap_guide dd {
            font-size: 13px;
            line-height: 15px;
            padding-top: 13px;
        }

        .cap_guide p {
            font-size: 15px;
            line-height: 15px;
            padding: 20px 0;
            margin-top: 23px;
        }

        .cap_guide a {
            font-size: 13px;
            line-height: 13px;
            padding: 13px 0;
            margin-top: 48px;
        }

    /* KRW 배당 내역*/

    .snap_time {
        margin: 10px 0;
        padding: 25px 20px 25px 10px;
    }

        .snap_time ul li:first-child {
            width: 50%;
        }

        .snap_time ul li:last-child {
            width: 50%;
        }

        .snap_time ul li:first-child p {
            font-size: 12px;
            line-height: 12px;
        }

        .snap_time ul li:first-child strong {
            font-size: 13px;
        }

        .snap_time ul li:last-child strong {
            font-size: 30px;
            line-height: 30px;
        }

        .snap_time ul li:last-child small {
            font-size: 11px;
            line-height: 11px;
            margin-top: -8px;
            padding-right: 23px;
        }

            .snap_time ul li:last-child small span {
                left: 24px;
                top: -4px;
            }

        .snap_time ul li:last-child > span {
            font-size: 30px;
            line-height: 30px;
        }

    .snap_price ul li:first-child {
        padding-right: 11px;
    }

    .snap_price ul li:last-child {
        padding-left: 12px;
    }

    .snap_price ul li h3 {
        font-size: 13px;
        line-height: 13px;
        padding-top: 10px;
    }

    .snap_price ul li p {
        font-size: 14px;
        line-height: 14px;
        padding: 25px 0 12px;
    }

    .snap_list table tbody td p {
        padding-top: 3px;
    }
    /* 캡랭킹 */
    .my_rank p {
        font-size: 11px;
        line-height: 11px;
    }

    .my_rank h3 {
        font-size: 15px;
        line-height: 15px;
        padding-top: 9px;
    }
    .rank_tab {
        margin-top: 95px !important;
    }
    .rank_tab li {
        font-size: 12px;
        line-height: 12px;
    }

        .rank_tab li a {
            padding: 16px 0 13px;
        }

            .rank_tab li a.active {
                border-bottom: 3px solid #37474f;
            }

    .rank_list ul li dl {
        padding: 10px 0 8px;
    }

    .rank_list ul li:last-child dl {
        padding-left: 8px;
    }

    .rank_list ul li dl dt {
        width: 20px;
        font-size: 13px;
        line-height: 13px;
    }

    .rank_list ul li dl dd {
        font-size: 13px;
        line-height: 13px;
    }

        .rank_list ul li dl dd p:last-child {
            padding-top: 7px;
        }

    .rank_list > div:last-child > p {
        font-size: 12px;
        top: -68px;
    }

    /* 서브메인 캡코인 현황 */
    .cap_status .status_h3 {
        fofnt-size: 14px;
        line-height: 14px;
        padding: 15px 10px;
    }

        .cap_status .status_h3 span {
            font-size: 12px;
        }

    .cap_status_cont2 > div {
        padding: 17px 20px 21px;
    }

        .cap_status_cont2 > div h4 {
            font-size: 13px;
            line-height: 13px;
        }

        .cap_status_cont2 > div ul {
            margin: 9px 0 18px;
        }

            .cap_status_cont2 > div ul li {
                font-size: 12px;
                line-height: 12px;
                padding: 6px 0;
            }

        .cap_status_cont2 > div dl dt {
            font-size: 13px;
            line-height: 13px;
            padding: 6px 0;
        }

        .cap_status_cont2 > div dl dd {
            height: 24px;
            line-height: 24px;
        }

            .cap_status_cont2 > div dl dd strong {
                font-size: 12px;
                line-height: 11px;
            }

        .cap_status_cont2 > div dl.hour_bar {
            margin-top: 10px;
        }

    /*.cap_status_cont3 .snap_price li:last-child p {
        padding: 39px 0 12px;
    }*/

    /* 캡 메인 */
    .cap_main {
        margin: 0 10px;
        margin-top: 10px;
    }
    .cap_main .cap_main_krw li {
        padding: 14px 10px;
    }
    .cap_main .cap_main_krw li:last-child h4 {
        padding-bottom: 15px;
    }
    .cap_main .cap_main_krw li h4 {
        font-size: 13px;
        line-height: 13px;
    }
    .cap_main .cap_main_krw li h4 p {
        font-size: 11px;
        line-height: 11px;
        padding-top: 3px;
    }
    .cap_main .cap_main_krw li > p {
        font-size: 15px;
        line-height: 15px;
        padding: 21px 0;
        padding-bottom:5px;
    }
    .cap_main .cap_main_krw li dl dt {
        max-width: 56px;
        font-size: 11px;
        line-height: 11px;
    }
    .cap_main .cap_main_krw li dl dd {
        font-size: 13px;
        line-height: 13px;
        margin-top: -2px;
    }
    .cap_main .cap_main_krw li dl:last-child {
        padding-top: 8px;
    }
    .cap_main .cap_main_status {
        padding: 14px 10px;
    }
    .cap_main .cap_main_status h5 {
        font-size: 13px;
        line-height: 13px;
    }
    .cap_main .cap_main_status > div {
        height:22px;
        margin: 8px 0 11px;
    }
    .cap_main .cap_main_status > div p {
        padding-right: 9px;
        font-size: 11px;
        line-height:21px;
    }
    .cap_main .cap_main_status > p {
        font-size: 13px;
        line-height: 13px;
    }
    .cap_main .cap_main_status > p:after {
        width: 6.6px;
        height: 6.6px;
        top:4px;
        left:-10px;
    }
}

@media (max-width:390px) {
    .snap_time {
        padding: 25px 10px;
    }
        .snap_time ul li:first-child p {
            background-position: 120px center;
        }

        .snap_time ul li:first-child strong {
            font-size: 13px;
        }

        .snap_time ul li:last-child strong {
            font-size: 30px;
            line-height: 30px;
        }

        .snap_time ul li:last-child small {
            font-size: 11px;
            line-height: 11px;
            margin-top: -8px;
            padding-right: 23px;
        }

            .snap_time ul li:last-child small span {
                left: 24px;
                top: -4px;
            }

        .snap_time ul li:last-child > span {
            font-size: 30px;
            line-height: 30px;
        }
}

@media (max-width:359px) {
    .cap_his_cont1 ul li dl dt {
        font-size: 13px;
        line-height: 13px;
    }

    .cap_his_cont1 ul li dl dt {
        padding: 0 10px;
        padding-bottom: 10px;
    }

    .cap_his_cont1 ul li dl dd {
        font-size: 14px;
        line-height: 16px;
    }

        .cap_his_cont1 ul li dl dd span {
            font-size: 10px;
        }

    .cap_his_cont2 table thead tr th {
        font-size: 12px;
        line-height: 12px;
    }

    .cap_his_cont2 table tbody tr td {
        font-size: 12px;
        line-height: 14px;
    }

    table.cap_table th {
        font-size: 12px;
        line-height: 12px;
    }

    table.cap_table td {
        font-size: 12px;
        line-height: 12px;
    }

    .payback_detail h3 {
        font-size: 12px;
        line-height: 12px;
    }

    .snap_price ul li:last-child {
        padding-left: 8px;
    }
    .cap_main .cap_main_krw li dl dt {
        font-size: 10px;
        line-height: 10px;
    }
    .cap_main .cap_main_krw li dl dd {
        font-size: 11px;
        line-height: 11px;
    }
    .cap_main .cap_main_krw li > p {
        font-size: 13px;
        line-height: 13px;
        padding: 21px 0;
        padding-bottom:5px;
    }
    .cap_status_cont2 > div dl dt {
        font-size: 12px;
        line-height: 12px;
    }
    .cap_status .cap_table td:first-child {
        padding-right:0;
    }
    .payback_list .pay_table1 tr th button {
        padding: 5px 3px;
    }
    .payback_list .pay_table1 tr th {
        font-size: 12px;
        line-height: 12px;
    }
}


/* 캡홀더 캡안내 */
.guide_new_txt {
    background: #f3f3f3;
    padding: 28px 32px;
    box-sizing: border-box;
    border-bottom: 2px solid #ddd;
}
.guide_new_txt ul li {
    font-size: 22px;
    margin-bottom: 10px;
}
.guide_new_txt ul li.st_txt {
    font-size: 12px;
    color: #080808;
    font-weight: 900;
}
.cap_guide_new .guide_new_cont ul li {
    padding: 60px 46px 56px 46px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
    position: relative;
}
.cap_guide_new .guide_new_cont ul li h3 {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
}
.cap_guide_new .guide_new_cont ul li h3 strong {
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #2c4562;
    margin-bottom: 18px;
}
.cap_guide_new .guide_new_cont ul li p.txt {
    font-size: 26px;
    line-height: 26px;
    color: #666;
    margin-top: 46px;
}
.cap_guide_new .guide_new_cont ul li p.box_txt {
    height: 82px;
    line-height: 82px;
    background: #f5f5f5;
    text-align: center;
    font-size: 26px;
    margin-top: 40px;
}
.cap_guide_new .guide_new_cont ul li p.box_txt span {
    color: #124aa8;
}
.cap_guide_new .guide_new_cont ul li > a {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 0.3em;
    font-size: 22px;
    margin-top: 20px;
}
.cap_guide_new .guide_new_cont ul li > a span {
    color: #2c4562;
    font-size: 34px;
    line-height: 36px;
    margin-left: 5px;
}
.cap_guide_new .guide_new_cont ul li p.circle_txt {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #2c4562;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top: 26px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 32px;
}
.cap_guide_new .guide_btn {
    padding: 30px 32px;
    box-sizing: border-box;
    padding-top: 26px;
}
.cap_guide_new .guide_btn a {
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #2c4562;
    border-radius: 4px;
    font-weight: bold;
}

/* 캡홀더 신청하기 */
.cap_tab_menu ul {
    overflow: hidden;
}
.cap_tab_menu ul li {
    width: 50%;
    float: left;
}
.cap_tab_menu ul li a {
    display: block;
    height: 76px;
    line-height: 76px;
    background: #fff;
    text-align: center;
    font-size: 26px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
}
/*.cap_tab_menu ul li a:before {
    content:"";
    width: 2px;
    height: 22px;
    background: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}*/
.cap_tab_menu ul li:last-child a:before {
    display: none;
}
.cap_tab_menu ul li a.active {
    color: #2c4562;
    font-weight: bold;
    border-bottom: 4px solid #2c4562;
}
.cap_req_wrap {
    background: #fff;
    padding: 0 48px;
    box-sizing: border-box;
}
.cap_req_wrap > h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    padding: 80px 0 92px;
    box-sizing: border-box;
}
.cap_req_wrap > h3 strong {
    display: block;
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 24px;
}
.cap_req_wrap > h3 strong small {
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    padding-left: 10px;
}
.cap_req_wrap .cap_req_cont01 > h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
}
.cap_req_wrap .cap_req_cont01 > p {
    margin-top: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #1e1e1e;
    overflow: hidden;
}
.cap_req_wrap .cap_req_cont01 > p input {
    float: left;
    width: 85%;
    font-size: 28px;
    line-height: 28px;
}
.cap_req_wrap .cap_req_cont01 > p input::placeholder {
    color: #bbb;
}
.cap_req_wrap .cap_req_cont01 > p span {
    float: right;
    width: 12%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 22px;
    padding-top: 6px;
}
.cap_req_wrap .cap_req_cont01 > p button {
    float: right;
    text-align: right;
    width: 3%;
}
.cap_req_wrap .cap_req_cont01 > div {
    margin-top: 26px;
    overflow: hidden;
}
.cap_req_wrap .cap_req_cont01 > div button {
    float: left;
    width: 24.4%;
    height: 72px;
    line-height: 72px;
    background: #f3f3f3;
    text-align: center;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    border-radius: 0.3em;
    color: #bbb;
    font-weight: bold;
    font-size: 24px;
}
.cap_req_wrap .cap_req_cont01 > div button.active {
    background: #2c4562;
    color: #fff;
}
.cap_req_wrap .cap_req_cont01 > div button:nth-child(4),
.cap_req_wrap .cap_req_cont01 > div button:nth-child(8) {
    margin-right: 0;
}
.cap_req_wrap .cap_req_cont01 > div button:nth-child(5),
.cap_req_wrap .cap_req_cont01 > div button:nth-child(6),
.cap_req_wrap .cap_req_cont01 > div button:nth-child(7),
.cap_req_wrap .cap_req_cont01 > div button:nth-child(8) {
    margin-bottom: 0;
}
.cap_req_wrap .cap_req_cont01 > select {
    display: block;
    width: 100%;
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    margin-top: 30px;
    font-size: 22px;
    color: #555;
    border-radius: 4px;
}
.cap_req_wrap .cap_req_cont01 > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../Images/cap/select_icon.png') no-repeat 98% center;
}
.cap_req_wrap .cap_req_cont01 > select::-ms-expand {
    display:none;
}
.cap_req_wrap .cap_req_cont02 {
    padding: 44px 0 40px;
}
.cap_req_wrap .cap_req_cont02 > label {
    display: block;
    padding-bottom: 14px;
    position: relative;
}
label.custom-checkbox input[type="checkbox"] {
    width: 26px;
    height: 26px;
    color: #757575;
    float: left;
    position: relative;
}
label.custom-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #fff;
    cursor: pointer;
    border: 2px solid #ebebef;
    border-radius: 2px;
}
label.custom-checkbox input[type="checkbox"]:checked::before {
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    height: .5rem;
    left: 7.5px;
    top: 7px;
    width: 11px;
    border-color: #626262;
    border-left: 3px solid #626262;
    border-bottom: 3px solid #575757;
    border-top-style: none;
    border-right-style: none;
}
label.custom-checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 26px;
    height: 26px;
    border: 2px solid #ebebef;
}
label.custom-checkbox strong {
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}
label.custom-checkbox span {
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
}
.cap_req_wrap .cap_req_cont02 > label button {
    float: right;
    font-size: 22px;
    line-height: 30px;
    color: #999;
}
.cap_req_wrap .cap_req_cont02 > label button img {
    vertical-align: middle;
    padding-left: 14px;
    display: inline-block;
    margin-top: -6px;
}
.cap_req_wrap .cap_req_cont02 > label button img:last-child {
    display: none;
}
.cap_req_wrap .cap_req_cont02 > label button.open img:last-child {
    display: inline-block;
}
.cap_req_wrap .cap_req_cont02 > label button.open img:first-child {
    display: none;
}
.cap_req_wrap .cap_req_cont02 > div.my_holder_box {
    background: #f3f3f3;
    padding: 30px 40px 40px;
    margin-top: 16px;
}
.cap_req_wrap .cap_req_cont02 > div.my_holder_box dl {
    overflow: hidden;
    margin-bottom: 24px;
}
.cap_req_wrap .cap_req_cont02 > div.my_holder_box dl:last-child {
    margin-bottom: 0;
}
.cap_req_wrap .cap_req_cont02 > div.my_holder_box dl dt {
    float: left;
    width: 20%;
    font-size: 22px;
    line-height: 22px;
    color: #888;
}
.cap_req_wrap .cap_req_cont02 > div.my_holder_box dl dd {
    float: right;
    text-align: right;
    font-size: 22px;
    line-height: 22px;
    padding-right: 1px;
    box-sizing: border-box;
}
.cap_req_wrap .cap_req_cont02 > div.holder_terms {
    background: #f5f5f7;
    height: 216px;
    padding: 30px 24px;
    box-sizing: border-box;
    border: 2px solid #dfe2e7;
    margin-top: 16px;
    display: none;
    width: 100%;
}
.cap_req_wrap .cap_req_cont02 > div.holder_terms h4 {
    font-size: 22px;
    line-height: 22px;
}
.cap_req_wrap .cap_req_cont02 > div.holder_terms p {
    height: 130px;
    margin-top: 16px;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: 20px;
    color: #555;
}
.cap_req_wrap .cap_req_cont02 p.req_btn button {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 82px;
    line-height: 82px;
    background: #2c4562;
    color: #fff;
    font-size: 30px;
    border-radius: 4px;
}
.req_percent {
    padding: 50px 48px 60px;
}
.req_percent h5 {
    font-size: 26px;
    line-height: 26px;
}
.req_percent > p {
    font-size: 22px;
    line-height: 22px;
    color: #555;
    margin-top: 30px;
    display: list-item;
    list-style: square;
    list-style-position: inside
}
.req_percent > p:first-child {
    margin-top: 0;
}
.req_percent > table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #2c4562;
}
.req_percent > table tr td {
    background: #fff;
    padding: 14px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 2px solid #dbdbdb;
    font-size: 22px;
    line-height: 22px;
}
.req_percent > table tr:first-child td {
    background: #f2f4f8;
    color: #2c4562;
    font-weight: bold;
}

/* 캡홀더 내역보기 */
.my_holder_top {
    padding: 42px 15px;
    box-sizing: border-box;
    border-bottom: 2px solid #ddd;
    background: #f3f3f3;
}
.my_holder_top ul {
    overflow: hidden;
}
.my_holder_top ul li {
    float: left;
    width: 33.333%;
    padding-left: 26px;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
}
.my_holder_top ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #41a0e0;
    position: absolute;
    top: 2px;
    left: 0;
}
.my_holder_top ul li:nth-child(2) {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #6554bc;
    font-weight: bold;
    padding-left: 0;
}
.my_holder_top ul li:nth-child(2):before {
    display: none;
}
.my_holder_top ul li:nth-child(2) small {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 4px;
}
.my_holder_top ul li:last-child {
    float: right;
    text-align: right;
    max-width: 153px;
}
.my_holder_top ul li:last-child:before {
    background: #6554bc;
}
.my_holder_top > p {
    width: 100%;
    height: 16px;
    background: #41a0e0;
    margin-top: 20px;
    position: relative;
    border-radius: 5em;
}
.my_holder_top > p span {
    display: block;
    height: inherit;
    position:absolute;
    top:0;
    right: 0;
    background: #6554bc;
    border-radius: 5em;
}
.my_holder_top > p span:after {
    content:"";
    width: 2px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: #f3f3f3;
    border-radius: 5em;
}
.my_holder_top > dl {
    overflow: hidden;
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
}
.my_holder_top > dl dt {
    float: left;
    width: 50%;
}
.my_holder_top > dl dd {
    float: left;
    width: 50%;
    text-align: right;
}
.my_holder_cont ul li {
    background: #fff;
    padding: 40px 32px 30px;
    box-sizing: border-box;
    margin-bottom: 14px;
    border-bottom: 2px solid #ddd;
}
.my_holder_cont ul li dl {
    overflow: hidden;
    margin-bottom: 18px;
}
.my_holder_cont ul li dt {
    float: left;
    width: 15%;
    font-size: 24px;
    line-height: 24px;
    color: #888;
}
.my_holder_cont ul li dd {
    float: right;
    text-align: right;
    width: 85%;
    font-size: 24px;
    line-height: 24px;
}
.my_holder_cont ul li dd span {
    margin-left: 3px;
}
.my_holder_cont ul li > p {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #f3f3f3;
    overflow: hidden;
}
.my_holder_cont ul li > p small {
    float: right;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 12px 0;
}
.my_holder_cont ul li > p span {
    text-align: center;
    font-size: 28px;
    line-height: 44px;
}
.my_holder_cont ul li > p span.wait {
    background: #fff;
    color: #6554bc;
}
.my_holder_cont ul li > p span button {
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
    box-sizing: border-box;
    background: #999;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
.my_holder_cont ul li > p span button.extend_btn {
    background: #3268b2;
}
.my_holder_empty {
    padding: 60px 0 390px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}
.my_holder_empty h4 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 40px;
    color: #2c4562;
}
.my_holder_empty p {
    font-size: 24px;
    line-height: 24px;
    color: #999;
    margin-top: 22px;
}

/* 캡홀더 캡현황 */
.new_status_top {
    background: #fff;
    padding: 70px 48px 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.new_status_top > p {
    font-size: 28px;
    line-height: 28px;
}
.new_status_top > p span {
    font-size: 20px;
    color: #999;
    float: right;
}
.new_status_top > h2 {
    font-size: 48px;
    line-height: 48px;
    margin-top: 40px;
    font-weight: bold;
    color: #2c4562;
}
.new_status_top > h2 span {
    color :#999999;
}
.new_status_cont1 {
    padding: 20px;
    box-sizing: border-box;
}
.new_status_cont1 ul {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 30px 28px;
    box-sizing: border-box;
}
.new_status_cont1 ul li {
    font-size: 22px;
    line-height: 22px;
    color: #999;
    margin-top: 30px;
}
.new_status_cont1 ul li span {
    text-align: right;
    float: right;
    color: #1e1e1e;
}
.new_status_cont1 ul li:first-child {
    padding-bottom: 26px;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}
.new_status_mining > div {
    background: #fff;
    padding: 0 32px;
    box-sizing: border-box;
}
.new_status_mining > div.all {
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
}
.new_status_mining > div h3 {
    font-size: 28px;
    line-height: 28px;
    padding: 54px 0 30px;
    border-bottom: 2px solid #f3f3f3;
    overflow: hidden;
    font-weight: normal;
}
.new_status_mining > div h3 span {
    float: right;
    font-size: 22px;
}
.new_status_mining > div ul {
    padding: 40px 0;
    overflow: hidden;
}
.new_status_mining > div ul li {
    float: left;
    width: 49%;
}
.new_status_mining > div ul li:first-child {
    margin-right: 2%;
}
.new_status_mining > div ul li h4 {
    font-size: 24px;
    line-height: 24px;
    color: #124aa8;
    font-weight: normal;
}
.new_status_mining > div ul li p.trade {
    font-size: 24px;
    line-height: 24px;
    color: #666;
    margin-top: 14px;
}
.new_status_mining > div ul li p.price {
    text-align:right;
    font-size: 26px;
    line-height: 26px;
    margin-top: 50px;
}
.new_status_mining > div ul li p.bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #41a0e0;
    position: relative;
    padding: 0 12px 0 16px;
    box-sizing: border-box;
    margin-top: 22px;
    border-radius: 4px;
    overflow: hidden;
}
.new_status_mining > div ul li p.bar span.sub_bar {
    display: block;
    height: inherit;
    background: #6554bc;
    position: absolute;
    top: 0;
    left: 0;
}
.new_status_mining > div ul li p.bar span.cap {
    display: block;
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 20px;
}
.new_status_mining > div ul li p.bar span.cap small {
    float: right;
}
.new_status_mining > div.my ul li p.bar {
    background: #f0f3f5;
}
.new_status_mining > div.my ul li p.bar span.sub_bar {
    left: auto;
    right: 0;
    background: #f35930;
}

.holder_time {
    padding: 50px 30px 60px;
    box-sizing: border-box;
}
.holder_time > p {
    margin: 0;
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 22px;
    color: #555;
    position: relative;
    margin-bottom: 24px;
}
.holder_time > p:last-child {
    margin-bottom: 0;
}
.holder_time > p.red {
    color: #f35930;
}

.holder_time > p::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #555;
    position: absolute;
    top: 10px;
    left: 0;
}

.holder_time > p span {
    display: block;
    margin-top: 10px;
}
.mining_give {
    background: #f3f3f3;
}
.mining_give ul li:first-child {
    border: none;
}
.mining_searchTit {
    padding: 10px;
}
.mining_searchTit h2 {
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    color: #1e1e1e;
    padding-top: 15px;
}
.mining_searchTit p {
    color: #5f5f5f;
    font-size: 12px;
}
.give_list {
    margin-top: 10px;
}
.give_list table {
    border-top: 1px solid #dfe2e7;
}
.give_list table tr td {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #dfe2e7;
}
.give_list thead tr {
    background: #f9fafe;
}
.give_list thead tr td {
    color :#798ba0;
    font-weight: bold;
}
.mining_give ul li:first-child {
    padding: 10px 0;
}
.holder_notice {
    background: #fff;
    margin:0;
}
@media (max-width: 1024px) {
    /* 캡홀더 캡안내 */
    .guide_new_txt {
        padding: 14px 16px;
        border-bottom: 1px solid #ddd;
    }
    .guide_new_txt ul li {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .cap_guide_new .guide_new_cont ul li {
        padding: 30px 23px 28px 23px;
        margin-bottom: 7px;
    }
    .cap_guide_new .guide_new_cont ul li h3 {
        font-size: 17px;
        line-height: 17px;
    }
    .cap_guide_new .guide_new_cont ul li h3 strong {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 9px;
    }
    .cap_guide_new .guide_new_cont ul li p.txt {
        font-size: 13px;
        line-height: 18px;
        margin-top: 23px;
    }
    .cap_guide_new .guide_new_cont ul li p.box_txt {
        height: 41px;
        line-height: 41px;
        font-size: 13px;
        margin-top: 20px;
    }
    .cap_guide_new .guide_new_cont ul li > a {
        width: 100px;
        height: 22.5px;
        line-height: 22.5px;
        border: 1px solid #ddd;
        font-size: 11px;
        margin-top: 10px;
    }
    .cap_guide_new .guide_new_cont ul li > a span {
        font-size: 17px;
        line-height: 18px;
    }
    .cap_guide_new .guide_new_cont ul li p.circle_txt {
        width: 55px;
        height: 55px;
        font-size: 12px;
        line-height: 14px;
        padding-top: 13px;
        top: 10px;
        right: 16px;
    }
    .cap_guide_new .guide_btn {
        padding: 15px 16px;
        padding-top: 13px;
    }
    .cap_guide_new .guide_btn a {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
    /* 캡홀더 신청하기 */
    .cap_tab_menu ul li a {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }
    .cap_tab_menu ul li a:before {
        width: 1px;
        height: 11px;
    }
    .cap_tab_menu ul li a.active {
        border-bottom: 4px solid #2c4562;
    }
    .cap_req_wrap {
        padding: 0 24px;
    }
    .cap_req_wrap > h3 {
        font-size: 14px;
        line-height: 14px;
        padding: 40px 0 46px;
    }
    .cap_req_wrap > h3 strong {
        font-size: 22px;
        line-height: 22px;
        margin-top: 12px;
    }
    .cap_req_wrap > h3 strong small {
        font-size: 13px;
        line-height: 13px;
        padding-left: 5px;
    }
    .cap_req_wrap .cap_req_cont01 > h4 {
        font-size: 11px;
        line-height: 11px;
    }
    .cap_req_wrap .cap_req_cont01 > p {
        margin-top: 12px;
        padding-bottom: 7px;
        border-bottom: 1px solid #1e1e1e;
    }
    .cap_req_wrap .cap_req_cont01 > p button {
        width: 8%;
    }
    .cap_req_wrap .cap_req_cont01 > p button img {
        width: 15px;
    }
    .cap_req_wrap .cap_req_cont01 > p input {
        font-size: 14px;
        line-height: 14px;
        width: 80%;
    }
    .cap_req_wrap .cap_req_cont01 > p span {
        padding-right: 10px;
        font-size: 11px;
        line-height: 11px;
        padding-top: 3px;
    }
    .cap_req_wrap .cap_req_cont01 > div {
        margin-top: 13px;
    }
    .cap_req_wrap .cap_req_cont01 > div button {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    .cap_req_wrap .cap_req_cont01 > select {
        height: 33px;
        line-height: 33px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin-top: 15px;
        font-size: 11px;
        background-size: 10.5px;
    }
    .cap_req_wrap .cap_req_cont02 {
        padding: 22px 0 20px;
    }
    .cap_req_wrap .cap_req_cont02 > label {
        padding-bottom: 0;
    }
    label.custom-checkbox input[type="checkbox"] {
        width: 13px;
        height: 13px;
        top: 0px;
    }
    label.custom-checkbox input[type="checkbox"]::after {
        width: 13px;
        height: 13px;
        border: 1px solid #ebebef;
        border-radius: 2px;
    }
    label.custom-checkbox input[type="checkbox"]:checked::before {
        /*height: .3rem;*/
        left: 2.5px;
        top: 2px;
        width: 8px;
        border-left: 2px solid #626262;
        border-bottom: 2px solid #575757;
    }
    label.custom-checkbox input[type="checkbox"]::before {
        width: 13px;
        height: 13px;
        border: 1px solid #ebebef;
    }
    label.custom-checkbox strong {
        padding-left: 8px;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    label.custom-checkbox span {
        padding-left: 8px;
        font-size: 12px;
        line-height: 12px;
        width: 92%;
    }
    .cap_req_wrap .cap_req_cont02 > label button {
        font-size: 11px;
        line-height: 22px;
    }
    .cap_req_wrap .cap_req_cont02 > label button img {
        padding-left: 7px;
        margin-top: -3px;
        width: 18px;
    }
    .cap_req_wrap .cap_req_cont02 > div.my_holder_box {
        padding: 15px 20px 20px;
        margin-top: 8px;
    }
    .cap_req_wrap .cap_req_cont02 > div.my_holder_box dl {
        margin-bottom: 12px;
    }
    .cap_req_wrap .cap_req_cont02 > div.my_holder_box dl dt {
        font-size: 11px;
        line-height: 11px;
        width: 34%;
    }
    .cap_req_wrap .cap_req_cont02 > div.my_holder_box dl dd {
        font-size: 11px;
        line-height: 11px;
    }
    .cap_req_wrap .cap_req_cont02 > div.my_holder_box dd span {
        margin-right: 3px;
    }
    .cap_req_wrap .cap_req_cont02 > div.holder_terms {
        height: 108px;
        padding: 15px 12px;
        border: 1px solid #dfe2e7;
        margin-top: 8px;
    }
    .cap_req_wrap .cap_req_cont02 > div.holder_terms h4 {
        font-size: 11px;
        line-height: 11px;
    }
    .cap_req_wrap .cap_req_cont02 > div.holder_terms p {
        height: 65px;
        margin-top: 8px;
        font-size: 10px;
    }
    .cap_req_wrap .cap_req_cont02 p.req_btn button {
        margin-top: 10px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .req_percent {
        padding: 25px 24px 30px;
    }
    .req_percent h5 {
        font-size: 13px;
        line-height: 13px;
    }
    .req_percent > p {
        font-size: 11px;
        line-height: 11px;
        margin-top: 15px;
    }
    .req_percent > table {
        margin-top: 10px;
    }
    .req_percent > table tr td {
        padding: 7px 0;
        border-bottom: 1px solid #dbdbdb;
        font-size: 11px;
        line-height: 11px;
    }
    .req_percent > table tr:first-child td {
    }
    /* 캡홀더 내역보기 */
    .my_holder_top {
        padding: 21px 7.5px;
        border-bottom: 1px solid #ddd;
    }
    .my_holder_top ul li {
        padding-left: 13px;
        font-size: 10px;
        line-height: 11px;
    }
    .my_holder_top ul li:before {
        width: 8px;
        height: 8px;
        top: 1px;
    }
    .my_holder_top ul li:nth-child(2) {
        font-size: 15px;
        line-height: 15px;
    }
    .my_holder_top ul li:nth-child(2) small {
        font-size: 10px;
        line-height: 10px;
        padding-left: 2px;
    }
    .my_holder_top ul li:last-child {
        max-width: 80px;
    }
    .my_holder_top > p {
        height: 8px;
        margin-top: 10px;
    }
    .my_holder_top > p span:after {
        width: 1px;
    }
    .my_holder_top > dl {
        margin-top: 15px;
        font-size: 11px;
        line-height: 11px;
    }
    .my_holder_cont ul li {
        padding: 20px 16px 15px;
        margin-bottom: 7px;
        border-bottom: 1px solid #ddd;
    }
    .my_holder_cont ul li dl {
        margin-bottom: 9px;
    }
    .my_holder_cont ul li dt {
        width: 30%;
        font-size: 12px;
        line-height: 12px;
    }
    .my_holder_cont ul li dd {
        width: 70%;
        font-size: 12px;
        line-height: 12px;
    }
    .my_holder_cont ul li > p {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #f3f3f3;
    }
    .my_holder_cont ul li > p small {
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
        padding: 6px 0;
    }
    .my_holder_cont ul li > p span {
        line-height: 22px;
        font-size: 14px;
    }
    .my_holder_cont ul li > p span button {
        height: 23px;
        line-height: 25px;
        padding: 0 12px;
        font-size: 12px;
        margin-left: 10px;
    }
    .my_holder_empty {
        padding: 30px 0 195px;
    }
    .my_holder_empty h4 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }
    .my_holder_empty p {
        font-size: 12px;
        line-height: 12px;
        margin-top: 11px;
    }
    .my_holder_empty > img {
        width: 63px;
    }

    

    /* 캡홀더 캡현황 */
    .new_status_top {
        padding: 35px 24px 30px;
    }
    .new_status_top > p {
        font-size: 13px;
        line-height: 14px;
    }
    .new_status_top > p span {
        font-size: 10px;
    }
    .new_status_top > h2 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
    }
    .new_status_cont1 {
        padding: 10px;
    }
    .new_status_cont1 ul {
        padding: 15px 14px;
    }
    .new_status_cont1 ul li {
        font-size: 11px;
        line-height: 11px;
        margin-top: 15px;
    }
    .new_status_cont1 ul li:first-child {
        padding-bottom: 13px;
    }
    
    .new_status_mining > div {
        padding: 0 16px;
    }
    .new_status_mining > div.all {
        margin-bottom: 7px;
    }
    .new_status_mining > div h3 {
        font-size: 14px;
        line-height: 14px;
        padding: 27px 0 15px;
        border-bottom: 1px solid #f3f3f3;
    }
    .new_status_mining > div h3 span {
        font-size: 11px;
    }
    .new_status_mining > div ul {
        padding: 20px 0;
    }
    .new_status_mining > div ul li h4 {
        font-size: 12px;
        line-height: 12px;
    }
    .new_status_mining > div ul li p.trade {
        font-size: 12px;
        line-height: 12px;
        margin-top: 7px;
    }
    .new_status_mining > div ul li p.price {
        font-size: 13px;
        line-height: 13px;
        margin-top: 25px;
    }
    .new_status_mining > div ul li p.bar {
        height: 25px;
        line-height: 24px;
        padding: 0 6px 0 8px;
        margin-top: 11px;
    }
    .new_status_mining > div ul li p.bar span.cap {
        font-size: 10px;
    }
    .holder_time {
        padding: 25px 15px 30px;
    }
    .holder_time > p {
        padding-left: 12px;
        font-size: 11px;
        line-height: 11px;
        margin-bottom: 12px;
    }

    .holder_time > p::after {
        top: 5px;
    }

    .holder_time > p span {
        margin-top: 5px;
    }
}
@media (max-width:425px) {
    .cap_guide_new .guide_new_cont ul li h3 {
        max-width: 236px;
        line-height: 22px;
    }
    .new_status_top {
        padding: 35px 16px 30px;
    }
    .new_status_top > h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .new_status_mining > div {
        padding: 0 14px;
    }
}
@media (max-width:330px) {
    label.custom-checkbox span.max_txt {
        max-width: 178px;
    }
}

/* 캡 랭킹 created by khy 2018-12-03 */
.new_my_rank {
    padding: 0 32px;
}
.new_my_rank ul {
    overflow: hidden;
    padding: 40px 0 45px;
    border-bottom: 2px solid #ebebeb;
}
.new_my_rank ul li {
    float: left;
    width: 75%;
}
.new_my_rank ul li small {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #888;
    margin-top: 15px;
}
.new_my_rank ul li:last-child {
    float: right;
    width: 25%;
    max-width: 145px;
    height: 112px;
    background: url('../Images/cap/my_rank_bg.png') no-repeat center center;
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    padding-top: 36px;
}
.new_my_rank ul li:first-child {
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 32px;
}
.top_rank > h3 {
    padding: 50px 32px 35px;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
}
.top_rank > h3 span {
    color: #888;
}
.top_rank > h3 strong {
    float: right;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
}
.top_rank > h3 strong small {
    color: #999;
}
.top_rank > ul li {
    overflow: hidden;
    padding: 30px 32px 34px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 14px;
    border-bottom: 2px solid #ddd;
}
.top_rank > ul li > img {
    float: left;
    width: 88px;
}
.top_rank > ul li > p {
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}
.top_rank > ul li > p span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #888;
    margin-bottom: 20px;
}
.top_rank > ul li > p strong {
    font-size: 28px;
    line-height: 0;
}
.new_rank {
    margin-bottom: 54px;
    border-bottom: 2px solid #ddd;
}
.new_rank ul {
    overflow: hidden;
}
.new_rank ul li {
    float: left;
    width: 50%;
    height: 128px;
    background: #fff;
    border-bottom: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    box-sizing: border-box;
    padding: 0 28px;
    padding-top: 36px;
}
.new_rank ul li:nth-child(even) {
    border-right: 0;
}
.new_rank ul li h5 {
    float: left;
    width: 36px;
    font-size: 28px;
    line-height: 28px;
    color: #124aa8;
    font-weight: 900;
}
.new_rank ul li dl {
    float: left;
    padding-left: 8px;
    box-sizing: border-box;
    width: 82%;
}
.new_rank ul li dl dt {
    font-size: 22px;
    line-height: 22px;
    color: #888;
    padding-top: 4px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.new_rank ul li dl dd {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.new_rank ul li dl dd span {
    font-weight: bold;
}


@media (max-width: 1024px) {
    /* 캡 랭킹 created by khy 2018-12-03 */
    .new_my_rank {
        padding: 0 16px;
    }
    .new_my_rank ul {
        padding: 20px 0 22.5px;
        border-bottom: 1px solid #ebebeb;
    }
    .new_my_rank ul li:last-child {
        max-width: 72.5px;
        height: 56px;
        font-size: 20px;
        padding-top: 18px;
        background-size: 100%;
    }
    .new_my_rank ul li:first-child {
        padding-top: 20px;
        font-size: 16px;
        line-height: 16px;
    }
    .new_my_rank ul li small {
        font-size: 10px;
        line-height: 10px;
        margin-top: 7.5px;
    }
    .top_rank > h3 {
        padding: 25px 16px 17.5px;
        font-size: 14px;
        line-height: 14px;
    }
    .top_rank > h3 strong {
        font-size: 11px;
        line-height: 11px;
    }
    .top_rank > ul li {
        padding: 15px 16px 17px;
        margin-bottom: 7px;
        border-bottom: 1px solid #ddd;
    }
    .top_rank > ul li > img {
        width: 44px;
    }
    .top_rank > ul li > p {
        padding-left: 15px;
    }
    .top_rank > ul li > p span {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 4px;
    }
    .top_rank > ul li > p strong {
        font-size: 14px;
    }
    .new_rank {
        margin-bottom: 27px;
        border-bottom: 1px solid #ddd;
    }
    .new_rank ul li {
        height: 64px;
        border-bottom: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        padding: 0 8px;
        padding-top: 18px;
        padding-right: 0;
    }
    .new_rank ul li h5 {
        width: 25px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .new_rank ul li dl {
        padding-left: 5px;
    }
    .new_rank ul li dl dt {
        font-size: 11px;
        line-height: 11px;
        padding-top: 2px;
    }
    .new_rank ul li dl dd {
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px;
    }
}

/* 작업일: 190320 . 결함리스트 NO.49 , , CRS-220 */


.cap_req_wrap .cap_req_cont02 > div.detail_wrap {
    position: relative;
    margin-top: 2px;
}
.cap_req_wrap .cap_req_cont02 > div.detail_wrap > button {
    font-size: 22px;
    font-size: 11px;
    line-height: 21px;
    color: #999;
    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%);
}

.cap_req_wrap .cap_req_cont02 > div.detail_wrap > button img {
    vertical-align: middle;
    padding-left: 14px;
    display: inline-block;
    margin-top: -6px;
    padding-left: 7px;
    margin-top: -3px;
    width: 18px;
}
.cap_req_wrap .cap_req_cont02 > div.detail_wrap > label {
    width: calc(100% - 100px);
}
.cap_req_wrap .cap_req_cont02 > label,
.cap_req_wrap .cap_req_cont02 > div.detail_wrap > label {
    display: block;
    padding-bottom: 14px;
    position: relative;
    padding-bottom: 0;
}
/* // 작업일: 190320 . 결함리스트 NO.49 , 패치날짜미정, CRS-220 */

/* hrt 트레이더 랭킹 */
.trader_percent {
    margin-top: 20px;
    padding: 0 16px;
    box-sizing: border-box;
}
.trader_percent > h2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    overflow: hidden;
}
.trader_percent > h2 span {
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 11px;
    padding-right: 2px;
    color: #999;
    padding-top: 3px;
}
.trader_percent > h2 span strong {
    color: #1e1e1e;
}
.trader_percent > ul {
    overflow: hidden;
    margin-top: 12px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.trader_percent > ul li {
    float: left;
    width: 20%;
    padding: 10px 0 12px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-bottom: 0;
}
.trader_percent > ul li span {
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #999;
}
.trader_percent > ul li strong {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.trader_percent > ul li:first-child strong {
    color: #2196f3;
}
.trader_percent > p {
    font-size: 10px;
    line-height: 10px;
    color: #888;
    margin-top: 10px;
}
.trader_select.asset_detail {
    background: none;
    padding: 0 16px;
    border-bottom: 0;
    margin: 20px 0;
}
