/* Anesthesia center: synced from 006_마취통합관리센터.html */
#ysAiccBodyV16,
#ysAiccBodyV16 * {
  box-sizing: border-box;
}

#ysAiccBodyV16 {
  --ys-window-h: 900px;

  --ys-bg: #F8F5EC;
  --ys-bg-soft: #fbfaf5;
  --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.38);
  --ys-line: rgba(34, 50, 38, 0.12);

  --ys-container: 1480px;
  --ys-page-gutter: clamp(22px, 4vw, 64px);
  --ys-inner: min(var(--ys-container), calc(100% - (var(--ys-page-gutter) * 2)));

  --space-section: clamp(82px, 6vw, 118px);
  --space-head: clamp(40px, 4vw, 56px);
  --space-block: clamp(48px, 4.4vw, 68px);
  --space-inner: 28px;
  --card-pad: clamp(30px, 3.4vw, 44px);

  --ys-aicc-stack-gap: clamp(54px, 4.2vw, 70px);
  --ys-aicc-section-break: clamp(92px, 6.4vw, 124px);

  --radius-lg: 34px;
  --radius-md: 30px;
  --radius-sm: 22px;

  --glass-bg: rgba(255, 255, 255, 0.48);
  --glass-bg-hover: rgba(255, 255, 255, 0.60);
  --glass-border: rgba(255, 255, 255, 0.64);
  --glass-shadow: 0 26px 78px rgba(86,104,74,0.078), inset 0 1px 0 rgba(255,255,255,0.82);
  --glass-shadow-hover: 0 30px 86px rgba(86,104,74,0.105), inset 0 1px 0 rgba(255,255,255,0.88);

  --media-shadow: 0 20px 54px rgba(34,50,38,0.09), 0 0 0 1px rgba(34,50,38,0.08);

  --fs-kicker: 11px;
  --fs-body: clamp(15px, 0.96vw, 17px);
  --fs-title: clamp(38px, 3.05vw, 56px);
  --fs-sub-title: clamp(27px, 2.25vw, 40px);
  --fs-card-title: clamp(19px, 1.28vw, 24px);

  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 16% 12%, rgba(199, 216, 168, 0.18), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(246, 235, 192, 0.24), transparent 38%),
    linear-gradient(180deg, #F8F5EC 0%, #fbfaf5 48%, #F8F5EC 100%);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

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

#ysAiccBodyV16 button {
  font-family: inherit;
}

#ysAiccBodyV16 img {
  display: block;
  max-width: 100%;
}

#ysAiccBodyV16 p,
#ysAiccBodyV16 h2,
#ysAiccBodyV16 h3,
#ysAiccBodyV16 strong,
#ysAiccBodyV16 li,
#ysAiccBodyV16 span {
  word-break: keep-all;
  overflow-wrap: break-word;
}

#ysAiccBodyV16 p span {
  display: block;
}

/* BACKGROUND */
#ysAiccBodyV16 .ys-aicc-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#ysAiccBodyV16 .ys-aicc-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.022;
  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;
}

#ysAiccBodyV16 .ys-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(60px);
}

#ysAiccBodyV16 .orb-01 {
  width: 540px;
  height: 540px;
  right: -170px;
  top: 8%;
  background: rgba(238, 221, 184, 0.13);
}

#ysAiccBodyV16 .orb-02 {
  width: 560px;
  height: 560px;
  left: -210px;
  top: 42%;
  background: rgba(199, 216, 168, 0.10);
}

#ysAiccBodyV16 .orb-03 {
  width: 460px;
  height: 460px;
  right: 12%;
  bottom: 12%;
  background: rgba(245, 238, 210, 0.12);
}

#ysAiccBodyV16 .ys-aicc-inner {
  position: relative;
  z-index: 2;
  width: var(--ys-inner);
  margin: 0 auto;
}

/* COMMON */
#ysAiccBodyV16 .ys-reveal,
#ysAiccBodyV16 .ys-reveal-child {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(7px);
  transition:
    opacity 0.72s cubic-bezier(.22, 1, .36, 1),
    transform 0.72s cubic-bezier(.22, 1, .36, 1),
    filter 0.72s cubic-bezier(.22, 1, .36, 1);
}

#ysAiccBodyV16 .ys-reveal.is-visible,
#ysAiccBodyV16 .ys-reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

#ysAiccBodyV16 .ys-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(34, 50, 38, 0.48);
  letter-spacing: 0.22em;
  font-size: var(--fs-kicker);
  font-weight: 760;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

#ysAiccBodyV16 .ys-small-label {
  color: rgba(34,50,38,0.42);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-aicc-section {
  position: relative;
  z-index: 2;
  padding: var(--space-section) 0;
  scroll-margin-top: 150px;
}

#ysAiccBodyV16 .ys-section-head {
  max-width: 1040px;
  margin-bottom: var(--ys-aicc-stack-gap);
}

#ysAiccBodyV16 .ys-section-head:hover .ys-kicker {
  color: rgba(80,108,68,0.74);
}

#ysAiccBodyV16 .ys-section-head h2,
#ysAiccBodyV16 .ys-gateway-copy h2 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.064em;
}

#ysAiccBodyV16 .ys-section-head h2 span,
#ysAiccBodyV16 .ys-center-head h2 span {
  display: block;
}

#ysAiccBodyV16 .ys-section-head p {
  margin: 18px 0 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.76;
  letter-spacing: -0.03em;
}

#ysAiccBodyV16 .ys-center-head {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#ysAiccBodyV16 .ys-center-head .ys-kicker {
  justify-content: center;
}

#ysAiccBodyV16 .ys-center-head .ys-kicker::before {
  display: none;
}

/* GLASS */
#ysAiccBodyV16 .ys-glass-card,
#ysAiccBodyV16 .ys-gateway-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.72), transparent 42%),
    linear-gradient(135deg, var(--glass-bg), rgba(255,255,255,0.30));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-glass-card:hover {
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.80), transparent 42%),
    linear-gradient(135deg, var(--glass-bg-hover), rgba(255,255,255,0.36));
  border-color: rgba(80,108,68,0.18);
  box-shadow: var(--glass-shadow-hover);
}

#ysAiccBodyV16 .ys-hover-media {
  transition: box-shadow 0.34s cubic-bezier(.22, 1, .36, 1);
}

#ysAiccBodyV16 .ys-director-photo,
#ysAiccFlowV16 .ys-flow-photo,
#ysAiccBodyV16 .ys-pdf-stage,
#ysAiccBodyV16 .ys-pdf-single {
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#ysAiccBodyV16 .ys-director-photo img,
#ysAiccFlowV16 .ys-flow-photo img,
#ysAiccBodyV16 .ys-pdf-canvas,
#ysAiccBodyV16 .ys-pdf-status,
#ysAiccBodyV16 .ys-pdf-loading {
  pointer-events: none !important;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-y;
}

#ysAiccBodyV16 .ys-hover-media:hover img.is-active,
#ysAiccBodyV16 .ys-hover-media:hover img {
  transform: scale(1.035);
}

/* DIRECTOR */
#ysAiccDirectorV16 {
  padding-top: clamp(72px, 5.4vw, 110px);
  padding-bottom: clamp(76px, 6vw, 112px);
}

#ysAiccBodyV16 .ys-director-board {
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 3.4vw, 52px);
  align-items: stretch;
}

#ysAiccBodyV16 .ys-director-profile-card,
#ysAiccBodyV16 .ys-director-info-card {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  min-height: 640px;
  isolation: isolate;
}

#ysAiccBodyV16 .ys-director-profile-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 3vw, 46px);
  background:
    radial-gradient(circle at 20% 6%, rgba(199,216,168,0.16), transparent 34%),
    linear-gradient(145deg, rgba(31, 50, 38, 0.98), rgba(20, 35, 27, 0.98));
  color: var(--ys-ivory);
  box-shadow:
    0 34px 100px rgba(34,50,38,0.18),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

#ysAiccBodyV16 .ys-director-profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(20,35,27,0.52), rgba(20,35,27,0.94)),
    url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.30;
}

#ysAiccBodyV16 .ys-director-profile-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(199,216,168,0.10);
  filter: blur(34px);
  pointer-events: none;
}

#ysAiccBodyV16 .ys-director-profile-top {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

#ysAiccBodyV16 .ys-profile-mark {
  color: rgba(248,245,236,0.70);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

#ysAiccBodyV16 .ys-profile-label {
  color: rgba(248,245,236,0.48);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#ysAiccBodyV16 .ys-director-photo {
  position: relative;
  z-index: 2;
  width: min(100%, 370px);
  margin: clamp(30px, 3.4vw, 54px) auto 0;
  overflow: hidden;
  aspect-ratio: 4 / 5.1;
  border-radius: 30px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.74);
}

#ysAiccBodyV16 .ys-director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.01);
  transition:
    transform 0.52s cubic-bezier(.22, 1, .36, 1),
    filter 0.52s cubic-bezier(.22, 1, .36, 1);
}

#ysAiccBodyV16 .ys-director-photo:hover img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.03);
}

#ysAiccBodyV16 .ys-director-profile-info {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 3vw, 44px);
}

#ysAiccBodyV16 .ys-director-profile-info span {
  display: block;
  color: rgba(248,245,236,0.58);
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

#ysAiccBodyV16 .ys-director-profile-info strong {
  display: block;
  margin-top: 10px;
  color: rgba(248,245,236,0.98);
  font-size: clamp(42px, 3.5vw, 62px);
  font-weight: 790;
  line-height: 0.96;
  letter-spacing: -0.08em;
}

#ysAiccBodyV16 .ys-director-profile-info p {
  max-width: 320px;
  margin: 20px 0 0;
  color: rgba(248,245,236,0.68);
  font-size: 14.5px;
  line-height: 1.68;
  letter-spacing: -0.035em;
}

#ysAiccBodyV16 .ys-director-info-card {
  padding: clamp(38px, 4vw, 62px);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.82), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,255,255,0.34));
  border: 1px solid rgba(255,255,255,0.66);
  box-shadow:
    0 34px 100px rgba(86,104,74,0.10),
    inset 0 1px 0 rgba(255,255,255,0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#ysAiccBodyV16 .ys-director-nature {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(52%, 620px);
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(248,245,236,1) 0%, rgba(248,245,236,0.88) 22%, rgba(248,245,236,0.50) 58%, rgba(248,245,236,0.10) 100%),
    url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.58;
}

#ysAiccBodyV16 .ys-director-info-head {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

#ysAiccBodyV16 .ys-director-info-head h2 {
  margin: 18px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: clamp(34px, 2.45vw, 46px);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.068em;
}

#ysAiccBodyV16 .ys-director-info-head h2 span {
  display: block;
}

@media (min-width: 1181px) {
  #ysAiccBodyV16 .ys-director-info-head h2 span:first-child {
    white-space: nowrap;
  }
}

#ysAiccBodyV16 .ys-director-info-head p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(34,50,38,0.62);
  font-size: var(--fs-body);
  line-height: 1.78;
  letter-spacing: -0.035em;
}

#ysAiccBodyV16 .ys-director-career-zone {
  position: relative;
  z-index: 2;
  margin-top: clamp(34px, 3.5vw, 52px);
  padding: clamp(26px, 2.8vw, 38px);
  border-radius: 28px;
  border: 1px solid rgba(34,50,38,0.08);
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,0.84), transparent 42%),
    rgba(255,255,255,0.46);
  box-shadow:
    0 16px 46px rgba(34,50,38,0.055),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

#ysAiccBodyV16 .ys-director-career-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

#ysAiccBodyV16 .ys-director-career-head span {
  display: block;
  color: rgba(34,50,38,0.42);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#ysAiccBodyV16 .ys-director-career-head strong {
  display: block;
  color: var(--ys-deep);
  font-size: 20px;
  font-weight: 780;
  line-height: 1.32;
  letter-spacing: -0.055em;
}

#ysAiccBodyV16 .ys-director-career {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#ysAiccBodyV16 .ys-director-career li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid rgba(34,50,38,0.065);
  color: rgba(34,50,38,0.68);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.035em;
  transition:
    color 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease;
}

#ysAiccBodyV16 .ys-director-career li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#ysAiccBodyV16 .ys-director-career li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ys-green);
  transition:
    background 0.24s ease,
    transform 0.24s ease;
}

#ysAiccBodyV16 .ys-director-career li:hover {
  color: rgba(34,50,38,0.92);
  border-color: rgba(80,108,68,0.18);
  transform: translateX(4px);
}

#ysAiccBodyV16 .ys-director-career li:hover::before {
  background: var(--ys-green-dark);
  transform: scale(1.35);
}

/* FLOW PIN */
#ysAiccFlowV16 {
  position: relative;
  z-index: 3;
  width: 100vw;
  min-width: 100vw;
  height: calc(var(--ys-window-h) * 2.35);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  isolation: isolate;
}

#ysAiccFlowV16 .ys-flow-pin {
  position: relative;
  width: 100vw;
  min-width: 100vw;
  height: var(--ys-window-h);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(199, 216, 168, 0.20), transparent 36%),
    radial-gradient(circle at 84% 24%, rgba(246, 235, 192, 0.24), transparent 40%),
    linear-gradient(180deg, #F8F5EC 0%, #fbfaf5 58%, #F8F5EC 100%);
}

#ysAiccFlowV16 .ys-flow-inner {
  position: relative;
  z-index: 2;
  width: var(--ys-inner);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  gap: clamp(44px, 5vw, 90px);
  align-items: center;
  padding: clamp(44px, 4vw, 74px) 0;
}

#ysAiccFlowV16 .ys-flow-copy h2 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.066em;
}

#ysAiccFlowV16 .ys-flow-copy h2 span {
  display: block;
}

#ysAiccFlowV16 .ys-flow-lead {
  margin: 18px 0 0;
  color: rgba(34, 50, 38, 0.62);
  font-size: var(--fs-body);
  line-height: 1.7;
  letter-spacing: -0.035em;
}

#ysAiccFlowV16 .ys-flow-progress {
  position: relative;
  width: min(100%, 620px);
  height: 2px;
  margin-top: clamp(28px, 3vw, 44px);
  background: rgba(34,50,38,0.11);
  overflow: hidden;
  border-radius: 999px;
}

#ysAiccFlowV16 .ys-flow-progress i {
  display: block;
  width: calc(var(--flow-progress, 0) * 100%);
  height: 100%;
  border-radius: inherit;
  background: var(--ys-deep);
  transition: width 0.18s linear;
}

#ysAiccFlowV16 .ys-flow-glass {
  border: 1px solid rgba(255,255,255,0.64);
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.78), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,255,255,0.32));
  box-shadow:
    0 26px 78px rgba(86,104,74,0.08),
    inset 0 1px 0 rgba(255,255,255,0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#ysAiccFlowV16 .ys-flow-panels {
  position: relative;
  min-height: 350px;
  margin-top: clamp(26px, 2.7vw, 40px);
  border-radius: var(--radius-md);
}

#ysAiccFlowV16 .ys-flow-panel {
  position: absolute;
  inset: 0;
  padding: clamp(24px, 2.5vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
  pointer-events: none;
  transition:
    opacity 0.42s ease,
    transform 0.42s ease,
    filter 0.42s ease;
}

#ysAiccFlowV16 .ys-flow-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

#ysAiccFlowV16 .ys-flow-count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

#ysAiccFlowV16 .ys-flow-count strong {
  color: var(--ys-deep);
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
}

#ysAiccFlowV16 .ys-flow-count span {
  color: rgba(34, 50, 38, 0.42);
  font-size: 14px;
  font-weight: 760;
}

#ysAiccFlowV16 .ys-flow-panel em {
  color: rgba(34, 50, 38, 0.46);
  font-style: normal;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

#ysAiccFlowV16 .ys-flow-panel h3 {
  margin: 10px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.075em;
}

#ysAiccFlowV16 .ys-flow-panel p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ys-muted);
  font-size: 15.5px;
  line-height: 1.72;
  letter-spacing: -0.035em;
}

#ysAiccFlowV16 .ys-flow-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#ysAiccFlowV16 .ys-flow-panel li {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(34, 50, 38, 0.07);
  color: rgba(34, 50, 38, 0.62);
  font-size: 12.5px;
  font-weight: 720;
  letter-spacing: -0.035em;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

#ysAiccFlowV16 .ys-flow-panel li:hover {
  background: var(--ys-deep);
  color: var(--ys-ivory);
  transform: translateY(-2px);
}

#ysAiccFlowV16 .ys-flow-visual {
  width: min(100%, 470px);
  margin-left: auto;
  display: grid;
  gap: 14px;
}

#ysAiccFlowV16 .ys-flow-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  background: #101712;
  box-shadow: var(--media-shadow);
}

#ysAiccFlowV16 .ys-flow-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
  transform: scale(1.035);
  transition:
    opacity 0.44s ease,
    transform 0.52s cubic-bezier(.22, 1, .36, 1);
}

#ysAiccFlowV16 .ys-flow-photo img.is-active {
  opacity: 1;
  transform: scale(1);
}

#ysAiccFlowV16 .ys-flow-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

#ysAiccFlowV16 .ys-flow-tabs button,
#ysAiccBodyV16 .ys-pdf-side {
  appearance: none;
  min-height: 42px;
  border: 1px solid rgba(34, 50, 38, 0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.52);
  color: rgba(34, 50, 38, 0.62);
  font-size: 12.5px;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(86,104,74,0.045), inset 0 1px 0 rgba(255,255,255,0.74);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#ysAiccFlowV16 .ys-flow-tabs button:hover,
#ysAiccFlowV16 .ys-flow-tabs button.is-active,
#ysAiccBodyV16 .ys-pdf-side:hover {
  background: var(--ys-deep);
  color: var(--ys-ivory);
  border-color: var(--ys-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(34,50,38,0.13);
}

/* SLIDER */
#ysAiccBodyV16 .ys-auto-slider {
  position: relative;
  overflow: hidden;
  background: #101712;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#ysAiccBodyV16 .ys-auto-slider > :not(.ys-slider-arrow):not(.ys-slider-dots) {
  pointer-events: none !important;
  touch-action: pan-y;
}

#ysAiccBodyV16 .ys-auto-slider.is-dragging {
  cursor: grabbing;
}

#ysAiccBodyV16 .ys-auto-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  pointer-events: none !important;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  transition:
    opacity 0.48s ease,
    transform 0.64s cubic-bezier(.22, 1, .36, 1);
}

#ysAiccBodyV16 .ys-auto-slider img.is-active {
  opacity: 1;
  transform: scale(1);
}

#ysAiccBodyV16 .ys-auto-slider:hover img.is-active {
  transform: scale(1.035);
}

#ysAiccBodyV16 .ys-auto-slider.is-dragging img {
  transition-duration: 0.18s;
}

#ysAiccBodyV16 .ys-slider-dots {
  position: absolute;
  z-index: 8;
  left: 24px;
  bottom: 20px;
  display: flex;
  gap: 7px;
  pointer-events: auto !important;
}

#ysAiccBodyV16 .ys-slider-dots button {
  appearance: none;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  cursor: pointer;
  pointer-events: auto !important;
  transition:
    width 0.24s ease,
    background 0.24s ease,
    transform 0.24s ease;
}

#ysAiccBodyV16 .ys-slider-dots button:hover {
  transform: scale(1.18);
  background: rgba(255,255,255,0.74);
}

#ysAiccBodyV16 .ys-slider-dots button.is-active {
  width: 22px;
  background: var(--ys-ivory);
}

#ysAiccBodyV16 .ys-slider-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(248,245,236,0.22);
  color: rgba(248,245,236,0.92);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 12px 34px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.24);
  opacity: 0;
  transition:
    opacity 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

#ysAiccBodyV16 .ys-slider-arrow.prev {
  left: 22px;
}

#ysAiccBodyV16 .ys-slider-arrow.next {
  right: 22px;
}

#ysAiccBodyV16 .ys-auto-slider:hover .ys-slider-arrow,
#ysAiccBodyV16 .ys-auto-slider:focus-within .ys-slider-arrow,
#ysAiccBodyV16 .ys-auto-slider.is-dragging .ys-slider-arrow {
  opacity: 1;
}

#ysAiccBodyV16 .ys-slider-arrow:hover {
  background: rgba(248,245,236,0.92);
  color: var(--ys-deep);
  border-color: rgba(248,245,236,0.92);
  transform: translateY(-50%) scale(1.06);
}

#ysAiccBodyV16 .ys-slider-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

#ysAiccBodyV16 .ys-control-photo .ys-slider-arrow,
#ysAiccBodyV16 .ys-draeger-photo .ys-slider-arrow {
  background: rgba(9,18,13,0.42);
  border-color: rgba(199,216,168,0.28);
  color: rgba(248,245,236,0.94);
}

#ysAiccBodyV16 .ys-control-photo .ys-slider-arrow:hover,
#ysAiccBodyV16 .ys-draeger-photo .ys-slider-arrow:hover {
  background: rgba(199,216,168,0.92);
  border-color: rgba(199,216,168,0.92);
  color: #0f160f;
}

@media (hover: none), (pointer: coarse) {
  #ysAiccBodyV16 .ys-director-photo:hover img {
    transform: scale(1.01) !important;
    filter: none !important;
  }

  #ysAiccFlowV16 .ys-flow-photo:hover img.is-active,
  #ysAiccBodyV16 .ys-auto-slider:hover img.is-active {
    transform: scale(1) !important;
  }

  #ysAiccBodyV16 .ys-slider-dots button:hover {
    transform: none;
    background: rgba(255,255,255,0.48);
  }

  #ysAiccBodyV16 .ys-slider-dots button.is-active:hover {
    background: var(--ys-ivory);
  }

  #ysAiccBodyV16 .ys-slider-arrow:hover {
    background: rgba(248,245,236,0.22);
    color: rgba(248,245,236,0.92);
    border-color: rgba(255,255,255,0.42);
    transform: translateY(-50%);
  }

  #ysAiccBodyV16 .ys-control-photo .ys-slider-arrow:hover,
  #ysAiccBodyV16 .ys-draeger-photo .ys-slider-arrow:hover {
    background: rgba(9,18,13,0.42);
    border-color: rgba(199,216,168,0.28);
    color: rgba(248,245,236,0.94);
  }
}

/* COUNSELING */
#ysAiccBodyV16 .ys-counseling {
  padding-bottom: 0;
}

#ysAiccBodyV16 .ys-planning-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.60fr) minmax(320px, 0.40fr);
  gap: clamp(34px, 4.6vw, 76px);
  align-items: end;
}

#ysAiccBodyV16 .ys-planning-photo {
  margin: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  box-shadow: var(--media-shadow);
}

#ysAiccBodyV16 .ys-room-copy {
  padding: var(--card-pad);
}

#ysAiccBodyV16 .ys-room-copy h3,
#ysAiccBodyV16 .ys-caption-copy h3,
#ysAiccBodyV16 .ys-control-structure h3,
#ysAiccBodyV16 .ys-draeger-head h3 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-sub-title);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.062em;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-room-copy h3 {
  font-size: clamp(24px, 1.7vw, 32px);
  white-space: nowrap;
}

@media (max-width: 767px) {
  #ysAiccBodyV16 .ys-room-copy h3 {
    font-size: clamp(17.5px, 4.8vw, 22px);
  }
}

#ysAiccBodyV16 .ys-room-copy:hover .ys-small-label,
#ysAiccBodyV16 .ys-caption-copy:hover .ys-small-label {
  color: rgba(80,108,68,0.74);
}

#ysAiccBodyV16 .ys-room-copy:hover h3,
#ysAiccBodyV16 .ys-caption-copy:hover h3 {
  color: #1b2b1f;
}

#ysAiccBodyV16 .ys-room-copy p,
#ysAiccBodyV16 .ys-caption-copy p,
#ysAiccBodyV16 .ys-draeger-head p {
  margin: 18px 0 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.74;
  letter-spacing: -0.03em;
}

#ysAiccBodyV16 .ys-plain-pairs {
  display: grid;
  gap: 20px;
  margin-top: var(--space-inner);
  padding-top: var(--space-inner);
  border-top: 1px solid rgba(34,50,38,0.10);
}

#ysAiccBodyV16 .ys-plain-pairs article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 14px;
  margin: -14px;
  border-radius: 18px;
  transition:
    background 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-plain-pairs article:hover {
  background: rgba(255,255,255,0.50);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(80,108,68,0.10);
}

#ysAiccBodyV16 .ys-plain-pairs strong {
  color: var(--ys-deep);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

#ysAiccBodyV16 .ys-plain-pairs p {
  margin: 0;
  color: rgba(34,50,38,0.58);
  font-size: 14px;
  line-height: 1.62;
}

#ysAiccBodyV16 .ys-media-caption-block {
  padding: clamp(26px, 3vw, 42px);
}

#ysAiccBodyV16 .ys-oneonone-block {
  margin-top: var(--ys-aicc-stack-gap);
}

#ysAiccBodyV16 .ys-oneonone-photo {
  margin: 0;
  aspect-ratio: 16 / 8.6;
  border-radius: var(--radius-md);
  box-shadow: none;
}

#ysAiccBodyV16 .ys-caption-info {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(30px, 4vw, 72px);
  align-items: start;
  padding: clamp(26px, 3vw, 42px) 0 2px;
}

#ysAiccBodyV16 .ys-caption-list {
  align-self: start;
  padding-top: 33px;
}

#ysAiccBodyV16 .ys-caption-list strong {
  display: block;
  color: var(--ys-deep);
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.05em;
}

#ysAiccBodyV16 .ys-caption-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

#ysAiccBodyV16 .ys-caption-list li {
  position: relative;
  min-height: 48px;
  padding: 13px 14px 13px 42px;
  border-radius: 16px;
  border: 1px solid rgba(34,50,38,0.075);
  background: rgba(255,255,255,0.38);
  color: rgba(34,50,38,0.70);
  font-size: 14.5px;
  line-height: 1.56;
  letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.68);
  transition:
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-caption-list li:hover {
  color: var(--ys-ivory);
  background:
    radial-gradient(circle at 14% 12%, rgba(199,216,168,0.22), transparent 38%),
    linear-gradient(135deg, rgba(34,50,38,0.96), rgba(64,84,60,0.94));
  border-color: rgba(199,216,168,0.32);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(34,50,38,0.12);
}

#ysAiccBodyV16 .ys-caption-list li::before,
#ysAiccBodyV16 .ys-pdf-config li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(80,108,68,0.11);
  color: var(--ys-green-dark);
  font-size: 11px;
  font-weight: 900;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

#ysAiccBodyV16 .ys-caption-list li:hover::before,
#ysAiccBodyV16 .ys-pdf-config li:hover::before {
  background: rgba(199,216,168,0.24);
  color: var(--ys-ivory);
  transform: scale(1.08);
}

/* PDF VIEWER */
#ysAiccReportV16 {
  padding-top: var(--ys-aicc-stack-gap);
  padding-bottom: 0;
}

#ysAiccBodyV16 .ys-pdf-block {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.5vw, 54px);
}

#ysAiccBodyV16 .ys-pdf-block::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(199,216,168,0.14);
  filter: blur(54px);
  pointer-events: none;
}

#ysAiccBodyV16 .ys-pdf-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.40fr) minmax(430px, 0.60fr);
  gap: clamp(34px, 4.6vw, 76px);
  align-items: center;
}

#ysAiccBodyV16 .ys-pdf-copy-panel {
  align-self: start;
  padding-top: clamp(4px, 1.2vw, 18px);
}

#ysAiccBodyV16 .ys-pdf-copy-panel h3 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-sub-title);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.062em;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-pdf-copy-panel p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.74;
  letter-spacing: -0.03em;
}

#ysAiccBodyV16 .ys-pdf-copy-panel:hover .ys-small-label {
  color: rgba(80,108,68,0.74);
}

#ysAiccBodyV16 .ys-pdf-copy-panel:hover h3 {
  color: #1b2b1f;
}

#ysAiccBodyV16 .ys-pdf-config {
  margin-top: clamp(34px, 3.6vw, 56px);
  padding-top: clamp(24px, 2.6vw, 38px);
  border-top: 1px solid rgba(34,50,38,0.10);
}

#ysAiccBodyV16 .ys-pdf-config strong {
  display: block;
  color: var(--ys-deep);
  font-size: clamp(22px, 1.55vw, 28px);
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: -0.055em;
}

#ysAiccBodyV16 .ys-pdf-config ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#ysAiccBodyV16 .ys-pdf-config li {
  position: relative;
  min-height: 52px;
  padding: 15px 16px 15px 44px;
  border-radius: 17px;
  border: 1px solid rgba(34,50,38,0.08);
  background: rgba(255,255,255,0.42);
  color: rgba(34,50,38,0.72);
  font-size: 15.5px;
  line-height: 1.48;
  letter-spacing: -0.035em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.68);
  transition:
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-pdf-config li:hover {
  color: var(--ys-ivory);
  background:
    radial-gradient(circle at 14% 12%, rgba(199,216,168,0.22), transparent 38%),
    linear-gradient(135deg, rgba(34,50,38,0.96), rgba(64,84,60,0.94));
  border-color: rgba(199,216,168,0.32);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(34,50,38,0.12);
}

#ysAiccBodyV16 .ys-pdf-stage {
  position: relative;
  min-height: clamp(560px, 45vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(199,216,168,0.13), transparent 38%),
    linear-gradient(135deg, rgba(245,241,231,0.72), rgba(255,255,255,0.36));
  box-shadow:
    inset 0 0 0 1px rgba(34,50,38,0.06);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-pdf-block:hover .ys-pdf-stage {
  background:
    radial-gradient(circle at 18% 0%, rgba(199,216,168,0.20), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(255,255,255,0.44));
  box-shadow:
    inset 0 0 0 1px rgba(80,108,68,0.10);
}

#ysAiccBodyV16 .ys-pdf-single {
  width: calc(100% - 108px);
  height: calc(100% - 64px);
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ysAiccBodyV16 .ys-pdf-canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(34,50,38,0.10);
  box-shadow:
    0 22px 58px rgba(34,50,38,0.08),
    inset 0 1px 0 rgba(255,255,255,0.74);
}

#ysAiccBodyV16 .ys-pdf-side {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  transform: translateY(-50%);
}

#ysAiccBodyV16 .ys-pdf-side:hover {
  transform: translateY(calc(-50% - 2px));
}

#ysAiccBodyV16 .ys-pdf-prev {
  left: 22px;
}

#ysAiccBodyV16 .ys-pdf-next {
  right: 22px;
}

#ysAiccBodyV16 .ys-pdf-side:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: translateY(-50%);
}

#ysAiccBodyV16 .ys-pdf-status {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  min-width: 74px;
  padding: 8px 12px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.66);
  color: rgba(34,50,38,0.62);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(34,50,38,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#ysAiccBodyV16 .ys-pdf-loading {
  position: absolute;
  z-index: 7;
  color: rgba(34,50,38,0.55);
  font-size: 14px;
  font-weight: 650;
}

#ysAiccBodyV16 .ys-pdf-loading.is-hidden {
  display: none;
}

/* PRECHECK */
#ysAiccPrecheckV16 {
  padding-top: var(--ys-aicc-section-break);
}

#ysAiccBodyV16 .ys-check-wrap {
  padding: clamp(34px, 3.8vw, 58px);
}

#ysAiccBodyV16 .ys-check-head {
  max-width: 1040px;
  margin-bottom: var(--ys-aicc-stack-gap);
}

#ysAiccBodyV16 .ys-check-head:hover .ys-kicker {
  color: rgba(80,108,68,0.74);
}

#ysAiccBodyV16 .ys-check-head h2 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.064em;
}

#ysAiccBodyV16 .ys-check-head p {
  margin: 18px 0 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.76;
  letter-spacing: -0.03em;
}

#ysAiccBodyV16 .ys-check-grid {
  display: grid;
  gap: var(--space-head);
}

#ysAiccBodyV16 .ys-check-block h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--ys-deep);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.05em;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

#ysAiccBodyV16 .ys-check-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ys-deep);
  transition: background 0.22s ease;
}

#ysAiccBodyV16 .ys-check-block:hover h3 {
  color: var(--ys-green-dark);
  transform: translateX(3px);
}

#ysAiccBodyV16 .ys-check-block:hover h3::before {
  background: var(--ys-green-dark);
}

#ysAiccBodyV16 .ys-check-table {
  display: grid;
  gap: 8px;
}

#ysAiccBodyV16 .ys-check-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 66px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,0.40);
  box-shadow: inset 0 0 0 1px rgba(34,50,38,0.06);
  transition:
    background 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-check-row:hover {
  background: rgba(255,255,255,0.64);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(80,108,68,0.14);
}

#ysAiccBodyV16 .ys-check-row strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(34,50,38,0.055);
  color: var(--ys-deep);
  font-size: 16px;
  font-weight: 760;
  transition:
    background 0.24s ease,
    color 0.24s ease;
}

#ysAiccBodyV16 .ys-check-row:hover strong {
  background: rgba(80,108,68,0.13);
}

#ysAiccBodyV16 .ys-check-row p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px 22px;
  color: rgba(34,50,38,0.72);
  font-size: 15px;
  line-height: 1.58;
  text-align: center;
}

#ysAiccBodyV16 .ys-check-row em {
  display: block;
  margin-top: 3px;
  color: rgba(34,50,38,0.60);
  font-style: normal;
  font-size: 13px;
}

#ysAiccBodyV16 .ys-check-notice {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  background: rgba(34,50,38,0.045);
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-check-notice:hover {
  background: rgba(255,255,255,0.48);
  box-shadow: inset 0 0 0 1px rgba(34,50,38,0.06);
}

#ysAiccBodyV16 .ys-check-notice p {
  margin: 0;
  color: rgba(34,50,38,0.68);
  font-size: 14.5px;
  line-height: 1.65;
}

#ysAiccBodyV16 .ys-check-notice p + p {
  margin-top: 6px;
  color: #e2684c;
}

/* CONTROL DARK */
#ysAiccControlV16 {
  --controlDark: 0;
  position: relative;
  z-index: 4;
  width: 100vw;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(112px, 8.4vw, 160px) 0 clamp(124px, 9vw, 176px);
  overflow: hidden;
  background-color: rgb(
    calc(248 + (15 - 248) * var(--controlDark))
    calc(245 + (22 - 245) * var(--controlDark))
    calc(236 + (15 - 236) * var(--controlDark))
  );
  color: rgb(
    calc(34 + (248 - 34) * var(--controlDark))
    calc(50 + (245 - 50) * var(--controlDark))
    calc(38 + (236 - 38) * var(--controlDark))
  );
}

#ysAiccControlV16::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--controlDark);
  background:
    radial-gradient(circle at 18% 16%, rgba(199,216,168,0.16), transparent 34%),
    radial-gradient(circle at 84% 4%, rgba(113,138,94,0.18), transparent 42%);
}

#ysAiccBodyV16 .ys-control-head,
#ysAiccBodyV16 .ys-control-stack {
  position: relative;
  z-index: 2;
}

#ysAiccBodyV16 .ys-control-head {
  margin-bottom: clamp(42px, 4.4vw, 70px);
}

#ysAiccBodyV16 .ys-control-head h2,
#ysAiccBodyV16 .ys-control-head .ys-kicker {
  color: currentColor;
}

#ysAiccBodyV16 .ys-control-head p {
  color: rgba(
    calc(34 + (248 - 34) * var(--controlDark)),
    calc(50 + (245 - 50) * var(--controlDark)),
    calc(38 + (236 - 38) * var(--controlDark)),
    calc(0.62 + (0.66 - 0.62) * var(--controlDark))
  );
}

#ysAiccBodyV16 .ys-glass-card-dark {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255, calc(0.08 + 0.10 * var(--controlDark)));
  background:
    radial-gradient(circle at 14% 0%, rgba(199,216,168, calc(0.05 + 0.07 * var(--controlDark))), transparent 36%),
    rgba(255,255,255, calc(0.32 - 0.25 * var(--controlDark)));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255, calc(0.10 * var(--controlDark))),
    0 18px 50px rgba(0,0,0, calc(0.05 + 0.12 * var(--controlDark)));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

#ysAiccBodyV16 .ys-glass-card-dark:hover {
  border-color: rgba(199,216,168, calc(0.24 + 0.22 * var(--controlDark)));
  box-shadow:
    0 26px 72px rgba(0,0,0, calc(0.08 + 0.16 * var(--controlDark))),
    0 0 0 1px rgba(199,216,168, calc(0.04 + 0.10 * var(--controlDark))),
    0 0 42px rgba(199,216,168, calc(0.02 + 0.08 * var(--controlDark))),
    inset 0 1px 0 rgba(255,255,255, calc(0.10 + 0.08 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-control-stack {
  display: grid;
  gap: clamp(28px, 3.2vw, 48px);
}

#ysAiccBodyV16 .ys-control-photo {
  margin: 0;
  aspect-ratio: 16 / 7.4;
  border-radius: var(--radius-md);
  background: #101712;
  box-shadow:
    0 30px 82px rgba(0,0,0, calc(0.12 + 0.22 * var(--controlDark))),
    0 0 0 1px rgba(255,255,255, calc(0.02 + 0.08 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-control-photo img {
  filter: saturate(0.86) contrast(1.05) brightness(calc(0.92 - 0.14 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-control-photo:hover img.is-active,
#ysAiccBodyV16 .ys-draeger-photo:hover img.is-active {
  filter: saturate(1.02) contrast(1.10) brightness(calc(1.02 - 0.06 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-cms-outside {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 2.8vw, 38px);
}

#ysAiccBodyV16 .ys-cms-outside > span {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgb(
    calc(80 + (199 - 80) * var(--controlDark))
    calc(108 + (216 - 108) * var(--controlDark))
    calc(68 + (168 - 68) * var(--controlDark))
  );
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: rgba(113,138,94, calc(0.10 + 0.06 * var(--controlDark)));
  transition:
    background 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-cms-outside:hover > span {
  color: #0f160f;
  background: rgba(199,216,168, calc(0.42 + 0.26 * var(--controlDark)));
  transform: scale(1.05);
  box-shadow:
    0 0 0 1px rgba(199,216,168,0.32),
    0 16px 34px rgba(0,0,0,0.16),
    0 0 32px rgba(199,216,168,0.18);
}

#ysAiccBodyV16 .ys-cms-outside strong {
  display: block;
  color: currentColor;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.08em;
  transition: color 0.28s ease, text-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-cms-outside:hover strong {
  color: rgb(
    calc(34 + (245 - 34) * var(--controlDark))
    calc(50 + (241 - 50) * var(--controlDark))
    calc(38 + (232 - 38) * var(--controlDark))
  );
  text-shadow: 0 0 24px rgba(199,216,168, calc(0.03 + 0.16 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-cms-outside p {
  margin: 10px 0 0;
  color: rgba(
    calc(34 + (248 - 34) * var(--controlDark)),
    calc(50 + (245 - 50) * var(--controlDark)),
    calc(38 + (236 - 38) * var(--controlDark)),
    0.62
  );
  font-size: 14.5px;
  line-height: 1.62;
}

#ysAiccBodyV16 .ys-control-structure {
  padding: clamp(28px, 3.2vw, 44px);
}

#ysAiccBodyV16 .ys-control-structure:hover .ys-small-label,
#ysAiccBodyV16 .ys-draeger-block:hover .ys-small-label {
  color: rgba(199,216,168,0.96);
}

#ysAiccBodyV16 .ys-control-structure .ys-small-label,
#ysAiccBodyV16 .ys-draeger-head .ys-small-label {
  color: rgba(
    calc(34 + (199 - 34) * var(--controlDark)),
    calc(50 + (216 - 50) * var(--controlDark)),
    calc(38 + (168 - 38) * var(--controlDark)),
    0.72
  );
}

#ysAiccBodyV16 .ys-control-structure h3,
#ysAiccBodyV16 .ys-draeger-head h3 {
  color: currentColor;
}

#ysAiccBodyV16 .ys-control-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

#ysAiccBodyV16 .ys-control-list article {
  min-height: 168px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255, calc(0.26 - 0.20 * var(--controlDark)));
  border: 1px solid rgba(255,255,255, calc(0.02 + 0.07 * var(--controlDark)));
  transition:
    background 0.28s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-control-list article:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at 18% 8%, rgba(199,216,168, calc(0.16 + 0.18 * var(--controlDark))), transparent 44%),
    rgba(199,216,168, calc(0.24 + 0.10 * var(--controlDark)));
  border-color: rgba(199,216,168, calc(0.28 + 0.34 * var(--controlDark)));
  box-shadow:
    0 24px 62px rgba(0,0,0, calc(0.10 + 0.18 * var(--controlDark))),
    0 0 0 1px rgba(199,216,168, calc(0.05 + 0.14 * var(--controlDark))),
    0 0 34px rgba(199,216,168, calc(0.03 + 0.12 * var(--controlDark))),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

#ysAiccBodyV16 .ys-control-list em {
  display: block;
  margin-bottom: 18px;
  color: rgba(
    calc(34 + (199 - 34) * var(--controlDark)),
    calc(50 + (216 - 50) * var(--controlDark)),
    calc(38 + (168 - 38) * var(--controlDark)),
    0.72
  );
  font-style: normal;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

#ysAiccBodyV16 .ys-control-list strong {
  display: block;
  color: currentColor;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.34;
  letter-spacing: -0.05em;
}

#ysAiccBodyV16 .ys-control-list p {
  margin: 11px 0 0;
  color: rgba(
    calc(34 + (248 - 34) * var(--controlDark)),
    calc(50 + (245 - 50) * var(--controlDark)),
    calc(38 + (236 - 38) * var(--controlDark)),
    0.60
  );
  font-size: 14px;
  line-height: 1.64;
}

#ysAiccBodyV16 .ys-control-list article:hover em,
#ysAiccBodyV16 .ys-draeger-places article:hover span {
  color: rgba(248,245,236,0.96);
}

#ysAiccBodyV16 .ys-control-list article:hover strong,
#ysAiccBodyV16 .ys-draeger-places article:hover strong {
  color: rgba(248,245,236,1);
}

#ysAiccBodyV16 .ys-control-list article:hover p,
#ysAiccBodyV16 .ys-draeger-places article:hover p {
  color: rgba(248,245,236,0.82);
}

#ysAiccBodyV16 .ys-draeger-block {
  margin-top: clamp(32px, 4.2vw, 66px);
  padding: clamp(30px, 3.6vw, 50px);
}

#ysAiccBodyV16 .ys-draeger-head {
  max-width: 900px;
  margin-bottom: clamp(28px, 3.4vw, 46px);
}

#ysAiccBodyV16 .ys-draeger-head p {
  color: rgba(
    calc(34 + (248 - 34) * var(--controlDark)),
    calc(50 + (245 - 50) * var(--controlDark)),
    calc(38 + (236 - 38) * var(--controlDark)),
    0.62
  );
}

#ysAiccBodyV16 .ys-draeger-photo {
  margin: 0;
  aspect-ratio: 16 / 7.8;
  border-radius: var(--radius-md);
  background: #101712;
  box-shadow:
    0 24px 70px rgba(0,0,0, calc(0.10 + 0.18 * var(--controlDark))),
    0 0 0 1px rgba(255,255,255, calc(0.02 + 0.08 * var(--controlDark)));
}

#ysAiccBodyV16 .ys-draeger-places {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(22px, 2.5vw, 34px);
}

#ysAiccBodyV16 .ys-draeger-places article {
  min-height: 150px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255, calc(0.22 - 0.16 * var(--controlDark)));
  border: 1px solid rgba(255,255,255, calc(0.03 + 0.08 * var(--controlDark)));
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-draeger-places article:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at 18% 8%, rgba(199,216,168, calc(0.16 + 0.18 * var(--controlDark))), transparent 44%),
    rgba(199,216,168, calc(0.24 + 0.10 * var(--controlDark)));
  border-color: rgba(199,216,168, calc(0.28 + 0.34 * var(--controlDark)));
  box-shadow:
    0 24px 62px rgba(0,0,0, calc(0.10 + 0.18 * var(--controlDark))),
    0 0 0 1px rgba(199,216,168, calc(0.05 + 0.14 * var(--controlDark))),
    0 0 34px rgba(199,216,168, calc(0.03 + 0.12 * var(--controlDark))),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

#ysAiccBodyV16 .ys-draeger-places span {
  display: block;
  color: rgba(
    calc(34 + (199 - 34) * var(--controlDark)),
    calc(50 + (216 - 50) * var(--controlDark)),
    calc(38 + (168 - 38) * var(--controlDark)),
    0.72
  );
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

#ysAiccBodyV16 .ys-draeger-places strong {
  display: block;
  margin-top: 28px;
  color: currentColor;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.06em;
}

#ysAiccBodyV16 .ys-draeger-places p {
  margin: 14px 0 0;
  color: rgba(
    calc(34 + (248 - 34) * var(--controlDark)),
    calc(50 + (245 - 50) * var(--controlDark)),
    calc(38 + (236 - 38) * var(--controlDark)),
    0.62
  );
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: -0.035em;
}

/* PAIN */
#ysAiccBodyV16 .ys-pain {
  padding-top: clamp(96px, 7.2vw, 132px);
}

#ysAiccBodyV16 .ys-pain-board {
  padding: clamp(30px, 3.4vw, 46px);
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.84), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.68), rgba(255,255,255,0.42));
}

#ysAiccBodyV16 .ys-pain-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#ysAiccBodyV16 .ys-pain-steps article {
  min-height: 230px;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.92), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.84), rgba(255,255,255,0.54));
  border: 1px solid rgba(34,50,38,0.105);
  box-shadow:
    0 12px 32px rgba(34,50,38,0.045),
    inset 0 1px 0 rgba(255,255,255,0.82);
  transition:
    background 0.28s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-pain-steps article:hover {
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.98), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.64));
  border-color: rgba(80,108,68,0.24);
  box-shadow:
    0 20px 54px rgba(34,50,38,0.085),
    0 0 0 1px rgba(80,108,68,0.08),
    inset 0 1px 0 rgba(255,255,255,0.92);
  transform: translateY(-5px);
}

#ysAiccBodyV16 .ys-pain-steps span {
  display: block;
  color: rgba(34,50,38,0.44);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-pain-steps article:hover span {
  color: var(--ys-green-dark);
}

#ysAiccBodyV16 .ys-pain-steps strong {
  display: block;
  margin-top: clamp(36px, 4vw, 62px);
  color: rgba(34,50,38,0.92);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: -0.05em;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-pain-steps article:hover strong {
  color: #18271c;
}

#ysAiccBodyV16 .ys-pain-steps p {
  margin: 12px 0 0;
  color: rgba(34,50,38,0.66);
  font-size: 14.5px;
  line-height: 1.64;
}

#ysAiccBodyV16 .ys-risk-card {
  display: grid;
  grid-template-columns: 220px minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 14px;
  padding: 26px 30px;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(34,50,38,0.94) 0%, rgba(45,61,45,0.94) 100%);
  color: var(--ys-ivory);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease;
}

#ysAiccBodyV16 .ys-risk-card:hover {
  background:
    radial-gradient(circle at 12% 12%, rgba(199,216,168,0.16), transparent 30%),
    linear-gradient(145deg, rgba(34,50,38,1) 0%, rgba(45,61,45,1) 100%);
  box-shadow: 0 18px 54px rgba(34,50,38,0.12);
}

#ysAiccBodyV16 .ys-risk-card span {
  color: rgba(245,241,232,0.48);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.24s ease;
}

#ysAiccBodyV16 .ys-risk-card:hover span {
  color: rgba(199,216,168,0.74);
}

#ysAiccBodyV16 .ys-risk-card strong {
  color: var(--ys-ivory);
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.05em;
}

#ysAiccBodyV16 .ys-risk-card p {
  margin: 0;
  color: rgba(245,241,232,0.72);
  font-size: 14.5px;
  line-height: 1.66;
}

/* GATEWAY */
#ysAiccBodyV16 .ys-gateway {
  padding-bottom: clamp(100px, 8vw, 140px);
}

#ysAiccBodyV16 .ys-gateway-copy {
  margin-bottom: 32px;
}

#ysAiccBodyV16 .ys-gateway-copy h2 {
  margin-top: 14px;
}

#ysAiccBodyV16 .ys-gateway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#ysAiccBodyV16 .ys-gateway-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ys-deep);
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

#ysAiccBodyV16 .ys-gateway-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--ys-green-dark);
  font-size: 22px;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

#ysAiccBodyV16 .ys-gateway-card:hover {
  border-color: rgba(80,108,68,0.20);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.84), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(255,255,255,0.38));
  box-shadow: 0 26px 72px rgba(34,50,38,0.09);
}

#ysAiccBodyV16 .ys-gateway-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

#ysAiccBodyV16 .ys-gateway-card strong,
#ysAiccBodyV16 .ys-gateway-card em {
  transition:
    transform 0.24s ease,
    color 0.24s ease;
}

#ysAiccBodyV16 .ys-gateway-card:hover strong {
  transform: translateX(3px);
  color: var(--ys-green-dark);
}

#ysAiccBodyV16 .ys-gateway-card:hover em {
  transform: translateX(3px);
  color: rgba(34,50,38,0.68);
}

#ysAiccBodyV16 .ys-gateway-card strong {
  color: var(--ys-deep);
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1.3;
}

#ysAiccBodyV16 .ys-gateway-card em {
  color: rgba(34, 50, 38, 0.48);
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  #ysAiccFlowV16 {
    height: auto;
  }

  #ysAiccFlowV16 .ys-flow-pin {
    height: auto;
  }

  #ysAiccFlowV16 .ys-flow-inner,
  #ysAiccBodyV16 .ys-director-board,
  #ysAiccBodyV16 .ys-planning-editorial,
  #ysAiccBodyV16 .ys-pdf-layout {
    grid-template-columns: 1fr;
  }

  #ysAiccFlowV16 .ys-flow-visual {
    width: min(100%, 520px);
    margin-left: 0;
  }

  #ysAiccBodyV16 .ys-director-profile-card,
  #ysAiccBodyV16 .ys-director-info-card {
    min-height: auto;
  }

  #ysAiccBodyV16 .ys-director-photo {
    margin-left: 0;
    margin-right: 0;
    width: min(100%, 360px);
  }

  #ysAiccBodyV16 .ys-caption-info {
    grid-template-columns: 1fr;
  }

  #ysAiccBodyV16 .ys-caption-list {
    padding-top: 0;
  }

  #ysAiccBodyV16 .ys-pdf-copy-panel {
    padding-top: 0;
  }

  #ysAiccBodyV16 .ys-pdf-stage {
    min-height: 620px;
  }

  #ysAiccBodyV16 .ys-pdf-single {
    width: calc(100% - 92px);
  }

  #ysAiccBodyV16 .ys-control-list,
  #ysAiccBodyV16 .ys-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ysAiccBodyV16 .ys-oneonone-photo,
  #ysAiccBodyV16 .ys-control-photo,
  #ysAiccBodyV16 .ys-draeger-photo {
    aspect-ratio: 16 / 9.4;
  }

  #ysAiccBodyV16 .ys-risk-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  #ysAiccBodyV16 {
    --ys-page-gutter: 18px;
    --fs-title: clamp(30px, 8.2vw, 40px);
    --fs-sub-title: clamp(27px, 7vw, 36px);
    --fs-card-title: 20px;
    --fs-body: 14.5px;
    --space-section: 72px;
    --space-head: 38px;
    --card-pad: 26px;
    --ys-aicc-stack-gap: 38px;
    --ys-aicc-section-break: 62px;
  }

  #ysAiccBodyV16 p span {
    display: inline;
  }

  #ysAiccDirectorV16 {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  #ysAiccBodyV16 .ys-director-profile-card,
  #ysAiccBodyV16 .ys-director-info-card {
    border-radius: 28px;
    padding: 28px 24px;
  }

  #ysAiccBodyV16 .ys-director-info-head h2 {
    font-size: clamp(30px, 8.1vw, 39px);
  }

  #ysAiccBodyV16 .ys-director-photo {
    width: min(100%, 330px);
    border-radius: 24px;
  }

  #ysAiccBodyV16 .ys-director-profile-info strong {
    font-size: clamp(38px, 10vw, 52px);
  }

  #ysAiccBodyV16 .ys-director-career-zone {
    padding: 24px 20px;
    border-radius: 24px;
  }

  #ysAiccBodyV16 .ys-director-career-head {
    display: block;
  }

  #ysAiccBodyV16 .ys-director-career-head strong {
    margin-top: 10px;
  }

  #ysAiccBodyV16 .ys-director-career li {
    font-size: 13.5px;
    line-height: 1.64;
  }

  #ysAiccFlowV16 .ys-flow-inner {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  #ysAiccFlowV16 .ys-flow-panels {
    min-height: 440px;
  }

  #ysAiccFlowV16 .ys-flow-photo {
    aspect-ratio: 4 / 4.8;
  }

  #ysAiccFlowV16 .ys-flow-tabs,
  #ysAiccBodyV16 .ys-caption-list ul,
  #ysAiccBodyV16 .ys-control-list,
  #ysAiccBodyV16 .ys-draeger-places,
  #ysAiccBodyV16 .ys-pain-steps,
  #ysAiccBodyV16 .ys-gateway-grid {
    grid-template-columns: 1fr;
  }

  #ysAiccBodyV16 .ys-plain-pairs article,
  #ysAiccBodyV16 .ys-cms-outside,
  #ysAiccBodyV16 .ys-risk-card {
    grid-template-columns: 1fr;
  }

  #ysAiccBodyV16 .ys-plain-pairs strong {
    white-space: normal;
  }

  #ysAiccBodyV16 .ys-oneonone-photo,
  #ysAiccBodyV16 .ys-control-photo,
  #ysAiccBodyV16 .ys-draeger-photo {
    aspect-ratio: 4 / 3;
  }

  #ysAiccBodyV16 .ys-slider-arrow {
    width: 38px;
    height: 38px;
    opacity: 1;
    font-size: 20px;
  }

  #ysAiccBodyV16 .ys-slider-arrow.prev {
    left: 14px;
  }

  #ysAiccBodyV16 .ys-slider-arrow.next {
    right: 14px;
  }

  #ysAiccBodyV16 .ys-slider-dots {
    left: 18px;
    bottom: 16px;
  }

  #ysAiccBodyV16 .ys-pdf-block,
  #ysAiccBodyV16 .ys-check-wrap {
    padding: 26px 22px;
  }

  #ysAiccBodyV16 .ys-pdf-stage {
    min-height: 520px;
  }

  #ysAiccBodyV16 .ys-pdf-single {
    width: calc(100% - 82px);
    min-height: 430px;
  }

  #ysAiccBodyV16 .ys-pdf-side {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  #ysAiccBodyV16 .ys-pdf-prev {
    left: 14px;
  }

  #ysAiccBodyV16 .ys-pdf-next {
    right: 14px;
  }

  #ysAiccBodyV16 .ys-check-row {
    grid-template-columns: 1fr;
  }

  #ysAiccBodyV16 .ys-check-row strong {
    justify-content: flex-start;
  }

  #ysAiccBodyV16 .ys-check-row p {
    justify-content: flex-start;
    text-align: left;
  }

  #ysAiccBodyV16 .ys-pain-steps article {
    min-height: 200px;
  }

  #ysAiccBodyV16 .ys-risk-card {
    padding: 24px;
  }

  #ysAiccBodyV16 .ys-gateway-card {
    min-height: 154px;
    padding: 24px;
  }
}


/* =========================================================
   AICC V18 - 상담/리포트/검사 간격 + 리포트 구성 정리
   기존 CSS 맨 아래에 추가
========================================================= */

/* 1) 네 블록 사이 간격 완전 통일 */
#ysAiccBodyV16 {
  --ys-aicc-stack-gap: clamp(58px, 4.2vw, 72px) !important;
  --ys-aicc-section-break: var(--ys-aicc-stack-gap) !important;
}

/* 마취 상담실 운영 → 1:1 마취 상담 */
#ysAiccBodyV16 .ys-oneonone-block {
  margin-top: var(--ys-aicc-stack-gap) !important;
}

/* 1:1 마취 상담 → 마취 계획 리포트 */
#ysAiccReportV16 {
  padding-top: var(--ys-aicc-stack-gap) !important;
  padding-bottom: 0 !important;
}

/* 마취 계획 리포트 → 마취 전 검사 항목 */
#ysAiccPrecheckV16 {
  padding-top: var(--ys-aicc-stack-gap) !important;
}

/* 마취 전 검사 항목 제목 → 검사 내용 간격도 동일 */
#ysAiccPrecheckV16 .ys-section-head,
#ysAiccPrecheckV16 .ys-check-head {
  margin-bottom: var(--ys-aicc-stack-gap) !important;
}


/* 2) 마취 전 검사 항목 제목 크기 = 마취 계획 리포트 제목 크기 */
#ysAiccPrecheckV16 .ys-section-head h2,
#ysAiccPrecheckV16 .ys-check-head h2,
#ysAiccPrecheckV16 .ys-check-wrap > .ys-section-head h2,
#ysAiccPrecheckV16 .ys-check-wrap > .ys-check-head h2 {
  font-size: var(--fs-sub-title) !important;
  line-height: 1.24 !important;
  letter-spacing: -0.062em !important;
}


/* 3) PDF 리포트 구성 3개 항목: 아래까지 꽉 차게 자동 분배 */
#ysAiccReportV16 .ys-caption-info,
#ysAiccReportV16 .ys-pdf-caption,
#ysAiccReportV16 .ys-report-content,
#ysAiccReportV16 .ys-report-info {
  align-items: stretch !important;
}

/* 리포트 구성 영역 자체를 세로 전체 사용 */
#ysAiccReportV16 .ys-caption-list,
#ysAiccReportV16 .ys-report-list {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* 리포트 구성 제목 */
#ysAiccReportV16 .ys-caption-list > strong,
#ysAiccReportV16 .ys-report-list > strong {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin-bottom: 18px !important;
}

/* 3개 리스트가 남은 높이를 꽉 채우게 */
#ysAiccReportV16 .ys-caption-list ul,
#ysAiccReportV16 .ys-report-list ul {
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-rows: repeat(3, minmax(62px, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

/* 리포트 구성 항목 글자/박스 키우기 */
#ysAiccReportV16 .ys-caption-list li,
#ysAiccReportV16 .ys-report-list li {
  min-height: 62px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;

  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 46px !important;

  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

/* 체크 아이콘 위치도 커진 항목에 맞춤 */
#ysAiccReportV16 .ys-caption-list li::before,
#ysAiccReportV16 .ys-report-list li::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}


/* 모바일 */
@media (max-width: 767px) {
  #ysAiccBodyV16 {
    --ys-aicc-stack-gap: 42px !important;
    --ys-aicc-section-break: var(--ys-aicc-stack-gap) !important;
  }

  #ysAiccReportV16 .ys-caption-list ul,
  #ysAiccReportV16 .ys-report-list ul {
    grid-template-rows: none !important;
  }

  #ysAiccReportV16 .ys-caption-list li,
  #ysAiccReportV16 .ys-report-list li {
    min-height: 54px !important;
    font-size: 14.5px !important;
  }
}



/* =========================================================
   AICC V18 - PDF 리포트 구성 3개 박스 높이/정렬 보정
   CSS 맨 아래에 추가
========================================================= */

/* PDF 좌우 영역을 같은 높이로 맞춤 */
#ysAiccBodyV16 .ys-pdf-layout {
  align-items: stretch !important;
}

/* 왼쪽 설명 패널도 오른쪽 PDF 높이만큼 세로 사용 */
#ysAiccBodyV16 .ys-pdf-copy-panel {
  height: 100% !important;
  min-height: clamp(560px, 45vw, 760px) !important;
  display: flex !important;
  flex-direction: column !important;
  padding-top: clamp(4px, 1.2vw, 18px) !important;
}

/* 설명문 아래 구분선 이후 리포트 구성 영역이 남은 높이 차지 */
#ysAiccBodyV16 .ys-pdf-config {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  margin-top: clamp(34px, 3.6vw, 56px) !important;
  padding-top: clamp(24px, 2.6vw, 38px) !important;
}

/* 리포트 구성 제목 크게 */
#ysAiccBodyV16 .ys-pdf-config strong {
  font-size: clamp(25px, 1.75vw, 32px) !important;
  line-height: 1.24 !important;
}

/* 3개 박스가 하단까지 균등하게 꽉 차도록 */
#ysAiccBodyV16 .ys-pdf-config ul {
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 24px 0 0 !important;
}

/* 항목 박스 자체 키우기 + 텍스트 정확히 가운데 정렬 */
#ysAiccBodyV16 .ys-pdf-config li {
  min-height: 0 !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;

  padding: 22px 22px 22px 58px !important;
  border-radius: 20px !important;

  font-size: clamp(17px, 1.05vw, 20px) !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

/* 체크 아이콘 키우고 세로 가운데 정렬 */
#ysAiccBodyV16 .ys-pdf-config li::before {
  top: 50% !important;
  left: 22px !important;
  width: 22px !important;
  height: 22px !important;

  transform: translateY(-50%) !important;

  font-size: 13px !important;
  font-weight: 900 !important;
}

/* 기존 hover에서 transform 덮여서 체크 위치 틀어지는 것 방지 */
#ysAiccBodyV16 .ys-pdf-config li:hover::before {
  transform: translateY(-50%) scale(1.08) !important;
}


/* 태블릿 이하에서는 PDF 아래로 떨어지니까 과한 높이 해제 */
@media (max-width: 1180px) {
  #ysAiccBodyV16 .ys-pdf-copy-panel {
    min-height: auto !important;
  }

  #ysAiccBodyV16 .ys-pdf-config ul {
    grid-template-rows: none !important;
  }

  #ysAiccBodyV16 .ys-pdf-config li {
    min-height: 64px !important;
  }
}

/* 모바일 */
@media (max-width: 767px) {
  #ysAiccBodyV16 .ys-pdf-config strong {
    font-size: 22px !important;
  }

  #ysAiccBodyV16 .ys-pdf-config li {
    min-height: 56px !important;
    padding: 16px 16px 16px 48px !important;
    font-size: 15px !important;
  }

  #ysAiccBodyV16 .ys-pdf-config li::before {
    left: 16px !important;
    width: 19px !important;
    height: 19px !important;
    font-size: 12px !important;
  }
}


#ysAiccBodyV16 .ys-pdf-canvas {
  image-rendering: auto !important;
}




/* =========================================================
  AICC V18.9 - FLOW ONLY FINAL TUNE
  - 다른 섹션/폰트/사진/문구/JS 구조 변경 없음
  - 우측 사진-버튼 간격 확보
  - 사진 세로 높이 보강
  - 게이지 위/아래 간격 기준 재정리
  - 좌측 카드와 우측 버튼 하단선 유지
========================================================= */

@media (min-width: 1181px) {
  #ysAiccFlowV16 {
    --ys-flow-box-h-final: clamp(610px, 37.5vw, 710px) !important;
    --ys-flow-right-w-final: clamp(470px, 31vw, 560px) !important;
    --ys-flow-tab-h-final: 44px !important;
    --ys-flow-tab-gap-final: clamp(20px, 1.25vw, 26px) !important;
  }

  #ysAiccFlowV16 .ys-flow-inner {
    width: var(--ys-inner) !important;
    max-width: var(--ys-inner) !important;
    grid-template-columns: minmax(0, 1fr) var(--ys-flow-right-w-final) !important;
    gap: clamp(48px, 4.2vw, 70px) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(44px, 3.6vw, 64px) 0 !important;
  }

  #ysAiccFlowV16 .ys-flow-copy,
  #ysAiccFlowV16 .ys-flow-visual {
    height: var(--ys-flow-box-h-final) !important;
    align-self: center !important;
  }

  #ysAiccFlowV16 .ys-flow-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  #ysAiccFlowV16 .ys-flow-progress {
    width: 100% !important;
    max-width: none !important;
    height: 4px !important;
    flex: 0 0 4px !important;
    margin-top: clamp(34px, 2.65vw, 46px) !important;
    margin-bottom: clamp(34px, 2.35vw, 44px) !important;
  }

  #ysAiccFlowV16 .ys-flow-panels {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }

  #ysAiccFlowV16 .ys-flow-panel {
    padding: clamp(34px, 3vw, 46px) clamp(34px, 3vw, 48px) !important;
    justify-content: flex-start !important;
  }

  #ysAiccFlowV16 .ys-flow-panel p {
    margin-top: clamp(15px, 1.15vw, 20px) !important;
  }

  #ysAiccFlowV16 .ys-flow-panel ul {
    margin-top: auto !important;
    padding-top: clamp(22px, 1.8vw, 30px) !important;
  }

  #ysAiccFlowV16 .ys-flow-visual {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: var(--ys-flow-tab-gap-final) !important;
    justify-self: stretch !important;
  }

  #ysAiccFlowV16 .ys-flow-photo {
    width: 100% !important;
    height: calc(var(--ys-flow-box-h-final) - var(--ys-flow-tab-h-final) - var(--ys-flow-tab-gap-final)) !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    flex: 0 0 calc(var(--ys-flow-box-h-final) - var(--ys-flow-tab-h-final) - var(--ys-flow-tab-gap-final)) !important;
  }

  #ysAiccFlowV16 .ys-flow-tabs {
    width: 100% !important;
    height: var(--ys-flow-tab-h-final) !important;
    min-height: var(--ys-flow-tab-h-final) !important;
    flex: 0 0 var(--ys-flow-tab-h-final) !important;
    gap: 9px !important;
  }

  #ysAiccFlowV16 .ys-flow-tabs button {
    height: var(--ys-flow-tab-h-final) !important;
    min-height: var(--ys-flow-tab-h-final) !important;
  }
}

@media (max-width: 1180px) {
  #ysAiccFlowV16 .ys-flow-visual {
    gap: 16px !important;
  }
}

/* =========================================================
  AICC V18.13 MOBILE FINAL CLEANUP
  - PC 확정 구조 유지
  - 모바일 간격 시스템 통일
  - 1:1 상담 / 관제실 첫 이미지 object-position 보정
  - 모바일 PDF A4 비율 보정
========================================================= */
@media (max-width: 767px) {
  #ysAiccBodyV16 {
    --ys-page-gutter: 18px !important;
    --ys-mobile-section-gap: 38px !important;
    --ys-mobile-block-gap: 18px !important;
    --ys-aicc-stack-gap: var(--ys-mobile-section-gap) !important;
    --ys-aicc-section-break: var(--ys-mobile-section-gap) !important;
    --ys-dark-block-gap: var(--ys-mobile-section-gap) !important;
    --fs-title: clamp(27px, 7.1vw, 34px) !important;
    --fs-sub-title: clamp(24px, 6.4vw, 30px) !important;
    --fs-card-title: 19px !important;
    --fs-body: 13.7px !important;
  }

  #ysAiccBodyV16 .ys-aicc-inner {
    width: var(--ys-inner) !important;
  }

  #ysAiccBodyV16 .ys-section-head,
  #ysAiccBodyV16 .ys-check-head,
  #ysAiccBodyV16 .ys-control-head {
    margin-bottom: 22px !important;
  }

  #ysAiccBodyV16 .ys-section-head h2,
  #ysAiccBodyV16 .ys-check-head h2,
  #ysAiccBodyV16 .ys-control-head h2 {
    font-size: clamp(25px, 6.9vw, 32px) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.062em !important;
  }

  #ysAiccBodyV16 .ys-section-head p,
  #ysAiccBodyV16 .ys-check-head p,
  #ysAiccBodyV16 .ys-control-head p {
    margin-top: 12px !important;
    font-size: 13.2px !important;
    line-height: 1.62 !important;
  }

  /* 센터장: 모바일 타이포와 과한 여백 축소 */
  #ysAiccDirectorV16 {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
  }

  #ysAiccBodyV16 .ys-director-board {
    gap: 18px !important;
  }

  #ysAiccBodyV16 .ys-director-profile-card,
  #ysAiccBodyV16 .ys-director-info-card {
    padding: 22px 18px !important;
    border-radius: 24px !important;
  }

  #ysAiccBodyV16 .ys-director-info-head h2 {
    font-size: clamp(25px, 6.8vw, 32px) !important;
    line-height: 1.28 !important;
    word-break: keep-all !important;
  }

  #ysAiccBodyV16 .ys-director-info-head p {
    font-size: 13.2px !important;
    line-height: 1.62 !important;
  }

  #ysAiccBodyV16 .ys-director-profile-info strong {
    font-size: clamp(32px, 8.5vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.075em !important;
  }

  #ysAiccBodyV16 .ys-director-profile-info p {
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  #ysAiccBodyV16 .ys-director-career-zone {
    margin-top: 20px !important;
    padding: 20px 16px !important;
    border-radius: 20px !important;
  }

  #ysAiccBodyV16 .ys-director-career li {
    font-size: 12.8px !important;
    line-height: 1.58 !important;
  }

  /* Flow: 모바일은 버튼을 내용 위에서 확인 가능하게 유지 + 간격만 압축 */
  #ysAiccFlowV16 .ys-flow-inner {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    gap: 18px !important;
  }

  #ysAiccFlowV16 .ys-flow-copy h2 {
    font-size: clamp(27px, 7.2vw, 34px) !important;
    line-height: 1.22 !important;
  }

  #ysAiccFlowV16 .ys-flow-lead {
    margin-top: 12px !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  #ysAiccFlowV16 .ys-flow-progress {
    margin-top: 20px !important;
    margin-bottom: 14px !important;
  }

  #ysAiccFlowV16 .ys-flow-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 14px !important;
  }

  #ysAiccFlowV16 .ys-flow-tabs button {
    min-height: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
  }

  #ysAiccFlowV16 .ys-flow-panels {
    min-height: 300px !important;
    margin-top: 0 !important;
    border-radius: 22px !important;
  }

  #ysAiccFlowV16 .ys-flow-panel {
    padding: 24px 20px !important;
    justify-content: flex-start !important;
  }

  #ysAiccFlowV16 .ys-flow-count {
    margin-bottom: 8px !important;
  }

  #ysAiccFlowV16 .ys-flow-count strong {
    font-size: 34px !important;
  }

  #ysAiccFlowV16 .ys-flow-panel h3 {
    margin-top: 8px !important;
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  #ysAiccFlowV16 .ys-flow-panel p {
    margin-top: 12px !important;
    font-size: 13.2px !important;
    line-height: 1.62 !important;
  }

  #ysAiccFlowV16 .ys-flow-panel ul {
    margin-top: 18px !important;
    padding-top: 0 !important;
    gap: 7px !important;
  }

  #ysAiccFlowV16 .ys-flow-panel li {
    min-height: 29px !important;
    padding: 0 10px !important;
    font-size: 11.5px !important;
  }

  #ysAiccFlowV16 .ys-flow-photo {
    aspect-ratio: 16 / 10.2 !important;
    border-radius: 20px !important;
  }

  /* 상담/1:1/PDF/검사: 같은 모바일 리듬 */
  #ysAiccCounselingV16,
  #ysAiccReportV16,
  #ysAiccPrecheckV16 {
    padding-top: var(--ys-mobile-section-gap) !important;
    padding-bottom: 0 !important;
  }

  #ysAiccBodyV16 .ys-planning-editorial,
  #ysAiccBodyV16 .ys-oneonone-block,
  #ysAiccBodyV16 .ys-pdf-block,
  #ysAiccBodyV16 .ys-check-wrap {
    margin-top: 0 !important;
    border-radius: 22px !important;
  }

  #ysAiccBodyV16 .ys-oneonone-block {
    margin-top: var(--ys-mobile-section-gap) !important;
    padding: 16px !important;
  }

  #ysAiccBodyV16 .ys-oneonone-photo {
    aspect-ratio: 16 / 10.4 !important;
    border-radius: 18px !important;
  }

  /* 1:1 마취상담 1번 사진 검은 영역 보정 */
  #ysAiccBodyV16 .ys-oneonone-photo img:first-of-type {
    object-position: center 66% !important;
  }

  #ysAiccBodyV16 .ys-caption-info {
    display: block !important;
    padding: 18px 0 0 !important;
  }

  #ysAiccBodyV16 .ys-caption-copy h3 {
    font-size: clamp(22px, 6.2vw, 28px) !important;
    line-height: 1.28 !important;
    word-break: keep-all !important;
  }

  #ysAiccBodyV16 .ys-caption-copy p {
    margin-top: 10px !important;
    font-size: 13.1px !important;
    line-height: 1.62 !important;
  }

  #ysAiccBodyV16 .ys-caption-list {
    padding-top: 18px !important;
  }

  #ysAiccBodyV16 .ys-caption-list strong {
    font-size: 17px !important;
  }

  #ysAiccBodyV16 .ys-caption-list ul {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  #ysAiccBodyV16 .ys-caption-list li {
    min-height: 42px !important;
    padding: 12px 12px 12px 38px !important;
    border-radius: 14px !important;
    font-size: 12.8px !important;
    line-height: 1.45 !important;
  }

  #ysAiccBodyV16 .ys-caption-list li::before {
    left: 12px !important;
    top: 12px !important;
    width: 17px !important;
    height: 17px !important;
  }

  /* PDF 모바일: 마진 과다 제거 + A4 세로 비율 정상화 */
  #ysAiccBodyV16 .ys-pdf-block {
    padding: 18px 16px !important;
    border-radius: 22px !important;
  }

  #ysAiccBodyV16 .ys-pdf-layout {
    display: block !important;
  }

  #ysAiccBodyV16 .ys-pdf-copy-panel {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
  }

  #ysAiccBodyV16 .ys-pdf-copy-panel h3 {
    margin-top: 10px !important;
    font-size: clamp(24px, 6.6vw, 30px) !important;
    line-height: 1.25 !important;
  }

  #ysAiccBodyV16 .ys-pdf-copy-panel p {
    margin-top: 10px !important;
    font-size: 13.1px !important;
    line-height: 1.62 !important;
  }

  #ysAiccBodyV16 .ys-pdf-config {
    margin-top: 18px !important;
    padding-top: 16px !important;
  }

  #ysAiccBodyV16 .ys-pdf-config strong {
    font-size: 18px !important;
  }

  #ysAiccBodyV16 .ys-pdf-config ul {
    display: grid !important;
    grid-template-rows: none !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  #ysAiccBodyV16 .ys-pdf-config li {
    min-height: 42px !important;
    height: auto !important;
    padding: 12px 12px 12px 38px !important;
    border-radius: 14px !important;
    font-size: 12.9px !important;
    line-height: 1.42 !important;
  }

  #ysAiccBodyV16 .ys-pdf-config li::before {
    left: 12px !important;
    width: 17px !important;
    height: 17px !important;
    font-size: 11px !important;
  }

  #ysAiccBodyV16 .ys-pdf-stage {
    margin-top: 18px !important;
    min-height: 0 !important;
    padding: 34px 32px 42px !important;
    border-radius: 20px !important;
  }

  #ysAiccBodyV16 .ys-pdf-single {
    width: min(72vw, 286px) !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    display: block !important;
  }

  #ysAiccBodyV16 .ys-pdf-canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    display: block !important;
    border-radius: 8px !important;
  }

  #ysAiccBodyV16 .ys-pdf-side {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 13px !important;
  }

  #ysAiccBodyV16 .ys-pdf-prev {
    left: 9px !important;
  }

  #ysAiccBodyV16 .ys-pdf-next {
    right: 9px !important;
  }

  #ysAiccBodyV16 .ys-pdf-status {
    bottom: 10px !important;
    min-width: 54px !important;
    height: 24px !important;
    font-size: 11px !important;
  }

  /* 검사 항목: 다른 섹션과 같은 여백, 영상검사 줄바꿈 정리 */
  #ysAiccBodyV16 .ys-check-wrap {
    padding: 20px 16px !important;
    border-radius: 22px !important;
  }

  #ysAiccPrecheckV16 .ys-check-head {
    margin-bottom: 22px !important;
  }

  #ysAiccBodyV16 .ys-check-grid {
    gap: 26px !important;
  }

  #ysAiccBodyV16 .ys-check-block + .ys-check-block {
    margin-top: 0 !important;
  }

  #ysAiccBodyV16 .ys-check-block h3 {
    margin-bottom: 12px !important;
    font-size: 16px !important;
    line-height: 1.34 !important;
  }

  #ysAiccBodyV16 .ys-check-table {
    gap: 8px !important;
  }

  #ysAiccBodyV16 .ys-check-row {
    display: block !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  #ysAiccBodyV16 .ys-check-row strong {
    min-height: 36px !important;
    width: 100% !important;
    padding: 0 13px !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 12.9px !important;
  }

  #ysAiccBodyV16 .ys-check-row p {
    display: block !important;
    padding: 12px 13px !important;
    text-align: left !important;
    font-size: 12.7px !important;
    line-height: 1.54 !important;
    word-break: keep-all !important;
  }

  #ysAiccBodyV16 .ys-check-row p em {
    display: block !important;
    margin-top: 6px !important;
    line-height: 1.52 !important;
  }

  #ysAiccBodyV16 .ys-check-notice {
    margin-top: 16px !important;
    padding: 15px !important;
    border-radius: 16px !important;
    font-size: 12.5px !important;
    line-height: 1.56 !important;
  }

  /* 다크 섹션: 모바일 간격 통일 + 첫 사진 위치 보정 */
  #ysAiccControlV16 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  #ysAiccControlV16 .ys-control-head {
    margin-bottom: 22px !important;
  }

  #ysAiccBodyV16 .ys-control-stack {
    gap: 22px !important;
  }

  #ysAiccBodyV16 .ys-control-photo,
  #ysAiccBodyV16 .ys-draeger-photo {
    aspect-ratio: 16 / 10 !important;
    border-radius: 20px !important;
  }

  /* 마취관제실과 장비 1번 사진만 위로 뜨는 문제 보정 */
  #ysAiccBodyV16 .ys-control-photo img:first-of-type {
    object-position: center 62% !important;
  }

  #ysAiccBodyV16 .ys-cms-outside,
  #ysAiccBodyV16 .ys-control-structure,
  #ysAiccBodyV16 .ys-draeger-block {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  #ysAiccBodyV16 .ys-cms-outside {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
  }

  #ysAiccBodyV16 .ys-cms-outside > span {
    width: 44px !important;
    height: 44px !important;
    font-size: 10px !important;
  }

  #ysAiccBodyV16 .ys-cms-outside strong {
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.1 !important;
  }

  #ysAiccBodyV16 .ys-cms-outside p {
    margin-top: 6px !important;
    font-size: 12.7px !important;
    line-height: 1.5 !important;
  }

  #ysAiccBodyV16 .ys-control-structure h3,
  #ysAiccBodyV16 .ys-draeger-head h3 {
    font-size: clamp(22px, 6.1vw, 28px) !important;
    line-height: 1.24 !important;
  }

  #ysAiccBodyV16 .ys-control-list,
  #ysAiccBodyV16 .ys-draeger-places {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  #ysAiccBodyV16 .ys-control-list article,
  #ysAiccBodyV16 .ys-draeger-places article {
    min-height: 0 !important;
    padding: 15px !important;
    border-radius: 15px !important;
  }

  #ysAiccBodyV16 .ys-control-list strong,
  #ysAiccBodyV16 .ys-draeger-places strong {
    font-size: 15.5px !important;
  }

  #ysAiccBodyV16 .ys-control-list p,
  #ysAiccBodyV16 .ys-draeger-places p {
    margin-top: 6px !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
  }

  #ysAiccBodyV16 .ys-draeger-block {
    margin-top: 0 !important;
  }

  #ysAiccBodyV16 .ys-draeger-head {
    margin-bottom: 16px !important;
  }

  /* 회복/마지막 섹션: 모바일 제목과 간격 축소 */
  #ysAiccPainV16 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  #ysAiccBodyV16 .ys-pain-board {
    padding: 18px 16px !important;
    border-radius: 22px !important;
  }

  #ysAiccBodyV16 .ys-pain-steps {
    gap: 8px !important;
  }

  #ysAiccBodyV16 .ys-pain-steps article {
    min-height: 128px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  #ysAiccGatewayV16 {
    padding-top: 42px !important;
    padding-bottom: 50px !important;
  }

  #ysAiccBodyV16 .ys-gateway-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #ysAiccBodyV16 .ys-gateway-card {
    min-height: 118px !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }
}



/* =========================================================
  AICC V18.17 MOBILE EDGE GAP FIX
  - 모바일에서 큰 카드 하단 여백을 카드 좌우 여백과 같은 값으로 맞춤
  - margin이 아니라 해당 섹션 내부 padding-bottom으로 처리해 섹션 배경색이 그대로 이어지게 함
  - 이전 보정에서 생길 수 있는 카드/그리드 margin-bottom은 제거
========================================================= */
@media (max-width: 767px) {
  #ysAiccBodyV16 {
    --ys-m-edge-gap: var(--ys-page-gutter, 18px) !important;
  }

  #ysAiccBodyV16 #ysAiccPrecheckV16.ys-aicc-section,
  #ysAiccBodyV16 #ysAiccPrecheckV16.ys-precheck {
    padding-bottom: var(--ys-m-edge-gap) !important;
  }

  #ysAiccBodyV16 #ysAiccControlV16.ys-aicc-section,
  #ysAiccBodyV16 #ysAiccControlV16.ys-control {
    padding-bottom: var(--ys-m-edge-gap) !important;
  }

  #ysAiccBodyV16 #ysAiccGatewayV16.ys-aicc-section,
  #ysAiccBodyV16 #ysAiccGatewayV16.ys-gateway {
    padding-bottom: var(--ys-m-edge-gap) !important;
  }

  #ysAiccBodyV16 #ysAiccPrecheckV16 .ys-check-wrap,
  #ysAiccBodyV16 #ysAiccControlV16 .ys-draeger-block,
  #ysAiccBodyV16 #ysAiccGatewayV16 .ys-gateway-grid {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  #ysAiccBodyV16 .ys-reveal,
  #ysAiccBodyV16 .ys-reveal-child {
    transform: translateY(14px);
    filter: blur(4px);
    transition:
      opacity 0.42s cubic-bezier(.22, 1, .36, 1),
      transform 0.42s cubic-bezier(.22, 1, .36, 1),
      filter 0.36s cubic-bezier(.22, 1, .36, 1);
  }
}

@media (max-width: 767px) {
  #ysAiccBodyV16 .ys-mobile-copy-lines {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    line-break: strict;
    text-wrap: pretty;
  }

  #ysAiccBodyV16 .ys-mobile-copy-lines br {
    display: none !important;
  }

  #ysAiccBodyV16 .ys-mobile-copy-lines span {
    display: block !important;
  }

  #ysAiccBodyV16 .ys-mobile-copy-lines span + span {
    margin-top: 3px;
  }

  #ysAiccBodyV16 .ys-pdf-copy-panel .ys-mobile-copy-lines,
  #ysAiccBodyV16 .ys-control-head .ys-mobile-copy-lines,
  #ysAiccBodyV16 .ys-draeger-head .ys-mobile-copy-lines {
    font-size: 13.4px !important;
    line-height: 1.68 !important;
    letter-spacing: -0.025em !important;
  }

  #ysAiccBodyV16 .ys-control-head .ys-mobile-copy-lines {
    max-width: 31em;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  #ysAiccBodyV16 .ys-cms-outside .ys-mobile-copy-lines,
  #ysAiccBodyV16 .ys-control-list .ys-mobile-copy-lines,
  #ysAiccBodyV16 .ys-draeger-places .ys-mobile-copy-lines {
    font-size: 12.9px !important;
    line-height: 1.58 !important;
    letter-spacing: -0.02em !important;
  }

  #ysAiccBodyV16 .ys-cms-outside .ys-mobile-copy-lines span,
  #ysAiccBodyV16 .ys-control-list .ys-mobile-copy-lines span,
  #ysAiccBodyV16 .ys-draeger-places .ys-mobile-copy-lines span {
    display: block !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  #ysAiccBodyV16,
  #ysAiccFlowV16,
  #ysAiccFlowV16 .ys-flow-pin,
  #ysAiccControlV16 {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  #ysAiccBodyV16 {
    touch-action: pan-y !important;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 767px) {
  #ysAiccDirectorV16,
  #ysAiccBodyV16 .ys-director-board,
  #ysAiccBodyV16 .ys-director-profile-card,
  #ysAiccFlowV16,
  #ysAiccFlowV16 .ys-flow-pin,
  #ysAiccFlowV16 .ys-flow-inner,
  #ysAiccFlowV16 .ys-flow-visual,
  #ysAiccBodyV16 .ys-auto-slider,
  #ysAiccBodyV16 .ys-planning-photo,
  #ysAiccBodyV16 .ys-oneonone-photo,
  #ysAiccBodyV16 .ys-control-photo,
  #ysAiccBodyV16 .ys-draeger-photo {
    touch-action: pan-y !important;
  }

  #ysAiccBodyV16 .ys-director-photo,
  #ysAiccFlowV16 .ys-flow-photo,
  #ysAiccBodyV16 .ys-auto-slider > :not(.ys-slider-arrow):not(.ys-slider-dots) {
    pointer-events: none !important;
    touch-action: pan-y !important;
    cursor: default !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #ysAiccBodyV16 .ys-director-photo *,
  #ysAiccFlowV16 .ys-flow-photo *,
  #ysAiccBodyV16 .ys-auto-slider img {
    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;
  }

  #ysAiccBodyV16 .ys-director-photo img,
  #ysAiccBodyV16 .ys-director-photo:hover img,
  #ysAiccFlowV16 .ys-flow-photo img,
  #ysAiccFlowV16 .ys-flow-photo:hover img,
  #ysAiccFlowV16 .ys-flow-photo:hover img.is-active,
  #ysAiccBodyV16 .ys-auto-slider img,
  #ysAiccBodyV16 .ys-auto-slider:hover img,
  #ysAiccBodyV16 .ys-auto-slider:hover img.is-active {
    clip-path: none !important;
    -webkit-clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  #ysAiccBodyV16 .ys-auto-slider,
  #ysAiccBodyV16 .ys-auto-slider.is-dragging {
    cursor: default !important;
  }

  #ysAiccBodyV16 .ys-auto-slider .ys-slider-dots,
  #ysAiccBodyV16 .ys-auto-slider .ys-slider-dots button,
  #ysAiccBodyV16 .ys-auto-slider .ys-slider-arrow {
    touch-action: pan-y !important;
  }

  #ysAiccFlowV16 .ys-flow-photo img {
    opacity: 0;
  }

  #ysAiccFlowV16 .ys-flow-photo img.is-active {
    opacity: 1;
  }
}

/* =========================================================
   AICC 006-1 - ONLINE REPORT PREVIEW
   - desktop: browser + overlapping phone
   - mobile: phone preview only
========================================================= */
#ysAiccReportV16 .ys-online-report {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(34px, 4.5vw, 72px);
  align-items: center;
  padding: clamp(34px, 3.7vw, 58px);
}

#ysAiccReportV16 .ys-online-report::before,
#ysAiccReportV16 .ys-online-report::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(16px);
}

#ysAiccReportV16 .ys-online-report::before {
  right: -130px;
  top: -160px;
  width: 440px;
  height: 440px;
  background: rgba(199,216,168,0.17);
}

#ysAiccReportV16 .ys-online-report::after {
  right: 28%;
  bottom: -190px;
  width: 360px;
  height: 360px;
  background: rgba(65,162,182,0.08);
}

#ysAiccReportV16 .ys-online-report-copy {
  position: relative;
  z-index: 3;
}

#ysAiccReportV16 .ys-online-report-copy h3 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-sub-title);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.062em;
}

#ysAiccReportV16 .ys-online-report-copy > p:not(.ys-report-sample-note) {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--ys-muted);
  font-size: var(--fs-body);
  line-height: 1.76;
  letter-spacing: -0.035em;
}

#ysAiccReportV16 .ys-report-preview-nav {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

#ysAiccReportV16 .ys-report-preview-title {
  display: block;
  margin-top: clamp(30px, 3.2vw, 48px);
  color: var(--ys-deep);
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 780;
  line-height: 1.3;
  letter-spacing: -0.055em;
}

#ysAiccReportV16 .ys-report-preview-nav button {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 13px;
  min-height: 70px;
  padding: 13px 42px 13px 13px;
  overflow: hidden;
  border: 1px solid rgba(34,50,38,0.09);
  border-radius: 18px;
  background: rgba(255,255,255,0.46);
  color: var(--ys-deep);
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.76);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

#ysAiccReportV16 .ys-report-preview-nav button::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  color: rgba(34,50,38,0.3);
  font-size: 16px;
  transform: translateY(-50%);
  transition: color 0.25s ease, transform 0.25s ease;
}

#ysAiccReportV16 .ys-report-preview-nav button > span {
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: rgba(34,50,38,0.06);
  color: rgba(34,50,38,0.48);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-report-preview-nav strong {
  align-self: end;
  font-size: 15px;
  font-weight: 790;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

#ysAiccReportV16 .ys-report-preview-nav small {
  align-self: start;
  margin-top: 2px;
  color: rgba(34,50,38,0.5);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

#ysAiccReportV16 .ys-report-preview-nav button:hover,
#ysAiccReportV16 .ys-report-preview-nav button.is-active {
  transform: translateX(4px);
  border-color: rgba(34,50,38,0.22);
  background: linear-gradient(135deg, rgba(34,50,38,0.98), rgba(49,72,55,0.96));
  color: var(--ys-ivory);
  box-shadow: 0 16px 38px rgba(34,50,38,0.14), inset 0 1px 0 rgba(255,255,255,0.1);
}

#ysAiccReportV16 .ys-report-preview-nav button:hover::after,
#ysAiccReportV16 .ys-report-preview-nav button.is-active::after {
  color: rgba(245,241,231,0.78);
  transform: translate(3px, -50%);
}

#ysAiccReportV16 .ys-report-preview-nav button:hover > span,
#ysAiccReportV16 .ys-report-preview-nav button.is-active > span {
  background: rgba(199,216,168,0.16);
  color: #dce9c6;
}

#ysAiccReportV16 .ys-report-preview-nav button:hover small,
#ysAiccReportV16 .ys-report-preview-nav button.is-active small {
  color: rgba(245,241,231,0.62);
}

#ysAiccReportV16 .ys-report-sample-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0 0;
  color: rgba(34,50,38,0.5);
  font-size: 11.5px;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

#ysAiccReportV16 .ys-report-sample-note span {
  flex: 0 0 auto;
  margin-top: 1px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(34,50,38,0.08);
  color: rgba(34,50,38,0.62);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

#ysAiccReportV16 .ys-report-device-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: clamp(610px, 43vw, 690px);
  padding-top: 54px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(199,216,168,0.22), transparent 34%),
    radial-gradient(circle at 86% 84%, rgba(42,163,183,0.12), transparent 32%),
    linear-gradient(145deg, rgba(231,235,225,0.72), rgba(255,255,255,0.22));
  box-shadow: inset 0 0 0 1px rgba(34,50,38,0.06);
}

#ysAiccReportV16 .ys-report-device-caption {
  position: absolute;
  left: 22px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(34,50,38,0.42);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

#ysAiccReportV16 .ys-report-device-caption i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #36a3b5;
  box-shadow: 0 0 0 4px rgba(54,163,181,0.1);
}

#ysAiccReportV16 .ys-report-browser {
  position: absolute;
  left: 22px;
  top: 58px;
  width: calc(100% - 100px);
  max-width: 760px;
  overflow: hidden;
  border: 1px solid rgba(12,24,47,0.16);
  border-radius: 16px;
  background: #f4f6f8;
  box-shadow: 0 30px 80px rgba(25,40,33,0.18), 0 8px 24px rgba(25,40,33,0.09);
}

#ysAiccReportV16 .ys-report-browser-bar {
  height: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 0 13px;
  background: #fff;
  border-bottom: 1px solid rgba(15,27,52,0.08);
  color: rgba(15,27,52,0.42);
  font-family: "Manrope", sans-serif;
}

#ysAiccReportV16 .ys-browser-dots {
  display: flex;
  gap: 5px;
}

#ysAiccReportV16 .ys-browser-dots i {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(15,27,52,0.16);
}

#ysAiccReportV16 .ys-browser-dots i:first-child { background: #f3a9a0; }
#ysAiccReportV16 .ys-browser-dots i:nth-child(2) { background: #edcf7c; }
#ysAiccReportV16 .ys-browser-dots i:last-child { background: #9bcba7; }

#ysAiccReportV16 .ys-browser-address {
  justify-self: center;
  width: min(76%, 430px);
  padding: 6px 12px;
  overflow: hidden;
  border-radius: 7px;
  background: #f4f6f8;
  font-size: 7px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ysAiccReportV16 .ys-browser-address b {
  color: #6e9c7c;
  font-size: 5px;
}

#ysAiccReportV16 .ys-report-browser-bar em {
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
}

#ysAiccReportV16 .ys-demo-report-screen {
  height: 508px;
  overflow: hidden;
  background: #f3f4f6;
  color: #111a31;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysAiccReportV16 .ys-demo-report-head {
  height: 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  background: #11192f;
  color: #fff;
}

#ysAiccReportV16 .ys-demo-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

#ysAiccReportV16 .ys-demo-brand img {
  width: 62px;
  max-height: 16px;
  object-fit: contain;
  object-position: left center;
}

#ysAiccReportV16 .ys-demo-brand span {
  overflow: hidden;
  color: rgba(255,255,255,0.58);
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ysAiccReportV16 .ys-demo-report-head nav {
  display: flex;
  gap: 10px;
}

#ysAiccReportV16 .ys-demo-report-head nav b {
  color: rgba(255,255,255,0.62);
  font-size: 6px;
  font-weight: 650;
}

#ysAiccReportV16 .ys-demo-online-badge {
  padding: 5px 8px;
  border-radius: 6px;
  background: linear-gradient(135deg, #47b4c4, #2798ae);
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

#ysAiccReportV16 .ys-demo-report-hero {
  height: 190px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr);
  align-items: center;
  gap: 24px;
  padding: 28px 42px;
  background:
    linear-gradient(90deg, rgba(29,46,83,0.92), rgba(8,17,38,0.96)),
    radial-gradient(circle at 14% 18%, #27457d, transparent 42%);
  color: #fff;
}

#ysAiccReportV16 .ys-demo-report-hero small,
#ysAiccReportV16 .ys-demo-section-title small,
#ysAiccReportV16 .ys-demo-exam-grid article > span,
#ysAiccReportV16 .ys-demo-plan-grid article > span,
#ysAiccReportV16 .ys-demo-guide-grid article > span {
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

#ysAiccReportV16 .ys-demo-report-hero small { color: rgba(255,255,255,0.5); }

#ysAiccReportV16 .ys-demo-report-hero h4 {
  margin: 9px 0 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.06em;
}

#ysAiccReportV16 .ys-demo-report-hero h4 strong { font-weight: 750; }

#ysAiccReportV16 .ys-demo-report-hero p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.54);
  font-size: 7px;
  line-height: 1.6;
}

#ysAiccReportV16 .ys-demo-report-hero dl {
  margin: 0;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  background: rgba(5,14,33,0.44);
  box-shadow: 0 12px 34px rgba(0,0,0,0.13);
}

#ysAiccReportV16 .ys-demo-report-hero dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#ysAiccReportV16 .ys-demo-report-hero dl div:last-child { border-bottom: 0; }
#ysAiccReportV16 .ys-demo-report-hero dt { color: rgba(255,255,255,0.48); font-size: 6px; }
#ysAiccReportV16 .ys-demo-report-hero dd { margin: 0; font-size: 7px; font-weight: 780; }
#ysAiccReportV16 .ys-demo-report-hero dl div:first-child dt { letter-spacing: 0.12em; }
#ysAiccReportV16 .ys-demo-report-hero dl div:first-child dd { font-size: 10px; }

#ysAiccReportV16 .ys-demo-report-body {
  min-height: 284px;
  padding: 24px 42px 30px;
  background: #f4f5f7;
}

#ysAiccReportV16 .ys-demo-preview-panel,
#ysAiccReportV16 .ys-phone-preview-panel {
  display: none;
}

#ysAiccReportV16 .ys-demo-preview-panel.is-active,
#ysAiccReportV16 .ys-phone-preview-panel.is-active {
  display: block;
  animation: ysReportPreviewIn 0.38s cubic-bezier(.22,1,.36,1) both;
}

@keyframes ysReportPreviewIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

#ysAiccReportV16 .ys-demo-section-title,
#ysAiccReportV16 .ys-phone-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

#ysAiccReportV16 .ys-demo-section-title > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #11192f;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 7px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-demo-section-title small { color: #558096; }

#ysAiccReportV16 .ys-demo-section-title h5 {
  margin: 3px 0 0;
  color: #11192f;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

#ysAiccReportV16 .ys-demo-question-card {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17,25,47,0.04);
}

#ysAiccReportV16 .ys-demo-question-progress {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 8px;
}

#ysAiccReportV16 .ys-demo-question-progress em { color: #2f71d1; font-style: normal; font-weight: 800; }

#ysAiccReportV16 .ys-demo-question-tabs {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 5px;
  padding: 7px;
  background: #f6f7fa;
}

#ysAiccReportV16 .ys-demo-question-tabs b {
  padding: 8px 6px;
  border-radius: 6px;
  color: rgba(17,25,47,0.48);
  font-size: 6px;
  text-align: center;
}

#ysAiccReportV16 .ys-demo-question-tabs b.is-active {
  background: #eaf1ff;
  color: #2868c5;
  box-shadow: inset 0 0 0 1px #c8d9f6;
}

#ysAiccReportV16 .ys-demo-question-card > p {
  margin: 0;
  padding: 12px 14px;
  color: rgba(17,25,47,0.56);
  font-size: 7px;
}

#ysAiccReportV16 .ys-demo-exam-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

#ysAiccReportV16 .ys-demo-exam-grid article {
  position: relative;
  min-height: 102px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 12px;
  background: #fff;
}

#ysAiccReportV16 .ys-demo-exam-grid article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 64px;
  height: 64px;
  border-radius: 99px;
  background: rgba(65,162,182,0.1);
}

#ysAiccReportV16 .ys-demo-exam-grid article > span { color: #5790a7; }
#ysAiccReportV16 .ys-demo-exam-grid article strong { display: block; margin-top: 12px; color: #11192f; font-size: 12px; }
#ysAiccReportV16 .ys-demo-exam-grid article small { display: block; margin-top: 5px; color: rgba(17,25,47,0.48); font-size: 7px; }

#ysAiccReportV16 .ys-demo-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

#ysAiccReportV16 .ys-demo-plan-grid article {
  min-height: 112px;
  padding: 14px 16px;
  border-radius: 12px;
}

#ysAiccReportV16 .ys-demo-plan-grid article.is-risk { background: #eef1f5; border: 1px solid rgba(17,25,47,0.07); }
#ysAiccReportV16 .ys-demo-plan-grid article.is-action { background: #e8f3f3; border: 1px solid rgba(65,162,182,0.14); }
#ysAiccReportV16 .ys-demo-plan-grid article > span { color: #5c8798; }
#ysAiccReportV16 .ys-demo-plan-grid article > strong { display: block; margin: 7px 0 9px; color: #11192f; font-size: 11px; }
#ysAiccReportV16 .ys-demo-plan-grid article p { display: flex; align-items: center; gap: 7px; margin: 5px 0 0; color: rgba(17,25,47,0.63); font-size: 7px; }
#ysAiccReportV16 .ys-demo-plan-grid article p b { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 5px; background: rgba(17,25,47,0.07); font-family: "Manrope", sans-serif; font-size: 5px; }

#ysAiccReportV16 .ys-demo-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

#ysAiccReportV16 .ys-demo-guide-grid article {
  min-height: 105px;
  padding: 14px 12px;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 12px;
  background: #fff;
}

#ysAiccReportV16 .ys-demo-guide-grid article > span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 7px;
  background: #11192f;
  color: #fff;
}

#ysAiccReportV16 .ys-demo-guide-grid article > strong {
  display: block;
  margin-top: 12px;
  color: #11192f;
  font-size: 10px;
  letter-spacing: -0.035em;
}

#ysAiccReportV16 .ys-demo-guide-grid article > small {
  display: block;
  margin-top: 5px;
  color: rgba(17,25,47,0.48);
  font-size: 6.5px;
  line-height: 1.45;
}

#ysAiccReportV16 .ys-report-phone {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 18px;
  width: clamp(214px, 16vw, 246px);
  height: clamp(465px, 34.4vw, 526px);
  padding: 8px;
  border: 1px solid rgba(8,13,23,0.9);
  border-radius: 36px;
  background: linear-gradient(145deg, #1d2637, #080d17);
  box-shadow: 0 38px 76px rgba(17,25,47,0.27), 0 10px 24px rgba(17,25,47,0.18);
}

#ysAiccReportV16 .ys-report-phone-hardware {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 13px;
  width: 72px;
  height: 18px;
  border-radius: 999px;
  background: #080d17;
  transform: translateX(-50%);
}

#ysAiccReportV16 .ys-report-phone-hardware i,
#ysAiccReportV16 .ys-report-phone-hardware b {
  position: absolute;
  top: 7px;
  height: 4px;
  border-radius: 99px;
  background: #222b39;
}

#ysAiccReportV16 .ys-report-phone-hardware i { left: 24px; width: 26px; }
#ysAiccReportV16 .ys-report-phone-hardware b { right: 10px; width: 4px; background: #263c56; }

#ysAiccReportV16 .ys-report-phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 29px;
  background: #11192f;
  color: #11192f;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysAiccReportV16 .ys-report-phone-screen > header {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 12px 8px;
  background: #11192f;
}

#ysAiccReportV16 .ys-report-phone-screen > header img {
  width: 88px;
  max-height: 22px;
  object-fit: contain;
  object-position: left center;
}

#ysAiccReportV16 .ys-report-phone-screen > header span {
  padding: 4px 6px;
  border-radius: 5px;
  background: #319db2;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

#ysAiccReportV16 .ys-report-phone-screen > nav {
  height: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0 8px;
  background: #17213a;
}

#ysAiccReportV16 .ys-report-phone-screen > nav b {
  position: relative;
  color: rgba(255,255,255,0.5);
  font-size: 7px;
  font-weight: 650;
  text-align: center;
}

#ysAiccReportV16 [data-report-active="questionnaire"] .ys-report-phone-screen > nav b:first-child,
#ysAiccReportV16 [data-report-active="exam"] .ys-report-phone-screen > nav b:nth-child(2),
#ysAiccReportV16 [data-report-active="guide"] .ys-report-phone-screen > nav b:nth-child(3) { color: #fff; }

#ysAiccReportV16 [data-report-active="questionnaire"] .ys-report-phone-screen > nav b:first-child::after,
#ysAiccReportV16 [data-report-active="exam"] .ys-report-phone-screen > nav b:nth-child(2)::after,
#ysAiccReportV16 [data-report-active="guide"] .ys-report-phone-screen > nav b:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #42afc0;
  transform: translateX(-50%);
}

#ysAiccReportV16 .ys-phone-preview-panel {
  height: calc(100% - 84px);
  overflow: hidden;
}

#ysAiccReportV16 .ys-phone-hero {
  padding: 20px 16px 18px;
  background: linear-gradient(145deg, #1d315d, #09132b 78%);
  color: #fff;
}

#ysAiccReportV16 .ys-phone-hero small,
#ysAiccReportV16 .ys-phone-profile > span,
#ysAiccReportV16 .ys-phone-mini-card small,
#ysAiccReportV16 .ys-phone-section-title small,
#ysAiccReportV16 .ys-phone-exam-card > span,
#ysAiccReportV16 .ys-phone-plan-card > span {
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

#ysAiccReportV16 .ys-phone-hero small { color: rgba(255,255,255,0.47); }
#ysAiccReportV16 .ys-phone-hero h4 { margin: 8px 0 0; font-size: 19px; font-weight: 300; line-height: 1.22; letter-spacing: -0.055em; }
#ysAiccReportV16 .ys-phone-hero h4 strong { font-weight: 780; }
#ysAiccReportV16 .ys-phone-hero p { margin: 9px 0 0; color: rgba(255,255,255,0.54); font-size: 7px; line-height: 1.5; }

#ysAiccReportV16 .ys-phone-profile {
  margin: -7px 12px 0;
  padding: 13px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(17,25,47,0.08);
}

#ysAiccReportV16 .ys-phone-profile > span { color: #588ca1; }
#ysAiccReportV16 .ys-phone-profile > strong { float: right; color: #11192f; font-size: 12px; }
#ysAiccReportV16 .ys-phone-profile dl { clear: both; margin: 10px 0 0; }
#ysAiccReportV16 .ys-phone-profile dl div { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px solid rgba(17,25,47,0.07); }
#ysAiccReportV16 .ys-phone-profile dt { color: rgba(17,25,47,0.47); font-size: 7px; }
#ysAiccReportV16 .ys-phone-profile dd { margin: 0; font-size: 7px; font-weight: 760; }

#ysAiccReportV16 .ys-phone-mini-card {
  display: flex;
  gap: 10px;
  margin: 11px 12px 0;
  padding: 13px;
  border-radius: 12px;
  background: #fff;
}

#ysAiccReportV16 .ys-phone-mini-card > span,
#ysAiccReportV16 .ys-phone-section-title > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  background: #11192f;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 7px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-phone-mini-card small { display: block; color: #588ca1; }
#ysAiccReportV16 .ys-phone-mini-card strong { display: block; margin-top: 4px; color: #11192f; font-size: 10px; }
#ysAiccReportV16 .ys-phone-mini-card p { margin: 5px 0 0; color: rgba(17,25,47,0.5); font-size: 7px; line-height: 1.45; }

#ysAiccReportV16 .ys-phone-section-title { padding: 20px 14px 12px; }
#ysAiccReportV16 .ys-phone-section-title small { display: block; color: #588ca1; }
#ysAiccReportV16 .ys-phone-section-title strong { display: block; margin-top: 4px; font-size: 12px; letter-spacing: -0.04em; }

#ysAiccReportV16 .ys-phone-exam-card,
#ysAiccReportV16 .ys-phone-plan-card,
#ysAiccReportV16 .ys-phone-guide-card {
  margin: 9px 12px 0;
  padding: 14px;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 13px;
  background: #fff;
}

#ysAiccReportV16 .ys-phone-exam-card > span,
#ysAiccReportV16 .ys-phone-plan-card > span { color: #588ca1; }
#ysAiccReportV16 .ys-phone-exam-card > strong,
#ysAiccReportV16 .ys-phone-plan-card > strong { display: block; margin-top: 7px; font-size: 11px; }
#ysAiccReportV16 .ys-phone-exam-card > p { margin: 5px 0 10px; color: rgba(17,25,47,0.5); font-size: 7px; line-height: 1.5; }
#ysAiccReportV16 .ys-phone-exam-card > i { display: flex; gap: 5px; height: 42px; }
#ysAiccReportV16 .ys-phone-exam-card > i b { flex: 1; border-radius: 6px; background: linear-gradient(145deg, #dce4e7, #aebdc2); }

#ysAiccReportV16 .ys-phone-plan-card.is-risk { background: #eef1f5; }
#ysAiccReportV16 .ys-phone-plan-card.is-action { background: #e8f3f3; border-color: rgba(65,162,182,0.16); }
#ysAiccReportV16 .ys-phone-plan-card p { display: flex; align-items: center; gap: 8px; margin: 9px 0 0; color: rgba(17,25,47,0.62); font-size: 8px; }
#ysAiccReportV16 .ys-phone-plan-card p b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 6px; background: rgba(17,25,47,0.08); font-family: "Manrope", sans-serif; font-size: 6px; }

#ysAiccReportV16 .ys-phone-guide-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
}

#ysAiccReportV16 .ys-phone-guide-card > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #11192f;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-phone-guide-card strong {
  display: block;
  color: #11192f;
  font-size: 9px;
}

#ysAiccReportV16 .ys-phone-guide-card p {
  margin: 3px 0 0;
  color: rgba(17,25,47,0.5);
  font-size: 7px;
}

@media (max-width: 1180px) {
  #ysAiccReportV16 .ys-online-report {
    grid-template-columns: 1fr;
  }

  #ysAiccReportV16 .ys-report-preview-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
  }

  #ysAiccReportV16 .ys-report-preview-nav button {
    grid-template-columns: 36px 1fr;
    min-width: 0;
    padding-right: 28px;
  }

  #ysAiccReportV16 .ys-report-preview-nav button > span {
    width: 36px;
    height: 36px;
  }

  #ysAiccReportV16 .ys-report-device-stage {
    min-height: 690px;
  }

  #ysAiccReportV16 .ys-report-browser {
    width: calc(100% - 116px);
  }

  #ysAiccReportV16 .ys-report-phone {
    width: 242px;
    height: 520px;
  }
}

@media (max-width: 767px) {
  #ysAiccReportV16 .ys-online-report {
    gap: 24px;
    padding: 22px 16px 20px;
    overflow: hidden;
    border-radius: 24px;
    background-clip: padding-box;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-clip-path: inset(0 round 24px);
    clip-path: inset(0 round 24px);
    transform: translateZ(0);
  }

  #ysAiccReportV16 .ys-online-report-copy h3 {
    margin-top: 10px;
    font-size: clamp(25px, 7vw, 31px);
  }

  #ysAiccReportV16 .ys-online-report-copy > p:not(.ys-report-sample-note) {
    margin-top: 11px;
    font-size: 13.4px;
    line-height: 1.67;
  }

  #ysAiccReportV16 .ys-report-preview-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
  }

  #ysAiccReportV16 .ys-report-preview-title {
    margin-top: 20px;
    font-size: 18px;
  }

  #ysAiccReportV16 .ys-report-preview-nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 88px;
    padding: 9px 5px;
    border-radius: 14px;
    text-align: center;
  }

  #ysAiccReportV16 .ys-report-preview-nav button::after,
  #ysAiccReportV16 .ys-report-preview-nav small {
    display: none;
  }

  #ysAiccReportV16 .ys-report-preview-nav button > span {
    width: 28px;
    height: 28px;
    font-size: 9px;
    border-radius: 9px;
  }

  #ysAiccReportV16 .ys-report-preview-nav strong {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 31px;
    font-size: 11.5px;
    line-height: 1.34;
    text-align: center;
  }

  #ysAiccReportV16 .ys-report-preview-nav button:hover,
  #ysAiccReportV16 .ys-report-preview-nav button.is-active {
    transform: none;
  }

  #ysAiccReportV16 .ys-report-sample-note {
    margin-top: 13px;
    font-size: 10.5px;
  }

  #ysAiccReportV16 .ys-report-device-stage {
    display: grid;
    place-items: center;
    min-height: 620px;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    -webkit-clip-path: inset(0 round 22px);
    clip-path: inset(0 round 22px);
    background:
      radial-gradient(circle at 50% 6%, rgba(199,216,168,0.2), transparent 34%),
      linear-gradient(145deg, rgba(231,235,225,0.7), rgba(255,255,255,0.22));
  }

  #ysAiccReportV16 .ys-report-device-caption,
  #ysAiccReportV16 .ys-report-browser {
    display: none;
  }

  #ysAiccReportV16 .ys-report-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(calc(100% - 34px), 326px);
    height: 562px;
    margin: 0;
    border-radius: 38px;
    box-shadow: 0 12px 22px rgba(17,25,47,0.2), 0 4px 10px rgba(17,25,47,0.12);
    transform: translateZ(0);
  }

  #ysAiccReportV16 .ys-report-phone-screen {
    border-radius: 31px;
  }

  #ysAiccReportV16 .ys-phone-hero {
    padding: 22px 18px 20px;
  }

  #ysAiccReportV16 .ys-phone-hero h4 {
    font-size: 23px;
  }

  #ysAiccReportV16 .ys-phone-hero p,
  #ysAiccReportV16 .ys-phone-profile dt,
  #ysAiccReportV16 .ys-phone-profile dd,
  #ysAiccReportV16 .ys-phone-mini-card p,
  #ysAiccReportV16 .ys-phone-exam-card > p {
    font-size: 8px;
  }

  #ysAiccReportV16 .ys-phone-profile,
  #ysAiccReportV16 .ys-phone-mini-card,
  #ysAiccReportV16 .ys-phone-exam-card,
  #ysAiccReportV16 .ys-phone-plan-card,
  #ysAiccReportV16 .ys-phone-guide-card {
    margin-left: 14px;
    margin-right: 14px;
  }
}

/* Actual issued report content inside the device mockups */
#ysAiccReportV16 .ys-live-report {
  height: 508px;
  overflow: hidden;
  background: #f4f5f7;
  color: #11192f;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysAiccReportV16 .ys-live-report-header {
  height: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  background: #11192f;
  color: #fff;
}

#ysAiccReportV16 .ys-live-report-header > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

#ysAiccReportV16 .ys-live-report-header img {
  width: 68px;
  height: auto;
}

#ysAiccReportV16 .ys-live-report-header strong {
  color: #fff;
  font-size: 7px;
  white-space: nowrap;
}

#ysAiccReportV16 .ys-live-report-header strong span {
  color: rgba(255,255,255,0.54);
  font-weight: 500;
}

#ysAiccReportV16 .ys-live-report-header nav {
  display: flex;
  gap: 11px;
}

#ysAiccReportV16 .ys-live-report-header nav b {
  color: rgba(255,255,255,0.64);
  font-size: 6px;
  font-weight: 650;
}

#ysAiccReportV16 .ys-live-report-header > em {
  padding: 5px 8px;
  border-radius: 6px;
  background: linear-gradient(135deg, #47b4c4, #2798ae);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-style: normal;
  font-weight: 850;
}

#ysAiccReportV16 .ys-live-report-panels {
  height: calc(100% - 34px);
}

#ysAiccReportV16 .ys-live-report-pc .ys-live-report-panels {
  width: 69.444%;
  transform: scale(1.44);
  transform-origin: left top;
}

#ysAiccReportV16 .ys-live-panel {
  display: none;
  height: 100%;
  padding: 28px 34px 34px;
  overflow: hidden;
  background: #f4f5f7;
}

#ysAiccReportV16 .ys-live-panel.is-active {
  display: block;
  animation: ysReportPreviewIn 0.38s cubic-bezier(.22,1,.36,1) both;
}

#ysAiccReportV16 .ys-live-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

#ysAiccReportV16 .ys-live-heading > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(17,25,47,0.09);
  border-radius: 7px;
  background: #fff;
  color: #4a6078;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-live-heading small,
#ysAiccReportV16 .ys-live-exam-head small,
#ysAiccReportV16 .ys-live-question-title small {
  display: block;
  color: #5a778c;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

#ysAiccReportV16 .ys-live-heading h4 {
  margin: 4px 0 0;
  color: #11192f;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

#ysAiccReportV16 .ys-live-questionnaire {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17,25,47,0.04);
}

#ysAiccReportV16 .ys-live-questionnaire > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 15px;
}

#ysAiccReportV16 .ys-live-questionnaire > header strong { font-size: 9px; }
#ysAiccReportV16 .ys-live-questionnaire > header em { color: #2b6ed1; font-size: 8px; font-style: normal; font-weight: 850; }

#ysAiccReportV16 .ys-live-question-steps {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.1fr 1fr;
  gap: 5px;
  padding: 7px;
  border-top: 1px solid rgba(17,25,47,0.05);
  border-bottom: 1px solid rgba(17,25,47,0.06);
  background: #f6f7fa;
}

#ysAiccReportV16 .ys-live-question-steps b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 28px;
  padding: 5px;
  border-radius: 7px;
  color: rgba(17,25,47,0.5);
  font-size: 6px;
  font-weight: 650;
  text-align: center;
}

#ysAiccReportV16 .ys-live-question-steps b i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #fff;
  color: rgba(17,25,47,0.64);
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-style: normal;
}

#ysAiccReportV16 .ys-live-question-steps b.is-active {
  background: #eaf1ff;
  color: #2868c5;
  box-shadow: inset 0 0 0 1px #c8d9f6;
}

#ysAiccReportV16 .ys-live-question-steps b.is-active i { background: #2d72d5; color: #fff; }

#ysAiccReportV16 .ys-live-question-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px 7px;
}

#ysAiccReportV16 .ys-live-question-title > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #11192f;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 6px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-live-question-title strong { display: block; margin-top: 3px; font-size: 9px; }

#ysAiccReportV16 .ys-live-question {
  margin: 7px 14px 0;
  padding: 11px 12px;
  border: 1px solid rgba(17,25,47,0.06);
  border-radius: 10px;
  background: #fbfcfd;
}

#ysAiccReportV16 .ys-live-question > strong { display: block; font-size: 7px; }
#ysAiccReportV16 .ys-live-question > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
#ysAiccReportV16 .ys-live-question > div span { padding: 6px 8px; border: 1px solid rgba(17,25,47,0.08); border-radius: 6px; background: #fff; color: rgba(17,25,47,0.5); font-size: 6px; }
#ysAiccReportV16 .ys-live-question > div span.is-selected { border-color: #2d72d5; color: #225fac; box-shadow: inset 0 0 0 1px rgba(45,114,213,0.28); }

#ysAiccReportV16 .ys-live-exam-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 18px;
}

#ysAiccReportV16 .ys-live-exam-head strong { display: block; margin-top: 4px; font-size: 12px; }
#ysAiccReportV16 .ys-live-exam-head em { padding: 5px 8px; border-radius: 999px; background: #e9eef2; color: #5c7484; font-size: 6px; font-style: normal; font-weight: 800; }

#ysAiccReportV16 .ys-live-exam-card {
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid rgba(17,25,47,0.07);
  border-radius: 13px;
  background: #fff;
}

#ysAiccReportV16 .ys-live-exam-card > header {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

#ysAiccReportV16 .ys-live-exam-card > header strong { font-size: 10px; }
#ysAiccReportV16 .ys-live-exam-card > header span { color: #5c7484; font-size: 6px; }

#ysAiccReportV16 .ys-live-radiographs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  background: #09111f;
}

#ysAiccReportV16 .ys-live-radiographs img {
  width: 100%;
  height: 112px;
  border-radius: 7px;
  background: #050a13;
  object-fit: cover;
}

#ysAiccReportV16 .ys-live-finding { padding: 13px 14px 16px; }
#ysAiccReportV16 .ys-live-finding strong { font-size: 9px; }
#ysAiccReportV16 .ys-live-finding p { margin: 7px 0 0; color: rgba(17,25,47,0.58); font-size: 6px; line-height: 1.7; }

#ysAiccReportV16 .ys-live-panel.is-dark {
  background: #111a35;
  color: #fff;
}

#ysAiccReportV16 .ys-live-panel.is-dark .ys-live-heading > span {
  border-color: rgba(255,255,255,0.1);
  background: #1d2847;
  color: #dfe8ff;
}

#ysAiccReportV16 .ys-live-panel.is-dark .ys-live-heading small { color: #8397bb; }
#ysAiccReportV16 .ys-live-panel.is-dark .ys-live-heading h4 { color: #fff; }

#ysAiccReportV16 .ys-live-process {
  margin-top: 17px;
  padding: 6px 15px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
}

#ysAiccReportV16 .ys-live-process article {
  display: grid;
  grid-template-columns: 30px 130px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 67px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#ysAiccReportV16 .ys-live-process article:last-child { border-bottom: 0; }
#ysAiccReportV16 .ys-live-process article > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 99px; background: #213764; color: #fff; font-family: "Manrope", sans-serif; font-size: 6px; font-weight: 850; box-shadow: inset 0 0 0 1px rgba(105,151,232,0.25); }
#ysAiccReportV16 .ys-live-process article div strong { display: block; color: #fff; font-size: 9px; }
#ysAiccReportV16 .ys-live-process article div small { display: block; margin-top: 5px; color: #8799bc; font-size: 6px; }
#ysAiccReportV16 .ys-live-process article p { margin: 0; color: rgba(255,255,255,0.62); font-size: 6.5px; line-height: 1.65; }

#ysAiccReportV16 .ys-live-plan-lede {
  margin: 8px 0 0 33px;
  color: rgba(17,25,47,0.52);
  font-size: 6.5px;
  line-height: 1.55;
}

#ysAiccReportV16 .ys-live-plan-board {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(17,25,47,0.08);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17,25,47,0.04);
}

#ysAiccReportV16 .ys-live-plan-group + .ys-live-plan-group {
  border-top: 1px solid #dfe5ec;
}

#ysAiccReportV16 .ys-live-plan-group > header {
  padding: 9px 13px 8px;
  border-bottom: 1px solid #e5e9ee;
  background: #f9fafb;
}

#ysAiccReportV16 .ys-live-plan-group.is-care > header {
  background: #f3f7fb;
}

#ysAiccReportV16 .ys-live-plan-group > header small,
#ysAiccReportV16 .ys-live-important-note > small {
  display: block;
  margin-bottom: 4px;
  color: #7186a3;
  font-family: "Manrope", sans-serif;
  font-size: 5.5px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

#ysAiccReportV16 .ys-live-plan-group > header strong {
  color: #18233b;
  font-size: 9px;
}

#ysAiccReportV16 .ys-live-plan-group > div article {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  min-height: 31px;
  align-items: center;
  border-bottom: 1px solid #e8ebef;
}

#ysAiccReportV16 .ys-live-plan-group > div article:last-child {
  border-bottom: 0;
}

#ysAiccReportV16 .ys-live-plan-group article > span {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-right: 1px solid #e5e9ee;
  color: #607d9f;
  font-family: "Manrope", sans-serif;
  font-size: 5.5px;
  font-weight: 850;
}

#ysAiccReportV16 .ys-live-plan-group article > b {
  padding: 8px 11px;
  color: #1a243a;
  font-size: 7px;
  line-height: 1.45;
}

#ysAiccReportV16 .ys-live-important-note {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #e1cfc9;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f5e9e5);
}

#ysAiccReportV16 .ys-live-important-note > small {
  color: #9c6a60;
}

#ysAiccReportV16 .ys-live-important-note > strong {
  display: block;
  color: #11182b;
  font-size: 9px;
}

#ysAiccReportV16 .ys-live-important-note > p {
  margin: 6px 0 0;
  color: #5f5d65;
  font-size: 6px;
  line-height: 1.65;
}

#ysAiccReportV16 .ys-live-report-mobile {
  height: 100%;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-report-header {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 12px 8px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-report-header img { width: 92px; }

#ysAiccReportV16 .ys-live-report-mobile .ys-live-mobile-patient {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  margin-right: 5px;
  color: #fff;
  font-size: 6.5px;
  line-height: 1;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-mobile-patient small {
  color: rgba(255,255,255,0.48);
  font-size: 5px;
  font-weight: 550;
}

#ysAiccReportV16 .ys-live-mobile-nav {
  height: 34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 0 6px;
  background: #17213a;
}

#ysAiccReportV16 .ys-live-mobile-nav b {
  color: rgba(255,255,255,0.58);
  font-size: 5.5px;
  font-weight: 650;
  text-align: center;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-report-panels {
  height: calc(100% - 84px);
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-panel {
  padding: 18px 10px 24px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-heading {
  gap: 8px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-heading h4 {
  font-size: 17px;
}

#ysAiccReportV16 .ys-live-report-mobile [data-report-panel="guide"] .ys-live-heading h4 {
  font-size: 14px;
  letter-spacing: -0.065em;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-questionnaire {
  margin-top: 14px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-question-steps {
  grid-template-columns: 1fr 1fr;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-question-steps b {
  justify-content: flex-start;
  gap: 4px;
  padding: 2px;
  overflow: hidden;
  font-size: 5.5px;
  letter-spacing: -0.04em;
  text-align: left;
  white-space: nowrap;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-question-steps b i {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  font-size: 5px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-question {
  margin-left: 9px;
  margin-right: 9px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-question > strong { font-size: 6.5px; }
#ysAiccReportV16 .ys-live-report-mobile .ys-live-question > div span { padding: 6px; font-size: 5.5px; }

#ysAiccReportV16 .ys-live-report-mobile .ys-live-radiographs {
  display: flex;
  overflow: hidden;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-radiographs img {
  flex: 0 0 88%;
  height: 170px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-finding p {
  font-size: 6.5px;
  line-height: 1.8;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-process {
  margin-top: 14px;
  padding: 5px 11px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-process article {
  grid-template-columns: 28px 1fr;
  gap: 9px;
  min-height: 0;
  padding: 12px 0;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-process article p {
  grid-column: 2;
  margin-top: 4px;
  font-size: 6.5px;
  line-height: 1.75;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-lede {
  margin: 7px 0 0 32px;
  font-size: 6px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-board {
  margin-top: 11px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-group > header {
  padding: 10px 11px 9px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-group > header strong {
  font-size: 8px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-group > div article {
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 38px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-plan-group article > b {
  padding: 9px 10px;
  font-size: 6.5px;
  line-height: 1.5;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-important-note {
  padding: 11px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-important-note > strong {
  font-size: 8px;
}

#ysAiccReportV16 .ys-live-report-mobile .ys-live-important-note > p {
  font-size: 6px;
  line-height: 1.7;
}

/* 006-1 tablet flow: use the mobile-approved landscape crop across the one-column tablet layout. */
@media (min-width: 768px) and (max-width: 1180px) {
  #ysAiccFlowV16 .ys-flow-visual {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #ysAiccFlowV16 .ys-flow-photo {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 10.2 !important;
  }

  #ysAiccFlowV16 .ys-flow-tabs {
    width: 100% !important;
  }
}

/* Elementor-safe typography and crop for the report preview only. */
#ysAiccReportV16 .ys-live-report {
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif !important;
}

#ysAiccReportV16 .ys-live-heading h4,
#ysAiccReportV16 .ys-live-questionnaire > header strong,
#ysAiccReportV16 .ys-live-question-title strong,
#ysAiccReportV16 .ys-live-exam-head strong,
#ysAiccReportV16 .ys-live-exam-card > header strong,
#ysAiccReportV16 .ys-live-finding > strong,
#ysAiccReportV16 .ys-live-plan-group > header strong,
#ysAiccReportV16 .ys-live-important-note > strong {
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif !important;
  font-weight: 850 !important;
}

#ysAiccReportV16 .ys-live-heading h4 {
  line-height: 1.15 !important;
}

#ysAiccReportV16 .ys-live-finding > p {
  margin: 7px 0 0 !important;
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif !important;
  line-height: 1.7 !important;
}

#ysAiccReportV16 .ys-live-report-pc .ys-live-radiographs img {
  height: 98px;
}

#ysAiccReportV16 .ys-live-report-pc .ys-live-finding {
  padding-top: 11px;
}

@media (prefers-reduced-motion: reduce) {
  #ysAiccReportV16 .ys-demo-preview-panel.is-active,
  #ysAiccReportV16 .ys-phone-preview-panel.is-active {
    animation: none;
  }
}
