html, body{
    font-size: 13px;
}
main header{
    font-size: 14px;
    font-weight: 500;
    color: var(--grayscale--600);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    height: 40px;
}
main header .bar{
    display: block;
    width: 1px;
    height: 12px;
    background: var(--grayscale--300);
}
main header > div > span{
    color: var(--primary--400-default);
}




/* main-wrap 공통 */
.main-wrap{
    display: flex;
    gap: 16px;
}
.main-wrap .container{
    background: var(--grayscale--0-white);
    border: 1px solid var(--grayscale--200);
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.main-wrap .container > .tit{
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid var(--grayscale--200);
    padding: 0 24px;
    box-sizing: border-box;
}
.main-wrap .table-box-01{
    border-radius: 0;
    border-width: 1px 0 0 0;
}
.main-wrap .table-box-01 table thead tr th{
    padding: 8px 0;
}
.main-wrap .table-box-01 table tbody tr td{
    word-break: keep-all;
    padding: 10px 0;
}
.main-wrap .table-box-01 table thead tr th:first-child,
.main-wrap .table-box-01 table tbody tr td:first-child{
    padding-left: 16px;
}
.main-wrap .table-box-01 table thead tr th:last-child,
.main-wrap .table-box-01 table tbody tr td:last-child{
    padding-right: 16px;
}
.main-wrap .tab-container{
    position: relative;
    line-height: normal;
}
.main-wrap .tab-group{
    position: relative;
    background: var(--grayscale--200);
    display: flex;
    border-radius: 10px;
    padding: 3px;
}
.main-wrap .tab-group li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--grayscale--500);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
.main-wrap .tab-group li.active{
    color: var(--grayscale--800-default);
}
.main-wrap .tab-indicator{
    position: absolute;
    height: 30px;
    background: var(--grayscale--0-white);
    border-radius: 7px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    z-index: 0;
}
.layout-left{
    flex: 3.1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.layout-left > div{
    display: flex;
    gap: 16px;
}
.layout-left .container{
    flex: 1;
}
.layout-left .tit > div{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.layout-left .tit > div span{
    color: var(--grayscale--400);
}
.layout-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.layout-right .container{
    padding: 16px;
}
.layout-right .container > .tit{
    height: auto;
    border: 0;
    padding: 0;
}
.layout-right .container .btn-type-09{
    font-size: 13px;
    gap: 2px;
    height: 32px;
    border-radius: 999px;
    padding: 0 14px;
}






/* quick */
.layout-left .quick .tit{
    justify-content: center;
}
.layout-left .quick .content > ul li{
    border-bottom: 1px solid var(--grayscale--200);
}
.layout-left .quick .content > ul li:last-child{
    border: 0;
}
.layout-left .quick .content > ul li a{
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 16px 0;
}
.layout-left .quick .content > ul li a img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}





/* top3 */
.layout-left .top3{
    flex: 4;
}
.layout-left .top3 > .tit a{
    font-size: 14px;
    min-width: auto;
    height: 36px;
    padding: 0 16px;
}
.layout-left .top3 .input-group{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 24px;
}
.layout-left .top3 .input-group .input-box{
    flex-wrap: nowrap;
    gap: 12px;
}
.layout-left .top3 .input-group .input-box > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.layout-left .top3 .input-group .input-box .label{
    font-size: 13px;
    font-weight: 500;
}
.layout-left .top3 .input-group .input-box .input-type-01{
    height: 34px;
}
.layout-left .top3 .input-group button{
    min-width: 60px;
    height: 34px;
}
.layout-left .top3 .table-box-01 table tbody tr:nth-child(n+4){
      display: none;
}





/* service */
.layout-left .service{
    flex: 2.5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.layout-left .service > div{
    flex: 1;
}
.layout-left .service .content{
    padding: 16px 24px;
}
.layout-left .service .content > ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.layout-left .service .content > ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.layout-left .service .content > ul li > span{
    color: var(--grayscale--400);
}
.layout-left .service .content > ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.layout-left .service .content > ul li em{
    flex: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.layout-left .service .content > ul li a > span{
    font-weight: 500;
    color: var(--primary--400-default);
}
.layout-left .service .content > ul li a > .read{
    font-weight: 700;
}




/* update */
.layout-left .update .complete{
    color: var(--primary--400-default);
}
.layout-left .update .ing{
    color: var(--secondary--400-default);
}
.layout-left .update .tit > div a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
.layout-left .update .tit > div a img{
    width: 16px;
    height: auto;
}
.layout-left .update .content .table-head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
}
.layout-left .update .content .table-head b{
    padding-left: 4px;
}
.layout-left .update .content .table-box-01{
    height: 110px;
    overflow: hidden;
    position: relative;
}
.layout-left .update .content .table-box-01 table tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.layout-left .update .content .table-box-01 table .scroll-body{
    display: block;
    animation: scroll-up 10s linear infinite;
}
.layout-left .update .content .table-box-01 table .scroll-body tr td div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}



/* top10 */
.layout-left .top10{
    height: 320px;
}
.layout-left .top10 .content{
    padding: 12px 24px;
}





/* ad */
.layout-left .ad{
    display: block;
    margin-top: 20px;
}
.layout-left .ad .ad-head{
    background: #E6EEF8;
    padding: 72px 24px;
}
.layout-left .ad .ad-head span{
    color: var(--primary--400-default);
}
.layout-left .ad .ad-head .inner{
    position: relative;
    background: #E6EEF8;
    max-width: 960px;
    margin: 0 auto;
}
.layout-left .ad .ad-head .inner .tit{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.layout-left .ad .ad-head .inner p{
    font-size: 18px;
    font-weight: 500;
}
.layout-left .ad .ad-head img{
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    height: auto;
}
.layout-left .ad .ad-body{
    font-size: 16px;
    max-width: 980px;
    padding: 140px 24px 80px;
    margin: 0 auto;
}
.layout-left .ad .ad-body ul{
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
    margin-bottom: 120px;
}
.layout-left .ad .ad-body ul li{
    display: flex;
    align-items: center;
    gap: 80px;
}
.layout-left .ad .ad-body ul li:nth-child(even){
    flex-direction: row-reverse;
}
.layout-left .ad .ad-body ul li > div{
    flex: 1;
}
.layout-left .ad .ad-body ul li .txt-box dl{
    font-weight: 500;
    margin-bottom: 32px;
}
.layout-left .ad .ad-body ul li .txt-box dl dt{
    font-size: 34px;
    padding-bottom: 16px;
}
.layout-left .ad .ad-body ul li .txt-box dl dd{
    color: var(--grayscale--500);
}
.layout-left .ad .ad-body ul li .txt-box a{
    background: var(--primary--600);
    width: 200px;
    height: 44px;
    border-radius: 999px;
}
.layout-left .ad .ad-body ul li .txt-box a img{
    width: 16px;
    height: auto;
}
.layout-left .ad .ad-body ul li .img-box{
    display: flex;
    justify-content: center;
}
.layout-left .ad .ad-body ul li .img-box img{
    width: 420px;
    height: auto;
}
.layout-left .ad .ad-body .ad-banner{
    font-weight: 500;
    color: var(--grayscale--0-white);
    background: url(/assets/Web/images/main-ad-banner-01.png) no-repeat calc(100% - 40px) calc(100% + 80px)/500px auto #1B1B1B; 
    height: 440px;
    border-radius: 20px;
    padding: 50px 80px;
    box-sizing: border-box;
    overflow: hidden;
}
.layout-left .ad .ad-body .ad-banner .tit{
    font-size: 34px;
    margin-bottom: 24px;
}
.layout-left .ad .ad-body .ad-banner .tit span{
    color: var(--primary--300);
}
.layout-left .ad .ad-body .ad-banner .tit p{
    font-size: 16px;
    padding-bottom: 10px;
}
.layout-left .ad .ad-body .ad-banner dl{
    font-size: 14px;
}
.layout-left .ad .ad-body .ad-banner dl dt{
    font-weight: 700;
    color: var(--primary--200);
    background: #101010;
    display: inline-block;
    border-radius: 999px;
    padding: 4px 12px;
    margin-bottom: 12px;
}
.layout-left .ad .ad-body .ad-banner dl dd{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.layout-left .ad .ad-footer{
    font-weight: 500;
    line-height: normal;
    color: var(--grayscale--500);
    background: var(--grayscale--700);
    padding: 44px 24px;
}
.layout-left .ad .ad-footer .inner{
    display: flex;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    max-width: 980px;
}
.layout-left .ad .ad-footer .inner > div > p{
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.layout-left .ad .ad-footer .inner > div > p a{
    color: var(--grayscale--300);
}
.layout-left .ad .ad-footer .inner > div > p span{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: var(--grayscale--500);
}
.layout-left .ad .ad-footer address{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0;
}
.layout-left .ad .ad-footer address p{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.layout-left .ad .ad-footer address p span{
    width: 1px;
    height: 10px;
    background: var(--grayscale--500);   
}






/* login, member */
.layout-right .login {
    font-weight: 500;
    text-align: center;
    align-items: center;
}

    .layout-right .login .tit {
        font-size: 16px;
        display: block;
    }

    .layout-right .login .btn-login {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 100%;
        height: 44px;
        background: #FFE812;
        border-radius: 12px;
        margin: 16px 0;
    }

    .layout-right .login .btn-join {
        font-size: 12px;
        text-decoration: underline;
    }

.layout-right .member {
    color: var(--grayscale--0-white);
    background: var(--grayscale--700);
    border: 0;
    padding: 0 16px;
}

    .layout-right .member .tit {
        font-weight: 700;
        height: 90px;
    }

        .layout-right .member .tit b {
            color: var(--primary--300);
        }

    .layout-right .member a {
        height: 36px;
        border: 1px solid var(--grayscale--600);
    }

.guest .layout-right .member,
.layout-right .login {
    display: block;
}

.guest .layout-right .login,
.layout-right .member {
    display: block;
}




/* fast, crefia */
.layout-right .fast,
.layout-right .crefia{
    height: 70px;
}
.layout-right .fast .tit,
.layout-right .crefia .tit{
    height: 100%;
}
.layout-right .fast .tit > div,
.layout-right .crefia .tit > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.layout-right .fast .tit > div > span > span{
    font-size: 12px;
    color: var(--grayscale--400);
    display: block;
}






/* history */
.layout-right .history .content > ul li{
    color: var(--grayscale--600);
    border-bottom: 1px solid var(--grayscale--200);
    padding: 16px 0;
}
.layout-right .history .content > ul li:last-child{
    border: 0;
    padding-bottom: 0;
}
.layout-right .history .content > ul li .btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.layout-right .history .content > ul li .btn a,
.layout-right .history .content > ul li .btn button{
    min-width: auto;
    height: 30px;
    border-radius: 8px;
    padding: 0 12px;
}





/* fund */
.layout-right .fund{
    padding: 0;
}
.layout-right .fund .tit{
    height: 50px;
    padding: 0 16px;
}
.layout-right .fund .table-box-01 table tbody tr td.today > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.layout-right .table-box-01 table tbody tr td.today > div span{
    font-size: 11px;
    font-weight: 500;
    color: var(--primary--400-default);
    border: 1px solid var(--primary--400-default);
    border-radius: 999px;
    padding: 2px 6px;
}






/* swiper */
.layout-right .swiper{
    position: relative;
    padding: 0;
}
.layout-right .swiper .paging-container{
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2;
    font-size: 11px;
    color: var(--grayscale--0-white);
    background: rgba(0,0,0,0.4);
    border-radius: 999px;
    padding: 4px 12px;
}
.layout-right .swiper .swiper-slide{
    width: 100% !important;
    height: 84px;
    cursor: pointer;
}
.layout-right .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}














@media (max-width: 1680px){

    .layout-left .service .content > ul li > span{
        display: none;
    }
    .layout-left .ad .ad-body ul li{
        gap: 40px;
    }
    .layout-left .ad .ad-body ul li .txt-box dl dt{
        font-size: 28px;
    }

}
