@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap'); */
/* NotoSans 쓸 경우 주석 풀고, body 적용 */

/*
 * Pretendard: head.sub.php CDN(pretendard.min.css / woff2)만 사용.
 * 로컬 OTF와 CDN을 동시에 선언하면 가중치 충돌·FOIT가 나므로 여기서는 선언하지 않음.
 */

@font-face {
  font-family: "KimjungchulScript";
  src: url("fonts/KimjungchulScript-Bold.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gmarket Sans TTF";
  src: url("fonts/GmarketSansBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
} */

* {
  word-break: keep-all;
  box-sizing: border-box;
}

/* 일문 — ます/です 어미·브랜드 분리 줄바꿈 방지 */
html[data-ui-lang="ja"] .ja-nowrap-masu,
html:not([data-ui-lang]) .ja-nowrap-masu,
html[data-ui-lang="ja"] .ja-nowrap-brand,
html:not([data-ui-lang]) .ja-nowrap-brand {
  white-space: nowrap;
}

body {
  font-family:
    "Pretendard JP",
    "Pretendard",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #1e1e1e;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family:
    "Pretendard JP",
    "Pretendard",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif !important;
}

/* 초기화 */
html {
  overflow-y: auto !important;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: inherit !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: inherit !important;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea,
select {
  font-family: inherit !important;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: inherit;
  text-decoration: none;
}

/*head.sub.php로 셋팅하는 값 = full-h, full-w*/
:root {
  --primary: #80856e;
  --primary-light: #bfc6a7;
  --seconday: #bfc6a7;
  --ca-color: #1e1e1e;
  --ink: #1e1e1e;
  --header-h: 70px;
  --lnb-h: 48px;
}

.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#header {
  overflow: visible;
}

#header .container {
  overflow: visible;
}

#header #logo,
.logo-mobile {
  float: none;
  padding: 0;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#header.active {
  background-color: #fff !important;
  color: #1e1e1e !important;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.06);
}

#header.active #logo {
  background-image: url("../img/logo.png") !important;
}

.font-myeongjo {
  font-family: "Nanum Myeongjo", serif !important;
}

/* Seondam value watermark — flush to bg bottom */
.seondam-value-en {
  margin: 0;
  padding: 0;
  line-height: 1 !important;
  bottom: -0.14em !important;
}

.seondam-value-article {
  overflow: hidden;
}

/* Values 라벨 — JS 로드 전 미닫이 닫힌 상태 + CSS 키프레임으로 스르륵 오픈 */
@media (prefers-reduced-motion: no-preference) {
  #seondam-values .seondam-value-label--from-right {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }

  #seondam-values .seondam-value-label--from-left {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  #seondam-values .seondam-value-label.is-label-open-right {
    animation: seondam-label-door-right 1.35s cubic-bezier(0.22, 1, 0.36, 1)
      forwards;
  }

  #seondam-values .seondam-value-label.is-label-open-left {
    animation: seondam-label-door-left 1.35s cubic-bezier(0.22, 1, 0.36, 1)
      forwards;
  }
}

@keyframes seondam-label-door-right {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes seondam-label-door-left {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

/* 일문 외: nowrap 해제 + 우측 카피를 플로팅바와 안 겹치게 */
@media (min-width: 1024px) {
  html[data-ui-lang]:not([data-ui-lang="ja"])
    #seondam-values
    .seondam-value-line {
    white-space: normal !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"])
    #seondam-values
    .seondam-value-br {
    display: none !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"])
    #seondam-values
    .seondam-value-copy--right {
    max-width: 520px;
    padding-right: 7.5rem;
  }
}

.seondam-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 179px;
  height: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.seondam-more--light {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.seondam-more--dark {
  color: #1e1e1e;
  border: 1px solid rgba(30, 30, 30, 0.4);
}

.main-banner-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.main-banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  /* 모바일: 영역 채움 — 상하 검정 레터박스 제거 */
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* GSAP transform과 분리 — GPU 레이어 깜빡임 방지 */
  will-change: auto;
}

/* PC: 영역 채우기(cover) */
@media (min-width: 1024px) {
  .main-banner-video {
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    object-fit: cover;
  }
}

.services-swiper-wrap {
  padding-left: 1.25rem;
  overflow: hidden;
}

.services-swiper {
  overflow: hidden;
  width: 100%;
}

.services-swiper .swiper-slide {
  width: 280px;
  height: auto;
  cursor: grab;
}

.services-swiper .swiper-slide:active {
  cursor: grabbing;
}

.services-slide-link {
  height: 458px;
}

.services-slide-label {
  text-shadow: none;
  -webkit-text-stroke: 0;
  letter-spacing: 0.01em;
  transform: translateZ(0);
}

@media (min-width: 1024px) {
  .services-swiper-wrap {
    padding-left: max(1.25rem, calc((100% - 1440px) / 2));
  }

  .services-swiper .swiper-slide {
    width: 467px;
  }

  .services-slide-link {
    height: 763px;
  }
}

.services-swiper-pagination-wrap {
  width: 100%;
}

.services-swiper-pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  transform: none;
}

.services-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #80856e;
  opacity: 0.3;
  margin: 0 12.5px !important;
}

.services-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.services-swiper-pagination .swiper-pagination-bullet.is-hidden {
  display: none !important;
}

/* 전각「 좌측 베어링 보정 — 일문(ja)일 때만 */
#seondam-intro .seondam-intro-copy {
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

#seondam-intro .seondam-intro-copy .seondam-quote-line {
  text-indent: -0.5em;
  padding-left: 0.5em;
  box-sizing: border-box;
}

html[data-ui-lang]:not([data-ui-lang="ja"]) #seondam-intro .seondam-intro-copy {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
}

html[data-ui-lang]:not([data-ui-lang="ja"])
  #seondam-intro
  .seondam-intro-copy
  .seondam-quote-line {
  text-indent: 0;
  padding-left: 0;
}

@media (max-width: 1023px) {
  #seondam-intro,
  #seondam-values,
  #seondam-pigments {
    overflow-x: hidden;
  }

  /* PC와 동일 줄바꿈 유지 — 최장 ~27자 기준 12px + 자간 */
  #seondam-intro .seondam-intro-copy {
    font-size: 12px;
    letter-spacing: -0.04em;
    line-height: 1.65;
    word-break: keep-all;
    line-break: strict;
    overflow-wrap: normal;
    max-width: 100%;
  }

  #seondam-intro .seondam-intro-copy .seondam-intro-line {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
  }

  #seondam-intro .seondam-intro-copy .seondam-intro-line--tight {
    letter-spacing: -0.08em;
  }

  #seondam-intro .seondam-intro-copy .seondam-quote-line {
    text-indent: 0;
    padding-left: 0;
  }

  #seondam-values .seondam-value-en {
    font-size: clamp(3.25rem, 22vw, 5.5rem) !important;
    max-width: none;
    white-space: nowrap;
    /* 대형 글리프 우측 사이드베어링이 overflow에 잘리지 않도록 */
    padding-right: 0.08em;
    box-sizing: content-box;
  }

  #seondam-values .seondam-value-en--right {
    right: 10px;
    left: auto;
  }

  #seondam-values .seondam-value-en--left {
    left: 0;
    right: auto;
    padding-right: 0;
    padding-left: 0.08em;
  }

  #seondam-values .seondam-value-text-wrap {
    min-height: 11rem;
  }

  #seondam-values .seondam-value-bg-mo {
    z-index: 0;
    left: -1.25rem;
    right: -1.25rem;
    width: auto;
  }

  #seondam-values .seondam-value-copy {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 100% !important;
    padding-bottom: 2rem;
    word-break: keep-all;
    line-break: strict;
    overflow-wrap: break-word;
  }

  #seondam-values .seondam-value-line {
    display: inline;
    white-space: normal !important;
  }

  #seondam-values .seondam-value-br {
    display: none;
  }

  @media (min-width: 1024px) {
    #seondam-values .seondam-value-br {
      display: block;
    }
  }

  #seondam-values .seondam-value-copy p {
    overflow-wrap: break-word;
    word-break: keep-all;
    line-break: strict;
    max-width: 100%;
    white-space: normal;
  }

  /* Natural 카피 첫 줄 — 모바일 한 줄 유지 */
  #seondam-values .seondam-value-line-mo {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    letter-spacing: -0.06em;
    font-size: 0.95em;
  }
}

.price-card {
  background-color: rgba(255, 255, 255, 0.92);
}

/* 定価 + 割引価格 열 폭 고정 — 단일 가격도 동일 폭 가운데 정렬 */
#main-price .price-cols {
  width: calc(5rem + 5rem + 13px);
  flex-shrink: 0;
}

/* 가격 카드 — 첨부 레퍼런스 수준의 소프트한 드롭섀도 */
.price-card--lift {
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.price-card--guide {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  overflow: visible;
}

/* 追加ガイド — 라벨 ··· 가격 1행 (좌측 시작) */
.price-guide-row__text {
  flex: 0 1 auto;
  min-width: 0;
  max-width: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  hyphens: none;
  line-height: 1.4;
  text-align: left;
}

.price-guide-row__text--price {
  flex: 0 0 auto;
  text-align: left;
  white-space: nowrap;
}

.price-guide-row__dots {
  flex: 1 1 1.5rem;
  min-width: 0.75rem;
}

.price-retouch-note {
  display: inline-block;
  white-space: nowrap;
}

/* 모바일: 1행 유지 + 좌측 정렬 (세로 스택/우측 정렬 금지) */
@media (max-width: 1023px) {
  .price-guide-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.35rem;
    text-align: left;
  }

  .price-guide-row__text {
    flex: 0 1 auto;
    max-width: none;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    word-break: keep-all;
  }

  .price-guide-row__text--price {
    flex: 0 0 auto;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    color: #4d513d;
  }

  .price-guide-row__dots {
    display: block;
    flex: 1 1 auto;
    min-width: 0.5rem;
  }

  .price-retouch-note {
    font-size: 12px;
    letter-spacing: -0.02em;
  }

  #main-price {
    padding-bottom: 4.5rem;
  }

  #main-price .price-card--guide-alt p {
    word-break: keep-all;
    overflow-wrap: break-word;
    padding-right: 0.25rem;
  }

  #main-price .price-intro-line {
    display: inline;
    letter-spacing: -0.04em;
  }

  #main-price .price-row-label {
    font-size: 12px;
    line-height: 1.35;
    word-break: keep-all;
    overflow-wrap: break-word;
    letter-spacing: -0.05em;
    padding-right: 0.25rem;
  }

  #main-price .price-row-note {
    font-size: 12px;
    line-height: 1.35;
    word-break: keep-all;
  }
}

.price-card--guide-alt {
  background-color: #f5f4ef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

/* 맞닿은 두 카드 사이 세로선이 2겹으로 진해지지 않게 */
@media (min-width: 1024px) {
  .price-card--guide-alt {
    border-left: 0;
  }
}

.header-mega-bg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 35;
  height: 263px;
  background: #fff;
  pointer-events: none;
}

.header-sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 45;
  padding-top: 22px;
  padding-bottom: 22px;
  min-width: 92px;
}

.header-sub-link {
  color: rgba(30, 30, 30, 0.4);
  font-weight: 400;
  transition: color 0.2s ease;
}

.header-sub-link:hover {
  color: var(--primary);
}

@media (min-width: 1024px) {
  /* About/Services 하위 + 흰 배경 위 이동 시에도 유지 */
  #header.mega-open .header-mega-bg,
  #header:has(.header-nav-item.has-sub:hover) .header-mega-bg,
  #header:has(.header-nav-item.has-sub:focus-within) .header-mega-bg {
    display: block;
    pointer-events: auto;
  }

  #header.mega-open .header-nav-item.has-sub .header-sub,
  #header:has(.header-nav-item.has-sub:hover)
    .header-nav-item.has-sub
    .header-sub,
  #header:has(.header-nav-item.has-sub:focus-within)
    .header-nav-item.has-sub
    .header-sub {
    display: block;
  }
}

/* 헤더 1차 메뉴 활성/호버: 텍스트 하단 primary 4px (Figma header_하위) */
.header-nav-link {
  position: relative;
}

.header-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: var(--primary);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.header-nav-link:hover::after,
.header-nav-link.is-active::after,
.header-nav-link:focus-visible::after,
.header-nav-item.has-sub:hover > .header-nav-link::after,
#header.mega-open .header-nav-item.has-sub:hover > .header-nav-link::after {
  opacity: 1;
}

.header-nav-label {
  display: inline-flex;
  align-items: center;
  line-height: 23px;
}

/* Language: Figma header_하위2 — 모바일·PC 모두 노출 */
.lang-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .lang-trigger {
    gap: 0 !important;
    width: 40px;
    height: 40px;
  }

  .lang-trigger .lang-trigger-label,
  .lang-trigger .lang-trigger-arrow,
  .lang-wrap .lang-trigger-label,
  .lang-wrap .lang-trigger-arrow {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .lang-dropdown {
    left: auto;
    right: 0;
    transform: none;
    width: min(206px, calc(100vw - 2rem));
  }

  /* 모바일은 hover 대신 클릭(is-open) */
  .lang-wrap:hover .lang-dropdown,
  .lang-wrap:focus-within .lang-dropdown {
    display: none;
  }

  .lang-wrap.is-open .lang-dropdown {
    display: flex;
  }
}

.lang-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.lang-trigger img {
  display: block;
  flex-shrink: 0;
}

.lang-trigger .lang-trigger-globe {
  width: 20px;
  height: 20px;
}

.lang-trigger .lang-trigger-arrow {
  width: 12px;
  height: 6px;
}

.lang-trigger .lang-trigger-label {
  align-items: center;
  justify-content: center;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
}

@media (min-width: 1024px) {
  .lang-trigger .lang-trigger-label {
    display: inline-flex;
  }
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  width: 206px;
  margin: 0;
  padding: 22px 14.5px;
  background: #fff;
  z-index: 70;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.lang-wrap:hover .lang-dropdown,
.lang-wrap:focus-within .lang-dropdown,
.lang-dropdown:hover {
  display: flex;
}

.lang-dropdown .menu-traslate-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.lang-dropdown .menu-traslate-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
}

.lang-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 4px;
  background-color: var(--primary);
}

/* 플로팅 상담/TOP */
.seondam-float-line,
.seondam-float-top {
  box-shadow: none;
}

/* 모바일: 전체 너비 하단 고정 바 (앱형 UI) */
.seondam-float {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 0;
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
}

.seondam-float-line {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 56px;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 1rem;
  border-radius: 0;
  background: #fff;
}

.seondam-float-line .float-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.seondam-float-line .float-divider {
  display: none;
}

.seondam-float-line .float-label {
  display: inline;
  margin: 0;
  font-size: 13px;
  color: rgba(30, 30, 30, 0.7);
}

.seondam-float-top {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .seondam-float-line,
  .seondam-float-top {
    box-shadow: 0 4px 16px rgba(30, 30, 30, 0.1);
  }

  .seondam-float {
    left: auto;
    right: 2.5rem;
    bottom: 120px;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0;
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }

  .seondam-float-line {
    flex: none;
    width: 98px;
    height: 188px;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.7);
  }

  .seondam-float-line .float-text {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
  }

  .seondam-float-line .float-divider {
    display: block;
    margin-bottom: 0.5rem;
  }

  .seondam-float-line .float-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8);
  }

  .seondam-float-top {
    flex: none;
    width: 98px;
    height: 98px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.7);
    border-left: 0;
  }
}

/* 언어 전환 중 — 새로고침 전까지 플로팅 유지/페이드 (선반영 방지) */
.seondam-float.is-lang-switching {
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.seondam-map-wrap {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .seondam-map-wrap {
    height: 500px;
  }
}

.seondam-map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Contact 배경 (Figma 271:3189) */
.contact-connect-bg {
  background-color: #f5f4ef;
  background-image: url("../img/contact_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Main Connect 배경 (Figma 271:2832) */
.main-connect-bg {
  background-color: #bfc6a7;
  background-image: url("../img/main/connect_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 모바일: Connect 폰 하단 밀착 + Footer 보정 */
@media (max-width: 1023px) {
  #main-connect .container {
    padding-bottom: 0;
  }

  .main-connect-phone {
    margin-bottom: 0;
    line-height: 0;
  }

  .main-connect-phone img {
    display: block;
    vertical-align: bottom;
  }

  /* SNS 카드: 마지막 행 포함 가운데 정렬 */
  .main-connect-cards,
  .contact-sns-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .main-connect-cards .main-connect-card,
  .contact-sns-cards .contact-sns-card {
    width: calc((100% - 1.5rem) / 3);
    max-width: 110px;
  }

  /* 하단 플로팅(56px)과 SNS 아이콘이 겹치지 않도록 — Tailwind pb-* 보다 우선 */
  footer.seondam-footer {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }

  .seondam-footer .footer-addr {
    word-break: keep-all;
    line-height: 1.55;
  }

  .seondam-footer .footer-sns {
    gap: 0.625rem;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
  }

  .seondam-footer .footer-logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .main-connect-phone {
    margin-top: -6px;
  }
}

/* 내용관리 톱니 — 헤더 우측으로 이동 (본문 상단 출력 숨김) */
.ctt_admin {
  display: none !important;
}

/* Location 하단 LINE CTA — Figma 271:2352 */
.location-cta-phone {
  margin-bottom: 0;
  line-height: 0;
}

/* 모바일 일어: 콤마 뒤에서만 줄바꿈 (「す。」단독 줄 방지) */
@media (max-width: 1023px) {
  html[data-ui-lang="ja"] .location-cta-qr-line,
  html:not([data-ui-lang]) .location-cta-qr-line {
    display: inline-block;
    white-space: nowrap;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .location-cta-qr-br {
    display: none;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .location-cta-qr-line {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .location-cta {
    height: auto;
    overflow: hidden;
  }

  .location-cta-inner {
    min-height: 0;
  }

  .location-cta-phone {
    margin-bottom: 0;
  }

  .location-cta-phone img {
    display: block;
    vertical-align: bottom;
  }
}

@media (min-width: 1024px) {
  .location-cta-phone {
    margin-bottom: -80px;
  }
}

/* 아이콘 있는 경우 header.active * {color: #000 !important;} 해주시면 됩니다. */

/* 애니메이션 관련 */

/* 버튼 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #fff;
  color: var(--primary);
  outline: 1px solid var(--primary);
  box-shadow: 0 2px 8px rgba(96, 165, 250, 0.15);
}

.btn-primary:active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 1px 4px rgba(96, 165, 250, 0.1);
}

.btn-secondary {
  background-color: var(--seconday);
  color: #fff;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #fff;
  color: var(--seconday);
  outline: 1px solid var(--seconday);
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.15);
}

.btn-secondary:active {
  background: var(--seconday);
  color: #fff;
  box-shadow: 0 1px 4px rgba(156, 163, 175, 0.1);
}

.btn-primary-outline {
  background-color: transparent;
  color: var(--primary);
  outline: 1px solid var(--primary);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(96, 165, 250, 0.15);
  outline: none;
}

.btn-primary-outline:active {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 1px 4px rgba(96, 165, 250, 0.1);
}

.btn-secondary-outline {
  background-color: transparent;
  color: var(--seconday);
  outline: 1px solid var(--seconday);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: var(--seconday);
  color: #fff;
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.15);
  outline: none;
}

.btn-secondary-outline:active {
  background: #fff;
  color: var(--seconday);
  box-shadow: 0 1px 4px rgba(156, 163, 175, 0.1);
}

.btn-animation {
  position: relative;
  overflow: hidden;
  color: var(--primary);
  outline: 1px solid var(--primary);
}

.btn-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  z-index: -1;
  transition: all 0.3s ease;
}

.btn-animation:hover {
  color: #fff;
  outline: 0;
}

.btn-animation:hover::before {
  width: 100%;
}

.button:disabled,
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-primary-outline:disabled,
.btn-secondary-outline:disabled,
.btn-animation:disabled {
  background: #e5e7eb !important;
  /* Tailwind gray-200 */
  color: #b0b0b0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(0.2);
}

.sit_icon {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.editor-content img {
  display: initial;
}

#sev_himg * {
  font-family:
    "Pretendard JP", "Pretendard", "Noto Emoji", "Segoe UI Emoji", sans-serif !important;
}

.sev_admin {
  display: none;
}

/* Lnb 관련  */
/* lnb  */
.lnb_wrap {
  position: relative;
}

.lnb {
  background: #fff;
}

.lnb .lnb_map {
  height: var(--lnb-h);
  display: flex;
  align-items: center;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  max-width: 1600px;
  margin: 0 auto;
}

.lnb .lnb_map .home {
  width: var(--lnb-h);
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnb .lnb_map .home a {
  color: #333;
}

.lnb .lnb_map > li {
  height: 100%;
  border-right: 1px solid #ddd;

  position: relative;
}

.lnb .lnb_map li.dep a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnb .lnb_map li.dep a span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #333;
}

.lnb .lnb_map li.dep ul {
  display: none;
  position: absolute;
  left: 0;
  top: var(--lnb-h);
  width: 100%;
  z-index: 9999;
}

.lnb .lnb_map li.dep ul li {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}

.lnb .lnb_map li.dep ul li a:hover {
  background: var(--primary);
  color: #fff;
  transition: 0.3s all;
}

.lnb .lnb_map li.dep ul li a.on {
  background: var(--primary);
  color: #fff;
}

/* 구글 번역 부분 커스텀 css - 번역기능 있을 경우만 사용 */

body {
  position: static !important;
  top: 0px !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  display: none !important;
}

body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
  width: 100px;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

#google_translate_element select {
  background: transparent;
  color: #000;
  border: none;
  font-weight: bold;
  border-radius: 0px;
  padding: 8px 12px;
}

.notranslate {
  translate: no !important;
}

/* Procedure guide — Figma 271:1464 / 271:1536 / 271:1656 */
.proc-guide-title-line {
  display: block;
  width: 72px;
  height: 1px;
  background: #1e1e1e;
}

.proc-guide-title-line--primary {
  background: #80856e;
}

.proc-guide-chip-thumb--123 {
  height: 123px;
}

.proc-guide-chip-thumb--193 {
  height: 193px;
}

.proc-guide-chip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.proc-guide-chip-thumb img {
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .proc-guide-chip-item:hover .proc-guide-chip-thumb img {
    transform: scale(1.05);
  }
}

.proc-guide-chip-item--375 {
  max-width: 375px;
}

.proc-guide-chip-item--316 {
  max-width: 316px;
}

.proc-guide-chip-label {
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.proc-guide-feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 133, 110, 0.4);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 180px;
  margin-inline: auto;
  padding: 1.25rem;
  box-sizing: border-box;
  text-align: center;
  font-family:
    "Pretendard JP", "Pretendard", "Noto Sans JP", "Hiragino Sans", "Yu Gothic",
    Meiryo, sans-serif;
}

.proc-guide-feature-text {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.proc-guide-feature-box--default {
  font-size: 1rem;
}

.proc-guide-feature-box--small {
  max-width: 160px;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Hairline 원형 카드 — PC 글자 크기 유지, 자간만 조정 */
.ctt_hairline .proc-guide-feature-box {
  letter-spacing: -0.06em;
}

.ctt_hairline .proc-guide-feature-text {
  letter-spacing: -0.06em;
}

.ctt_hairline .proc-guide-feature-text .ja-nowrap-masu {
  letter-spacing: -0.08em;
}

/* コンボ — 「自然なヘアラインの」만 원형 맞춤 */
#hairline-combo .proc-guide-features .proc-guide-feature-box:nth-child(3) {
  font-size: 0.9rem;
  letter-spacing: -0.1em;
  padding: 1.1rem;
}

#hairline-combo
  .proc-guide-features
  .proc-guide-feature-box:nth-child(3)
  .proc-guide-feature-text {
  letter-spacing: -0.1em;
}

#hairline-combo
  .proc-guide-features
  .proc-guide-feature-box:nth-child(3)
  .ja-nowrap-masu {
  letter-spacing: -0.12em;
}

/* Figma 102:1490 — 원형 카드 4열 (200×200, gap 40) */
.proc-guide-features--4 {
  width: 100%;
  justify-items: center;
}

.proc-guide-features--4 .proc-guide-feature-box {
  width: 100%;
  max-width: 160px;
}

@media (min-width: 1024px) {
  .proc-guide-features--4 {
    grid-template-columns: repeat(4, 200px) !important;
    justify-content: center;
    justify-items: center;
    column-gap: 40px;
    row-gap: 40px;
    max-width: 920px;
    margin-inline: auto;
  }

  .proc-guide-features--4 .proc-guide-feature-box,
  .proc-guide-features--4 .proc-guide-feature-box--small {
    width: 200px;
    max-width: 200px;
    height: 200px;
    flex-shrink: 0;
  }
}

/* SMP 등 원형 칩 — 정사각 + 원형 (가로 stretch 시 캡슐 방지) */
.proc-guide-chip-item--round {
  flex: 0 0 auto !important;
  width: min(42vw, 260px);
  max-width: 260px !important;
}

.proc-guide-chip-thumb--round,
.proc-guide-chip-item--round .proc-guide-chip-thumb {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto !important;
  overflow: hidden;
}

.proc-guide-content,
.proc-guide-content h2,
.proc-guide-recommend {
  font-family: "Pretendard JP", "Pretendard", sans-serif;
}

.proc-guide-recommend-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background: rgba(128, 133, 110, 0.6);
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}

.proc-guide-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

/* 시술 상세 — PC(1920px) 기준 인물·배경 비율 */
.proc-guide-photo--left {
  left: 2.34375%;
  right: auto;
}

.proc-guide-photo--right {
  right: 0;
  left: auto;
}

/* eyeliner · beauty_mark — 좌측 인물 화면 끝 밀착 (왼쪽 여백 제거) */
.ctt_eyeliner .proc-guide-photo--left,
.ctt_beauty_mark .proc-guide-photo--left {
  left: 0;
}

.proc-guide-photo--768 {
  width: 40%;
}
.proc-guide-photo--785 {
  width: 40.885%;
}
.proc-guide-photo--822 {
  width: 42.8125%;
}
.proc-guide-photo--828 {
  width: 43.125%;
}
.proc-guide-photo--829 {
  width: 43.177%;
}
.proc-guide-photo--852 {
  width: 44.375%;
}
.proc-guide-photo--854 {
  width: 44.48%;
}
.proc-guide-photo--868 {
  width: 45.208%;
}
.proc-guide-photo--869 {
  width: 45.26%;
}
.proc-guide-photo--882 {
  width: 45.9375%;
}
.proc-guide-photo--891 {
  width: 46.406%;
}
.proc-guide-photo--903 {
  width: 47.03%;
}
.proc-guide-photo--931 {
  width: 48.49%;
}
.proc-guide-photo--941 {
  width: 49.01%;
}
.proc-guide-photo--948 {
  width: 49.375%;
}

.proc-guide-detail {
  padding-bottom: 3rem;
}

.proc-guide-detail-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.proc-guide-recommend {
  margin-top: 2rem;
}

/* Hero — Eyebrow gemini */
.proc-guide-hero--gemini .proc-guide-hero-photo {
  right: 0;
  width: 57.8125%;
  z-index: 1;
}

.proc-guide-hero--gemini .proc-guide-hero-title {
  left: 17.24%;
  top: 35.48%;
}

/* Hero — Eyebrow model */
.proc-guide-hero--model .proc-guide-hero-photo {
  left: 0;
  width: 40.52%;
  z-index: 1;
}

.proc-guide-hero--model .proc-guide-hero-title {
  left: 44.17%;
  top: 38.15%;
}

/* Hero — Lips male (Figma 271:1686) */
.proc-guide-hero--lips-male .proc-guide-hero-photo {
  left: 17.8125%;
  width: 37.5%;
  z-index: 1;
}

.proc-guide-hero--lips-male .proc-guide-hero-title {
  left: 63.23%;
  top: 35.48%;
  color: #1e1e1e;
  font-size: clamp(3.5rem, 7.3vw, 8.75rem);
}

/* Hero — Eyeliner (Figma 102:1522) — 왼쪽 영역 */
.proc-guide-hero--eyeliner .proc-guide-hero-photo {
  left: 30.47%;
  width: 66.61%;
  z-index: 1;
}

.proc-guide-hero--eyeliner .proc-guide-hero-title {
  left: 18.28%;
  top: 35.48%;
  transform: none;
  color: #1e1e1e;
  font-size: clamp(3.5rem, 7.3vw, 8.75rem);
  text-align: left;
}

/* Hero — Hairline (Figma 96:3611) — 왼쪽 영역 */
.proc-guide-hero--hairline .proc-guide-hero-photo {
  left: 25.16%;
  width: 59.48%;
  z-index: 1;
}

.proc-guide-hero--hairline .proc-guide-hero-title {
  left: 17.81%;
  top: 35.48%;
  transform: none;
  color: #1e1e1e;
  font-size: clamp(3.5rem, 7.3vw, 8.75rem);
  text-align: left;
}

/* Hero — SMP (Figma 96:3636) */
.proc-guide-hero--smp .proc-guide-hero-photo {
  left: 0;
  width: 48.85%;
  z-index: 1;
}

.proc-guide-hero--smp .proc-guide-hero-title {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #1e1e1e;
  font-size: clamp(3.5rem, 7.3vw, 8.75rem);
}

.proc-guide-hero-title {
  position: absolute;
  z-index: 2;
  font-size: clamp(3rem, 12vw, 8.75rem);
}

@media (min-width: 640px) {
  .proc-guide-photo {
    height: 360px;
  }
}

@media (min-width: 1024px) {
  /* Intro: Figma 271:1493 — 1253 블록 중앙 정렬 */
  .proc-guide-chips--gap-64 {
    gap: 64px;
  }

  .proc-guide-chips--gap-123 {
    gap: 123px;
  }

  .proc-guide-chips--gap-124 {
    gap: 124px;
  }

  .proc-guide-chips--with-arrow {
    gap: 0;
  }

  .proc-guide-chip-item--260 {
    max-width: 260px;
  }

  .proc-guide-chip-item--round.proc-guide-chip-item--260 {
    width: 260px;
    max-width: 260px !important;
  }

  .proc-guide-chip-thumb--260 {
    height: 260px;
  }

  .proc-guide-chip-thumb--round.proc-guide-chip-thumb--260,
  .proc-guide-chip-item--round .proc-guide-chip-thumb--260 {
    width: 260px;
    height: 260px !important;
    aspect-ratio: 1 / 1;
  }

  .proc-guide-detail {
    min-height: 1321px;
    padding-bottom: 0;
  }

  .proc-guide-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .proc-guide-detail > .container {
    min-height: 1321px;
  }

  .proc-guide-detail-bg {
    top: 200px;
    height: 823px;
  }

  /* 인물 사진: 섹션 절대 배치 (배경 823 높이 안에 맞춤) */
  .proc-guide-photo {
    position: absolute;
    top: 200px;
    height: 823px;
    z-index: 2;
  }

  .proc-guide-photo--768 {
    width: min(40vw, 768px);
  }
  .proc-guide-photo--785 {
    width: min(40.885vw, 785px);
  }
  .proc-guide-photo--822 {
    width: min(42.8125vw, 822px);
  }
  .proc-guide-photo--828 {
    width: min(43.125vw, 828px);
  }
  .proc-guide-photo--829 {
    width: min(43.177vw, 829px);
  }
  .proc-guide-photo--852 {
    width: min(44.375vw, 852px);
  }
  .proc-guide-photo--854 {
    width: min(44.48vw, 854px);
  }
  .proc-guide-photo--868 {
    width: min(45.208vw, 868px);
  }
  .proc-guide-photo--869 {
    width: min(45.26vw, 869px);
  }
  .proc-guide-photo--882 {
    width: min(45.9375vw, 882px);
  }
  .proc-guide-photo--891 {
    width: min(46.406vw, 891px);
  }
  .proc-guide-photo--903 {
    width: min(47.03vw, 903px);
  }
  .proc-guide-photo--931 {
    width: min(48.49vw, 931px);
  }
  .proc-guide-photo--941 {
    width: min(49.01vw, 941px);
  }
  .proc-guide-photo--948 {
    width: min(49.375vw, 948px);
  }

  .proc-guide-detail-body {
    padding-top: 400px;
    padding-bottom: 0;
    min-height: auto;
  }

  .proc-guide-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 785px;
  }

  /* 좌측 사진: 컨테이너 안에서 사진 오른쪽부터 텍스트 시작 (PC 간격 50px) */
  .proc-guide-detail:not(.proc-guide-detail--reverse) .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(43.125vw, 828px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
    margin-right: 0;
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--768
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(40vw, 768px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--785
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(40.885vw, 785px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--869
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(45.26vw, 869px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--891
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(46.406vw, 891px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--941
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(49.01vw, 941px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--931
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      2.34375vw + min(48.49vw, 931px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  /* eyeliner · beauty_mark — 좌측 인물 left:0 에 맞춰 텍스트 시작점에서도 왼쪽 inset 제거 */
  .ctt_eyeliner
    .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-content,
  .ctt_beauty_mark
    .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-content {
    margin-left: calc(
      min(43.125vw, 828px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .ctt_beauty_mark
    .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--768
    ~ .container
    .proc-guide-content {
    margin-left: calc(min(40vw, 768px) + 50px - max(0px, (100vw - 1440px) / 2));
  }

  .ctt_eyeliner
    .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--785
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      min(40.885vw, 785px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  .ctt_eyeliner
    .proc-guide-detail:not(.proc-guide-detail--reverse)
    .proc-guide-photo--891
    ~ .container
    .proc-guide-content {
    margin-left: calc(
      min(46.406vw, 891px) + 50px - max(0px, (100vw - 1440px) / 2)
    );
  }

  /* 우측 사진: 텍스트·원형 카드가 인물에 겹치지 않도록 좌측으로 */
  .proc-guide-detail--reverse .proc-guide-content {
    margin-left: 24px;
    margin-right: auto;
    max-width: 700px;
  }

  .proc-guide-detail--reverse .proc-guide-content--wide {
    max-width: 800px;
    margin-left: 16px;
  }

  .proc-guide-detail--reverse
    .proc-guide-photo--948
    ~ .container
    .proc-guide-content,
  .proc-guide-detail--reverse
    .proc-guide-photo--903
    ~ .container
    .proc-guide-content,
  .proc-guide-detail--reverse
    .proc-guide-photo--869
    ~ .container
    .proc-guide-content {
    max-width: 720px;
    margin-left: 16px;
  }

  .proc-guide-detail--reverse
    .proc-guide-photo--948
    ~ .container
    .proc-guide-content--wide,
  .proc-guide-detail--reverse
    .proc-guide-photo--869
    ~ .container
    .proc-guide-content--wide {
    max-width: 780px;
  }

  .proc-guide-content--wide {
    max-width: 920px;
  }

  .proc-guide-feature-box--default {
    max-width: 235px;
    font-size: 1.625rem;
  }

  .proc-guide-feature-box--small {
    max-width: 200px;
    width: 200px;
    height: 200px;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 1rem;
  }

  .proc-guide-features--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .proc-guide-content--wide .proc-guide-features--4 {
    max-width: 920px;
    margin-inline: auto;
  }

  .proc-guide-recommend {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin-top: 0;
    z-index: 3;
  }
}

/* 시술 가이드 — 일문 외(영문 등) 레이아웃 보정 */
@media (min-width: 1024px) {
  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-intro-desc-line {
    white-space: normal !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-intro-desc {
    font-size: 1.25rem;
    line-height: 1.55;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-intro-lead {
    font-size: 1.75rem;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-content h2 {
    font-size: 2.5rem !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-detail-desc {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 2.5rem !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-feature-box {
    padding: 0.85rem;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-feature-text {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    line-height: 1.25;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-feature-box--default {
    font-size: 1.05rem !important;
    max-width: 220px;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-feature-box--small,
  html[data-ui-lang]:not([data-ui-lang="ja"])
    .proc-guide-features--4
    .proc-guide-feature-box,
  html[data-ui-lang]:not([data-ui-lang="ja"])
    .proc-guide-features--4
    .proc-guide-feature-box--small {
    font-size: 0.9rem !important;
    line-height: 1.25 !important;
    padding: 0.75rem !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-recommend-text {
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    max-width: 100%;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-recommend-nowrap {
    white-space: normal !important;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-recommend-item {
    min-width: 0;
    overflow: hidden;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-recommend-head {
    width: 280px;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-recommend-head h3 {
    font-size: 2rem;
  }

  html[data-ui-lang]:not([data-ui-lang="ja"]) .proc-guide-hero-title {
    font-size: clamp(2rem, 3.2vw, 3.75rem);
    max-width: min(90%, 720px);
    white-space: normal;
    line-height: 1.15;
  }
}

@media (max-width: 1023px) {
  .proc-guide {
    overflow-x: hidden;
    max-width: 100%;
  }

  .proc-nav {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    max-width: 100vw;
  }

  .proc-nav-inner {
    box-sizing: border-box;
  }

  /* 시술 인트로 일문 — 단어 중간 줄바꿈 방지, 쉼표(wbr)에서만 끊김 허용 */
  html[data-ui-lang="ja"] .proc-guide-intro-lead,
  html:not([data-ui-lang]) .proc-guide-intro-lead,
  html[data-ui-lang="ja"] .proc-guide-intro-desc,
  html:not([data-ui-lang]) .proc-guide-intro-desc {
    word-break: keep-all;
    line-break: strict;
    overflow-wrap: normal;
    text-wrap: pretty;
  }

  /* SMP 등 칩(원형) + 화살표 — 모바일도 PC처럼 가로 배치 */
  .proc-guide-chips--with-arrow {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    gap: 0.5rem;
  }

  .proc-guide-chips--with-arrow .proc-guide-chip-arrow-wrap {
    display: flex;
    flex-shrink: 0;
  }

  .proc-guide-chips--with-arrow .proc-guide-chip-arrow-wrap img {
    width: 12px;
    height: auto;
  }

  .proc-guide-chips--with-arrow
    .proc-guide-chip-item--260:not(.proc-guide-chip-item--round) {
    flex: 1 1 0;
    min-width: 0;
    max-width: 140px;
    width: auto;
  }

  .proc-guide-chips--with-arrow .proc-guide-chip-item--round {
    flex: 0 0 auto !important;
    width: min(38vw, 160px);
    max-width: 160px !important;
  }

  .proc-guide-chips--with-arrow
    .proc-guide-chip-thumb--260:not(.proc-guide-chip-thumb--round) {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .proc-guide-chips--with-arrow .proc-guide-chip-thumb--round {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  /* Hero — 배경 cover(여백 없음) + 인물 contain */
  .proc-guide-hero {
    background-color: #f5f4ef;
  }

  .proc-guide-hero-bg {
    object-fit: cover;
    object-position: center center;
  }

  .proc-guide-hero-photo {
    top: 50% !important;
    bottom: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateY(-50%) !important;
  }

  .proc-guide-hero-title {
    transform: none;
    width: auto;
    max-width: 46%;
    font-size: clamp(1.25rem, 7vw, 2.5rem) !important;
    line-height: 1.1;
    text-align: left;
  }

  .proc-guide-hero--gemini .proc-guide-hero-title {
    left: 17.24%;
    top: 35.48%;
  }

  .proc-guide-hero--model .proc-guide-hero-title {
    left: 44.17%;
    top: 38.15%;
  }

  .proc-guide-hero--lips-male .proc-guide-hero-title {
    left: 63.23%;
    top: 35.48%;
  }

  .proc-guide-hero--eyeliner .proc-guide-hero-title,
  .proc-guide-hero--hairline .proc-guide-hero-title {
    left: 18.28%;
    top: 35.48%;
  }

  .proc-guide-hero--hairline .proc-guide-hero-title {
    left: 17.81%;
  }

  .proc-guide-hero--hairline .proc-guide-hero-photo {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    object-position: center bottom !important;
  }

  .proc-guide-hero--smp .proc-guide-hero-title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    max-width: 50%;
  }

  /* Hero ↔ 상세 배너, 상세 섹션 간 여백 */
  .proc-guide-hero + .proc-guide-detail {
    margin-top: 2rem;
  }

  .proc-guide-detail + .proc-guide-detail {
    margin-top: 2.5rem;
  }

  /* 상세 섹션 — 배경 cover + 인물 contain (PC 합성 비율) */
  .proc-guide-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 823;
    overflow: hidden;
    background-color: #f5f4ef;
  }

  /* 인물 반대편 빈 영역에 타이틀 — 인물과 수직 중앙(同一水平線) */
  .proc-guide-visual-title {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .proc-guide-visual-title-text {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    line-height: 1.15;
    width: max-content;
    max-width: 100%;
    font-size: clamp(14px, 6.2vw, 20px);
  }

  .proc-guide-visual-title-line {
    width: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 인물 왼쪽 → 타이틀 오른쪽 */
  .proc-guide-detail:not(.proc-guide-detail--reverse) .proc-guide-visual-title {
    left: 39%;
    /* left: 46%; */
    right: 1%;
    max-width: none;
  }

  /* 인물 오른쪽 → 타이틀 왼쪽 */
  .proc-guide-detail--reverse .proc-guide-visual-title {
    left: 1%;
    right: 46%;
    max-width: none;
  }

  .proc-guide-detail-bg {
    display: block !important;
    position: absolute;
    inset: 0;
    top: 0 !important;
    height: 100% !important;
    z-index: 0;
  }

  .proc-guide-detail-bg-img {
    object-fit: cover;
    object-position: center center;
  }

  .proc-guide-photo {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    margin-bottom: 0;
    aspect-ratio: unset;
    transform: none;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .proc-guide-photo--left {
    left: 0;
    justify-content: flex-start;
  }

  .proc-guide-photo--right {
    right: 0;
    left: auto;
    justify-content: flex-end;
  }

  .proc-guide-photo-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .proc-guide-photo--left .proc-guide-photo-img {
    object-position: left bottom !important;
  }

  .proc-guide-photo--right .proc-guide-photo-img {
    object-position: right bottom !important;
  }

  .proc-guide-content {
    text-align: center;
  }

  .proc-guide-detail-body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  /* 원형 카드: 3개 = 2+1 삼각형 / 4개 = 2x2 */
  .proc-guide-features--3.proc-guide-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1rem;
    max-width: 320px;
    margin-inline: auto;
    justify-items: center;
  }

  .proc-guide-features--3 .proc-guide-feature-box:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 148px;
  }

  .proc-guide-features--4.proc-guide-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1rem;
    max-width: 320px;
    margin-inline: auto;
  }

  .proc-guide-feature-box {
    max-width: 148px;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.85);
  }

  .proc-guide-feature-box--default,
  .proc-guide-feature-box--small {
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }

  .proc-guide-feature-text {
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: strict;
    letter-spacing: -0.05em;
  }

  .ctt_hairline .proc-guide-feature-box--default,
  .ctt_hairline .proc-guide-feature-box--small {
    font-size: 0.6875rem;
    letter-spacing: -0.12em;
  }

  .ctt_hairline .proc-guide-feature-text {
    letter-spacing: -0.12em;
  }

  .ctt_hairline .proc-guide-feature-text .ja-nowrap-masu {
    letter-spacing: -0.14em;
  }

  #hairline-combo .proc-guide-features .proc-guide-feature-box:nth-child(3),
  #hairline-combo
    .proc-guide-features
    .proc-guide-feature-box:nth-child(3).proc-guide-feature-box--default {
    font-size: 0.625rem;
    letter-spacing: -0.14em;
    padding: 0.75rem;
  }

  #hairline-combo
    .proc-guide-features
    .proc-guide-feature-box:nth-child(3)
    .proc-guide-feature-text {
    letter-spacing: -0.14em;
  }

  #hairline-combo
    .proc-guide-features
    .proc-guide-feature-box:nth-child(3)
    .ja-nowrap-masu {
    letter-spacing: -0.16em;
  }

  /* コンボ眉毛 설명 — 모바일 자간만 축소 (PC 유지) */
  #eyebrow-combo .proc-guide-detail-desc {
    letter-spacing: -0.06em;
  }

  #eyebrow-combo .proc-guide-detail-desc .proc-guide-desc-line,
  #eyebrow-combo .proc-guide-detail-desc .ja-nowrap-masu {
    letter-spacing: -0.06em;
  }

  /* Recommend: 세로 카드 리스트 — 회색 배경 풀블리드 */
  .proc-guide-recommend {
    margin-top: 2rem;
    position: relative;
    background: #f2f2f2;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    max-width: none;
    padding: 1.25rem 1.25rem 1.5rem;
    box-sizing: border-box;
  }

  .proc-guide-recommend-head {
    margin-bottom: 0.5rem;
  }

  .proc-guide-recommend-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .proc-guide-recommend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    flex: none;
    padding: 1rem 1.125rem;
    background: #fff;
    border-radius: 12px;
    text-align: left;
  }

  .proc-guide-recommend-no {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .proc-guide-recommend-divider {
    display: block;
    width: 1px;
    align-self: stretch;
    min-height: 2rem;
    background: rgba(128, 133, 110, 0.35);
  }

  .proc-guide-recommend-text {
    text-align: left !important;
    white-space: normal !important;
    font-size: 0.9375rem !important;
    line-height: 1.4 !important;
  }

  .proc-guide-recommend-nowrap {
    white-space: normal !important;
  }
}

/* Pigment banner — Figma 271:1644 */
.proc-guide-pigment {
  position: relative;
  min-height: auto;
  overflow: hidden;
}

.proc-guide-pigment-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.proc-guide-pigment-bg img,
.proc-guide-pigment-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.proc-guide-pigment-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem 0 2.5rem;
}

.proc-guide-pigment-product {
  width: 100%;
  max-width: 711px;
  aspect-ratio: 711 / 600;
  overflow: hidden;
}

.proc-guide-pigment-desc {
  max-width: 456px;
}

@media (max-width: 1023px) {
  .proc-guide-pigment {
    background-color: #f5f4ef;
  }

  .proc-guide-pigment-bg img,
  .proc-guide-pigment-bg-img {
    object-fit: cover;
    object-position: center center;
  }

  .proc-guide-detail:has(+ .proc-guide-pigment) {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .proc-guide-pigment {
    min-height: 930px;
  }

  .proc-guide-pigment-inner {
    display: block;
    min-height: 600px;
    padding: 165px 0;
  }

  .proc-guide-pigment-copy {
    position: relative;
    z-index: 2;
    max-width: 465px;
  }

  .proc-guide-pigment-product {
    position: absolute;
    top: 165px;
    left: 49.3%;
    width: min(49.375%, 711px);
    height: 600px;
    max-width: 711px;
    aspect-ratio: auto;
    z-index: 2;
  }

  .proc-guide-pigment-desc {
    position: relative;
    z-index: 2;
    margin-top: 242px;
    margin-left: 223px;
    max-width: 456px;
  }
}

/* SEONDAM — Lenis smooth scroll (PC) */
html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped {
  overflow: hidden;
}

/* SEONDAM — AOS 그리드 정렬 (transform stagger로 카드 높이 어긋남 방지) */
.seondam-event-grid {
  align-items: stretch;
}

.seondam-event-grid > a {
  height: 100%;
}

/* 위 fold 텍스트 — JS 로드 전 숨김(load 후 data-aos 붙이며 깜빡이던 현상 방지) */
@media (prefers-reduced-motion: no-preference) {
  html.seondam-js .proc-guide-intro-head > *:not(.is-revealed),
  html.seondam-js
    #contact-connect
    .contact-copy
    > .contact-title:not(.is-revealed),
  html.seondam-js
    #contact-connect
    .contact-copy
    > .contact-desc:not(.is-revealed),
  html.seondam-js #contact-connect .contact-phone:not(.is-revealed),
  html.seondam-js #contact-connect .seondam-connect-card:not(.is-revealed),
  html.seondam-js #main-connect .seondam-connect-card:not(.is-revealed),
  html.seondam-js .proc-guide-chip-item:not(.is-revealed),
  html.seondam-js .proc-guide-chip-arrow-wrap:not(.is-revealed),
  html.seondam-js #seondam-intro .seondam-intro-text > h2:not(.is-revealed),
  html.seondam-js #seondam-intro .seondam-intro-copy > *:not(.is-revealed),
  html.seondam-js #seondam-values .container > img:not(.is-revealed),
  html.seondam-js #seondam-pigments .container > *:not(.is-revealed),
  html.seondam-js #seondam-values .seondam-value-copy:not(.is-revealed) {
    opacity: 0;
  }

  /* About 인물 — 첫 페인트부터 슬라이드 시작 위치( load 시 gsap.set 점프 방지 ) */
  html.seondam-js #seondam-intro .seondam-intro-photo:not(.is-revealed),
  html.seondam-js
    .seondam-value-article--balance
    .seondam-value-photo:not(.is-revealed),
  html.seondam-js
    .seondam-value-article--detail
    .seondam-value-photo:not(.is-revealed) {
    opacity: 0.4;
    transform: translate3d(-5rem, 0, 0);
  }

  html.seondam-js
    .seondam-value-article--natural
    .seondam-value-photo:not(.is-revealed) {
    opacity: 0.4;
    transform: translate3d(5rem, 0, 0);
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  html.seondam-js #seondam-intro .seondam-intro-photo:not(.is-revealed),
  html.seondam-js
    .seondam-value-article--balance
    .seondam-value-photo:not(.is-revealed),
  html.seondam-js
    .seondam-value-article--detail
    .seondam-value-photo:not(.is-revealed) {
    transform: translate3d(-10rem, 0, 0);
  }

  html.seondam-js
    .seondam-value-article--natural
    .seondam-value-photo:not(.is-revealed) {
    transform: translate3d(10rem, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html.seondam-js .proc-guide-intro-head > *,
  html.seondam-js #contact-connect .contact-title,
  html.seondam-js #contact-connect .contact-desc,
  html.seondam-js #contact-connect .contact-phone,
  html.seondam-js .seondam-connect-card,
  html.seondam-js .proc-guide-chip-item,
  html.seondam-js .proc-guide-chip-arrow-wrap,
  html.seondam-js #seondam-intro .seondam-intro-text > h2,
  html.seondam-js #seondam-intro .seondam-intro-copy > *,
  html.seondam-js #seondam-values .container > img,
  html.seondam-js #seondam-pigments .container > *,
  html.seondam-js #seondam-values .seondam-value-copy,
  html.seondam-js #seondam-intro .seondam-intro-photo,
  html.seondam-js .seondam-value-photo {
    opacity: 1 !important;
    transform: none !important;
  }

  #seondam-values .seondam-value-label {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    animation: none !important;
  }
}

/* SEONDAM — 공통 인터랙션 (hover · 링크) */
@media (prefers-reduced-motion: no-preference) {
  .main-connect-card,
  .contact-sns-card,
  .seondam-connect-card,
  #main-event .grid > a,
  .price-card--lift {
    transition:
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.5s ease,
      background-color 0.45s ease;
  }

  .seondam-connect-card__icon,
  .seondam-connect-card__line {
    display: inline-block;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .seondam-connect-card:hover,
  #main-event .grid > a:hover {
    box-shadow: 0 16px 36px rgba(77, 81, 61, 0.16);
  }

  .seondam-connect-card:hover {
    background-color: rgba(255, 255, 255, 0.82);
  }

  @media (min-width: 1024px) {
    .seondam-connect-card:hover {
      transform: translateY(-8px);
    }

    .seondam-connect-card:hover .seondam-connect-card__icon {
      transform: scale(1.1);
    }

    .seondam-connect-card:hover .seondam-connect-card__line {
      transform: scaleX(1.15);
    }
  }

  #main-event .grid > a:hover {
    transform: translateY(-4px);
  }

  .price-card--lift:hover {
    transform: translateY(-3px);
  }

  .seondam-more i {
    display: inline-block;
    transition: transform 0.35s ease;
  }

  .seondam-more:hover i {
    transform: translateX(4px);
  }
}

/* SEONDAM — 게시판 페이지네이션 (Before & After / Event) */
.seondam-paging-wrap .pg_wrap {
  display: flex;
  justify-content: center;
}

.seondam-paging-wrap .pg {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.seondam-paging-wrap .pg_current,
.seondam-paging-wrap .pg_page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  border: 0 !important;
}

.seondam-paging-wrap .pg_current {
  background: #bfc6a7;
  color: #fff;
  font-weight: 600;
}

.seondam-paging-wrap .pg_page.pg_prev,
.seondam-paging-wrap .pg_page.pg_next {
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  background: #fff !important;
  border: 0 !important;
}

.seondam-paging-wrap .pg_page.pg_prev.is-disabled,
.seondam-paging-wrap .pg_page.pg_next.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

.seondam-paging-wrap .seondam-pg-icon {
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
