#ysAboutBienPageV19,
#ysAboutBienPageV19 * {
  box-sizing: border-box;
}

#ysAboutBienPageV19 {
  --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.62);
  --ys-soft: rgba(34, 50, 38, 0.42);
  --ys-line: rgba(34, 50, 38, 0.11);

  --ys-container: 1760px;
  --ys-page-gutter: clamp(30px, 4vw, 76px);
  --ys-inner-width: min(var(--ys-container), calc(100% - (var(--ys-page-gutter) * 2)));

  --ys-header-h: 96px;
  --ys-window-h: 900px;
  --ys-history-sticky-top: 150px;
  --ys-history-line-h: 680px;
  --ys-history-pc-start-offset: clamp(72px, 4.4vw, 90px);
  --ys-history-mobile-line-tail: clamp(82px, 11vw, 118px);
  --ys-history-progress: 0;

  --fs-kicker: 11px;
  --fs-body: clamp(15px, 0.96vw, 17px);
  --fs-title: clamp(40px, 3.4vw, 62px);
  --fs-title-lg: clamp(44px, 3.8vw, 68px);
  --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;

  background: var(--ys-bg);

  color: var(--ys-deep);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#ysAboutBienPageV19 img {
  display: block;
  max-width: 100%;
}

#ysAboutBienPageV19 a {
  color: inherit;
}

/* BACKGROUND */
#ysAboutBienPageV19 .ys-about-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#ysAboutBienPageV19 .ys-about-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: linear-gradient(to right, rgba(34, 50, 38, 0.045) 1px, transparent 1px);
  background-size: 19.2% 100%;
}

#ysAboutBienPageV19 .ys-about-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.01;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 18% 20%, rgba(53,68,50,0.28) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(53,68,50,0.15) 0 1px, transparent 1px);
  background-size: 36px 42px, 58px 64px;
}

#ysAboutBienPageV19 .ys-about-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(58px);
}

#ysAboutBienPageV19 .orb-01 {
  width: 660px;
  height: 660px;
  left: 42%;
  top: 4%;
  background: rgba(184, 219, 166, 0.05);
}

#ysAboutBienPageV19 .orb-02 {
  width: 600px;
  height: 600px;
  right: -180px;
  top: 28%;
  background: rgba(238, 221, 184, 0.10);
}

#ysAboutBienPageV19 .orb-03 {
  width: 620px;
  height: 420px;
  left: -180px;
  bottom: 3%;
  background: rgba(224, 232, 198, 0.055);
}

/* COMMON */
#ysAboutBienPageV19 .ys-about-inner {
  position: relative;
  z-index: 2;
  width: var(--ys-inner-width);
  margin: 0 auto;
  padding: clamp(78px, 6vw, 118px) 0 clamp(96px, 7vw, 132px);
}

#ysAboutBienPageV19 .ys-about-after-history {
  padding-top: clamp(88px, 7vw, 128px);
}

#ysAboutBienPageV19 .ys-about-section {
  position: relative;
}

#ysAboutBienPageV19 .ys-about-section + .ys-about-section {
  margin-top: clamp(92px, 7vw, 132px);
}

#ysAboutBienPageV19 .ys-about-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;
}

#ysAboutBienPageV19 .ys-about-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

/* REVEAL */
#ysAboutBienPageV19 .ys-reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 0.82s cubic-bezier(.22, 1, .36, 1),
    transform 0.82s cubic-bezier(.22, 1, .36, 1),
    filter 0.82s cubic-bezier(.22, 1, .36, 1);
}

#ysAboutBienPageV19 .ys-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* FLOATING FIELD IMAGE */
#ysAboutBienPageV19 .ys-field-float-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: clamp(340px, 28vw, 520px);
  aspect-ratio: 16 / 10;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-999px, -999px, 0) scale(0.94) rotate(-1deg);
  filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #f1eadb;
  box-shadow:
    0 28px 76px rgba(34, 50, 38, 0.24),
    0 12px 28px rgba(34, 50, 38, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.72);
  transition:
    opacity 0.22s ease,
    filter 0.22s ease,
    transform 0.12s linear;
}

#ysAboutBienPageV19 .ys-field-float-preview.is-active {
  opacity: 1;
  filter: blur(0);
}

#ysAboutBienPageV19 .ys-field-float-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(1.02);
}

/* =========================================================
  CORE VALUE
========================================================= */

#ysAboutBienPageV19 .ys-core-section {
  min-height: 760px;
  padding: clamp(22px, 2vw, 30px) 0 clamp(30px, 2.4vw, 42px);
}

#ysAboutBienPageV19 .ys-core-head {
  text-align: center;
}

#ysAboutBienPageV19 .ys-core-overline {
  margin: 0;
  color: rgba(34, 50, 38, 0.58);
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

#ysAboutBienPageV19 .ys-core-head h2 {
  margin: 16px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title-lg);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-core-circle-wrap {
  --circle-size: clamp(330px, 23vw, 430px);
  --circle-overlap: 44px;

  position: relative;
  width: min(1500px, 100%);
  height: clamp(390px, 32vw, 480px);
  margin: clamp(66px, 5.8vw, 96px) auto 0;
  overflow: visible;
}

#ysAboutBienPageV19 .ys-core-circle {
  --hover-x: 0px;
  --hover-y: 0px;
  --scale: 1;

  position: absolute;
  top: 50%;
  z-index: 2;
  width: var(--circle-size);
  aspect-ratio: 1 / 1;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: var(--ys-deep);

  opacity: 0;
  filter: blur(12px);

  transform:
    translate(
      calc(-50% + var(--hover-x)),
      calc(-50% + var(--hover-y))
    )
    scale(var(--scale));

  transition:
    transform 0.72s cubic-bezier(.22,1,.36,1),
    filter 0.32s ease,
    opacity 0.32s ease;
}

#ysAboutBienPageV19 .circle-left {
  left: calc(50% - var(--circle-size) + var(--circle-overlap));
}

#ysAboutBienPageV19 .circle-center {
  left: 50%;
  z-index: 4;
  color: #F8F5EC;
  background:
    radial-gradient(circle at 28% 16%, rgba(255,255,255,0.24), transparent 34%),
    linear-gradient(145deg, #718a5e 0%, #506c44 100%);
  box-shadow:
    0 34px 96px rgba(80,108,68,0.22),
    inset 0 1px 0 rgba(255,255,255,0.30);
}

#ysAboutBienPageV19 .circle-right {
  left: calc(50% + var(--circle-size) - var(--circle-overlap));
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-left {
  animation: ysCoreFadeInV19 0.72s cubic-bezier(.22,1,.36,1) 0.1s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-center {
  animation: ysCoreFadeInV19 0.72s cubic-bezier(.22,1,.36,1) 0.65s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-right {
  animation: ysCoreFadeInV19 0.72s cubic-bezier(.22,1,.36,1) 1.2s forwards;
}

@keyframes ysCoreFadeInV19 {
  from { opacity: 0; filter: blur(12px); }
  to { opacity: 1; filter: blur(0); }
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-left:hover {
  --hover-x: -74px;
  --hover-y: 0px;
  --scale: 1.012;
  z-index: 8;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-center:hover {
  --hover-x: 0px;
  --hover-y: -8px;
  --scale: 1.012;
  z-index: 9;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-right:hover {
  --hover-x: 74px;
  --hover-y: 0px;
  --scale: 1.012;
  z-index: 8;
}

#ysAboutBienPageV19 .ys-core-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

#ysAboutBienPageV19 .ys-core-ring circle {
  fill: none;
  stroke-width: 1.3;
  stroke: rgba(80,108,68,0.42);
  stroke-dasharray: 892;
  stroke-dashoffset: 892;
  stroke-linecap: round;
}

#ysAboutBienPageV19 .circle-center .ys-core-ring circle {
  stroke: rgba(248,245,236,0.52);
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-left .ys-core-ring circle {
  animation: ysCoreRingDrawV19 1.6s cubic-bezier(.22,1,.36,1) 0.1s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-center .ys-core-ring circle {
  animation: ysCoreRingDrawV19 1.6s cubic-bezier(.22,1,.36,1) 0.65s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-right .ys-core-ring circle {
  animation: ysCoreRingDrawV19 1.6s cubic-bezier(.22,1,.36,1) 1.2s forwards;
}

@keyframes ysCoreRingDrawV19 {
  from { stroke-dashoffset: 892; }
  to { stroke-dashoffset: 0; }
}

#ysAboutBienPageV19 .ys-core-center-glow {
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(199,216,168,0.24), transparent 70%);
  transform: scale(0.92);
}

#ysAboutBienPageV19 .ys-core-section.is-visible .ys-core-center-glow {
  animation: ysCoreCenterGlowV19 1.3s cubic-bezier(.22,1,.36,1) 2.82s forwards;
}

@keyframes ysCoreCenterGlowV19 {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 0.38; transform: scale(1.06); }
}

#ysAboutBienPageV19 .ys-core-circle-content {
  position: relative;
  z-index: 3;
  padding: 34px;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(10px);
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-left .ys-core-circle-content {
  animation: ysCoreTextInV19 0.48s cubic-bezier(.22,1,.36,1) 0.42s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-center .ys-core-circle-content {
  animation: ysCoreTextInV19 0.48s cubic-bezier(.22,1,.36,1) 0.72s forwards;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .circle-right .ys-core-circle-content {
  animation: ysCoreTextInV19 0.48s cubic-bezier(.22,1,.36,1) 1.02s forwards;
}

@keyframes ysCoreTextInV19 {
  from { opacity: 0; transform: translateY(18px); filter: blur(10px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

#ysAboutBienPageV19 .ys-core-circle-content span {
  display: block;
  color: rgba(34, 50, 38, 0.44);
  font-size: var(--fs-kicker);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.22em;
}

#ysAboutBienPageV19 .ys-core-circle-content strong {
  display: block;
  margin-top: 18px;
  color: var(--ys-deep);
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(48px, 3.7vw, 70px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

#ysAboutBienPageV19 .circle-right .ys-core-circle-content strong {
  font-size: clamp(42px, 3.35vw, 64px);
}

#ysAboutBienPageV19 .ys-core-circle-content p {
  margin: 18px 0 0;
  color: rgba(34, 50, 38, 0.62);
  font-size: var(--fs-body);
  line-height: 1.5;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .circle-center .ys-core-circle-content span,
#ysAboutBienPageV19 .circle-center .ys-core-circle-content p {
  color: rgba(248,245,236,0.68);
}

#ysAboutBienPageV19 .circle-center .ys-core-circle-content strong {
  color: #F8F5EC;
}

#ysAboutBienPageV19 .ys-core-main-copy {
  margin: clamp(36px, 3.8vw, 58px) auto 0;
  width: min(720px, 100%);
  color: rgba(34,50,38,0.62);
  text-align: center;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.055em;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(8px);
}

#ysAboutBienPageV19 .ys-copy-mo {
  display: none;
}

#ysAboutBienPageV19 .ys-core-section.is-visible .ys-core-main-copy {
  animation: ysCoreTextInV19 0.7s cubic-bezier(.22,1,.36,1) 3.25s forwards;
}

/* =========================================================
  HISTORY
========================================================= */

#ysAboutBienPageV19 .ys-history-section {
  position: relative;
  z-index: 5;
  width: 100vw;
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 235, 192, 0.12), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(191, 220, 158, 0.055), transparent 39%),
    radial-gradient(circle at 46% 78%, rgba(212, 226, 182, 0.07), transparent 42%),
    linear-gradient(180deg, #F8F5EC 0%, #F8F5EC 62%, #f6f0e4 100%);
  color: var(--ys-deep);
}

#ysAboutBienPageV19 .ys-history-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#ysAboutBienPageV19 .ys-history-grid {
  position: absolute;
  inset: 0;
  opacity: 0.038;
  background-image: linear-gradient(to right, rgba(34, 50, 38, 0.052) 1px, transparent 1px);
  background-size: 19.2% 100%;
}

#ysAboutBienPageV19 .ys-history-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(52px);
}

#ysAboutBienPageV19 .ys-history-orb.orb-a {
  width: 640px;
  height: 640px;
  left: 4%;
  top: 14%;
  background: rgba(255,255,255,0.20);
}

#ysAboutBienPageV19 .ys-history-orb.orb-b {
  width: 600px;
  height: 600px;
  right: 4%;
  top: 20%;
  background: rgba(191, 220, 158, 0.045);
}

#ysAboutBienPageV19 .ys-history-inner {
  position: relative;
  z-index: 3;
  width: var(--ys-inner-width);
  margin: 0 auto;
  padding: clamp(118px, 8vw, 156px) 0 clamp(120px, 9vw, 180px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(48px, 4.5vw, 92px);
}

#ysAboutBienPageV19 .ys-history-left {
  position: sticky;
  top: var(--ys-history-sticky-top);
  z-index: 4;
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}

#ysAboutBienPageV19 .ys-history-left-box {
  position: relative;
  width: 100%;
  padding-right: clamp(78px, 6vw, 122px);
  overflow: visible;
}

#ysAboutBienPageV19 .ys-history-line {
  position: absolute;
  right: 0;
  top: var(--ys-history-pc-start-offset);
  width: 3px;
  height: var(--ys-history-line-h);
  background: rgba(34,50,38,0.14);
  border-radius: 999px;
  overflow: visible;
}

#ysAboutBienPageV19 .ys-history-line .ys-history-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  transform: translate(-50%, 0);
  background: var(--ys-green-dark);
  box-shadow:
    0 0 0 11px rgba(80,108,68,0.10),
    0 0 28px rgba(80,108,68,0.20);
}

#ysAboutBienPageV19 .ys-history-line .ys-history-progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: calc(var(--ys-history-progress) * 100%);
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ys-green-dark);
}

#ysAboutBienPageV19 .ys-history-left-head {
  margin-bottom: clamp(32px, 3.2vw, 50px);
}

#ysAboutBienPageV19 .ys-history-overline {
  margin: 0;
  color: rgba(34, 50, 38, 0.58);
  font-family: "Noto Serif KR", serif;
  font-size: clamp(18px, 1.25vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

#ysAboutBienPageV19 .ys-history-left-head h2 {
  margin: 14px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: clamp(38px, 3vw, 56px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-history-left-head h2 span {
  display: inline;
}

#ysAboutBienPageV19 .ys-history-left-head p {
  margin: 18px 0 0;
  color: rgba(34,50,38,0.62);
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1.75;
  letter-spacing: -0.032em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-history-left-stage {
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(280px, 1fr);
  gap: clamp(34px, 3.2vw, 58px);
  align-items: center;
  overflow: visible;
}

#ysAboutBienPageV19 .ys-history-photo {
  position: relative;
  overflow: hidden;
  width: min(100%, 500px);
  aspect-ratio: 4 / 5;
  border-radius: clamp(26px, 2vw, 38px);
  background: rgba(34,50,38,0.08);
  box-shadow:
    0 34px 96px rgba(86,104,74,0.15),
    0 10px 34px rgba(86,104,74,0.08);
}

#ysAboutBienPageV19 .ys-history-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  filter: saturate(0.92) contrast(1.04) brightness(0.98);
  transition:
    opacity 0.28s ease,
    transform 0.6s cubic-bezier(.22,1,.36,1),
    filter 0.4s ease;
}

#ysAboutBienPageV19 .ys-history-left.is-changing .ys-history-photo-img {
  opacity: 0.22;
  transform: scale(1.075);
  filter: blur(8px) saturate(0.8) contrast(1.02) brightness(0.94);
}

#ysAboutBienPageV19 .ys-history-keyword {
  min-width: 0;
  color: var(--ys-deep);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    filter 0.28s ease;
}

#ysAboutBienPageV19 .ys-history-left.is-changing .ys-history-keyword {
  opacity: 0.28;
  transform: translateY(10px);
  filter: blur(7px);
}

#ysAboutBienPageV19 .ys-history-year {
  margin: 0;
  color: rgba(34,50,38,0.46);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(48px, 3.7vw, 72px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  white-space: nowrap;
}

#ysAboutBienPageV19 .ys-history-season {
  margin: 12px 0 0;
  color: var(--ys-green-dark);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(34px, 2.55vw, 50px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#ysAboutBienPageV19 .ys-history-title {
  margin: 24px 0 0;
  color: var(--ys-deep);
  font-size: clamp(24px, 1.9vw, 34px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

/* RIGHT LIST */
#ysAboutBienPageV19 .ys-history-right {
  position: relative;
  z-index: 2;
  flex: 0 0 560px;
  min-width: 0;
  padding-top: var(--ys-history-pc-start-offset);
}

#ysAboutBienPageV19 .ys-history-list {
  margin: 0;
  padding: 0 0 clamp(360px, 34vw, 540px);
  list-style: none;
}

#ysAboutBienPageV19 .ys-history-row {
  position: relative;
  margin: 0 0 clamp(86px, 7vw, 122px);
  padding: 0;
  color: rgba(34,50,38,0.36);
  transition:
    color 0.32s ease,
    opacity 0.32s ease,
    transform 0.32s ease;
}

#ysAboutBienPageV19 .ys-history-row:last-child {
  margin-bottom: 0;
}

#ysAboutBienPageV19 .ys-history-row-year {
  margin: 0 0 18px;
  color: currentColor;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(40px, 3vw, 62px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

#ysAboutBienPageV19 .ys-history-row-content {
  display: block;
  color: currentColor;
}

#ysAboutBienPageV19 .ys-history-row-content span {
  display: block;
  color: currentColor;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(28px, 2.15vw, 42px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#ysAboutBienPageV19 .ys-history-row-content strong {
  display: block;
  margin-top: 16px;
  color: currentColor;
  font-size: clamp(18px, 1.18vw, 22px);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-history-row-content ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#ysAboutBienPageV19 .ys-history-row-content li {
  position: relative;
  padding-left: 15px;
  color: rgba(34,50,38,0.44);
  font-size: clamp(14px, 0.94vw, 16px);
  line-height: 1.56;
  letter-spacing: -0.026em;
  word-break: keep-all;
  transition: color 0.32s ease;
}

#ysAboutBienPageV19 .ys-history-row-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.72;
}

#ysAboutBienPageV19 .ys-history-row.is-active {
  color: var(--ys-green-dark);
  opacity: 1;
  transform: translateX(8px);
}

#ysAboutBienPageV19 .ys-history-row.is-active .ys-history-row-content strong {
  color: var(--ys-deep);
}

#ysAboutBienPageV19 .ys-history-row.is-active .ys-history-row-content li {
  color: rgba(34,50,38,0.72);
}

/* FIELDS */
#ysAboutBienPageV19 .ys-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.72fr);
  gap: clamp(34px, 5vw, 90px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 58px);
}

#ysAboutBienPageV19 .ys-section-head h2,
#ysAboutBienPageV19 .ys-gateway-copy h2 {
  margin: 16px 0 0;
  color: var(--ys-deep);
  font-family: "Noto Serif KR", serif;
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.064em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-section-head p {
  margin: 0;
  color: rgba(34, 50, 38, 0.62);
  font-size: var(--fs-body);
  line-height: 1.78;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

#ysAboutBienPageV19 .ys-field-list {
  border-top: 1px solid var(--ys-line);
}

#ysAboutBienPageV19 .ys-field-item {
  position: relative;
  min-height: 92px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 74px minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  border-bottom: 1px solid var(--ys-line);
  color: inherit;
  text-decoration: none;
}

#ysAboutBienPageV19 .ys-field-item::before {
  content: "";
  position: absolute;
  inset: 8px 0;
  z-index: -1;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.60), rgba(255,255,255,0.22));
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
}

#ysAboutBienPageV19 .ys-field-item::after {
  content: "→";
  position: absolute;
  right: 8px;
  top: 50%;
  color: var(--ys-green-dark);
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translate(-10px, -50%);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

#ysAboutBienPageV19 .ys-field-item:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

#ysAboutBienPageV19 .ys-field-item:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

#ysAboutBienPageV19 .ys-field-item span {
  color: rgba(34, 50, 38, 0.36);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

#ysAboutBienPageV19 .ys-field-item strong {
  color: var(--ys-deep);
  font-size: var(--fs-card-title);
  font-weight: 660;
  line-height: 1.26;
  letter-spacing: -0.055em;
  word-break: keep-all;
  transition:
    color 0.28s ease,
    transform 0.28s ease;
}

#ysAboutBienPageV19 .ys-field-item em {
  color: rgba(34, 50, 38, 0.48);
  font-style: normal;
  font-size: clamp(13px, 0.82vw, 15px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

#ysAboutBienPageV19 .ys-field-item:hover strong {
  color: var(--ys-green-dark);
  transform: translateX(4px);
}

/* GATEWAY */
#ysAboutBienPageV19 .ys-gateway-copy {
  margin-bottom: 32px;
}

#ysAboutBienPageV19 .ys-gateway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#ysAboutBienPageV19 .ys-gateway-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.64);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.72), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.30));
  box-shadow:
    0 22px 64px rgba(86,104,74,0.06),
    inset 0 1px 0 rgba(255,255,255,0.82);
  color: var(--ys-deep);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

#ysAboutBienPageV19 .ys-gateway-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--ys-green-dark);
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

#ysAboutBienPageV19 .ys-gateway-card:hover {
  transform: translateY(-5px);
  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));
}

#ysAboutBienPageV19 .ys-gateway-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

#ysAboutBienPageV19 .ys-gateway-card strong {
  color: var(--ys-deep);
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

#ysAboutBienPageV19 .ys-gateway-card em {
  color: rgba(34, 50, 38, 0.48);
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

/* =========================================================
  TABLET
========================================================= */

@media (max-width: 1440px) {
  #ysAboutBienPageV19 .ys-history-right {
    flex-basis: 470px;
  }

  #ysAboutBienPageV19 .ys-history-left-stage {
    grid-template-columns: minmax(300px, 390px) minmax(230px, 1fr);
    gap: 34px;
  }

  #ysAboutBienPageV19 .ys-history-photo {
    width: min(100%, 390px);
  }

  #ysAboutBienPageV19 .ys-history-left-box {
    padding-right: 76px;
  }
}

@media (max-width: 1180px) {
  #ysAboutBienPageV19 {
    --ys-page-gutter: clamp(24px, 5vw, 48px);
  }

  #ysAboutBienPageV19 .ys-section-head {
    grid-template-columns: 1fr;
  }

  #ysAboutBienPageV19 .ys-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ysAboutBienPageV19 .ys-core-circle-wrap {
    --circle-size: clamp(300px, 26vw, 390px);
    --circle-overlap: 34px;
  }
}

/* =========================================================
  TABLET / MOBILE
========================================================= */

#ysAboutBienPageV19 .ys-history-row-photo {
  display: none;
}

@media (max-width: 991px) {
  #ysAboutBienPageV19 {
    --ys-page-gutter: clamp(22px, 5vw, 46px);
  }

  #ysAboutBienPageV19 .ys-about-inner {
    padding-top: clamp(60px, 8vw, 82px);
    padding-bottom: clamp(60px, 8vw, 84px);
  }

  #ysAboutBienPageV19 .ys-about-core-inner {
    padding-bottom: 0 !important;
  }

  #ysAboutBienPageV19 .ys-core-section {
    min-height: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  #ysAboutBienPageV19 .ys-core-head h2 {
    font-size: clamp(36px, 6.2vw, 52px);
    line-height: 1.18;
  }

  #ysAboutBienPageV19 .ys-core-circle-wrap {
    width: min(720px, 100%);
    height: auto !important;
    margin-top: clamp(42px, 6vw, 58px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #ysAboutBienPageV19 .ys-core-circle {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100%;
    min-height: 172px;
    aspect-ratio: auto;
    border-radius: 42px 34px 46px 32px;
    transform: none !important;
    border: 1px solid rgba(80,108,68,0.24);
    background:
      radial-gradient(circle at 18% 10%, rgba(255,255,255,0.62), transparent 46%),
      linear-gradient(135deg, rgba(255,255,255,0.48), rgba(255,255,255,0.18));
    box-shadow:
      0 18px 54px rgba(86,104,74,0.07),
      inset 0 1px 0 rgba(255,255,255,0.74);
  }

  #ysAboutBienPageV19 .ys-core-circle:hover {
    transform: none !important;
  }

  #ysAboutBienPageV19 .circle-center {
    border-color: rgba(80,108,68,0.18);
    background:
      radial-gradient(circle at 28% 16%, rgba(255,255,255,0.24), transparent 34%),
      linear-gradient(145deg, #718a5e 0%, #506c44 100%);
  }

  #ysAboutBienPageV19 .ys-core-ring {
    display: none;
  }

  #ysAboutBienPageV19 .ys-core-circle-content {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    padding: 30px 28px;
  }

  #ysAboutBienPageV19 .ys-core-circle-content strong {
    font-size: clamp(42px, 8vw, 58px);
  }

  #ysAboutBienPageV19 .circle-right .ys-core-circle-content strong {
    font-size: clamp(38px, 7.2vw, 54px);
  }

  #ysAboutBienPageV19 .ys-core-main-copy {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
    letter-spacing: -0.045em;
  }

  #ysAboutBienPageV19 .ys-copy-pc {
    display: none;
  }

  #ysAboutBienPageV19 .ys-copy-mo {
    display: inline;
  }

  /* HISTORY */
  #ysAboutBienPageV19 .ys-history-section {
    margin-top: 0 !important;
  }

  #ysAboutBienPageV19 .ys-history-section.ys-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  #ysAboutBienPageV19 .ys-history-inner {
    width: var(--ys-inner-width);
    padding: 26px 0 clamp(82px, 11vw, 118px) !important;
    display: block;
  }

  #ysAboutBienPageV19 .ys-history-left {
    position: relative !important;
    top: auto !important;
    width: 100%;
    height: auto;
    display: block;
  }

  #ysAboutBienPageV19 .ys-history-left-box {
    padding-right: 0;
  }

  #ysAboutBienPageV19 .ys-history-left > .ys-history-left-box > .ys-history-line,
  #ysAboutBienPageV19 .ys-history-left-stage {
    display: none !important;
  }

  #ysAboutBienPageV19 .ys-history-left-head {
    margin-bottom: clamp(34px, 6vw, 52px);
  }

  #ysAboutBienPageV19 .ys-history-overline {
    font-size: clamp(15px, 2.5vw, 20px);
    letter-spacing: -0.02em;
  }

  #ysAboutBienPageV19 .ys-history-left-head h2 {
    margin-top: 12px;
    max-width: 680px;
    font-size: clamp(32px, 6vw, 46px);
    line-height: 1.22;
    letter-spacing: -0.066em;
  }

  #ysAboutBienPageV19 .ys-history-left-head h2 span {
    display: inline;
  }

  #ysAboutBienPageV19 .ys-history-left-head p {
    margin-top: 14px;
    width: min(620px, 100%);
    font-size: clamp(14px, 2.1vw, 16px);
    line-height: 1.72;
    word-break: keep-all;
  }

  #ysAboutBienPageV19 .ys-history-right {
    width: 100%;
    margin-top: 0;
    flex: none;
    padding-top: 0;
  }

  #ysAboutBienPageV19 .ys-history-list {
    --mobile-line-x: 12px;
    --mobile-content-x: 46px;
    --mobile-dot-size: 12px;
    --mobile-line-tail: var(--ys-history-mobile-line-tail);

    position: relative;
    margin: 0;
    padding: 0 0 0 var(--mobile-content-x);
    list-style: none;
  }

  #ysAboutBienPageV19 .ys-history-list::before {
    content: "";
    position: absolute;
    left: var(--mobile-line-x);
    top: 6px;
    bottom: calc(var(--mobile-line-tail) * -1);
    width: 2px;
    border-radius: 999px;
    background: rgba(34,50,38,0.13);
  }

  #ysAboutBienPageV19 .ys-history-list::after {
    content: "";
    position: absolute;
    left: var(--mobile-line-x);
    top: 6px;
    width: 2px;
    height: calc(var(--ys-history-progress) * (100% + var(--mobile-line-tail)));
    max-height: calc(100% + var(--mobile-line-tail));
    border-radius: 999px;
    background: var(--ys-green-dark);
    box-shadow: 0 0 24px rgba(80,108,68,0.14);
  }

  #ysAboutBienPageV19 .ys-history-row {
    position: relative;
    margin: 0 0 clamp(54px, 8vw, 78px);
    padding: 0 0 clamp(54px, 7vw, 72px);
    color: rgba(34,50,38,0.70);
    border-bottom: 1px solid rgba(34,50,38,0.09);
    transform: none !important;
  }

  #ysAboutBienPageV19 .ys-history-row:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  #ysAboutBienPageV19 .ys-history-row::before {
    content: "";
    position: absolute;
    left: calc(var(--mobile-line-x) - var(--mobile-content-x) - 5px);
    top: 0;
    z-index: 3;
    width: var(--mobile-dot-size);
    height: var(--mobile-dot-size);
    border-radius: 999px;
    background: #F8F5EC;
    border: 2px solid rgba(80,108,68,0.32);
    box-shadow: 0 0 0 7px rgba(80,108,68,0.055);
    transition:
      background 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  #ysAboutBienPageV19 .ys-history-row.is-active::before {
    background: var(--ys-green-dark);
    border-color: var(--ys-green-dark);
    box-shadow:
      0 0 0 8px rgba(80,108,68,0.10),
      0 0 26px rgba(80,108,68,0.18);
  }

  #ysAboutBienPageV19 .ys-history-row-photo {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 clamp(22px, 4vw, 30px);
    border-radius: 34px 44px 30px 48px;
    background: rgba(34,50,38,0.08);
    box-shadow:
      0 24px 68px rgba(86,104,74,0.12),
      0 8px 24px rgba(86,104,74,0.07);
  }

  #ysAboutBienPageV19 .ys-history-row-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.035);
    filter: saturate(0.92) contrast(1.03) brightness(0.99);
  }

  #ysAboutBienPageV19 .ys-history-row-year {
    margin: 0 0 8px;
    font-size: clamp(34px, 6.8vw, 52px);
    line-height: 1;
    color: rgba(34,50,38,0.42);
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 760;
  }

  #ysAboutBienPageV19 .ys-history-row-content span {
    font-size: clamp(24px, 5.2vw, 36px);
    line-height: 1.12;
    white-space: normal;
    color: currentColor;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 760;
  }

  #ysAboutBienPageV19 .ys-history-row-content strong {
    margin-top: 12px;
    padding-right: 0;
    font-size: clamp(18px, 3.2vw, 23px);
    line-height: 1.36;
    letter-spacing: -0.055em;
    color: var(--ys-deep);
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  #ysAboutBienPageV19 .ys-history-row-content ul {
    margin-top: 18px;
    gap: 9px;
  }

  #ysAboutBienPageV19 .ys-history-row-content li {
    padding-left: 14px;
    font-size: clamp(13.5px, 2vw, 15.5px);
    line-height: 1.68;
    letter-spacing: -0.032em;
    color: rgba(34,50,38,0.66);
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  #ysAboutBienPageV19 .ys-history-row.is-active {
    color: var(--ys-green-dark);
  }

  #ysAboutBienPageV19 .ys-history-row.is-active .ys-history-row-year {
    color: var(--ys-green-dark);
  }

  #ysAboutBienPageV19 .ys-history-row.is-active .ys-history-row-content li {
    color: rgba(34,50,38,0.76);
  }

  #ysAboutBienPageV19 .ys-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  #ysAboutBienPageV19 .ys-section-head h2,
  #ysAboutBienPageV19 .ys-gateway-copy h2 {
    font-size: clamp(34px, 6.8vw, 50px);
    line-height: 1.22;
  }

  #ysAboutBienPageV19 .ys-section-head p {
    width: min(620px, 100%);
    font-size: clamp(14.5px, 2.2vw, 17px);
    line-height: 1.72;
  }

  #ysAboutBienPageV19 .ys-field-item {
    min-height: auto;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 0;
  }

  #ysAboutBienPageV19 .ys-field-item em {
    grid-column: 2;
  }

  #ysAboutBienPageV19 .ys-field-item::after {
    display: none;
  }

  #ysAboutBienPageV19 .ys-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
  MOBILE DETAIL
========================================================= */

@media (max-width: 767px) {
  #ysAboutBienPageV19 {
    --ys-page-gutter: 18px;
    --fs-title: clamp(31px, 8.4vw, 40px);
    --fs-title-lg: clamp(33px, 8.8vw, 42px);
    --fs-card-title: 20px;
    --fs-body: 14.5px;
  }

  #ysAboutBienPageV19 .ys-about-inner {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  #ysAboutBienPageV19 .ys-about-core-inner {
    padding-bottom: 0 !important;
  }

  #ysAboutBienPageV19 .ys-about-section + .ys-about-section {
    margin-top: 70px;
  }

  #ysAboutBienPageV19 .ys-core-overline {
    font-size: 24px;
  }

  #ysAboutBienPageV19 .ys-core-head h2 {
    font-size: clamp(31px, 8.3vw, 39px);
  }

  #ysAboutBienPageV19 .ys-core-circle-wrap {
    margin-top: 36px;
    gap: 12px;
  }

  #ysAboutBienPageV19 .ys-core-circle {
    min-height: 160px;
    border-radius: 32px 26px 36px 28px;
  }

  #ysAboutBienPageV19 .ys-core-circle-content {
    padding: 26px 22px;
  }

  #ysAboutBienPageV19 .ys-core-circle-content strong {
    margin-top: 14px;
    font-size: 39px;
  }

  #ysAboutBienPageV19 .circle-right .ys-core-circle-content strong {
    font-size: 34px;
  }

  #ysAboutBienPageV19 .ys-core-circle-content p {
    margin-top: 14px;
    font-size: 13.5px;
  }

  #ysAboutBienPageV19 .ys-core-main-copy {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
    letter-spacing: -0.045em;
  }

  #ysAboutBienPageV19 .ys-history-inner {
    padding-top: 24px !important;
    padding-bottom: 78px;
  }

  #ysAboutBienPageV19 .ys-history-left-head {
    margin-bottom: 34px;
  }

  #ysAboutBienPageV19 .ys-history-overline {
    font-size: 14px;
  }

  #ysAboutBienPageV19 .ys-history-left-head h2 {
    max-width: 310px;
    font-size: 28px;
    line-height: 1.27;
    letter-spacing: -0.065em;
  }

  #ysAboutBienPageV19 .ys-history-left-head h2 span {
    display: block;
  }

  #ysAboutBienPageV19 .ys-history-left-head p {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.72;
  }

  #ysAboutBienPageV19 .ys-history-list {
    --mobile-line-x: 10px;
    --mobile-content-x: 38px;
    --mobile-dot-size: 12px;
    padding-left: var(--mobile-content-x);
  }

  #ysAboutBienPageV19 .ys-history-list::before,
  #ysAboutBienPageV19 .ys-history-list::after {
    left: var(--mobile-line-x);
    top: 6px;
  }

  #ysAboutBienPageV19 .ys-history-row {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  #ysAboutBienPageV19 .ys-history-row::before {
    left: calc(var(--mobile-line-x) - var(--mobile-content-x) - 5px);
    top: 0;
    width: var(--mobile-dot-size);
    height: var(--mobile-dot-size);
  }

  #ysAboutBienPageV19 .ys-history-row-photo {
    aspect-ratio: 16 / 9.5;
    margin-bottom: 20px;
    border-radius: 26px 32px 24px 36px;
  }

  #ysAboutBienPageV19 .ys-history-row-year {
    font-size: 34px;
    margin-bottom: 7px;
  }

  #ysAboutBienPageV19 .ys-history-row-content span {
    font-size: 25px;
    line-height: 1.12;
  }

  #ysAboutBienPageV19 .ys-history-row-content strong {
    margin-top: 11px;
    font-size: 18px;
    line-height: 1.38;
  }

  #ysAboutBienPageV19 .ys-history-row-content ul {
    margin-top: 16px;
    gap: 8px;
  }

  #ysAboutBienPageV19 .ys-history-row-content li {
    font-size: 13.3px;
    line-height: 1.66;
  }

  #ysAboutBienPageV19 .ys-field-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 0;
  }

  #ysAboutBienPageV19 .ys-field-item span {
    font-size: 12px;
  }

  #ysAboutBienPageV19 .ys-field-item strong {
    font-size: 20px;
    line-height: 1.32;
  }

  #ysAboutBienPageV19 .ys-field-item em {
    font-size: 13px;
    line-height: 1.45;
  }

  #ysAboutBienPageV19 .ys-gateway-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #ysAboutBienPageV19 .ys-gateway-card {
    min-height: 132px;
    padding: 24px;
    border-radius: 26px 32px 24px 36px;
  }
}


/* =========================================================
  MOBILE LOWER SECTION ALIGN FIX V20
  - 모바일 하단 섹션 제목 기준선 정리
  - History 제목: 모바일 타임라인 콘텐츠 시작선과 정렬
  - Specialized Fields 제목: 리스트 텍스트 시작선과 정렬
  - Gateway 제목: 카드 내부 텍스트 시작선과 정렬
  - PC / Tablet 영향 없음
========================================================= */

@media (max-width: 767px) {
  #ysAboutBienPageV19 {
    --ys-mobile-card-inset: 24px;
    --ys-mobile-field-no-w: 38px;
    --ys-mobile-field-gap: 13px;
    --ys-mobile-field-text-inset: calc(var(--ys-mobile-field-no-w) + var(--ys-mobile-field-gap));
    --ys-mobile-history-content-inset: 38px;
  }

  /* 시즌 히스토리 제목 블록을 아래 타임라인 텍스트 시작선과 맞춤 */
  #ysAboutBienPageV19 .ys-history-left-head {
    padding-left: var(--ys-mobile-history-content-inset) !important;
    padding-right: var(--ys-mobile-card-inset) !important;
  }

  #ysAboutBienPageV19 .ys-history-left-head h2 {
    max-width: none !important;
  }

  #ysAboutBienPageV19 .ys-history-left-head p {
    width: 100% !important;
    max-width: none !important;
  }

  /* 진료영역 제목 블록을 리스트의 실제 텍스트 시작선과 맞춤 */
  #ysAboutBienPageV19 .ys-about-fields .ys-section-head {
    padding-left: var(--ys-mobile-field-text-inset) !important;
    padding-right: var(--ys-mobile-card-inset) !important;
  }

  #ysAboutBienPageV19 .ys-about-fields .ys-section-head p {
    width: 100% !important;
    max-width: none !important;
  }

  /* Gateway 제목 블록을 카드 내부 텍스트 시작선과 맞춤 */
  #ysAboutBienPageV19 .ys-about-gateway .ys-gateway-copy {
    padding-left: var(--ys-mobile-card-inset) !important;
    padding-right: var(--ys-mobile-card-inset) !important;
  }

  /* 모바일에서는 호버용 플로팅 프리뷰가 의미 없으므로 완전 비활성화 */
  #ysAboutBienPageV19 .ys-field-float-preview {
    display: none !important;
  }
}


/* BIEN_COMMON_GATEWAY_STYLE_START */
#ysAboutBienPageV19 .ys-gateway-copy {
  margin-bottom: 32px !important;
}

#ysAboutBienPageV19 .ys-gateway-copy h2 {
  margin: 14px 0 0 !important;
  letter-spacing: 0 !important;
}

#ysAboutBienPageV19 .ys-gateway-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

#ysAboutBienPageV19 .ys-gateway-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 164px !important;
  padding: 26px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,0.64) !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.72), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.30)) !important;
  box-shadow:
    0 22px 64px rgba(86,104,74,0.06),
    inset 0 1px 0 rgba(255,255,255,0.82) !important;
  color: var(--ys-deep, #223226) !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease !important;
}

#ysAboutBienPageV19 .ys-gateway-card::after {
  content: "→" !important;
  position: absolute !important;
  right: 24px !important;
  bottom: 22px !important;
  color: var(--ys-green-dark, #506c44) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transform: translateX(-10px) !important;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease !important;
}

#ysAboutBienPageV19 .ys-gateway-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(80,108,68,0.20) !important;
  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)) !important;
  box-shadow: 0 26px 72px rgba(34,50,38,0.09), inset 0 1px 0 rgba(255,255,255,0.86) !important;
}

#ysAboutBienPageV19 .ys-gateway-card:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

#ysAboutBienPageV19 .ys-gateway-card strong {
  color: var(--ys-deep, #223226) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  transition: color 0.24s ease !important;
}

#ysAboutBienPageV19 .ys-gateway-card:hover strong {
  color: var(--ys-deep, #223226) !important;
  transform: none !important;
}

#ysAboutBienPageV19 .ys-gateway-card em {
  color: rgba(34,50,38,0.48) !important;
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  transition: color 0.24s ease !important;
}

#ysAboutBienPageV19 .ys-gateway-card:hover em {
  color: rgba(34,50,38,0.48) !important;
  transform: none !important;
}

@media (max-width: 1024px) {
  #ysAboutBienPageV19 .ys-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #ysAboutBienPageV19 .ys-gateway-copy {
    margin-bottom: 22px !important;
  }

  #ysAboutBienPageV19 .ys-gateway-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #ysAboutBienPageV19 .ys-gateway-card {
    min-height: 132px !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  #ysAboutBienPageV19 .ys-gateway-card::after {
    right: 22px !important;
    bottom: 20px !important;
    font-size: 20px !important;
  }

  #ysAboutBienPageV19 .ys-gateway-card strong {
    font-size: 19px !important;
    line-height: 1.32 !important;
  }

  #ysAboutBienPageV19 .ys-gateway-card em {
    font-size: 12px !important;
  }
}
/* BIEN_COMMON_GATEWAY_STYLE_END */
/* =========================================================
  MOBILE HORIZONTAL SWIPE LOCK V2
  - 모바일 좌우 밀림만 차단
  - history 영역을 세로 스크롤 컨테이너로 만들지 않음
  - 레이아웃 / 폭 / 간격 / 콘텐츠 구조 변경 없음
========================================================= */
@media (max-width: 991px) {
  html:has(#ysAboutBienPageV19),
  body:has(#ysAboutBienPageV19) {
    max-width: 100%;
    overflow-x: clip !important;
    overscroll-behavior-x: none;
  }

  #ysAboutBienPageV19,
  #ysAboutBienPageV19 .ys-history-section {
    max-width: 100vw;
    overflow-x: clip !important;
    overflow-y: visible !important;
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
  }
}
