/* ==============================================================
   통바이블 — 정갈한 에디토리얼 (Pretendard)
   · 중성 그레이 페이퍼 + 딥 잉크 + Pretendard 제목·본문 (살색 배제)
   · 무채색(포인트 색 없음), 1px 헤어라인 괘선, 섹션 번호
   · tongbible.com 레이아웃(슬라이더/퀵/후원/게시판/영상/오시는길) 유지
   · 시니어 보정: 본문 18px+, 고대비, 48px 터치영역, tel: 링크
   ============================================================== */

:root {
  --paper: #F1F1F3;
  --paper-2: #E8E8EB;
  --card: #FFFFFF;
  --ink: #17181A;
  --ink-2: #47484C;
  --ink-3: #83848A;
  --line: #DCDCE0;
  --line-2: #E8E8EC;
  /* 포인트 색 제거 → 무채색(잉크). 그린이 쓰이던 모든 곳이 흑백으로 치환됨 */
  --green: #1A1A1A;
  --green-2: #000000;
  --green-tint: #ECECEC;
  --white: #FFFFFF;

  /* 폰트: 전부 Pretendard (명조 세리프 제거) */
  --serif: "Pretendard Variable", Pretendard, -apple-system, "Malgun Gothic", sans-serif;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Malgun Gothic", sans-serif;

  --fs-base: 1.15rem;
  --wrap: 1680px;
  --pad-x: clamp(1.25rem, 4vw, 2.75rem);
}

html { font-size: 100%; scroll-behavior: smooth; }
html.font-lv2 { font-size: 110%; }
html.font-lv3 { font-size: 122%; }
[id] { scroll-margin-top: 6.5rem; }

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--sans);
  font-size: var(--fs-base);
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: var(--ink);
  background: var(--paper);
  word-break: keep-all;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em; }
p, dd, li { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
.nb { white-space: nowrap; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; cursor: pointer; }
ul, li { list-style: none; }
button { font-family: inherit; cursor: pointer; background: transparent; border: 0; color: inherit; }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.wrap { width: min(90%, var(--wrap)); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 0.7rem 1.2rem; z-index: 9999;
}
.skip:focus { left: 0.5rem; top: 0.5rem; border-radius: 4px; }

/* 재사용 라인 화살표 */
.ar { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ==============================================================
   상단 유틸리티 바
   ============================================================== */
.topbar { background: var(--paper-2); border-bottom: 1px solid var(--line); font-size: 0.86rem; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; min-height: 2.7rem; gap: 1rem; }
.topbar-quote { color: var(--ink-3); letter-spacing: 0.02em; }
.topbar-quote b { color: var(--green); font-weight: 700; }
.util { display: flex; align-items: center; gap: 0.2rem; }
.util > a { padding: 0.4rem 0.7rem; color: var(--ink-2); font-weight: 500; transition: color 0.15s; }
.util > a:hover { color: var(--green); }
.util .sep { width: 1px; height: 0.9rem; background: var(--line); margin: 0 0.15rem; }
.fontctl { display: flex; gap: 0.3rem; margin-left: 0.5rem; }
.fontctl button {
  min-width: 2.5rem; min-height: 2.1rem; padding: 0 0.5rem;
  border: 1px solid var(--line); background: var(--white);
  font-size: 0.8rem; font-weight: 700; color: var(--ink-2);
  transition: border-color 0.15s, color 0.15s;
}
.fontctl button:hover { border-color: var(--green); color: var(--green); }

/* ==============================================================
   헤더
   ============================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(241, 241, 243, 0.92);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.7rem; }
.brand { display: flex; align-items: baseline; gap: 0.55rem; }
.brand-mark { font-family: var(--serif); font-size: 1.75rem; font-weight: 800; color: var(--green); line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.brand-sub { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; color: var(--ink-3); margin-left: 0.4rem; letter-spacing: 0.02em; }

.gnb ul { display: flex; align-items: center; gap: 0.1rem; }
.gnb a {
  position: relative; display: inline-flex; align-items: center; min-height: 2.8rem;
  padding: 0.4rem 1rem; font-size: 1.08rem; font-weight: 600; color: var(--ink-2);
  transition: color 0.18s;
}
.gnb a::after {
  content: ""; position: absolute; left: 1rem; right: 1rem; bottom: 0.55rem; height: 1.5px;
  background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.22s ease;
}
.gnb a:hover, .gnb a:focus-visible { color: var(--green); }
.gnb a:hover::after, .gnb a:focus-visible::after { transform: scaleX(1); }

.header-tools { display: flex; align-items: center; gap: 0.7rem; }
.callbtn {
  display: inline-flex; align-items: center; gap: 0.45rem; min-height: 2.9rem;
  padding: 0.4rem 1.1rem; border: 1.5px solid var(--green); border-radius: 3px;
  color: var(--green); font-weight: 700; font-size: 1.02rem; letter-spacing: 0.01em;
  transition: background 0.18s, color 0.18s;
}
.callbtn:hover { background: var(--green); color: #fff; }
.callbtn .ar { stroke-width: 1.7; }

.menu-toggle { display: none; align-items: center; gap: 0.5rem; min-height: 2.9rem; padding: 0.4rem 0.9rem; border: 1px solid var(--ink); border-radius: 3px; font-weight: 600; }
.menu-toggle-icon { display: inline-flex; flex-direction: column; gap: 4px; }
.menu-toggle-icon i { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.menu-open .menu-toggle-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle-icon i:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ==============================================================
   히어로 — 마스트헤드 + 와이드 슬라이더
   ============================================================== */
.hero { padding-top: clamp(1.4rem, 3vw, 2.4rem); }
.hero-media { margin-top: 0; }
/* 화면에서만 숨기는 제목(접근성·SEO용) */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* 슬라이더 */
.slider { position: relative; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: var(--paper-2); }
.banner-slider { position: relative; overflow: hidden; }
.banner-track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.banner-slide { flex: 0 0 100%; display: block; }
.banner-slide img { width: 100%; aspect-ratio: 43 / 24; object-fit: cover; }
a.banner-slide:focus-visible { outline: 3px solid var(--green); outline-offset: -3px; }

/* 화살표 — 박스·배경 없이 화살표만 (흰색 + 그림자) */
.banner-arrow {
  position: absolute; top: 50%; z-index: 3;
  width: 3.4rem; height: 3.4rem; display: grid; place-items: center;
  background: transparent; border: 0; color: #fff; opacity: 0.92;
  transition: opacity 0.18s;
}
.banner-arrow svg { width: 2.1rem; height: 2.1rem; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55)); transition: transform 0.18s; }
.banner-arrow:hover { opacity: 1; }
.banner-arrow.prev { left: 0.4rem; transform: translateY(-50%); }
.banner-arrow.next { right: 0.4rem; transform: translateY(-50%); }
.banner-arrow.prev:hover svg { transform: translateX(-3px); }
.banner-arrow.next:hover svg { transform: translateX(3px); }

/* 슬라이드 위 도트(슬라이드 수) */
.banner-dots { position: absolute; left: 0; right: 0; bottom: 1.15rem; z-index: 3; display: flex; justify-content: center; align-items: center; gap: 0.5rem; }
.banner-dots button { width: 0.6rem; height: 0.6rem; border-radius: 50%; background: rgba(255, 255, 255, 0.55); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); transition: background 0.2s, transform 0.2s; }
.banner-dots button.on { background: #fff; transform: scale(1.3); }

/* 멈춤/재생 — 아이콘 버튼(세로 막대 2개 ↔ 삼각형) */
.banner-pause { position: absolute; right: 0.9rem; bottom: 0.8rem; z-index: 3; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 0, 0, 0.35); color: #fff; transition: background 0.18s; }
.banner-pause:hover { background: rgba(0, 0, 0, 0.6); }
.banner-pause svg { width: 1.15rem; height: 1.15rem; fill: #fff; }
.banner-pause .ic-play { display: none; }
.banner-pause.is-paused .ic-pause { display: none; }
.banner-pause.is-paused .ic-play { display: block; }

/* 타임라인 — 다음 슬라이드까지 진행바 */
.banner-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255, 255, 255, 0.28); z-index: 3; }
.banner-progress-fill { display: block; height: 100%; width: 100%; background: #fff; transform: scaleX(0); transform-origin: left center; }
@media (prefers-reduced-motion: reduce) { .banner-progress { display: none; } }

/* ==============================================================
   퀵 링크 스트립
   ============================================================== */
.quicklinks { margin-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item {
  display: flex; align-items: center; gap: 0.85rem; min-height: 5.2rem; padding: 1rem 1.4rem;
  border-left: 1px solid var(--line); transition: background 0.18s;
}
.quick-item:first-child { border-left: 0; }
.quick-item:hover { background: var(--card); }
.quick-item .ar-ic { width: 1.6rem; height: 1.6rem; stroke: var(--green); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.quick-item .qt { font-weight: 600; font-size: 1.02rem; line-height: 1.35; }
.quick-item .qs { display: block; font-size: 0.82rem; color: var(--ink-3); font-weight: 500; }
.quick-item:hover .qt { color: var(--green); }

/* ==============================================================
   섹션 공통 — 좌: 번호+제목 / 우: 본문
   ============================================================== */
/* ==============================================================
   섹션 공통 (nknh 느낌 — 넉넉한 여백 · 큰 제목 · 톤 교차)
   ============================================================== */
.section { padding-block: clamp(4rem, 9vw, 8.5rem); }
.section--tone { background: var(--paper-2); }

.sec-head { max-width: 640px; margin-bottom: clamp(2.2rem, 4vw, 3.6rem); }
.eyebrow { display: flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.16em; color: var(--ink-3); text-transform: uppercase; }
.cross { font-style: normal; font-weight: 400; color: var(--ink); font-size: 1rem; line-height: 1; }
.sec-h { margin-top: 1.1rem; font-size: clamp(1.9rem, 3.4vw, 3rem); font-weight: 800; line-height: 1.22; letter-spacing: -0.03em; color: var(--ink); }

/* 바로가기 아이콘 4 */
.nav-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: clamp(1.6rem, 3vw, 2.6rem); }
.nav-tile { display: flex; flex-direction: column; align-items: flex-start; padding: 1.7rem 1.6rem 1.5rem; background: var(--card); border: 1px solid var(--line); border-radius: 8px; transition: transform 0.22s, background 0.22s, border-color 0.22s; }
.nav-tile .nt-ic { width: 3.1rem; height: 3.1rem; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--line); margin-bottom: 0.9rem; transition: border-color 0.22s, background 0.22s; }
.nav-tile .nt-ic svg { width: 1.65rem; height: 1.65rem; fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.22s; }
.nav-tile .nt-t { font-size: 1.22rem; font-weight: 800; letter-spacing: -0.02em; }
.nav-tile .nt-s { font-size: 0.92rem; color: var(--ink-3); margin-top: 0.15rem; }
.nav-tile:hover { transform: translateY(-4px); background: var(--ink); border-color: var(--ink); color: #fff; }
.nav-tile:hover .nt-ic { border-color: rgba(255, 255, 255, 0.35); }
.nav-tile:hover .nt-ic svg { stroke: #fff; }
.nav-tile:hover .nt-s { color: rgba(255, 255, 255, 0.7); }

/* 교재 특별판 프로모 */
.promo { display: flex; align-items: center; justify-content: space-between; gap: 2rem clamp(2rem, 5vw, 4rem); flex-wrap: wrap; margin-top: clamp(1.6rem, 3vw, 2.6rem); padding: clamp(1.9rem, 3.5vw, 3.2rem); background: var(--ink); color: #fff; border-radius: 10px; transition: transform 0.22s; }
.promo:hover { transform: translateY(-3px); }
.promo-body { flex: 1 1 30rem; }
.promo-eyebrow { font-size: 0.88rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.promo-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; margin-top: 0.6rem; }
.promo-title strong { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.promo-desc { margin-top: 0.9rem; color: rgba(255, 255, 255, 0.8); max-width: 54ch; font-size: 1.02rem; }
.promo-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 1.1rem; }
.promo-price { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; white-space: nowrap; }
.promo-price em { font-style: normal; font-size: 0.45em; font-weight: 600; margin-left: 0.25rem; }
.promo-cta { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.5rem; background: #fff; color: var(--ink); border-radius: 100px; font-weight: 700; white-space: nowrap; transition: background 0.2s; }
.promo-cta .ar { width: 1.1rem; height: 1.1rem; }
.promo:hover .promo-cta { background: var(--paper); }

/* 성경 읽기 · 도구 그리드 */
.read-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.read-item { display: flex; align-items: center; gap: 0.85rem; min-height: 4.4rem; padding: 1rem 1.4rem; background: var(--card); border: 1px solid var(--line); border-radius: 7px; font-weight: 600; font-size: 1.05rem; line-height: 1.3; transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s; }
.read-item svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; transition: stroke 0.2s; }
.read-item:hover { transform: translateY(-3px); background: var(--ink); border-color: var(--ink); color: #fff; }
.read-item:hover svg { stroke: #fff; }

/* 신청 바로가기 카드 (news-row 안, board.js 삽입 기준점) */
.apply-card { background: var(--card); border: 1px solid var(--line); border-radius: 5px; padding: 1.7rem 1.6rem; display: flex; flex-direction: column; }
.apply-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 0.8rem; padding: 0.95rem 0; border-bottom: 1px solid var(--line-2); }
.apply-item:last-child { border-bottom: 0; }
.apply-item span { grid-column: 1; grid-row: 1; font-size: 1.1rem; font-weight: 700; }
.apply-item small { grid-column: 1; grid-row: 2; font-size: 0.9rem; color: var(--ink-3); }
.apply-item .ar { grid-column: 2; grid-row: 1 / span 2; width: 1.4rem; height: 1.4rem; color: var(--ink-3); transition: transform 0.2s, color 0.2s; }
.apply-item:hover span { text-decoration: underline; text-underline-offset: 3px; }
.apply-item:hover .ar { color: var(--ink); transform: translateX(3px); }
.section-grid { display: grid; grid-template-columns: minmax(210px, 300px) 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.section-head .sec-num { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--green); line-height: 1; }
.section-head .sec-kicker { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.12em; color: var(--ink-3); margin-top: 1rem; }
.section-head .sec-title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 700; line-height: 1.35; color: var(--ink); margin-top: 0.7rem; }
.section-head .sec-note { font-size: 1rem; color: var(--ink-2); margin-top: 1.1rem; max-width: 30ch; }
.section-body > .lead { font-size: clamp(1.15rem, 1.6vw, 1.3rem); color: var(--ink-2); line-height: 1.85; }
.section-body > .lead strong { color: var(--ink); font-weight: 700; }

/* 소개 — 특징 리스트 */
.feature-list { margin-top: 2rem; }
.feature-list > div { display: grid; grid-template-columns: auto 1fr; gap: 0 1.3rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.feature-list .fi-num { grid-row: span 2; font-family: var(--serif); font-size: 1.1rem; color: var(--green); font-weight: 700; padding-top: 0.15rem; }
.feature-list dt { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; color: var(--ink); }
.feature-list dd { color: var(--ink-2); margin-top: 0.35rem; }

/* ==============================================================
   교회와 사역 — 에디토리얼 리스트
   ============================================================== */
.ministry-list { border-top: 1px solid var(--ink); }
.ministry-item {
  display: grid; grid-template-columns: 3.5rem 1fr auto; align-items: center; gap: 1.2rem;
  padding: 1.7rem 0.4rem; border-bottom: 1px solid var(--line);
  transition: padding 0.25s, background 0.2s;
}
.ministry-item .mi-num { font-family: var(--serif); font-size: 1.15rem; color: var(--green); font-weight: 700; }
.ministry-item h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 700; color: var(--ink); }
.ministry-item p { font-size: 1.02rem; color: var(--ink-2); margin-top: 0.35rem; }
.ministry-item .mi-go { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-2); transition: background 0.22s, color 0.22s, border-color 0.22s, transform 0.22s; }
.ministry-item:hover { background: var(--card); padding-left: 1.1rem; }
.ministry-item:hover .mi-go { background: var(--green); border-color: var(--green); color: #fff; transform: rotate(-45deg); }
.ministry-item:hover h3 { color: var(--green); }

/* ==============================================================
   후원 · 제휴
   ============================================================== */
.sponsor-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.9rem; margin-top: 0.5rem; }
.sponsor-item { display: grid; place-items: center; aspect-ratio: 3 / 2; background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
.sponsor-item img { width: 100%; height: 100%; object-fit: contain; padding: 0.7rem; }
a.sponsor-item:hover { border-color: var(--green); box-shadow: 0 6px 18px rgba(26, 26, 26, 0.06); }

/* ==============================================================
   소식 · 커뮤니티 — 게시판 + 도구 + 칼럼
   ============================================================== */
.news-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.board-card { background: var(--card); border: 1px solid var(--line); border-radius: 5px; padding: 1.7rem 1.6rem; display: flex; flex-direction: column; }
.board-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 0.9rem; border-bottom: 1.5px solid var(--ink); margin-bottom: 0.3rem; }
.board-head h3 { font-size: 1.3rem; font-weight: 700; color: var(--ink); }
.board-more { font-size: 0.9rem; font-weight: 600; color: var(--ink-3); transition: color 0.18s; }
.board-more:hover { color: var(--green); }
.board-list { display: flex; flex-direction: column; flex: 1; }
.board-list li { border-bottom: 1px solid var(--line-2); }
.board-list li:last-child { border-bottom: 0; }
.board-list a { display: flex; align-items: center; gap: 0.8rem; min-height: 3.3rem; padding: 0.4rem 0; }
.board-list .b-title { flex: 1; font-size: 1.02rem; font-weight: 500; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.board-list .b-date { flex-shrink: 0; font-size: 0.88rem; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.board-list a:hover .b-title { color: var(--green); }

/* 성경 읽기 · 도구 */
.tool-card { background: var(--card); border: 1px solid var(--line); border-radius: 5px; padding: 1.7rem 1.6rem; display: flex; flex-direction: column; }
.tool-list-col { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 0.3rem; }
.tool-pill { display: flex; align-items: center; gap: 0.7rem; min-height: 3.2rem; padding: 0.5rem 0.2rem; border-bottom: 1px solid var(--line-2); font-size: 1rem; font-weight: 500; color: var(--ink-2); transition: color 0.18s, padding 0.18s; }
.tool-pill:last-child { border-bottom: 0; }
.tool-pill .tp-ic { flex-shrink: 0; width: 1.2rem; height: 1.2rem; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.tool-pill:hover { color: var(--green); padding-left: 0.6rem; }

/* 칼럼 · 미디어 링크 4개 */
.column-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.column-link { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 9.5rem; padding: 1.4rem 1.5rem; background: var(--card); border: 1px solid var(--line); border-radius: 5px; transition: background 0.22s, border-color 0.22s; overflow: hidden; }
.column-link .cl-kicker { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; color: var(--ink-3); }
.column-link strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--ink); margin-top: 0.4rem; }
.column-link .ar { position: absolute; top: 1.4rem; right: 1.4rem; color: var(--ink-3); transition: color 0.22s, transform 0.22s; }
.column-link:hover { background: var(--green); border-color: var(--green); }
.column-link:hover .cl-kicker { color: rgba(255,255,255,0.7); }
.column-link:hover strong { color: #fff; }
.column-link:hover .ar { color: #fff; transform: translate(2px, -2px); }

/* ==============================================================
   말씀 영상
   ============================================================== */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.video-card { background: var(--card); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.video-thumb { position: relative; aspect-ratio: 16 / 9; width: 100%; display: block; background: var(--ink); overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.video-card:hover .video-thumb img { transform: scale(1.04); }
.video-thumb .play-badge { position: absolute; inset: 0; display: grid; place-items: center; }
.video-thumb .play-badge span { width: 3.8rem; height: 3.8rem; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--green); display: grid; place-items: center; font-size: 1.25rem; padding-left: 0.2rem; transition: transform 0.2s, background 0.2s, color 0.2s; }
.video-thumb:hover .play-badge span { transform: scale(1.08); background: var(--green); color: #fff; }
.video-card iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.video-card-title { padding: 1rem 1.2rem 1.2rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--ink); line-height: 1.4; }
.video-thumb.is-empty { background: repeating-linear-gradient(45deg, #E2E2E6 0 14px, #ECECEF 14px 28px); cursor: default; }
.video-thumb.is-empty .empty-note { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink-3); font-size: 0.92rem; padding: 1rem; text-align: center; }

/* 쇼츠 */
.shorts-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.shorts-nav { display: flex; gap: 0.5rem; }
.shorts-nav button { width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--ink); display: grid; place-items: center; transition: background 0.18s, border-color 0.18s, color 0.18s; }
.shorts-nav button svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shorts-nav button:hover { background: var(--green); border-color: var(--green); color: #fff; }
.shorts-strip { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 0.6rem; cursor: grab; user-select: none; -webkit-user-select: none; }
.shorts-strip.dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.shorts-strip::-webkit-scrollbar { height: 7px; }
.shorts-strip::-webkit-scrollbar-track { background: var(--paper-2); border-radius: 100px; }
.shorts-strip::-webkit-scrollbar-thumb { background: var(--line); border-radius: 100px; }
.shorts-strip::-webkit-scrollbar-thumb:hover { background: var(--green); }
.shorts-card { flex: 0 0 auto; width: clamp(13rem, 17vw, 20rem); scroll-snap-align: start; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: var(--ink); }
@media (min-width: 64.01rem) { .shorts-card { width: max(12rem, calc((100% - (var(--shorts-count, 7) - 1) * 1rem) / var(--shorts-count, 7))); } }
.shorts-thumb { position: relative; width: 100%; aspect-ratio: 9 / 16; display: block; overflow: hidden; }
.shorts-thumb img { width: 100%; height: 100%; object-fit: cover; }
.shorts-thumb .play-badge { position: absolute; inset: 0; display: grid; place-items: center; }
.shorts-thumb .play-badge span { width: 3.2rem; height: 3.2rem; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--green); display: grid; place-items: center; font-size: 1.1rem; padding-left: 0.2rem; transition: transform 0.2s, background 0.2s, color 0.2s; }
.shorts-thumb:hover .play-badge span { transform: scale(1.1); background: var(--green); color: #fff; }
.shorts-card iframe { width: 100%; aspect-ratio: 9 / 16; border: 0; display: block; }

/* ==============================================================
   참여 · 후원
   ============================================================== */
.join-list { border-top: 1px solid var(--ink); margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.join-item { display: grid; grid-template-columns: 3.5rem 1fr auto; align-items: center; gap: 1.2rem; padding: 1.6rem 0.4rem; border-bottom: 1px solid var(--line); transition: padding 0.25s, background 0.2s; }
.join-item .ji-num { font-family: var(--serif); font-size: 1.15rem; color: var(--green); font-weight: 700; }
.join-item h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 700; color: var(--ink); }
.join-item p { font-size: 1rem; color: var(--ink-2); margin-top: 0.3rem; }
.join-item .ji-go { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--green); white-space: nowrap; }
.join-item:hover { background: var(--card); padding-left: 1.1rem; }
.join-item:hover .ji-go .ar { transform: translateX(3px); transition: transform 0.2s; }

.call-block { background: var(--green); color: #fff; border-radius: 6px; padding: clamp(2.4rem, 5vw, 3.6rem); text-align: center; }
.call-block .call-label { font-size: 1.1rem; color: rgba(255,255,255,0.82); }
.call-block .call-number { display: inline-block; font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; letter-spacing: 0.01em; line-height: 1.1; margin: 0.7rem 0 0.4rem; color: #fff; }
.call-block .call-number:hover { color: #E9E9EC; }
.call-block .call-sub { font-size: 1rem; color: rgba(255,255,255,0.8); margin-top: 0.6rem; }
.call-block .call-sub a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.5); }

/* ==============================================================
   오시는 길
   ============================================================== */
.location-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.4rem; align-items: stretch; }
.location-map { border: 1px solid var(--line); border-radius: 5px; overflow: hidden; min-height: 24rem; }
.location-map iframe { width: 100%; height: 100%; min-height: 24rem; border: 0; display: block; }
.location-info { padding-top: 0.3rem; }
.location-info dl { border-top: 1px solid var(--line); }
.location-info .li-row { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.location-info dt { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.06em; color: var(--ink-3); padding-top: 0.15rem; }
.location-info dd { font-size: 1.08rem; color: var(--ink); }
.location-info .tel-link { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--green); }
.location-info .tel-link.sub { font-size: 1.05rem; }
.location-info dd a:not(.tel-link) { border-bottom: 1px solid var(--line); }
.map-links { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }
.map-links a { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 3rem; padding: 0.4rem 1.2rem; border: 1px solid var(--line); border-radius: 3px; font-size: 1rem; font-weight: 600; transition: border-color 0.18s, color 0.18s; }
.map-links a:hover { border-color: var(--green); color: var(--green); }

/* ==============================================================
   푸터
   ============================================================== */
.site-footer { background: var(--paper-2); border-top: 1px solid var(--line); margin-top: clamp(2rem, 5vw, 4rem); padding-block: clamp(3rem, 6vw, 4.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); }
.footer-brand .brand-name { font-size: 1.7rem; }
.footer-brand .brand-mark { font-size: 2rem; }
.footer-brand .f-desc { color: var(--ink-2); margin-top: 1.1rem; max-width: 34ch; font-size: 1rem; }
.footer-brand .f-contact { margin-top: 1.4rem; font-size: 1rem; color: var(--ink-2); line-height: 2; }
.footer-brand .f-contact a { color: var(--ink); border-bottom: 1px solid var(--line); }
.footer-brand .f-tel { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--green); border: 0; }
.footer-col h4 { font-size: 0.9rem; font-weight: 700; letter-spacing: 0.08em; color: var(--ink-3); margin-bottom: 1rem; font-family: var(--sans); }
.footer-col ul { display: flex; flex-direction: column; gap: 0.1rem; }
.footer-col a { display: inline-flex; min-height: 2.4rem; align-items: center; color: var(--ink-2); font-size: 1rem; transition: color 0.15s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--ink-3); }
.footer-bottom a { color: var(--ink-3); }
.footer-bottom a:hover { color: var(--green); }

/* ==============================================================
   플로팅 퀵독 + 맨 위로
   ============================================================== */
.quickdock { position: fixed; right: 0.9rem; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 10px 30px rgba(26,26,26,0.08); }
.quickdock a { display: grid; place-items: center; gap: 0.15rem; width: 4.1rem; padding: 0.7rem 0.4rem; font-size: 0.72rem; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid var(--line-2); transition: background 0.18s, color 0.18s; }
.quickdock a:last-child { border-bottom: 0; }
.quickdock a svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.quickdock a:hover { background: var(--green); color: #fff; }

.to-top { position: fixed; right: 0.9rem; bottom: 1rem; z-index: 90; display: inline-flex; align-items: center; gap: 0.35rem; min-height: 2.7rem; padding: 0.45rem 1rem; background: var(--ink); color: #fff; border-radius: 3px; font-size: 0.9rem; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.to-top.show { opacity: 1; pointer-events: auto; }

/* ===== 스크롤 리빌 ===== */
.fade-anim { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-anim.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fade-anim { opacity: 1; transform: none; transition: none; } .banner-track { transition: none; } }

/* ==============================================================
   반응형
   ============================================================== */
@media (max-width: 74rem) {
  .nav-tiles { grid-template-columns: repeat(2, 1fr); }
  .read-grid { grid-template-columns: repeat(2, 1fr); }
  .sponsor-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 60rem) {
  .news-row { grid-template-columns: 1fr 1fr; }
  .news-row > .apply-card { grid-column: 1 / -1; }
  .column-links { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .quickdock { display: none; }
}

@media (max-width: 48rem) {
  .topbar-quote { display: none; }
  .topbar-in { justify-content: flex-end; }
  .callbtn { display: none; }
  .menu-toggle { display: inline-flex; }
  .gnb { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(26,26,26,0.1); display: none; }
  .menu-open .gnb { display: block; }
  .gnb ul { flex-direction: column; align-items: stretch; padding: 0.5rem 5%; }
  .gnb a { min-height: 3.6rem; font-size: 1.2rem; padding: 0.5rem 0; border-bottom: 1px solid var(--line-2); }
  .gnb a::after { display: none; }
  .gnb li:last-child a { border-bottom: 0; }
  .nav-tiles { grid-template-columns: 1fr 1fr; }
  .read-grid { grid-template-columns: 1fr 1fr; }
  .promo { flex-direction: column; align-items: flex-start; }
  .promo-aside { flex-direction: row; align-items: center; align-self: stretch; justify-content: space-between; }
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .news-row { grid-template-columns: 1fr; }
  .column-links { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .shorts-card { width: min(66vw, 16rem); }
}

/* 쇼츠 헤더 안의 섹션 제목은 아래 여백 제거 */
.shorts-head .sec-head { margin-bottom: 0; }
