.text {
    font-size: 15px;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: -0.9px;
}

.title {
    font-size: 39px;
    font-weight: 400;
    letter-spacing: -0.78px;
    line-height: 1;
    letter-spacing: -0.78px;
}

.title.font-kr-title {
    font-size: 38px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.14px;
}

#signature-main {
    color: var(--color-white);
    background-image: linear-gradient(to bottom, #372719, #000000);
}

.signature-story__content {
    display: flex;
    gap: 40px;
    height: 100vh;
    padding-top: 89.5px;
}

.signature-story__left {
    position: relative;
}

.signature-story__right {
    z-index: 5;
}

.blur-text {
    position: absolute;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.blur-text__word {
    display: inline-block;
    margin: 0 -0.15px;
    opacity: 0;
    filter: blur(12px);
    will-change: opacity, filter;
}

.fade-in-text-list {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fade-in-text-list__item {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.fade-in-text-list__item>p {
    width: 100%;
}

.fade-in-text-list__item+.fade-in-text-list__item {
    margin-top: 0;
}

.fade-in-text__paragraph {
    overflow: visible;
    word-break: keep-all;
}


.image-list {
    position: relative;
    aspect-ratio: 1 / 1.331858407079646;
}

.image-list__item {
    position: absolute;
    width: 100%;
    height: 100%;
    /* transition: opacity 0.3s ease-in-out; */
    will-change: opacity;
}

@media (max-width: 960px) {
    .fade-in-text__paragraph+.fade-in-text__paragraph {
        margin-top: 25px;
    }

    .signature-story__content {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .signature-story__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
        height: 162px;
    }

    .signature-story__right {
        order: 0;
    }

    .blur-text {
        width: auto;
        margin: 0 calc(var(--wrapper-padding-xs) * -1);
        text-align: center;
    }

    .fade-in-text-list {
        text-align: center;
        height: 108px;
    }

    .image-list {
        width: 53.301886792452834vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 690px) {}

@media (min-width: 961px) {
    .text {
        font-size: 25px;
        line-height: 144%;
        letter-spacing: -0.5px;
    }

    .title {
        font-size: 55px;
        letter-spacing: -1.1px;
    }

    .title.font-kr-title {
        font-size: 60px;
        letter-spacing: -1.8px;
    }

    .blur-text {
        position: absolute;
        height: 100%;
    }

    .signature-story__left {
        flex: 1;
    }

    .signature-story__right {
        width: 27.199074074074076vw;
        position: relative;
    }

    .fade-in-text-list {
        position: absolute;
        height: 100%;
    }

    .fade-in-text-list__item {
        justify-content: center;
        height: 100%;
    }

    .image-list {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1201px) {}