/* ============================================================
   DRT 홈페이지 표준 스타일 — DJI Enterprise 문법
   홈·지원 페이지: 밝은 회색 바탕, 가운데 정렬 제목, 사진 카드.
   제품 페이지: 어두운 바탕, 큰 가운데 제목, 큰 숫자 타일. (.theme-dark)
   글꼴 Pretendard 하나, 단위 px, 애니메이션 없음.
   ============================================================ */
:root {
  --bg: #f5f6f8;          /* 페이지 바탕(밝은 회색) */
  --panel: #ffffff;       /* 카드·패널 */
  --ink: #1a1a1a;
  --ink-2: #4d4d4d;
  --ink-3: #8a8a8a;
  --line: #e6e8eb;
  --link: #1f5fbf;        /* 텍스트 링크 */
  --brand: #234177;       /* 채운 버튼 */
  --brand-2: #1a3260;
  --dark: #121212;        /* 제품 페이지 바탕 */
  --dark-2: #1c1c1e;      /* 어두운 타일 */
  --product-bg: #101010;  /* 제품 렌더 배경(모든 제품 사진을 같은 검정 위에) */
  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --max: 1200px;
  --gutter: 24px;
  --header: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; font-weight: 400; word-break: keep-all; overflow-wrap: anywhere; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--link); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dd, figure { margin: 0; }
time { font-variant-numeric: tabular-nums; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* 제목 단계 */
.t-display { font-size: 56px; font-weight: 600; }
.t-section { font-size: 36px; font-weight: 600; text-align: center; }
.t-sub { font-size: 24px; font-weight: 600; }
.lead { font-size: 18px; color: var(--ink-2); }
.small { font-size: 14px; color: var(--ink-3); }
.center { text-align: center; }
.measure { max-width: 720px; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) { .t-display { font-size: 34px; } .t-section { font-size: 26px; } .t-sub { font-size: 20px; } .lead { font-size: 16px; } }

/* 버튼: 알약 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 44px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-size: 15px; font-weight: 500; line-height: 1; white-space: nowrap; cursor: pointer; transition: background-color .12s, color .12s, border-color .12s; }
.btn-fill { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-fill:hover { background: var(--brand-2); border-color: var(--brand-2); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: #333; border-color: #333; }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-white { background: #fff; color: var(--ink); border-color: #fff; }
.btn-white:hover { background: #e9e9e9; border-color: #e9e9e9; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-sm { height: 36px; padding: 0 16px; font-size: 14px; }
.more { display: inline-flex; align-items: center; gap: 4px; color: var(--link); font-size: 15px; font-weight: 500; }
.more::after { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor; transform: rotate(45deg); margin-left: 2px; }
.more:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 헤더 ---------- */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 24px; width: auto; }
.main-nav { flex: 1; display: flex; align-items: center; gap: 4px; height: 100%; }
.main-nav > ul { display: flex; gap: 4px; height: 100%; }
.main-nav > ul > li { display: flex; align-items: center; }
.main-nav > ul > li > a { display: flex; align-items: center; height: 100%; padding: 0 14px; font-size: 16px; font-weight: 500; color: var(--ink-2); }
.main-nav > ul > li > a:hover { color: var(--ink); }
.main-nav > ul > li.is-active > a { color: var(--ink); font-weight: 600; }
.header-tools { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: flex; align-items: center; gap: 6px; padding: 0 12px; height: 36px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 500; }
.lang-switch a { color: var(--ink-3); }
.lang-switch a:hover { color: var(--ink); }
.lang-switch [aria-current] { color: var(--ink); font-weight: 600; }
.lang-switch .sep { color: var(--line); }
.nav-toggle { display: none; }
@media (max-width: 1024px) {
  .header-inner { justify-content: space-between; }
  .nav-toggle { display: block; position: relative; width: 44px; height: 44px; margin-right: -12px; border: 0; background: none; cursor: pointer; color: var(--ink); }
  .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { position: absolute; left: 12px; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .2s, top .2s; }
  .nav-toggle span { top: 21px; } .nav-toggle span::before { top: -6px; left: 0; } .nav-toggle span::after { top: 6px; left: 0; }
  .nav-toggle[aria-expanded="true"] span { background: transparent; }
  .nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
  .main-nav { display: none; position: fixed; top: var(--header); left: 0; right: 0; bottom: 0; flex-direction: column; align-items: stretch; gap: 16px; padding: 8px 24px 40px; background: #fff; overflow-y: auto; }
  .main-nav.is-open { display: flex; }
  .main-nav { height: auto; }
  .main-nav > ul { flex-direction: column; gap: 0; height: auto; }
  .main-nav > ul > li { display: block; border-bottom: 1px solid var(--line); padding: 4px 0; }
  .main-nav > ul > li > a { height: auto; padding: 12px 0; font-size: 18px; font-weight: 600; }
  .header-cta { display: none; }
  .nav-cta-mobile { display: inline-flex; height: 48px; font-size: 16px; }
  body.nav-open { overflow: hidden; }
}
@media (min-width: 1025px) { .nav-cta-mobile { display: none; } }

/* ---------- 구역 ---------- */
.block { padding: 80px 0; }
.block-white { background: var(--panel); }
.block-head { margin-bottom: 40px; }
.block-head .lead { margin-top: 12px; }
@media (max-width: 768px) { .block { padding: 56px 0; } .block-head { margin-bottom: 28px; } }

/* ---------- 홈 첫 화면: 어두운 사진 위 가운데 글 ---------- */
.home-hero { position: relative; min-height: 640px; height: calc(100vh - var(--header)); max-height: 860px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background: var(--dark); overflow: hidden; }
.home-hero-media { position: absolute; inset: 0; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.home-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,.55) 100%); }
.home-hero-content { position: relative; z-index: 1; padding: 0 24px; max-width: 900px; }
.home-hero-content .kicker { display: block; margin-bottom: 14px; font-size: 16px; font-weight: 500; color: rgba(255,255,255,.85); }
.home-hero-content h1 { font-size: 64px; font-weight: 600; letter-spacing: -0.01em; }
.home-hero-content p { margin-top: 16px; font-size: 20px; color: rgba(255,255,255,.88); }
.home-hero-actions { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 768px) { .home-hero { min-height: 520px; } .home-hero-content h1 { font-size: 38px; } .home-hero-content p { font-size: 16px; } }

/* ---------- 사진 카드: 사진 위에 글 ---------- */
.photo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-card { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 10px; background: var(--dark-2); color: #fff; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.photo-card:hover img { transform: scale(1.04); }
.photo-card .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 24px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 100%); }
.photo-card h3 { font-size: 24px; }
.photo-card p { margin-top: 6px; font-size: 14px; color: rgba(255,255,255,.85); }
.photo-card .more { margin-top: 12px; color: #fff; }
.photo-cards.two { grid-template-columns: repeat(2, 1fr); }
.photo-cards.two .photo-card { aspect-ratio: 16 / 9; }
@media (max-width: 900px) { .photo-cards, .photo-cards.two { grid-template-columns: 1fr; } .photo-card { aspect-ratio: 4 / 3; } }

/* ---------- 제품 카드 ---------- */
.product-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; background: var(--panel); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.product-card figure { aspect-ratio: 4 / 3; background: linear-gradient(180deg, #f3f4f6 0%, #e6e8ec 100%); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.product-card figure img { width: 100%; height: 100%; object-fit: cover; }
.product-card figure.contain img { object-fit: contain; padding: 9%; }
.product-card figure.dark { background: radial-gradient(ellipse 70% 60% at 50% 50%, #262626 0%, #101010 75%); }
.product-card figure.stage { background: linear-gradient(180deg, #f7f8fa 0%, #e4e7eb 100%); }
.product-card figure.stage img { object-fit: contain; padding: 9%; }
.product-card .body { padding: 20px 20px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card .kind { font-size: 13px; color: var(--ink-3); }
.product-card h3 { font-size: 20px; }
.product-card p { font-size: 14px; color: var(--ink-2); }
.product-card .more { margin-top: auto; padding-top: 12px; }
@media (max-width: 1024px) { .product-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .product-cards { grid-template-columns: 1fr; } }

/* ---------- 영상 카드: 어두운 사진 위 제목 ---------- */
.video-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.video-card { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 10px; background: var(--dark-2); color: #fff; padding: 0; border: 0; cursor: pointer; text-align: left; font: inherit; width: 100%; }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .2s, transform .4s; }
.video-card:hover img { opacity: 1; transform: scale(1.03); }
.video-card .cap { position: absolute; left: 0; right: 0; top: 0; padding: 22px 22px; background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%); }
.video-card .tag { display: block; font-size: 12px; color: rgba(255,255,255,.75); }
.video-card h3 { margin-top: 4px; font-size: 18px; }
.video-card .play { position: absolute; left: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.video-card .play::before { content: ""; width: 0; height: 0; border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .video-cards { grid-template-columns: 1fr; } }

/* ---------- 뉴스 카드 ---------- */
.news-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-card { display: flex; flex-direction: column; background: var(--panel); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.news-card figure { aspect-ratio: 16 / 9; background: #eceef1; overflow: hidden; }
.news-card img { width: 100%; height: 100%; object-fit: cover; }
.news-card .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.news-card .tag { font-size: 13px; color: var(--ink-3); }
.news-card h3 { font-size: 18px; }
.news-card .more { margin-top: auto; padding-top: 10px; }
@media (max-width: 900px) { .news-cards { grid-template-columns: 1fr; } }

/* ---------- 더 알아보기: 작은 가로 카드 ---------- */
.info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.info-card { display: grid; grid-template-columns: 40% 1fr; background: var(--panel); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.info-card figure { background: #eceef1; overflow: hidden; }
.info-card figure img { width: 100%; height: 100%; object-fit: cover; }
.info-card figure.dark { background: var(--dark-2); }
.info-card figure.dark img, .info-card figure.contain img { object-fit: contain; padding: 18%; }
.info-card .body { padding: 22px; display: flex; flex-direction: column; gap: 6px; }
.info-card h3 { font-size: 18px; }
.info-card p { font-size: 14px; color: var(--ink-2); }
.info-card .more { margin-top: auto; padding-top: 10px; }
@media (max-width: 900px) { .info-cards { grid-template-columns: 1fr; } }

/* ---------- 문의 유도(밝은 흰 패널) ---------- */
.ask { padding: 48px 0 80px; }
.ask .panel { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 40px 48px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.ask h2 { font-size: 24px; }
.ask p { margin-top: 8px; color: var(--ink-2); }
@media (max-width: 768px) { .ask .panel { grid-template-columns: 1fr; padding: 28px 24px; } }

/* ---------- 푸터: 어두운 배경, 링크 열 ---------- */
.site-footer { background: var(--dark); color: #bfbfbf; font-size: 14px; padding: 56px 0 32px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-cols h3 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.footer-cols li { margin: 8px 0; }
.footer-cols a:hover { color: #fff; }
.footer-info { margin-top: 48px; padding-top: 24px; border-top: 1px solid #2a2a2a; display: flex; flex-wrap: wrap; gap: 6px 24px; font-size: 13px; color: #8f8f8f; }
.footer-info div { display: flex; gap: 6px; }
.footer-info dt { white-space: nowrap; }
.footer-info dd { color: #bfbfbf; }
.footer-bottom { margin-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; font-size: 13px; color: #8f8f8f; align-items: center; }
.footer-bottom img { height: 20px; width: auto; }
.footer-bottom a + a { margin-left: 16px; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 768px) { .footer-cols { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 일반 페이지 ---------- */
.page-head { padding: 64px 0 32px; text-align: center; }
.page-head .lead { margin-top: 12px; }
@media (max-width: 768px) { .page-head { padding: 40px 0 20px; } }

/* 뉴스 글 */
.article { max-width: 880px; margin: 0 auto; }
.article .video-frame { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; background: #000; }
.article .video-frame + .video-frame { margin-top: 16px; }
.article iframe { width: 100%; height: 100%; border: 0; }
.article .body { margin-top: 24px; font-size: 17px; line-height: 1.75; color: var(--ink-2); }
.article .back { display: inline-flex; margin-top: 32px; }

/* 자료실: 흰 패널 안 줄 */
.dl-group { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 8px 24px; }
.dl-group + .dl-group { margin-top: 24px; }
.dl-group h2 { font-size: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.dl-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.dl-row:last-child { border-bottom: 0; }
.dl-row figure { width: 88px; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: #eceef1; }
.dl-row figure img { width: 100%; height: 100%; object-fit: cover; }
.dl-row figure.plain img { object-fit: contain; padding: 8px; background: linear-gradient(180deg, #f3f4f6 0%, #e6e8ec 100%); }
.dl-row figure.night { background: radial-gradient(ellipse 70% 60% at 50% 50%, #262626 0%, #101010 75%); }
.dl-row figure.stage { background: linear-gradient(180deg, #f7f8fa 0%, #e4e7eb 100%); }
.dl-row figure.stage img { object-fit: contain; padding: 10px; }
.dl-row figure.night img { object-fit: contain; padding: 12px; }
.dl-row figure.night.cover img { object-fit: cover; padding: 0; }
.dl-row h3 { font-size: 16px; }
.dl-row p { margin-top: 2px; color: var(--ink-2); font-size: 14px; }
.dl-row .meta { display: block; margin-top: 2px; font-size: 13px; color: var(--ink-3); }
.dl-row .actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 700px) { .dl-row { grid-template-columns: 64px 1fr; gap: 14px; } .dl-row figure { width: 64px; } .dl-row .actions { grid-column: 1 / -1; justify-content: flex-start; } }

/* 문의 */
.contact-layout { display: grid; grid-template-columns: 4fr 8fr; gap: 24px; align-items: start; }
.contact-side { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 28px; }
.contact-side h2 { font-size: 18px; }
.contact-side p { margin-top: 10px; color: var(--ink-2); font-size: 15px; }
.contact-side dl { margin-top: 24px; }
.contact-side dt { font-size: 12px; color: var(--ink-3); }
.contact-side dd { margin: 2px 0 14px; font-size: 15px; }
.contact-side dd a { color: var(--link); }
.form { padding: 32px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form label { font-size: 13px; font-weight: 500; color: var(--ink-2); }
.form label .req { color: #c2410c; margin-left: 2px; }
.form input, .form select, .form textarea { width: 100%; margin: 0; padding: 12px 14px; font: inherit; font-size: 15px; color: var(--ink); background: #fff; border: 1px solid #d7dadf; border-radius: 8px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--link); box-shadow: 0 0 0 3px rgba(31,95,191,.15); }
.form textarea { min-height: 150px; resize: vertical; }
.form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 20px; font-size: 13px; color: var(--ink-2); }
.form .consent input { width: 16px; height: 16px; margin: 2px 0 0; padding: 0; }
.form .consent a { color: var(--link); }
.form .btn[disabled] { opacity: .6; cursor: default; }
.form-msg { margin-top: 14px; padding: 12px 14px; border-radius: 8px; font-size: 14px; display: none; }
.form-msg.ok { display: block; background: #e6f4ec; color: #1b5e3a; }
.form-msg.err { display: block; background: #fdecec; color: #9f2a2a; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } .form { padding: 22px 18px; } .form .row { grid-template-columns: 1fr; gap: 0; } }

/* 문의·조회 페이지 하단 여백(page-head 아래 본문 구역) */
.block-tight { padding: 0 0 80px; }
.form .label { font-size: 13px; font-weight: 500; color: var(--ink-2); }
/* 예약 시간대: 알약 버튼 격자 */
.slots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; min-height: 44px; }
.slots-hint { grid-column: 1 / -1; align-self: center; font-size: 14px; color: var(--ink-3); }
.slots button { height: 44px; border-radius: 999px; border: 1px solid #d7dadf; background: #fff; font: inherit; font-size: 15px; color: var(--ink); cursor: pointer; }
.slots button:disabled { color: #b5b8bd; background: #f3f4f6; text-decoration: line-through; cursor: default; }
.slots button.is-selected { background: var(--brand); border-color: var(--brand); color: #fff; }
@media (max-width: 700px) { .slots { grid-template-columns: repeat(3, 1fr); } }
/* 조회 결과 */
.lookup { margin-top: 20px; border-top: 1px solid var(--line); }
.lookup > div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.lookup > div[hidden] { display: none; }
.lookup dt { color: var(--ink-3); }
/* 고객지원 허브: 줄 목록 */
.svc-list { max-width: 880px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 8px 28px; }
.svc-list a { display: grid; grid-template-columns: 200px 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.svc-list a:last-child { border-bottom: 0; }
.svc-list h2 { font-size: 18px; }
.svc-list p { font-size: 15px; color: var(--ink-2); }
.svc-list .more { color: var(--link); }
@media (max-width: 700px) { .svc-list { padding: 4px 18px; } .svc-list a { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; } }
.lookup dd .ok { color: #1b5e3a; } .lookup dd .no { color: #9f2a2a; }
/* A/S 진행 단계 */
.steps { margin-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.steps li { padding: 12px 8px; text-align: center; font-size: 14px; color: var(--ink-3); background: #f3f4f6; border-radius: 8px; }
.steps li.is-done { color: var(--ink-2); background: #e6ecf5; }
.steps li.is-current { color: #fff; background: var(--brand); font-weight: 600; }
@media (max-width: 700px) { .lookup > div { grid-template-columns: 96px 1fr; } .steps li { font-size: 13px; padding: 10px 4px; } }

/* 약관 */
.legal { max-width: 820px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 40px; font-size: 15px; line-height: 1.8; color: var(--ink-2); }
.legal h2 { margin: 28px 0 8px; font-size: 17px; color: var(--ink); }
.legal h2:first-of-type { margin-top: 0; }
.legal p { margin: 0 0 8px; }
.legal ul { margin: 0 0 8px; padding-left: 20px; list-style: disc; }
.legal .note { margin-bottom: 24px; padding: 10px 14px; background: #fff7e6; border-radius: 8px; color: #8a5a00; font-size: 13px; }
@media (max-width: 768px) { .legal { padding: 24px 18px; } }

/* ---------- 제품 페이지(어두운 무대) 부품 ---------- */
.theme-dark { background: var(--dark); color: #fff; }
.theme-dark .lead { color: rgba(255,255,255,.75); }
.subnav { position: sticky; top: var(--header); z-index: 90; background: rgba(18,18,18,.92); backdrop-filter: blur(10px); border-bottom: 1px solid #2a2a2a; color: #fff; }
.subnav .wrap { display: flex; align-items: center; gap: 24px; height: 52px; }
.subnav .name { font-size: 15px; font-weight: 600; margin-right: auto; }
.subnav a { font-size: 14px; color: #bfbfbf; }
.subnav a:hover { color: #fff; }
.p-hero { position: relative; min-height: 620px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.p-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-hero .content { position: relative; z-index: 1; padding: 64px 24px; }
.p-hero h1 { font-size: 56px; font-weight: 600; }
.p-hero .sub { margin-top: 14px; font-size: 20px; color: rgba(255,255,255,.85); }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { position: relative; min-height: 300px; padding: 28px; border-radius: 10px; background: var(--dark-2); overflow: hidden; display: flex; flex-direction: column; }
.tile.wide { grid-column: span 2; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.tile h3 { position: relative; font-size: 22px; text-align: center; }
.tile .num { position: relative; margin-top: auto; font-size: 64px; font-weight: 600; line-height: 1; letter-spacing: -0.02em; }
.tile .num small { font-size: 22px; font-weight: 400; margin-left: 4px; }
.tile .cap { position: relative; margin-top: 6px; font-size: 14px; color: rgba(255,255,255,.8); }
.spec-table { max-width: 900px; margin: 0 auto; }
.spec-table h3 { font-size: 18px; padding: 14px 0; border-bottom: 1px solid #333; margin-top: 32px; }
.spec-table dl > div { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid #2a2a2a; font-size: 15px; }
.spec-table dt { color: #9a9a9a; }
@media (max-width: 900px) { .tiles { grid-template-columns: 1fr; } .tile.wide { grid-column: auto; } .p-hero h1 { font-size: 36px; } .spec-table dl > div { grid-template-columns: 120px 1fr; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }

/* ---------- 뉴스 페이지 필터·글 ---------- */
.filter-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; }
.filter-tabs button { height: 36px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 14px; font-weight: 500; color: var(--ink-2); cursor: pointer; }
.filter-tabs button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.news-cards .video-card { aspect-ratio: 16 / 10; }
.news-card figure img.placeholder { object-fit: contain; padding: 28%; opacity: .25; }
.news-card .body p { font-size: 14px; color: var(--ink-2); }
.article .cover { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; background: #eceef1; margin-bottom: 24px; }
.article .cover img { width: 100%; height: 100%; object-fit: cover; }
.article .body p + p { margin-top: 16px; }
.article .gallery { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.article .gallery figure { border-radius: 8px; overflow: hidden; background: #eceef1; }
.article .gallery img { width: 100%; height: auto; }
.page-head .kicker { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; color: var(--link); }
@media (max-width: 700px) { .article .gallery { grid-template-columns: 1fr; } }
