/* eye-dental center: production-matched page styles */
html.ys-od-panel-lock,
body.ys-od-panel-lock { overflow: hidden !important; }

#ysOdCenterV9,
#ysOdCenterV9 * { box-sizing: border-box; }

#ysOdCenterV9 {
  --ys-bg: #F8F5EC;
  --ys-deep: #223226;
  --ys-green: #718a5e;
  --ys-green-dark: #506c44;
  --ys-sage: #c7d8a8;
  --ys-ivory: #F8F5EC;
  --ys-text: rgba(34,50,38,0.82);
  --ys-muted: rgba(34,50,38,0.60);
  --ys-soft: rgba(34,50,38,0.40);
  --ys-line: rgba(34,50,38,0.12);
  --ys-container: 1480px;
  --ys-page-gutter: clamp(24px, 6vw, 120px);
  --ys-inner: min(var(--ys-container), calc(100% - var(--ys-page-gutter) * 2));
  --space-first: clamp(86px, 7vw, 118px);
  --space-section: clamp(88px, 6.8vw, 124px);
  --space-dark-section: clamp(104px, 8vw, 154px);
  --space-head: clamp(32px, 3vw, 50px);
  --radius-lg: 34px;
  --radius-md: 28px;
  --radius-sm: 20px;
  --fs-kicker: 11px;
  --fs-body: clamp(15px, 0.96vw, 17px);
  --fs-title: clamp(38px, 2.9vw, 56px);
  --fs-title-sm: clamp(30px, 2.3vw, 44px);
  --fs-card-title: clamp(20px, 1.42vw, 26px);
  position: relative;
  width: 100vw;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  isolation: isolate;
  color: var(--ys-deep);
  background:
    radial-gradient(circle at 10% 4%, rgba(199,216,168,0.13), transparent 34%),
    radial-gradient(circle at 88% 3%, rgba(246,235,192,0.20), transparent 38%),
    linear-gradient(180deg,#F8F5EC 0%,#fbfaf5 46%,#F8F5EC 100%);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysOdCenterV9 a { color: inherit; text-decoration: none; }
#ysOdCenterV9 button { font-family: inherit; }
#ysOdCenterV9 img { display: block; max-width: 100%; }
#ysOdCenterV9 p,
#ysOdCenterV9 h2,
#ysOdCenterV9 h3,
#ysOdCenterV9 h4,
#ysOdCenterV9 strong,
#ysOdCenterV9 span,
#ysOdCenterV9 em,
#ysOdCenterV9 li,
#ysOdCenterV9 figcaption { word-break: keep-all; overflow-wrap: break-word; }
#ysOdCenterV9 em,
#ysOdCenterV9 i,
#ysOdCenterV9 figcaption,
#ysOdCenterV9 .ys-case-images figcaption,
#ysOdCenterV9 .ys-crown-board figcaption span,
#ysOdCenterV9 .ys-crown-board figcaption strong { font-style: normal !important; }

#ysOdCenterV9 .ys-od-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
#ysOdCenterV9 .ys-od-bg::before { content: ""; position: absolute; inset: 0; opacity: 0.018; background-image: radial-gradient(circle at 20% 20%, rgba(34,50,38,0.30) 0 1px, transparent 1px), radial-gradient(circle at 70% 70%, rgba(34,50,38,0.14) 0 1px, transparent 1px); background-size: 38px 42px, 56px 58px; }

#ysOdCenterV9 .ys-od-inner { position: relative; z-index: 2; width: var(--ys-inner); margin: 0 auto; }
#ysOdCenterV9 .ys-od-section { position: relative; z-index: 2; }
#ysOdCenterV9 .ys-od-section + .ys-od-section { margin-top: var(--space-section); }
#ysOdCenterV9 .ys-od-intro { padding-top: var(--space-first); }

#ysOdCenterV9 .ys-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(80,108,68,0.74);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: var(--fs-kicker);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
#ysOdCenterV9 .ys-kicker::before { content: ""; width: 28px; height: 1px; background: rgba(80,108,68,0.32); }

#ysOdCenterV9 h2,
#ysOdCenterV9 h3,
#ysOdCenterV9 h4 { margin: 0; color: var(--ys-deep); font-family: "Noto Serif KR", serif; font-weight: 500; letter-spacing: -0.065em; }
#ysOdCenterV9 h2 { font-size: var(--fs-title); line-height: 1.2; }
#ysOdCenterV9 h3 { font-size: var(--fs-title-sm); line-height: 1.22; }
#ysOdCenterV9 p { margin: 0; color: var(--ys-muted); font-size: var(--fs-body); line-height: 1.76; letter-spacing: -0.03em; }

#ysOdCenterV9 .ys-reveal,
#ysOdCenterV9 .ys-reveal-child { opacity: 0; transform: translateY(22px); filter: blur(8px); transition: opacity 0.72s ease, transform 0.72s cubic-bezier(.22,1,.36,1), filter 0.72s ease; }
#ysOdCenterV9 .ys-reveal.is-visible,
#ysOdCenterV9 .ys-reveal-child.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

/* INTRO */
#ysOdCenterV9 .ys-od-intro-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr); gap: clamp(40px, 5vw, 86px); align-items: center; }
#ysOdCenterV9 .ys-od-intro-copy h2 { margin: 0 0 24px; font-size: clamp(38px, 3.05vw, 58px); line-height: 1.14; }
#ysOdCenterV9 .ys-od-intro-copy h2 span { display: block; }
#ysOdCenterV9 .ys-od-intro-copy p { max-width: 620px; margin: 0 0 34px; }
#ysOdCenterV9 .ys-pill-list { display: flex; flex-wrap: wrap; gap: 9px; }
#ysOdCenterV9 .ys-pill-list span { min-height: 34px; padding: 0 13px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: rgba(38,52,39,0.78); border: 1px solid rgba(255,255,255,0.62); background: radial-gradient(circle at 20% 0%, rgba(255,255,255,0.70), transparent 42%), rgba(255,255,255,0.42); box-shadow: 0 10px 28px rgba(38,48,35,0.08), inset 0 1px 0 rgba(255,255,255,0.72); font-size: 12px; font-weight: 760; line-height: 1; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
#ysOdCenterV9 .ys-pill-list span: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); }

#ysOdCenterV9 .ys-od-summary-card { position: relative; min-height: 500px; padding: clamp(34px, 3.4vw, 58px); border-radius: 34px; overflow: hidden; isolation: isolate; color: #F8F5EC; background: #132117; box-shadow: 0 34px 100px rgba(34,50,38,0.18), inset 0 1px 0 rgba(255,255,255,0.12); }
#ysOdCenterV9 .ys-summary-bg { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(180deg, rgba(9,18,12,0.42), rgba(9,18,12,0.86)), radial-gradient(circle at 70% 28%, rgba(199,216,168,0.15), transparent 34%), url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg"); background-size: cover; background-position: center; opacity: 0.90; filter: saturate(0.74) contrast(1.05) brightness(0.72); transform: scale(1.02); }
#ysOdCenterV9 .ys-summary-topline { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(248,245,236,0.16); }
#ysOdCenterV9 .ys-summary-topline span,
#ysOdCenterV9 .ys-summary-topline em { color: rgba(248,245,236,0.60); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; }
#ysOdCenterV9 .ys-summary-main { margin-top: clamp(56px, 5.5vw, 92px); }
#ysOdCenterV9 .ys-summary-main h3 { color: #F8F5EC; font-family: "Pretendard", sans-serif; font-size: clamp(34px, 2.5vw, 48px); font-weight: 850; line-height: 1.12; letter-spacing: -0.065em; }
#ysOdCenterV9 .ys-summary-main p { max-width: 560px; margin-top: 20px; color: rgba(248,245,236,0.70); }
#ysOdCenterV9 .ys-summary-stats { position: absolute; left: clamp(34px, 3.4vw, 58px); right: clamp(34px, 3.4vw, 58px); top: clamp(34px, 3.4vw, 58px); bottom: clamp(34px, 3.4vw, 58px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(248,245,236,0.14); border-radius: 26px; overflow: hidden; background: rgba(8,17,12,0.20); }
#ysOdCenterV9 .ys-summary-stats article { min-height: 0; padding: clamp(24px, 2.6vw, 40px); border-right: 1px solid rgba(248,245,236,0.12); border-bottom: 1px solid rgba(248,245,236,0.12); display: flex; flex-direction: column; justify-content: flex-end; }
#ysOdCenterV9 .ys-summary-stats article:nth-child(2n) { border-right: 0; }
#ysOdCenterV9 .ys-summary-stats article:nth-child(n+3) { border-bottom: 0; }
#ysOdCenterV9 .ys-summary-stats strong { display: block; color: #F8F5EC; font-family: "Manrope", "Pretendard", sans-serif; font-size: clamp(34px, 3.15vw, 56px); line-height: 1; letter-spacing: -0.06em; font-weight: 850; font-variant-numeric: tabular-nums; white-space: nowrap; }
#ysOdCenterV9 .ys-summary-stats p { margin-top: 13px; color: rgba(248,245,236,0.66); font-size: 12.5px; line-height: 1.45; font-weight: 650; }

/* EDITORIAL */
#ysOdCenterV9 .ys-editorial-split { display: grid; grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr); gap: clamp(44px, 5vw, 92px); align-items: start; padding-top: clamp(8px, 1vw, 18px); border-top: 1px solid rgba(34,50,38,0.08); }
#ysOdCenterV9 .ys-section-head { position: sticky; top: clamp(138px, 12vh, 168px); }
#ysOdCenterV9 .ys-section-head h2,
#ysOdCenterV9 .ys-staff-head h2,
#ysOdCenterV9 .ys-light-head h2,
#ysOdCenterV9 .ys-section-head-wide h2{ margin: 0 0 22px; }
#ysOdCenterV9 .ys-section-head p { max-width: 520px; }
#ysOdCenterV9 .ys-copy-line { display: block; }
#ysOdCenterV9 .ys-standard-list { display: grid; }
#ysOdCenterV9 .ys-standard-list article { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 28px; padding: clamp(30px, 3.2vw, 48px) 0; border-bottom: 1px solid rgba(34,50,38,0.10); transition: background 0.25s ease, padding-left 0.25s ease, border-color 0.25s ease; }
#ysOdCenterV9 .ys-standard-list article:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(80,108,68,0.055), transparent 70%); border-color: rgba(80,108,68,0.23); }
#ysOdCenterV9 .ys-standard-list em { color: rgba(80,108,68,0.54); font-family: "Manrope", sans-serif; font-size: 12px; font-style: normal; font-weight: 850; }
#ysOdCenterV9 .ys-standard-list strong { display: block; color: var(--ys-deep); font-size: clamp(23px, 1.7vw, 32px); line-height: 1.3; letter-spacing: -0.05em; font-weight: 830; }
#ysOdCenterV9 .ys-standard-list p { margin-top: 12px; }

/* STAFF */
#ysOdCenterV9 .ys-od-standard-section + .ys-od-staff-section { margin-top: clamp(48px, 4.2vw, 72px); }
#ysOdCenterV9 .ys-staff-head { width: 100%; margin: 0 0 clamp(30px, 3vw, 46px); }
#ysOdCenterV9 .ys-od-staff-grid { width: min(1060px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); align-items: start; }
#ysOdCenterV9 .ys-od-staff-card { appearance: none; position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 520px; padding: 0; border: 1px solid rgba(255,255,255,0.70); border-radius: 34px 34px 22px 34px; background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.42)); color: inherit; text-align: left; cursor: pointer; box-shadow: 0 18px 46px rgba(38,48,35,0.055), inset 0 1px 0 rgba(255,255,255,0.86); transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease; }
#ysOdCenterV9 .ys-od-staff-card:nth-child(2) { margin-top: clamp(28px, 2.4vw, 42px); }
#ysOdCenterV9 .ys-od-staff-card:nth-child(3) { margin-top: clamp(10px, 1.1vw, 18px); }
#ysOdCenterV9 .ys-od-staff-card:hover { transform: translateY(-5px); border-color: rgba(80,108,68,0.30); background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.50)); box-shadow: 0 28px 72px rgba(38,48,35,0.10), inset 0 1px 0 rgba(255,255,255,0.92); }
#ysOdCenterV9 .ys-staff-photo { position: relative; display: block; overflow: hidden; margin: 24px 24px 0; border-radius: 30px 30px 18px 30px; background: #f7f5ef; box-shadow: inset 0 1px 0 rgba(255,255,255,0.70), 0 12px 28px rgba(34,50,38,0.05); }
#ysOdCenterV9 .ys-staff-photo img { width: 100%; aspect-ratio: 640 / 810; max-height: 310px; object-fit: cover; object-position: center top; transition: transform 0.34s ease, filter 0.34s ease; }
#ysOdCenterV9 .ys-od-staff-card:hover .ys-staff-photo img { transform: scale(1.026); filter: contrast(1.02) brightness(1.015); }
#ysOdCenterV9 .ys-staff-info { display: block; padding: 24px 24px 64px; }
#ysOdCenterV9 .ys-staff-info em { display: block; margin-bottom: 12px; color: rgba(80,108,68,0.72); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 850; letter-spacing: 0.17em; text-transform: uppercase; }
#ysOdCenterV9 .ys-staff-info strong { display: block; color: var(--ys-deep); font-size: clamp(28px, 2.2vw, 40px); line-height: 1.08; letter-spacing: -0.06em; font-weight: 850; }
#ysOdCenterV9 .ys-staff-info span { display: block; margin-top: 12px; color: rgba(34,50,38,0.62); font-size: 14px; line-height: 1.45; }
#ysOdCenterV9 .ys-od-staff-card i { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(34,50,38,0.09); color: rgba(34,50,38,0.48); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: -0.01em; transition: color 0.24s ease; }
#ysOdCenterV9 .ys-od-staff-card i::after { content: "→"; color: rgba(80,108,68,0.78); font-size: 16px; transform: translateX(0); transition: transform 0.24s ease, color 0.24s ease; }
#ysOdCenterV9 .ys-od-staff-card:hover i { color: rgba(34,50,38,0.74); }
#ysOdCenterV9 .ys-od-staff-card:hover i::after { transform: translateX(6px); color: var(--ys-green-dark); }

/* HISTORY */
#ysOdCenterV9 .ys-history-timeline { position: relative; border-left: 1px solid rgba(34,50,38,0.10); }
#ysOdCenterV9 .ys-history-timeline article { position: relative; display: grid; grid-template-columns: minmax(160px, 0.30fr) minmax(0, 0.70fr); gap: clamp(34px, 4vw, 64px); min-height: 150px; padding: clamp(26px, 3vw, 44px) 0 clamp(30px, 3.2vw, 48px) clamp(44px, 4vw, 74px); border-bottom: 1px solid rgba(34,50,38,0.10); }
#ysOdCenterV9 .ys-history-timeline article::before { content: ""; position: absolute; left: -6px; top: clamp(38px, 3.1vw, 52px); width: 11px; height: 11px; border-radius: 999px; background: var(--ys-green-dark); box-shadow: 0 0 0 7px rgba(80,108,68,0.10); }
#ysOdCenterV9 .ys-history-timeline span { color: rgba(34,50,38,0.32); font-family: "Manrope", sans-serif; font-size: clamp(30px, 2.4vw, 46px); line-height: 1; letter-spacing: -0.06em; font-weight: 800; }
#ysOdCenterV9 .ys-history-timeline strong { display: block; color: var(--ys-deep); font-size: clamp(24px, 1.9vw, 36px); line-height: 1.28; letter-spacing: -0.06em; font-weight: 850; }
#ysOdCenterV9 .ys-history-timeline p { margin-top: 12px; }

/* DARK AREA */
#ysOdDarkV9 { --dark-progress: 0; --dark-title: var(--ys-deep); --dark-body: rgba(34,50,38,0.64); --dark-muted: rgba(34,50,38,0.52); --dark-border: rgba(34,50,38,0.12); --dark-accent: rgba(80,108,68,0.78); position: relative; z-index: 4; width: 100vw; min-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: 0; padding: var(--space-dark-section) 0 clamp(118px, 8.4vw, 164px); overflow: hidden; background: #F8F5EC; isolation: isolate; color: var(--dark-title); transition: color 0.36s ease; }
#ysOdDarkV9.is-dark-active { --dark-title: #F8F5EC; --dark-body: rgba(248,245,236,0.66); --dark-muted: rgba(248,245,236,0.54); --dark-border: rgba(199,216,168,0.16); --dark-accent: rgba(199,216,168,0.94); }
#ysOdDarkV9 .ys-dark-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
#ysOdDarkV9 .ys-dark-bg::before { content: ""; position: absolute; inset: 0; opacity: var(--dark-progress); background: radial-gradient(circle at 18% 14%, rgba(199,216,168,0.12), transparent 34%), radial-gradient(circle at 82% 20%, rgba(113,138,94,0.10), transparent 40%), linear-gradient(145deg,#07100d 0%,#0b1712 48%,#101d17 100%); transition: opacity 0.08s linear; }
#ysOdDarkV9 .ys-dark-inner { position: relative; z-index: 2; }
#ysOdDarkV9 .ys-dark-block + .ys-dark-block { margin-top: clamp(92px, 7.2vw, 132px); }
#ysOdDarkV9 .ys-dark-head { width: min(880px, 100%); margin-bottom: clamp(32px, 3.4vw, 54px); }
#ysOdDarkV9 .ys-dark-head h2 { margin-bottom: 18px; color: var(--dark-title); transition: color 0.26s ease; }
#ysOdDarkV9 .ys-dark-head p { max-width: 720px; color: var(--dark-body); transition: color 0.26s ease; }
#ysOdDarkV9 .ys-kicker { color: var(--dark-accent); transition: color 0.26s ease; }
#ysOdDarkV9 .ys-kicker::before { background: currentColor; opacity: 0.46; }
#ysOdDarkV9 .ys-dark-line-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--dark-border); border-bottom: 1px solid var(--dark-border); }
#ysOdDarkV9 .ys-dark-line-grid article { position: relative; min-height: 230px; padding: clamp(28px, 3vw, 42px); border-right: 1px solid var(--dark-border); transition: background 0.24s ease, border-color 0.24s ease; }
#ysOdDarkV9 .ys-dark-line-grid article:last-child { border-right: 0; }
#ysOdDarkV9 .ys-dark-line-grid article::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 1px; background: rgba(199,216,168,0.58); transition: width 0.28s ease; }
#ysOdDarkV9 .ys-dark-line-grid article:hover { background: linear-gradient(90deg, rgba(199,216,168,0.10), transparent 74%); }
#ysOdDarkV9 .ys-dark-line-grid article:hover::before { width: 100%; }
#ysOdDarkV9 .ys-dark-line-grid em { display: block; margin: 0 0 clamp(36px, 4vw, 66px); color: var(--dark-accent); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
#ysOdDarkV9 .ys-dark-line-grid strong { display: block; margin-bottom: 14px; color: var(--dark-title); font-size: clamp(21px, 1.55vw, 29px); font-weight: 820; line-height: 1.34; letter-spacing: -0.04em; }
#ysOdDarkV9 .ys-dark-line-grid p { color: var(--dark-body); font-size: 14.5px; line-height: 1.68; }

/* EQUIPMENT */
#ysOdDarkV9 .ys-equipment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2vw, 28px); }
#ysOdDarkV9 .ys-equipment-card { position: relative; min-height: 330px; padding: clamp(24px, 2.6vw, 38px); border-radius: 28px; border: 1px solid var(--dark-border); background: linear-gradient(145deg, rgba(255,255,255,0.058), rgba(255,255,255,0.020)); display: grid; grid-template-columns: minmax(160px, 0.38fr) minmax(0, 0.62fr); gap: clamp(20px, 2vw, 34px); align-items: center; overflow: hidden; transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease; }
#ysOdDarkV9 .ys-equipment-card:hover { border-color: rgba(199,216,168,0.42); background: linear-gradient(145deg, rgba(255,255,255,0.083), rgba(255,255,255,0.030)); box-shadow: 0 26px 72px rgba(0,0,0,0.20), inset 0 1px 0 rgba(255,255,255,0.08); }
#ysOdDarkV9 .ys-equipment-card figure { min-height: 250px; margin: 0; display: flex; align-items: center; justify-content: center; }
#ysOdDarkV9 .ys-equipment-card img { width: min(240px, 100%); max-height: 235px; object-fit: contain; object-position: center center; transition: transform 0.28s ease, filter 0.28s ease; }
#ysOdDarkV9 .ys-equipment-card:hover img { transform: scale(1.025); filter: brightness(1.04) contrast(1.03); }
#ysOdDarkV9 .ys-equipment-card.ys-eq-tall img { width: min(190px, 100%); max-height: 260px; }
#ysOdDarkV9 .ys-equipment-card.ys-eq-square img { width: min(230px, 100%); max-height: 230px; }
#ysOdDarkV9 .ys-equipment-card em { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 24px; margin-bottom: 18px; border-radius: 999px; background: rgba(199,216,168,0.15); color: var(--dark-accent); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 850; }
#ysOdDarkV9 .ys-equipment-card strong { display: block; color: var(--dark-title); font-size: clamp(22px, 1.7vw, 32px); line-height: 1.2; letter-spacing: -0.055em; font-weight: 820; }
#ysOdDarkV9 .ys-equipment-card span { display: block; margin-top: 8px; color: var(--dark-muted); font-size: 13px; font-weight: 650; line-height: 1.45; }
#ysOdDarkV9 .ys-equipment-card ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
#ysOdDarkV9 .ys-equipment-card li { position: relative; padding-left: 13px; color: var(--dark-body); font-size: 14px; line-height: 1.55; }
#ysOdDarkV9 .ys-equipment-card li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 4px; height: 4px; border-radius: 999px; background: var(--dark-accent); }

/* EYE CASES */
#ysOdDarkV9 .ys-eye-case-stack { display: grid; gap: clamp(24px, 2.8vw, 38px); }
#ysOdDarkV9 .ys-eye-case-card { display: grid; grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr); gap: clamp(28px, 4vw, 64px); align-items: center; padding: clamp(24px, 2.6vw, 38px); border: 1px solid var(--dark-border); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014)); transition: border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease; }
#ysOdDarkV9 .ys-eye-case-card:hover { border-color: rgba(199,216,168,0.38); background: linear-gradient(145deg, rgba(255,255,255,0.068), rgba(255,255,255,0.022)); box-shadow: 0 24px 72px rgba(0,0,0,0.18); }
#ysOdDarkV9 .ys-case-copy span { display: block; margin-bottom: 12px; color: var(--dark-accent); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
#ysOdDarkV9 .ys-case-copy h3 { color: var(--dark-title); font-family: "Pretendard", sans-serif; font-size: clamp(28px, 2.2vw, 42px); font-weight: 850; line-height: 1.16; letter-spacing: -0.06em; }
#ysOdDarkV9 .ys-case-copy p { margin-top: 14px; color: var(--dark-body); }
#ysOdDarkV9 .ys-case-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
#ysOdDarkV9 .ys-case-images figure { position: relative; min-height: 260px; margin: 0; overflow: hidden; border-radius: 22px; background: #050806; }
#ysOdDarkV9 .ys-case-images img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.34s ease, filter 0.34s ease; }
#ysOdDarkV9 .ys-eye-case-card:hover .ys-case-images img { filter: brightness(1.055) contrast(1.04); }
#ysOdDarkV9 .ys-case-images figure:hover img { transform: scale(1.035); }
#ysOdDarkV9 .ys-case-images figcaption { position: absolute; left: 16px; bottom: 14px; min-height: 22px; padding: 0 9px; display: inline-flex; align-items: center; border-radius: 999px; background: rgba(5,8,6,0.74); color: rgba(248,245,236,0.82); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }

/* DENTISTRY LIGHT */
#ysOdCenterV9 .ys-dentistry-section { padding-top: clamp(88px, 8vw, 128px); }
#ysOdCenterV9 .ys-light-head { width: min(880px, 100%); margin-bottom: clamp(32px, 3.4vw, 54px); }
#ysOdCenterV9 .ys-light-head h2 { margin-bottom: 18px; }
#ysOdCenterV9 .ys-light-line-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid rgba(34,50,38,0.12); border-bottom: 1px solid rgba(34,50,38,0.12); }
#ysOdCenterV9 .ys-light-line-grid article { position: relative; min-height: 230px; padding: clamp(28px, 3vw, 42px); border-right: 1px solid rgba(34,50,38,0.10); transition: background 0.24s ease, border-color 0.24s ease; }
#ysOdCenterV9 .ys-light-line-grid article:last-child { border-right: 0; }
#ysOdCenterV9 .ys-light-line-grid article::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 1px; background: rgba(80,108,68,0.58); transition: width 0.28s ease; }
#ysOdCenterV9 .ys-light-line-grid article:hover { background: linear-gradient(90deg, rgba(80,108,68,0.075), transparent 74%); }
#ysOdCenterV9 .ys-light-line-grid article:hover::before { width: 100%; }
#ysOdCenterV9 .ys-light-line-grid em { display: block; margin: 0 0 clamp(36px, 4vw, 66px); color: rgba(80,108,68,0.72); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
#ysOdCenterV9 .ys-light-line-grid strong { display: block; margin-bottom: 14px; color: var(--ys-deep); font-size: clamp(21px, 1.55vw, 29px); font-weight: 820; line-height: 1.34; letter-spacing: -0.04em; }
#ysOdCenterV9 .ys-light-line-grid p { color: var(--ys-muted); font-size: 14.5px; line-height: 1.68; }

#ysOdCenterV9 .ys-history-timeline strong span { display: block; }

/* DENTAL LAB */
#ysOdCenterV9 .ys-dental-lab-banner { position: relative; overflow: hidden; padding: clamp(38px, 4.2vw, 64px); border-radius: 32px; background: linear-gradient(135deg, #203528 0%, #2d4835 100%); color: var(--ys-ivory); box-shadow: 0 28px 78px rgba(34,50,38,0.14), inset 0 1px 0 rgba(255,255,255,0.10); }
#ysOdCenterV9 .ys-dental-lab-banner::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 8%, rgba(199,216,168,0.14), transparent 34%), linear-gradient(90deg, rgba(255,255,255,0.055), transparent 70%); }
#ysOdCenterV9 .ys-dental-lab-copy { position: relative; z-index: 2; max-width: 920px; }
#ysOdCenterV9 .ys-dental-lab-banner .ys-kicker { color: rgba(199,216,168,0.92); }
#ysOdCenterV9 .ys-dental-lab-banner .ys-kicker::before { background: currentColor; opacity: 0.52; }
#ysOdCenterV9 .ys-dental-lab-copy h2 { color: var(--ys-ivory); margin: 0 0 18px; }
#ysOdCenterV9 .ys-dental-lab-copy p { max-width: 820px; color: rgba(248,245,236,0.72); }

/* CROWN */
#ysOdCenterV9 .ys-section-head-wide { margin-bottom: clamp(32px, 3.4vw, 54px); }
#ysOdCenterV9 .ys-crown-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
#ysOdCenterV9 .ys-crown-board figure { margin: 0; overflow: hidden; border-radius: 26px; background: rgba(255,255,255,0.58); border: 1px solid rgba(255,255,255,0.70); box-shadow: 0 20px 62px rgba(38,48,35,0.075), inset 0 1px 0 rgba(255,255,255,0.82); transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease; }
#ysOdCenterV9 .ys-crown-board figure:hover { transform: translateY(-4px); border-color: rgba(80,108,68,0.24); box-shadow: 0 30px 82px rgba(38,48,35,0.105), inset 0 1px 0 rgba(255,255,255,0.88); }
#ysOdCenterV9 .ys-crown-board img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 0.32s ease, filter 0.32s ease; }
#ysOdCenterV9 .ys-crown-board figure:hover img { transform: scale(1.025); filter: brightness(1.025) contrast(1.025); }
#ysOdCenterV9 .ys-crown-board figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; }
#ysOdCenterV9 .ys-crown-board figcaption span { color: rgba(80,108,68,0.76); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
#ysOdCenterV9 .ys-crown-board figcaption strong { color: var(--ys-deep); font-size: 14px; line-height: 1.4; }

/* ANESTHESIA */
#ysOdCenterV9 .ys-anesthesia-bridge { position: relative; display: grid; grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr); gap: clamp(30px, 4vw, 70px); align-items: start; min-height: 360px; padding: clamp(44px, 5vw, 74px); border-radius: 34px; overflow: hidden; isolation: isolate; color: var(--ys-ivory); box-shadow: 0 34px 90px rgba(34,50,38,0.13); }
#ysOdCenterV9 .ys-bridge-bg { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(90deg, rgba(7,16,13,0.88), rgba(7,16,13,0.56)), url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg"); background-size: cover; background-position: center; filter: saturate(0.72) brightness(0.72); }
#ysOdCenterV9 .ys-anesthesia-bridge .ys-kicker { color: rgba(199,216,168,0.90); }
#ysOdCenterV9 .ys-anesthesia-bridge .ys-kicker::before { background: currentColor; opacity: 0.52; }
#ysOdCenterV9 .ys-bridge-copy { align-self: start; padding-top: 0; }
#ysOdCenterV9 .ys-bridge-copy h2 { color: var(--ys-ivory); margin-bottom: 22px; }
#ysOdCenterV9 .ys-bridge-copy p { max-width: 700px; color: rgba(248,245,236,0.74); }
#ysOdCenterV9 .ys-bridge-flow { display: grid; gap: 12px; }
#ysOdCenterV9 .ys-bridge-flow article { min-height: 76px; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 16px; padding: 0 22px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.075); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease; }
#ysOdCenterV9 .ys-bridge-flow article:hover { background: rgba(255,255,255,0.12); border-color: rgba(199,216,168,0.34); transform: translateX(4px); }
#ysOdCenterV9 .ys-bridge-flow span { color: rgba(199,216,168,0.84); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 850; }
#ysOdCenterV9 .ys-bridge-flow strong { color: var(--ys-ivory); font-size: 16px; line-height: 1.4; }

/* =========================================================
  V14 FINAL REFINEMENTS / V13 BASE PRESERVED
  - 운영 기준 01~04 hover 높이 02·03 기준으로 통일
  - 상단 숫자 카드 자연 배경 밝기 유지 + 유리 블러 패널
  - 1,000+ 건 / 5,000+ 건 표기 간격 정리
  - V13의 섹션 라인/게이트웨이/간격 구조 유지
========================================================= */

/* Intro summary record board: brighter nature + glass blur number panels */
#ysOdCenterV9 .ys-od-summary-card {
  background: #203528;
}
#ysOdCenterV9 .ys-summary-bg {
  background-image:
    linear-gradient(180deg, rgba(12,24,16,0.12), rgba(8,18,12,0.46)),
    radial-gradient(circle at 68% 24%, rgba(248,245,236,0.18), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(199,216,168,0.12), transparent 36%),
    url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");
  opacity: 1;
  filter: saturate(0.86) contrast(1.02) brightness(0.96);
  transform: scale(1.025);
}
#ysOdCenterV9 .ys-summary-stats {
  border: 0;
  background: transparent;
  overflow: visible;
  gap: clamp(16px, 1.6vw, 24px);
}
#ysOdCenterV9 .ys-summary-stats article {
  min-height: 0;
  padding: clamp(24px, 2.8vw, 42px);
  border: 1px solid rgba(248,245,236,0.24) !important;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(248,245,236,0.16), rgba(248,245,236,0.055));
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 18px 42px rgba(0,0,0,0.055);
  transition: border-color 0.30s ease, background 0.30s ease, transform 0.30s ease;
}
#ysOdCenterV9 .ys-summary-stats article:hover {
  border-color: rgba(248,245,236,0.42) !important;
  background: linear-gradient(145deg, rgba(248,245,236,0.22), rgba(248,245,236,0.075));
  transform: translateY(-3px);
}
#ysOdCenterV9 .ys-summary-stats strong { font-size: clamp(36px, 3.05vw, 54px); }
#ysOdCenterV9 .ys-summary-stats p { margin-top: 12px; color: rgba(248,245,236,0.78); }

/* Section divider rhythm: line belongs to the whole section, not to the right list */
#ysOdCenterV9 .ys-od-standard-section,
#ysOdCenterV9 .ys-od-staff-section,
#ysOdCenterV9 .ys-history-section {
  position: relative;
}

#ysOdCenterV9 .ys-od-standard-section {
  border-top: 1px solid rgba(34,50,38,0.085);
  border-bottom: 1px solid rgba(34,50,38,0.085);
  padding-top: clamp(58px, 5vw, 86px);
  padding-bottom: clamp(58px, 5vw, 86px);
}

#ysOdCenterV9 .ys-od-standard-section .ys-editorial-split,
#ysOdCenterV9 .ys-history-section .ys-editorial-split {
  border-top: 0;
  padding-top: 0;
}

#ysOdCenterV9 .ys-standard-list {
  position: relative;
  padding: 0;
}
#ysOdCenterV9 .ys-standard-list::before,
#ysOdCenterV9 .ys-standard-list::after {
  content: none !important;
  display: none !important;
}
#ysOdCenterV9 .ys-standard-list article {
  position: relative;
  min-height: clamp(118px, 7.1vw, 142px);
  padding: clamp(28px, 2.8vw, 42px) 0;
  align-items: center;
  box-sizing: border-box;
  border-bottom-color: rgba(34,50,38,0.075);
}
#ysOdCenterV9 .ys-standard-list article:first-child { padding-top: clamp(28px, 2.8vw, 42px); }
#ysOdCenterV9 .ys-standard-list article:last-child { padding-bottom: clamp(28px, 2.8vw, 42px); border-bottom: 0; }
#ysOdCenterV9 .ys-standard-list article::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: -1px;
  width: 0;
  height: 1px;
  background: rgba(80,108,68,0.54);
  transition: width 0.34s cubic-bezier(.22,1,.36,1);
}
#ysOdCenterV9 .ys-standard-list article:first-child::before { top: 0; }
#ysOdCenterV9 .ys-standard-list article:hover::before { width: 100%; }

/* Staff spacing: wider card breathing room + section closing line */
#ysOdCenterV9 .ys-od-standard-section + .ys-od-staff-section {
  margin-top: clamp(62px, 5vw, 88px);
}
#ysOdCenterV9 .ys-od-staff-section {
  padding-bottom: clamp(64px, 5.4vw, 96px);
  border-bottom: 1px solid rgba(34,50,38,0.085);
}
#ysOdCenterV9 .ys-staff-head { margin-bottom: clamp(42px, 4vw, 66px); }
#ysOdCenterV9 .ys-od-staff-grid { width: min(1160px, 100%); gap: clamp(34px, 3.6vw, 64px); }

/* History: use previous section divider as the top rhythm, keep only timeline spine and nodes */
#ysOdCenterV9 .ys-history-section {
  padding-top: clamp(62px, 5vw, 88px);
  padding-bottom: clamp(62px, 5.2vw, 92px);
}
#ysOdCenterV9 .ys-history-timeline {
  position: relative;
  border-left: 1px solid rgba(34,50,38,0.10);
  padding: 0;
}
#ysOdCenterV9 .ys-history-timeline::before,
#ysOdCenterV9 .ys-history-timeline::after {
  content: none !important;
  display: none !important;
}
#ysOdCenterV9 .ys-history-timeline article {
  min-height: clamp(168px, 12vw, 210px);
  border-bottom: 0;
  padding-top: clamp(30px, 3vw, 44px);
  padding-bottom: clamp(30px, 3vw, 44px);
}
#ysOdCenterV9 .ys-history-timeline article:first-child { padding-top: 0; }
#ysOdCenterV9 .ys-history-timeline article:last-child { padding-bottom: 0; }
#ysOdCenterV9 .ys-history-timeline article > span {
  color: rgba(34,50,38,0.32);
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 2.4vw, 46px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}
#ysOdCenterV9 .ys-history-timeline strong span {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Dark / light section hierarchy like imaging center */
#ysOdDarkV9 .ys-dark-main-head,
#ysOdCenterV9 .ys-light-main-head {
  width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#ysOdDarkV9 .ys-dark-main-head .ys-kicker,
#ysOdCenterV9 .ys-light-main-head .ys-kicker { justify-content: center; }
#ysOdDarkV9 .ys-dark-main-head h2,
#ysOdCenterV9 .ys-light-main-head h2 {
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1.18;
}
#ysOdDarkV9 .ys-dark-main-head p,
#ysOdCenterV9 .ys-light-main-head p {
  margin-left: auto;
  margin-right: auto;
}
#ysOdDarkV9 .ys-dark-sub-head h2,
#ysOdCenterV9 .ys-dental-lab-copy h2,
#ysOdCenterV9 .ys-sub-head-wide h2 {
  font-size: clamp(28px, 2.25vw, 42px);
  line-height: 1.22;
}

/* Dental lab: text-only dark green horizontal banner with natural background */
#ysOdCenterV9 .ys-dental-lab-banner {
  background: #203528;
  isolation: isolate;
}
#ysOdCenterV9 .ys-dental-lab-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20,35,25,0.92) 0%, rgba(20,35,25,0.72) 58%, rgba(20,35,25,0.82) 100%),
    radial-gradient(circle at 16% 4%, rgba(199,216,168,0.16), transparent 35%),
    url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) contrast(1.02) brightness(0.82);
}
#ysOdCenterV9 .ys-dental-lab-copy { position: relative; z-index: 2; }
#ysOdCenterV9 .ys-dental-lab-copy h2 { margin-bottom: 16px; }

/* Gateway: match existing center-page gateway component{ padding-bottom: clamp(100px, 8vw, 140px); }

/* Motion speed tuning */
#ysOdCenterV9 .ys-reveal,
#ysOdCenterV9 .ys-reveal-child {
  transition-duration: 0.92s;
}


/* PANEL */
body > #ysOdStaffOverlay,
#ysOdCenterV9 #ysOdStaffOverlay { position: fixed; inset: 0; z-index: 999998; background: rgba(7,12,8,0.32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.26s ease, visibility 0s linear 0.26s; }
body > #ysOdStaffOverlay.is-open,
#ysOdCenterV9 #ysOdStaffOverlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 0.26s ease, visibility 0s; }
body > #ysOdStaffPanel,
#ysOdCenterV9 #ysOdStaffPanel { position: fixed !important; top: 0 !important; right: 0 !important; z-index: 999999; width: min(610px, 92vw); height: 100dvh; display: flex; flex-direction: column; overflow: hidden; color: #223226; font-family: "Pretendard", "Noto Sans KR", sans-serif; background: linear-gradient(180deg, #fbf7ec 0%, #f1eadb 52%, #e6ead8 100%); border-left: 1px solid rgba(34,50,38,0.12); box-shadow: -42px 0 120px rgba(38,48,35,0.24), inset 1px 0 0 rgba(255,255,255,0.46); transform: translate3d(104%,0,0); opacity: 0.96; transition: transform 0.62s cubic-bezier(.16,1,.3,1), opacity 0.62s cubic-bezier(.16,1,.3,1); }
body > #ysOdStaffPanel.is-open,
#ysOdCenterV9 #ysOdStaffPanel.is-open { transform: translate3d(0,0,0) !important; opacity: 1 !important; }
body > #ysOdStaffPanel .ys-panel-close,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-close { position: absolute !important; top: 22px !important; right: 22px !important; z-index: 20; width: 44px; height: 44px; padding: 0; display: flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(91,105,82,0.22); background: rgba(255,255,255,0.78); cursor: pointer; box-shadow: 0 14px 34px rgba(38,48,35,0.12), inset 0 1px 0 rgba(255,255,255,0.82); }
body > #ysOdStaffPanel .ys-panel-close span,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-close span { position: absolute; width: 17px; height: 1.5px; border-radius: 999px; background: #506c44; }
body > #ysOdStaffPanel .ys-panel-close span:first-child,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-close span:first-child { transform: rotate(45deg); }
body > #ysOdStaffPanel .ys-panel-close span:last-child,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-close span:last-child { transform: rotate(-45deg); }
body > #ysOdStaffPanel .ys-panel-photo-wrap,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-wrap { flex: 0 0 auto; padding: 76px 44px 20px; }
body > #ysOdStaffPanel .ys-panel-photo-frame,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame { width: min(285px, 100%); margin: 0 auto; border-radius: 30px; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(80,108,68,0.16)); box-shadow: 0 28px 82px rgba(38,48,35,0.16), inset 0 1px 0 rgba(255,255,255,0.78); }
body > #ysOdStaffPanel .ys-panel-photo-frame img,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame img { width: 100%; aspect-ratio: 640 / 810; object-fit: cover; object-position: center top; border-radius: 29px; background: linear-gradient(135deg, #fffdf4, #ddd8c8); }
body > #ysOdStaffPanel .ys-panel-content,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-content { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 44px 58px; }
body > #ysOdStaffPanel .ys-panel-dept,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-dept { display: inline-flex; color: #506c44; font-size: 12px; line-height: 1.4; letter-spacing: 0.12em; font-weight: 760; word-break: keep-all; }
body > #ysOdStaffPanel .ys-panel-content h3,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-content h3 { margin: 13px 0 8px; color: #223226; font-size: clamp(32px,3.6vw,46px); line-height: 1.05; letter-spacing: -0.07em; font-weight: 650; }
body > #ysOdStaffPanel .ys-panel-content p,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-content p { margin: 0; color: rgba(34,50,38,0.66); font-size: 16px; }
body > #ysOdStaffPanel .ys-panel-line,
#ysOdCenterV9 #ysOdStaffPanel .ys-panel-line { height: 1px; margin: 27px 0; background: linear-gradient(90deg, rgba(34,50,38,0.02), rgba(34,50,38,0.16), rgba(34,50,38,0.02)); }
body > #ysOdStaffPanel .ys-profile-block,
#ysOdCenterV9 #ysOdStaffPanel .ys-profile-block { padding: 22px 0; border-bottom: 1px solid rgba(34,50,38,0.10); }
body > #ysOdStaffPanel .ys-profile-block h4,
#ysOdCenterV9 #ysOdStaffPanel .ys-profile-block h4 { margin: 0 0 15px; color: #506c44; font-size: 14px; line-height: 1; letter-spacing: 0.08em; font-weight: 760; }
body > #ysOdStaffPanel .ys-profile-block ul,
#ysOdCenterV9 #ysOdStaffPanel .ys-profile-block ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
body > #ysOdStaffPanel .ys-profile-block li,
#ysOdCenterV9 #ysOdStaffPanel .ys-profile-block li { position: relative; padding-left: 15px; color: rgba(34,50,38,0.78); font-size: 14.5px; line-height: 1.62; word-break: keep-all; }
body > #ysOdStaffPanel .ys-profile-block li::before,
#ysOdCenterV9 #ysOdStaffPanel .ys-profile-block li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 5px; height: 5px; border-radius: 999px; background: #718a5e; }

#ysOdPanelSchedule { margin: 0 0 8px; }
#ysOdPanelSchedule .ys-panel-schedule { padding: 0 0 22px; margin: -4px 0 0; border-bottom: 1px solid rgba(34,50,38,0.09); }
#ysOdPanelSchedule .ys-schedule-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
#ysOdPanelSchedule .ys-schedule-head h4 { margin: 0; color: #506c44; font-size: 12.5px; line-height: 1; letter-spacing: 0.08em; font-weight: 800; }
#ysOdPanelSchedule .ys-schedule-period { display: block; margin-top: 7px; color: rgba(34,50,38,0.42); font-size: 10.5px; line-height: 1.25; white-space: nowrap; }
#ysOdPanelSchedule .ys-schedule-nav { display: inline-flex; align-items: center; gap: 4px; flex: 0 0 auto; padding: 3px; border-radius: 999px; border: 1px solid rgba(34,50,38,0.08); background: rgba(255,255,255,0.34); }
#ysOdPanelSchedule .ys-schedule-nav-btn { appearance: none; border: 0; min-height: 24px; padding: 0 9px; border-radius: 999px; background: transparent; color: rgba(34,50,38,0.50); font-family: inherit; font-size: 10.5px; line-height: 1; font-weight: 760; cursor: pointer; }
#ysOdPanelSchedule .ys-schedule-nav-btn.is-active { background: rgba(80,108,68,0.88); color: #fbf7ec; box-shadow: 0 8px 18px rgba(80,108,68,0.14); }
#ysOdPanelSchedule .ys-schedule-week { display: none; }
#ysOdPanelSchedule .ys-schedule-week.is-active { display: block; }
#ysOdPanelSchedule .ys-schedule-table-wrap { position: relative; overflow: hidden; border-radius: 14px; background: rgba(255,255,255,0.36); box-shadow: 0 9px 20px rgba(34,50,38,0.025), inset 0 1px 0 rgba(255,255,255,0.58); }
#ysOdPanelSchedule .ys-schedule-table-wrap::after { content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(34,50,38,0.105); }
#ysOdPanelSchedule table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; margin: 0; }
#ysOdPanelSchedule th,
#ysOdPanelSchedule td { height: 32px; padding: 0; text-align: center; vertical-align: middle; border-right: 1px solid rgba(34,50,38,0.07); border-bottom: 1px solid rgba(34,50,38,0.07); }
#ysOdPanelSchedule tr:last-child th,
#ysOdPanelSchedule tr:last-child td { border-bottom: 0; }
#ysOdPanelSchedule th:last-child,
#ysOdPanelSchedule td:last-child { border-right: 0; }
#ysOdPanelSchedule thead th { height: 39px; background: rgba(255,255,255,0.24); color: rgba(34,50,38,0.54); font-weight: 760; }
#ysOdPanelSchedule .ys-schedule-corner,
#ysOdPanelSchedule .ys-schedule-time { width: 38px; background: rgba(255,255,255,0.20); color: rgba(34,50,38,0.50); font-size: 10.5px; font-weight: 800; }
#ysOdPanelSchedule .ys-schedule-day { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; line-height: 1; }
#ysOdPanelSchedule .ys-schedule-day strong { font-size: 10.5px; color: rgba(34,50,38,0.70); }
#ysOdPanelSchedule .ys-schedule-day span { font-size: 8.8px; color: rgba(34,50,38,0.36); }
#ysOdPanelSchedule .ys-schedule-dot { display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: #718a5e; box-shadow: 0 0 0 3px rgba(113,138,94,0.08), 0 4px 9px rgba(80,108,68,0.12); }
#ysOdPanelSchedule .ys-schedule-notice { margin: 14px 0 0 !important; color: rgba(34,50,38,0.38) !important; font-size: 12px !important; line-height: 1.45 !important; }

@media (max-width: 1180px) {
  #ysOdCenterV9 .ys-od-intro-grid,
  #ysOdCenterV9 .ys-editorial-split,
  #ysOdCenterV9 .ys-anesthesia-bridge { grid-template-columns: 1fr; }
  #ysOdCenterV9 .ys-section-head { position: relative; top: auto; }
  #ysOdCenterV9 .ys-od-summary-card { min-height: 460px; }
  #ysOdDarkV9 .ys-dark-line-grid,
  #ysOdCenterV9 .ys-light-line-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ysOdDarkV9 .ys-dark-line-grid article:nth-child(2),
  #ysOdCenterV9 .ys-light-line-grid article:nth-child(2) { border-right: 0; }
  #ysOdDarkV9 .ys-dark-line-grid article:nth-child(-n+2),
  #ysOdCenterV9 .ys-light-line-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--dark-border); }
  #ysOdCenterV9 .ys-light-line-grid article:nth-child(-n+2) { border-bottom-color: rgba(34,50,38,0.10); }
}

@media (max-width: 767px) {
  #ysOdCenterV9 { --ys-page-gutter: clamp(18px, 5.2vw, 22px); --space-first: 44px; --space-section: 54px; --space-dark-section: 68px; --radius-lg: 26px; --radius-md: 22px; --radius-sm: 16px; --fs-title: clamp(25px, 6.65vw, 31px); --fs-title-sm: clamp(24px, 7.1vw, 32px); --fs-card-title: 20px; --fs-body: 14.5px; }
  #ysOdCenterV9 .ys-kicker { font-size: 9.5px; letter-spacing: 0.16em; margin-bottom: 12px; }
  #ysOdCenterV9 .ys-kicker::before { width: 19px; }
  #ysOdCenterV9 h2 { font-size: clamp(25px, 6.65vw, 31px); line-height: 1.22; }
  #ysOdCenterV9 p { font-size: 14.5px; line-height: 1.68; }
  #ysOdCenterV9 .ys-od-intro-copy h2 { font-size: clamp(30px, 8.8vw, 40px); }
  #ysOdCenterV9 .ys-od-summary-card { min-height: auto; padding: 24px; border-radius: 26px; }
  #ysOdCenterV9 .ys-summary-stats { position: relative; left: auto; right: auto; top: auto; bottom: auto; min-height: 320px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ysOdCenterV9 .ys-summary-stats article { min-height: 160px; padding: 22px 18px; }
  #ysOdCenterV9 .ys-summary-stats strong { font-size: clamp(30px, 8.4vw, 38px); }
  #ysOdCenterV9 .ys-copy-line { display: inline; }
  #ysOdCenterV9 .ys-standard-list article { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; padding: 20px 0; }
  #ysOdCenterV9 .ys-standard-list article:hover { padding-left: 0; }
  #ysOdCenterV9 .ys-od-standard-section + .ys-od-staff-section { margin-top: 48px; }
  #ysOdCenterV9 .ys-od-staff-grid { grid-template-columns: 1fr; gap: 14px; }
  #ysOdCenterV9 .ys-od-staff-card,
  #ysOdCenterV9 .ys-od-staff-card:nth-child(2),
  #ysOdCenterV9 .ys-od-staff-card:nth-child(3) { margin-top: 0; min-height: auto; }
  #ysOdCenterV9 .ys-staff-photo img { max-height: 270px; }
  #ysOdCenterV9 .ys-history-timeline { border-left: 0; }
  #ysOdCenterV9 .ys-history-timeline article { grid-template-columns: 1fr; min-height: auto; gap: 10px; padding: 20px 0; }
  #ysOdCenterV9 .ys-history-timeline article::before { display: none; }
  #ysOdCenterV9 .ys-history-timeline span { font-size: 12px; }
  #ysOdDarkV9 { padding: 68px 0 76px; }
  #ysOdDarkV9 .ys-dark-block + .ys-dark-block { margin-top: 64px; }
  #ysOdDarkV9 .ys-dark-head { margin-bottom: 24px; }
  #ysOdDarkV9 .ys-dark-line-grid,
#ysOdDarkV9 .ys-equipment-grid,
#ysOdDarkV9 .ys-case-images,
#ysOdCenterV9 .ys-light-line-grid,
#ysOdCenterV9 .ys-crown-board{ grid-template-columns: 1fr; }
  #ysOdDarkV9 .ys-dark-line-grid article,
  #ysOdCenterV9 .ys-light-line-grid article { min-height: auto; padding: 28px 24px 32px; border-right: 0; border-bottom: 1px solid var(--dark-border); }
  #ysOdCenterV9 .ys-light-line-grid article { border-bottom-color: rgba(34,50,38,0.10); }
  #ysOdDarkV9 .ys-dark-line-grid article:last-child,
  #ysOdCenterV9 .ys-light-line-grid article:last-child { border-bottom: 0; }
  #ysOdDarkV9 .ys-dark-line-grid em,
  #ysOdCenterV9 .ys-light-line-grid em { margin-bottom: 28px; }
  #ysOdDarkV9 .ys-equipment-card { grid-template-columns: 1fr; min-height: auto; padding: 22px; border-radius: 22px; gap: 14px; }
  #ysOdDarkV9 .ys-equipment-card figure { min-height: 190px; }
  #ysOdDarkV9 .ys-equipment-card img { max-height: 190px; }
  #ysOdDarkV9 .ys-eye-case-card { grid-template-columns: 1fr; gap: 18px; padding: 22px; border-radius: 22px; }
  #ysOdDarkV9 .ys-case-images figure { min-height: 230px; border-radius: 20px; }
  #ysOdCenterV9 .ys-dentistry-section { padding-top: 66px; }
  #ysOdCenterV9 .ys-anesthesia-bridge { min-height: auto; padding: 26px; border-radius: 24px; }
  #ysOdCenterV9 .ys-bridge-flow article { min-height: 70px; border-radius: 18px; }
  body > #ysOdStaffPanel,
  #ysOdCenterV9 #ysOdStaffPanel { width: 100vw; }
  body > #ysOdStaffPanel .ys-panel-photo-wrap,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-wrap { padding: 68px 28px 18px; }
  body > #ysOdStaffPanel .ys-panel-photo-frame,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame { width: min(245px, 76vw); }
  body > #ysOdStaffPanel .ys-panel-content,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-content { padding: 0 26px 46px; }
}

@media (max-width: 767px) {
  #ysOdCenterV9 .ys-dental-lab-banner { padding: 28px 24px; border-radius: 24px; }
  #ysOdCenterV9 .ys-dental-lab-copy h2 { margin-bottom: 14px; }
}



/* =========================================================
  V15 ONLY - INTRO RECORD BOARD REDESIGN
  - 상단 숫자 영역만 수정
  - 4칸 대시보드 박스 제거
  - 자연 배경 위 하나의 글래스 레코드 보드로 정리
========================================================= */

#ysOdCenterV9 .ys-od-summary-card {
  background: #203528;
}

#ysOdCenterV9 .ys-summary-bg {
  background-image:
    linear-gradient(180deg, rgba(10,22,14,0.10), rgba(8,18,12,0.38)),
    radial-gradient(circle at 66% 22%, rgba(248,245,236,0.22), transparent 34%),
    radial-gradient(circle at 20% 86%, rgba(199,216,168,0.14), transparent 38%),
    url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");
  opacity: 1;
  filter: saturate(0.94) contrast(1.02) brightness(1.02);
  transform: scale(1.025);
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board {
  position: absolute;
  left: clamp(34px, 3.4vw, 58px);
  right: clamp(34px, 3.4vw, 58px);
  top: clamp(34px, 3.4vw, 58px);
  bottom: clamp(34px, 3.4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(22px, 2vw, 34px);
  padding: clamp(34px, 3.2vw, 56px);
  border: 1px solid rgba(248,245,236,0.24);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248,245,236,0.135), rgba(248,245,236,0.045)),
    rgba(13,25,17,0.18);
  backdrop-filter: blur(16px) saturate(1.16);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -1px 0 rgba(248,245,236,0.08),
    0 26px 70px rgba(0,0,0,0.10);
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 16%, rgba(248,245,236,0.18), transparent 34%),
    radial-gradient(circle at 15% 90%, rgba(199,216,168,0.10), transparent 40%);
  opacity: 0.9;
  pointer-events: none;
}

#ysOdCenterV9 .ys-record-overline {
  display: block;
  color: rgba(248,245,236,0.68);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.20em;
}

#ysOdCenterV9 .ys-record-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 54px);
  align-items: end;
  margin-top: auto;
  padding-top: clamp(22px, 2.2vw, 38px);
  border-top: 1px solid rgba(248,245,236,0.13);
}

#ysOdCenterV9 .ys-record-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  padding-top: clamp(20px, 2vw, 30px);
  border-top: 1px solid rgba(248,245,236,0.13);
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board article,
#ysOdCenterV9 .ys-summary-stats.ys-record-board article:nth-child(2n),
#ysOdCenterV9 .ys-summary-stats.ys-record-board article:nth-child(n+3) {
  min-height: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: block;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board article:hover {
  background: transparent;
  transform: translateY(-2px);
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board .is-main strong {
  display: block;
  color: #F8F5EC;
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: clamp(43px, 3.55vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.075em;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-shadow: 0 12px 34px rgba(0,0,0,0.18);
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board .is-sub strong {
  display: block;
  color: rgba(248,245,236,0.94);
  font-family: "Manrope", "Pretendard", sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board p {
  margin: 13px 0 0;
  color: rgba(248,245,236,0.72);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

#ysOdCenterV9 .ys-summary-stats.ys-record-board .is-sub p {
  margin-top: 9px;
  color: rgba(248,245,236,0.62);
}

@media (max-width: 767px) {
  #ysOdCenterV9 .ys-summary-stats.ys-record-board {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-height: 340px;
    padding: 28px;
    gap: 24px;
  }

  #ysOdCenterV9 .ys-record-main,
  #ysOdCenterV9 .ys-record-support {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #ysOdCenterV9 .ys-summary-stats.ys-record-board .is-main strong {
    font-size: clamp(38px, 10.8vw, 48px);
  }

  #ysOdCenterV9 .ys-summary-stats.ys-record-board .is-sub strong {
    font-size: clamp(24px, 7.2vw, 32px);
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 640px) {
}
@media (hover: none), (pointer: coarse), (max-width: 767px) {
  #ysOdCenterV9 .ys-equipment-grid,
  #ysOdCenterV9 .ys-equipment-card,
  #ysOdCenterV9 .ys-eye-case-stack,
  #ysOdCenterV9 .ys-eye-case-card,
  #ysOdCenterV9 .ys-case-images,
  #ysOdCenterV9 .ys-crown-board,
  #ysOdCenterV9 .ys-od-staff-card,
  #ysOdCenterV9 .ys-staff-photo,
  #ysOdCenterV9 #ysOdStaffPanel,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-wrap {
    touch-action: pan-y !important;
  }

  #ysOdCenterV9 .ys-equipment-card figure,
  #ysOdCenterV9 .ys-case-images figure,
  #ysOdCenterV9 .ys-crown-board figure,
  #ysOdCenterV9 .ys-staff-photo,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame {
    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;
  }

  #ysOdCenterV9 .ys-equipment-card figure *,
  #ysOdCenterV9 .ys-case-images figure *,
  #ysOdCenterV9 .ys-crown-board figure *,
  #ysOdCenterV9 .ys-staff-photo *,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame * {
    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;
  }

  #ysOdCenterV9 .ys-equipment-card img,
  #ysOdCenterV9 .ys-case-images img,
  #ysOdCenterV9 .ys-crown-board img,
  #ysOdCenterV9 .ys-staff-photo img,
  #ysOdCenterV9 #ysOdStaffPanel .ys-panel-photo-frame img {
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
}
/* BIEN_COMMON_GATEWAY_STYLE_END */
