@charset "utf-8";

.schedule-copy-col {
    display: flex;
    flex-direction: column;
}

.schedule-copy-line {
    display: block;
    width: 58px;
    height: 2px;
    background: #212121;
    margin-bottom: 24px;
}

.schedule-copy-text {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 38px;
    line-height: 1.35;
    color: #212121;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.schedule-banner-mask {
    overflow: hidden;
    background: #fff;
    min-height: 260px;
}

.schedule-top-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.schedule-banner-image {
    transform-origin: right center;
    will-change: transform, clip-path;
}

.schedule-detail-section {
    padding-bottom: 120px;
}

.schedule-detail-inner {
    padding-top: 48px;
}

.schedule-calendar-wrap {
    background: #F3F0EF;
    border-radius: 20px;
    padding: 48px 20px;
}

.schedule-calendar-header {
    gap: 56px;
    margin-bottom: 48px;
}

.schedule-cal-btn {
    color: #A08773;
    transition: color 0.3s;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-cal-btn:hover {
    color: #88705e;
}

.schedule-cal-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.schedule-cal-btn svg {
    width: 30px;
    height: 30px;
}

.schedule-cal-title {
    font-size: 24px;
    font-weight: 700;
    color: #A08773;
    min-width: 120px;
    text-align: center;
    letter-spacing: -0.025em;
    margin: 0;
}

.schedule-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-detail-image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1279px) {
    .schedule-top-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .schedule-detail-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 1023px) {
    .schedule-top-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .schedule-copy-col {
        margin-top: 64px;
    }

    .schedule-copy-line {
        width: 40px;
        height: 1px;
        margin-bottom: 16px;
    }

    .schedule-copy-text {
        font-size: 28px;
        line-height: 1.4;
    }

    .schedule-detail-section {
        padding-bottom: 60px;
    }

    .schedule-detail-inner {
        padding-top: 24px;
    }

    .schedule-calendar-wrap {
        padding: 32px 16px 24px;
    }

    .schedule-calendar-header {
        gap: 32px;
        margin-bottom: 24px;
    }

    .schedule-cal-btn svg {
        width: 20px;
        height: 20px;
    }

    .schedule-cal-title {
        font-size: 18px;
        min-width: 90px;
    }
}

@media (max-width: 767px) {
    .schedule-top-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .schedule-copy-col {
        margin-top: 40px;
    }

    .schedule-copy-line {
        width: 34px;
        margin-bottom: 10px;
    }

    .schedule-copy-text {
        font-size: 22px;
        line-height: 1.45;
        word-break: keep-all;
    }

    .schedule-detail-section {
        padding-bottom: 40px;
    }

    .schedule-detail-inner {
        padding-top: 16px;
    }

    .schedule-calendar-wrap {
        padding: 20px 12px 16px;
    }

    .schedule-calendar-header {
        gap: 16px;
        margin-bottom: 16px;
    }

    .schedule-cal-btn svg {
        width: 16px;
        height: 16px;
    }

    .schedule-cal-title {
        font-size: 15px;
        min-width: 80px;
    }
}
