
/*
====================
====================
2024
서브페이지
주요환율
페이지
CSS 추가
====================
====================
*/

div.exchangeWrap{

}

p.exchangetit{
    font-size: 16px;
    font-weight: 900;
    position: relative;
    padding-left: 6px;
    margin-bottom: 16px;
}
a.ex_adbtn{
    position: absolute;
    right: 0;
    top: 6px;
}
    p.exchangetit > span.tit_bult {
        position: absolute;
        display: block;
        top: -10px;
        left: 0;
        transform: rotate(-40deg);
        background: #FFB26B;
        width: 12px;
        height: 24px;
        z-index: 0;
    }
    p.exchangetit > span.tit_text {
        position: relative;
        z-index: 2;
    }

.exchangeCont{
    margin-top: 24px;
}
.exchangeCont-item{
    display: flex;
    justify-content: space-between;
}
.exchangeCont-item .exchangeCont-list{
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    width: 180px;
    padding: 24px 24px;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(212,212,212,0.57);
    -moz-box-shadow: 0px 6px 16px 0px rgba(212,212,212,0.57);
    box-shadow: 0px 6px 16px 0px rgba(212,212,212,0.57);
}
    dt.info__nat{
        font-size: 14px;
        font-weight: 600;
    }
    dt.info__nat a:hover{
        font-weight: 900;
        text-decoration: underline;
    }
    dd.info__value{
        font-size: 24px;
        font-weight: 700;
        margin: 6px 0 8px;
    }
    dd.info__change{
        font-size: 15px;
        font-weight: 700;
    }
        dd.info__change span.shp{
            font-size: 11px;
            position: relative;
            top: -1px;
        }   
    dd.info__time{
        font-size: 12px;
        color: #888;
        margin-top: 8px;
        letter-spacing: 0.4px;
    }

div.exchangetable{
    margin-top: 40px;
}
.exchangetable-tbs{
    width: 100%;
    font-size: 13px;
}
    .exchangetable-tbs th, .exchangetable-tbs td{
        padding: 12px 8px;
        border-top: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
    }
    .exchangetable-tbs th{
        color: #777;
        font-weight: 500;
        background: #f9f9f9;
    }
    .exchangetable-tbs th.th_ex5, .exchangetable-tbs tbody tr td:last-child{
        border-right: 0;
    }
    td.ex_nat_tit{
        padding-left: 24px;
        text-align: left !important;
    }
    td.ex_nat_tit a{
        font-weight: 600;
        color: #666;
        text-decoration: underline;
    }
    td.ex_nat_tit a:hover{
        color: #222;
    }
.exchangetable-tbs .exchangetable-body td{
    text-align: right;
    padding-right: 20px;
}
    .exchangetable-body td{
        font-weight: 500;
        color: #555;
    }
    .exchangetable-body tr:last-child{
        border-bottom: 1px solid #e9e9e9;
    }

div.tbl_info{
    margin-top: 24px;
}
div.tbl_info::after{
    content: "";
    display: block;
    clear: both;
}
    div.tbl_info span{
        float: right;
        font-size: 12px;
        color: #888;
        font-weight: 600;
    }
    div.tbl_info img{
        height: 18px;
        position: relative;
        top: 0;
        margin-right: 4px;
        vertical-align: bottom;
    }

div.tbl_info_txt{
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    position: relative;
}
    div.tbl_info_txt p{
        font-size: 13px;
        color: #888;
        font-weight: 400;
        margin-bottom: 10px;
        position: relative;
        padding-left: 8px;
        line-height: 140%;
    }

.tbl_info_txt span.tbl_info_txt__bult::before{
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 6px;
}
.exchangeDetailinfo{
    margin-top: 40px;
    position: relative;
}
.exchangeDetailinfo-group{
    margin-bottom: 32px;
    padding: 32px 32px;
    position: relative;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 6px 12px 0px rgba(212,212,212,0.37);
    -moz-box-shadow: 5px 6px 12px 0px rgba(212,212,212,0.37);
    box-shadow: 5px 6px 12px 0px rgba(212,212,212,0.37);
}
    .exchangeDetailinfo-group dl{
        margin-left: 24px;
    }
    .exchangeDetailinfo-group dt.info__nat{
            font-size: 20px;
            font-weight: 800;
    }
    .exchangeDetailinfo-group dd.info__value{
        font-size: 36px;
        font-weight: 800;
        margin: 8px 0 8px;
    }
    .exchangeDetailinfo-group  dd.info__change{
        font-size: 16px;
        font-weight: 700;
    }
        .exchangeDetailinfo-group  dd.info__change span.shp{
            font-size: 11px;
            position: relative;
            top: -1px;
        }   
    .exchangeDetailinfo-group  dd.info__time{
        font-size: 13px;
        color: #888;
        margin-top: 12px;
        letter-spacing: 0.4px;
    }
    .exchangeDetailinfo-group .tbl_info{
        position: absolute;
        margin-top: 0;
        right: 32px;
        bottom: 32px;
    }
    .exchangeDetailinfo .exchangetable-tbs th, .exchangeDetailinfo .exchangetable-tbs td{
        padding: 12px;
    }

.exchangeDetailinfo-table{
        margin-top: 60px;
}   
    .exchangetable-head th.th_date{
        width: 18%;
    }
    .ex_date_tit, .ex_prc_tit, .ex_sal_tit{
        text-align: center !important;
    }
    .exchangetable-body td.ex_date_tit{
        color: #888;
    }
    .exchangetable-body td.ex_sal_tit span.shp{
        font-size: 10px;
        position: relative;
        top: -1px;
    }
.exchangeDetailinfo-group__botm{
    position: relative;
}
    .exchangeDetailinfo-group__botm .tbl_info {
        position: absolute;
        margin-top: 0;
        right: 0;
        top: 0;
    }
    .exchangeDetailinfo-group__botm div.paginWrap{
        margin-top: 32px;
    }
    .exchangeDetailinfo-group span.exch_num{
        position: relative;
    }
    .exchangeDetailinfo-group span.exch_num::before{
        content: "";
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #999;
        margin: 0 6px;
    }
    
    .up_col{
        color: #F04646 !important;
    }
    .dw_col{
        color: #4477FA !important;
    }
    .dw_col_2{
        color: #005dde !important;
    }