/* internal clinic: production-matched page styles */
#ysInternalClinicV4 {
  --im-scope-bg: url("https://bienamc.com/wp-content/uploads/bg_h_020.jpg");
  --im-signal-bg: url("https://bienamc.com/wp-content/uploads/bg_h_006.jpg");
  --im-field-img-01: url("https://bienamc.com/wp-content/uploads/bg_h_003.jpg");
  --im-field-img-02: url("https://bienamc.com/wp-content/uploads/bg_h_008.jpg");
  --im-field-img-03: url("https://bienamc.com/wp-content/uploads/bg_h_012.jpg");
  --im-field-img-04: url("https://bienamc.com/wp-content/uploads/bg_h_016.jpg");
  --im-field-img-05: url("https://bienamc.com/wp-content/uploads/bg_h_021.jpg");
  --im-field-img-06: url("https://bienamc.com/wp-content/uploads/bg_h_024.jpg");
  --im-follow-bg: url("https://bienamc.com/wp-content/uploads/bg_h_018.jpg");

  --ys-bg: #F8F5EC;
  --ys-deep: #223226;
  --ys-green: #718a5e;
  --ys-green-dark: #506c44;
  --ys-sage: #c7d8a8;
  --ys-ivory: #F8F5EC;
  --ys-text: rgba(34, 50, 38, 0.82);
  --ys-muted: rgba(34, 50, 38, 0.60);
  --ys-soft: rgba(34, 50, 38, 0.40);
  --ys-line: rgba(34, 50, 38, 0.12);

  --ys-container: 1480px;
  --ys-page-gutter: clamp(24px, 6vw, 120px);
  --ys-inner: min(var(--ys-container), calc(100% - var(--ys-page-gutter) * 2));

  --space-first: clamp(86px, 7vw, 118px);
  --space-section: clamp(76px, 6.2vw, 112px);
  --space-divider-y: clamp(60px, 5.2vw, 84px);
  --space-head: clamp(34px, 3.2vw, 54px);
  --space-card: clamp(18px, 1.8vw, 28px);

  --fs-kicker: 11px;
  --fs-body: clamp(15px, 0.96vw, 17px);
  --fs-title: clamp(38px, 2.9vw, 56px);
  --fs-title-sm: clamp(30px, 2.3vw, 44px);
  --fs-card-title: clamp(20px, 1.42vw, 26px);

  position: relative;
  width: 100vw;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  isolation: isolate;
  color: var(--ys-deep);
  background:
    radial-gradient(circle at 10% 4%, rgba(199,216,168,0.13), transparent 34%),
    radial-gradient(circle at 88% 3%, rgba(246,235,192,0.20), transparent 38%),
    linear-gradient(180deg, #F8F5EC 0%, #fbfaf5 46%, #F8F5EC 100%);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  letter-spacing: -0.035em;
}

#ysInternalClinicV4 *,
#ysInternalClinicV4 *::before,
#ysInternalClinicV4 *::after { box-sizing: border-box; }
#ysInternalClinicV4 a { color: inherit; text-decoration: none; }
#ysInternalClinicV4 button { font-family: inherit; }
#ysInternalClinicV4 img { display: block; max-width: 100%; }

#ysInternalClinicV4 p,
#ysInternalClinicV4 h2,
#ysInternalClinicV4 h3,
#ysInternalClinicV4 strong,
#ysInternalClinicV4 span,
#ysInternalClinicV4 em,
#ysInternalClinicV4 li,
#ysInternalClinicV4 figcaption {
  word-break: keep-all;
  overflow-wrap: break-word;
}

#ysInternalClinicV4 em,
#ysInternalClinicV4 i,
#ysInternalClinicV4 figcaption { font-style: normal !important; }

#ysInternalClinicV4 .ys-im-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
#ysInternalClinicV4 .ys-im-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.018;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(34,50,38,0.30) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(34,50,38,0.14) 0 1px, transparent 1px);
  background-size: 38px 42px, 56px 58px;
}

#ysInternalClinicV4 .ys-im-inner {
  position: relative;
  z-index: 2;
  width: var(--ys-inner);
  margin: 0 auto;
}

#ysInternalClinicV4 .ys-im-section { position: relative; z-index: 2; }
#ysInternalClinicV4 .ys-im-section + .ys-im-section { margin-top: var(--space-section); }
#ysInternalClinicV4 .ys-im-inner > .ys-im-intro:first-child { padding-top: var(--space-first); }
#ysInternalClinicV4 .ys-im-inner > .ys-field-section:first-child { padding-top: var(--space-first); }

#ysInternalClinicV4 .ys-section-divider {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin: var(--space-divider-y) 0;
  background: linear-gradient(90deg, transparent 0%, rgba(34,50,38,0.14) 18%, rgba(34,50,38,0.14) 82%, transparent 100%);
}
#ysInternalClinicV4 .ys-section-divider + .ys-im-section { margin-top: 0; }

#ysInternalClinicV4 .ys-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(80,108,68,0.74);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: var(--fs-kicker);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
#ysInternalClinicV4 .ys-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(80,108,68,0.32);
}
#ysInternalClinicV4 h2,
#ysInternalClinicV4 h3 {
  margin: 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  letter-spacing: -0.065em;
}
#ysInternalClinicV4 h2 { font-size: var(--fs-title); line-height: 1.2; }
#ysInternalClinicV4 h3 { font-size: var(--fs-title-sm); line-height: 1.22; }
#ysInternalClinicV4 p {
  margin: 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.76;
  letter-spacing: -0.03em;
}

#ysInternalClinicV4 .ys-reveal,
#ysInternalClinicV4 .ys-reveal-child {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
  transition:
    opacity 0.92s ease,
    transform 0.92s cubic-bezier(.22,1,.36,1),
    filter 0.92s ease;
}
#ysInternalClinicV4 .ys-reveal.is-visible,
#ysInternalClinicV4 .ys-reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* INTRO */
#ysInternalClinicV4 .ys-im-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(40px, 5vw, 86px);
  align-items: center;
}
#ysInternalClinicV4 .ys-im-intro-copy h2 {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: clamp(34px, 2.55vw, 48px);
  line-height: 1.18;
  letter-spacing: -0.068em;
}
#ysInternalClinicV4 .ys-im-intro-copy h2 span { display: block; }
@media (min-width: 761px) {
  #ysInternalClinicV4 .ys-im-intro-copy h2 span:first-child { white-space: nowrap; }
}
#ysInternalClinicV4 .ys-im-intro-copy p {
  max-width: 690px;
  margin: 0;
}
#ysInternalClinicV4 .ys-im-intro-copy p + p { margin-top: 12px; }
#ysInternalClinicV4 .ys-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}
#ysInternalClinicV4 .ys-pill-list span {
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(38,52,39,0.78);
  border: 1px solid rgba(255,255,255,0.66);
  background: rgba(255,255,255,0.46);
  box-shadow: 0 10px 28px rgba(38,48,35,0.065), inset 0 1px 0 rgba(255,255,255,0.76);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.035em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#ysInternalClinicV4 .ys-pill-list span:hover {
  background: rgba(80,108,68,0.92);
  color: var(--ys-ivory);
  border-color: rgba(80,108,68,0.78);
  box-shadow: 0 14px 34px rgba(34,50,38,0.10), inset 0 1px 0 rgba(255,255,255,0.18);
}
#ysInternalClinicV4 .ys-scope-card {
  position: relative;
  min-height: 520px;
  padding: clamp(34px, 3.4vw, 58px);
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  color: #F8F5EC;
  background: #203528;
  box-shadow: 0 34px 100px rgba(34,50,38,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}
#ysInternalClinicV4 .ys-scope-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(10,22,14,0.16), rgba(8,18,12,0.50)),
    radial-gradient(circle at 72% 18%, rgba(248,245,236,0.20), transparent 34%),
    var(--im-scope-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(0.86) contrast(1.02) brightness(0.88);
  transform: scale(1.025);
}
#ysInternalClinicV4 .ys-scope-card::before {
  content: "";
  position: absolute;
  inset: clamp(28px, 3vw, 46px);
  z-index: -1;
  border: 1px solid rgba(248,245,236,0.23);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(248,245,236,0.12), rgba(248,245,236,0.035));
  backdrop-filter: blur(16px) saturate(1.16);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 26px 70px rgba(0,0,0,0.10);
}
#ysInternalClinicV4 .ys-scope-grid {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 410px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 20px);
}
#ysInternalClinicV4 .ys-scope-grid::before,
#ysInternalClinicV4 .ys-scope-grid::after {
  content: "";
  position: absolute;
  background: rgba(248,245,236,0.14);
  pointer-events: none;
}
#ysInternalClinicV4 .ys-scope-grid::before { left: 50%; top: 0; bottom: 0; width: 1px; }
#ysInternalClinicV4 .ys-scope-grid::after { left: 0; right: 0; top: 50%; height: 1px; }
#ysInternalClinicV4 .ys-scope-grid article {
  position: relative;
  min-height: 190px;
  padding: clamp(24px, 2.4vw, 36px);
  border-radius: 24px;
  border: 1px solid rgba(248,245,236,0.16);
  background: rgba(255,255,255,0.066);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#ysInternalClinicV4 .ys-scope-grid article:hover {
  background: rgba(199,216,168,0.14);
  border-color: rgba(199,216,168,0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}
#ysInternalClinicV4 .ys-scope-grid em {
  color: rgba(199,216,168,0.84);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
#ysInternalClinicV4 .ys-scope-grid strong {
  display: block;
  margin-top: 12px;
  color: #F8F5EC;
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.055em;
  font-weight: 830;
}
#ysInternalClinicV4 .ys-scope-grid p {
  margin-top: 10px;
  color: rgba(248,245,236,0.64);
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.25s ease;
}
#ysInternalClinicV4 .ys-scope-grid article:hover p { color: rgba(248,245,236,0.78); }

/* EDITORIAL LINE LIST - 재활의학과 sticky 라인 섹션 기준 */
#ysInternalClinicV4 .ys-editorial-split {
  display: grid;
  grid-template-columns: minmax(310px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(44px, 5vw, 92px);
  align-items: start;
  padding-top: clamp(56px, 5vw, 84px);
  padding-bottom: clamp(56px, 5vw, 84px);
  border-top: 0;
  border-bottom: 0;
}
#ysInternalClinicV4 .ys-im-need-section,
#ysInternalClinicV4 .ys-im-need-section .ys-editorial-split {
  overflow: visible;
}
#ysInternalClinicV4 .ys-im-need-section.ys-reveal,
#ysInternalClinicV4 .ys-im-need-section.ys-reveal.is-visible {
  transform: none !important;
  filter: none !important;
}

#ysInternalClinicV4 .ys-im-need-section .ys-editorial-split {
  min-height: clamp(900px, 72vw, 1080px);
}
#ysInternalClinicV4 .ys-im-need-section .ys-section-head {
  position: -webkit-sticky;
  position: sticky;
  top: clamp(132px, 12vh, 168px);
  align-self: start;
  will-change: auto;
}
#ysInternalClinicV4 .ys-im-need-section .ys-section-head.ys-reveal-child,
#ysInternalClinicV4 .ys-im-need-section .ys-section-head.ys-reveal-child.is-visible {
  transform: none !important;
  filter: none !important;
}
#ysInternalClinicV4 .ys-section-head h2 {
  margin: 0 0 22px;
  font-size: var(--fs-title-sm);
  line-height: 1.22;
}
#ysInternalClinicV4 .ys-section-head h2 span { display: block; }
#ysInternalClinicV4 .ys-section-head p { max-width: 540px; }
#ysInternalClinicV4 .ys-im-line-list {
  display: grid;
  border-top: 1px solid rgba(34,50,38,0.085);
  border-bottom: 1px solid rgba(34,50,38,0.085);
}
#ysInternalClinicV4 .ys-im-line-list article {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 28px;
  min-height: clamp(126px, 7.6vw, 154px);
  align-items: center;
  padding: clamp(30px, 2.9vw, 44px) 0;
  border-bottom: 1px solid rgba(34,50,38,0.075);
  transition: background 0.25s ease, border-color 0.25s ease;
}
#ysInternalClinicV4 .ys-im-line-list article:last-child { border-bottom: 0; }
#ysInternalClinicV4 .ys-im-line-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: rgba(80,108,68,0.58);
  transition: width 0.34s cubic-bezier(.22,1,.36,1);
}
#ysInternalClinicV4 .ys-im-line-list article:hover {
  background: linear-gradient(90deg, rgba(80,108,68,0.055), transparent 70%);
  border-color: rgba(80,108,68,0.23);
}
#ysInternalClinicV4 .ys-im-line-list article:hover::before { width: 100%; }
#ysInternalClinicV4 .ys-im-line-list em {
  color: rgba(80,108,68,0.54);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
}
#ysInternalClinicV4 .ys-im-line-list strong {
  display: block;
  color: var(--ys-deep);
  font-size: clamp(23px, 1.7vw, 32px);
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-weight: 830;
}
#ysInternalClinicV4 .ys-im-line-list p {
  margin-top: 12px;
  max-width: 760px;
  color: rgba(34,50,38,0.58);
  font-size: 14.7px;
  line-height: 1.66;
}

/* COMMON HEAD */
#ysInternalClinicV4 .ys-light-head,
#ysInternalClinicV4 .ys-section-head-wide { width: min(920px, 100%); margin-bottom: var(--space-head); }
#ysInternalClinicV4 .ys-light-main-head { margin-left: auto; margin-right: auto; text-align: center; }
#ysInternalClinicV4 .ys-light-main-head .ys-kicker { justify-content: center; }
#ysInternalClinicV4 .ys-light-main-head h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1.18;
}
#ysInternalClinicV4 .ys-light-main-head h2 span { display: block; }
#ysInternalClinicV4 .ys-light-main-head p {
  margin: 0 auto;
  max-width: 760px;
}
#ysInternalClinicV4 .ys-section-head-wide h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 2.6vw, 48px);
}
#ysInternalClinicV4 .ys-section-head-wide p { margin: 0; max-width: 780px; }

/* FIELD GRID */
#ysInternalClinicV4 .ys-treatment-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
  align-items: stretch;
}
#ysInternalClinicV4 .ys-treatment-field-grid article {
  --im-current-field-img: var(--im-field-img-01);
  position: relative;
  min-height: 338px;
  padding: clamp(26px, 2.8vw, 42px);
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(199,216,168,0.24);
  background: #0c1c13;
  color: var(--ys-ivory);
  box-shadow:
    0 24px 66px rgba(34,50,38,0.13),
    inset 0 1px 0 rgba(255,255,255,0.13),
    inset 0 -1px 0 rgba(248,245,236,0.12);
  transition:
    border-color 0.62s cubic-bezier(.22,1,.36,1),
    box-shadow 0.72s cubic-bezier(.22,1,.36,1),
    filter 0.72s cubic-bezier(.22,1,.36,1);
}
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(1) { --im-current-field-img: var(--im-field-img-01); }
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(2) { --im-current-field-img: var(--im-field-img-02); }
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(3) { --im-current-field-img: var(--im-field-img-03); }
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(4) { --im-current-field-img: var(--im-field-img-04); }
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(5) { --im-current-field-img: var(--im-field-img-05); }
#ysInternalClinicV4 .ys-treatment-field-grid article:nth-child(6) { --im-current-field-img: var(--im-field-img-06); }
#ysInternalClinicV4 .ys-treatment-field-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--im-current-field-img);
  background-size: cover;
  background-position: center;
  opacity: 0.94;
  filter: saturate(0.78) brightness(0.70) contrast(1.08);
  transform: scale(1.0001);
  transform-origin: center;
  pointer-events: none;
  transition:
    transform 0.92s cubic-bezier(.22,1,.36,1),
    filter 0.92s cubic-bezier(.22,1,.36,1),
    opacity 0.92s cubic-bezier(.22,1,.36,1);
}
#ysInternalClinicV4 .ys-treatment-field-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 16% 8%, rgba(248,245,236,0.16), transparent 38%),
    radial-gradient(circle at 86% 10%, rgba(199,216,168,0.13), transparent 40%),
    linear-gradient(180deg, rgba(5,16,10,0.18), rgba(5,16,10,0.72));
  pointer-events: none;
}
#ysInternalClinicV4 .ys-treatment-field-grid article:hover {
  border-color: rgba(199,216,168,0.64);
  box-shadow:
    0 38px 96px rgba(34,50,38,0.22),
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(248,245,236,0.16);
}
#ysInternalClinicV4 .ys-treatment-field-grid article:hover::before {
  transform: scale(1.045);
  filter: saturate(0.88) brightness(0.78) contrast(1.10);
  opacity: 1;
}
#ysInternalClinicV4 .ys-treatment-field-grid article > * { position: relative; z-index: 2; }
#ysInternalClinicV4 .ys-treatment-field-grid em {
  width: 30px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 42px;
  background: rgba(248,245,236,0.16);
  color: rgba(248,245,236,0.78);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.02em;
  transition: background 0.28s ease, color 0.28s ease;
}
#ysInternalClinicV4 .ys-treatment-field-grid span {
  display: block;
  margin-bottom: 10px;
  color: rgba(199,216,168,0.88);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.28s ease;
}
#ysInternalClinicV4 .ys-treatment-field-grid strong {
  display: block;
  color: rgba(248,245,236,0.96);
  font-size: clamp(23px, 1.76vw, 34px);
  line-height: 1.22;
  letter-spacing: -0.06em;
  font-weight: 850;
  transition: color 0.28s ease;
}
#ysInternalClinicV4 .ys-treatment-field-grid p {
  margin-top: 16px;
  color: rgba(248,245,236,0.72);
  font-size: 14.5px;
  line-height: 1.62;
  transition: color 0.28s ease;
}
#ysInternalClinicV4 .ys-treatment-field-grid article:hover span { color: rgba(215,230,188,0.98); }
#ysInternalClinicV4 .ys-treatment-field-grid article:hover strong { color: #fffdf6; }
#ysInternalClinicV4 .ys-treatment-field-grid article:hover p { color: rgba(248,245,236,0.88); }
#ysInternalClinicV4 .ys-treatment-field-grid article:hover em { background: rgba(248,245,236,0.23); color: rgba(248,245,236,0.98); }
#ysInternalClinicV4 .ys-treatment-field-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
#ysInternalClinicV4 .ys-treatment-field-grid li {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(248,245,236,0.74);
  font-size: 12px;
  font-weight: 720;
  background: rgba(248,245,236,0.12);
  border: 1px solid rgba(248,245,236,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  cursor: help;
  touch-action: manipulation;
  transition:
    color 0.26s ease,
    background 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    transform 0.26s ease;
}
#ysInternalClinicV4 .ys-treatment-field-grid li:hover,
#ysInternalClinicV4 .ys-treatment-field-grid li:focus-visible,
#ysInternalClinicV4 .ys-treatment-field-grid .ys-im-field-tip.is-tip-active {
  color: var(--ys-deep);
  background: rgba(248,245,236,0.82);
  border-color: rgba(248,245,236,0.54);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.72);
  transform: translateY(-1px);
  outline: 0;
}

/* EQUIPMENT WHITE GRID */
#ysInternalClinicV4 .ys-im-equipment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 18px);
}
#ysInternalClinicV4 .ys-im-equipment-card {
  position: relative;
  min-height: 282px;
  padding: clamp(15px, 1.25vw, 20px);
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(166px, 1fr) auto;
  gap: 15px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(34,50,38,0.085);
  box-shadow: 0 18px 46px rgba(34,50,38,0.07), inset 0 1px 0 rgba(255,255,255,0.94);
  transition:
    transform 0.30s cubic-bezier(.22,1,.36,1),
    border-color 0.30s ease,
    box-shadow 0.30s ease,
    background 0.30s ease;
}
#ysInternalClinicV4 .ys-im-equipment-card::before { display: none; }
#ysInternalClinicV4 .ys-im-equipment-card:hover {
  transform: translateY(-4px);
  background: rgba(255,253,247,0.98);
  border-color: rgba(80,108,68,0.26);
  box-shadow: 0 30px 74px rgba(34,50,38,0.13), inset 0 1px 0 rgba(255,255,255,1);
}
#ysInternalClinicV4 .ys-im-equipment-card figure {
  position: relative;
  margin: 0;
  min-height: 166px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(34,50,38,0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1);
  transition: border-color 0.30s ease, box-shadow 0.30s ease;
}
#ysInternalClinicV4 .ys-im-equipment-card:hover figure {
  border-color: rgba(80,108,68,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 10px 26px rgba(34,50,38,0.045);
}
#ysInternalClinicV4 .ys-im-equipment-card img {
  width: min(96%, 220px);
  max-height: 154px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 0.30s cubic-bezier(.22,1,.36,1), filter 0.30s ease;
}
#ysInternalClinicV4 .ys-im-equipment-card:hover img {
  transform: scale(1.055);
  filter: brightness(1.025) contrast(1.035);
}
#ysInternalClinicV4 .ys-im-equipment-card div { min-width: 0; }
#ysInternalClinicV4 .ys-im-equipment-card em {
  width: 28px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: rgba(199,216,168,0.30);
  color: rgba(80,108,68,0.86);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 850;
  transition: background 0.30s ease, color 0.30s ease;
}
#ysInternalClinicV4 .ys-im-equipment-card:hover em {
  background: rgba(80,108,68,0.88);
  color: var(--ys-ivory);
}
#ysInternalClinicV4 .ys-im-equipment-card strong {
  display: block;
  color: var(--ys-deep);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: clamp(15px, 1.04vw, 18px);
  line-height: 1.25;
  letter-spacing: -0.035em;
  font-weight: 820;
}
#ysInternalClinicV4 .ys-im-equipment-card span {
  display: block;
  margin-top: 7px;
  color: rgba(34,50,38,0.58);
  font-size: 12.5px;
  font-weight: 680;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

/* FLOW - 진단검사의학과 Clinical Flow 구조 기준 */
#ysInternalClinicV4 .ys-im-flow-board {
  padding: clamp(54px, 5.4vw, 84px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 16%, rgba(199,216,168,0.15), transparent 34%),
    rgba(255,255,255,0.58);
  border: 1px solid rgba(34,50,38,0.08);
  box-shadow: 0 28px 80px rgba(34,50,38,0.10), inset 0 1px 0 rgba(255,255,255,0.72);
}
#ysInternalClinicV4 .ys-flow-head {
  max-width: 820px;
  margin-bottom: clamp(34px, 3.6vw, 52px);
}
#ysInternalClinicV4 .ys-flow-head h2 {
  margin: 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title-sm);
  line-height: 1.2;
  letter-spacing: -0.068em;
  font-weight: 500;
}
#ysInternalClinicV4 .ys-flow-head h2 span { display: block; }
#ysInternalClinicV4 .ys-flow-head p {
  margin: 20px 0 0;
  max-width: 690px;
  color: rgba(34,50,38,0.62);
  font-size: var(--fs-body);
  line-height: 1.76;
  letter-spacing: -0.038em;
}
#ysInternalClinicV4 .ys-flow-body {
  display: grid;
  grid-template-columns: minmax(0, 0.80fr) minmax(420px, 0.92fr);
  gap: clamp(38px, 4.8vw, 76px);
  align-items: center;
}
#ysInternalClinicV4 .ys-flow-step-list {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(34,50,38,0.075);
  border-bottom: 1px solid rgba(34,50,38,0.075);
}
#ysInternalClinicV4 .ys-flow-step-list::before { display: none; }
#ysInternalClinicV4 .ys-flow-step-list article {
  --im-flow-step-pad-y: clamp(22px, 1.95vw, 30px);
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(18px, 1.55vw, 26px);
  align-items: start;
  padding: var(--im-flow-step-pad-y) 0;
  border-bottom: 1px solid rgba(34,50,38,0.075);
  transition: border-color 0.26s ease;
}
#ysInternalClinicV4 .ys-flow-step-list article:last-child { border-bottom: 0; }
#ysInternalClinicV4 .ys-flow-step-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: rgba(80,108,68,0.68);
  pointer-events: none;
  transition: width 0.34s cubic-bezier(.22,1,.36,1);
}
#ysInternalClinicV4 .ys-flow-step-list article:hover::before { width: 100%; }
#ysInternalClinicV4 .ys-flow-step-list em {
  width: 74px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(80,108,68,0.70);
  background: rgba(199,216,168,0.25);
  border: 1px solid rgba(80,108,68,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.62);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: background 0.26s ease, color 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}
#ysInternalClinicV4 .ys-flow-step-list em::before {
  content: "STEP";
  color: rgba(80,108,68,0.48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  transition: color 0.26s ease;
}
#ysInternalClinicV4 .ys-flow-step-list article:hover em {
  color: rgba(248,245,236,0.96);
  background: rgba(80,108,68,0.92);
  border-color: rgba(80,108,68,0.82);
  box-shadow: 0 10px 24px rgba(34,50,38,0.12), inset 0 1px 0 rgba(255,255,255,0.18);
}
#ysInternalClinicV4 .ys-flow-step-list article:hover em::before { color: rgba(248,245,236,0.62); }
#ysInternalClinicV4 .ys-flow-step-list span {
  display: block;
  margin: 1px 0 8px;
  color: rgba(80,108,68,0.70);
  font-family: "Manrope", sans-serif;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
#ysInternalClinicV4 .ys-flow-step-list strong {
  display: block;
  color: var(--ys-deep);
  font-size: clamp(20px, 1.38vw, 25px);
  line-height: 1.25;
  letter-spacing: -0.055em;
  font-weight: 820;
}
#ysInternalClinicV4 .ys-flow-step-list p {
  margin-top: 9px;
  max-width: 520px;
  color: rgba(34,50,38,0.60);
  font-size: 14.3px;
  line-height: 1.62;
  letter-spacing: -0.035em;
}
#ysInternalClinicV4 .ys-flow-photo-slider {
  position: relative;
  min-width: 0;
}
#ysInternalClinicV4 .ys-flow-photo-stage {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 460px;
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  background: #17241b;
  box-shadow:
    0 34px 90px rgba(34,50,38,0.16),
    inset 0 1px 0 rgba(255,255,255,0.16);
}
#ysInternalClinicV4 .ys-flow-photo-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  filter: saturate(0.94) brightness(0.98) contrast(1.02);
  transition: opacity 0.72s ease, transform 1.4s cubic-bezier(.22,1,.36,1), filter 0.72s ease;
}
#ysInternalClinicV4 .ys-flow-photo-stage img.is-active {
  opacity: 1;
  transform: scale(1.001);
}
#ysInternalClinicV4 .ys-flow-photo-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 10%, rgba(248,245,236,0.16), transparent 34%),
    linear-gradient(180deg, rgba(5,16,10,0.03), rgba(5,16,10,0.18));
}
#ysInternalClinicV4 .ys-flow-photo-count {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 4;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(248,245,236,0.92);
  background: rgba(18,31,22,0.50);
  border: 1px solid rgba(248,245,236,0.18);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}
#ysInternalClinicV4 .ys-flow-photo-count em {
  color: rgba(248,245,236,0.48);
  font-size: 11px;
}
#ysInternalClinicV4 .ys-flow-photo-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
#ysInternalClinicV4 .ys-flow-photo-dots button {
  appearance: none;
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(34,50,38,0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
#ysInternalClinicV4 .ys-flow-photo-dots button.is-active {
  width: 46px;
  background: rgba(80,108,68,0.70);
}

/* FOLLOW-UP BOARD */
#ysInternalClinicV4 .ys-follow-board {
  position: relative;
  min-height: 0;
  padding: clamp(42px, 4.6vw, 72px);
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  color: var(--ys-ivory);
  background: #1f3327;
  box-shadow: 0 32px 90px rgba(34,50,38,0.16), inset 0 1px 0 rgba(255,255,255,0.10);
}
#ysInternalClinicV4 .ys-follow-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(16,30,21,0.94) 0%, rgba(16,30,21,0.76) 56%, rgba(16,30,21,0.44) 100%),
    var(--im-follow-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(0.82) brightness(0.86) contrast(1.04);
  transform: scale(1.02);
}
#ysInternalClinicV4 .ys-follow-copy {
  max-width: 880px;
  margin-bottom: clamp(28px, 3.2vw, 46px);
}
#ysInternalClinicV4 .ys-follow-copy .ys-kicker { color: rgba(199,216,168,0.84); }
#ysInternalClinicV4 .ys-follow-copy .ys-kicker::before { background: rgba(199,216,168,0.40); }
#ysInternalClinicV4 .ys-follow-copy h2 { color: var(--ys-ivory); }
#ysInternalClinicV4 .ys-follow-copy h2 span { display: block; }
#ysInternalClinicV4 .ys-follow-copy p {
  margin-top: 22px;
  max-width: 760px;
  color: rgba(248,245,236,0.70);
}
#ysInternalClinicV4 .ys-follow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}
#ysInternalClinicV4 .ys-follow-list article {
  min-height: 172px;
  padding: clamp(22px, 2.1vw, 30px);
  border-radius: 20px;
  background: rgba(255,255,255,0.085);
  border: 1px solid rgba(248,245,236,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
#ysInternalClinicV4 .ys-follow-list article:hover {
  transform: translateY(-2px);
  background: rgba(199,216,168,0.14);
  border-color: rgba(199,216,168,0.36);
}
#ysInternalClinicV4 .ys-follow-list em {
  width: 36px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199,216,168,0.22);
  color: rgba(248,245,236,0.86);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 850;
}
#ysInternalClinicV4 .ys-follow-list strong {
  display: block;
  color: rgba(248,245,236,0.96);
  font-size: 18px;
  font-weight: 780;
  line-height: 1.36;
}
#ysInternalClinicV4 .ys-follow-list p {
  margin-top: 8px;
  color: rgba(248,245,236,0.66);
  font-size: 14px;
  line-height: 1.58;
}

/* TOOLTIP */
body > .ys-im-tip-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: max-content;
  min-width: 210px;
  max-width: min(286px, calc(100vw - 36px));
  padding: 12px 14px 13px;
  border-radius: 13px;
  display: grid;
  gap: 3px;
  background: rgba(248,245,236,0.98);
  color: #223226;
  border: 1px solid rgba(113,138,94,0.28);
  box-shadow:
    0 18px 46px rgba(34,50,38,0.18),
    inset 0 1px 0 rgba(255,255,255,0.82);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 12.2px;
  font-weight: 720;
  line-height: 1.48;
  letter-spacing: -0.035em;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 7px, 0) scale(0.985);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}
body > .ys-im-tip-pop span { display: block; }
body > .ys-im-tip-pop.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
}
body > .ys-im-tip-pop::after {
  content: "";
  position: absolute;
  left: var(--ys-tip-arrow-x, 50%);
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: rgba(248,245,236,0.98);
  border-right: 1px solid rgba(113,138,94,0.20);
  border-bottom: 1px solid rgba(113,138,94,0.20);
  transform: translateX(-50%) rotate(45deg);
}
body > .ys-im-tip-pop.is-bottom::after {
  top: -5px;
  bottom: auto;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(113,138,94,0.20);
  border-top: 1px solid rgba(113,138,94,0.20);
}

@media (max-width: 1180px) {
  #ysInternalClinicV4 .ys-im-intro-grid,
  #ysInternalClinicV4 .ys-signal-grid,
  #ysInternalClinicV4 .ys-follow-board { grid-template-columns: 1fr; }
  #ysInternalClinicV4 .ys-signal-sticky { position: relative; top: auto; }
  #ysInternalClinicV4 .ys-scope-card { min-height: 500px; }
  #ysInternalClinicV4 .ys-treatment-field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ysInternalClinicV4 .ys-im-equipment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #ysInternalClinicV4 .ys-process-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ysInternalClinicV4 .ys-process-board article { border-bottom: 1px solid rgba(34,50,38,0.085); }
  #ysInternalClinicV4 .ys-process-board article:nth-child(2n) { border-right: 0; }
  #ysInternalClinicV4 .ys-process-board article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  #ysInternalClinicV4 {
    --ys-page-gutter: 20px;
    --space-first: 42px;
    --space-section: 50px;
    --space-divider-y: 34px;
    --space-head: 26px;
    --space-card: 14px;

    --fs-kicker: 10px;
    --fs-body: 14.2px;
    --fs-title: clamp(30px, 8.2vw, 38px);
    --fs-title-sm: clamp(25px, 7vw, 32px);
    --fs-card-title: 20px;
  }

  #ysInternalClinicV4 .ys-im-inner { width: min(100% - 40px, 520px); }
  #ysInternalClinicV4 .ys-im-section + .ys-im-section { margin-top: var(--space-section); }
  #ysInternalClinicV4 .ys-section-divider { margin: var(--space-divider-y) 0; }

  #ysInternalClinicV4 .ys-kicker {
    margin-bottom: 12px;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }
  #ysInternalClinicV4 .ys-kicker::before { width: 22px; }
  #ysInternalClinicV4 h2 {
    font-size: var(--fs-title);
    line-height: 1.23;
    letter-spacing: -0.067em;
  }
  #ysInternalClinicV4 h3 {
    font-size: var(--fs-title-sm);
    line-height: 1.26;
    letter-spacing: -0.064em;
  }
  #ysInternalClinicV4 p { font-size: var(--fs-body); line-height: 1.68; }

  #ysInternalClinicV4 .ys-im-intro-copy p br,
  #ysInternalClinicV4 .ys-light-main-head p br,
  #ysInternalClinicV4 .ys-section-head-wide p br,
  #ysInternalClinicV4 .ys-follow-copy p br { display: none; }

  #ysInternalClinicV4 .ys-im-inner > .ys-im-intro:first-child { padding-top: var(--space-first); }
  #ysInternalClinicV4 .ys-im-inner > .ys-field-section:first-child { padding-top: var(--space-first); }
  #ysInternalClinicV4 .ys-im-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  #ysInternalClinicV4 .ys-im-intro-copy h2 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(29px, 7.8vw, 36px);
    line-height: 1.24;
  }
  #ysInternalClinicV4 .ys-im-intro-copy p + p { margin-top: 10px; }
  #ysInternalClinicV4 .ys-pill-list { margin-top: 22px; gap: 7px; }
  #ysInternalClinicV4 .ys-pill-list span { min-height: 30px; padding: 0 12px; font-size: 11.5px; }

  #ysInternalClinicV4 .ys-scope-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }
  #ysInternalClinicV4 .ys-scope-card::before { inset: 16px; border-radius: 20px; }
  #ysInternalClinicV4 .ys-scope-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; }
  #ysInternalClinicV4 .ys-scope-grid::before,
  #ysInternalClinicV4 .ys-scope-grid::after { display: none; }
  #ysInternalClinicV4 .ys-scope-grid article { min-height: 122px; padding: 20px; border-radius: 18px; }
  #ysInternalClinicV4 .ys-scope-grid em { font-size: 10px; }
  #ysInternalClinicV4 .ys-scope-grid strong { margin-top: 9px; font-size: 22px; }
  #ysInternalClinicV4 .ys-scope-grid p { margin-top: 7px; font-size: 12.5px; line-height: 1.45; }

  #ysInternalClinicV4 .ys-signal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #ysInternalClinicV4 .ys-signal-sticky {
    position: relative;
    top: auto;
    padding-top: 0;
  }
  #ysInternalClinicV4 .ys-signal-sticky p { margin-top: 0; }
  #ysInternalClinicV4 .ys-signal-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 20px 0;
  }
  #ysInternalClinicV4 .ys-signal-list em { font-size: 12px; }
  #ysInternalClinicV4 .ys-signal-list strong { font-size: 17px; line-height: 1.38; }
  #ysInternalClinicV4 .ys-signal-list p { margin-top: 7px; font-size: 13.2px; line-height: 1.56; }

  #ysInternalClinicV4 .ys-light-head,
  #ysInternalClinicV4 .ys-section-head-wide { margin-bottom: 26px; }
  #ysInternalClinicV4 .ys-light-main-head h2,
  #ysInternalClinicV4 .ys-section-head-wide h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.23;
  }

  #ysInternalClinicV4 .ys-treatment-field-grid { grid-template-columns: 1fr; gap: 14px; }
  #ysInternalClinicV4 .ys-treatment-field-grid article { min-height: 286px; padding: 24px 22px; border-radius: 22px; }
  #ysInternalClinicV4 .ys-treatment-field-grid em { margin-bottom: 30px; width: 28px; height: 22px; font-size: 9.5px; }
  #ysInternalClinicV4 .ys-treatment-field-grid span { margin-bottom: 8px; font-size: 10px; }
  #ysInternalClinicV4 .ys-treatment-field-grid strong { font-size: clamp(24px, 7vw, 30px); line-height: 1.2; }
  #ysInternalClinicV4 .ys-treatment-field-grid p { margin-top: 12px; font-size: 13.4px; line-height: 1.58; }
  #ysInternalClinicV4 .ys-treatment-field-grid ul { margin-top: 18px; gap: 7px; }
  #ysInternalClinicV4 .ys-treatment-field-grid li { min-height: 26px; padding: 0 10px; font-size: 11px; }

  #ysInternalClinicV4 .ys-im-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  #ysInternalClinicV4 .ys-im-equipment-card {
    min-height: 228px;
    padding: 11px;
    border-radius: 16px;
    grid-template-rows: 132px auto;
    gap: 10px;
  }
  #ysInternalClinicV4 .ys-im-equipment-card figure { min-height: 132px; border-radius: 13px; }
  #ysInternalClinicV4 .ys-im-equipment-card img { width: min(96%, 158px); max-height: 112px; }
  #ysInternalClinicV4 .ys-im-equipment-card em { width: 24px; height: 19px; margin-bottom: 7px; font-size: 9px; }
  #ysInternalClinicV4 .ys-im-equipment-card strong { font-size: 12.7px; line-height: 1.22; letter-spacing: -0.04em; }
  #ysInternalClinicV4 .ys-im-equipment-card span { margin-top: 5px; font-size: 10.8px; line-height: 1.38; }

  #ysInternalClinicV4 .ys-process-board {
    padding: 20px;
    border-radius: 22px;
  }
  #ysInternalClinicV4 .ys-process-board article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }
  #ysInternalClinicV4 .ys-process-board em { width: 68px; height: 31px; font-size: 13px; }
  #ysInternalClinicV4 .ys-process-board span { margin: 0 0 7px; font-size: 9.5px; }
  #ysInternalClinicV4 .ys-process-board strong { font-size: 17px; line-height: 1.36; }
  #ysInternalClinicV4 .ys-process-board p { margin-top: 7px; font-size: 13.2px; line-height: 1.56; }

  #ysInternalClinicV4 .ys-follow-board {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
    gap: 22px;
  }
  #ysInternalClinicV4 .ys-follow-copy p { margin-top: 16px; }
  #ysInternalClinicV4 .ys-follow-list { gap: 10px; }
  #ysInternalClinicV4 .ys-follow-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: auto;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
  }
  #ysInternalClinicV4 .ys-follow-list em { width: 30px; height: 24px; font-size: 10px; }
  #ysInternalClinicV4 .ys-follow-list strong { font-size: 15.5px; }
  #ysInternalClinicV4 .ys-follow-list p { margin-top: 6px; font-size: 13px; line-height: 1.55; }

  body > .ys-im-tip-pop {
    min-width: 0;
    width: max-content;
    max-width: calc(100vw - 42px);
    padding: 10px 12px 11px;
    border-radius: 11px;
    font-size: 11.5px;
    line-height: 1.44;
    letter-spacing: -0.035em;
  }
}


/* V4 RESPONSIVE CORRECTION */
@media (max-width: 1180px) {
  #ysInternalClinicV4 .ys-im-intro-grid,
  #ysInternalClinicV4 .ys-editorial-split,
  #ysInternalClinicV4 .ys-flow-body {
    grid-template-columns: 1fr;
  }
  #ysInternalClinicV4 .ys-im-need-section .ys-section-head,
  #ysInternalClinicV4 .ys-im-need-section .ys-section-head.ys-reveal-child,
  #ysInternalClinicV4 .ys-im-need-section .ys-section-head.ys-reveal-child.is-visible {
    position: static !important;
    top: auto !important;
    align-self: auto !important;
    transform: translateY(0) !important;
    filter: none !important;
  }
  #ysInternalClinicV4 .ys-im-need-section .ys-editorial-split { min-height: 0 !important; }
  #ysInternalClinicV4 .ys-flow-photo-slider { order: 1; }
  #ysInternalClinicV4 .ys-flow-step-list { order: 2; }
  #ysInternalClinicV4 .ys-follow-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  #ysInternalClinicV4 .ys-editorial-split {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #ysInternalClinicV4 .ys-im-need-section .ys-section-head {
    position: static !important;
    top: auto !important;
    padding-top: 0;
  }
  #ysInternalClinicV4 .ys-section-head p { margin-top: 0; }
  #ysInternalClinicV4 .ys-im-line-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 20px 0;
  }
  #ysInternalClinicV4 .ys-im-line-list em { font-size: 12px; }
  #ysInternalClinicV4 .ys-im-line-list strong { font-size: 17px; line-height: 1.38; }
  #ysInternalClinicV4 .ys-im-line-list p { margin-top: 7px; font-size: 13.2px; line-height: 1.56; }

  #ysInternalClinicV4 .ys-im-flow-board {
    padding: 26px 18px;
    border-radius: 22px;
  }
  #ysInternalClinicV4 .ys-flow-head { margin-bottom: 20px; }
  #ysInternalClinicV4 .ys-flow-head h2 {
    font-size: clamp(29px, 8vw, 39px);
    line-height: 1.24;
  }
  #ysInternalClinicV4 .ys-flow-head p {
    margin-top: 14px;
    font-size: 13.4px;
    line-height: 1.62;
  }
  #ysInternalClinicV4 .ys-flow-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  #ysInternalClinicV4 .ys-flow-photo-slider { order: 1; width: 100%; max-width: none; }
  #ysInternalClinicV4 .ys-flow-step-list {
    order: 2;
    padding-left: 0;
    border-top: 1px solid rgba(34,50,38,0.075);
    border-bottom: 1px solid rgba(34,50,38,0.075);
  }
  #ysInternalClinicV4 .ys-flow-step-list article {
    --im-flow-step-pad-y: 17px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: var(--im-flow-step-pad-y) 0;
  }
  #ysInternalClinicV4 .ys-flow-step-list em { width: 62px; height: 30px; gap: 4px; font-size: 12.5px; }
  #ysInternalClinicV4 .ys-flow-step-list em::before { font-size: 7px; }
  #ysInternalClinicV4 .ys-flow-step-list span { margin-bottom: 6px; font-size: 9.4px; letter-spacing: 0.08em; }
  #ysInternalClinicV4 .ys-flow-step-list strong { font-size: 17.5px; line-height: 1.3; }
  #ysInternalClinicV4 .ys-flow-step-list p { margin-top: 7px; font-size: 12.8px; line-height: 1.54; }
  #ysInternalClinicV4 .ys-flow-photo-stage { width: 100%; min-height: clamp(250px, 58vw, 340px); aspect-ratio: 16 / 10; border-radius: 18px; }
  #ysInternalClinicV4 .ys-flow-photo-count { right: 12px; bottom: 12px; min-height: 31px; padding: 0 12px; font-size: 10.5px; }
  #ysInternalClinicV4 .ys-flow-photo-dots { gap: 6px; margin-top: 10px; }
  #ysInternalClinicV4 .ys-flow-photo-dots button { width: 22px; height: 3px; }
  #ysInternalClinicV4 .ys-flow-photo-dots button.is-active { width: 34px; }

  #ysInternalClinicV4 .ys-follow-board {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }
  #ysInternalClinicV4 .ys-follow-copy { margin-bottom: 22px; }
  #ysInternalClinicV4 .ys-follow-copy p { margin-top: 16px; }
  #ysInternalClinicV4 .ys-follow-list { grid-template-columns: 1fr; gap: 10px; }
  #ysInternalClinicV4 .ys-follow-list article { min-height: auto; padding: 18px; border-radius: 18px; }
  #ysInternalClinicV4 .ys-follow-list em { width: 30px; height: 24px; margin-bottom: 12px; font-size: 10px; }
  #ysInternalClinicV4 .ys-follow-list strong { font-size: 15.5px; }
  #ysInternalClinicV4 .ys-follow-list p { margin-top: 6px; font-size: 13px; line-height: 1.55; }
}


@media (max-width: 420px) {
}

@media (hover: none), (pointer: coarse), (max-width: 760px) {
  #ysInternalClinicV4,
  #ysInternalClinicV4 .ys-im-equipment-grid,
  #ysInternalClinicV4 .ys-im-equipment-card,
  #ysInternalClinicV4 .ys-flow-photo-slider,
  #ysInternalClinicV4 .ys-flow-photo-stage {
    touch-action: pan-y !important;
  }

  #ysInternalClinicV4 .ys-im-equipment-card figure,
  #ysInternalClinicV4 .ys-flow-photo-stage,
  #ysInternalClinicV4 .ys-flow-photo-stage img,
  #ysInternalClinicV4 .ys-flow-photo-wash,
  #ysInternalClinicV4 .ys-flow-photo-count {
    pointer-events: none !important;
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #ysInternalClinicV4 .ys-im-equipment-card figure *,
  #ysInternalClinicV4 .ys-flow-photo-stage * {
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
    touch-action: pan-y !important;
  }

  #ysInternalClinicV4 .ys-im-equipment-card:hover {
    transform: none !important;
    background: rgba(255,255,255,0.90) !important;
    border-color: rgba(34,50,38,0.085) !important;
    box-shadow: 0 18px 46px rgba(34,50,38,0.07), inset 0 1px 0 rgba(255,255,255,0.94) !important;
  }

  #ysInternalClinicV4 .ys-im-equipment-card:hover figure {
    border-color: rgba(34,50,38,0.045) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1) !important;
  }

  #ysInternalClinicV4 .ys-im-equipment-card img,
  #ysInternalClinicV4 .ys-im-equipment-card:hover img {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
