@charset "UTF-8";

@font-face {
    font-family: 'Merisca';
    src: local('Merisca'),
    url('../../../../fonts/Merisca/Merisca.woff') format('woff'),
    url('../../../../fonts/Merisca/Merisca.woff2') format('woff2');
}

.winter-ahead .header-bts {
    background-color: #000;
}

.winter-ahead .logo.v a {
    width: 40px;
}

.winter-ahead .logo.v ~ .lang_opt button {
    color: #a5c8c8;
}

.winter-ahead .album-detail {
    font-family: 'Merisca', sans-serif;
    background-color: #000;
}

.winter-ahead .album-detail .contents-title {
    font-family: 'Merisca', sans-serif;
    color: #a5c8c8;
    letter-spacing: 0;
}

.winter-ahead .album-detail .slide-wrap {
    margin-top: 47px;
}

.winter-ahead .album-detail .list-wrap > .list-inner > ol > li {
    position: relative;
    padding-left: 51px;
    color: #a5c8c8;
}

.winter-ahead .album-detail .list-wrap > .list-inner > ol > li > .num {
    position: absolute;
    top: 0;
    left: 0;
}

.winter-ahead .album-detail .bottom ul {
    padding: 2.08vw 0 2.01vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px 0;
}

.winter-ahead .album-detail .bottom ul li {
    flex: 1 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winter-ahead .album-detail .bottom ul li:nth-child(1) {
    flex: 1 0 100%;
    max-width: 100%;
}

.winter-ahead .album-detail .bottom .contents-sub {
    font-family: "Merisca", sans-serif;
    font-size: 1.25vw;
    letter-spacing: 0;
    text-transform: none;
}

.winter-ahead .album-detail .bottom ul li button .contents-sub {
    color: #fff;
}

.winter-ahead .album-detail .bottom ul li button .contents-sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 6px;
}

.winter-ahead .album-detail .bottom ul li.active button .contents-sub {
    color: #a5c8c8;
}

.winter-ahead .album-detail .bottom ul li.active button .contents-sub::after {
    background-color: #a5c8c8;
}

.winter-ahead .album-detail .bottom ul button:not(.active):focus .contents-sub,
.winter-ahead .album-detail .bottom ul button:not(.active):hover .contents-sub {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .winter-ahead .logo.v a {
        width: 5vw;
    }

    .winter-ahead .album-detail .slide-wrap {
        margin-top: 7.5vw;
    }

    .winter-ahead .album-detail .slide-wrap > ul > li .contents-sub {
        color: #a5c8c8;
        font-family: "Merisca", sans-serif;
        text-transform: none;
        padding: 4.72vw 0;
    }
}