@charset "UTF-8";

.section--cpDiscography {
    padding: 64px 4.2% 88px;
}

.title {
    text-align: center;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 10;
}

.title::after {
    content: 'DISCOGRAPHY';
    font-family: 'Wittgenstein';
    color: #e0ebe2;
    opacity: 40%;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.discography__list {
    margin-top: 56px;
}

.discography__item img {
    width: 100%;
    margin-top: 48px;
}

.discography__item:first-of-type img {
    margin-top: 0;
}

.discography__content {
    text-align: left;
    letter-spacing: 0.05em;
}

.discography__content time {
    display: block;
    margin-top: 8px;
    font-size: 1.4rem;
}

.cd {
    margin-top: 4px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.cd::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7C7B7B;
    margin-top: 8px;
}

.payTax {
    display: flex;
    margin-top: 4px;
    align-items: baseline;
    gap: 8px;
}

.pay {
    font-size: 1.8rem;
    line-height: 1;
}

.tax {
    font-size: 1.4rem;
}

.cord {
    margin-top: 12px;
    color: #7C7B7B;
    font-size: 1.4rem;
    line-height: 1.3;
}

.track__list {
    margin-top: 12px;
    margin-left: 16px;
    list-style: auto;
    line-height: 1.6;
}

.track__item {
    font-size: 1.6rem;
}

.track__item--korea {
    font-family: 'noto sans korean';
}

.discography__item:last-of-type img {
    margin-top: 64px;
}

/* discography tablet 600px */
@media screen and (min-width: 600px) {
    .section--cpDiscography {
        padding: 96px 9.7% 96px;
    }

    .title {
        text-align: left;
    }

    .title::after {
        font-size: 6.4rem;
        top: -16px;
        left: -14%;
        transform: unset;
    }
    
    .discography__list {
        /* max-width: 600px; */
        margin: 56px auto 0;
    }    
    
    .discography__item {
        display: flex;
        max-width: 960px;
        gap: 40px;
        margin: 80px auto 0;
        justify-content: center;
    }
    
    .discography__item img {
        width: 50%;
        height: fit-content;
        margin-top: 0;
    }
    
    .discography__item:last-of-type img {
        margin-top: 0;
    }
    
    .discography__content {
        width: 365px;
    }

    .discography__content time {
        margin-top: 0;
    }
}

/* discography pc 1024px */
@media screen and (min-width: 1024px) {
    .section--cpDiscography {
        padding: 120px 9.7% 240px;
    }

    .title {
        text-align: left;
    }

    .title::after {
        font-size: 8.8rem;
        top: -24px;
    }

    .discography__list {
        margin-top: 120px;
        max-width: none;
    }

    .discography__item {
        display: flex;
        max-width: 960px;
        gap: 80px;
        justify-content: center;
        margin: 120px auto 0;
    }

    .discography__item img {
        margin-top: 0;
        height: fit-content;
        width: 360px;
    }

    /* .discography__item:last-of-type img {
        margin-top: 0;
    } */

    .discography__content {
        width: 400px;
    }

    /* .discography__content time {
        margin-top: 0;
    } */

    .payTax {
        margin-top: 8px;
    }

    .cord,
    .track__list {
        margin-top: 16px;
    }

    .track__list {
        line-height: 1.8;
    }

    .cd::after {
        margin-top: 8px;
    }
}

/* discography pc 2000px */
@media screen and (min-width: 2000px) {
    .section--cpDiscography {
        padding: 200px 9.7% 240px;
    }

    .section--cpDiscography .title {
        text-align: center;
    }

    .section--cpDiscography .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .discography__list {
        margin-top: 160px;
    }

}