@charset "UTF-8";
/*
  FUJIFILM Daily Camera Bag Ver.2 — 제품 상세(PDP) 전용 스타일
  · 배포: S3 → https://fujifilm-korea.co.kr/assets/products/goods/daily-camera-bag-ver2/daily-camera-bag-ver2.css
  · admin '내용(body)' 필드 상단의 <link> 로 참조. (front-web repo/CI 아님 — S3 정적 자산)
  · 모든 클래스는 .dcb 네임스페이스로 스코프.
*/
.dcb *{ box-sizing:border-box; }
.dcb{
  --dcb-font:'Pretendard','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif;
  --dcb-ink:#111111;        /* 제목 */
  --dcb-ink2:#3a3a3a;       /* hero 제목 */
  --dcb-gray:#6a6c75;       /* 본문 회색 */
  --dcb-gray2:#4e515b;      /* 진한 회색 */
  --dcb-line:#e5e7ea;       /* 구분선 */
  --dcb-bg-soft:#f7f8f9;    /* 밝은 회색 섹션 */
  --dcb-bg-dark:#141414;    /* 어두운 섹션 */
  --dcb-green:#029570;      /* 후지 브랜드 그린 (dot/divider) */
  --dcb-radius:16px;
  font-family:var(--dcb-font);
  color:var(--dcb-ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.dcb img{ max-width:100%; }

/* ── 공통 레이아웃 ── */
.dcb-sec{ padding:90px 0; }
.dcb-sec--soft{ background:var(--dcb-bg-soft); }
.dcb-sec--dark{ background:var(--dcb-bg-dark); }
.dcb-wrap{ max-width:1240px; margin:0 auto; padding:0 20px; }
.dcb-wrap--narrow{ max-width:1140px; }
.dcb-wrap--text{ max-width:840px; }

.dcb-img{ display:block; border-radius:var(--dcb-radius); overflow:hidden; }
.dcb-img img{ display:block; width:100%; height:auto; }
.dcb-grid2{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }

/* ── 그린 dot 태그 / 캡션 ── */
.dcb-tags{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 28px; margin-top:24px; }
.dcb-tag{ display:inline-flex; align-items:center; font-size:15px; font-weight:700; color:var(--dcb-ink); }
.dcb-tag::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--dcb-green); margin-right:10px; flex:0 0 auto; }
.dcb-note{ font-size:14px; color:var(--dcb-gray); }
.dcb-cap{ display:flex; align-items:center; font-size:15px; font-weight:700; color:var(--dcb-ink); margin:22px 0 0; }
.dcb-cap::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--dcb-green); margin-right:10px; flex:0 0 auto; }
.dcb-desc{ font-size:14.5px; line-height:1.8; color:var(--dcb-gray); margin:14px 0 0; }

/* ── 섹션 헤더(제목+부제+태그) ── */
.dcb-head{ text-align:center; max-width:900px; margin:0 auto 44px; }
.dcb-head__title{ font-size:26px; font-weight:800; line-height:1.5; letter-spacing:-.01em; margin:0; color:var(--dcb-ink); }
.dcb-head__sub{ font-size:15px; color:var(--dcb-gray2); margin:14px 0 0; }
.dcb-sec--dark .dcb-head__title{ color:#fff; }

/* ── HERO ── */
.dcb-hero{ position:relative; background:#3a3a3a; }
.dcb-hero__pin{ position:relative; overflow:hidden; min-height:880px; padding-bottom:80px;
  display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.dcb-hero__bg{ position:absolute; inset:0; z-index:0;
  background:url("https://fujifilm-korea.co.kr/assets/products/goods/daily-camera-bag-ver2/hero.jpg") center/cover no-repeat;
  filter:blur(30px) brightness(.6); transform:scale(1.18); }
.dcb-hero__veil{ position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.20) 26%, rgba(0,0,0,.10) 60%, rgba(0,0,0,.34) 100%); }
.dcb-hero__inner{ position:relative; z-index:2; width:100%; max-width:1240px; padding:0 20px;
  display:flex; flex-direction:column; align-items:center; }
.dcb-hero__title{ position:relative; z-index:2; margin:48px 0 0; font-size:34px; font-weight:800; letter-spacing:-.01em; color:#fff; text-align:center; }
.dcb-hero__sub{ position:relative; z-index:2; margin:14px 0 0; font-size:18px; font-weight:500; color:#fff; text-align:center; }
.dcb-hero__frame{ position:relative; z-index:3; margin:30px 0 0; width:100%; max-width:1200px; border-radius:20px; overflow:hidden;
  transform-origin:center center; will-change:transform; box-shadow:0 30px 60px rgba(0,0,0,.4); }
.dcb-hero__frame img{ display:block; width:100%; height:auto; }
.dcb-hero__badge{ position:relative; z-index:2; margin:26px 0 0; display:inline-block; padding:12px 28px; border-radius:9999px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.45); backdrop-filter:blur(4px);
  font-size:12px; font-weight:700; letter-spacing:.14em; color:#c9c9c9; }

/* HERO 스크롤 줌아웃 애니메이션 (JS가 .is-anim 부여, prefers-reduced-motion 시 미적용) */
/* 데스크탑 자동재생 hero. --dcb-nav = 고정헤더(#header+#product-header) 총높이(JS 실측 주입).
   sticky/170vh 없이, 첫 화면(가시영역)을 채우고 프레임으로 자동 축소. */
.dcb-hero.is-anim{ background:#000; }
/* padding-top:nav/2 → 타이틀 위 여백(고정헤더 높이의 절반) */
.dcb-hero.is-anim .dcb-hero__pin{ min-height:calc(100vh - var(--dcb-nav,0px)); padding-top:calc(var(--dcb-nav,0px) / 2); padding-bottom:72px; justify-content:center; }
/* 프레임 높이를 가시영역(상단 nav/2 여백 포함)에 맞춰 제한 → 줄인 여백만큼 이미지 높이 확대, 제목/뱃지 안 잘림 */
.dcb-hero.is-anim .dcb-hero__frame{ box-shadow:none;
  height:calc(100vh - var(--dcb-nav,0px) * 1.5 - 324px); max-height:640px; min-height:220px; }
.dcb-hero.is-anim .dcb-hero__frame img{ height:100%; object-fit:cover; }

/* ── 스크롤 리빌 (섹션별) ── */
.dcb-reveal-on .dcb-reveal{ opacity:0; transform:translateY(42px);
  transition:opacity .9s cubic-bezier(.4,0,.2,1), transform .9s cubic-bezier(.4,0,.2,1); }
.dcb-reveal-on .dcb-reveal.is-in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  .dcb-reveal-on .dcb-reveal{ opacity:1; transform:none; transition:none; }
}

/* ── INTRO ── */
.dcb-intro{ text-align:center; }
.dcb-intro__title{ font-size:24px; font-weight:800; letter-spacing:-.01em; margin:0; }
.dcb-divider{ display:block; width:60px; height:1px; background:#111; margin:22px auto 26px; }
.dcb-intro__body{ font-size:16px; line-height:1.9; color:var(--dcb-gray); margin:0; }

/* ── LIFESTYLE ── */
.dcb-lifestyle .dcb-grid2{ margin-top:24px; }

/* ── CAROUSEL (coverflow) ── */
.dcb-carousel{ position:relative; max-width:1440px; margin:0 auto; }
.dcb-carousel__stage{ position:relative; height:560px; }
.dcb-carousel__slide{ position:absolute; top:0; border-radius:var(--dcb-radius); overflow:hidden; }
.dcb-carousel__slide img{ width:100%; height:100%; object-fit:cover; display:block; opacity:1; transition:opacity .45s ease; }
.dcb-carousel__slide--center{ left:15.3%; right:15.3%; height:560px; z-index:2;
  box-shadow:0 24px 48px rgba(0,0,0,.45); }
.dcb-carousel__slide--side{ top:30px; height:500px; width:13.9%; opacity:.35; z-index:1; }
.dcb-carousel__slide--prev{ left:0; }
.dcb-carousel__slide--next{ right:0; }
.dcb-carousel__arrow{ position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:48px; height:48px; border-radius:50%; border:0; cursor:pointer;
  background:rgba(255,255,255,.92); color:#141414; font-size:26px; line-height:1;
  display:flex; align-items:center; justify-content:center; padding:0 2px 3px;
  box-shadow:0 4px 14px rgba(0,0,0,.35); transition:background .2s; }
.dcb-carousel__arrow:hover{ background:#fff; }
.dcb-carousel__arrow--prev{ left:1.5%; }
.dcb-carousel__arrow--next{ right:1.5%; }
.dcb-carousel__dots{ display:none; justify-content:center; gap:8px; margin-top:26px; }
.dcb-carousel__dot{ width:6px; height:6px; border-radius:50%; border:0; padding:0; cursor:pointer;
  background:rgba(255,255,255,.35); }
.dcb-carousel__dot.is-active{ background:#fff; }

/* ── MAGNETIC / DETAILS 이미지 배치 ── */
.dcb-stack{ display:flex; flex-direction:column; gap:24px; }

/* ── HARDWARE 2x2 ── */
.dcb-hard{ display:grid; grid-template-columns:1fr 1fr; column-gap:24px; row-gap:44px; }
.dcb-hard__item{ display:flex; flex-direction:column; }

/* ── 카드(제품 크기 / 취급 / 교환반품) ── */
.dcb-cards{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.dcb-card{ background:#fff; border-radius:var(--dcb-radius); padding:28px 28px 30px; }
.dcb-card--full{ grid-column:1 / -1; }
.dcb-card__h{ font-size:17px; font-weight:800; margin:0 0 18px; }
.dcb-spectable{ width:100%; border-collapse:collapse; font-size:14px; }
.dcb-spectable th,.dcb-spectable td{ text-align:left; vertical-align:top; padding:13px 4px; border-bottom:1px solid var(--dcb-line); font-weight:400; }
.dcb-spectable tr:last-child th,.dcb-spectable tr:last-child td{ border-bottom:0; }
.dcb-spectable th{ width:140px; color:#282828; font-weight:600; }
.dcb-spectable td{ color:var(--dcb-gray); }
.dcb-list{ margin:0; padding:0; list-style:none; }
.dcb-list li{ position:relative; padding-left:14px; font-size:14px; line-height:1.85; color:var(--dcb-gray); }
.dcb-list li::before{ content:"•"; position:absolute; left:0; color:#b8bac0; }

/* ── 고시정보 표 ── */
.dcb-notice__h{ font-size:18px; font-weight:800; margin:0 0 22px; }
.dcb-notice__table{ width:100%; border-collapse:collapse; font-size:14px; border-top:1px solid var(--dcb-line); }
.dcb-notice__table th,.dcb-notice__table td{ text-align:left; vertical-align:top; padding:16px; border-bottom:1px solid var(--dcb-line); }
.dcb-notice__table th{ width:240px; background:#fafbfc; font-weight:600; color:#282828; }
.dcb-notice__table td{ color:var(--dcb-gray); font-weight:400; }
.dcb-notice__table td .dcb-list li{ line-height:1.7; }

/* ── 반응형 ── */
@media (max-width:1023px){
  .dcb-sec{ padding:64px 0; }
  /* (구조 변경 전 .dcb-hero{padding-bottom} 규칙은 제거 — 지금은 pin이 여백 담당. 하단 회색 띠 방지) */
  .dcb-hero__title{ font-size:26px; }
  .dcb-hero__sub{ font-size:15px; }
  .dcb-head__title{ font-size:22px; }
  .dcb-carousel__stage{ height:420px; }
  .dcb-carousel__slide--center{ height:420px; }
  .dcb-carousel__slide--side{ height:380px; top:20px; }
}
@media (max-width:767px){
  /* 한글 줄바꿈: 어절(단어) 단위로만 끊기 (음절 중간 break 방지) */
  .dcb{ word-break:keep-all; overflow-wrap:break-word; }
  /* 폰트·여백은 Figma 모바일 프레임(37-4) 실측값 기준 */
  .dcb-sec{ padding:40px 0; }
  .dcb-wrap{ padding:0 16px; }
  .dcb-img,.dcb-carousel__slide{ border-radius:8px; }
  .dcb-grid2{ gap:12px; }
  .dcb-stack{ gap:12px; }

  /* HERO: 이미지 위 흰색 텍스트 + 어두운 배경 (Figma 37-4). 상·하 여백 40/40 대칭 */
  /* 상단: 고정 헤더(#header+#product-header)에 hero가 가리지 않도록 nav 높이만큼 확보.
     --dcb-nav = JS 실측 주입(모바일에서도 설정). JS 미실행 시 폴백 106px. 그 아래 title margin-top:40 이 시각 여백. */
  .dcb-hero__pin{ min-height:auto; padding-top:var(--dcb-nav,106px); padding-bottom:40px; }
  .dcb-hero__bg{ filter:blur(16px) brightness(.55); }
  .dcb-hero__veil{ background:linear-gradient(180deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.18) 30%, rgba(0,0,0,.12) 62%, rgba(0,0,0,.30) 100%); }
  .dcb-hero__title{ font-size:20px; margin-top:0; color:#fff; }
  .dcb-hero__sub{ font-size:14px; color:#fff; }
  .dcb-hero__frame{ border-radius:10px; margin-top:30px; box-shadow:0 14px 28px rgba(0,0,0,.45); }
  .dcb-hero.is-anim .dcb-hero__frame{ box-shadow:none; }
  .dcb-hero__badge{ font-size:11px; padding:10px 22px; margin-top:28px; }

  .dcb-intro__title{ font-size:18px; }
  .dcb-intro__body{ font-size:16px; line-height:26px; color:var(--dcb-gray2); }

  .dcb-head{ margin-bottom:28px; }
  .dcb-head__title{ font-size:18px; line-height:1.45; }
  .dcb-head__sub{ font-size:16px; line-height:22px; }
  .dcb-tag,.dcb-cap{ font-size:14px; }
  .dcb-note{ font-size:13px; }
  .dcb-desc{ font-size:14px; line-height:20px; color:#808080; }
  .dcb-tags{ gap:8px 16px; margin-top:20px; }

  /* 캐러셀: 모바일은 dot 표시, arrow 축소 */
  .dcb-carousel__stage{ height:220px; }
  .dcb-carousel__slide--center{ left:14%; right:14%; height:220px; }
  .dcb-carousel__slide--side{ width:9%; height:200px; top:10px; }
  .dcb-carousel__arrow{ width:32px; height:32px; font-size:18px; }
  .dcb-carousel__dots{ display:flex; }

  /* 하드웨어/카드 1열 스택 */
  .dcb-hard{ grid-template-columns:1fr; row-gap:24px; }
  .dcb-cards{ grid-template-columns:1fr; gap:20px; }
  .dcb-card{ padding:16px; border:1px solid #e5e8eb; border-radius:12px; }
  .dcb-card__h{ font-size:15px; margin-bottom:12px; }
  .dcb-spectable{ font-size:12px; }
  .dcb-spectable th{ width:100px; }
  .dcb-list li{ font-size:12px; line-height:20px; }
  .dcb-notice__h{ font-size:15px; }
  .dcb-notice__table{ font-size:12px; }
  .dcb-notice__table th{ width:110px; padding:12px; }
  .dcb-notice__table td{ padding:12px; }
}
