/* ==========================================================================
   법무법인 서앤율 — 메인 홈 (Figma: 서울 본사무소 주소 수정_Main 204:49835)
   PC 1440 기준 / Mobile 375 기준, 768px 브레이크포인트
   ========================================================================== */
@import url("tokens.css");

/* ---------- GNB ---------- */
.gnb {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 91px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  z-index: 20;
}
.gnb__row { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.gnb__logo img { width: 196px; height: 39px; }
.gnb__menu { display: flex; align-items: center; gap: 40px; }
.gnb__menu a {
  font-weight: 700; font-size: 20px; color: #fff;
  letter-spacing: -0.03em; text-align: center; width: 80px;
}
.gnb__menu a:last-child { width: auto; white-space: nowrap; }
.gnb__burger { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 840px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.1); }
.hero__content {
  position: absolute; left: 50%; top: calc(50% + 28px);
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 60px;
  width: max-content;
}
.hero__title { font-size: 60px; color: #fff; text-align: center; letter-spacing: -0.04em; line-height: normal; }
.hero__title .t-light { font-weight: 300; }
.hero__title .t-bold { font-weight: 700; }
.hero__scroll { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero__scroll img { width: 40px; height: 40px; }
.hero__scroll span { font-weight: 300; font-size: 16px; color: #fff; }
.hero__deco {
  position: absolute; left: 50%; top: 800px; transform: translateX(-50%);
  width: 320px;
}

/* ---------- Quick Menu (floating) ---------- */
.quick {
  position: fixed; right: 24px; top: 346px;
  width: 81px; z-index: 30;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.08));
}
.quick__label {
  background: var(--color-main); color: #fff;
  font-weight: 700; font-size: var(--fs-label); line-height: 1;
  text-align: center; padding: 10px 20px;
  border-radius: 30px 30px 0 0;
}
.quick__item {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background: #fff; border-bottom: 1px solid #f0f0f0;
  padding: 16px 20px;
  font-weight: 500; font-size: var(--fs-label); line-height: 1; color: #000;
  width: 100%; white-space: nowrap;
}
.quick__item img { width: 33px; height: 33px; }
.quick__item--phone img { width: 26px; height: 28px; }
.quick__item:last-child { border-bottom: 0; border-radius: 0 0 30px 30px; }

/* ---------- USP Intro ---------- */
.usp-intro {
  background: var(--color-main);
  height: 800px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 220px;
}
.usp-intro__wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.usp-intro__title { font-size: 60px; color: #fff; letter-spacing: -0.03em; line-height: normal; white-space: nowrap; }
.usp-intro__title .t-light { font-weight: 300; }
.usp-intro__title .t-bold { font-weight: 700; }
.usp-intro__line { width: 200px; height: 2px; background: #fff; flex: none; }
.usp-intro__desc {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 24px; text-align: right; color: #ededed; font-weight: 400;
  letter-spacing: -0.03em;
}
.usp-intro__desc strong { color: #fff; font-weight: 700; }

/* ---------- USP Points ---------- */
.usp {
  background: #fff;
  padding: 152px 120px 0;
  height: 800px;
  display: flex; justify-content: center;
}
.usp--last { height: 929px; }
.usp__wrap {
  display: flex; align-items: flex-start; justify-content: space-between;
  width: 100%; max-width: 1200px;
}
.usp__heading { font-size: 60px; color: #000; letter-spacing: -0.03em; line-height: normal; white-space: nowrap; }
.usp__heading .t-light { font-weight: 300; }
.usp__heading .t-bold { font-weight: 700; }
.usp__media { display: flex; flex-direction: column; gap: 32px; width: 700px; }
.usp__img { width: 700px; height: 400px; border-radius: 20px; object-fit: cover; }
.usp__caption { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.usp__num-title { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.usp__num {
  font-weight: 400; font-size: var(--fs-number-pc); line-height: 100px; letter-spacing: -0.03em;
  background: linear-gradient(to bottom, var(--color-main), var(--color-secondary-500));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.usp__title { font-size: 32px; color: #000; letter-spacing: -0.03em; line-height: normal; }
.usp__title .t-med { font-weight: 500; }
.usp__title .t-bold { font-weight: 700; }
.usp__desc { font-weight: 600; font-size: 20px; color: var(--color-neutral-900); width: 372px; }

/* ---------- Reviews ---------- */
.reviews {
  background: var(--color-primary-50);
  height: 751px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 60px;
  position: relative;
}
.reviews__title { font-weight: 700; font-size: 60px; color: #000; text-align: center; }
.reviews__deck { position: relative; width: 900px; height: 309px; }
.reviews__card {
  position: absolute;
  background: #fff; border-radius: 20px;
  box-shadow: var(--shadow-default);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 60px 40px;
}
.reviews__card--1 { left: 122px; top: 0; width: 655px; height: 229px; z-index: 1; }
.reviews__card--2 { left: 76px; top: 18px; width: 748px; height: 261px; z-index: 2; }
.reviews__card--3 { left: 0; top: 48px; width: 900px; z-index: 3; }
.reviews__card--1 .reviews__inner, .reviews__card--2 .reviews__inner { visibility: hidden; }
.reviews__inner { display: flex; flex-direction: column; align-items: center; gap: 40px; }
.reviews__inner img { width: 30px; height: 30px; }
.reviews__quote-wrap { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.reviews__quote {
  font-weight: 500; font-size: 26px; color: #000; text-align: center;
  max-width: 638px;
}
.reviews__author { font-weight: 400; font-size: 20px; color: var(--color-neutral-600); }
.reviews__nav {
  position: absolute; left: 50%; top: 442px; transform: translateX(-50%);
  width: 806px;
  display: flex; align-items: center; justify-content: space-between;
  pointer-events: none;
}
.reviews__nav button { pointer-events: auto; padding: 0; line-height: 0; }
.reviews__nav img { width: 40px; height: 40px; }
.reviews__nav .next img { transform: rotate(180deg); }

/* ---------- Practice Areas ---------- */
.practice {
  background: #fff;
  height: 800px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 120px;
}
.practice__wrap {
  display: flex; align-items: flex-start; justify-content: space-between;
  width: 100%; max-width: 1200px;
}
.practice__title-group { display: flex; flex-direction: column; gap: 16px; }
.practice__title { font-weight: 700; font-size: 56px; color: #000; }
.practice__sub { font-weight: 600; font-size: 24px; color: var(--color-neutral-700); }
.practice__list {
  display: flex; flex-direction: column; gap: 10px;
  width: 600px;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.05));
}
.practice__card {
  display: flex; align-items: center; justify-content: space-between;
  height: 100px; padding: 0 32px;
  border-radius: 2px;
  background: #fff; border: 1px solid var(--color-neutral-200);
  font-weight: 500; font-size: 24px; color: var(--color-main);
}
.practice__card--active {
  background: linear-gradient(92deg, var(--color-main) 0%, #74c5fa 112%);
  border: 0;
  font-weight: 700; color: #fff;
}
.practice__card img { width: 8px; height: 16px; }

/* ---------- Lawyer Profile ---------- */
.profile { background: var(--color-secondary-500); height: 905px; position: relative; overflow: hidden; }
.profile__inner { position: relative; width: 1440px; max-width: 100%; height: 100%; margin: 0 auto; }
.profile__img-group { position: absolute; left: 249px; top: 137px; width: 395px; height: 623px; }
.profile__img-group img { width: 100%; height: 100%; object-fit: contain; }
.profile__img-fade {
  position: absolute; left: 192px; top: 696px; width: 507px; height: 112px;
  background: linear-gradient(to bottom, rgba(26, 40, 69, 0) 10%, var(--color-secondary-500) 50%);
  filter: blur(15px);
}
.profile__text { position: absolute; left: 720px; top: 215px; display: flex; flex-direction: column; gap: 47px; }
.profile__quote {
  font-family: var(--font-serif); font-weight: 600; font-size: 40px; color: #fff;
  letter-spacing: var(--ls-serif); white-space: nowrap;
}
.profile__group { display: flex; flex-direction: column; gap: 32px; width: 361px; }
.profile__name { font-weight: 700; font-size: 32px; color: #fff; }
.profile__career { display: flex; flex-direction: column; gap: 8px; }
.profile__career li {
  list-style: disc; margin-left: 24px;
  font-weight: 500; font-size: 16px; color: var(--color-neutral-200);
}
.profile__sign { position: absolute; left: 991px; top: 593px; width: 181px; height: 77px; overflow: hidden; }
.profile__sign img { width: 100%; height: 100%; object-fit: cover; }
.profile__more {
  position: absolute; left: 720px; top: 690px;
  display: flex; align-items: center; justify-content: space-between;
  width: 204px; padding: 8px 20px;
  border: 1px solid #fff;
  font-weight: 400; font-size: 16px; color: #fff;
}
.profile__more img { width: 16px; height: 16px; transform: rotate(90deg); }

/* ---------- Location ---------- */
.location {
  background: #fff; height: 1200px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 120px;
}
.location__wrap { display: flex; flex-direction: column; gap: 80px; width: 100%; max-width: 1200px; }
.location__title-group { display: flex; flex-direction: column; gap: 16px; }
.location__title { font-weight: 700; font-size: 56px; color: #000; }
.location__sub { font-weight: 400; font-size: 24px; color: var(--color-neutral-800); }
.location__row { display: flex; gap: 40px; }
.location__office { flex: 1 0 0; min-width: 1px; display: flex; flex-direction: column; }
.location__office-head { display: flex; flex-direction: column; gap: 32px; height: 240px; padding: 40px 0; }
.location__office-name { font-size: 26px; color: #000; font-weight: 700; }
.location__office-name span { font-weight: 400; }
.location__office-info { display: flex; flex-direction: column; gap: 8px; }
.location__office-info p { font-size: 16px; color: #000; }
.location__office-info b { font-weight: 700; margin-right: 12px; }
.location__map { width: 100%; aspect-ratio: 409 / 248; object-fit: cover; }

/* ---------- CTA ---------- */
.cta {
  background: var(--color-main); height: 350px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 120px;
}
.cta__wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1200px; }
.cta__text { display: flex; flex-direction: column; gap: 8px; color: #fff; }
.cta__title { font-weight: 700; font-size: 40px; }
.cta__sub { font-weight: 400; font-size: 16px; }
.cta__btns { display: flex; gap: 16px; }
.cta__btn {
  display: flex; align-items: center; justify-content: center;
  width: 216px; padding: 16px 32px;
  font-weight: 600; font-size: 20px; white-space: nowrap;
}
.cta__btn .arrow { font-weight: 400; margin-left: 4px; }
.cta__btn--consult { background: #fff; color: var(--color-main); }
.cta__btn--kakao { background: var(--color-secondary-500); color: #fff; }

/* ---------- Footer ---------- */
.footer { background: var(--color-secondary-500); padding: 60px 120px; }
.footer__wrap {
  display: flex; flex-direction: column; gap: 60px;
  width: 100%; max-width: 1200px; margin: 0 auto;
}
.footer__top { display: flex; align-items: center; justify-content: space-between; }
.footer__logo img { width: 196px; height: 39px; }
.footer__sns { display: flex; gap: 16px; }
.footer__sns img { width: 38px; height: 38px; }
.footer__info { display: flex; align-items: flex-start; justify-content: space-between; }
.footer__addr { display: flex; flex-direction: column; gap: 12px; font-size: 13px; line-height: 1; }
.footer__addr .lbl { color: #b1b1b1; }
.footer__addr .val { color: var(--color-neutral-400); }
.footer__biz { display: flex; gap: 16px; white-space: nowrap; }
.footer__staff {
  border: 1px solid var(--color-neutral-400);
  padding: 10px 16px;
  font-weight: 500; font-size: 12px; line-height: 1; color: var(--color-neutral-400);
}
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: var(--color-neutral-400);
}
.footer__copy { font-weight: 500; }
.footer__links { display: flex; gap: 16px; }
.footer__links a:first-child { font-weight: 700; }

/* ==========================================================================
   Mobile (≤768px) — Figma 375 기준
   ========================================================================== */
@media (max-width: 768px) {
  .gnb { height: 64px; padding: 0 20px; }
  .gnb__logo img { width: 140px; height: 28px; }
  .gnb__menu { display: none; }
  .gnb__burger {
    display: flex; flex-direction: column; gap: 5px;
    padding: 8px 0;
  }
  .gnb__burger span { display: block; width: 24px; height: 2px; background: #fff; }

  .hero { height: 840px; }
  .hero__title { font-size: 32px; }
  .hero__content { gap: 40px; width: 100%; padding: 0 20px; }
  .hero__scroll img { width: 32px; height: 32px; }
  .hero__deco { display: none; }

  .quick { display: none; }

  .usp-intro { height: auto; padding: 80px 20px; }
  .usp-intro__wrap { flex-direction: column; align-items: flex-start; gap: 40px; }
  .usp-intro__title { font-size: 40px; }
  .usp-intro__line { width: 120px; }
  .usp-intro__desc { font-size: 18px; text-align: left; }

  .usp { height: auto; padding: 80px 20px; }
  .usp--last { height: auto; }
  .usp__wrap { flex-direction: column; gap: 32px; }
  .usp__heading { font-size: 40px; }
  .usp__media { width: 100%; gap: 24px; }
  .usp__img { width: 100%; height: auto; aspect-ratio: 7 / 4; border-radius: 12px; }
  .usp__caption { flex-direction: column; align-items: flex-start; gap: 16px; }
  .usp__num { font-size: var(--fs-number-mobile); line-height: 1; }
  .usp__title { font-size: 24px; }
  .usp__desc { width: 100%; font-size: 16px; }

  .reviews { height: auto; padding: 80px 20px; gap: 40px; }
  .reviews__title { font-size: 32px; }
  .reviews__deck { width: 100%; height: auto; }
  .reviews__card { position: static; width: 100% !important; height: auto !important; padding: 40px 24px; }
  .reviews__card--1, .reviews__card--2 { display: none; }
  .reviews__quote { font-size: 18px; }
  .reviews__author { font-size: 14px; }
  .reviews__nav { display: none; }

  .practice { height: auto; padding: 80px 20px; }
  .practice__wrap { flex-direction: column; gap: 40px; }
  .practice__title { font-size: 36px; }
  .practice__sub { font-size: 18px; }
  .practice__list { width: 100%; }
  .practice__card { height: 72px; padding: 0 24px; font-size: 18px; }

  .profile { height: auto; }
  .profile__inner { width: 100%; display: flex; flex-direction: column; padding: 60px 20px 80px; }
  .profile__img-group { position: static; width: 70%; max-width: 280px; height: auto; margin: 0 auto; order: 2; }
  .profile__img-fade { display: none; }
  .profile__text { position: static; order: 1; gap: 32px; margin-bottom: 40px; }
  .profile__quote { font-size: 24px; white-space: normal; }
  .profile__group { width: 100%; }
  .profile__name { font-size: 24px; }
  .profile__career li { font-size: 14px; }
  .profile__sign { position: static; order: 3; margin: 24px auto 0; }
  .profile__more { position: static; order: 4; margin: 24px auto 0; }

  .location { height: auto; padding: 80px 20px; }
  .location__title { font-size: 36px; }
  .location__sub { font-size: 18px; }
  .location__row { flex-direction: column; gap: 40px; }
  .location__office-head { height: auto; padding: 0 0 24px; gap: 16px; }
  .location__office-name { font-size: 22px; }

  .cta { height: auto; padding: 60px 20px; }
  .cta__wrap { flex-direction: column; align-items: flex-start; gap: 32px; }
  .cta__title { font-size: 28px; }
  .cta__btns { width: 100%; flex-direction: column; }
  .cta__btn { width: 100%; }

  .footer { padding: 48px 20px 32px; }
  .footer__wrap { gap: 40px; }
  .footer__top { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer__info { flex-direction: column; gap: 24px; }
  .footer__addr .row { display: flex; flex-direction: column; gap: 4px; }
  .footer__biz { flex-direction: column; gap: 8px; white-space: normal; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ==========================================================================
   서브페이지 공통 — 라이트 GNB · 페이지 헤더 · 브레드크럼
   ========================================================================== */
.gnb--light {
  position: static; background: #fff; border-bottom: 1px solid var(--color-neutral-200);
}
.gnb--light .gnb__menu a { color: var(--color-neutral-900); }
.gnb--light .gnb__logo img { width: 163px; height: 32px; }
.gnb--light .gnb__burger span { background: var(--color-neutral-900); }

.page-header { position: relative; height: 252px; background: #fff; }
.page-header__breadcrumb {
  position: absolute; right: 120px; top: 32px;
  display: flex; align-items: center;
  font-weight: 500; font-size: 16px; color: #000;
}
.page-header__breadcrumb img { width: 24px; height: 24px; }
.page-header__breadcrumb .sep { transform: rotate(90deg); }
.page-header__title-block {
  position: absolute; left: 50%; top: calc(50% + 45px); transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  height: 162px; width: 511px;
}
.page-header__title { font-weight: 800; font-size: 60px; color: #000; letter-spacing: -0.04em; white-space: nowrap; }
.page-header__tabs { display: flex; width: 100%; }
.page-header__tab {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 10px 24px; font-weight: 400; font-size: 16px;
  background: #fafafa; color: #1a364e; white-space: nowrap;
}
.page-header__tab--active { background: var(--color-main); color: #fff; }

/* ==========================================================================
   02 Brand Story
   ========================================================================== */
.brand-hero { height: 600px; }
.brand-hero img { width: 100%; height: 100%; object-fit: cover; }

.brand-section { background: #fff; position: relative; }
.brand-section__row {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1200px; margin: 0 auto;
}
.brand-labels { display: flex; flex-direction: column; gap: 21px; }
.brand-labels p {
  font-weight: 600; font-size: 24px; text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2); white-space: nowrap;
}
.brand-labels .active { color: #000; display: flex; align-items: center; gap: 8px; }
.brand-labels .active::after {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: #000; display: inline-block;
}
.grad-text {
  background: linear-gradient(to right, var(--color-main), #102e42);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-weight: 700;
}

.brand-beginning { padding: 122px 120px 0; height: 733px; }
.brand-beginning .brand-section__row { align-items: center; }
.brand-beginning__text { display: flex; flex-direction: column; gap: 16px; width: 680px; }
.brand-beginning__headline { font-size: 32px; line-height: 1.4; }
.brand-beginning__text p { font-weight: 400; font-size: 20px; color: #000; }
.brand-beginning__sign {
  position: absolute; left: 44.6%; top: 63.9%;
  display: flex; align-items: center; gap: 24px;
}
.brand-beginning__sign p { font-weight: 400; font-size: 24px; color: #000; white-space: nowrap; }
.brand-beginning__sign img { height: 74px; }

.brand-value { height: 600px; display: flex; align-items: center; padding: 0 120px; }
.brand-value__text { display: flex; flex-direction: column; gap: 40px; }
.brand-value__text h3 { font-weight: 600; font-size: 32px; color: #000; text-transform: uppercase; }
.brand-value__items { display: flex; flex-direction: column; gap: 16px; font-size: 24px; }
.brand-value__items p { font-weight: 400; color: #000; white-space: nowrap; }
.brand-value__items p.grad-text { white-space: nowrap; }

.brand-promise { height: 700px; display: flex; align-items: center; padding: 0 120px; }
.brand-promise .brand-section__row { transform: translateY(-75px); }
.brand-promise__text { display: flex; flex-direction: column; gap: 40px; width: 680px; }
.brand-promise__text h3 { font-weight: 600; font-size: 32px; color: #000; text-transform: uppercase; }
.brand-promise__items { display: flex; flex-direction: column; gap: 16px; font-size: 24px; }
.brand-promise__items p { font-weight: 400; color: #000; white-space: nowrap; }

.brand-history { background: #1a364e; height: 980px; padding-top: 170px; overflow: hidden; }
.brand-history__wrap {
  display: flex; flex-direction: column; align-items: center; gap: 80px;
  width: 100%; max-width: 1200px; margin: 0 auto;
}
.brand-history__title { font-weight: 600; font-size: 40px; color: #fff; text-transform: uppercase; }
.brand-history__timeline { display: flex; gap: 100px; align-items: flex-start; justify-content: center; width: 100%; }
.brand-history__years {
  display: flex; gap: 20px; align-items: stretch; height: 530px;
}
.brand-history__year-list {
  display: flex; flex-direction: column; justify-content: space-between;
  font-size: 16px; text-transform: uppercase;
}
.brand-history__year-list p { font-weight: 400; color: rgba(213, 213, 213, 0.7); }
.brand-history__year-list p.active { font-weight: 600; color: #fff; }
.brand-history__line { width: 2px; background: rgba(213, 213, 213, 0.4); }
.brand-history__detail { display: flex; gap: 60px; align-items: flex-start; width: 600px; padding-top: 16px; }
.brand-history__detail-year { font-weight: 500; font-size: 40px; color: #fff; }
.brand-history__events { display: flex; flex-direction: column; gap: 60px; }
.brand-history__event { display: flex; gap: 24px; align-items: flex-start; }
.brand-history__event .month { font-weight: 700; font-size: 32px; color: #fff; width: 42px; text-align: center; }
.brand-history__event .desc { font-weight: 400; font-size: 20px; color: #fff; line-height: 1.7; }

@media (max-width: 768px) {
  .page-header { height: auto; padding: 24px 20px 0; }
  .page-header__breadcrumb { position: static; justify-content: flex-end; font-size: 13px; }
  .page-header__breadcrumb img { width: 18px; height: 18px; }
  .page-header__title-block { position: static; transform: none; height: auto; width: 100%; gap: 24px; padding: 16px 0 0; }
  .page-header__title { font-size: 34px; }

  .brand-hero { height: 320px; }
  .brand-beginning, .brand-value, .brand-promise { height: auto; padding: 64px 20px; }
  .brand-section__row { flex-direction: column; align-items: flex-start; gap: 32px; }
  .brand-promise .brand-section__row { transform: none; }
  .brand-labels { flex-direction: row; gap: 16px; flex-wrap: wrap; }
  .brand-labels p { font-size: 14px; }
  .brand-beginning__text, .brand-promise__text { width: 100%; }
  .brand-beginning__headline { font-size: 22px; }
  .brand-beginning__text p { font-size: 16px; }
  .brand-beginning__sign { position: static; margin-top: 24px; }
  .brand-beginning__sign p { font-size: 18px; }
  .brand-beginning__sign img { height: 52px; }
  .brand-value__text h3, .brand-promise__text h3 { font-size: 24px; }
  .brand-value__items, .brand-promise__items { font-size: 16px; }
  .brand-value__items p, .brand-promise__items p { white-space: normal; }
  .brand-history { height: auto; padding: 64px 20px; }
  .brand-history__timeline { flex-direction: column; gap: 40px; }
  .brand-history__years { height: auto; }
  .brand-history__year-list { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .brand-history__line { display: none; }
  .brand-history__detail { width: 100%; gap: 24px; }
  .brand-history__detail-year { font-size: 28px; }
  .brand-history__events { gap: 32px; }
  .brand-history__event .month { font-size: 24px; }
  .brand-history__event .desc { font-size: 15px; }
}

/* ==========================================================================
   Hero 슬라이더 (홈 — CSS 자동 전환)
   ========================================================================== */
.hero__slide { position: absolute; inset: 0; opacity: 0; animation: heroFade 16s infinite; }
.hero__slide--1 { animation-delay: 0s; }
.hero__slide--2 { animation-delay: 8s; }
@keyframes heroFade {
  0% { opacity: 0; z-index: 2; }
  4% { opacity: 1; }
  50% { opacity: 1; }
  54% { opacity: 0; z-index: 1; }
  100% { opacity: 0; }
}
.hero-banner__bg { position: absolute; inset: 0; }
.hero-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(41, 118, 168, 0.8), rgba(16, 46, 66, 0.8));
}
.hero-banner__content {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 40px;
  width: max-content; max-width: 100%;
}
.hero-banner__eyebrow { font-weight: 600; font-size: 20px; color: #a2daff; line-height: 1; }
.hero-banner__title { font-weight: 700; font-size: 48px; line-height: 1.3; color: #fff; text-align: center; letter-spacing: -0.03em; margin-top: 10px; }
.hero-banner__title .hl { color: #a2daff; }
.hero-banner__sub { font-weight: 400; font-size: 28px; color: #d9d9d9; margin-top: 8px; text-align: center; }
.hero-banner__meta { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.hero-banner__meta p { font-size: 24px; color: #fff; line-height: 1; }
.hero-banner__meta b { font-weight: 700; margin-right: 4px; }
.hero-banner__btn {
  background: #fff; color: var(--color-main);
  font-weight: 600; font-size: 24px;
  padding: 16px 32px;
}

/* ==========================================================================
   03 Member (구성원)
   ========================================================================== */
.member-hero { height: 600px; }
.member-hero img { width: 100%; height: 100%; object-fit: cover; }
.member-list { background: #fff; padding: 80px 0 120px; }
.member-list__wrap {
  display: flex; flex-direction: column; gap: 60px; align-items: center;
  width: 100%; max-width: 1000px; margin: 0 auto;
}
.member-list__grid {
  display: grid; grid-template-columns: repeat(3, 310px);
  justify-content: space-between; row-gap: 60px; width: 100%;
}
.member-card { display: flex; flex-direction: column; gap: 34px; align-items: center; width: 310px; }
.member-card__photo { position: relative; width: 310px; height: 390px; background: #f5f5f5; overflow: hidden; }
.member-card__photo img {
  position: absolute; left: 29px; top: 34px;
  width: 251px; height: 356px; object-fit: cover; object-position: top;
}
.member-card__name { display: flex; gap: 8px; align-items: center; white-space: nowrap; }
.member-card__name .role { font-weight: 400; font-size: 24px; color: #969696; }
.member-card__name .name { font-weight: 600; font-size: 32px; color: #000; }
.member-list__more {
  background: #f3f2f1; border-radius: 2px;
  padding: 16px 50px; font-weight: 400; font-size: 20px; color: #000;
}

/* ---- Member detail ---- */
.mdetail-hero { position: relative; height: 600px; overflow: hidden; }
.mdetail-hero__bg { position: absolute; inset: 0; }
.mdetail-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.mdetail-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 80%);
}
.mdetail-hero__info {
  position: absolute; left: 120px; top: 359px;
  display: flex; flex-direction: column; gap: 24px;
}
.mdetail-hero__role { font-weight: 500; font-size: 24px; color: #fff; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }
.mdetail-hero__name { font-weight: 700; font-size: 40px; color: #fff; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }
.mdetail-hero__tags { display: flex; gap: 8px; }
.mdetail-hero__tags span {
  display: flex; align-items: center; justify-content: center;
  width: 60px; padding: 8px 0;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 400; font-size: 16px; color: #000; line-height: 1;
}
.mdetail-body { background: #fff; padding: 120px 120px 140px; }
.mdetail-body__wrap { display: flex; gap: 100px; align-items: flex-start; max-width: 1200px; margin: 0 auto; }
.mdetail-quote { display: flex; flex-direction: column; gap: 40px; width: 414px; flex: none; }
.mdetail-quote__text { font-weight: 600; font-size: 28px; color: #000; letter-spacing: -0.07em; max-width: 374px; }
.mdetail-quote__desc { font-weight: 400; font-size: 18px; color: #000; line-height: 1.7; }
.mdetail-quote__desc b { font-weight: 700; }
.mdetail-info { display: flex; flex-direction: column; gap: 32px; flex: 1; min-width: 1px; }
.mdetail-info hr { width: 100%; border: 0; border-top: 1px solid var(--color-neutral-200); margin: 0; }
.mdetail-info__group { display: flex; flex-direction: column; gap: 20px; }
.mdetail-info__group h3 { font-weight: 700; font-size: 20px; color: #000; }
.mdetail-info__rows { display: flex; flex-direction: column; gap: 8px; }
.mdetail-info__row { display: flex; gap: 24px; align-items: flex-start; }
.mdetail-info__row .yr { font-weight: 700; font-size: 24px; color: #000; width: 60px; flex: none; }
.mdetail-info__row .tx { font-weight: 400; font-size: 20px; color: #000; line-height: 1.7; }
.mdetail-info__list { display: flex; flex-direction: column; gap: 8px; }
.mdetail-info__list li { list-style: disc; margin-left: 30px; font-weight: 400; font-size: 20px; color: #000; line-height: 1.7; }
.mdetail-info__tags { display: flex; gap: 8px; }
.mdetail-info__tags span {
  background: #f3f2f1; border-radius: 2px; padding: 10px 16px;
  font-weight: 500; font-size: 16px; color: #000; line-height: 1;
}

/* ==========================================================================
   04 News (소식)
   ========================================================================== */
.news-section { background: #fafafa; padding: 80px 0 120px; }
.news-section__inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.news-tabs { display: flex; gap: 8px; align-self: flex-start; }
.news-tab { padding: 10px 24px; background: var(--color-neutral-200); font-weight: 400; font-size: 16px; color: #000; }
.news-tab--active { background: var(--color-main); color: #fff; font-weight: 700; }
.news-sort { display: flex; gap: 20px; align-items: center; margin: 42px auto 0; }
.news-sort__select {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid #b5b5b5;
  padding: 10px 24px; width: 174px;
  font-weight: 400; font-size: 16px; color: var(--color-neutral-800);
}
.news-sort__search {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid #b5b5b5;
  padding: 10px 24px; width: 345px;
  font-weight: 400; font-size: 16px; color: var(--color-neutral-800);
}
.news-sort img { width: 16px; height: 16px; }
.news-grid {
  display: grid; grid-template-columns: repeat(3, 320px);
  justify-content: space-between; row-gap: 60px;
  width: 100%; margin-top: 42px;
}
.news-card { display: flex; flex-direction: column; gap: 20px; }
.news-card__img { width: 320px; height: 210px; object-fit: cover; }
.news-card__body { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.news-card__badge {
  background: #d9f0ff; padding: 4px;
  font-weight: 700; font-size: 14px; color: var(--color-main); line-height: 1;
}
.news-card__title { font-weight: 600; font-size: 26px; color: #000; }
.news-card__excerpt { font-weight: 600; font-size: 16px; color: #929292; }
.news-card__date { font-weight: 400; font-size: 16px; color: var(--color-neutral-600); }
.news-paging { display: flex; gap: 40px; align-items: center; margin-top: 60px; }
.news-paging__arrow { line-height: 0; }
.news-paging__arrow img { width: 12px; height: 24px; }
.news-paging__arrow--prev img { transform: rotate(180deg); }
.news-paging__nums { display: flex; }
.news-paging__nums a {
  display: flex; align-items: center; justify-content: center;
  width: 42px; padding: 10px;
  font-weight: 400; font-size: 16px; color: #000;
}
.news-paging__nums a.on { background: var(--color-main); color: #fff; font-weight: 700; }

/* ---- News detail ---- */
.ndetail-hero { position: relative; height: 300px; }
.ndetail-hero img { width: 100%; height: 100%; object-fit: cover; }
.ndetail-hero::after { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.3); }
.ndetail-hero__title {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-weight: 600; font-size: 40px; color: #000; line-height: 1; z-index: 1;
}
.ndetail-body { background: #fff; padding: 80px 0 120px; }
.ndetail-body__wrap {
  display: flex; flex-direction: column; gap: 80px; align-items: center;
  max-width: 800px; margin: 0 auto;
}
.ndetail-article { display: flex; flex-direction: column; gap: 40px; width: 100%; }
.ndetail-article__head { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.ndetail-article__badge {
  background: #d9f0ff; padding: 6px;
  font-weight: 700; font-size: 16px; color: var(--color-main); line-height: 1;
}
.ndetail-article__title { font-weight: 600; font-size: 32px; color: #000; }
.ndetail-article__date { font-weight: 500; font-size: 16px; color: #515151; }
.ndetail-article hr { width: 100%; border: 0; border-top: 1px solid var(--color-neutral-400); margin: 0; }
.ndetail-article__body { font-weight: 400; font-size: 18px; color: #2d2d2d; line-height: 1.8; }
.ndetail-article__body p { margin-bottom: 1em; }
.ndetail-list-btn {
  display: flex; gap: 10px; align-items: center;
  background: #f3f2f1; border-radius: 10px; padding: 16px 50px;
  font-weight: 500; font-size: 20px; color: #4c4c4c;
}
.ndetail-list-btn img { width: 24px; height: 24px; }

/* ==========================================================================
   06 Board (상담문의)
   ========================================================================== */
.board { position: relative; background: #fafafa; padding-bottom: 120px; }
.board__hero { position: absolute; left: 0; top: 0; width: 100%; height: 400px; overflow: hidden; }
.board__hero img { width: 100%; height: 100%; object-fit: cover; }
.board__breadcrumb {
  position: absolute; right: 120px; top: 32px; z-index: 2;
  display: flex; align-items: center;
  font-weight: 500; font-size: 16px; color: #000;
}
.board__breadcrumb img { width: 24px; height: 24px; }
.board__breadcrumb .sep { transform: rotate(90deg); }
.board__card {
  position: relative; z-index: 1;
  width: 100%; max-width: 1000px; margin: 125px auto 0;
  background: #fff;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.03));
  display: flex; flex-direction: column; gap: 70px; align-items: center;
  padding: 100px 0;
}
.board-form { display: flex; flex-direction: column; gap: 60px; align-items: center; width: 800px; }
.board-form__head { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.board-form__title { font-weight: 700; font-size: 40px; color: #000; text-align: center; }
.board-form__sub { font-weight: 400; font-size: 16px; color: #262626; }
.board-form__fields { display: flex; flex-direction: column; gap: 24px; width: 100%; border-top: 2px solid #000; padding-top: 40px; }
.board-form__fields > hr { width: 100%; border: 0; border-top: 1px solid var(--color-neutral-200); margin: 0; }
.board-field { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.board-field--top { align-items: flex-start; }
.board-field__label {
  display: flex; gap: 4px; align-items: center;
  font-weight: 500; font-size: 20px; color: #000; width: 100px;
}
.board-field__label .req { color: #ff0808; }
.board-field__input { width: 550px; }
.board-field__input input, .board-field__input textarea {
  width: 100%; border: 1px solid #d7d7d7; background: #fff;
  padding: 12px 16px;
  font-family: var(--font-sans); letter-spacing: var(--ls-sans);
  font-weight: 500; font-size: 15px; color: #080808;
}
.board-field__input textarea { height: 200px; resize: none; }
.board-field__input input::placeholder, .board-field__input textarea::placeholder { color: #b5b5b5; }
.board-field__hint { font-weight: 400; font-size: 12px; margin-top: 8px; }
.board-field__hint--red { color: #ff0808; width: 550px; margin-left: auto; }
.board-field__hint--gray { color: #6f6f6f; }
.board-radios { display: flex; align-items: center; justify-content: space-between; width: 550px; }
.board-radio { display: flex; gap: 5px; align-items: center; cursor: pointer; }
.board-radio input { display: none; }
.board-radio .dot { width: 15px; height: 15px; border-radius: 50%; background: #d9d9d9; }
.board-radio .lbl { font-weight: 600; font-size: 15px; color: #6d6d6d; }
.board-radio input:checked ~ .dot { background: var(--color-main); box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--color-main); }
.board-radio input:checked ~ .lbl { color: var(--color-main); }
.board-form__end { border-top: 2px solid #000; width: 100%; }
.board-agree { display: flex; flex-direction: column; gap: 72px; align-items: center; width: 396px; }
.board-agree__rows { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.board-agree__row { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.board-agree__check { display: flex; gap: 8px; align-items: center; cursor: pointer; }
.board-agree__check img { width: 24px; height: 24px; }
.board-agree__check span { font-weight: 500; font-size: 16px; color: #000; }
.board-agree__more { font-weight: 400; font-size: 18px; color: #929292; text-decoration: underline; }
.board-btns { display: flex; gap: 24px; }
.board-btns .cancel {
  background: #f3f2f1; border-radius: 8px; padding: 16px 50px;
  font-weight: 600; font-size: 20px; color: #000;
}
.board-btns .submit {
  background: var(--color-main); border-radius: 8px; padding: 16px 50px;
  font-weight: 700; font-size: 20px; color: #fff;
}

/* ---- 레이어 팝업 (CSS :target) ---- */
.popup { position: fixed; inset: 0; z-index: 100; display: none; }
.popup:target { display: block; }
.popup__dim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); }
.popup__panel {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 900px; max-width: calc(100% - 40px); max-height: 85vh;
  background: #fff; border-radius: 5px;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.11));
  display: flex; flex-direction: column; overflow: hidden;
}
.popup__head {
  background: var(--color-neutral-900); color: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; flex: none;
}
.popup__head h3 { font-weight: 500; font-size: 20px; line-height: 1; }
.popup__head img { width: 32px; height: 32px; }
.popup__body {
  padding: 40px 40px 60px; overflow-y: auto;
  font-weight: 400; font-size: 15px; color: #3b3b3b; line-height: 1.7;
}
.popup__body p { margin-bottom: 0.4em; }
.popup__body ol { list-style: decimal; margin-left: 22px; }
.popup__body ul { list-style: disc; margin-left: 22px; }

/* ==========================================================================
   05 Directions (오시는 길)
   ========================================================================== */
.dir-exterior { height: 565px; }
.dir-exterior img { width: 100%; height: 100%; object-fit: cover; }
.dir-section { background: #fafafa; padding: 80px 0 120px; }
.dir-section__inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; }
.dir-tabs { display: flex; gap: 8px; }
.dir-tab { padding: 10px 24px; background: var(--color-neutral-200); font-weight: 400; font-size: 16px; color: #000; }
.dir-tab--active { background: var(--color-main); color: #fff; font-weight: 700; }
.dir-columns { display: flex; align-items: flex-start; gap: 40px; margin-top: 42px; }
.dir-info { flex: 1; min-width: 1px; display: flex; flex-direction: column; gap: 32px; }
.dir-info__group { display: flex; flex-direction: column; gap: 8px; }
.dir-info__group h3 { font-weight: 700; font-size: 24px; color: #000; }
.dir-info__row { display: flex; gap: 8px; align-items: flex-start; font-size: 16px; color: #000; }
.dir-info__row img { width: 20px; height: 20px; flex: none; }
.dir-info__row .pin { width: 16px; height: 20px; }
.dir-info__row b { font-weight: 700; margin-right: 8px; }
.dir-map { width: 453px; height: 453px; flex: none; }
.dir-map img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   서브페이지 모바일
   ========================================================================== */
@media (max-width: 768px) {
  .hero-banner__title { font-size: 28px; }
  .hero-banner__sub { font-size: 16px; }
  .hero-banner__meta p { font-size: 16px; }
  .hero-banner__btn { font-size: 18px; padding: 12px 24px; }
  .hero-banner__content { gap: 28px; padding: 0 20px; width: 100%; }

  .member-hero { height: 320px; }
  .member-list { padding: 48px 20px 80px; }
  .member-list__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; row-gap: 40px; justify-content: stretch; }
  .member-card { width: 100%; }
  .member-card__photo { width: 100%; height: auto; aspect-ratio: 310 / 390; }
  .member-card__photo img { left: 9.3%; top: 8.7%; width: 81%; height: 91.3%; }
  .member-card__name .role { font-size: 14px; }
  .member-card__name .name { font-size: 20px; }

  .mdetail-hero { height: 480px; }
  .mdetail-hero__info { left: 20px; top: auto; bottom: 48px; }
  .mdetail-hero__name { font-size: 32px; }
  .mdetail-body { padding: 64px 20px 80px; }
  .mdetail-body__wrap { flex-direction: column; gap: 48px; }
  .mdetail-quote { width: 100%; }
  .mdetail-quote__text { font-size: 22px; }
  .mdetail-info__row .tx, .mdetail-info__list li { font-size: 16px; }
  .mdetail-info__row .yr { font-size: 20px; }

  .news-section { padding: 48px 20px 80px; }
  .news-tabs { flex-wrap: wrap; }
  .news-tab { padding: 8px 16px; font-size: 14px; }
  .news-sort { flex-direction: column; width: 100%; gap: 12px; margin-top: 32px; }
  .news-sort__select, .news-sort__search { width: 100%; }
  .news-grid { grid-template-columns: 1fr; margin-top: 32px; row-gap: 40px; }
  .news-card__img { width: 100%; height: auto; aspect-ratio: 320 / 210; }
  .news-card__title { font-size: 20px; }
  .ndetail-hero { height: 200px; }
  .ndetail-hero__title { font-size: 28px; }
  .ndetail-body { padding: 48px 20px 80px; }
  .ndetail-article__title { font-size: 24px; }
  .ndetail-article__body { font-size: 16px; }

  .board__hero { height: 240px; }
  .board__breadcrumb { right: 20px; }
  .board__card { margin: 80px 20px 0; width: auto; padding: 48px 20px; gap: 48px; }
  .board-form { width: 100%; gap: 40px; }
  .board-form__title { font-size: 28px; }
  .board-form__sub { font-size: 14px; text-align: center; }
  .board-field { flex-direction: column; align-items: flex-start; gap: 8px; }
  .board-field__label { width: auto; font-size: 16px; }
  .board-field__input { width: 100%; }
  .board-field__hint--red { width: 100%; }
  .board-radios { width: 100%; flex-wrap: wrap; gap: 12px; justify-content: flex-start; }
  .board-agree { width: 100%; gap: 40px; }
  .board-agree__more { font-size: 14px; }
  .board-btns { width: 100%; flex-direction: column; gap: 12px; }
  .board-btns .cancel, .board-btns .submit { width: 100%; text-align: center; }
  .popup__panel { max-height: 80vh; }
  .popup__head { padding: 12px 20px; }
  .popup__body { padding: 24px 20px 40px; font-size: 14px; }

  .dir-exterior { height: 280px; }
  .dir-section { padding: 48px 20px 80px; }
  .dir-columns { flex-direction: column; gap: 32px; margin-top: 32px; }
  .dir-map { width: 100%; height: auto; aspect-ratio: 1; }
}

/* ==========================================================================
   07 Login (의뢰인 전용) · 08 Search (직원 조회)
   ========================================================================== */
.login-content { position: relative; min-height: 841px; background: #fff; }
.login-content__grad {
  position: absolute; left: 0; top: 0; width: 100%; height: 300px;
  background: linear-gradient(to bottom, #eaf3fa 25%, #fff 106%);
}
.login-content__breadcrumb {
  position: absolute; right: 120px; top: 34px;
  display: flex; align-items: center;
  font-weight: 500; font-size: 16px; color: #000;
}
.login-content__breadcrumb img { width: 24px; height: 24px; }
.login-content__breadcrumb .sep { transform: rotate(90deg); }
.login-content__head {
  position: relative; padding-top: 96px;
  display: flex; flex-direction: column; gap: 24px; align-items: center; text-align: center;
}
.login-content__title { font-weight: 800; font-size: 32px; color: #000; letter-spacing: -0.04em; }
.login-content__sub { display: flex; flex-direction: column; gap: 8px; font-size: 16px; color: #6f6f6f; line-height: 1; }
.login-content__sub b { font-weight: 700; }
.login-form {
  position: relative;
  width: 500px; margin: 60px auto 100px;
  background: #fafafa; border-radius: 20px;
  padding: 40px 60px;
  display: flex; flex-direction: column; gap: 63px; align-items: center;
}
.login-form__fields { display: flex; flex-direction: column; gap: 24px; align-items: center; width: 100%; }
.login-form__label { display: flex; gap: 8px; align-items: center; justify-content: center; margin-bottom: 16px; }
.login-form__label img { width: 24px; height: 24px; }
.login-form__label span { font-weight: 500; font-size: 24px; color: #000; }
.login-form__inputs { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.login-form__input {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid #e4e4e4; border-radius: 10px;
  padding: 12px 16px;
}
.login-form__input input {
  border: 0; outline: 0; flex: 1;
  font-family: var(--font-sans); letter-spacing: var(--ls-sans);
  font-weight: 500; font-size: 14px; color: #080808;
}
.login-form__input input::placeholder { color: #b5b5b5; }
.login-form__input img { width: 16px; height: 16px; }
.login-form__btn {
  background: var(--color-main); border-radius: 8px;
  padding: 16px 50px; font-weight: 700; font-size: 16px; color: #fff;
}
.login-form__links { display: flex; gap: 8px; align-items: center; font-weight: 400; font-size: 14px; color: #6f6f6f; line-height: 1; }
.login-form__links .bar { color: #d5d5d5; }

.search-header { background: linear-gradient(to bottom, #eaf3fa 26%, #fff); height: 300px; position: relative; }
.search-header .page-header__breadcrumb { right: 120px; }
.search-header__title {
  position: absolute; left: 50%; top: calc(50% - 6px); transform: translate(-50%, -50%);
  font-weight: 800; font-size: 60px; color: #000; letter-spacing: -0.04em; white-space: nowrap;
}
.search-section { background: #fff; padding: 78px 0 120px; }
.search-section__inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.search-table { width: 100%; margin-top: 64px; border-collapse: collapse; }
.search-table th {
  background: #fafafa; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2;
  padding: 26px 0; font-weight: 700; font-size: 18px; color: var(--color-neutral-700);
}
.search-table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0; font-weight: 500; font-size: 16px; color: var(--color-neutral-700); text-align: center;
}
.search-table td.name { color: var(--color-main); }
.search-bottom { display: flex; flex-direction: column; gap: 60px; align-items: center; margin-top: 60px; width: 345px; }
.search-bottom__input {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid var(--color-neutral-400); border-radius: 10px;
  padding: 10px 24px; width: 100%;
  font-weight: 400; font-size: 16px; color: var(--color-neutral-800);
}
.search-bottom__input img { width: 16px; height: 16px; }

@media (max-width: 768px) {
  .login-content__breadcrumb { right: 20px; }
  .login-content__head { padding: 72px 20px 0; }
  .login-content__title { font-size: 24px; }
  .login-content__sub { font-size: 13px; }
  .login-form { width: auto; margin: 40px 20px 80px; padding: 32px 24px; gap: 40px; }
  .search-header { height: 200px; }
  .search-header .page-header__breadcrumb { right: 20px; }
  .search-header__title { font-size: 34px; }
  .search-section { padding: 40px 20px 80px; }
  .search-table { margin-top: 40px; }
  .search-table th { font-size: 14px; padding: 16px 0; }
  .search-table td { font-size: 13px; padding: 14px 0; }
  .search-table th:nth-child(3), .search-table td:nth-child(3) { display: none; }
}

/* ==========================================================================
   서브 사이트 공통 (민형사/부동산/가사/회생파산)
   ========================================================================== */
.gnb__brand { display: flex; gap: 16px; align-items: center; }
.gnb__field { font-weight: 600; font-size: 20px; color: #fff; letter-spacing: -0.04em; white-space: nowrap; }
.gnb--light .gnb__field { color: var(--color-secondary-500); }
.gnb--light .gnb__brand img { width: 163px; height: 32px; }

.sub-hero { position: relative; height: 700px; overflow: hidden; }
.sub-hero__bg { position: absolute; inset: 0; }
.sub-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.sub-hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.3); }
.sub-hero__content {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 40px;
}
.sub-hero__title { font-weight: 700; font-size: 60px; color: #fff; letter-spacing: -0.04em; white-space: nowrap; }

.field-hero { position: relative; height: 500px; overflow: hidden; }
.field-hero__bg { position: absolute; inset: 0; }
.field-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.field-hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.25); }
.field-hero__block {
  position: absolute; left: 120px; top: calc(50% + 110px); transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 24px; align-items: flex-start;
}
.field-hero__breadcrumb { display: flex; align-items: center; font-weight: 500; font-size: 16px; color: #fff; }
.field-hero__breadcrumb img { width: 24px; height: 24px; }
.field-hero__breadcrumb .sep { transform: rotate(90deg); }
.field-hero__title { font-weight: 700; font-size: 60px; color: #fff; letter-spacing: -0.04em; }

.field-intro { background: #fff; padding: 100px 120px; }
.field-intro__wrap { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; align-items: flex-start; }
.field-intro__title { font-weight: 600; font-size: 40px; color: var(--color-main); letter-spacing: -0.03em; line-height: normal; }
.field-intro__body { display: flex; flex-direction: column; gap: 32px; }
.field-intro__body p { font-weight: 400; font-size: 20px; color: #000; line-height: 1.7; }
.field-intro__body b { font-weight: 700; }
.field-intro__body .sb { font-weight: 600; }
.field-intro__chips { display: flex; gap: 16px; flex-wrap: wrap; }
.field-intro__chips span {
  background: #ecf7ff; border-radius: 2px; padding: 10px 20px;
  font-weight: 500; font-size: 20px; color: var(--color-main); line-height: 1; white-space: nowrap;
}

.sub-fields { background: #fafafa; padding: 100px 120px; }
.sub-fields__wrap { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; }
.sub-fields__title { font-weight: 600; font-size: 56px; color: #000; line-height: normal; }
.sub-fields__list {
  display: flex; flex-direction: column; gap: 10px; width: 600px;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.05));
}
.sub-fields__card {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border-radius: 2px; padding: 20px 32px;
  font-weight: 500; font-size: 24px; color: var(--color-main);
}
.sub-fields__card img { width: 8px; height: 16px; }

.success { background: #fff; padding: 120px; }
.success__wrap { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; }
.success__head { display: flex; align-items: center; justify-content: space-between; }
.success__title { font-weight: 700; font-size: 60px; color: #000; }
.success__more { background: #eee; border-radius: 2px; padding: 16px 50px; font-weight: 400; font-size: 16px; color: #000; }
.success__list { border-top: 2px solid #000; border-bottom: 2px solid #000; display: flex; flex-direction: column; }
.success__row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 20px; border-bottom: 1px solid var(--color-neutral-200);
}
.success__row:last-child { border-bottom: 0; }
.success__row-text { display: flex; flex-direction: column; gap: 20px; }
.success__row-title { font-weight: 400; font-size: 24px; color: #000; line-height: 1; }
.success__row:first-child .success__row-title { font-weight: 600; color: var(--color-main); text-decoration: underline; }
.success__row-date { font-weight: 400; font-size: 18px; color: #6d6d6d; line-height: 1; }
.success__row img { width: 8px; height: 16px; }

.lawyers { background: #fff; padding: 120px 0; overflow: hidden; }
.lawyers__head {
  max-width: 1200px; margin: 0 auto 60px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 20px;
}
.lawyers__title { font-weight: 700; font-size: 60px; color: #000; }
.lawyers__nav { display: flex; gap: 26px; }
.lawyers__nav img { width: 40px; height: 40px; }
.lawyers__nav .next img { transform: rotate(180deg); }
.lawyers__strip { display: flex; gap: 32px; padding: 0 120px; overflow-x: auto; }
.lawyers__strip .member-card .role { font-size: 20px; }
.lawyers__strip .member-card .name { font-size: 28px; }
.lawyers__strip .member-card { flex: none; }

.yt { background: var(--color-primary-50); padding: 120px 88px; }
.yt__wrap { display: flex; gap: 32px; justify-content: center; }
.yt__card { display: flex; flex-direction: column; gap: 20px; width: 400px; }
.yt__thumb { position: relative; width: 400px; height: 229px; }
.yt__thumb img.bg { width: 100%; height: 100%; object-fit: cover; }
.yt__thumb::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); }
.yt__thumb .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 70px; height: 72px; z-index: 1;
}
.yt__card p { font-weight: 600; font-size: 24px; color: #000; }

.faq { background: #fff; padding: 120px; }
.faq__wrap { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; }
.faq__title { font-weight: 700; font-size: 60px; color: #000; white-space: nowrap; }
.faq__list { display: flex; flex-direction: column; gap: 32px; width: 750px; }
.faq__item { display: flex; flex-direction: column; gap: 16px; border-bottom: 1px solid var(--color-neutral-200); padding-bottom: 32px; }
.faq__item:last-child { border-bottom: 0; padding-bottom: 0; }
.faq__q { display: flex; gap: 8px; align-items: flex-start; }
.faq__q .num {
  font-weight: 600; font-size: 28px; line-height: 1;
  background: linear-gradient(to bottom, var(--color-main), var(--color-secondary-500));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  white-space: nowrap;
}
.faq__q .txt { flex: 1; font-weight: 600; font-size: 28px; color: #000; line-height: 1.2; }
.faq__q img { width: 18px; height: 18px; margin-top: 5px; }
.faq__q .closed { transform: rotate(180deg); }
.faq__a { padding-left: 48px; font-weight: 300; font-size: 20px; color: #1b263b; line-height: 1.7; max-width: 698px; }

.cases-header { background: linear-gradient(to bottom, #eaf3fa 25%, #fff); padding: 81px 20px 60px; text-align: center; }
.cases-header__title { font-weight: 800; font-size: 60px; color: #000; letter-spacing: -0.04em; }
.cases-header__sub { font-weight: 400; font-size: 20px; color: #6f6f6f; line-height: 1.7; margin-top: 24px; }
.cases-section { background: #fff; padding: 80px 0 120px; }
.cases-section__inner { max-width: 1004px; margin: 0 auto; display: flex; flex-direction: column; gap: 80px; }
.cases-toolbar { display: flex; align-items: center; justify-content: space-between; }
.cases-toolbar__search {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid var(--color-neutral-400); border-radius: 10px;
  padding: 10px 24px; width: 300px;
  font-weight: 400; font-size: 16px; color: var(--color-neutral-800);
}
.cases-toolbar__search img { width: 16px; height: 16px; }
.cases-list { display: flex; flex-direction: column; gap: 40px; }
.cases-list__row { display: flex; align-items: center; justify-content: space-between; }
.cases-list__left { display: flex; gap: 32px; align-items: center; }
.cases-list__num { font-weight: 500; font-size: 20px; color: #b1b1b1; width: 30px; line-height: 1; }
.cases-list__title { font-weight: 400; font-size: 24px; color: #000; line-height: 1; }
.cases-list__row:first-child .cases-list__title { font-weight: 600; color: var(--color-main); text-decoration: underline; }
.cases-list__date { font-weight: 400; font-size: 18px; color: #6d6d6d; line-height: 1; }

.cdetail { background: #fff; padding: 91px 0 120px; }
.cdetail__wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; }
.cdetail__head { display: flex; flex-direction: column; gap: 11px; align-items: center; text-align: center; }
.cdetail__badge {
  background: #d9f0ff; padding: 6px;
  font-weight: 700; font-size: 16px; color: var(--color-main); line-height: 1;
}
.cdetail__title { font-weight: 600; font-size: 40px; color: #000; }
.cdetail__date { font-weight: 400; font-size: 18px; color: #6d6d6d; line-height: 1; }
.cdetail__body { display: flex; flex-direction: column; gap: 60px; align-items: center; }
.cdetail__group { display: flex; flex-direction: column; gap: 22px; width: 100%; }
.cdetail__group-title {
  background: #fafafa; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; border-radius: 3px;
  text-align: center; padding: 10px 0;
  font-weight: 700; font-size: 18px; color: var(--color-neutral-700);
}
.cdetail__group ol { list-style: decimal; margin-left: 27px; }
.cdetail__group ul { list-style: disc; margin-left: 27px; }
.cdetail__group li { font-weight: 400; font-size: 18px; color: #2d2d2d; line-height: 1.8; }
.cdetail__group li b { font-weight: 700; }

@media (max-width: 768px) {
  .sub-hero { height: 560px; }
  .sub-hero__title { font-size: 40px; }
  .field-hero { height: 360px; }
  .field-hero__block { left: 20px; top: auto; bottom: 40px; transform: none; }
  .field-hero__title { font-size: 40px; }
  .field-intro { padding: 64px 20px; }
  .field-intro__title { font-size: 28px; }
  .field-intro__body p { font-size: 16px; }
  .field-intro__chips span { font-size: 15px; padding: 8px 14px; }
  .sub-fields { padding: 64px 20px; }
  .sub-fields__wrap { flex-direction: column; gap: 32px; }
  .sub-fields__title { font-size: 36px; }
  .sub-fields__list { width: 100%; }
  .sub-fields__card { font-size: 18px; padding: 16px 24px; }
  .success { padding: 64px 20px; }
  .success__title { font-size: 36px; }
  .success__more { padding: 10px 24px; font-size: 14px; }
  .success__row { padding: 20px 8px; }
  .success__row-title { font-size: 17px; line-height: 1.4; }
  .success__row-date { font-size: 14px; }
  .lawyers { padding: 64px 0; }
  .lawyers__head { margin-bottom: 32px; }
  .lawyers__title { font-size: 36px; }
  .lawyers__strip { padding: 0 20px; gap: 16px; }
  .lawyers__strip .member-card { width: 220px; }
  .lawyers__strip .member-card__photo { width: 220px; height: 277px; }
  .lawyers__strip .member-card__photo img { left: 21px; top: 24px; width: 178px; height: 253px; }
  .yt { padding: 64px 20px; }
  .yt__wrap { flex-direction: column; align-items: center; }
  .yt__card { width: 100%; max-width: 400px; }
  .yt__thumb { width: 100%; height: auto; aspect-ratio: 400 / 229; }
  .yt__card p { font-size: 18px; }
  .faq { padding: 64px 20px; }
  .faq__wrap { flex-direction: column; gap: 32px; }
  .faq__title { font-size: 36px; }
  .faq__list { width: 100%; }
  .faq__q .num, .faq__q .txt { font-size: 20px; }
  .faq__a { font-size: 16px; padding-left: 0; }
  .cases-header { padding: 48px 20px 32px; }
  .cases-header__title { font-size: 36px; }
  .cases-header__sub { font-size: 15px; }
  .cases-section { padding: 40px 20px 80px; }
  .cases-section__inner { gap: 40px; }
  .cases-toolbar { flex-direction: column; gap: 16px; align-items: stretch; }
  .cases-toolbar__search { width: 100%; }
  .cases-list__title { font-size: 17px; line-height: 1.4; }
  .cases-list__num { font-size: 15px; }
  .cases-list__date { font-size: 13px; }
  .cdetail { padding: 48px 20px 80px; }
  .cdetail__title { font-size: 26px; }
}

/* chevron 방향 보정 (Figma rotate180) */
.sub-fields__card img, .success__row img { transform: rotate(180deg); }
