@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600&display=swap');

/* 공통 */
.pc-only {
  display: block !important;
}
.mb-only {
  display: none !important;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .mb-only {
    display: block !important;
  }
}

.container {
  padding-left: 50px;
  padding-right: 50px;
  min-width: 1440px;
}

@media (max-width: 960px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
  }
}

/* main.css가 모바일/태블릿에서 `br { display: none }` 전역 적용 → 오시는 길 문단 줄바꿈 복구 */
.location-detail-section br {
  display: inline !important;
}

/* 스크롤바: 테마 썸 + 트랙 투명 (WebKit · Firefox) */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--at-theme-primary) transparent;
}

html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: var(--at-theme-primary);
  background-clip: padding-box;
  border-radius: 999px;
  border: 3px solid transparent;
}

html::-webkit-scrollbar-thumb:hover {
  background: #8f962f;
  background: color-mix(in srgb, var(--at-theme-primary) 82%, #1e1e1e);
}

.hero-title-shadow {
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.45),
    0 2px 14px rgba(0, 0, 0, 0.28);
}

/* 홈 히어로 — 모바일·태블릿 제목·버튼 중앙 정렬 */
@media (max-width: 991.98px) {
  .at-hero-area .row > .ms-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .at-hero-area .at-hero-content {
    text-align: center;
  }

  .at-hero-area .at-hero-video {
    margin-left: auto;
    margin-right: auto;
  }

  .at-hero-area .at-hero-title {
    display: flex;
    justify-content: center;
  }

  .at-hero-area .at-hero-btn {
    justify-content: center;
  }
}

/* 홈 센터소개 — 센터소개 바로가기 버튼 최소 너비 */
.at-about-area .at-about-btn-transform {
  flex-shrink: 0;
  min-width: 200px;
}

.at-about-area .at-about-btn-transform .at-btn {
  min-width: 200px;
  width: 100%;
  box-sizing: border-box;
}

/* 홈 센터소개 — 모바일에서 버튼을 제목 아래로 */
@media (max-width: 767.98px) {
  .at-about-area .at-about-title-wrap > .at-section-title.d-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
  }

  .at-about-area .at-about-btn-transform {
    margin-left: 0;
    margin-top: 0;
  }

  .at-about-area .at-about-btn-transform .at-btn {
    margin-top: 0 !important;
  }
}

/* 홈 센터소개 제목 — PC(992px~) 1행, 모바일·태블릿 2행 */
.home-about-headline {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
}

.home-about-headline__line {
  display: inline;
}

.home-about-headline__line--2::before {
  content: ' ';
}

@media (max-width: 991.98px) {
  .home-about-headline {
    width: 100%;
    font-size: clamp(0.78rem, 2.6vw + 0.45rem, 1.90rem);
  }

  .home-about-headline__line {
    display: block;
    white-space: nowrap;
  }

  .home-about-headline__line--2::before {
    content: none;
  }
}

.hero-text-shadow {
  display: inline;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* box-shadow 오프셋(블러 0)은 밑줄처럼 보여 제거 — 글자 주변만 부드럽게 */
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.45),
    0 2px 14px rgba(0, 0, 0, 0.28);
}

.header-main-row {
  position: relative;
}

.header-center-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* about.php / gallery.php 히어로 — 고정 높이·중복 패딩 없이 콘텐츠 높이에 맞춤 */
.about-hero-services.sec-1-services {
  padding-top: 0;
  height: auto;
  min-height: 0;
}

.about-hero-services > .bg-neutral-50,
.about-hero-services .about-hero-band {
  height: auto;
  min-height: 0;
  padding-top: clamp(88px, 11vw, 112px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.about-hero-services,
.about-hero-services .about-hero-row,
.about-hero-visual,
.about-hero-visual > div {
  overflow: visible;
}

.about-hero-services .container {
  padding-top: 0;
  padding-bottom: 0;
}

.about-hero-services .about-hero-row {
  align-items: flex-start;
}

.about-hero-services .about-hero-content .section-title {
  font-size: clamp(48px, 11vw, 120px);
  line-height: 1.05;
  flex-wrap: wrap;
}

.section-subtitle {
  font-size: clamp(20px, 2.1vw, 21px);
  line-height: 1.45;
  font-weight: 500;
}

.about-hero-visual {
  padding-bottom: 0;
}

.about-hero-visual img.layer,
.about-hero-static-image {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-hero-services .about-hero-row {
    align-items: center;
  }

  .about-hero-description {
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .about-hero-services .about-hero-content {
    margin-bottom: 24px;
  }

  .about-hero-visual {
    max-width: 520px;
    margin-inline: auto;
  }
}

.subpage-hero {
  position: relative;
  padding: 150px 0 70px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #0e3a26 0%, #134e2f 52%, #7f8730 100%);
}

.subpage-main {
  overflow: hidden;
}

.subpage-main .subpage-hero {
  display: flex;
  align-items: flex-end;
}

.subpage-main .subpage-hero::before,
.subpage-main .subpage-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.subpage-main .subpage-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 14.285% 100%, 100% 120px;
  opacity: 0.2;
}

.subpage-main .subpage-hero::after {
  width: clamp(280px, 34vw, 560px);
  height: clamp(280px, 34vw, 560px);
  right: -8vw;
  bottom: -18vw;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 64%);
}

.subpage-main .subpage-hero .container {
  z-index: 2;
}

.subpage-main .subpage-eyebrow {
  letter-spacing: 0.08em;
}

.subpage-main .at-hero-title {
  max-width: 1050px;
  font-size: clamp(35px, 11vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  word-break: keep-all;
}

.alt-section-title {
  font-size: clamp(30px, 2.1vw, 50px);
}

.subpage-hero-lead {
  font-size: clamp(20px, 2.1vw, 21px);
  line-height: 1.45;
  font-weight: 500;
}


.subpage-hero-card,
.subpage-highlight,
.subpage-card,
.subpage-step,
.subpage-cta {
  border: 1px solid rgba(19, 19, 22, 0.1);
  border-radius: 28px;
}

.subpage-hero-card {
  position: relative;
  padding: 32px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.subpage-hero-card::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 52px;
  height: 52px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 0 22px 0;
}

.subpage-hero-card img {
  width: 58px;
  margin-bottom: 22px;
}

.subpage-hero-card p {
  margin: 0;
  color: #fff;
  line-height: 1.75;
}

.subpage-highlight {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.subpage-highlight strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.subpage-highlight span {
  opacity: 0.82;
}

.subpage-copy p {
  color: var(--at-neutral-700);
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.subpage-main .subpage-section {
  position: relative;
}

.subpage-section h2 {
  font-size: clamp(20px, 5.2vw, 35px) !important;
}

.subpage-main .subpage-section.at-about-area {
  background:
    radial-gradient(circle at 8% 10%, rgba(146, 153, 49, 0.08), transparent 26%),
    var(--at-neutral-0);
}

.subpage-main .subpage-content-row {
  padding: clamp(28px, 3.4vw, 52px) 0;
  border-top: 1px solid rgba(19, 19, 22, 0.08);
}

.subpage-main .subpage-content-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.subpage-main .subpage-content-row .at-section-title {
  max-width: 620px;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.subpage-main .subpage-content-row .at-btn {
  color: var(--at-theme-primary);
  font-weight: 700;
}

.subpage-main .subpage-content-row .subpage-copy p {
  color: var(--at-neutral-800);
  font-size: 18px;
  word-break: keep-all;
}

.subpage-check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--at-neutral-200);
  border-radius: 18px;
  background: var(--at-neutral-0);
  height: 100%;
  box-shadow: 0 16px 40px rgba(19, 19, 22, 0.035);
}

.subpage-check-item span {
  width: 9px;
  height: 9px;
  margin-top: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--at-theme-primary);
}

.subpage-check-item p {
  margin: 0;
  color: var(--at-neutral-800);
  line-height: 1.65;
}

/* 상담신청방법 — 연락·혜택 안내 */
.counseling-app-guide__container {
  max-width: 1440px;
}

.counseling-app-block + .counseling-app-block {
  margin-top: clamp(56px, 8vw, 96px);
}

.counseling-app-block__head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.counseling-app-block__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--at-theme-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.counseling-app-block__title {
  max-width: 14ch;
}

.counseling-app-block__lead {
  color: var(--at-neutral-700);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.85;
  word-break: keep-all;
}

.counseling-app-panel {
  padding: clamp(24px, 3.5vw, 40px);
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(146, 153, 49, 0.1), transparent 32%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 239, 0.92));
  box-shadow: 0 28px 70px rgba(19, 19, 22, 0.06);
}

.counseling-app-panel--benefits {
  background:
    radial-gradient(circle at 0% 100%, rgba(19, 78, 47, 0.06), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 246, 0.94));
}

.counseling-app-channel-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  min-height: 168px;
  padding: clamp(22px, 2.8vw, 28px);
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 24px;
  background: var(--at-neutral-0);
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.counseling-app-channel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(19, 78, 47, 0.22);
  box-shadow: 0 20px 48px rgba(19, 19, 22, 0.08);
  color: inherit;
}

.counseling-app-channel-card--muted {
  background: rgba(248, 248, 244, 0.9);
}

.counseling-app-channel-card--online {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  min-height: 0;
  padding-block: clamp(20px, 2.5vw, 26px);
  background:
    linear-gradient(135deg, rgba(14, 58, 38, 0.04), rgba(146, 153, 49, 0.08)),
    var(--at-neutral-0);
}

.counseling-app-channel-card--online .counseling-app-channel-card__icon {
  margin-right: 4px;
}

.counseling-app-channel-card--online .counseling-app-channel-card__value {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .counseling-app-channel-card--online .counseling-app-channel-card__value {
    margin-left: 0;
    width: 100%;
  }
}

.counseling-app-channel-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 14px;
  background: rgba(19, 78, 47, 0.08);
  color: var(--at-theme-primary);
  font-size: 18px;
}

.counseling-app-channel-card__label {
  color: var(--at-neutral-500);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.counseling-app-channel-card__value {
  color: var(--at-neutral-950);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.counseling-app-channel-card__sub {
  color: var(--at-neutral-600);
  font-size: 14px;
  line-height: 1.5;
}

.counseling-app-checklist-wrap {
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(19, 19, 22, 0.08);
}

.counseling-app-checklist-wrap__title {
  margin-bottom: 18px;
  color: var(--at-neutral-800);
  font-size: 15px;
  font-weight: 600;
}

.counseling-app-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.counseling-app-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 19, 22, 0.06);
  color: var(--at-neutral-800);
  font-size: 15px;
  line-height: 1.55;
  word-break: keep-all;
}

.counseling-app-checklist__num {
  flex: 0 0 auto;
  color: var(--at-theme-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.counseling-app-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.counseling-app-benefit-card {
  padding: clamp(22px, 2.8vw, 28px);
  border: 1px solid rgba(19, 19, 22, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.counseling-app-benefit-card:hover {
  border-color: rgba(146, 153, 49, 0.35);
  box-shadow: 0 16px 40px rgba(19, 19, 22, 0.06);
}

.counseling-app-benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(19, 78, 47, 0.07);
  color: var(--at-theme-primary);
  font-size: 17px;
}

.counseling-app-benefit-card__title {
  margin: 0 0 8px;
  color: var(--at-neutral-950);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.counseling-app-benefit-card__desc {
  margin: 0;
  color: var(--at-neutral-600);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.counseling-app-panel__note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(19, 19, 22, 0.08);
  text-align: center;
}

.counseling-app-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--at-theme-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.counseling-app-panel__link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.85em;
  transition: transform 0.2s ease;
}

.counseling-app-panel__link:hover {
  color: var(--at-theme-primary);
}

.counseling-app-panel__link:hover::after {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .counseling-app-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .counseling-app-benefit-grid {
    grid-template-columns: 1fr;
  }

  .counseling-app-block__title {
    max-width: none;
  }
}

/* 비용안내 */
.counseling-fee-support-card {
  height: 100%;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 24px;
  background: var(--at-neutral-0);
}

.counseling-fee-support-card--alt {
  background: rgba(248, 248, 244, 0.85);
}

.counseling-fee-support-card__title {
  margin: 0 0 10px;
  color: var(--at-neutral-950);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.counseling-fee-support-card__desc {
  margin: 0 0 16px;
  color: var(--at-neutral-700);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.counseling-fee-support-card__desc strong {
  color: var(--at-neutral-900);
  font-weight: 600;
}

.counseling-fee-support-card__list li {
  position: relative;
  padding-left: 14px;
  color: var(--at-neutral-700);
  font-size: 14px;
  line-height: 1.65;
}

.counseling-fee-support-card__list li + li {
  margin-top: 8px;
}

.counseling-fee-support-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--at-theme-primary);
}

.counseling-app-checklist--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
  .counseling-app-checklist--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .counseling-app-checklist--four {
    grid-template-columns: 1fr;
  }
}

.counseling-fee-program-card {
  position: relative;
  padding-top: 36px;
}

.counseling-fee-tag {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(19, 78, 47, 0.08);
  color: var(--at-theme-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.counseling-fee-callout {
  margin-top: 28px;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(14, 58, 38, 0.92), rgba(19, 78, 47, 0.88)),
    var(--at-theme-primary);
  color: #fff;
}

.counseling-fee-callout__title {
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.counseling-fee-callout__text {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.counseling-fee-callout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (min-width: 768px) {
  .counseling-fee-callout {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: clamp(28px, 4vw, 56px);
    row-gap: 8px;
    align-items: center;
  }

  .counseling-fee-callout__title {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .counseling-fee-callout__text {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
  }

  .counseling-fee-callout__actions {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: center;
  }

  .counseling-fee-callout__btn {
    white-space: nowrap;
  }
}

.counseling-fee-callout__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--at-theme-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.counseling-fee-callout__btn:hover {
  color: var(--at-theme-primary);
  opacity: 0.92;
  transform: translateY(-1px);
}

.counseling-fee-callout__btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.counseling-fee-callout__btn--outline:hover {
  color: #fff;
  border-color: #fff;
}

.individual-approach-section {
  overflow: hidden;
}

.individual-approach-panel {
  position: relative;
  padding: clamp(30px, 4.5vw, 64px);
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(146, 153, 49, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 239, 0.88));
  box-shadow: 0 30px 80px rgba(19, 19, 22, 0.08);
}

.individual-approach-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  pointer-events: none;
}

.individual-approach-intro,
.individual-approach-grid {
  position: relative;
  z-index: 1;
}

.individual-approach-intro .at-section-title {
  max-width: 480px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.individual-approach-intro p {
  max-width: 500px;
  color: var(--at-neutral-800);
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}

.individual-approach-note {
  margin-top: 42px;
  padding: 22px 24px;
  border-left: 3px solid var(--at-theme-primary);
  border-radius: 0 22px 22px 0;
  background: rgba(255, 255, 255, 0.72);
}

.individual-approach-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--at-theme-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.individual-approach-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.individual-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.individual-approach-card {
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(19, 19, 22, 0.045);
}

.individual-approach-card.is-featured {
  grid-column: 1 / -1;
  min-height: 190px;
  background: var(--at-neutral-900);
}

.individual-approach-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: rgba(146, 153, 49, 0.12);
  color: var(--at-theme-primary);
  font-size: 13px;
  font-weight: 700;
}

.individual-approach-card h3 {
  margin-bottom: 10px;
  color: var(--at-neutral-900);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.individual-approach-card p {
  margin: 0;
  color: var(--at-neutral-700);
  line-height: 1.7;
  word-break: keep-all;
}

.individual-approach-card.is-featured span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.individual-approach-card.is-featured h3,
.individual-approach-card.is-featured p {
  color: #fff;
}

.individual-approach-card.is-featured p {
  max-width: 560px;
  opacity: 0.78;
}

.about-content-container {
  max-width: 1440px;
}

.about-content-section {
  padding-top: 70px;
  padding-bottom: 24px;
}

.about-content-row {
  margin-top: 0 !important;
  padding: clamp(28px, 3.6vw, 48px) 0;
  border-top: 1px solid rgba(19, 19, 22, 0.08);
}

.about-content-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.about-content-heading {
  max-width: 540px;
}

.about-content-heading span {
  padding: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a0a0a0;
}

.about-content-heading .at-btn {
  line-height: 1;
}

.about-content-heading .at-section-title {
  max-width: 560px;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.about-content-body .subpage-copy p {
  color: var(--at-neutral-800);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  word-break: keep-all;
}

.about-content-body .subpage-copy p:last-child {
  margin-bottom: 0;
}

.about-check-grid {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 10px;
  margin-top: 5px !important;
}

.about-check-grid .subpage-check-item {
  height: 100%;
  min-height: 54px;
  align-items: center;
  padding: 13px 18px;
  border-color: rgba(19, 19, 22, 0.08);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(19, 19, 22, 0.04);
}

.about-check-grid .subpage-check-item span {
  width: 8px;
  height: 8px;
  margin-top: 0;
  box-shadow: 0 0 0 6px rgba(146, 153, 49, 0.12);
}

.about-check-grid .subpage-check-item p {
  color: var(--at-neutral-900);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  word-break: keep-all;
}

@media (max-width: 991.98px) {
  .about-content-section {
    padding-top: 64px;
  }

  .about-content-row {
    padding: 28px 0;
  }

  .about-content-heading,
  .about-content-body {
    max-width: 100%;
  }

  .about-content-body {
    margin-left: 0;
    padding-top: 0;
  }

  .about-content-heading .at-section-title {
    font-size: clamp(34px, 8vw, 48px);
  }
}

.subpage-card {
  position: relative;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 248, 244, 0.98)),
    var(--at-neutral-50);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.subpage-card::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(146, 153, 49, 0.14);
  box-shadow: 0 0 0 10px rgba(146, 153, 49, 0.06);
}

.subpage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(19, 19, 22, 0.08);
  border-color: rgba(146, 153, 49, 0.42);
}

.subpage-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: var(--at-neutral-950);
}

.subpage-card p {
  margin-bottom: 18px;
  color: var(--at-neutral-700);
  line-height: 1.75;
}

.subpage-card-link {
  color: inherit;
  text-decoration: none;
}

.subpage-card-link:hover {
  color: inherit;
}

.subpage-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--at-theme-primary);
  font-weight: 700;
}

.subpage-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.82em;
}

.subpage-process-area {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #0e3a26 0%, #134e2f 66%, #6f7629 100%);
}

.subpage-step {
  height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.subpage-step span {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.subpage-step h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}

.subpage-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.subpage-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 44px;
  background:
    radial-gradient(circle at 85% 18%, rgba(146, 153, 49, 0.34), transparent 28%),
    var(--at-neutral-950);
  color: #fff;
  overflow: hidden;
}

.subpage-cta > div {
  flex: 1 1 auto;
  min-width: 0;
}

.subpage-cta .at-btn {
  flex: 0 0 auto;
  background: var(--at-theme-primary);
  border-color: var(--at-theme-primary) !important;
  color: #fff !important;
}

.subpage-cta > div > span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.subpage-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.15;
}

.about-center-hero .section-title {
  letter-spacing: -0.08em;
}

.about-center-hero .section-title sup {
  margin-left: 0.04em;
  font-size: 0.12em;
  letter-spacing: 0;
  transform: translateY(0.18em);
}

.about-center-hero-image {
  width: 100%;
  height: min(62vw, 720px);
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.team-card-2__social span.team-card-2__social-link {
  cursor: default;
}

.therapists-hero-banner {
  position: relative;
}

.therapists-hero-banner > img {
  filter: blur(1.4px);
  transform: scale(1.012);
}

.therapists-hero-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.34) 45%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 45%);
}

.therapists-hero-copy {
  position: absolute;
  left: clamp(24px, 7vw, 120px);
  bottom: clamp(34px, 8vw, 120px);
  z-index: 2;
  max-width: 880px;
}

.therapists-hero-copy p {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.36);
  word-break: keep-all;
}

.therapists-title-sup {
  margin-left: 1em;
  font-size: 0.21em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* 상담진 카드: 모바일 1열 → sm 2열 → lg(PC) 3열 (6명 = 2행) */
.therapists-grid > .therapist-card-col {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.therapists-grid .therapist-card-link {
  width: 100%;
}

@media (min-width: 576px) {
  .therapists-grid > .therapist-card-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .therapists-grid > .therapist-card-col {
    flex: 0 0 16.6667%;
    width: 16.6667%;
    max-width: 16.6667%;
  }
}

.therapist-card-link {
  color: inherit;
  text-decoration: none;
}

.therapist-template-details .card_case__studies-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.therapist-template-details .block-content p,
.therapist-template-details .sec-2-team-details p {
  word-break: keep-all;
}

.therapist-template-details .therapist-detail-list svg {
  flex: 0 0 auto;
  color: var(--at-theme-primary);
}

.therapist-template-details .sec-1-team-details {
  overflow: visible;
}

.therapist-profile-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.therapist-profile-metrics-vertical {
  grid-template-columns: 1fr;
}

.therapist-profile-metrics > div {
  padding: 18px 14px;
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 18px;
  background: var(--at-neutral-50);
}

.therapist-profile-metrics .h4 {
  letter-spacing: -0.05em;
}

@media (min-width: 992px) {
  .therapist-template-details .mg-portfolio-pin {
    position: sticky;
    top: 0;
  }

  .therapist-profile-sticky-col {
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}

.therapist-profile-page {
  overflow: hidden;
}

.therapist-profile-hero {
  background:
    radial-gradient(circle at 85% 12%, rgba(146, 153, 49, 0.18), transparent 30%),
    linear-gradient(180deg, #fefefe 0%, #f7f6f1 100%);
}

.therapist-profile-photo {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: var(--at-neutral-100);
  box-shadow: 0 32px 80px rgba(19, 19, 22, 0.12);
}

.therapist-profile-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.therapist-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.therapist-profile-intro {
  max-width: 760px;
}

.therapist-profile-back {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--at-theme-primary);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.therapist-profile-back::before {
  margin-right: 8px;
  content: "<";
}

.therapist-profile-name {
  color: var(--at-neutral-950);
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.therapist-profile-lead {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--at-neutral-950);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.therapist-profile-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--at-neutral-700);
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}

.therapist-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.therapist-profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(19, 19, 22, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--at-neutral-900);
  font-weight: 700;
}

.therapist-profile-stat {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 26px;
  background: var(--at-neutral-0);
  box-shadow: 0 20px 55px rgba(19, 19, 22, 0.06);
}

.therapist-profile-stat strong {
  display: block;
  margin-bottom: 12px;
  color: var(--at-neutral-950);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.therapist-profile-stat span {
  color: var(--at-neutral-700);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}

.therapist-profile-sticky {
  position: sticky;
  top: 120px;
}

.therapist-profile-sticky .at-section-title,
.therapist-profile-career .at-section-title {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.therapist-profile-sticky p {
  max-width: 430px;
  color: var(--at-neutral-700);
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

.therapist-profile-panel {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(19, 19, 22, 0.08);
  border-radius: 28px;
  background: #fff;
}

.therapist-profile-panel + .therapist-profile-panel {
  margin-top: 18px;
}

.therapist-profile-panel h3 {
  margin-bottom: 22px;
  color: var(--at-neutral-950);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.therapist-profile-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.therapist-profile-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--at-neutral-800);
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}

.therapist-profile-panel li::before {
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: var(--at-theme-primary);
}

.therapist-profile-timeline {
  border-top: 1px solid rgba(19, 19, 22, 0.1);
}

.therapist-profile-career-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(19, 19, 22, 0.1);
}

.therapist-profile-career-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 34px;
  border-radius: 999px;
  background: rgba(146, 153, 49, 0.12);
  color: var(--at-theme-primary);
  font-size: 13px;
  font-weight: 800;
}

.therapist-profile-career-item p {
  margin: 0;
  color: var(--at-neutral-900);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
  word-break: keep-all;
}

.therapist-profile-cta .subpage-cta p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .therapist-profile-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .therapist-profile-summary,
  .therapist-profile-detail,
  .therapist-profile-career {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .therapist-profile-sticky {
    position: static;
  }

  .therapist-profile-career-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.moving-gallery li img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .subpage-hero {
    padding: 150px 0 80px;
  }

  .subpage-main .subpage-hero {
    min-height: auto;
  }

  .subpage-main .at-hero-title {
    font-size: clamp(52px, 16vw, 96px);
  }

  .subpage-main .subpage-section.at-about-area {
    padding-top: 64px !important;
  }

  .subpage-main .subpage-content-row {
    padding: 30px 0;
  }

  .subpage-main .subpage-content-row .at-section-title {
    font-size: clamp(32px, 9vw, 48px);
  }

  .individual-approach-panel {
    border-radius: 28px;
    padding: 28px;
  }

  .individual-approach-panel::before {
    inset: 14px;
    border-radius: 22px;
  }

  .individual-approach-note {
    margin-top: 28px;
  }

  .individual-approach-grid {
    margin-top: 8px;
  }

  .subpage-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
  }

  .about-center-hero .section-title {
    font-size: clamp(64px, 18vw, 160px);
  }
}

@media (max-width: 575.98px) {
  .individual-approach-grid {
    grid-template-columns: 1fr;
  }

  .individual-approach-card.is-featured {
    grid-column: auto;
  }
}

.number-spacing-normal,
.number-spacing-normal .odometer {
  letter-spacing: 0;
  word-spacing: normal;
  font-kerning: normal;
}

/* 홈 about — 상담회기 통계 (아바타 행과 세로 중앙) */
.home-about-session-stat {
  align-self: center;
  line-height: 1.2;
  min-height: 64px;
}

.home-about-session-stat .odometer {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-item img {
  max-height: 50px;
}

/* 브랜드 로고 띠: 기본 carouselTicker 100px 마진보다 좁게 */
.at-brand-area .carouselTicker__item {
  margin-left: 55px;
  margin-right: 55px;
}

@media (max-width: 767.98px) {
  .at-brand-area .carouselTicker__item {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.at-brand-area .carouselTicker__item .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* 드래그(플러그인 기본) + 휠 스크롤 힌트 */
.at-brand-area .carouselTicker .carouselTicker__wrap {
  cursor: grab;
}

.at-brand-area .carouselTicker .carouselTicker__wrap:active {
  cursor: grabbing;
}

/* 푸터: 모바일 가로 10px, PC(lg+)는 기존 시안과 동일 */
.at-footer-area-pad {
  padding: 50px 10px;
}

@media (min-width: 992px) {
  .at-footer-area-pad {
    padding: 50px 100px;
  }
}

/* 상담후기 블록: 기존 톤(#134e2f) 유지, 아주 미세한 그라데이션 + 초저속 이동 */
.sec-home-testimonial-bg {
  background-color: #134e2f;
  background-image: linear-gradient(
    118deg,
    #0e3a26 0%,
    #134e2f 38%,
    #1a5c3a 52%,
    #134e2f 72%,
    #0f3424 100%
  );
  background-size: 320% 320%;
  animation: atSecTestimonialGradient 60s ease-in-out infinite alternate;
}

@keyframes atSecTestimonialGradient {
  0% {
    background-position: 12% 35%;
  }
  100% {
    background-position: 88% 65%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sec-home-testimonial-bg {
    animation: none;
    background-size: 100% 100%;
    background-position: 50% 50%;
  }
}

/* 오프캔버스 연락처: 항목·문단 간격 (main.css 2px 오버라이드) */
.at-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.at-offcanvas-contact ul li a {
  line-height: 1.65;
}

/* FAQ 본문 순서 목록: 기존 .at-faq-body p와 동일 톤 */
.at-faq-body ol {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: var(--at-neutral-700);
}

.at-faq-body ol li + li {
  margin-top: 0.25em;
}

.at-service-card-content h5 {
  font-size: clamp(24px, 2.1vw, 30px) !important;
}

.at-service-card-content p {
  color: #808080 !important;
}

.sec-4-services-details .at-service-card,
.sec-4-services-details .at-service-card-img,
.sec-4-services-details .at-service-card-img img {
  cursor: default !important;
}

/* 이용약관·개인정보처리방침 */
.legal-document__lead {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--at-neutral-700, #3d4a42);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--at-neutral-200, #e8ece9);
}

.legal-document__contact {
  margin: 1rem 0 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--at-neutral-50, #f7f9f8);
  border-radius: 12px;
  border-left: 4px solid var(--at-theme-primary, #134e2f);
}

.legal-document__contact p {
  margin: 0 0 0.5rem;
}

.legal-document__contact p:last-child {
  margin-bottom: 0;
}

.legal-document__meta {
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: var(--at-neutral-500, #6b7280);
}

.legal-document__table {
  width: 100%;
  margin: 1rem 0 1.5rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.legal-document__table th,
.legal-document__table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--at-neutral-200, #e8ece9);
  text-align: left;
  vertical-align: top;
}

.legal-document__table th {
  background: var(--at-neutral-50, #f7f9f8);
  font-weight: 600;
}

.at-footer-copyright-area a.at-btn:hover {
  opacity: 1 !important;
}

/* 상담칼럼·상담후기 상세 — 목록과 동일한 카테고리 사이드바 */
.sec-1-column-view .row.pt-60,
.sec-1-review-view .row.pt-60 {
  align-items: flex-start;
}

.sec-1-column-view .column-view-col,
.sec-1-review-view .column-view-col {
  min-width: 0;
}

.sec-1-column-view .column-view-main,
.sec-1-review-view .column-view-main {
  max-width: 900px;
}

.sec-1-column-view .column-view-main .gonggam-post,
.sec-1-review-view .column-view-main .gonggam-post {
  max-width: 100%;
  margin: 0;
}

.sec-1-column-view .column-category-sidebar .filter-btn.active,
.sec-1-review-view .review-category-sidebar .filter-btn.active {
  pointer-events: auto;
}

@media (max-width: 1399.98px) {
  .sec-1-column-view .column-view-col,
  .sec-1-review-view .column-view-col {
    margin-top: 0 !important;
  }
}

/* 칼럼·후기 목록 — GSAP/필터 transform 초기화 */
.sec-1-archive-3 .archive-list-col .blog-card-2 {
  transform: none !important;
  opacity: 1 !important;
}

.sec-1-archive-3 .row.pt-60 {
  align-items: flex-start;
}

@media (min-width: 1400px) {
  .sec-1-archive-3 .archive-list-col {
    margin-top: 0 !important;
  }
}

/* 칼럼·후기 목록 — 모바일 게시물 간격 */
@media (max-width: 767.98px) {
  .sec-1-archive-3 .archive-list-col {
    gap: 3.25rem !important;
  }

  .sec-1-archive-3 .blog-card-2 {
    padding-bottom: 2.75rem;
  }

  .sec-1-archive-3 .archive-list-col > .blog-card-2:not(:last-child) {
    border-bottom: 1px solid rgba(19, 19, 22, 0.08);
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .sec-1-archive-3 .archive-list-col {
    gap: 2.5rem !important;
  }

  .sec-1-archive-3 .blog-card-2 {
    padding-bottom: 2.5rem;
  }
}

/* 상담칼럼 목록 — 좌 텍스트 · 우 썸네일 */
.sec-1-archive-3 .blog-card-2 {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  padding-bottom: 32px;
}

.sec-1-archive-3 .blog-card-2__left {
  flex: 1;
  min-width: 0;
  gap: 12px;
}

.sec-1-archive-3 .blog-card-2__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 칼럼·후기 카테고리·태그 (목록·상세 공통) */
.sec-1-archive-3 .blog-card-2__labels,
.sec-1-reviews .blog-card-2__labels,
.gonggam-post__header .blog-card-2__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 14px;
}

.sec-1-archive-3 .blog-card-2__category,
.sec-1-reviews .blog-card-2__category,
.gonggam-post__header .blog-card-2__category {
  display: inline-flex;
  align-items: center;
  padding: 2px 0 2px 12px;
  border: none !important;
  border-left: 3px solid var(--at-theme-primary, #134e2f) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: none !important;
  color: var(--at-theme-primary, #134e2f);
  width: auto;
}

.sec-1-archive-3 .blog-card-2__tags,
.sec-1-reviews .blog-card-2__tags,
.gonggam-post__header .blog-card-2__tags {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--at-neutral-600, #6b7280);
}

.sec-1-archive-3 .blog-card-2__tag,
.sec-1-reviews .blog-card-2__tag,
.gonggam-post__header .blog-card-2__tag {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: inherit;
}

.sec-1-archive-3 .blog-card-2__tag::before,
.sec-1-reviews .blog-card-2__tag::before,
.gonggam-post__header .blog-card-2__tag::before {
  content: '#';
  margin-right: 1px;
  font-weight: 600;
  color: var(--at-theme-primary, #134e2f);
  opacity: 0.75;
}

.sec-1-archive-3 .blog-card-2__tag:not(:last-child)::after,
.gonggam-post__header .blog-card-2__tag:not(:last-child)::after {
  content: '·';
  margin: 0 0.45em;
  font-weight: 400;
  color: var(--at-neutral-400, #c5cbc8);
}

.sec-1-reviews .blog-card-2__tags {
  gap: 0.5em;
}

.sec-1-reviews .blog-card-2__tag:not(:last-child)::after {
  content: none;
  margin: 0;
}

/* 필터 버튼 영역과 시각적 구분 */
.sec-1-archive-3 .filter-portfolio .filter-btn {
  font-weight: 600;
}

.sec-1-archive-3 .blog-card-2__title {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
}

.sec-1-archive-3 .blog-card-2__excerpt {
  font-size: 15px;
  line-height: 1.65;
  color: var(--at-neutral-700, #585959);
  overflow: hidden;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec-1-archive-3 .blog-card-2__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  font-size: 13px;
}

.sec-1-archive-3 .blog-card-2__thumb {
  flex: 0 0 clamp(200px, 28vw, 340px);
  width: clamp(200px, 28vw, 340px);
  height: clamp(130px, 18vw, 210px);
  order: 2;
}

@media only screen and (max-width: 767px) {
  .sec-1-archive-3 .blog-card-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .sec-1-archive-3 .blog-card-2__left {
    order: 1;
  }

  .sec-1-archive-3 .blog-card-2__thumb {
    order: 2;
    flex: none;
    width: 100%;
    height: 200px;
  }
}

/* ── 상담후기 목록 ── */
.sec-1-reviews .blog-card-2.review-card {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 3vw, 32px);
}

.sec-1-reviews .review-card .blog-card-2__left {
  flex: 1;
  min-width: 0;
  gap: 12px;
}

.sec-1-reviews .blog-card-2__title {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
}

.sec-1-reviews .review-card__content {
  color: var(--at-neutral-700, #585959);
}

.sec-1-reviews .review-card__content.gonggam-post-content {
  font-family: "Noto Serif KR", "Nanum Myeongjo", "Batang", "Apple Myungjo", serif;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0;
}

.sec-1-reviews .review-card .blog-card-2__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 4px;
}

.sec-1-reviews .review-card__aside {
  flex: 0 0 clamp(120px, 16vw, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(19, 78, 47, 0.06) 0%, rgba(19, 78, 47, 0.12) 100%);
  border: 1px solid rgba(19, 78, 47, 0.1);
}

.sec-1-reviews .review-card__quote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 72px);
  line-height: 1;
  color: var(--at-theme-primary, #134e2f);
  opacity: 0.25;
}

.sec-1-reviews .review-card__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--at-theme-primary, #134e2f);
  opacity: 0.65;
}

.review-sidebar-note {
  padding: 18px 20px;
  border-radius: 12px;
  background: #f7f9f8;
  border: 1px solid rgba(19, 19, 22, 0.08);
  max-width: 300px;
}

@media (max-width: 767px) {
  .review-sidebar-note {
    display: none;
  }
}

.review-sidebar-note__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--at-neutral-900, #1a1f1c);
}

.review-sidebar-note__text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--at-neutral-600, #6b7280);
}

.review-sidebar-note__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--at-theme-primary, #134e2f);
  text-decoration: none;
}

.review-sidebar-note__link:hover {
  text-decoration: underline;
}

.review-sidebar-note--mobile {
  padding: 14px 16px;
}

.review-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 16px;
  background: linear-gradient(135deg, #134e2f 0%, #1a6b40 100%);
  color: #fff;
}

.review-cta-banner__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.review-cta-banner__title {
  margin: 0 0 8px;
  font-size: clamp(20px, 3vw, 26px) !important;
  font-weight: 700;
  line-height: 1.35 !important;
  color: #fff !important;
}

.review-cta-banner__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.review-cta-banner__btn {
  flex-shrink: 0;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.review-view-badge {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--at-neutral-600, #6b7280);
}

.review-view-notice {
  margin: 2rem 0 0;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--at-neutral-600, #6b7280);
  background: #f7f9f8;
  border-radius: 8px;
  border-left: 3px solid var(--at-theme-primary, #134e2f);
}

@media only screen and (max-width: 767px) {
  .sec-1-reviews .blog-card-2.review-card {
    flex-direction: column;
  }

  .sec-1-reviews .review-card__aside {
    flex: none;
    width: 100%;
    flex-direction: row;
    padding: 16px 20px;
  }

  .sec-1-reviews .review-card__quote {
    font-size: 40px;
  }
}

/* SEO · AEO FAQ */
.seo-faq-section .at-section-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.seo-faq-item {
  border: 1px solid rgba(19, 78, 47, 0.12);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.seo-faq-item__q {
  padding: 18px 48px 18px 20px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--at-neutral-900, #111827);
}

.seo-faq-item__q::-webkit-details-marker {
  display: none;
}

.seo-faq-item__q::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--at-theme-primary, #134e2f);
}

.seo-faq-item[open] .seo-faq-item__q::after {
  content: '−';
}

.seo-faq-item__a {
  padding: 0 20px 18px;
  border-top: 1px solid rgba(19, 78, 47, 0.08);
}

.seo-faq-item__a p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--at-neutral-600, #4b5563);
}

/* 홈 — 상담 진행 과정 */
.home-process-area {
  background: linear-gradient(180deg, #f7f9f8 0%, #fff 100%);
}

.home-process-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--at-neutral-600, #4b5563);
}

.home-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding-top: 8px;
}

.home-process-track::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(19, 78, 47, 0.15), rgba(19, 78, 47, 0.45), rgba(19, 78, 47, 0.15));
  z-index: 0;
}

.home-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px 8px;
  position: relative;
  z-index: 1;
}

.home-process-step__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(19, 78, 47, 0.2);
  box-shadow: 0 8px 24px rgba(19, 78, 47, 0.08);
  color: var(--at-theme-primary, #134e2f);
}

.home-process-step__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.65;
  line-height: 1;
  margin-bottom: 4px;
}

.home-process-step__marker i {
  font-size: 22px;
  line-height: 1;
}

.home-process-step__body {
  width: 100%;
  padding: 22px 18px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(19, 78, 47, 0.1);
  text-align: left;
}

.home-process-step__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--at-neutral-900, #111827);
}

.home-process-step__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--at-neutral-600, #4b5563);
}

.home-process-step__note {
  margin: 12px 0 0;
  padding: 8px 12px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--at-theme-primary, #134e2f);
  background: rgba(19, 78, 47, 0.06);
  border-radius: 8px;
}

.home-process-step__note a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.home-process-step__note a:hover {
  text-decoration: underline;
}

.home-process-step__links {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.home-process-step__links li + li {
  margin-top: 6px;
}

.home-process-step__links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--at-theme-primary, #134e2f);
  text-decoration: none;
}

.home-process-step__links a:hover {
  text-decoration: underline;
}

.home-process-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0e3a26 0%, #134e2f 70%, #3d5c2e 100%);
  color: #fff;
}

.home-process-cta p {
  font-size: 1.05rem;
  font-weight: 500;
}

.home-process-track--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-process-track--cols-5::before {
  left: 10%;
  right: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-process-track--cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .home-process-track--cols-5::before {
    display: none;
  }

  .home-process-track--cols-5 .home-process-step:nth-child(4),
  .home-process-track--cols-5 .home-process-step:nth-child(5) {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 991px) {
  .home-process-track--cols-5 {
    grid-template-columns: 1fr;
  }

  .home-process-track {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0;
  }

  .home-process-track::before {
    display: none;
  }

  .home-process-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    gap: 18px;
  }

  .home-process-step__marker {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
  }

  .home-process-step__marker i {
    font-size: 18px;
  }

  .home-process-step__body {
    min-height: 0;
    flex: 1;
  }
}

@media only screen and (max-width: 575px) {
  .home-process-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

/* FAQ 전체 페이지 */
.faq-all-group__title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--at-border-color, #e8e8e8);
}

.faq-all-group:last-child {
  margin-bottom: 0 !important;
}

.sec-1-services .section-title {
  font-size: clamp(20px, 11vw, 45px);
  letter-spacing: -0.08em;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .sec-1-services .section-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* 홈 레이어 팝업 */
html.home-layer-popup-open {
  overflow: hidden;
}

.home-layer-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  pointer-events: auto;
}

.home-layer-popup[hidden] {
  display: none !important;
}

.home-layer-popup__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.55);
}

.home-layer-popup__panel {
  position: relative;
  z-index: 2;
  width: min(595px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.home-layer-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.home-layer-popup__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

.home-layer-popup__body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.home-layer-popup__image {
  display: block;
  width: 100%;
  height: auto;
}

.home-layer-popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #e8ebe9;
  background: #fafbfa;
}

.home-layer-popup__today {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.875rem;
  color: #5c6b62;
  cursor: pointer;
  user-select: none;
}

.home-layer-popup__today input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.home-layer-popup__btn-close {
  border: 0;
  border-radius: 6px;
  padding: 8px 16px;
  background: #134e2f;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.home-layer-popup__btn-close:hover {
  background: #1a6b40;
}

@media (max-width: 575.98px) {
  .home-layer-popup {
    padding: 16px 12px;
  }

  .home-layer-popup__panel {
    max-height: calc(100vh - 32px);
    border-radius: 10px;
  }

  .home-layer-popup__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .home-layer-popup__btn-close {
    width: 100%;
  }
}