/* laboratory clinic: production-matched page styles */
#ysLabClinicV3,
#ysLabClinicV3 * { box-sizing: border-box; }

#ysLabClinicV3 {
  --ys-container: 1480px;
  --ys-page-gutter: clamp(24px, 6vw, 120px);
  --ys-inner: min(var(--ys-container), calc(100% - var(--ys-page-gutter) * 2));

  --ys-deep: #223226;
  --ys-green: #718a5e;
  --ys-green-dark: #506c44;
  --ys-sage: #c7d8a8;
  --ys-ivory: #F8F5EC;
  --ys-paper: rgba(255,255,255,0.68);

  --si-deep-banner-img: url("https://bienamc.com/wp-content/uploads/bg_h_013.jpg");
  --si-field-img-01: url("https://bienamc.com/wp-content/uploads/bg_h_012.jpg");
  --si-field-img-02: url("https://bienamc.com/wp-content/uploads/bg_h_008.jpg");
  --si-field-img-03: url("https://bienamc.com/wp-content/uploads/bg_h_005.jpg");
  --si-field-img-04: url("https://bienamc.com/wp-content/uploads/bg_h_001.jpg");
  --si-field-img-05: url("https://bienamc.com/wp-content/uploads/bg_h_003.jpg");
  --si-field-img-06: url("https://bienamc.com/wp-content/uploads/bg_h_004.jpg");

  --fs-kicker: 11px;
  --fs-body: clamp(15px, 0.96vw, 17px);
  --fs-title: clamp(42px, 3.4vw, 62px);
  --fs-title-sm: clamp(34px, 2.5vw, 46px);
  --fs-card-title: clamp(21px, 1.38vw, 26px);

  --space-first: clamp(86px, 7vw, 118px);
  --space-divider-y: clamp(60px, 5.2vw, 84px);
  --space-section: clamp(76px, 6.2vw, 112px);
  --space-head: clamp(34px, 3.2vw, 54px);
  --space-card: clamp(18px, 1.8vw, 28px);

  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  color: var(--ys-deep);
  background:
    radial-gradient(circle at 8% 14%, rgba(199,216,168,0.18), transparent 30%),
    radial-gradient(circle at 91% 22%, rgba(244,225,158,0.16), transparent 28%),
    linear-gradient(180deg, #fbf8ee 0%, #f8f5ec 42%, #f6f1e5 100%);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysLabClinicV3 a { color: inherit; text-decoration: none; }
#ysLabClinicV3 button { font-family: inherit; }
#ysLabClinicV3 img,
#ysLabClinicV3 canvas { display: block; max-width: 100%; }
#ysLabClinicV3 p,
#ysLabClinicV3 h2,
#ysLabClinicV3 h3,
#ysLabClinicV3 strong,
#ysLabClinicV3 span,
#ysLabClinicV3 em,
#ysLabClinicV3 li { word-break: keep-all; overflow-wrap: break-word; }
#ysLabClinicV3 em,
#ysLabClinicV3 i { font-style: normal !important; }

#ysLabClinicV3 .ys-lab-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#ysLabClinicV3 .ys-lab-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;
}
#ysLabClinicV3 .ys-lab-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.28;
}
#ysLabClinicV3 .orb-01 { width: 360px; height: 360px; left: -150px; top: 360px; background: rgba(199,216,168,0.24); }
#ysLabClinicV3 .orb-02 { width: 300px; height: 300px; right: -130px; top: 880px; background: rgba(244,225,158,0.20); }
#ysLabClinicV3 .orb-03 { width: 260px; height: 260px; left: 46%; bottom: 160px; background: rgba(199,216,168,0.16); }

#ysLabClinicV3 .ys-lab-inner {
  position: relative;
  z-index: 2;
  width: var(--ys-inner);
  margin: 0 auto;
}
#ysLabClinicV3 .ys-lab-section { position: relative; z-index: 2; }
#ysLabClinicV3 .ys-lab-section + .ys-lab-section { margin-top: var(--space-section); }
#ysLabClinicV3 .ys-lab-inner > .ys-si-intro:first-child,
#ysLabClinicV3 .ys-lab-inner > .ys-lab-field-section:first-child { padding-top: var(--space-first); }
#ysLabClinicV3 .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%);
}
#ysLabClinicV3 .ys-section-divider + .ys-lab-section { margin-top: 0; }

#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(80,108,68,0.46);
}
#ysLabClinicV3 h2 {
  margin: 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.07em;
}
#ysLabClinicV3 h2 span { display: block; }
#ysLabClinicV3 p {
  margin: 0;
  color: rgba(34,50,38,0.58);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: -0.035em;
}

/* INTRO - 피부클리닉 V7.3 상단 보드 원본 기준 */
#ysLabClinicV3 .ys-si-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(40px, 5vw, 86px);
  align-items: center;
}
#ysLabClinicV3 .ys-si-intro-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 3.05vw, 58px);
  line-height: 1.14;
}
#ysLabClinicV3 .ys-si-intro-copy h2 span { display: block; }
#ysLabClinicV3 .ys-si-intro-copy p { max-width: 650px; margin: 0 0 34px; }
#ysLabClinicV3 .ys-pill-list { display: flex; flex-wrap: wrap; gap: 9px; }
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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);
}
#ysLabClinicV3 .ys-surgical-map-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);
}
#ysLabClinicV3 .ys-map-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(10,22,14,0.18), rgba(8,18,12,0.46)),
    radial-gradient(circle at 72% 18%, rgba(248,245,236,0.20), transparent 34%),
    var(--si-deep-banner-img);
  background-size: cover;
  background-position: center;
  filter: saturate(0.86) contrast(1.02) brightness(0.90);
  transform: scale(1.025);
}
#ysLabClinicV3 .ys-surgical-map-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);
}
#ysLabClinicV3 .ys-map-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);
}
#ysLabClinicV3 .ys-map-grid::before,
#ysLabClinicV3 .ys-map-grid::after {
  content: "";
  position: absolute;
  background: rgba(248,245,236,0.14);
  pointer-events: none;
}
#ysLabClinicV3 .ys-map-grid::before { left: 50%; top: 0; bottom: 0; width: 1px; }
#ysLabClinicV3 .ys-map-grid::after { left: 0; right: 0; top: 50%; height: 1px; }
#ysLabClinicV3 .ys-map-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;
}
#ysLabClinicV3 .ys-map-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);
}
#ysLabClinicV3 .ys-map-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;
  transition: color 0.25s ease;
}
#ysLabClinicV3 .ys-map-grid article:hover em { color: rgba(248,245,236,0.82); }
#ysLabClinicV3 .ys-map-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;
}
#ysLabClinicV3 .ys-map-grid p {
  margin-top: 10px;
  color: rgba(248,245,236,0.64);
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.25s ease;
}
#ysLabClinicV3 .ys-map-grid article:hover p { color: rgba(248,245,236,0.78); }

/* REPORT */
#ysLabClinicV3 .ys-lab-report-board {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
  align-items: stretch;
  gap: clamp(30px, 4vw, 58px);
  padding: clamp(48px, 5vw, 78px);
  border-radius: 34px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(34,50,38,0.08);
  box-shadow: 0 30px 86px rgba(34,50,38,0.10), inset 0 1px 0 rgba(255,255,255,0.76);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
#ysLabClinicV3 .ys-lab-report-board:hover {
  transform: translateY(-3px);
  border-color: rgba(80,108,68,0.15);
  box-shadow: 0 38px 98px rgba(34,50,38,0.14), inset 0 1px 0 rgba(255,255,255,0.86);
}
#ysLabClinicV3 .ys-report-copy h2 { font-size: var(--fs-title-sm); line-height: 1.2; }
#ysLabClinicV3 .ys-report-copy > p { margin-top: 20px; max-width: 560px; }
#ysLabClinicV3 .ys-report-points {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  max-width: 620px;
}
#ysLabClinicV3 .ys-report-points article {
  position: relative;
  overflow: hidden;
  padding: 19px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(34,50,38,0.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
#ysLabClinicV3 .ys-report-points article::before {
  display: none;
}
#ysLabClinicV3 .ys-report-points article:hover {
  transform: translateY(-3px);
  background: #17241b;
  border-color: rgba(199,216,168,0.28);
  box-shadow: 0 18px 46px rgba(34,50,38,0.14), inset 0 1px 0 rgba(255,255,255,0.10);
}

#ysLabClinicV3 .ys-report-points strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ys-deep);
  font-size: 15.5px;
  font-weight: 830;
  letter-spacing: -0.045em;
  transition: color 0.25s ease;
}
#ysLabClinicV3 .ys-report-points p {
  font-size: 13.5px;
  line-height: 1.58;
  transition: color 0.25s ease;
}
#ysLabClinicV3 .ys-report-points article:hover strong { color: #fffaf0; }
#ysLabClinicV3 .ys-report-points article:hover p { color: rgba(245,241,232,0.76); }

#ysLabClinicV3 .ys-lab-pdf-viewer {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  padding: 18px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(247,244,236,0.82));
  border: 1px solid rgba(34,50,38,0.10);
  box-shadow: 0 26px 70px rgba(34,50,38,0.12), inset 0 1px 0 rgba(255,255,255,0.88);
}
#ysLabClinicV3 .ys-pdf-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 6px 14px;
}
#ysLabClinicV3 .ys-pdf-head span {
  display: block;
  margin-bottom: 5px;
  color: rgba(80,108,68,0.72);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#ysLabClinicV3 .ys-pdf-head strong {
  color: var(--ys-deep);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
#ysLabClinicV3 .ys-pdf-head p {
  flex: 0 0 auto;
  color: rgba(34,50,38,0.50);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
#ysLabClinicV3 .ys-pdf-stage {
  position: relative;
  flex: 1;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(236,232,218,0.58));
  border: 1px solid rgba(34,50,38,0.08);
}
#ysLabClinicV3 .ys-pdf-canvas {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 16px 42px rgba(34,50,38,0.12);
}
#ysLabClinicV3 .ys-pdf-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: rgba(34,50,38,0.48);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,0.62);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
#ysLabClinicV3 .ys-lab-pdf-viewer.is-loaded .ys-pdf-loading {
  opacity: 0;
  visibility: hidden;
}
#ysLabClinicV3 .ys-pdf-controls {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
  padding-top: 14px;
}
#ysLabClinicV3 .ys-pdf-controls button,
#ysLabClinicV3 .ys-pdf-controls a {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(34,50,38,0.10);
  background: rgba(255,255,255,0.70);
  color: var(--ys-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.035em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
#ysLabClinicV3 .ys-pdf-controls button { cursor: pointer; font-size: 16px; }
#ysLabClinicV3 .ys-pdf-controls button:hover,
#ysLabClinicV3 .ys-pdf-controls a:hover {
  transform: translateY(-2px);
  background: var(--ys-deep);
  border-color: var(--ys-deep);
  color: #fffaf0;
}

/* FIELD CARDS - 수술·인터벤션센터 주요 영역 카드 기준 정렬 */
#ysLabClinicV3 .ys-light-head {
  width: min(920px, 100%);
  margin-bottom: var(--space-head);
}
#ysLabClinicV3 .ys-light-main-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#ysLabClinicV3 .ys-light-main-head .ys-kicker {
  justify-content: center;
}
#ysLabClinicV3 .ys-light-main-head h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1.18;
}
#ysLabClinicV3 .ys-light-main-head p {
  margin: 0 auto;
  max-width: 760px;
  line-height: 1.78;
}
#ysLabClinicV3 .ys-light-head .ys-kicker::after {
  content: none;
  display: none;
}
#ysLabClinicV3 .ys-treatment-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
  align-items: stretch;
}
#ysLabClinicV3 .ys-treatment-field-grid article {
  --si-current-field-img: var(--si-field-img-01);
  position: relative;
  min-height: 320px;
  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);
}
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(1) { --si-current-field-img: var(--si-field-img-01); }
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(2) { --si-current-field-img: var(--si-field-img-02); }
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(3) { --si-current-field-img: var(--si-field-img-03); }
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(4) { --si-current-field-img: var(--si-field-img-04); }
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(5) { --si-current-field-img: var(--si-field-img-05); }
#ysLabClinicV3 .ys-treatment-field-grid article:nth-child(6) { --si-current-field-img: var(--si-field-img-06); }
#ysLabClinicV3 .ys-treatment-field-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--si-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);
}
#ysLabClinicV3 .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;
  transition: opacity 0.72s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .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.22),
    inset 0 -1px 0 rgba(248,245,236,0.22);
  filter: brightness(1.03) contrast(1.02);
}
#ysLabClinicV3 .ys-treatment-field-grid article:hover::before {
  transform: scale(1.055);
  opacity: 1;
  filter: saturate(0.90) brightness(0.82) contrast(1.08);
}
#ysLabClinicV3 .ys-treatment-field-grid article > * {
  position: relative;
  z-index: 2;
}
#ysLabClinicV3 .ys-treatment-field-grid em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  margin: 0 0 clamp(34px, 3vw, 54px);
  border-radius: 999px;
  background: rgba(248,245,236,0.16);
  color: rgba(248,245,236,0.92);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 850;
  font-style: normal;
  transition:
    color 0.62s cubic-bezier(.22,1,.36,1),
    background 0.62s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .ys-treatment-field-grid span {
  display: block;
  margin-bottom: 12px;
  color: rgba(199,216,168,0.90);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  transition: color 0.62s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .ys-treatment-field-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ys-ivory);
  font-size: clamp(23px, 1.76vw, 34px);
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: -0.055em;
  transition: color 0.62s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .ys-treatment-field-grid p {
  color: rgba(248,245,236,0.76);
  font-size: 14.5px;
  line-height: 1.68;
  transition: color 0.62s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .ys-treatment-field-grid article:hover span { color: rgba(215,230,188,0.98); }
#ysLabClinicV3 .ys-treatment-field-grid article:hover strong { color: #fffdf6; }
#ysLabClinicV3 .ys-treatment-field-grid article:hover p { color: rgba(248,245,236,0.88); }
#ysLabClinicV3 .ys-treatment-field-grid article:hover em { background: rgba(248,245,236,0.23); color: rgba(248,245,236,0.98); }
#ysLabClinicV3 .ys-treatment-field-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
#ysLabClinicV3 .ys-treatment-field-grid li {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(248,245,236,0.16);
  background: rgba(248,245,236,0.14);
  color: rgba(248,245,236,0.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  font-size: 12px;
  font-weight: 720;
  transition:
    background 0.38s cubic-bezier(.22,1,.36,1),
    color 0.38s cubic-bezier(.22,1,.36,1),
    border-color 0.38s cubic-bezier(.22,1,.36,1),
    box-shadow 0.38s cubic-bezier(.22,1,.36,1),
    transform 0.38s cubic-bezier(.22,1,.36,1);
}
#ysLabClinicV3 .ys-treatment-field-grid li:hover,
#ysLabClinicV3 .ys-treatment-field-grid li.is-open,
#ysLabClinicV3 .ys-treatment-field-grid .ys-tip.is-tip-active {
  color: #203528;
  border-color: rgba(248,245,236,0.78);
  background: rgba(248,245,236,0.78);
  box-shadow: 0 8px 20px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.72);
  transform: translateY(-1px);
}

/* FLOW */
#ysLabClinicV3 .ys-lab-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);
}
#ysLabClinicV3 .ys-flow-head {
  max-width: 820px;
  margin-bottom: clamp(34px, 3.6vw, 52px);
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-flow-head h2 span { display: block; }
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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);
}
#ysLabClinicV3 .ys-flow-step-list::before { display: none; }
#ysLabClinicV3 .ys-flow-step-list article {
  --lab-flow-step-pad-y: clamp(24px, 2.05vw, 31px);
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(18px, 1.55vw, 26px);
  align-items: start;
  padding: var(--lab-flow-step-pad-y) 0;
  border-bottom: 1px solid rgba(34,50,38,0.075);
  transition: border-color 0.26s ease;
}
#ysLabClinicV3 .ys-flow-step-list article:last-child {
  border-bottom: 0;
}
#ysLabClinicV3 .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);
}
#ysLabClinicV3 .ys-flow-step-list article:hover::before {
  width: 100%;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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);
}
#ysLabClinicV3 .ys-flow-step-list article:hover em::before { color: rgba(248,245,236,0.62); }
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-flow-photo-slider {
  position: relative;
  min-width: 0;
}
#ysLabClinicV3 .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);
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-flow-photo-stage img.is-active {
  opacity: 1;
  transform: scale(1.001);
}
#ysLabClinicV3 .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));
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-flow-photo-count em {
  color: rgba(248,245,236,0.48);
  font-size: 11px;
}
#ysLabClinicV3 .ys-flow-photo-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
#ysLabClinicV3 .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;
}
#ysLabClinicV3 .ys-flow-photo-dots button.is-active {
  width: 46px;
  background: rgba(80,108,68,0.70);
}

@media (max-width: 1180px) and (min-width: 768px) {
}


/* COMMON TOOLTIP - 주요 검사 항목 알약 전용 */
#ysLabClinicV3 .ys-treatment-field-grid .ys-tip {
  cursor: help;
  touch-action: manipulation;
}
body > .ys-lab-tip-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: max-content;
  min-width: 210px;
  max-width: min(276px, 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-lab-tip-pop span {
  display: block;
}
body > .ys-lab-tip-pop.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
}
body > .ys-lab-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-lab-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);
}

/* REVEAL */
#ysLabClinicV3 .ys-reveal,
#ysLabClinicV3 .ys-reveal-child {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}
#ysLabClinicV3 .ys-reveal.is-visible,
#ysLabClinicV3 .ys-reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  #ysLabClinicV3 .ys-si-intro-grid,
  #ysLabClinicV3 .ys-lab-report-board,
  #ysLabClinicV3 .ys-lab-flow-board {
    grid-template-columns: 1fr;
  }
  #ysLabClinicV3 .ys-surgical-map-card { min-height: auto; }
}

@media (max-width: 767px) {
  #ysLabClinicV3 {
    --ys-page-gutter: 20px;
    --ys-inner: min(100% - 40px, 520px);
    --fs-kicker: 9.5px;
    --fs-body: 14px;
    --fs-title: clamp(32px, 8.4vw, 40px);
    --fs-title-sm: clamp(28px, 7.2vw, 34px);
    --fs-card-title: 19px;
    --space-first: 48px;
    --space-divider-y: 38px;
    --space-section: 52px;
    --space-head: 28px;
    background:
      radial-gradient(circle at 12% 10%, rgba(199,216,168,0.14), transparent 28%),
      radial-gradient(circle at 88% 20%, rgba(244,225,158,0.12), transparent 26%),
      linear-gradient(180deg, #fbf8ee 0%, #f8f5ec 46%, #f6f1e5 100%);
  }

  #ysLabClinicV3 .ys-lab-orb { opacity: 0.18; }
  #ysLabClinicV3 .orb-01 { width: 220px; height: 220px; left: -120px; top: 260px; }
  #ysLabClinicV3 .orb-02 { width: 190px; height: 190px; right: -120px; top: 920px; }
  #ysLabClinicV3 .orb-03 { display: none; }

  #ysLabClinicV3 .ys-lab-inner > .ys-si-intro:first-child,
  #ysLabClinicV3 .ys-lab-inner > .ys-lab-field-section:first-child { padding-top: var(--space-first); }
  #ysLabClinicV3 .ys-section-divider {
    margin: var(--space-divider-y) 0;
    opacity: 0.72;
  }

  #ysLabClinicV3 .ys-kicker {
    margin-bottom: 10px;
    gap: 8px;
    font-size: 9.5px;
    letter-spacing: 0.16em;
  }
  #ysLabClinicV3 .ys-kicker::before { width: 30px; }

  #ysLabClinicV3 h2 {
    line-height: 1.22;
    letter-spacing: -0.072em;
  }
  #ysLabClinicV3 p {
    font-size: var(--fs-body);
    line-height: 1.64;
    letter-spacing: -0.038em;
  }
  #ysLabClinicV3 p br { display: none; }

  /* INTRO */
  #ysLabClinicV3 .ys-si-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #ysLabClinicV3 .ys-si-intro-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 8.4vw, 40px);
    line-height: 1.18;
  }
  #ysLabClinicV3 .ys-si-intro-copy p {
    max-width: 100%;
    margin: 0 0 20px;
  }
  #ysLabClinicV3 .ys-pill-list {
    margin-top: 20px;
    gap: 7px;
  }
  #ysLabClinicV3 .ys-pill-list span {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  /* INTRO RIGHT BOARD - 피부클리닉 모바일 보드와 동일 기준 */
  #ysLabClinicV3 .ys-surgical-map-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }
  #ysLabClinicV3 .ys-surgical-map-card::before {
    inset: 16px;
    border-radius: 20px;
  }
  #ysLabClinicV3 .ys-map-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #ysLabClinicV3 .ys-map-grid::before,
  #ysLabClinicV3 .ys-map-grid::after { display: none; }
  #ysLabClinicV3 .ys-map-grid article {
    min-height: 122px;
    padding: 20px;
    border-radius: 18px;
    justify-content: flex-end;
  }
  #ysLabClinicV3 .ys-map-grid em {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.10em;
  }
  #ysLabClinicV3 .ys-map-grid strong {
    margin-top: 9px;
    font-size: 22px;
    line-height: 1.23;
    letter-spacing: -0.06em;
  }
  #ysLabClinicV3 .ys-map-grid p {
    margin-top: 7px;
    font-size: 12.5px;
    line-height: 1.45;
    letter-spacing: -0.04em;
  }

  /* REPORT */
  #ysLabClinicV3 .ys-lab-report-board {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px 18px;
    border-radius: 22px;
  }
  #ysLabClinicV3 .ys-report-copy h2,
#ysLabClinicV3 .ys-flow-copy h2{
    font-size: var(--fs-title-sm);
    line-height: 1.22;
  }
  #ysLabClinicV3 .ys-report-copy > p,
  #ysLabClinicV3 .ys-flow-copy p {
    margin-top: 14px;
    max-width: 100%;
  }
  #ysLabClinicV3 .ys-report-points {
    margin-top: 20px;
    gap: 9px;
    max-width: 100%;
  }
  #ysLabClinicV3 .ys-report-points article {
    padding: 15px 15px 16px;
    border-radius: 15px;
  }
  #ysLabClinicV3 .ys-report-points strong {
    margin-bottom: 5px;
    font-size: 14.5px;
    line-height: 1.35;
  }
  #ysLabClinicV3 .ys-report-points p {
    font-size: 13px;
    line-height: 1.52;
  }

  #ysLabClinicV3 .ys-lab-pdf-viewer {
    min-height: 0;
    padding: 11px;
    border-radius: 18px;
  }
  #ysLabClinicV3 .ys-pdf-head {
    align-items: flex-start;
    padding: 3px 3px 9px;
  }
  #ysLabClinicV3 .ys-pdf-head span {
    margin-bottom: 4px;
    font-size: 8.8px;
    letter-spacing: 0.13em;
  }
  #ysLabClinicV3 .ys-pdf-head strong {
    font-size: 15.5px;
  }
  #ysLabClinicV3 .ys-pdf-head p {
    font-size: 11px;
  }
  #ysLabClinicV3 .ys-pdf-stage {
    min-height: 330px;
    max-height: 430px;
    border-radius: 14px;
  }
  #ysLabClinicV3 .ys-pdf-canvas {
    max-width: calc(100% - 16px);
    max-height: 398px;
    border-radius: 8px;
  }
  #ysLabClinicV3 .ys-pdf-controls {
    grid-template-columns: 36px 1fr 36px;
    gap: 7px;
    padding-top: 9px;
  }
  #ysLabClinicV3 .ys-pdf-controls button,
  #ysLabClinicV3 .ys-pdf-controls a {
    min-height: 36px;
    font-size: 12px;
  }
  #ysLabClinicV3 .ys-pdf-controls button { font-size: 15px; }

  /* PDF MOBILE SCROLL FIX - PDF 화면 위에서도 세로 스크롤 허용 */
  #ysLabClinicV3 .ys-lab-pdf-viewer,
  #ysLabClinicV3 .ys-pdf-stage {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  #ysLabClinicV3 .ys-pdf-stage {
    pointer-events: none;
  }

  #ysLabClinicV3 .ys-pdf-canvas,
  #ysLabClinicV3 .ys-pdf-loading {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }

  /* MAIN TEST FIELD */
  #ysLabClinicV3 .ys-light-head {
    width: 100%;
    text-align: left;
    margin-bottom: var(--space-head);
  }
  #ysLabClinicV3 .ys-light-main-head {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  #ysLabClinicV3 .ys-light-main-head .ys-kicker,
  #ysLabClinicV3 .ys-light-head .ys-kicker {
    justify-content: flex-start;
  }
  #ysLabClinicV3 .ys-light-main-head h2,
  #ysLabClinicV3 .ys-light-head h2 {
    margin: 0 0 14px;
    font-size: var(--fs-title-sm);
    line-height: 1.22;
  }
  #ysLabClinicV3 .ys-light-main-head p,
  #ysLabClinicV3 .ys-light-head p {
    margin: 0;
    max-width: 100%;
    line-height: 1.66;
  }
  #ysLabClinicV3 .ys-treatment-field-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  #ysLabClinicV3 .ys-treatment-field-grid article {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 22px;
  }
  #ysLabClinicV3 .ys-treatment-field-grid em {
    width: 27px;
    height: 21px;
    margin-bottom: 24px;
    font-size: 9px;
  }
  #ysLabClinicV3 .ys-treatment-field-grid span {
    margin-bottom: 8px;
    font-size: 9.5px;
    letter-spacing: 0.07em;
  }
  #ysLabClinicV3 .ys-treatment-field-grid strong {
    font-size: 23px;
    line-height: 1.24;
    letter-spacing: -0.062em;
  }
  #ysLabClinicV3 .ys-treatment-field-grid p {
    margin-top: 11px;
    font-size: 13.2px;
    line-height: 1.54;
  }
  #ysLabClinicV3 .ys-treatment-field-grid ul {
    gap: 7px;
    margin-top: 18px;
  }
  #ysLabClinicV3 .ys-treatment-field-grid li {
    min-height: 25px;
    padding: 0 9px;
    font-size: 11px;
    line-height: 1;
  }

  /* FLOW */
  #ysLabClinicV3 .ys-lab-flow-board {
    padding: 26px 18px;
    border-radius: 22px;
  }
  #ysLabClinicV3 .ys-flow-head {
    margin-bottom: 20px;
  }
  #ysLabClinicV3 .ys-flow-head h2 {
    font-size: clamp(29px, 8vw, 39px);
    line-height: 1.24;
  }
  #ysLabClinicV3 .ys-flow-head p {
    margin-top: 14px;
    font-size: 13.4px;
    line-height: 1.62;
  }
  #ysLabClinicV3 .ys-flow-body {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  #ysLabClinicV3 .ys-flow-photo-slider {
  order: 1;
  width: calc(100% - 0px);
  margin-left: auto;
  margin-right: auto;
  }
  #ysLabClinicV3 .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);
  }
  #ysLabClinicV3 .ys-flow-step-list::before {
    display: none;
  }
  #ysLabClinicV3 .ys-flow-step-list article {
    --lab-flow-step-pad-y: 17px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: var(--lab-flow-step-pad-y) 0;
    border-bottom: 1px solid rgba(34,50,38,0.075);
  }
  #ysLabClinicV3 .ys-flow-step-list article:last-child {
    border-bottom: 0;
  }
  #ysLabClinicV3 .ys-flow-step-list article::before {
    left: 0;
    top: 0;
    bottom: auto;
    width: 0;
    height: 1px;
    border: 0;
    border-radius: 0;
    background: rgba(80,108,68,0.64);
    box-shadow: none;
  }
  #ysLabClinicV3 .ys-flow-step-list article:hover::before {
    width: 100%;
    transform: none;
    box-shadow: none;
  }
  #ysLabClinicV3 .ys-flow-step-list em {
    width: 62px;
    height: 30px;
    gap: 4px;
    font-size: 12.5px;
    line-height: 1;
  }
  #ysLabClinicV3 .ys-flow-step-list em::before {
    font-size: 7px;
  }
  #ysLabClinicV3 .ys-flow-step-list span {
    margin-bottom: 6px;
    font-size: 9.4px;
    letter-spacing: 0.08em;
  }
  #ysLabClinicV3 .ys-flow-step-list strong {
    font-size: 17.5px;
    line-height: 1.3;
  }
  #ysLabClinicV3 .ys-flow-step-list p {
    margin-top: 7px;
    font-size: 12.8px;
    line-height: 1.54;
  }
  #ysLabClinicV3 .ys-flow-photo-stage {
  min-height: 0;
  aspect-ratio: 1.5 / 1;
  border-radius: 20px;
  }
  #ysLabClinicV3 .ys-flow-photo-count {
    right: 12px;
    bottom: 12px;
    min-height: 31px;
    padding: 0 12px;
    font-size: 10.5px;
  }
  #ysLabClinicV3 .ys-flow-photo-dots {
    gap: 6px;
    margin-top: 10px;
  }
  #ysLabClinicV3 .ys-flow-photo-dots button {
    width: 22px;
    height: 3px;
  }
  #ysLabClinicV3 .ys-flow-photo-dots button.is-active {
    width: 34px;
  }

  body > .ys-lab-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;
  }
}

@media (max-width: 430px) {
  #ysLabClinicV3 {
    --space-first: 44px;
    --space-divider-y: 34px;
    --space-section: 48px;
  }
  #ysLabClinicV3 .ys-treatment-field-grid strong {
    font-size: 22px;
  }
  #ysLabClinicV3 .ys-pdf-stage {
    min-height: 300px;
    max-height: 380px;
  }
  #ysLabClinicV3 .ys-pdf-canvas {
    max-height: 352px;
  }
}

@media (max-width: 360px) {
  #ysLabClinicV3 .ys-treatment-field-grid article {
    padding: 20px 18px;
  }
}
