/* 아팅엔터테인먼트 — 공개 사이트 스타일
   기존 사이트의 흰 배경 · 코랄/오렌지 강조 · 컬러 심벌을 계승 */
:root {
  --coral: #ff5a4e;
  --coral-d: #e8463a;
  --orange: #f39a1e;
  --blue: #3056d3;
  --ink: #16161a;
  --ink2: #3a3a42;
  --muted: #6b6b75;
  --line: #ebebef;
  --light: #f6f6f8;
  --soft: #fff4f1;
  --dark: #1c1c22;
  --radius: 14px;
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --head-h: 64px;
  --font: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --en: "Poppins", var(--font);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: #fff; font-size: 16px; line-height: 1.65; word-break: keep-all; overflow-wrap: anywhere; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral); }
h1, h2, h3, h4 { line-height: 1.3; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(28px, 4.2vw, 46px); font-weight: 800; }
h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0 0 1em; }
svg { width: 1.1em; height: 1.1em; flex: none; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 860px; }
.center { text-align: center; }
.mt { margin-top: 32px; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 8px 12px; }
.eyebrow { font-family: var(--en); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.lead { font-size: clamp(16px, 1.6vw, 18px); color: var(--ink2); }
.lead p:last-child { margin-bottom: 0; }
.clamp2, .clamp3 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.clamp2 { -webkit-line-clamp: 2; } .clamp3 { -webkit-line-clamp: 3; }

/* 버튼 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; border: 1.5px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s; font-family: inherit; white-space: nowrap; }
.btn-sm { min-height: 38px; padding: 6px 16px; font-size: 14px; }
.btn-lg { min-height: 52px; padding: 12px 26px; font-size: 16px; }
.btn-primary { background: var(--coral); color: #fff; }
.btn-primary:hover { background: var(--coral-d); color: #fff; }
.btn-line { border-color: currentColor; color: var(--ink); background: transparent; }
.btn-line:hover { color: var(--coral); }
.btn-kakao { background: #fee500; color: #191919; }
.btn-kakao:hover { background: #f5da00; color: #191919; }
.btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.center .btns, .btns.center { justify-content: center; }
.btn[disabled] { opacity: .6; cursor: progress; }

/* 머리글 */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.head-top { display: flex; align-items: center; justify-content: center; position: relative; min-height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.logo:hover { color: var(--ink); }
.logo img { width: 48px; height: 48px; object-fit: contain; }
.logo-mark { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; font-family: var(--en); font-weight: 700; font-size: 24px; color: #fff; background: linear-gradient(135deg, var(--blue), #8d3fd1 50%, var(--orange)); }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text small { font-size: 13px; font-weight: 600; color: var(--ink2); }
.logo-text b { font-family: var(--en); font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.head-actions { position: absolute; right: var(--gutter); display: flex; align-items: center; gap: 12px; }
.head-tel { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-family: var(--en); font-size: 15px; }
.menu-btn { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.menu-btn svg { width: 28px; height: 28px; }
.gnb > ul { display: flex; justify-content: center; gap: clamp(24px, 8vw, 120px); list-style: none; margin: 0 auto; padding-top: 0; padding-bottom: 0; }
.gnb li { position: relative; }
.gnb > ul > li > a { display: block; padding: 12px 4px 14px; font-weight: 700; font-size: 16px; border-bottom: 2px solid transparent; }
.gnb > ul > li.on > a { border-color: var(--coral); color: var(--coral); }
.gnb .sub { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 190px; list-style: none; margin: 0; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.gnb .sub a { display: block; padding: 8px 12px; border-radius: 8px; font-size: 15px; white-space: nowrap; }
.gnb .sub a:hover { background: var(--soft); }
.gnb li.has-sub:hover > .sub, .gnb li.has-sub:focus-within > .sub { display: block; }
.preview-bar { background: var(--blue); color: #fff; text-align: center; font-size: 14px; padding: 6px; position: sticky; top: 0; z-index: 60; }

/* 섹션 공통 */
.sec { padding: 72px 0; }
.sp-compact { padding: 44px 0; }
.sp-wide { padding: 104px 0; }
.bg-light { background: var(--light); }
.bg-soft { background: var(--soft); }
.bg-dark { background: var(--dark); color: #fff; }
.bg-dark .lead, .bg-dark .muted { color: #c8c8d0; }
.bg-dark .btn-line { color: #fff; }
.sec-head { margin-bottom: 32px; }
.sec-head.center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.sec-head h2 { margin-bottom: 8px; }
.sec-hero { padding: 0 !important; }

/* 이미지 · 교체 가능한 빈 영역 */
.pic { position: relative; overflow: hidden; background: var(--light); border-radius: var(--radius); }
.pic img { width: 100%; height: 100%; object-fit: cover; }
.pic:not([style]) img { height: auto; }
.pic-contain { background: #f1f1f4; }
.ph, .pic.broken { display: grid; place-items: center; background: repeating-linear-gradient(45deg, #f4f4f6 0 12px, #efeff2 12px 24px); border-radius: var(--radius); color: #9a9aa3; font-size: 14px; min-height: 120px; }
.pic.broken::after { content: "사진을 불러오지 못했습니다"; }
.ph span { background: rgba(255,255,255,.85); padding: 4px 10px; border-radius: 999px; }

/* 메인 배너 */
.hero { position: relative; overflow: hidden; background: var(--dark); }
.hero .track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hero .track::-webkit-scrollbar { display: none; }
.slide { position: relative; flex: 0 0 100%; scroll-snap-align: start; height: clamp(420px, 68vh, 640px); }
.hero-lg .slide { height: clamp(480px, 84vh, 820px); }
.slide .pic, .slide .ph { position: absolute; inset: 0; border-radius: 0; height: 100%; }
.slide .pic img { height: 100%; }
.slide .pic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 80%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 40%); }
.slide-copy { position: absolute; left: 0; right: 0; bottom: 0; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter) 64px; color: #fff; }
.slide-copy > * { max-width: 620px; }
.slide-copy h1, .slide-copy .h1 { font-family: var(--en), var(--font); font-size: clamp(32px, 5.4vw, 64px); font-weight: 700; line-height: 1.12; margin: 0 0 12px; display: block; }
.slide-copy .eyebrow { color: #ffd08a; font-family: Georgia, serif; font-style: italic; font-size: 20px; letter-spacing: 0; text-transform: none; }
.slide-copy .sub { font-size: clamp(16px, 1.8vw, 20px); opacity: .95; }
.slide-copy .btn-line { color: #fff; }
.pos-center .slide-copy { text-align: center; bottom: 50%; transform: translateY(50%); padding-bottom: 0; }
.pos-center .slide-copy > * { margin-left: auto; margin-right: auto; }
.pos-center .slide-copy .btns { justify-content: center; }
.pos-center .pic::after { background: radial-gradient(ellipse at center, rgba(0,0,0,.5) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,0) 75%); }
.pos-right .slide-copy { text-align: right; }
.pos-right .slide-copy > * { margin-left: auto; }
.pos-right .slide-copy .btns { justify-content: flex-end; }
.pos-right .pic::after { background: linear-gradient(270deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 80%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 40%); }
.dots { position: absolute; bottom: 22px; right: var(--gutter); display: flex; gap: 8px; }
.dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; padding: 0; }
.dots button[aria-current="true"] { background: #fff; width: 26px; border-radius: 6px; }
.hero-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.2); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.hero-nav:hover { background: rgba(255,255,255,.35); }
.hero-nav.prev { left: 16px; } .hero-nav.next { right: 16px; }

/* 소개 · 사진+글 */
.intro h2 { font-size: clamp(24px, 3.2vw, 36px); }
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.split.rev > :first-child { order: 2; }
.split-text h2, .split-text h1 { margin-bottom: 12px; }

/* 카드 */
.cards { display: grid; gap: 24px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; color: var(--ink); }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(20,20,30,.08); color: var(--ink); }
.card .pic, .card .ph { border-radius: 0; }
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-body h3 { margin: 0; }
.card-body .eyebrow { margin: 0; font-size: 12px; }
.card-body .muted { font-size: 15px; margin: 4px 0 0; }
.card .more { margin-top: auto; padding-top: 10px; font-weight: 700; color: var(--coral); font-size: 14px; }
.meta { font-size: 13px; color: var(--muted); margin: 0 0 4px; }
.tag { display: inline-block; font-size: 12px; font-weight: 700; padding: 1px 8px; border-radius: 999px; background: var(--soft); color: var(--coral-d); margin-right: 4px; }
.tag-press { background: #eef2ff; color: var(--blue); }
.review-card .card-body { justify-content: flex-start; }
.bg-dark .card { color: var(--ink); }

/* 목록 */
.post-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.post-list a { display: flex; gap: 12px; align-items: center; padding: 16px 4px; border-bottom: 1px solid var(--line); }
.post-list .t { flex: 1; font-weight: 600; }
.post-list time { color: var(--muted); font-size: 14px; }

/* 갤러리 */
.gal-grid { display: grid; gap: 10px; }
.gal-grid .pic, .gal-grid .ph { border-radius: 10px; }
.gal-grid a { display: block; }
.gal-grid img { transition: transform .4s; }
.gal-grid a:hover img { transform: scale(1.04); }

/* 띠배너 */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 6px; font-size: clamp(22px, 2.6vw, 28px); }
.cta-band .btns { margin-top: 0; }

/* 페이지 머리 */
.page-head { padding: 48px 0 28px; background: linear-gradient(180deg, var(--soft), #fff); text-align: center; }
.page-head h1 { margin-bottom: 6px; }
.page-head .lead { margin: 0; }
.subnav { border-bottom: 1px solid var(--line); background: #fff; }
.subnav .wrap { display: flex; justify-content: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.subnav a { padding: 12px 16px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap; }
.subnav a[aria-current="page"] { color: var(--ink); border-color: var(--coral); }
.crumbs { font-size: 13px; color: var(--muted); padding-top: 16px; padding-bottom: 0; }
.crumbs span { margin: 0 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chips a { padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: 14px; }
.chips a[aria-current="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pager { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.pager a { min-width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line); }
.pager a[aria-current="page"] { background: var(--ink); color: #fff; }
.empty { border: 1.5px dashed #dcdce2; border-radius: var(--radius); padding: 40px 20px; text-align: center; color: var(--muted); background: #fff; }
.empty p { margin: 0; }

/* 본문 */
.prose { font-size: 17px; line-height: 1.8; }
.prose h3 { margin-top: 1.6em; font-size: 20px; padding-bottom: 6px; border-bottom: 2px solid var(--soft); }
.prose ul { padding-left: 1.2em; margin: 0 0 1em; }
.prose li { margin: .2em 0; }
.prose a { color: var(--blue); text-decoration: underline; }
.post-head { margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.post-head h1 { font-size: clamp(26px, 3.4vw, 36px); margin: 4px 0 0; }
.post-cover { margin-bottom: 24px; }
.post-cover img { max-height: 70vh; object-fit: contain; background: var(--light); }
article .gal-grid { margin: 24px 0; grid-template-columns: repeat(3, 1fr); }
.related { margin-top: 32px; max-width: 420px; }
.back { margin-top: 40px; }
.about-split { grid-template-columns: .8fr 1.2fr; align-items: start; }

/* 공연 상세 */
.show-hero { padding: 28px 0 48px; }
.show-hero h1 { margin-bottom: 10px; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 0; }
.facts div { background: var(--light); border-radius: 12px; padding: 12px 14px; }
.facts dt { font-size: 13px; color: var(--muted); font-weight: 600; }
.facts dd { margin: 2px 0 0; font-weight: 700; }
.features { display: grid; gap: 40px; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 48px); align-items: center; }
.feature:not(:has(.pic, .ph)) { grid-template-columns: 1fr; width: 100%; max-width: 820px; margin: 0 auto; box-sizing: border-box; background: #fff; border-radius: var(--radius); padding: 28px 32px; }
.feature.rev > :first-child { order: 2; }
.feature:not(:has(.pic, .ph)).rev > :first-child { order: 0; }
.info-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.info-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.info-box h2 { font-size: 20px; }
.videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.video { aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: #000; }
.video iframe { width: 100%; height: 100%; border: 0; }
.file-link { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; }
.file-link small { color: var(--muted); font-weight: 500; margin-left: auto; }

/* 상담폼 */
.form-card { background: #fff; color: var(--ink); border-radius: 18px; padding: clamp(20px, 3vw, 32px); box-shadow: 0 10px 40px rgba(0,0,0,.06); border: 1px solid var(--line); }
.bg-dark .form-card { border: 0; }
.contact-split { align-items: start; }
.big-tel { display: inline-flex; align-items: center; gap: 10px; font-family: var(--en); font-size: clamp(24px, 3vw, 32px); font-weight: 700; margin-top: 12px; color: #fff; }
.inq-form { display: grid; gap: 14px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.f { display: grid; gap: 6px; font-size: 14px; font-weight: 600; }
.f em, .check em { color: var(--coral); font-style: normal; }
.f input, .f select, .f textarea { font: inherit; font-weight: 400; font-size: 16px; padding: 12px 14px; border: 1.5px solid #dcdce2; border-radius: 10px; background: #fff; width: 100%; color: var(--ink); }
.f textarea { resize: vertical; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--coral); outline: none; box-shadow: 0 0 0 3px rgba(255,90,78,.15); }
.f .invalid, .invalid { border-color: #d92d20 !important; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-box { font-size: 13px; color: var(--muted); background: var(--light); border-radius: 10px; padding: 10px 14px; }
.consent-box summary { cursor: pointer; font-weight: 600; color: var(--ink2); }
.consent-box p { margin: 8px 0 0; }
.check { display: flex; gap: 8px; align-items: flex-start; font-size: 15px; font-weight: 600; cursor: pointer; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--coral); }
.form-note { font-size: 14px; color: var(--ink2); background: #fff8e6; border-radius: 10px; padding: 10px 14px; margin: 0; }
.form-msg:empty { display: none; }
.form-msg { padding: 14px 16px; border-radius: 10px; font-weight: 600; }
.form-msg.err { background: #fdecea; color: #b42318; }
.form-msg.ok { background: #e8f7ee; color: #146c2e; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.inq-form.done > :not(.form-msg) { display: none; }
.contact-grid { display: grid; grid-template-columns: 340px 1fr; gap: 32px; align-items: start; }
.contact-side h2 { font-size: 22px; }
.side-item { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; }
.side-item svg { width: 28px; height: 28px; color: var(--coral); }
.side-item.kakao svg { color: #3c1e1e; background: #fee500; border-radius: 8px; padding: 4px; }
.side-item b { display: block; }
.steps { list-style: none; padding: 0; margin: 24px 0 0; counter-reset: s; }
.steps li { counter-increment: s; position: relative; padding: 0 0 16px 40px; font-size: 14px; color: var(--muted); }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--soft); color: var(--coral-d); font-weight: 700; display: grid; place-items: center; font-size: 13px; }
.steps b { display: block; color: var(--ink); }

/* 푸터 */
.site-footer { background: #111115; color: #b9b9c2; font-size: 14px; padding: 40px 0 28px; }
.foot-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-name { color: #fff; font-family: var(--en); font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.foot-info { display: flex; flex-wrap: wrap; gap: 4px 16px; margin: 0; }
.foot-info a { color: #fff; }
.foot-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.foot-links { display: flex; gap: 16px; margin: 0; }
.foot-links a { color: #fff; }
.copy { margin-top: 24px; padding-top: 16px; border-top: 1px solid #2a2a31; font-size: 13px; }
.sns { display: flex; gap: 8px; }
.sns a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #25252c; color: #fff; }
.sns a:hover { background: var(--coral); color: #fff; }
.sns svg { width: 20px; height: 20px; }

/* 모바일 하단 빠른 상담 바 */
.quickbar { display: none; }

/* 라이트박스 */
.lb { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.92); display: flex; align-items: center; justify-content: center; }
.lb img { max-width: 94vw; max-height: 86vh; object-fit: contain; }
.lb button { position: absolute; background: rgba(255,255,255,.15); border: 0; color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 26px; cursor: pointer; }
.lb .x { top: 16px; right: 16px; } .lb .p { left: 16px; } .lb .n { right: 16px; }

/* 반응형 */
@media (max-width: 1024px) {
  .cols-4 { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-side { order: 2; }
  .head-tel span { display: none; }
}
@media (max-width: 900px) {
  :root { --head-h: 60px; }
  .head-top { justify-content: space-between; min-height: 60px; }
  .head-actions { position: static; }
  .head-tel { display: none; }
  .logo img { width: 38px; height: 38px; }
  .logo-text b { font-size: 21px; } .logo-text small { font-size: 11px; }
  .menu-btn { display: block; }
  .gnb { display: none; border-top: 1px solid var(--line); max-height: calc(100vh - 60px); overflow-y: auto; }
  .gnb.open { display: block; }
  .gnb > ul { flex-direction: column; gap: 0; padding: 8px var(--gutter) 16px; }
  .gnb > ul > li > a { padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .gnb .sub { display: block; position: static; transform: none; border: 0; box-shadow: none; padding: 4px 0 8px 12px; }
  .gnb .sub a { padding: 8px 0; color: var(--muted); }
  .split, .feature, .about-split { grid-template-columns: 1fr; }
  .split.rev > :first-child, .feature.rev > :first-child { order: 0; }
  .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .sec { padding: 52px 0; } .sp-compact { padding: 32px 0; } .sp-wide { padding: 72px 0; }
  /* 배너: 사진 위, 글 아래 — 인물 얼굴을 글자가 가리지 않도록 */
  .slide { height: auto; display: flex; flex-direction: column; background: var(--dark); }
  .hero-lg .slide { height: auto; }
  .slide .pic, .slide .ph { position: relative; aspect-ratio: 4/3; height: auto; }
  .slide .pic::after { display: none; }
  .slide .slide-copy { position: static; transform: none; padding: 22px var(--gutter) 56px; text-align: left; }
  .slide .slide-copy > * { margin-left: 0; }
  .slide .slide-copy .btns { justify-content: flex-start; }
  .slide-copy .btns { margin-top: 16px; }
  .dots { bottom: 20px; left: var(--gutter); right: auto; }
  .hero-nav { display: none; }
  .quickbar { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -4px 20px rgba(0,0,0,.06); }
  .quickbar a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 0 7px; font-size: 12px; font-weight: 700; }
  .quickbar svg { width: 22px; height: 22px; }
  .quickbar .qb-kakao svg { color: #3c1e1e; background: #fee500; border-radius: 6px; padding: 2px; }
  .quickbar .qb-form { background: var(--coral); color: #fff; }
  body { padding-bottom: 62px; }
  .head-cta { display: none; }
  .foot-right { align-items: flex-start; }
}
@media (max-width: 560px) {
  .cols-2, .cols-3 { grid-template-columns: 1fr; }
  .cols-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cols-4 .card-body { padding: 12px 14px 14px; }
  .cols-4 .card-body h3 { font-size: 16px; }
  .gal-grid.cols-3, .gal-grid.cols-4, article .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .grid2, .grid3 { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .btns .btn { flex: 1 1 auto; }
  .form-actions .btn { flex: 1 1 100%; }
  .cta-band .btns { width: 100%; }
  .post-list a { flex-wrap: wrap; }
  .post-list time { width: 100%; order: 3; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

.gnb .sub .sub-label { padding: 10px 12px 4px; font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .05em; border-top: 1px solid var(--line); margin-top: 6px; }
.gal-all { gap: 8px; }
.notice-list .tag { display: none; }
.notice-list a { padding: 18px 8px; }
.press-card { border-top: 3px solid var(--coral); }
.press-card .card-body { display: flex; flex-direction: column; gap: 8px; height: 100%; }
.press-card .press-src { margin: 0; font-size: 13px; font-weight: 700; color: var(--coral); letter-spacing: .02em; }
.press-card h3 { margin: 0; }
.press-card .meta { margin-top: auto; }
.press-top { display: flex; gap: 14px; align-items: flex-start; justify-content: space-between; }
.press-top > div:first-child { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.press-card .press-thumb { flex: none; width: 84px; border-radius: 10px; overflow: hidden; }
.gal-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.gal-filter .chip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 16px; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; color: inherit; }
.gal-filter .chip span { color: var(--muted); font-weight: 500; margin-left: 2px; }
.gal-filter .chip.on { background: var(--coral); border-color: var(--coral); color: #fff; }
.gal-filter .chip.on span { color: rgba(255,255,255,.85); }
.gal-all > a[hidden] { display: none; }
.post-card.no-img { border-top: 3px solid var(--coral); }
.post-card.no-img .card-body { padding-top: 22px; }
.steps-dark { margin-top: 32px; }
.steps-dark li { color: rgba(255,255,255,.65); font-size: 15px; }
.steps-dark b { color: #fff; }
.steps-dark li::before { background: rgba(255,255,255,.12); color: #fff; }
