/* DC KOREA — DCP(dcp.kr) 톤앤매너를 참고한 스타일시트
   딥네이비 #001478 / 민트 #62F5A1 / 소프트그레이 #F3F6FB */

@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
/* 인트로 모토 전용 — 원본 슬라이더가 쓰던 서체 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css");

:root {
  --navy: #001478;
  --navy-deep: #000d4d;
  --mint: #62f5a1;
  --ink: #111111;
  --ink-2: #222222;
  --body: #444a55;
  --muted: #666666;
  --line: #e3e7ee;
  --bg: #ffffff;
  --bg-soft: #f3f6fb;
  --radius: 12px;
  --wrap: 1200px;
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Spoqa Han Sans Neo", "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", system-ui, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.28; letter-spacing: -0.025em; margin: 0; font-weight: 700; }

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

/* ---------------------------------------------------------------- 헤더 */

.site-header {
  position: sticky; top: 0; z-index: 60; height: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 14px; height: 100%; }
/* 로고는 헤더 맨 위에 붙인다 — 위쪽 여백 0, 크기는 34px에서 50% 키운 51px */
.brand { align-self: flex-start; display: block; line-height: 0; }
.brand img { height: 51px; width: auto; }
.brand .logo-light { display: none; }

/* 원본 실측 비율: DCK 95×47, DCP 82×35 (80px 컨테이너, DCK top 19 / DCP top 40).
   DCK를 51px로 키웠으므로 같은 배율(×1.085)을 적용해 DCP는 38px, 23px 아래로 내린다. */
/* 구분선은 로고 정렬과 무관하게 헤더 높이의 정중앙에 둔다 */
.brand-sep { align-self: center; color: #c9d0dc; font-weight: 300; font-size: 22px; line-height: 1; }
.brand-dcp { align-self: flex-start; margin-top: 23px; display: block; line-height: 0; }
.brand-dcp img { height: 38px; width: auto; }
/* DCP 로고는 흰색 원본이라 밝은 배경에서는 어둡게 반전시켜 쓴다 */
.site-header:not(.is-overlay) .brand-dcp img,
.site-header.is-stuck .brand-dcp img { filter: invert(1) brightness(.35); }

/* ---- 투명 오버레이 헤더 (원본 data-transparent="true" 재현) ---- */
.site-header.is-overlay {
  position: absolute; top: 0; left: 0; right: 0;
  background: transparent; border-bottom-color: rgba(255, 255, 255, .16);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-overlay .nav > li > a { color: #fff; }
.site-header.is-overlay .nav > li > a:hover,
.site-header.is-overlay .nav > li > a.is-active { color: var(--mint); background: rgba(255, 255, 255, .1); }
.site-header.is-overlay .brand .logo-color { display: none; }
.site-header.is-overlay .brand .logo-light { display: block; }
.site-header.is-overlay .brand-sep { color: rgba(255, 255, 255, .45); }
.site-header.is-overlay .nav-toggle span { background: #fff; }

/* 스크롤하면 흰 배경으로 굳는다 */
.site-header.is-overlay.is-stuck {
  position: fixed; background: rgba(255, 255, 255, .96);
  border-bottom-color: var(--line); box-shadow: 0 2px 18px rgba(0, 20, 120, .08);
}
.site-header.is-overlay.is-stuck .nav > li > a { color: var(--ink-2); }
.site-header.is-overlay.is-stuck .nav > li > a:hover { color: var(--navy); background: var(--bg-soft); }
.site-header.is-overlay.is-stuck .brand .logo-color { display: block; }
.site-header.is-overlay.is-stuck .brand .logo-light { display: none; }
.site-header.is-overlay.is-stuck .brand-sep { color: #c9d0dc; }
.site-header.is-overlay.is-stuck .nav-toggle span { background: var(--ink); }

.nav { display: flex; gap: 2px; margin-left: auto; align-items: center; list-style: none; padding: 0; margin-block: 0; }
.nav > li { position: relative; }
.nav > li > a {
  display: block; padding: 11px 16px; font-size: 15.5px; font-weight: 700;
  color: var(--ink-2); border-radius: 8px; transition: color .15s, background .15s;
}
.nav > li > a:hover, .nav > li > a.is-active { color: var(--navy); background: var(--bg-soft); }
.nav ul {
  position: absolute; top: 100%; left: 0; min-width: 196px; padding: 8px;
  margin: 4px 0 0; list-style: none; background: #fff;
  border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 20, 120, .12);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .18s ease;
}
.nav > li:hover ul, .nav > li:focus-within ul { opacity: 1; visibility: visible; transform: none; }
.nav ul a { display: block; padding: 9px 12px; font-size: 14.5px; font-weight: 500; border-radius: 7px; }
.nav ul a:hover { background: var(--bg-soft); color: var(--navy); }

.nav-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }

/* ---------------------------------------------------------------- 히어로 슬라이더 */

/* 투명 헤더가 위에 얹히므로 히어로는 화면 전체 높이를 쓴다 */
.hero { position: relative; height: 100dvh; min-height: 560px; max-height: 900px; overflow: hidden; background: #000; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.is-on { opacity: 1; }

/* 원본 슬라이더의 켄번스 효과 재현 — 30초에 걸쳐 100% → 150% 확대
   (원본 파라미터: data-kenburns="on" scalestart=100 scaleend=150 duration=30000) */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transform: scale(1); transform-origin: center; will-change: transform;
}
.hero-slide.zoom .hero-bg { animation: kenburns 30s linear forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.5); } }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,8,40,.55), rgba(0,8,40,.72)); }
.hero-slide .inner {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 24px;
}
/* 쉬는 상태를 opacity:1로 두고 진입 애니메이션만 backwards로 채운다.
   이렇게 해야 빠져나가는 슬라이드의 문구가 배경과 함께 서서히 사라진다.
   (기본값을 opacity:0으로 두면 교체 순간 문구만 툭 끊겨 1초쯤 배경만 남는다) */
/* 원본 로고는 369px, 직전 버전은 210px였다. 그 중간인 290px.
   DCP도 가로 폭을 DCK와 동일하게 맞춘다(비율이 달라 높이는 자연히 낮아진다). */
.hero-slide .mark { width: min(290px, 60vw); margin-bottom: 30px; }

/* 서체·굵기는 원본(Quicksand 400)을 유지하되 크기는 20% 줄이고(50→40px)
   자간은 원본 .4em에서 .12em으로 좁혔다. Quicksand 자체는 자간이 넓은 서체가 아니라
   (기본 자간에서 Arial 대비 +2.8%) 넓어 보이던 건 원본의 letter-spacing 때문이었다.
   자간을 주면 마지막 글자 뒤 빈칸만큼 가운데정렬이 밀리므로 그만큼 당겨준다. */
.hero-slide h2 {
  color: #fff; max-width: min(900px, 88vw);  /* 원본 캡션 폭 900px */
  font-family: Quicksand, "Spoqa Han Sans Neo", sans-serif;
  font-weight: 400; font-size: clamp(18px, 2.9vw, 40px);
  letter-spacing: .12em; line-height: 1.28; margin-right: -.12em;
}
.hero-slide.is-on .mark { animation: heroIn .9s .15s ease backwards; }
.hero-slide.is-on h2 { animation: heroIn .9s .3s ease backwards; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

.hero-dots { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero-dots button {
  width: 34px; height: 4px; border: 0; padding: 0; cursor: pointer; border-radius: 2px;
  background: rgba(255,255,255,.35); transition: background .2s;
}
.hero-dots button.is-on { background: var(--mint); }

@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide .mark, .hero-slide h2, .hero-bg { transition: none; animation: none; opacity: 1; transform: none; }
  .hero-slide:not(.is-on) { opacity: 0; }
}

/* 서브페이지 상단 */
.page-head { padding: 82px 0 74px; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.page-head::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 82% 18%, rgba(98,245,161,.16), transparent 46%);
}
.page-head .wrap { position: relative; z-index: 1; }
.page-head .eyebrow { display: block; color: var(--mint); font-size: 13px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 14px; }
.page-head h1 { color: #fff; font-size: clamp(29px, 4vw, 44px); }
.page-head p { margin: 16px 0 0; color: #b3c0dd; font-size: 17px; max-width: 62ch; }

.crumb { font-size: 13.5px; color: var(--muted); padding: 17px 0; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.crumb a:hover { color: var(--navy); }

/* ---------------------------------------------------------------- 버튼 */

.btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  padding: 14px 26px; border-radius: 8px; font-size: 15.5px; font-weight: 700;
  border: 1px solid transparent; transition: all .16s ease; font-family: inherit;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); }
.btn-mint { background: var(--mint); color: var(--navy); }
.btn-mint:hover { filter: brightness(.94); }
.btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-line { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-line:hover { border-color: var(--navy); color: var(--navy); }
.btn-danger { background: #d92d20; color: #fff; }
.btn-sm { padding: 8px 15px; font-size: 13.5px; }

/* ---------------------------------------------------------------- 섹션 */

.section { padding: 100px 0; }
.section-soft { background: var(--bg-soft); }
.section-navy { background: var(--navy); color: #c3cfe9; }
.section-navy h2, .section-navy h3 { color: #fff; }

.section-head { max-width: 64ch; margin-bottom: 50px; }
.section-head .eyebrow { display: block; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); margin-bottom: 13px; }
.section-navy .section-head .eyebrow { color: var(--mint); }
.section-head h2 { font-size: clamp(27px, 3.5vw, 38px); }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.section-navy .section-head p { color: #a8b6d6; }

.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

/* ---------------------------------------------------------------- 카드 */

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(0,20,120,.11); border-color: #ccd6e8; }
.card .thumb { aspect-ratio: 16 / 10; background: var(--bg-soft) center/cover no-repeat; }
.card .thumb.empty { display: grid; place-items: center; color: #aab3c4; font-size: 13px; }
.card .body { padding: 25px; flex: 1 0 auto; display: flex; flex-direction: column; }
.card h3 { font-size: 18.5px; }
.card .desc { margin: 11px 0 0; font-size: 15px; color: var(--muted); }
.card .more { margin-top: auto; padding-top: 18px; font-weight: 700; font-size: 14px; color: var(--navy); }

.tag { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--navy); color: var(--mint); font-size: 12.5px; font-weight: 700; }

/* 통계 스트립 */
.stats { display: grid; gap: 1px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); background: rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.stats div { background: var(--navy); padding: 34px 28px; }
.stats .num { font-size: 40px; font-weight: 700; color: var(--mint); line-height: 1.1; }
.stats .label { margin-top: 8px; font-size: 15px; color: #b3c0dd; }

/* ---------------------------------------------------------------- 본문 */

.prose { font-size: 16.5px; color: var(--body); }
.prose :where(h2, h3) { margin: 40px 0 14px; }
.prose p { margin: 0 0 16px; }
.prose img { border-radius: 10px; margin: 22px 0; }
.prose a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 16px; }
.prose table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.prose th { background: var(--bg-soft); }

.article-head { padding: 56px 0 28px; border-bottom: 1px solid var(--line); }
.article-head h1 { font-size: clamp(25px, 3.4vw, 37px); }
.article-head .meta { margin-top: 14px; font-size: 14px; color: var(--muted); display: flex; gap: 16px; flex-wrap: wrap; }
.article-body { padding: 44px 0 64px; }
.article-nav { display: flex; justify-content: space-between; gap: 16px; padding: 28px 0 90px; }

.attachments { margin: 34px 0; border: 1px solid var(--line); border-radius: 12px; padding: 8px; }
.attachments a { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 9px; font-size: 15px; font-weight: 600; color: var(--ink); }
.attachments a:hover { background: var(--bg-soft); color: var(--navy); }

/* 목록형 게시판 */
.list { border-top: 2px solid var(--navy); }
.list-item { display: flex; gap: 28px; padding: 30px 6px; border-bottom: 1px solid var(--line); align-items: center; }
.list-item:hover h3 { color: var(--navy); }
.list-item .thumb { width: 190px; aspect-ratio: 16/10; flex: none; border-radius: 8px; background: var(--bg-soft) center/cover no-repeat; }
.list-item .body { flex: 1; min-width: 0; }
.list-item h3 { font-size: 19px; transition: color .15s; }
.list-item .desc { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.list-item .date { margin-top: 10px; font-size: 13.5px; color: var(--muted); }

/* 업무영역 */
.chart { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.chart-col { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.chart-col header { background: var(--navy); color: #fff; padding: 22px 26px; }
.chart-col header h3 { color: #fff; font-size: 19px; }
.chart-col header p { margin: 4px 0 0; font-size: 13.5px; color: var(--mint); }
.chart-col ul { list-style: none; margin: 0; padding: 22px 26px; }
.chart-col li { position: relative; padding: 7px 0 7px 17px; font-size: 15px; }
.chart-col li::before { content: ""; position: absolute; left: 0; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }

/* ---------------------------------------------------------------- 원본 재현: 타이틀 배너 */

.page-banner {
  position: relative; background-size: cover; background-position: center;
  background-attachment: fixed; padding: 190px 0 110px; text-align: center; color: #fff;
}
/* 밝은 사진에서도 헤더 메뉴와 제목이 읽히도록 위쪽을 더 어둡게 깐다 */
.page-banner::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 32, .74) 0%, rgba(3, 10, 32, .52) 42%, rgba(3, 10, 32, .62) 100%);
}
.page-banner .wrap { position: relative; z-index: 1; }
.page-banner h1 { color: #fff; font-size: clamp(30px, 4.6vw, 50px); letter-spacing: .01em; text-shadow: 0 2px 14px rgba(0, 0, 0, .35); }
.page-banner p { margin: 14px 0 0; color: rgba(255, 255, 255, .88); font-size: 17px; text-shadow: 0 1px 10px rgba(0, 0, 0, .3); }
/* 모바일 사파리에서 fixed 배경이 튀어서 스크롤 시 깨진다 */
@media (max-width: 900px), (hover: none) {
  .page-banner { background-attachment: scroll; padding: 150px 0 84px; }
}

/* ---------------------------------------------------------------- 원본 재현: 조직도 */

.chart-title { text-align: center; font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 14px; }
.chart-title::after { content: ""; display: block; width: 60px; height: 3px; background: var(--navy); margin: 14px auto 0; }

.org-chart { display: flex; flex-direction: column; align-items: center; gap: 50px; margin-top: 54px; }
.org-level { display: flex; justify-content: center; position: relative; }
.org-children { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }

.node {
  padding: 18px 26px; border-radius: 8px; text-align: center; min-width: 230px;
  position: relative; transition: transform .2s ease; box-shadow: 0 4px 10px rgba(0, 20, 120, .1);
}
.node:hover { transform: translateY(-5px); }
.node h4 { margin: 0 0 8px; font-size: 1.1rem; color: inherit; }
.node p { margin: 0; font-size: .92rem; line-height: 1.5; color: inherit; }
.parent-node { background: var(--navy); color: #fff; }
.child-node { background: #5b6577; color: #fff; }

/* 연결선 */
.parent-node::after,
.child-node::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: 2px; height: 25px; background: #c8cfdb;
}
.parent-node::after { bottom: -25px; }
.child-node::before { top: -25px; }
/* 자식이 둘 이상일 때만 가로 연결선을 그린다 */
.org-children::before {
  content: ""; position: absolute; top: -25px; left: 22%; right: 22%;
  height: 2px; background: #c8cfdb;
}
.org-children--single::before { display: none; }

/* ---------------------------------------------------------------- 원본 재현: 단계별 세부 업무 */

.business-areas {
  position: relative; display: flex; flex-wrap: wrap; gap: 2.5rem;
  padding-top: 56px; margin-top: 40px; counter-reset: step-counter; align-items: stretch;
}
/* 카드 상단을 가로지르는 타임라인. 번호 원의 중심을 지난다 */
.business-areas::before {
  content: ""; position: absolute; top: 56px; left: 5%; right: 5%;
  height: 4px; background: #dfe4ec; z-index: 0;
}
.area-card {
  position: relative; z-index: 1; flex: 1 1 300px; min-width: 300px;
  background: #fff; border-top: 5px solid var(--navy); border-radius: 6px;
  padding: 34px 26px 28px; box-shadow: 0 4px 14px rgba(0, 20, 120, .06);
}
.area-card::before {
  counter-increment: step-counter; content: counter(step-counter);
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff; border: 4px solid var(--bg-soft);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.15rem;
}
.area-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.15rem; }
.area-card h3.area-sub { margin-top: 26px; padding-top: 18px; border-top: 1px dashed var(--line); }
.area-card ul { list-style: none; padding: 0; margin: 0; }
.area-card li { position: relative; padding: 5px 0 5px 15px; font-size: 15px; }
.area-card li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--navy);
}
.area-note {
  font-size: .82rem; color: var(--muted); margin: 6px 0 12px 15px;
  padding-left: 12px; border-left: 2px solid var(--line); line-height: 1.7;
}

@media (max-width: 900px) {
  .business-areas::before { display: none; }
  .business-areas { padding-top: 40px; gap: 3.2rem; }
}

/* 단계 카드는 항상 한 줄에 셋. 그리드 stretch로 높이가 저절로 맞는다.
   2단으로 접으면 카드 하나가 다음 줄에 혼자 남아 어색해서 3단 → 1단으로 간다. */
.stages { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
@media (max-width: 900px) { .stages { grid-template-columns: 1fr; } }

.stage { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; height: 100%; }
.stage .no { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--navy); }
.stage h3 { font-size: 18px; margin: 6px 0 0; }
.stage ul { list-style: none; padding: 0; margin: 16px 0 0; }
.stage li { padding: 6px 0 6px 16px; position: relative; font-size: 15px; }
.stage li::before { content: ""; position: absolute; left: 0; top: 16px; width: 5px; height: 5px; border-radius: 50%; background: #c3cbd9; }

/* 한 단계 안의 하위 묶음 — 점선과 민트 불릿으로만 가볍게 구분한다 */
.stage .substep {
  margin-top: 22px; padding-top: 17px; border-top: 1px dashed var(--line);
  font-size: 12.5px; font-weight: 700; letter-spacing: .1em; color: var(--navy);
}
.stage .substep + ul { margin-top: 6px; }
.stage .substep + ul li::before { background: var(--mint); }

/* 오시는 길 */
.contact-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.contact-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; background: #fff; }
.contact-card h3 { font-size: 19px; margin-top: 14px; }
.contact-card dl { margin: 20px 0 0; display: grid; grid-template-columns: 76px 1fr; gap: 11px 12px; font-size: 15px; }
.contact-card dt { color: var(--muted); font-weight: 600; }
.contact-card dd { margin: 0; }
.map-frame { border: 0; width: 100%; aspect-ratio: 16/8; border-radius: var(--radius); margin-top: 34px; }

.empty-state { padding: 90px 0; text-align: center; color: var(--muted); }

/* ---------------------------------------------------------------- 푸터 */

.site-footer { background: #06103a; color: #8492b5; padding: 70px 0 42px; font-size: 14.5px; }
.site-footer .cols { display: grid; gap: 36px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.site-footer img.flogo { height: 30px; margin-bottom: 16px; }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 13px; }
.site-footer a:hover { color: var(--mint); }
.site-footer .copyright { margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------------------------------------------------------------- 반응형 */

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto; flex-direction: column;
    align-items: stretch; gap: 0; background: #fff; padding: 12px;
    border-bottom: 1px solid var(--line); margin: 0;
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto; display: none;
  }
  .nav.open { display: flex; }
  .nav ul { position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: 0 0 6px 14px; margin: 0; }
  .section { padding: 66px 0; }
  .list-item { flex-direction: column; align-items: stretch; gap: 16px; }
  .list-item .thumb { width: 100%; }
  .hero { height: 78dvh; }
}
