/**
 * 사전 설명회 다시보기 배너 (pre-banner-main-section)
 * <link rel="stylesheet" href="components/pre-banner-recording/pre-banner-recording.css">
 */

.pre-banner-section {
    padding: var(--space-800) 0;
}

.pre-banner-main-section {
    padding-bottom: var(--space-800);
}

.pre-content-wrapper {
    background: var(--ktb-tech-lemon-yellow);
    background-image: url();
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    border-radius: var(--border-radius-600);
    padding: var(--space-300) var(--space-500);
    display: flex;
    justify-content: space-between;
    gap: var(--space-200);
    width: 100%;
}

.pre-banner-title-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-100);
    max-width: 25.625rem;
}

.pre-banner-label,
.pre-banner-amount,
.pre-banner-notice {
    margin: 0;
}

.pre-banner-label,
.pre-banner-amount {
    color: #2b2d36;
    text-wrap: balance;
}

.pre-banner-notice {
    color: #2b2d36;
    opacity: 0.8;
}

.pre-text-content,
.pre-text-wrapper {
    display: flex;
    flex-direction: column;
}

.pre-banner-text {
    display: flex;
    flex-direction: column;
    gap: var(--space-200);
}

.pre-banner-cta {
    align-items: center;
    display: flex;
}

@media (max-width: 768px) {
    .pre-content-wrapper {
        flex-direction: column;
        padding: var(--space-300);
    }

    .btn-banner {
        height: 2.5rem;
        padding: 0.5625rem 1rem;
        font-size: 0.875rem;
        line-height: 1.375rem;
        border-radius: 0.5rem;
    }
}
