@charset "utf-8";

/* 이벤트4(퀴즈 이벤트) — 본문 레이아웃 확정 전 임시 안내 화면 */
.event-standby {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 120px 20px;
    box-sizing: border-box;
}

.event-standby__inner {
    text-align: center;
}

.event-standby__title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.5px;
}

.event-standby__desc {
    margin-top: 14px;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .event-standby {
        min-height: 50vh;
        padding: 80px 20px;
    }

    .event-standby__title {
        font-size: 24px;
    }

    .event-standby__desc {
        margin-top: 10px;
        font-size: 14px;
    }
}

/* 이벤트4(퀴즈 이벤트) 소개 페이지 */
.quiz-event {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 100px;
    color: #333;
    word-break: keep-all;
    overflow-x: hidden;
}

.quiz-event__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 히어로 — 좌 카드뉴스1 / 우 카피 */
.quiz-event__hero {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 20px 0 80px;
}

/* 상세안내 — 좌 카피 / 우 카드뉴스2 (히어로와 좌우 반전) */
.quiz-event__detail {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 48px;
    margin-bottom: 70px;
}

.quiz-event__poster {
    flex: 0 0 320px;
}

.quiz-event__poster img {
    width: 100%;
    display: block;
}

/* 인스타 게시물 폰 목업 */
.quiz-phone {
    padding: 5px;
    background: #1e293b;
    border-radius: 40px;
    box-shadow: 0 18px 40px rgba(7, 46, 89, 0.22);
}

.quiz-phone__screen {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 36px;
    overflow: hidden;
}

.quiz-phone__speaker {
    width: 78px;
    height: 22px;
    flex-shrink: 0;
    margin: 10px auto 4px;
    background: #1e293b;
    border-radius: 50px;
}

.quiz-phone__head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.quiz-phone__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    padding: 2px;
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.quiz-phone__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.quiz-phone__account {
    line-height: 1.2;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.quiz-phone__more {
    margin-left: auto;
    font-size: 16px;
    line-height: 1;
    color: #64748b;
}

.quiz-phone__post img {
    width: 100%;
    display: block;
}

.quiz-phone__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px 4px;
    font-size: 20px;
    line-height: 1;
    color: #0f172a;
}

.quiz-phone__actions-end {
    margin-left: auto;
}

.quiz-phone__likes {
    padding: 6px 12px 2px;
    font-size: 12px;
    line-height: 1.5;
    color: #0f172a;
}

.quiz-phone__likes b {
    font-weight: 700;
}

.quiz-phone__caption {
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #334155;
}

.quiz-phone__caption b {
    font-weight: 700;
    color: #0f172a;
}

.quiz-phone__tags {
    padding: 2px 12px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #005c9d;
}

.quiz-phone__home {
    width: 110px;
    height: 5px;
    flex-shrink: 0;
    margin: 12px auto 8px;
    background: #cbd5e1;
    border-radius: 50px;
}

.quiz-event__hero-txt {
    flex: 1;
    min-width: 0;
}

.quiz-event__detail-txt {
    flex: 1;
    min-width: 0;
}

.quiz-event__badge {
    box-sizing: border-box;
    line-height: 1.2;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #005c9d;
    background: #f1f7fc;
    border: 1px solid #dbe6f3;
    padding: 6px 16px;
    border-radius: 50px;
}

.quiz-event__badge_insta {
    display: block;
    margin: 14px 0 0;
    font-family: 'Taenada', sans-serif;
    font-size: 30px;
    font-weight: 400;
    /* line-height: 1.2; */
    color: #072e59;
}


.quiz-event__title {
    margin-top: 5px;
    font-family: 'Taenada', sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: #072e59;
}

.quiz-event__lead {
    margin-top: 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #1e293b;
}

.quiz-event__desc {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}

/* 히어로 하단 퀴즈 문항 미리보기 */
.quiz-event__quiz-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
    list-style: none;
}

.quiz-event__quiz-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.quiz-event__quiz-no {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-height: 26px;
    flex-shrink: 0;
    background: #00b0d0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 6px;
    box-sizing: border-box;
}

.quiz-event__quiz-txt {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #334155;
}

/* 공통 섹션 */
.quiz-event__section {
    margin-bottom: 70px;
}

.quiz-event__section-title {
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #072e59;
}

.quiz-event__section-title--left {
    text-align: left;
}

/* 참여방법 3단계 */
.quiz-event__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
}

.quiz-event__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 32px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    text-align: center;
}

.quiz-event__step-badge {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
    color: #005c9d;
    background: #fff;
    border: 1px solid #dbe6f3;
    padding: 5px 14px;
    border-radius: 50px;
}

.quiz-event__step-icon {
    font-size: 44px;
    line-height: 1;
    color: #072e59;
}

.quiz-event__step-label {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.quiz-event__note {
    line-height: 1.5;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ef4444;
}

/* 이벤트 안내 리스트 */
.quiz-event__info {
    border-top: 1px solid #e2e8f0;
    list-style: none;
}

.quiz-event__info-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.quiz-event__info-label {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-height: 38px;
    flex-shrink: 0;
    background: #005c9d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-sizing: border-box;
}

.quiz-event__info-val {
    flex: 1;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: #334155;
}

.quiz-event__info-count {
    line-height: 1.4;
    display: inline-block;
    margin-right: 8px;
    padding: 4px 12px;
    background: #072e59;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
}

/* 하단 버튼 */
.quiz-event__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
}

.quiz-event__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 320px;
    height: 66px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    transition: 0.3s;
}

.quiz-event__btn--primary {
    background: #072e59;
    color: #fff;
    box-shadow: 0 6px 18px rgba(7, 46, 89, 0.25);
}

.quiz-event__btn--primary:not(.quiz-event__btn--disabled):hover {
    background: #0a3d75;
}

.quiz-event__btn--outline {
    background: #fff;
    color: #072e59;
    border: 2px solid #cbd5e1;
    box-sizing: border-box;
}

.quiz-event__btn--outline:not(.quiz-event__btn--disabled):hover {
    border-color: #072e59;
}

.quiz-event__btn--disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@media screen and (max-width: 1024px) {
    .quiz-event {
        padding-top: 80px;
    }

    .quiz-event__hero,
    .quiz-event__detail {
        gap: 36px;
    }

    .quiz-event__poster {
        flex-basis: 290px;
    }

    .quiz-event__title {
        font-size: 44px;
    }
}

@media screen and (max-width: 768px) {
    .quiz-event {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .quiz-event__inner {
        padding: 0 16px;
    }

    .quiz-event__hero,
    .quiz-event__detail {
        flex-direction: column;
        gap: 28px;
    }

    .quiz-event__hero {
        margin: 10px 0 56px;
    }

    .quiz-event__detail {
        margin-bottom: 50px;
    }

    .quiz-event__poster {
        flex: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .quiz-phone {
        padding: 4px;
        border-radius: 34px;
    }

    .quiz-phone__screen {
        border-radius: 31px;
    }

    .quiz-event__hero-txt,
    .quiz-event__detail-txt {
        width: 100%;
        text-align: center;
    }

    .quiz-event__title {
        margin-top: 14px;
        font-size: 34px;
    }

    .quiz-event__lead {
        margin-top: 16px;
        font-size: 18px;
    }

    .quiz-event__desc {
        font-size: 15px;
    }

    .quiz-event__quiz-list {
        margin-top: 26px;
        padding-top: 20px;
    }

    .quiz-event__quiz-item {
        gap: 10px;
        padding: 14px;
        text-align: left;
    }

    .quiz-event__quiz-txt {
        font-size: 14px;
    }

    .quiz-event__section {
        margin-bottom: 50px;
    }

    .quiz-event__section-title {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .quiz-event__section-title--left {
        text-align: center;
    }

    .quiz-event__steps {
        gap: 8px;
    }

    .quiz-event__step {
        gap: 10px;
        padding: 20px 6px;
        border-radius: 14px;
    }

    .quiz-event__step-badge {
        font-size: 10px;
        padding: 4px 8px;
    }

    .quiz-event__step-icon {
        font-size: 30px;
    }

    .quiz-event__step-label {
        font-size: 15px;
    }

    .quiz-event__note {
        margin-top: 14px;
        font-size: 14px;
    }

    .quiz-event__info-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .quiz-event__info-label {
        width: 100%;
    }

    .quiz-event__info-val {
        width: 100%;
        font-size: 16px;
    }

    .quiz-event__actions {
        flex-direction: column;
        margin-top: 36px;
    }

    .quiz-event__btn {
        flex: none;
        max-width: 100%;
        height: 52px;
        font-size: 16px;
        border-radius: 14px;
    }
}
