@charset "utf-8";

#wrap { font-family: "Pretendard", sans-serif; font-size: 16px; color: #333; background: #fff; line-height: 1.5; letter-spacing: -0.02em; }
.inner { width: min(100% - 48px, 1140px); margin: 0 auto; }


/* ===== HEADER ===== */
.header { position: sticky; top: 0; left: 0; z-index: 99; width: 100%; border-bottom: 1px solid #ddd; background: #fff; }
.header .inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.header .logo { display: flex; align-items: baseline; }
.header .logo button { background: none; border: none; padding: 0; cursor: pointer; }
.header .logo > img { height: 28px; }
.header .logo span { display: block; margin-left: 14px; }
.header .logo span img { height: 18px; }

/* ===== MAIN ===== */
.main {}
.section {}
.section-title { margin-bottom: 32px; }
.section-title h2 { margin-bottom: 6px; text-align: center; font-size: 48px; font-weight: 700; line-height: 1.4; color: #333; }
.section-title p { font-size: 22px; font-weight: 500; color: #666; text-align: center; }


.pc-img { display: block; }
.mo-img { display: none; }


/* ===== HERO ===== */
.hero { padding: 58px 0; background: #FFF3EF; }
.hero .inner { display: flex; align-items: center; justify-content: space-between; }
.hero-left { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hero-left .hero-badge { display: inline-block; padding: 12px 22px; border-radius: 100px; border: 1px solid rgba(255, 70, 0, 0.50); background: #FFF; color: #FF4600; font-size: 20px; font-weight: 600; line-height: 1; }
.hero-left .hero-title { font-family: "Carrot", sans-serif; font-size: 60px; font-weight: 700; line-height: 1.2; letter-spacing: -0.04em; color: #222227; }
.hero-left .hero-title b { color: #FF4600; }
.hero-left .hero-date { font-size: 28px; font-weight: 600; line-height: 1; }
.hero-left .hero-desc { margin-top: 4px; font-size: 22px; font-weight: 600; line-height: 1.4; color: #777; }
.hero-right { padding: 0 42px; } 
.hero-right .hero-image {}


/* ===== NOTICE ===== */
.notice { padding: 48px 0 40px; }
.notice .section-title .period { display: flex; align-items: center; justify-content: center; gap: 6px; }
.notice .section-title .title { font-weight: 700; }
.notice .section-title .title::after { content: " : "; }
.notice .section-title .date { font-weight: 700; }
.notice .section-content { padding: 32px; background: #F1F1F1; border-radius: 10px; }
.notice .section-content ul { }
.notice .section-content li { position: relative; padding-left: 14px; font-size: 20px; line-height: 1.45; letter-spacing: -0.04em; color: #777; }
.notice .section-content li::before { content: "•"; position: absolute; left: 0; top: -1px; color: #777; }


/* ===== BENEFIT ===== */
.benefit { padding: 0 0 48px; }
.benefit .benefit-grid { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.benefit .benefit-card { flex: 1; padding: 24px; text-align: center; background: #f1f1f1; border-radius: 16px; }
.benefit .benefit-card h3 { font-size: 28px; font-weight: 700; line-height: 1.4; color: #333; }
.benefit .benefit-price { display: flex; justify-content: center; align-items: center; gap: 10px; }
.benefit .benefit-price .label { font-size: 20px; font-weight: 700; line-height: 1.4; }
.benefit .benefit-price .amount { position: relative; font-size: 32px; font-weight: 700; line-height: 1.4; color: #FF4600; }
.benefit .benefit-price .amount::before { content: ''; position: absolute; bottom: 0; width: 100%; height: 20px; background: rgba(255, 70, 0, 0.10); }
.benefit .benefit-image { margin: 12px 0 0; }
.benefit .benefit-image img { margin: 0 auto; height: 81px; }


/* ===== LEGAL ===== */
.legal { padding: 32px 0; background: #F1F1F1; }
.legal .legal-block:first-child { border-top: 0; }
.legal .legal-block { padding: 24px 40px; border-top: 1px solid #CCC; }
.legal .legal-block h3 { margin-bottom: 24px; }
.legal .legal-list {}
.legal .legal-list li { font-size: 14px; line-height: 1.45; color: #7B7A7D; }
.legal .legal-head { margin-top: 16px; font-size: 14px; font-weight: 700; line-height: 1.45; color: #7B7A7D; }
.legal .legal-foot { margin-top: 16px; font-size: 14px; font-weight: 700; line-height: 1.45; color: #7B7A7D; }


/* ===== FOOTER ===== */
.footer { padding: 32px 0 62px; background: #222227; }
.footer-notice { padding: 24px 32px; background: #2A2A35; border: 1px dashed rgba(255, 255, 255, 0.3); border-radius: 10px; }
.footer-notice h5 { margin-bottom: 16px; font-size: 22px; font-weight: 700; color: #fff; }
.footer-notice p { font-size: 14px; line-height: 1.45; color: #ddd; }
.footer-info { margin-top: 38px; }
.footer-info .footer-image {}
.footer-info .footer-image img { height: 60px; }
.footer-info h5 { margin-top: 20px; font-family: "Hanwha", sans-serif; font-size: 16px; font-weight: 700; line-height: 1.2; letter-spacing: 0; color: #AAA; }
.footer-info .row { display: flex; align-items: center; margin-top: 8px; }
.footer-info .row p { font-size: 16px; line-height: 1.2; color: #7A7A7A; }
.footer-info .row p b { color: #AAA; }
.footer-info .row p:not(:last-child)::after { content: ''; display: inline-block; width: 3px; height: 3px; margin: 0 6px; background-color: #7A7A7A; border-radius: 50%; vertical-align: middle; }
.footer-info .copy { margin-top: 8px; font-family: "Hanwha", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.4; letter-spacing: -0.03em; color: #7A7A7A; }


/* ===== CTA ===== */
.cta { position: sticky; left: 0; right: 0; bottom: 0; background: #222227; }
.cta .inner { display: flex; padding: 12px 0; gap: 30px; justify-content: space-between; }
.cta .cta-left { display: flex; gap: 18px; align-items: center; }
.cta .cta-left .cta-icon {}
.cta .cta-left .cta-icon img { height: 54px; }
.cta .cta-left p { font-size: 30px; font-weight: 700; line-height: 1.3; letter-spacing: -0.01em; color: #FFF; }
.cta .cta-right { position: relative; }
.cta .cta-right .cta-button { position: relative; display: flex; align-items: center; padding: 20px 80px; background: #FF4600; font-size: 42px; font-weight: 700; line-height: 1; color: #fff; border-radius: 12px; border: none; cursor: pointer; }
.cta .cta-right .cta-button::after { content: ''; margin-left: 14px; width: 40px; height: 40px; background: url("../images/ico_arrow.svg") no-repeat center; }
.cta .cta-right .cta-flag { position: absolute; left: 50%; top: -26px; transform: translateX(-50%); display: inline-block; padding: 9px 18px; background: #FFF; border: 2px solid #FF4600; border-radius: 50px; color: #FF4600; font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: -0.04em; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); animation: float 1s ease infinite; }
.cta .cta-right .cta-flag.mo-text { display: none; }
.cta .cta-right .cta-flag::before { content: ""; position: absolute; left: 50%; bottom: -10px; transform: translate(-50%); border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 10px solid #FF4600; }
.cta .cta-right .cta-flag::after { content: ""; position: absolute; left: 50%; bottom: -8px; transform: translate(-50%); border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #FFF; }

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

/* ===== MEIDA ===== */

/* 노트북 대응 */
@media (min-width: 1024px) and (max-width: 1920px) {
    #wrap { zoom: 0.9; }
}

@media (max-width: 1280px) {

    /* ===== HERO ===== */
    .hero-left .hero-desc { font-size: 20px; }

    /* ===== BENEFIT ===== */
    .benefit .benefit-price .amount { font-size: 24px; }

    /* ===== CTA ===== */
    .cta .inner { justify-content: center; }
    .cta .cta-left p { font-size: 22px; }
    .cta .cta-right .cta-button { padding: 20px 60px; font-size: 36px; }

}


@media (max-width: 1024px) {

    .inner { width: calc(100% - 32px); }

    .pc-img { display: none; }
    .mo-img { display: block; }

    /* ===== HEADER ===== */
    .header .inner { height: 64px; justify-content: center; }
    .header .logo > img { height: 22px; }
    .header .logo span { margin-left: 12px; }
    .header .logo span img { height: 14px; }

    /* ===== MAIN ===== */
    .section-title { margin-bottom: 20px; }
    .section-title h2 { font-size: 30px; }
    .section-title p { gap: 10px; font-size: 18px; font-weight: 500; color: #666; }

    /* ===== HERO ===== */
    .hero { padding: 30px 0 58px; }
    .hero .inner { flex-direction: column; }
    .hero-left { align-items: center; gap: 8px; }
    .hero-left .hero-badge { padding: 10px 16px; font-size: 14px; }
    .hero-left .hero-title { text-align: center; font-size: 36px; line-height: 1.3; }
    .hero-left .hero-date { font-size: 16px; }
    .hero-left .hero-desc { text-align: center; font-size: 12px; }
    .hero-right { padding: 10px 0; } 
    .hero-right .hero-image { max-width: 258px; }

    /* ===== NOTICE ===== */
    .notice { padding: 32px 0 16px; }
    .notice .section-title .period { flex-wrap: wrap; align-items: flex-start; gap: 0; }
    .notice .section-title img { margin-right: 6px; height: 24px; flex: 0 0 auto; }
    .notice .section-title .title { flex: 0 0 auto; }
    .notice .section-title .title::after { display: none; }
    .notice .section-title .date { flex: 0 0 100%; text-align: center; }
    .notice .section-title .desc { flex: 0 0 100%; text-align: center; }
    .notice .section-content { padding: 14px; }
    .notice .section-content li { font-size: 14px; }

    /* ===== BENEFIT ===== */
    .benefit { padding: 16px 0 32px; }
    .benefit .benefit-grid { flex-direction: column; gap: 16px; }
    .benefit .benefit-card { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 16px; text-align: left; border-radius: 12px; }

    .benefit .benefit-info {}
    .benefit .benefit-card h3 { font-size: 16px; }
    .benefit .benefit-price { display: block; margin-top: 4px; }
    .benefit .benefit-price .label { display: block; font-size: 16px; }
    .benefit .benefit-price .amount { font-size: 22px; }
    .benefit .benefit-image { margin: 0; }
    .benefit .benefit-image img { margin: 0 auto; height: 81px; }

    /* ===== LEGAL ===== */
    .legal .inner { width: calc(100% - 48px); }
    .legal .legal-block { padding: 24px 0; }
    .legal .legal-block:first-child { padding-top: 0; border-top: 0; }
    .legal .legal-list li { font-size: 12px; }
    .legal .legal-head { font-size: 12px; }
    .legal .legal-foot { font-size: 12px; }

    /* ===== FOOTER ===== */
    .footer { padding: 32px 0; }
    .footer-notice { padding: 24px 16px; }
    .footer-notice p { font-size: 12px; }
    .footer-info { display: flex; flex-direction: column; align-items: center; }
    .footer-info .footer-image img { height: 50px; }
    .footer-info .row p { font-size: 14px; }
    .footer-info .row:last-of-type { flex-direction: column; gap: 6px; }
    .footer-info .row:last-of-type p::after { display: none; }

    /* ===== CTA ===== */
    .cta { background: #FF4600; }
    .cta .inner { display: block; width: 100%; padding: 0; }
    .cta .cta-left { display: none; }
    .cta .cta-right .cta-button { justify-content: center; padding: 20px; font-size: 22px; border-radius: 0px; line-height: 1.2; width: 100%; }
    .cta .cta-right .cta-button::after { margin-left: 10px; width: 20px; height: 20px; background: url("../images/ico_arrow.svg") no-repeat center / 20px auto; }
    .cta .cta-right .cta-flag { top: -24px; padding: 10px 16px; font-size: 15px; white-space: nowrap; }
    .cta .cta-right .cta-flag.mo-text { display: inline-block; }
    .cta .cta-right .cta-flag.pc-text { display: none; }

}