@charset "UTF-8";
/* ============================================================
 * THIS CALLS FOR A BUD - 2026 Music Festival
 * 캠페인 전용 스타일
 *
 *   재사용 권장 항목 (기존 common.css에서):
 *     - .popup_bg / .popup_wrap   (19세 인증 게이트)
 *     - .header / .footer         (전역 헤더/푸터)
 *
 *   ⚠️ 폰트 정책 (PDF 1번 메모)
 *     - 영문은 BudweiserHero (Bold) 사용
 *     - 'Bud' 부분만 BudweiserScript (필기체) 사용
 *     - 한글은 고딕 (Pretendard / 노토 산스 / 애플SD)
 *     - 기존 .bud-font (= Bud Bold KR)는 이 캠페인 안에서만 Hero로 override
 * ============================================================ */

/* ===== 폰트 등록 (캠페인 스코프 한정) ===== */
@font-face {
    font-family: 'BudweiserHero';
    font-weight: 700;
    font-style: normal;
    src: url('/common/fonts/BudweiserHero-Bold.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'BudweiserScript';
    font-weight: 400;
    font-style: normal;
    src: url('/common/fonts/BudweiserScript.woff2') format('woff2'),
         url('/common/fonts/BudweiserScript.woff')  format('woff'),
         url('/common/fonts/BudweiserScript.eot')   format('embedded-opentype');
    font-display: swap;
}

/* ===== 캠페인 스코프 안에서만 .bud-font / .bud-script 재정의 =====
   .tcfab    : 본문
   .tcfab-modal / .tcfab-popup : 모달·팝업 (본문 바깥에 있는 경우 대응)
*/
.tcfab .bud-font, .tcfab-modal .bud-font, .tcfab-popup .bud-font { font-family: 'BudweiserHero', 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; font-weight: 700; }
.tcfab .bud-script, .tcfab-modal .bud-script, .tcfab-popup .bud-script { font-family: 'BudweiserScript', cursive; font-weight: 400; }

/* ============================================================
 *   ⚠️ 반응형 (Mobile-first)
 *   - 기본은 모바일 (max-width: 768px 까지)
 *   - PC는 @media (min-width: 769px) 섹션 (파일 하단)에서 확장
 *   - 기존 buyscanwin 페이지들과 달리 PC 차단 JS 없음
 * ============================================================ */

/* === 전체 폭 빨간 배경 wrapper === */
/* 상단 섹션(인트로+카피)은 브랜드 레드, 이미지 이하는 다크로 전환 */
.tcfab-page { width: 100%; color: #fff; overflow-x: clip; letter-spacing: -0.02em;}

/* === 컨텐츠 컨테이너 (max-width 가운데 정렬) === */
.tcfab { margin: 0 auto; color: #fff; font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 1.5; overflow-x: clip; }
.tcfab img { display: block; max-width: 100%; height: 32px; }
.tcfab a { text-decoration: none; }
/* 모달·팝업도 같은 한글 디폴트 적용 */
.tcfab-modal, .tcfab-popup { font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 1.5; }

/* === 공통 버튼 === */
.tcfab-btn { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; padding: 14px 24px; font-size: 16px; border-radius: 4px; background: transparent; }
.tcfab-btn--primary { background: #d0131b; color: #fff; width: 100%; font-weight: 700; }
.tcfab-btn--ghost { background: #DC0019; color: #fff; border-radius: 100px; width: 100%; }
.tcfab-btn--cancel { background: #ccc; color: #fff; }
.tcfab-btn--confirm { background: #d0131b; color: #fff; }
.tcfab-btn--text { background: transparent; color: #666; text-decoration: underline; padding: 8px 12px; }
.tcfab-btn[disabled], .tcfab-btn[hidden] { display: none; }
.tcfab-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ============================================================
 * SECTION 1) HERO (intro + copy + images + hook)
 * ============================================================ */
/* 히어로 배경은 레드 그라디언트 사용 */
.tcfab-hero { position: relative; background: linear-gradient(180deg, #80000E 0%, #dc0119 50%); overflow: visible; }

/* 히어로·라인업 섹션 경계 중앙 로고 마크 */
.tcfab-hero-lineup-mark { position: relative; height: 0; line-height: 0; z-index: 5; pointer-events: none; }
.tcfab-hero-lineup-mark__img { position: absolute; left: 50%; top: 0;  height: auto; max-width: 22vw; transform: translate(-50%, -50%); display: block;  }

/* === [SECTION 1] 로고 + 메인 타이틀 === */
.tcfab-intro { padding: 36px 20px 18px; text-align: center; }
.tcfab-intro__logo { margin-bottom: 18px; }
.tcfab-intro__logo img { height: 40px; margin: 0 auto; display: block; }
/* 타이틀: 두 줄로 꽉 차게, 타이트한 line-height */
.tcfab-intro__title { font-size: 38px; line-height: 0.88; color: #fff; margin: 0; word-break: keep-all; }

/* === [SECTION 1] 카피 텍스트 === */
.tcfab-copy { position: relative; padding: 0; text-align: center; color: #fff; overflow: hidden;}
.tcfab-copy::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(255,255,255,0.08) 0%, transparent 70%); z-index: 0; pointer-events: none; }
.tcfab-copy > * { position: relative; z-index: 1; }
.tcfab-copy__top p, .tcfab-copy__bot p { font-size: 18px; color:#fff; font-weight: 500;}
/* 후크: 1행 "이 순간!" / 2행 Bud 이미지 + "가 빠질 순 없지" */
.tcfab-copy__hook { display: flex; flex-direction: column; align-items: center; margin: 20px 0; padding: 0 16px; color: #fff; font-size: 32px; line-height: 1.15; font-weight: 700; }
.tcfab-copy__hook-row { display: inline-flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; gap: 8px 6px; }
.tcfab-copy__hook-budimg { display: block; width: auto; height: 32px !important; object-fit: contain; }

/* === [SECTION 1] 히어로 하단 이미지 + 후크 === */
/* 이미지 섹션 */
.tcfab-images { position: relative; z-index: 1; padding: 5px 14px 28px;display: grid; grid-template-columns: 1fr 1fr; /* 디자인 시안: 2열 */ gap: 8px; }
.tcfab-images__card { position: relative; padding-top: 30px; /* 캡션이 위로 걸칠 공간 */ }
.tcfab-images__item { position: relative; margin: 0; overflow: hidden; aspect-ratio: 3.5 / 4;}
.tcfab-images__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; display: block; }
/* 3번째 placeholder 숨김 (디자인 시안: 2장만 노출) */
.tcfab-images__card--placeholder { display: none; }
/* zero 버전: 이미지 1장만 → 1열 풀폭 */
.tcfab--zero .tcfab-images { padding-bottom:28px; grid-template-columns: 1fr; max-width: 240px; margin-left: auto; margin-right: auto; }
.tcfab-images__soon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.38); font-size: 15px; font-weight: 700; line-height: 1.3; text-align: center; letter-spacing: 0.05em; }
/* 후크 텍스트 */
.tcfab-hook { text-align: center; padding-bottom: 40px;}
.tcfab-hook__text { margin: 0; line-height: 0; }
.tcfab-hook__text-img { display: block;  margin: 0 auto; }

/* ============================================================
 * SECTION 2) LINEUP (lineup list)
 * ============================================================ */
/* 라인업 카드/CTA */
.tcfab-lineup { padding: 30px 0 50px; background: #0A0541; }
.tcfab-lineup__head { text-align: center; margin-bottom: 24px; }
/* 타이틀: 화면 폭을 꽉 채우는 두 줄 임팩트 레이아웃 */
.tcfab-lineup__head h2 {padding: 20px 0; font-size: 38px; letter-spacing: 0.01em; line-height: 0.95; color: #fff; word-break: keep-all; }
.tcfab-lineup__head p { font-size: 16px; font-weight: 400; color: #ffffff; }
.tcfab-lineup__cta { margin: 24px 0 40px; padding: 0 20px; }
/* 라인업 안의 지금 응모하기 — 플로팅과 동일 pill, 그림자로 깊이감 */
.tcfab-lineup__cta .tcfab-btn--primary { background: #DD112C; color: #fff; border: 0; border-radius: 999px; font-size: 16px; font-weight: 600; padding: 12px 0; width: 100%; }
.tcfab-lineup__list { display: grid; grid-template-columns: 1fr 1fr; /* 모바일: 2열 */ gap: 10px; padding: 0 20px; list-style: none; }
/* 카드가 홀수 개일 때 마지막 카드는 풀폭으로 (2+1, 4+1, ...) */
.tcfab-lineup__list > li:nth-child(odd):last-child { grid-column: 1 / -1; }

/* 페스티벌 카드 — 배경 이미지 풀블리드 + 텍스트 오버레이 */
.tcfab-festival-card { position: relative; aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden; color: #fff; background-color: #200005; background-position: center; background-size: cover; background-repeat: no-repeat; padding: 14px 12px 16px; display: flex; flex-direction: column; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
/* 풀폭(혼자) 카드는 가로로 길어지니 비율 조정 */
.tcfab-lineup__list > li:nth-child(odd):last-child.tcfab-festival-card { aspect-ratio: 16 / 9; padding: 24px; }
/* 카드 이름 — 상단 좌측 작은 라벨 */
.tcfab-festival-card__name { font-size: 16px; font-weight: 500; margin: 10px 0 0; color:#fff; line-height: 1.3; letter-spacing: 0.01em; text-align: center; }
.tcfab-festival-card__logo { flex: 1; display: flex; align-items: center; justify-content: center; margin: 8px 0; min-height: 50px; }
.tcfab-festival-card__logo img { max-width: 75%; max-height: 100px; object-fit: contain; filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,0.4)); }
/* 정보 영역 — 좌측 정렬 + 아이콘 */
.tcfab-festival-card__info { list-style: none; padding: 0; margin: 0; text-align: center; }
.tcfab-festival-card__info li { color: #ffffff; font-size: 14px; line-height: 1.7; margin: 1px 0; display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 500;}
/* "장소:", "일자:" 텍스트 숨기고 아이콘으로 대체 */
.tcfab-festival-card__info span { font-size: 0; }
.tcfab-festival-card__info li:first-child::before { content: ''; display: inline-block; width: 11px; height: 14px; background-image: url('/images/BWS/tcfab/location_ico.svg'); background-size: contain; background-repeat: no-repeat; flex-shrink: 0; }
.tcfab-festival-card__info li:nth-child(2)::before { content: ''; display: inline-block; width: 12px; height: 14px; background-image: url('/images/BWS/tcfab/cal_ico.svg'); background-size: contain; background-repeat: no-repeat; flex-shrink: 0; }
.tcfab-festival-card__badge { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.72); color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 11px; font-weight: 700; text-shadow: none; letter-spacing: 0.02em; }
.tcfab-festival-card--closed { filter: grayscale(0.55) brightness(0.65); }

/* 미정 카드 ("?") — 레드 다이아몬드 장식 */
.tcfab-festival-card--tba { position: relative; overflow: hidden; background: #160005; aspect-ratio: 2 / 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; border-radius: 12px; padding: 28px 24px; border: 1px solid rgba(208,19,27,0.2); }
/* 바깥쪽 다이아몬드 */
.tcfab-festival-card--tba::before { content: ''; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(208,19,27,0.5); transform: rotate(45deg); top: 50%; left: 50%; margin: -60px 0 0 -60px; pointer-events: none; }
/* 안쪽 다이아몬드 */
.tcfab-festival-card--tba::after { content: ''; position: absolute; width: 80px; height: 80px; border: 1px solid rgba(208,19,27,0.8); transform: rotate(45deg); top: 50%; left: 50%; margin: -40px 0 0 -40px; pointer-events: none; }
.tcfab-festival-card--tba .tcfab-festival-card__qmark { position: relative; z-index: 1; font-size: 60px; font-weight: 800; color: #fff; margin-bottom: 8px; line-height: 1; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.tcfab-festival-card__logo img{height: auto;}
.tcfab-festival-card--tba p { position: relative; z-index: 1; color: #fff; font-size: 16px; line-height: 1.6; margin: 0; }

/* ============================================================
 * SECTION 3) TIP
 * ============================================================ */
.tcfab-tip { padding: 0px 16px 48px; background:#0A0541; color: #fff; text-align: center; }
/* 카드 내부 배경 유지 + 보더는 ::before 가 전담 */
/* 보더: 투명 배경에 그라디언트 테두리 (좌상·우하 모서리 강조) */
.tcfab-tip__card { position: relative; border-radius: 9px; padding: 0; border: 1.5px solid transparent;
     background-image: linear-gradient(135deg, rgb(11, 8, 65) 0%, transparent 50%, rgba(11, 8, 65) 100%),
      linear-gradient(135deg, rgba(255,255,255) 0%, rgba(255,255,255,0.08) 20%, transparent 50%, transparent 70%, rgba(255,255,255,0.08) 85%, rgba(255,255,255) 100%); background-origin: border-box; background-clip: padding-box, border-box; }
/* 내부 검정 유리 패널 — 외곽 프레임 안에 한 번 더 겹치는 짙은 유리 레이어 */
.tcfab-tip__inner { position: relative; padding: 40px 16px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }

.tcfab-tip__title { position: relative; display: inline-block; font-size: 22px; margin: 0 auto 18px; color: #fff; font-weight: 500; width: 126px; text-align: center; background: transparent; }
.tcfab-tip__title::before { content: ''; position: absolute; inset: -1px -3px -1px -3px; background: #d0131b; transform: rotate(-2.5deg); z-index: 0;  }
.tcfab-tip__title::after { content: ''; position: absolute; inset: 0; background: #000; z-index: 1; }
.tcfab-tip__title > span { position: relative; z-index: 2; display: block; }
.tcfab-tip__lead { font-size: 16px; font-weight: 400; color: #ffffff }
.tcfab-tip__desc { font-size: 18px; line-height: 1.3; margin: 10px 0; color: #ffffff;}
.tcfab-tip__desc strong { color: #000; font-weight: 600; background-color: #fff;line-height: 1.3; padding: 0 3px;}
.tcfab-tip__how { margin-top: 30px; padding-top: 20px;  text-align: center; }
/* 당첨 TIP 타이틀과 동일: 빨간 박스(::before) 뒤 + 검정(::after) + 텍스트(span) */
.tcfab-tip__how h3 { position: relative; display: inline-block; font-size: 20px; margin: 0 auto 18px; color: #fff; font-weight: 600; text-align: center; background: transparent; padding: 0 14px; }
.tcfab-tip__how h3::before { content: ''; position: absolute; inset: -1px -3px -1px -3px; background: #d0131b; transform: rotate(-2.5deg); z-index: 0; }
.tcfab-tip__how h3::after { content: ''; position: absolute; inset: 0; background: #000; z-index: 1; }
.tcfab-tip__how h3 > span { position: relative; z-index: 2; display: block; }
.tcfab-tip__images { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0 0; }
/* 단일 이미지 변형 (제로 페이지) — 1장을 가운데 정렬 */
.tcfab-tip__images--single { grid-template-columns: minmax(0, 220px); justify-content: center; }
.tcfab-tip__image-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tcfab-tip__notice { font-size: 11px; color: #ffffff80; margin-top: 20px; line-height: 1.65; text-align: center; }

/* ============================================================
 * SECTION 4) PRODUCT (product + banner + cta-stop)
 * ============================================================ */
.tcfab-product { padding: 20px; background: linear-gradient(180deg, #0A0541 0%, #1A0DA7 15%, #DD112C 45% ); color: #fff; }
.tcfab-product__title { display: flex; flex-direction: column; align-items: center; font-size: 28px; margin-bottom: 28px; color: #fff; line-height: 1.35; text-align: center; }
.tcfab-product__title-row { display: flex; align-items: center; gap: 8px; }
.tcfab-product__title-sub { display: block; }
.tcfab-product__bud-img { display: block; height: 1em; width: auto; flex-shrink: 0; }
.tcfab-product__list { list-style: none; padding: 0; display: grid; gap: 36px; }
.tcfab-product__item { display: flex; flex-direction: column; gap: 14px; }
.tcfab-product__row { display: flex; gap: 14px; align-items: center; padding-left: 15px;}
.tcfab-product__img { flex: 0 0 35%; }
.tcfab-product__img img { width: 100%; height: auto; object-fit: contain; }
.tcfab-product__info { flex: 1; padding-top: 0; }
.tcfab-product__info h3 { font-size: 16px; margin: 0 0 10px; color: #fff; font-weight: 700; }
.tcfab-product__details { display: flex; flex-direction: column; gap: 3px; }
.tcfab-product__details p { font-size: 14px; color: #ffffff; margin: 0; }
.tcfab-product__details p span { color: #fff; }
/* 공통 링크 버튼 */
.tcfab-product__link {  color: #000000;  background: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; width: 267px; margin: 0 auto; padding: 13px 20px; border-radius: 999px; font-size: 16px; font-weight: 600; }
.tcfab-product__link2 {  color: #fff;  background: #ffffff35; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; gap: 10px; width: 267px; margin: 0 auto; padding: 13px 20px; border-radius: 999px; font-size: 16px; font-weight: 600; }
/* GS25 버튼 */
.tcfab-product__link--gs25 .tcfab-product__link-brand img { display: block; width: 40px; height: auto; }
/* 네이버 버튼 */
.tcfab-product__link--naver .tcfab-product__link-brand img { display: block; width: 42px; height: auto; }
.tcfab-product__hashtag { text-align: center; margin: 40px 0 20px; color:#fff; letter-spacing: 0.02em; font-size: 20px; }

/* === CTA stop area ===
   - 응모하러 가기 버튼은 평소엔 화면 하단 fixed (.tcfab-floating)
     → 이 .tcfab-cta-stop 영역에 도달하면 .stop 클래스가 붙어서 그 자리에 정착
   - 조회하기 버튼은 응모 버튼 아래에 항상 정적 배치
*/
.tcfab-cta-stop {margin-bottom: 60px; position: relative; min-height: 140px; display: flex; flex-direction: column; gap: 15px; justify-content: flex-end; }
.tcfab-floating { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); width: calc(100% - 48px); z-index: 100; }
.tcfab-floating.stop { position: static; transform: none; width: 100%; margin: 0 auto; }
/* 플로팅 전용 버튼 (tcfab-btn--floating) */
/* 플로팅 상태: 흰 배경 + 빨간 글씨 */
.tcfab-btn--floating { border: 1px solid #ffffff; background: #fff; color: #d0131b; border-radius: 999px; font-size: 16px; font-weight: 700; padding: 14px 0; width: 100%; }
/* 고정 상태(.stop): 레드 배경 + 흰 글씨 + shimmer */
.tcfab-floating.stop .tcfab-btn--floating { background: #d0131b; color: #fff; border-color: #fff; box-shadow: none; }
.tcfab-floating.stop .tcfab-btn--floating::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; transform: skewX(-20deg); pointer-events: none; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%); animation: tcfab-primary-shimmer 2.6s ease-in-out infinite; }

/* ============================================================
 *  🍺 응모/조회 버튼 — 맥주 호버 인터랙션
 *  ① lift   : 버튼이 살짝 위로 (cheers)
 *  ② shimmer: 광택이 좌→우로 sweep (잔에 빛 반사)
 * ============================================================ */
.tcfab-btn--floating, .tcfab-lineup__cta .tcfab-btn--primary, .tcfab-lookup-btn { position: relative; overflow: hidden; cursor: pointer; isolation: isolate; transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, background-color 0.3s ease; }

/* ::before — shimmer (광택 sweep) */
@keyframes tcfab-primary-shimmer {
    0% { left: -75%; }
    32% { left: 125%; }
    32.01%, 100% { left: -75%; }
}
.tcfab-lineup__cta .tcfab-btn--primary::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; transform: skewX(-20deg); pointer-events: none; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%); animation: tcfab-primary-shimmer 2.6s ease-in-out infinite; }

/* 조회하기 — 응모 버튼과 같은 pill, 단 흰 배경 + 빨강 글씨 */
.tcfab-lookup-btn { width: 100%; background: #fff; border: 0; color: #DD112C; font-weight: 700; font-size: 16px; padding: 13px 0; border-radius: 999px; }

/* === Banner === */
.tcfab-banner {  padding: 40px 24px; background-image: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.65) 100%), url('/images/BWS/budweiser-can-bg.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; border-radius: 8px; text-align: center; overflow: hidden; }
.tcfab-banner a { color: #fff; display: block; text-decoration: none; }
.tcfab-banner p { font-size: 24px; font-weight: 500; color: #fff; line-height: 1.45; text-shadow: 0 2px 8px rgba(0,0,0,0.5); margin: 0; word-break: keep-all; }

/* ============================================================
 * EXTRA) NOTICE + MODAL/FORM
 * ============================================================ */
/* Notice — 어두운 배경 위 흰 글씨 */
.tcfab-notice { padding: 40px 24px 64px; background: #0a0008; color: #fff; }
.tcfab-notice__title { font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 24px; color: #fff; }
.tcfab-notice__list { list-style: disc; padding-left: 20px; font-size: 14px; color:#fff; line-height: 1.8; word-break: keep-all; }
.tcfab-notice__list li { margin-bottom: 10px; }
.tcfab-notice__list li:last-child { margin-bottom: 0; }
.tcfab-notice__list li::marker { color: rgba(255,255,255,0.6); }

/* ============================================================
 *   모달 / 팝업
 * ============================================================ */
.tcfab-modal { display: none; position: fixed; inset: 0; z-index: 9000; }
.tcfab-modal.is-open { display: flex; align-items: center; /* 가운데 정렬 */ justify-content: center; padding: 20px; /* 화면 가장자리 여백 */ box-sizing: border-box; }
.tcfab-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.65); }
.tcfab-modal__panel { position: relative; width: 327px; /* 모바일 고정 폭 */ max-height: calc(100vh - 20vh); /* 쿠키 배너 + 상/하 여백 고려 (뷰포트 대비) */ overflow-y: auto; background: #fff; color: #1a1a1a; /* 흰 배경 위 어두운 텍스트 */ border-radius: 12px; padding: 30px 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.35); margin: 0 auto; z-index: 1; box-sizing: border-box;
    /* Firefox */
    scrollbar-width: thin; scrollbar-color: #d0131b transparent; }
/* WebKit (Chrome/Safari) — 얇은 빨간 스크롤바 + 트랙 위아래로 air gap (border-radius 안으로 들어오게) */
.tcfab-modal__panel::-webkit-scrollbar { width: 6px; }
.tcfab-modal__panel::-webkit-scrollbar-track { background: transparent; }
.tcfab-modal__panel::-webkit-scrollbar-thumb { background: #d0131b; border-radius: 999px; border: 2px solid transparent; background-clip: padding-box; }
.tcfab-modal__panel::-webkit-scrollbar-thumb:hover { background: #b81017; background-clip: padding-box; }
.tcfab-modal__close { position: absolute; top: 16px; right: 16px; width: 15px; height: 15px; background: transparent; border: 0; padding: 0; cursor: pointer; z-index: 2; }
.tcfab-modal__close img { width: 100%; height: 100%; display: block; }
.tcfab-modal-open { overflow: hidden; }

/* === 디자인 alert / 동반인 모달 (tomorrowland tml-modal 패턴 차용) === */
.tcfab-popup { display: none; position: fixed; inset: 0; z-index: 9500; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.55); }
.tcfab-popup.is-open { display: flex; }
.tcfab-popup__overlay {position: absolute; inset: 0; /* 클릭 닫기 영역, 배경은 .tcfab-popup에 직접 둠 */ }
.tcfab-popup__wrap { position: relative; z-index: 1; width: 327px; /* 모바일/PC 동일 고정 폭 */ background: #fff; border-radius: 12px; /* 디폴트 라운드 */ padding: 30px 20px 0; /* 위아래 30 / 좌우 20 (액션바는 풀폭이라 bottom 0) */ text-align: center; color: #000; overflow: hidden; box-sizing: border-box; }
.tcfab-popup__title { font-size: 22px; font-weight: bold; line-height: 1.3; margin-bottom: 14px; color: #000; }
/* 빨간 ! 동그라미 아이콘 (tcfabNotice 헬퍼가 title 자리에 주입) */
.tcfab-popup__icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #d0131b; color: #fff; font-size: 20px; font-weight: 800; line-height: 1; }
.tcfab-popup__desc { font-size: 15px; line-height: 1.6; margin-bottom: 28px; color: #555; }
.tcfab-popup__info { background: #f5f5f5; color: #d0131b; margin: 0 0 14px; padding: 12px 16px; border-radius: 8px; font-size: 14px; }
.tcfab-popup__actions { display: flex; /* 부모(.tcfab-popup__wrap) 의 좌우 20px / 하단 0 패딩 안에서
   액션바는 풀폭으로 빠져나가야 함 */ margin: 28px -20px 0; }
.tcfab-popup__actions .tcfab-btn { flex: 1; padding: 16px 0; font-size: 16px; border: 0; color: #fff; cursor: pointer; border-radius: 0; width: auto; /* primary 가 width:100%인 거 reset */ }
.tcfab-popup__actions .tcfab-btn--cancel { background-color: #aaa; color: #fff; }
.tcfab-popup__actions .tcfab-btn--confirm { background-color: #d0131b; color: #fff; }
/* 라운드: 첫째 = 좌하단, 마지막 = 우하단
   버튼이 1개면 first==last 라서 자동으로 양쪽 라운드 */
.tcfab-popup__actions .tcfab-btn:first-child { border-bottom-left-radius: 12px; }
.tcfab-popup__actions .tcfab-btn:last-child { border-bottom-right-radius: 12px; }

/* === 중복 신청 전용 팝업 (tcfab_popup_duplicate) === */
.tcfab-popup__warn-ico { display: block; width: 38px; height: auto; margin: 0 auto 18px; }
.tcfab-popup__desc--duplicate { font-size: 20px; font-weight: 700; color: #000; line-height: 1.4; margin-bottom: 22px; }
.tcfab-popup__logos { display: block; max-width: 110px; width: 100%; height: auto; margin: 0 auto 22px; }
.tcfab-popup__link { display: inline-block; font-size: 15px; font-weight: 700; color: #d0131b; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.tcfab-popup__link span { margin-left: 2px; }
.tcfab-popup__wrap--duplicate .tcfab-popup__actions { margin-top: 26px; }

/* ============================================================
 *   응모 폼
 * ============================================================ */
.tcfab-entry { padding: 0; }
.tcfab-entry__title { font-size: 22px; font-weight: 700; line-height: 1.2; /* 120% */ letter-spacing: -0.5px; /* 자간 -5 (디자인툴 -50 단위 → CSS -0.5px) */ margin: 0 0 20px; }
.tcfab-entry__lookup { text-align: left; margin: -12px 0 12px; }
.tcfab-entry__lookup-btn { display: inline-flex; align-items: center; padding: 8px 16px; background: #0a0541; color: #fff; font-size: 13px; font-weight: 700; border: 0; border-radius: 999px; cursor: pointer; transition: background 0.2s; }
.tcfab-entry__lookup-btn:hover { background: #0a0541; }
.tcfab-entry__notice { font-size: 12px; color: #888; line-height: 1.5; margin: 0 0 24px; }

/* 필수 라벨 — 라벨명 앞에 빨간 * */
.tcfab-field__required-mark { color: #d0131b; font-weight: 700; margin-right: 4px; }
/* 신청하기 버튼 — 평소엔 sticky로 모달 하단 따라옴, agree_box 도달 시 .stop 으로 정착 */
.tcfab-entry__submit { position: sticky; bottom: 0; margin: 24px 0 0; padding: 0; z-index: 5; }
.tcfab-entry__submit.stop { position: static; bottom: auto; }
.tcfab-entry__submit .tcfab-btn--primary { background: #d0131b; color: #fff; border: 0; border-radius: 999px; /* 완전 둥근 pill */ font-size: 16px; font-weight: 700; padding: 14px 0; /* 위아래 14 / 좌우 0 */ width: 100%; cursor: pointer; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28); }
.tcfab-entry__submit .tcfab-btn--primary:hover { background: #b81017; }
.tcfab-entry__submit .tcfab-btn--primary:disabled { background: #ccc; cursor: not-allowed; box-shadow: none; }

.tcfab-fieldset { border: 0; padding: 0; margin: 0; }
/* fieldset이 연속으로 올 때만 사이에 갭 */
.tcfab-fieldset + .tcfab-accordion, .tcfab-fieldset + .tcfab-agree { margin-top: 24px; }
.tcfab-accordion + .tcfab-fieldset { margin-top: 24px; }
.tcfab-fieldset__legend { font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.tcfab-fieldset__hint { font-size: 12px; color: #888; font-weight: 400; font-style: normal; margin-left: 4px; }

.tcfab-field-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.tcfab-field__label { display: block; font-size: 16px; color: #1a1a1a; font-weight: 600; /* SemiBold */ letter-spacing: -0.05em; /* -5% */ margin-bottom: 10px; /* 라벨-인풋 갭 */ }
.tcfab-field-list input[type="text"], .tcfab-field-list input[type="tel"] { width: 100%; border: 1px solid #d0d0d0; /* 디폴트 보더 */ border-radius: 8px; /* 디폴트 라운드 */ padding: 14px 14px; font-size: 16px; color: #1a1a1a; background: #fff; box-sizing: border-box; font-family: inherit; }
.tcfab-field-list input::placeholder { color: #999; font-size: 14px; /* placeholder 14 */ }
.tcfab-field-list input:focus { outline: 0; border-color: #d0131b; /* 포커스 시 캠페인 빨강 */ }
.tcfab-field__notice { font-size: 12px; color: #888; margin-top: 8px; }
.tcfab-field__notice--warn { color: #d0131b; font-weight: 600; }

/* === 아코디언 === */
.tcfab-accordion { margin: 0 0 24px; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; }
/* 헤더 row: 토글 버튼(풀폭) + 우측에 추가 액션(삭제 등) */
.tcfab-accordion__head-row { position: relative; display: flex; align-items: stretch; }
.tcfab-accordion__head { flex: 1; background: #f9f9f9; border: 0; width: 100%; padding: 14px 16px; text-align: left; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; color: inherit; }
.tcfab-accordion__head em { font-style: normal; color: #888; font-weight: 400; margin-left: 4px; }
/* 두 가지 타이틀 — has-data 여부에 따라 토글 */
.tcfab-accordion__title-add, .tcfab-accordion__title-edit { display: inline; }
.tcfab-accordion .tcfab-accordion__title-edit { display: none; }
.tcfab-accordion.has-data .tcfab-accordion__title-add { display: none; }
.tcfab-accordion.has-data .tcfab-accordion__title-edit { display: inline; }
/* 삭제 버튼 — has-data 일 때만 노출, 헤더 우측에 별도 버튼 */
.tcfab-accordion__delete { display: none; background: #f9f9f9; border: 0; border-left: 1px solid #e5e5e5; padding: 0 14px; font-size: 12px; font-weight: 600; color: #d0131b; cursor: pointer; font-family: inherit; }
.tcfab-accordion.has-data .tcfab-accordion__delete { display: inline-flex; align-items: center; }
.tcfab-accordion__delete:hover { background: #d0131b; color: #fff; }
.tcfab-accordion__toggle::before { content: '+'; font-size: 20px; line-height: 1; color: #555; }
.tcfab-accordion.is-open .tcfab-accordion__toggle::before { content: '−'; }
.tcfab-accordion__body { padding: 16px; }

/* === 페스티벌 라디오 (카드형, 클릭 가능 강조) === */
.tcfab-festival-radio { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.tcfab-festival-radio__item { position: relative; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: border-color 0.15s, box-shadow 0.15s; }
.tcfab-festival-radio__item:hover { border-color: #d0131b; }
.tcfab-festival-radio input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.tcfab-festival-radio > li > label { display: flex; align-items: center; gap: 12px; padding: 14px 14px; font-size: 15px; font-weight: 600; color: #1a1a1a; cursor: pointer; user-select: none; }
/* 좌측 동그라미 (라디오 인디케이터) */
.tcfab-festival-radio > li > label::before { content: ''; flex: 0 0 20px; width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 50%; box-sizing: border-box; transition: all 0.15s; }
/* 선택된 상태: 보더 + 배경 + 동그라미 */
.tcfab-festival-radio__item:has(input:checked) { border-color: #d0131b; background: #fff5f5; }
.tcfab-festival-radio input:checked + label::before { border-color: #d0131b; background: #d0131b; box-shadow: inset 0 0 0 4px #fff; }
/* disabled */
.tcfab-festival-radio__item:has(input:disabled) { background: #f8f8f8; border-color: #e5e5e5; }
.tcfab-festival-radio input:disabled + label { color: #bbb; cursor: not-allowed; }
.tcfab-festival-radio input:disabled + label::before { border-color: #ddd; }
.tcfab-festival-radio label[data-applied]::after { content: '(' attr(data-applied) ')'; font-size: 12px; margin-left: 6px; color: #888; }

/* === 페스티벌 라디오 안의 종속 날짜 영역 === */
.tcfab-festival-radio__dates { border-top: 1px solid #eee; padding: 14px 14px; background: #fff; }
.tcfab-festival-radio__dates-label { font-size: 12px; font-weight: 500; color: #888; margin: 0 0 10px; }
.tcfab-festival-radio__dates-label em { font-style: normal; font-size: 11px; color: #bbb; font-weight: 400; margin-left: 4px; }

/* === 날짜 체크박스 (버튼 룩) === */
.tcfab-dates__list { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.tcfab-dates__list li {  min-width: 80px; position: relative; }
.tcfab-dates__list input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.tcfab-dates__list label { display: block; padding: 10px 8px; border: 1px solid #ccc; border-radius: 999px; background: #fff; text-align: center; font-size: 14px; font-weight: 500; color: #1a1a1a; cursor: pointer; transition: all 0.15s; user-select: none; }
.tcfab-dates__list input:checked + label { border-color: #d0131b; background: #FDF2F3; color: #d0131b; font-weight: 500; }

/* === 인증샷 미리보기 === */
.tcfab-photo__add { width: 100%; background: #F4F4F4; margin-bottom: 8px; border: 1px solid #C9C9C9; border-radius: 8px; padding: 24px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.tcfab-photo__add img { width: 32px; }
.tcfab-photo__add span{font-weight: 500;}
.tcfab-photo__preview {list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tcfab-photo__preview li {margin: 8px 0; position: relative; padding-top: 100%; background: #f0f0f0; border-radius: 6px; overflow: hidden; }
.tcfab-photo__preview li img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tcfab-photo__remove { position: absolute; top: 4px; right: 4px; width: 24px; height: 24px; border-radius: 50%; background: rgba(0,0,0,0.65); color: #fff; border: 0; cursor: pointer; font-size: 14px; line-height: 1; }

/* === 동의 박스 === */
.tcfab-agree { margin: 24px 0; }
.tcfab-agree__check { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 14px; margin-bottom: 12px; }
/* 동의 체크박스 — 버드 브랜드 빨강 */
.tcfab-agree__check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    transition: all 0.15s;
}
.tcfab-agree__check input[type="checkbox"]:hover {
    border-color: #d0131b;
}
.tcfab-agree__check input[type="checkbox"]:checked {
    background: #d0131b;
    border-color: #d0131b;
}
.tcfab-agree__check input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.tcfab-agree__box { background: #f9f9f9; padding: 14px; border-radius: 6px; font-size: 12px; color: #555; max-height: 200px; overflow-y: auto; }
.tcfab-agree__box h4 { font-size: 14px; margin-bottom: 8px; }
.tcfab-agree__lead { font-weight: 600; margin-bottom: 8px; }
.tcfab-agree__box p { margin: 6px 0; }
.tcfab-agree__table { width: 100%; border-collapse: collapse; margin: 8px 0; font-size: 11px; }
.tcfab-agree__table th, .tcfab-agree__table td { border: 1px solid #e0e0e0; padding: 6px; text-align: left; }
.tcfab-agree__footer { margin-top: 14px; display: flex; align-items: flex-start; gap: 12px; }
.tcfab-agree__logo { width: 60px; flex-shrink: 0; }
.tcfab-agree__footer p { font-size: 11px; color: #888; line-height: 1.5; }

/* === 응모 완료 화면 === */
/* 응모 완료 화면 */
.tcfab-entry-complete { margin: 0px -20px -30px; overflow: hidden; border-radius: 12px; display: flex; flex-direction: column; }
.tcfab-entry-complete[hidden] { display: none !important; }
/* 상단 빨간 띠 배너 */
.tcfab-entry-complete__banner {margin-top: 10px; background: #DC0019; color: #fff; font-family: 'BudweiserHero', sans-serif; font-size: 32px; font-weight: 700; text-align: center; padding: 10px 20px; line-height: 1.2; }
/* 본문 흰 배경 */
.tcfab-entry-complete__body { background: #fff; padding: 24px 20px 20px; text-align: center; }
.tcfab-entry-complete__lead { font-size: 20px; font-weight: 700; line-height: 1.4; margin: 0 0 8px; color: #000040; }
.tcfab-entry-complete__sub { font-size: 16px; color: #000040; line-height: 1.3; margin: 0 0 16px; }
.tcfab-entry-complete__schedule { list-style: none; padding: 12px 16px; margin: 0 0 16px; background: #f4f4f4; border-radius: 8px; text-align: center; }
.tcfab-entry-complete__schedule li { font-size: 16px; margin: 4px 0; color: #000040; }
.tcfab-entry-complete__schedule li.is-mine { color: #1a1a1a; font-weight: 700; }
.tcfab-entry-complete__schedule li.is-mine strong { color: #d0131b; }
.tcfab-entry-complete__actions { display: flex; flex-direction: column; gap: 10px; }
/* 버튼 - 빨간 pill */
.tcfab-entry-complete__btn { display: block; width: 100%; padding: 14px 20px; border-radius: 999px; font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; font-family: inherit; box-sizing: border-box; }
.tcfab-entry-complete__btn--primary { background: #DC0019; color: #fff; border: 0; }
/* 버튼 - 아웃라인 pill */
.tcfab-entry-complete__btn--outline { background: #fff; color: #DC0019; border: 1px solid #DC0019; }
/* 하단 이미지 영역 */
.tcfab-entry-complete__visual { min-height: 180px; background: url('/images/BWS/tcfab/KV_pop.png') center/cover no-repeat; }
/* 종료 바 */
.tcfab-entry-complete__close { display: block; width: 100%; padding: 16px; background: #DC0019; color: #fff; font-size: 15px; font-weight: 600; text-align: center; border: 0; cursor: pointer; font-family: inherit; }

/* ============================================================
 *   조회 화면
 * ============================================================ */
.tcfab-lookup__title { font-size: 20px; margin-bottom: 8px; }
.tcfab-lookup__lead { font-size: 14px; color: #555; margin-bottom: 24px; }
.tcfab-lookup__submit { margin: 24px -20px -30px; }
.tcfab-lookup__submit .tcfab-btn--primary { border-radius: 0 0 12px 12px; padding: 16px 0; }
.tcfab-lookup-result__title { font-size: 20px; margin-bottom: 24px; }
.tcfab-lookup-result__user, .tcfab-lookup-result__photos, .tcfab-lookup-result__entries { margin-bottom: 24px; }
.tcfab-lookup-result__user h3, .tcfab-lookup-result__photos h3, .tcfab-lookup-result__entries h3 { font-size: 14px; margin-bottom: 8px; }
.tcfab-lookup-result__user p { margin: 0; padding: 14px 16px; background: #F4F4F4; border-radius: 8px; text-align: center; }
.tcfab-lookup-result__user p strong { margin-right: 8px; }
.tcfab-lookup-result__entries ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.tcfab-result-card { border: 1px solid #e5e5e5; border-radius: 8px; padding: 16px; }
.tcfab-result-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.tcfab-result-card__head h4 { font-size: 15px; font-weight: 700; }
.tcfab-result-card__head button {text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 28px; padding: 0 12px; border: 0; border-radius: 999px; background: #000; color: #fff; font-size: 13px; font-weight: 600; line-height: 1; cursor: pointer; }
.tcfab-result-card dl { margin: 0; font-size: 13px; }
.tcfab-result-card dt { color: #888; display: inline-block; min-width: 60px; }
.tcfab-result-card dd { display: inline; margin-left: 0; }
.tcfab-result-card dd::after { content: ''; display: block; }
.tcfab-lookup-result__warn { font-size: 12px; color: #888; text-align: center; margin: 24px 0; }
.tcfab-lookup-result__actions { margin-top: 24px; }

/* ============================================================
 *   📱 → 💻 PC 반응형 (>= 1200px)
 *   ── 모바일 우선. 1200px부터 데스크탑 확장 적용
 * ============================================================ */
@media (min-width: 720px) {
 .tcfab-product__list { grid-template-columns: repeat(2, 1fr); gap: 48px; max-width: 720px; margin: 0 auto 80px; }
 /* 단일 카드(제로 페이지처럼 오리지널이 없는 경우) — 1열로 가운데 정렬 */
 .tcfab-product__list:has(> .tcfab-product__item:only-child) { grid-template-columns: minmax(0, 340px); justify-content: center; }
}
 @media (min-width: 1200px) {
    /* HERO wrapper */
    .tcfab-hero { background-position: center center; }
    /* SECTION 1 - 로고/타이틀 */
    .tcfab-intro { padding: 60px 40px 28px; }
    .tcfab-intro__title{font-size: 62px;}
    .tcfab-intro__logo img { height: 60px; }
    .tcfab-lineup__head{padding-bottom: 20px;}
    /* SECTION 1 - 카피 */
    .tcfab-copy { padding: 40px 60px; }
    .tcfab-copy__top p, .tcfab-copy__bot p, .tcfab-lineup__head p, 
    .tcfab-festival-card__name, .tcfab-festival-card__info li, .tcfab-festival-card--tba p,
    .tcfab-lineup__cta .tcfab-btn--primary, .tcfab-btn--floating, .tcfab-tip__lead, .tcfab-tip__desc,
    .tcfab-lookup-btn
    { font-size: 24px; }
    .tcfab-copy__hook { font-size: 44px; margin: 28px 0; gap: 10px; }
    .tcfab-copy__hook-budimg { height: 46px !important; }

    /* SECTION 1 - 히어로 하단 이미지/후크 */
    .tcfab-images { gap: 16px;  max-width: 720px; margin: 0 auto; }
    .tcfab--zero .tcfab-images { grid-template-columns: 1fr; max-width: 450px; padding-bottom: 28px; }
    .tcfab-hook { padding: 0px 0 120px; }
    .tcfab-hook__text-img {height: 50px !important;}
    .tcfab-hero-lineup-mark__img { width: 150px; max-width: none; }
    /* SECTION 2 - Lineup */
    .tcfab-lineup { padding: 96px 40px 80px; }
    .tcfab-lineup__head h2 { font-size: 62px; padding: 40px 0 28px; }
    .tcfab-lineup__list { grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 720px; margin: 0 auto; }
    /* 마지막 카드 비율 복원 */
    .tcfab-lineup__list > li:nth-child(odd):last-child.tcfab-festival-card { padding: 30px; }
    .tcfab-lineup__cta { max-width: 720px; margin: 0 auto 60px; padding: 0;}
    .tcfab-festival-card{padding: 30px;}
    .tcfab-festival-card__logo img{width: 100%; height: auto;}
    .tcfab-lineup__list > li:last-child .tcfab-festival-card__logo img { max-width: 40%;}

    /* Tip */
    .tcfab-tip { padding: 0px 40px; }
    .tcfab-tip__card { max-width: 720px; margin: 0 auto; padding: 0; }
    .tcfab-tip__images{margin: 40px 0 0;}
    .tcfab-tip__inner { padding: 80px 40px; }
    .tcfab-tip__title { font-size: 36px; width: 200px; margin: 0 auto 28px;}
    .tcfab-tip__lead{ font-size: 20px; }
    .tcfab-tip__desc { font-size: 24px;}
    .tcfab-tip__notice { font-size: 16px; }
    .tcfab-tip__how{margin-top: 0; padding-top: 0;}
    .tcfab-tip__how h3 { font-size: 34px; margin: 40px 0 28px;}
    
    /* Product */
    .tcfab-product { padding: 80px 40px 60px; background: linear-gradient(180deg, #0A0541 0%, #1A0DA7 40%, #DD112C 85%); }
    .tcfab-product__title-row img{height: auto;}
    .tcfab-product__img { flex: 0 0 35%; }
    .tcfab-product__info h3 { font-size: 22px; }
    .tcfab-product__details p { font-size: 18px; }
    .tcfab-product__hashtag { font-size: 40px; padding: 40px 0;}
    .tcfab-product__link { font-size: 18px; padding: 14px 24px; }
    .tcfab-product__title { font-size: 48px;}
    .tcfab-product__bud-img { width: 3.5em; height: auto; }
    /* CTA stop area */
    .tcfab-cta-stop { max-width: 720px; margin: 0 auto; }
    .tcfab-floating { max-width: 720px; }
    /* Banner */
    .tcfab-banner { max-width: 720px; margin: 0 auto 50px; padding: 80px 48px; }
    .tcfab-banner p { font-size: 24px; }
    /* Notice */
    .tcfab-notice { margin: 0 auto; padding: 60px 40px 80px;}
    .tcfab-notice__title { font-size: 22px; }
    .tcfab-notice__list { font-size: 15px; max-width: 720px; margin: 0 auto;}
    /* 모달 - PC 에서는 더 넉넉하게 */
    .tcfab-modal.is-open { align-items: center; }
    .tcfab-modal__panel { width: 480px; padding: 30px 20px; }
    /* 팝업(alert/동반인)은 짧은 메시지라 327 유지 */
    /* 응모 폼 — 패딩은 모달 panel이 담당 */
    .tcfab-entry { padding: 0; }
    /* Lookup — 모달 panel padding(30/20)에 의존 */
    .tcfab-lookup, .tcfab-lookup-result { padding: 0; }
    /* 인증샷 미리보기 - PC는 4열 */
    .tcfab-photo__preview { grid-template-columns: repeat(4, 1fr); }
}

