@font-face { font-family: "Pretendard"; font-weight: 400; font-style: normal; font-display: swap; src: url("/assets/fonts/pretendard-400.woff2?v=c1e93355") format("woff2"); }
@font-face { font-family: "Pretendard"; font-weight: 500; font-style: normal; font-display: swap; src: url("/assets/fonts/pretendard-500.woff2?v=c1e93355") format("woff2"); }
@font-face { font-family: "Pretendard"; font-weight: 600; font-style: normal; font-display: swap; src: url("/assets/fonts/pretendard-600.woff2?v=c1e93355") format("woff2"); }
@font-face { font-family: "Pretendard"; font-weight: 700; font-style: normal; font-display: swap; src: url("/assets/fonts/pretendard-700.woff2?v=c1e93355") format("woff2"); }
@font-face { font-family: "Pretendard"; font-weight: 800; font-style: normal; font-display: swap; src: url("/assets/fonts/pretendard-800.woff2?v=c1e93355") format("woff2"); }

/* ==========================================================================
   강남 멀리건 매니저 구인 (gangnam-bamalba.com) — 2026-09-23
   본 사이트(gugudan.kr)와 같은 팔레트를 쓰되 레이아웃은 구인 전용으로 새로 짰다.
   지면 검정 / 글자 아이보리 / CTA 아이보리 단색 / 황동은 강조선에만
   ========================================================================== */

:root {
  color-scheme: dark;

  --bg:          #050505;
  --surface:     #101010;
  --surface-2:   #171717;
  --line:        rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.26);

  --text:        #D2CFC8;
  --text-dim:    #8A8A86;
  --text-hi:     #F3F0EA;

  --ivory:       #ECE5D6;
  --ink:         #050505;
  --brass:       #B39063;

  --sans: Pretendard, -apple-system, "Apple SD Gothic Neo",
          "Malgun Gothic", system-ui, sans-serif;

  --wrap: 1120px;
  --pad-x: 20px;
  --hdr-h: 66px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: -0.005em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

img, picture, svg { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad-x); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ───────────────────────────────────────────────────────── 헤더 */

.hdr {
  position: sticky; top: 0; z-index: 60;
  height: var(--hdr-h);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.hdr__in {
  max-width: var(--wrap); height: 100%; margin: 0 auto; padding: 0 var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.logo img { width: 32px; height: 32px; border-radius: 2px; flex: none; }
.logo__txt { display: flex; flex-direction: column; line-height: 1.24; min-width: 0; }
.logo__txt b { font-size: 15px; font-weight: 700; color: var(--text-hi); letter-spacing: -0.01em; }
.logo__txt small { font-size: 11px; color: var(--text-dim); letter-spacing: 0.01em; }

.hdr-call {
  display: flex; flex-direction: column; align-items: flex-end;
  text-decoration: none; line-height: 1.2; flex: none;
}
.hdr-call small { font-size: 10.5px; color: var(--text-dim); letter-spacing: 0.06em; }
.hdr-call b {
  font-size: 16px; font-weight: 700; color: var(--text-hi);
  border-bottom: 1px solid var(--brass); padding-bottom: 1px;
}

/* ───────────────────────────────────────────────────────── 히어로 */

.hero { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.86) 55%, var(--bg) 100%);
}
.hero__in { position: relative; padding: 68px 0 56px; }
.hero__eyebrow {
  font-size: 12px; letter-spacing: 0.16em; color: var(--brass);
  text-transform: none; margin: 0 0 18px;
}
.hero__h1 {
  margin: 0 0 20px;
  font-size: clamp(29px, 6.6vw, 50px);
  line-height: 1.22; font-weight: 800; letter-spacing: -0.035em;
  color: var(--text-hi);
}
.hero__h1 small {
  display: block; margin-top: 12px;
  font-size: clamp(15px, 2.4vw, 19px); font-weight: 500;
  letter-spacing: -0.015em; line-height: 1.5; color: var(--text-dim);
}
.hero__lead { margin: 0 0 30px; max-width: 46em; color: var(--text); font-size: 16px; }

/* ───────────────────────────────────────────────────────── 버튼 */

.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 0;
  font: inherit; font-size: 16px; font-weight: 700; letter-spacing: -0.01em;
  text-decoration: none; cursor: pointer; transition: opacity .15s, background .15s;
}
.btn--main { background: var(--ivory); color: var(--ink); }
.btn--sub { background: transparent; color: var(--text-hi); border-color: var(--line-strong); }
.btn:hover { opacity: .88; }
.btn__ic { width: 18px; height: 18px; flex: none; }

/* ───────────────────────────────────────────────────────── 조건 칩 */

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.chips li {
  font-size: 13.5px; font-weight: 600; color: var(--text-hi);
  border: 1px solid var(--line-strong); padding: 7px 14px;
}

/* ───────────────────────────────────────────────────────── 섹션 */

.sec { padding: 62px 0; border-bottom: 1px solid var(--line); }
.sec:last-of-type { border-bottom: 0; }
.sec__hd { margin: 0 0 30px; }
.sec h2 {
  margin: 0; font-size: clamp(22px, 4.6vw, 31px); font-weight: 800;
  letter-spacing: -0.03em; color: var(--text-hi); line-height: 1.3;
}
.sec__note { margin: 12px 0 0; color: var(--text-dim); font-size: 15.5px; max-width: 46em; }
.sec p { margin: 0 0 16px; }
.sec p:last-child { margin-bottom: 0; }
.sec h3 { margin: 30px 0 10px; font-size: 18px; font-weight: 700; color: var(--text-hi); letter-spacing: -0.02em; }

/* ───────────────────────────────────────────────────────── 조건 표 */

.terms { width: 100%; border-collapse: collapse; }
.terms th, .terms td {
  text-align: left; padding: 15px 4px; border-bottom: 1px solid var(--line);
  vertical-align: top; font-size: 15.5px;
}
.terms th { width: 132px; color: var(--text-dim); font-weight: 600; white-space: nowrap; }
.terms td { color: var(--text-hi); }

/* ───────────────────────────────────────────────────────── 카드 */

.cards { display: grid; gap: 1px; background: var(--line); grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.cards > div { background: var(--bg); padding: 26px 24px; }
.cards h3 { margin: 0 0 10px; font-size: 17.5px; font-weight: 700; color: var(--text-hi); letter-spacing: -0.02em; }
.cards p { margin: 0; font-size: 15.5px; color: var(--text); }

/* ───────────────────────────────────────────────────────── 목록 */

.chk-list { list-style: none; margin: 0; padding: 0; }
.chk-list li {
  padding: 14px 0 14px 0; border-bottom: 1px solid var(--line);
  font-size: 15.5px; display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap;
}
.chk-list li:last-child { border-bottom: 0; }
.chk-list li b {
  flex: none; min-width: 118px; color: var(--brass); font-weight: 600; font-size: 14.5px;
}

.steps { list-style: none; counter-reset: st; margin: 0; padding: 0; }
.steps li {
  counter-increment: st; position: relative; padding: 16px 0 16px 46px;
  border-bottom: 1px solid var(--line); font-size: 15.5px;
}
.steps li:last-child { border-bottom: 0; }
.steps li::before {
  content: counter(st); position: absolute; left: 0; top: 16px;
  width: 28px; height: 28px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); font-size: 13px; font-weight: 700; color: var(--text-hi);
}
.steps li b { display: block; color: var(--text-hi); font-weight: 700; font-size: 15.5px; margin-bottom: 2px; }

/* ───────────────────────────────────────────────────────── 사진 */

.gal { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.gal figure { margin: 0; }
.gal img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.gal figcaption { margin-top: 8px; font-size: 13px; color: var(--text-dim); }

/* ───────────────────────────────────────────────────────── FAQ */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 19px 36px 19px 0; position: relative;
  font-size: 16px; font-weight: 600; color: var(--text-hi); letter-spacing: -0.02em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 1.5px solid var(--text-dim); border-bottom: 1.5px solid var(--text-dim);
  transform: rotate(45deg); transition: transform .18s;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq .faq__a { padding: 0 0 20px; margin: 0; color: var(--text); font-size: 15.5px; }

/* ───────────────────────────────────────────────────────── 지원 폼 */

.apply { background: var(--surface); border: 1px solid var(--line); padding: 30px 26px; }
.apply__grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.fld { display: flex; flex-direction: column; gap: 6px; }
.fld--wide { grid-column: 1 / -1; }
.fld span { font-size: 13px; color: var(--text-dim); font-weight: 600; }
.fld input, .fld select, .fld textarea {
  font: inherit; font-size: 15.5px; color: var(--text-hi);
  background: var(--bg); border: 1px solid var(--line-strong); border-radius: 0;
  padding: 12px 13px; min-height: 48px; width: 100%;
}
.fld textarea { min-height: 96px; resize: vertical; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 2px solid var(--brass); outline-offset: -2px; }
.apply__ft { margin-top: 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.apply__note { margin: 14px 0 0; font-size: 13px; color: var(--text-dim); }
.apply__done { margin: 14px 0 0; font-size: 15px; color: var(--brass); font-weight: 600; }

/* ───────────────────────────────────────────────────────── 안내 링크 */

.guides { display: grid; gap: 1px; background: var(--line); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.guides a {
  background: var(--bg); padding: 22px 22px; text-decoration: none;
  display: flex; flex-direction: column; gap: 6px; transition: background .15s;
}
.guides a:hover { background: var(--surface-2); }
.guides a b { font-size: 16.5px; font-weight: 700; color: var(--text-hi); letter-spacing: -0.02em; }
.guides a span { font-size: 14px; color: var(--text-dim); }

/* ───────────────────────────────────────────────────────── 페이지 머리 */

.phd { padding: 46px 0 34px; border-bottom: 1px solid var(--line); }
.phd .crumb { font-size: 13px; color: var(--text-dim); margin: 0 0 14px; }
.phd .crumb a { text-decoration: none; }
.phd .crumb a:hover { text-decoration: underline; }
.phd h1 { margin: 0 0 16px; font-size: clamp(26px, 5.6vw, 40px); font-weight: 800; letter-spacing: -0.035em; color: var(--text-hi); line-height: 1.24; }
.phd .lead { margin: 0; max-width: 46em; color: var(--text); font-size: 16.5px; }

/* ───────────────────────────────────────────────────────── 푸터 */

.ftr { border-top: 1px solid var(--line); padding: 44px 0 100px; background: var(--surface); }
.ftr__in { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); font-size: 14.5px; color: var(--text-dim); }
.ftr__in b { display: block; color: var(--text-hi); font-size: 14.5px; font-weight: 700; margin-bottom: 3px; }
.ftr__in a { text-decoration: none; border-bottom: 1px solid var(--brass); }
.ftr__nav { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; }
.ftr__nav b { color: var(--text-dim); font-weight: 600; width: 100%; margin-bottom: 4px; }
.ftr__nav a { color: var(--text); text-decoration: none; }
.ftr__nav a:hover { text-decoration: underline; }

/* ───────────────────────────────────────────────────────── 고정 전화 버튼 */

.callfab {
  position: fixed; right: 18px; bottom: 18px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--ivory); color: var(--ink);
  display: grid; place-items: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .55);
  text-decoration: none;
}
.callfab svg { width: 24px; height: 24px; }

/* ───────────────────────────────────────────────────────── 반응형 */

@media (max-width: 720px) {
  body { font-size: 16px; }
  .hero__in { padding: 48px 0 42px; }
  .sec { padding: 48px 0; }
  .chk-list li b { min-width: 100%; margin-bottom: -6px; }
  .terms th { width: 104px; font-size: 14px; }
  .apply { padding: 24px 18px; }
}

/* ───────────────────────────────────────────────────────── 매니저 사진 (2026-09-23)
   원본이 2:3 세로다. 자리에 맞춰 자르지 않고 비율을 그대로 둔 채 크기만 줄인다. */

.por img { width: 100%; height: auto; }

.hero__grid { display: grid; gap: 36px; grid-template-columns: 1fr 320px; align-items: center; }
.hero__por { justify-self: end; }
.hero__por .por img { border: 1px solid var(--line-strong); }

.people { display: grid; gap: 10px; margin-top: 10px; grid-template-columns: repeat(3, 1fr); }
.people .por img { border: 1px solid var(--line); }

.phd__grid { display: grid; gap: 36px; grid-template-columns: 1fr 280px; align-items: center; }
.phd__por { justify-self: end; }
.phd__por .por img { border: 1px solid var(--line-strong); }

@media (max-width: 860px) {
  .hero__grid, .phd__grid { grid-template-columns: 1fr; gap: 0; }
  .hero__por, .phd__por { display: none; }
}
@media (max-width: 560px) { .people { grid-template-columns: repeat(2, 1fr); } }

/* ───────────────────────────────────────────────────────── 광택 (2026-09-23)
   구인 사이트가 밋밋하다는 지적. 황동 빛번짐, 스크롤 등장, 카운트업을 넣는다. */

.hero::before {
  content: ""; position: absolute; z-index: 0;
  top: -160px; right: -140px; width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(179,144,99,.30) 0%, rgba(179,144,99,.10) 38%, transparent 66%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
}

.hero__por { position: relative; }
.hero__por::before {
  content: ""; position: absolute; inset: -1px;
  background: linear-gradient(150deg, rgba(179,144,99,.95), rgba(179,144,99,.15) 42%, rgba(255,255,255,.28));
  z-index: 0;
}
.hero__por .por { position: relative; z-index: 1; }
.hero__por .por img { border: 0; }

/* 숫자 띠 */
.figs { border-bottom: 1px solid var(--line); background: var(--surface); }
.figs__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.figs__in > div { background: var(--surface); padding: 26px 18px; text-align: center; }
.figs b {
  display: block; font-size: clamp(26px, 5vw, 40px); font-weight: 800; line-height: 1.1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #F6EEDC 0%, var(--brass) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.figs span { display: block; margin-top: 8px; font-size: 13.5px; color: var(--text-dim); }

/* 섹션 제목 왼쪽 금선 */
.sec h2 { position: relative; padding-left: 16px; }
.sec h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 3px;
  background: linear-gradient(180deg, var(--brass), rgba(179,144,99,0));
}

/* 버튼 광택 스윕 */
.btn--main { position: relative; overflow: hidden; }
.btn--main::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -140%; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-18deg); animation: sweep 4.4s ease-in-out infinite;
}
@keyframes sweep { 0%, 62% { left: -140%; } 88%, 100% { left: 165%; } }

/* 칩 */
.chips li { transition: border-color .18s, color .18s; }
.chips li:hover { border-color: var(--brass); color: #F6EEDC; }

/* 사진 hover */
.people .por, .gal figure { position: relative; overflow: hidden; }
.people .por img, .gal img { transition: transform .5s ease, filter .35s ease; }
.people .por:hover img, .gal figure:hover img { transform: scale(1.035); filter: brightness(1.12); }

/* 스크롤 등장 */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv.is-in { opacity: 1; transform: none; }

@media (max-width: 720px) {
  .figs__in { grid-template-columns: repeat(2, 1fr); }
  .hero::before { width: 460px; height: 460px; right: -180px; }
}
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .btn--main::after { animation: none; display: none; }
  .people .por img, .gal img { transition: none; }
}

/* ───────────────────────────────────────────────────────── 제목 금박 (2026-09-23)
   히어로 제목에 금색을 입히고 빛이 흐르게 한다. */

.hero__h1 {
  background-image: linear-gradient(100deg,
    #EFE3CB 0%, #FFFCF2 14%, #C79A5E 27%, #FFF6E2 40%,
    #B2884F 53%, #FFFBEF 66%, #C79A5E 79%, #EFE3CB 100%);
  background-size: 260% 100%;
  background-position: 130% 0;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldflow 7s linear infinite;
  filter: drop-shadow(0 2px 14px rgba(179, 144, 99, .34));
}
@keyframes goldflow { to { background-position: -130% 0; } }

.hero__h1 small {
  background: none; -webkit-text-fill-color: var(--text-dim); color: var(--text-dim);
  filter: none; animation: none;
}

.hero__eyebrow {
  background-image: linear-gradient(90deg, #FFF3DC, var(--brass));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.phd h1, .sec h2 {
  background-image: linear-gradient(180deg, #FBF4E6 0%, #E4D3B4 52%, #B2884F 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .hero__h1 { animation: none; background-position: 40% 0; }
}
