.subpage-hero {
        padding: 180px 0 80px;
        background: #081321;
        color: #fff;
        text-align: center;
      }
      .subpage-hero__title {
        font-size: clamp(36px, 4vw, 56px);
        font-weight: 600;
        margin: 0;
        letter-spacing: -0.04em;
      }
      .subpage-hero__desc {
        margin-top: 16px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7);
      }
      .subpage-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 24px;
      }
      .subpage-section {
        margin-bottom: 80px;
      }
      .subpage-section__title {
        font-size: 32px;
        font-weight: 800;
        color: #020617;
        margin-bottom: 24px;
      }
      .subpage-section__text {
        font-size: 16px;
        line-height: 1.8;
        color: #475569;
      }

body {
    padding-top: 0;
  }
  .subpage-hero {
    position: sticky;
    top: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 160px 0 88px;
    overflow: hidden;
    text-align: center;
    isolation: isolate;
    background-position: center calc(50% + var(--hero-bg-shift, 0px));
    will-change: background-position;
  }
  .subpage-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(7, 18, 38, 0), rgba(7, 18, 38, 0.18));
    pointer-events: none;
    z-index: 0;
  }
  .subpage-hero > .container {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: calc(100vh - 248px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, var(--hero-content-shift, 0px), 0);
    will-change: transform;
  }
  .subpage-hero__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(54px, 8vw, 112px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: #fff;
    word-break: keep-all;
    text-wrap: balance;
  }
  .subpage-hero__desc {
    display: none;
  }
  .subpage-hero__crumbs {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
  }
  .subpage-hero__crumbs span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .subpage-hero__crumbs span:not(:last-child)::after {
    content: "•";
    color: rgba(255, 255, 255, 0.34);
  }
  .subpage-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translate3d(-50%, var(--hero-scroll-shift, 0px), 0);
    opacity: var(--hero-scroll-opacity, 1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.86);
    will-change: transform, opacity;
  }
  .subpage-hero__scroll::after {
    content: "";
    width: 1px;
    height: 54px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
  }
  .subpage-hero + .subpage-lnb,
  .subpage-hero + .subpage-content {
    position: relative;
    z-index: 2;

  }
  .subpage-hero + .subpage-lnb {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -24px 64px rgba(15, 23, 42, 0.12);
  }
  .subpage-hero + .subpage-content {
    border-radius: 32px 32px 0 0;
    min-height: 100vh;
  }
  .subpage-hero + .subpage-lnb + .subpage-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
  }
  body.subpage-hero-mode .site-header {
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.subpage-hero-mode .brand__mark {
    filter: brightness(0) invert(1);
  }
  body.subpage-hero-mode .site-nav__link,
  body.subpage-hero-mode .site-nav__subbar-link,
  body.subpage-hero-mode .lang-switch,
  body.subpage-hero-mode .lang-switch .is-active {
    color: rgba(255, 255, 255, 0.86);
  }
  body.subpage-hero-mode .site-nav__item.is-active .site-nav__link,
  body.subpage-hero-mode .site-nav__item:hover .site-nav__link,
  body.subpage-hero-mode .site-nav__subbar-link:hover {
    color: #fff;
  }
  body.subpage-hero-mode .site-menu-button span {
    background: #fff;
  }
  body.subpage-hero-mode .site-nav__subbar {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    background: rgba(7, 18, 38, 0.3);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  @media (max-width: 767px) {
    .subpage-hero {
      padding: 140px 0 72px;
    }
    .subpage-hero::after {
      height: 160px;
    }
    .subpage-hero > .container {
      min-height: calc(100vh - 212px);
    }
    .subpage-hero__title {
      max-width: 11ch;
      font-size: clamp(42px, 13vw, 72px);
    }
    .subpage-hero__crumbs {
      gap: 10px;
      font-size: 11px;
    }
    .subpage-hero__crumbs span {
      gap: 10px;
    }
    .subpage-hero__scroll {
      bottom: 28px;
    }
    .subpage-hero + .subpage-lnb,
    .subpage-hero + .subpage-content {
      border-radius: 24px 24px 0 0;
    }
  }

.site-nav__subbar,
  .site-mega,
  .mobile-drawer {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }
  .site-backdrop {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
  .site-nav__subbar-link {
    color: rgba(15, 23, 42, 0.82);
  }
  .site-nav__subbar-link:hover {
    color: var(--accent);
  }
  body.subpage-hero-mode .site-nav__subbar,
  body.subpage-hero-mode .site-mega,
  body.subpage-hero-mode .mobile-drawer {
    border-bottom-color: rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }
  body.subpage-hero-mode .site-backdrop {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
  body.subpage-hero-mode .site-nav__subbar-link {
    color: rgba(15, 23, 42, 0.82);
  }
  body.subpage-hero-mode .site-nav__subbar-link:hover {
    color: var(--accent);
  }
  .site-nav__subbar,
  body.subpage-hero-mode .site-nav__subbar {
    background: rgba(255, 255, 255, 0.8);
  }

body[data-page="business"] .subpage-content {
    width: 100%;
    max-width: none;
  }

  body[data-page="business"] .business-field-section {
    width: 100%;
    padding: 12px 0 40px;
    background: transparent;
  }

  body[data-page="business"] .business-field-inner {
    width: min(calc(100% - 48px), var(--container));
    margin: 0 auto;
  }

  body[data-page="business"] .business-field-eyebrow {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 800;
    color: #00b579;
    letter-spacing: -0.02em;
  }

  body[data-page="business"] .business-field-title {
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #111111;
  }

  body[data-page="business"] .business-field-desc {
    margin: 28px 0 20px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.7;
    color: #222;
    word-break: keep-all;
  }

  body[data-page="business"] .business-flow-wrap {
    position: relative;
    border: 1.6px dashed #d3d3d3;
    border-radius: 70px;
    padding: 40px 40px 10px;
    background: transparent;
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
  }

  body[data-page="business"] .business-flow-wrap:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
    border-color: #c8c8c8;
  }

  body[data-page="business"] .business-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    position: relative;
  }

  body[data-page="business"] .business-card {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 360px;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  }

  body[data-page="business"] .business-card:hover,
  body[data-page="business"] .business-card:focus-visible {
    transform: translateY(-10px);
  }

  body[data-page="business"] .business-step-circle {
    position: relative;
    width: 220px;
    height: 220px;
    border: 2px solid #00b579;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 20px;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
  }

  body[data-page="business"] .business-card:hover .business-step-circle,
  body[data-page="business"] .business-card:focus-visible .business-step-circle {
    transform: scale(1.04);
    box-shadow: 0 18px 36px rgba(0, 181, 121, 0.14);
    border-color: #00a86f;
  }

  body[data-page="business"] .business-step-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), filter 0.35s ease;
  }

  body[data-page="business"] .business-step-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  body[data-page="business"] .business-card:hover .business-step-icon,
  body[data-page="business"] .business-card:focus-visible .business-step-icon {
    transform: translateY(-2px) scale(1.08);
    filter: drop-shadow(0 8px 16px rgba(0, 181, 121, 0.16));
  }

  body[data-page="business"] .business-step-num {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #00b579;
    transition: color 0.35s ease;
  }

  body[data-page="business"] .business-step-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: #2d2d2d;
    letter-spacing: -0.03em;
    word-break: keep-all;
    transition: color 0.35s ease;
  }

  body[data-page="business"] .business-card:hover .business-step-title,
  body[data-page="business"] .business-card:focus-visible .business-step-title {
    color: #111;
  }

  body[data-page="business"] .business-step-desc {
    margin: 22px 0 0;
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-size: 15px;
    line-height: 1.65;
    color: #666666;
    word-break: keep-all;
    transition: color 0.35s ease, transform 0.45s cubic-bezier(.2,.8,.2,1);
  }

  body[data-page="business"] .business-card:hover .business-step-desc,
  body[data-page="business"] .business-card:focus-visible .business-step-desc {
    color: #444;
    transform: translateY(2px);
  }

  body[data-page="business"] .business-card.is-highlight .business-step-circle {
    background: linear-gradient(135deg, #00b579 0%, #3ad29b 100%);
    border-color: #00b579;
  }

  body[data-page="business"] .business-card.is-highlight .business-step-num,
  body[data-page="business"] .business-card.is-highlight .business-step-title {
    color: #ffffff;
  }

  body[data-page="business"] .business-card.is-highlight:hover .business-step-circle,
  body[data-page="business"] .business-card.is-highlight:focus-visible .business-step-circle {
    box-shadow: 0 20px 40px rgba(0, 181, 121, 0.2);
  }

  body[data-page="business"] .business-overview-scope[data-business-overview-block] {
    position: relative;
    overflow: hidden;
    padding: 30px 0 84px;
    background: transparent;
    color: #101828;
  }

  body[data-page="business"] .bo2-business-summary-section {
    background: transparent;
  }

  body[data-page="business"] .bo2-business-summary-section::before {
    content: "";
    position: absolute;
    inset: auto -8% -140px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 200, 138, 0.12), transparent 65%);
    pointer-events: none;
    filter: blur(10px);
  }

  body[data-page="business"] .bo2-container {
    width: min(calc(100% - 48px), 1280px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  body[data-page="business"] .bo2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: #00b579;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  body[data-page="business"] .bo2-eyebrow::before {
    content: "";
    width: 54px;
    height: 2px;
    border-radius: 999px;
    background: #00b579;
  }

  body[data-page="business"] .bo2-section-head {
    max-width: 1080px;
    margin-bottom: 34px;
  }

  body[data-page="business"] .bo2-section-head h2 {
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 1.05;
    letter-spacing: -.05em;
    font-weight: 800;
    color: #101828;
  }

  body[data-page="business"] .bo2-section-head p {
    margin: 0;
    max-width: 1060px;
    color: #667085;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.65;
    font-weight: 600;
    word-break: keep-all;
  }

  body[data-page="business"] .bo2-summary-frame {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .58));
    box-shadow: 0 16px 40px rgba(16, 24, 40, .08);
    backdrop-filter: blur(10px);
    overflow: hidden;
  }

  body[data-page="business"] .bo2-summary-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 48px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 181, 121, .18), rgba(78, 168, 255, .14), rgba(140, 125, 255, .12), rgba(255, 255, 255, .04));
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  body[data-page="business"] .bo2-summary-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 0 4px;
  }

  body[data-page="business"] .bo2-summary-top-left h3 {
    margin: 0 0 6px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.18;
    letter-spacing: -.03em;
  }

  body[data-page="business"] .bo2-summary-top-left p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    font-weight: 600;
  }

  body[data-page="business"] .bo2-summary-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(16, 24, 40, .06);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .05);
  }

  body[data-page="business"] .bo2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00b579, #29d39a);
    box-shadow: 0 0 0 6px rgba(0, 181, 121, .10);
  }

  body[data-page="business"] .bo2-business-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  body[data-page="business"] .bo2-business-card {
    position: relative;
    min-height: 380px;
    padding: 24px 22px 22px;
    border: 1px solid rgba(16, 24, 40, .06);
    border-radius: 34px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .05);
    overflow: hidden;
    transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s cubic-bezier(.2,.8,.2,1), border-color .38s cubic-bezier(.2,.8,.2,1), background .38s cubic-bezier(.2,.8,.2,1);
    cursor: pointer;
    isolation: isolate;
    color: inherit;
    text-decoration: none;
  }

  body[data-page="business"] .bo2-business-card::before {
    content: "";
    position: absolute;
    inset: auto auto -60px -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--card-glow, rgba(0, 181, 121, .12));
    filter: blur(14px);
    opacity: .65;
    transition: transform .38s cubic-bezier(.2,.8,.2,1), opacity .38s cubic-bezier(.2,.8,.2,1);
    z-index: -1;
  }

  body[data-page="business"] .bo2-business-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0));
    pointer-events: none;
  }

  body[data-page="business"] .bo2-business-card:hover,
  body[data-page="business"] .bo2-business-card:focus-visible,
  body[data-page="business"] .bo2-business-card.is-active {
    transform: translateY(-6px);
    box-shadow: 0 28px 50px rgba(16, 24, 40, .12);
    border-color: rgba(0, 181, 121, .20);
    background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(247, 250, 249, .92));
  }

  body[data-page="business"] .bo2-business-card:hover::before,
  body[data-page="business"] .bo2-business-card:focus-visible::before,
  body[data-page="business"] .bo2-business-card.is-active::before {
    transform: scale(1.15);
    opacity: .95;
  }

  body[data-page="business"] .bo2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
  }

  body[data-page="business"] .bo2-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: var(--icon-bg, linear-gradient(135deg, #ecfdf3, #f8fffc));
    border: 1px solid rgba(0, 181, 121, .10);
    color: var(--icon-color, #00b579);
    transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s cubic-bezier(.2,.8,.2,1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  }

  body[data-page="business"] .bo2-business-card:hover .bo2-icon-wrap,
  body[data-page="business"] .bo2-business-card:focus-visible .bo2-icon-wrap,
  body[data-page="business"] .bo2-business-card.is-active .bo2-icon-wrap {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 24px rgba(0, 0, 0, .05);
  }

  body[data-page="business"] .bo2-icon-wrap svg {
    display: block;
    width: 34px;
    height: 34px;
  }

  body[data-page="business"] .bo2-card-num {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #98a2b3;
    min-width: 18px;
  }

  body[data-page="business"] .bo2-card-title {
    margin: 0 0 12px;
    color: #1d2939;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.15;
    letter-spacing: -.04em;
    font-weight: 800;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body[data-page="business"] .bo2-card-title.small {
    font-size: clamp(22px, 1.8vw, 30px);
  }

  body[data-page="business"] .bo2-card-desc {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body[data-page="business"] .bo2-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  body[data-page="business"] .bo2-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(16, 24, 40, .08);
    color: #475467;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
  }

  body[data-page="business"] .bo2-card-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(16, 24, 40, .07);
    color: #344054;
    transition: transform .38s cubic-bezier(.2,.8,.2,1), background .38s cubic-bezier(.2,.8,.2,1), color .38s cubic-bezier(.2,.8,.2,1);
  }

  body[data-page="business"] .bo2-business-card:hover .bo2-card-arrow,
  body[data-page="business"] .bo2-business-card:focus-visible .bo2-card-arrow,
  body[data-page="business"] .bo2-business-card.is-active .bo2-card-arrow {
    transform: translate(2px, -2px);
    background: linear-gradient(135deg, #00b579, #26cc94);
    color: #fff;
    border-color: transparent;
  }

  body[data-page="business"] .bo2-business-card.is-active {
    border-color: rgba(0, 181, 121, .24);
  }

  body[data-page="business"] .bo2-business-card.is-active .bo2-card-arrow {
    background: linear-gradient(135deg, #00b579, #26cc94);
    color: #fff;
  }

  body[data-page="business"] .bo2-business-card.reveal {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 1280px) {
    body[data-page="business"] .bo2-business-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    body[data-page="business"] .bo2-summary-top {
      flex-direction: column;
      align-items: flex-start;
    }

    body[data-page="business"] .bo2-business-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="business"] .bo2-business-card {
      min-height: 340px;
    }
  }

  @media (max-width: 767px) {
    body[data-page="business"] .business-overview-scope[data-business-overview-block] {
      padding: 20px 0 56px;
    }

    body[data-page="business"] .bo2-container {
      width: min(calc(100% - 24px), 1280px);
    }

    body[data-page="business"] .bo2-section-head h2 {
      font-size: clamp(34px, 10vw, 54px);
    }

    body[data-page="business"] .bo2-section-head p {
      font-size: 16px;
    }

    body[data-page="business"] .bo2-summary-frame {
      padding: 18px;
      border-radius: 28px;
    }

    body[data-page="business"] .bo2-business-grid {
      grid-template-columns: 1fr;
    }

    body[data-page="business"] .bo2-business-card {
      min-height: auto;
      padding: 20px 18px 22px;
      border-radius: 26px;
    }

    body[data-page="business"] .bo2-icon-wrap {
      width: 64px;
      height: 64px;
      border-radius: 20px;
    }
  }

.nd-section-panes {
    position: relative;
  }

  .nd-section-pane {
    display: block;
  }

  .nd-section-pane[hidden] {
    display: none !important;
  }

body[data-page="business"] .business-detail-template {
    --primary: #00b579;
    --primary-dark: #0c8c62;
    --text: #1f2937;
    --text-sub: #6b7280;
    --line: #d9dde3;
    --line-dark: #c6ccd4;
    --bg: #f7f8fa;
    --bg-soft: #fbfcfd;
    --white: #ffffff;
    --gray-1: #f3f4f6;
    --gray-2: #e5e7eb;
    --gray-3: #d1d5db;
    --gray-4: #9ca3af;
    --gray-5: #4b5563;
    --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --max: 1280px;
    --side-width: 265px;
    --transition: .35s cubic-bezier(.2,.8,.2,1);
  }

  body[data-page="business"] .business-detail-template,
  body[data-page="business"] .business-detail-template * {
    box-sizing: border-box;
  }

  body[data-page="business"] .business-detail-template img {
    display: block;
    max-width: 100%;
  }

  body[data-page="business"] .business-detail-template a {
    text-decoration: none;
    color: inherit;
  }

  body[data-page="business"] .business-detail-template button,
  body[data-page="business"] .business-detail-template select {
    font: inherit;
  }

  body[data-page="business"] .business-detail-template .container {
    width: min(calc(100% - 48px), var(--max));
    margin: 0 auto;
  }

  body[data-page="business"] .business-detail-template .business-section {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 0% 0%, rgba(0,181,121,.05), transparent 26%),
      linear-gradient(180deg,#ffffff 0%, #fafbfc 100%);
  }

  body[data-page="business"] .business-detail-template .hero {
    padding: 78px 0 42px;
  }

  body[data-page="business"] .business-detail-template .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0,181,121,.08);
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 700;
  }

  body[data-page="business"] .business-detail-template .eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary);
  }

  body[data-page="business"] .business-detail-template .hero-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 32px;
    align-items: center;
  }

  body[data-page="business"] .business-detail-template .hero-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(34px,3.7vw,58px);
    line-height: 1.08;
    letter-spacing: -.04em;
    color: #17212b;
  }

  body[data-page="business"] .business-detail-template .hero-copy h2 span {
    color: var(--primary-dark);
  }

  body[data-page="business"] .business-detail-template .hero-copy p {
    margin: 0;
    max-width: 760px;
    font-size: clamp(16px,1.05vw,18px);
    color: var(--text-sub);
  }

  body[data-page="business"] .business-detail-template .hero-visual {
    min-height: 390px;
    padding: 22px;
    border-radius: 30px;
    border: 1px solid rgba(24,50,66,.08);
    background:
      linear-gradient(135deg, rgba(0,181,121,.12), rgba(24,50,66,.05)),
      #fff;
    box-shadow: var(--shadow);
    transform: translateY(24px);
    opacity: 0;
    animation: businessDetailFadeUp .8s ease forwards .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  body[data-page="business"] .business-detail-template .business-detail-hero-media-image {
    width: 100%;
    height: 100%;
    min-height: 346px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(24,50,66,.08);
  }

  body[data-page="business"] .business-detail-template .business-detail-hero-media-placeholder {
    min-height: 346px;
    width: 100%;
    border-radius: 24px;
    border: 1px dashed rgba(24,50,66,.16);
    background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(241,243,245,.9));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    color: #445364;
    padding: 24px;
  }

  body[data-page="business"] .business-detail-template .business-detail-hero-media-placeholder strong {
    font-size: 20px;
    color: #243342;
  }

  body[data-page="business"] .business-detail-template .business-detail-hero-media-placeholder small {
    color: #697586;
    font-size: 14px;
  }

  body[data-page="business"] .business-detail-template .stats {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
  }

  body[data-page="business"] .business-detail-template .stat {
    background: #fff;
    border: 1px solid var(--gray-2);
    border-radius: 20px;
    padding: 20px 16px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
    transform: translateY(24px);
    opacity: 0;
    animation: businessDetailFadeUp .7s ease forwards;
  }

  body[data-page="business"] .business-detail-template .stat:nth-child(1) { animation-delay: .08s; }
  body[data-page="business"] .business-detail-template .stat:nth-child(2) { animation-delay: .14s; }
  body[data-page="business"] .business-detail-template .stat:nth-child(3) { animation-delay: .20s; }
  body[data-page="business"] .business-detail-template .stat:nth-child(4) { animation-delay: .26s; }

  body[data-page="business"] .business-detail-template .stat .num {
    font-size: clamp(26px,2vw,36px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #1b2c3a;
    margin-bottom: 8px;
  }

  body[data-page="business"] .business-detail-template .stat .label {
    font-size: 14px;
    color: var(--text-sub);
  }

  body[data-page="business"] .business-detail-template .content-wrap {
    padding: 6px 0 100px;
  }

  body[data-page="business"] .business-detail-template .section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }

  body[data-page="business"] .business-detail-template .section-head h3 {
    margin: 0;
    font-size: clamp(26px,2.5vw,38px);
    line-height: 1.15;
    letter-spacing: -.03em;
  }

  body[data-page="business"] .business-detail-template .section-head p {
    margin: 0;
    max-width: 560px;
    font-size: 15px;
    color: var(--text-sub);
  }

  body[data-page="business"] .business-detail-template .business-layout {
    display: grid;
    grid-template-columns: var(--side-width) 1fr;
    gap: 24px;
    align-items: start;
  }

  body[data-page="business"] .business-detail-template .side-menu {
    position: sticky;
    top: 26px;
    padding: 20px;
    border-radius: 26px;
    background: linear-gradient(180deg, #f3f4f6 0%, #eceff3 100%);
    border: 1px solid var(--line-dark);
    box-shadow: var(--shadow);
  }

  body[data-page="business"] .business-detail-template .side-menu-title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 800;
    color: #5e6876;
    letter-spacing: .02em;
  }

  body[data-page="business"] .business-detail-template .side-menu-list {
    display: grid;
    gap: 10px;
  }

  body[data-page="business"] .business-detail-template .side-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    border: none;
    border-radius: 18px;
    background: #f8f9fb;
    border: 1px solid #d8dde4;
    color: #344252;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--transition);
    text-align: left;
  }

  body[data-page="business"] .business-detail-template .side-link .label {
    flex: 1 1 auto;
    min-width: 0;
    word-break: keep-all;
  }

  body[data-page="business"] .business-detail-template .side-link:hover {
    transform: translateY(-1px);
    background: #eef1f4;
  }

  body[data-page="business"] .business-detail-template .side-link.active {
    background: #dfe4ea;
    border-color: #bcc5cf;
    color: #1f2a37;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
  }

  body[data-page="business"] .business-detail-template .content-area {
    position: relative;
    min-height: 780px;
  }

  body[data-page="business"] .business-detail-template .content-panel {
    display: none;
    background: #fff;
    border: 1px solid var(--gray-2);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity var(--transition), transform var(--transition);
  }

  body[data-page="business"] .business-detail-template .content-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: businessDetailPanelFade .45s ease;
  }

  body[data-page="business"] .business-detail-template .panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
  }

  body[data-page="business"] .business-detail-template .panel-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  body[data-page="business"] .business-detail-template .panel-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef2f5, #e3e7ec);
    border: 1px solid #d5dbe2;
    color: #495767;
  }

  body[data-page="business"] .business-detail-template .panel-head h4 {
    margin: 0 0 6px;
    font-size: clamp(22px,1.8vw,30px);
    line-height: 1.16;
    letter-spacing: -.03em;
    color: #15212d;
  }

  body[data-page="business"] .business-detail-template .panel-head p {
    margin: 0;
    color: var(--text-sub);
    font-size: 14px;
    max-width: 760px;
  }

  body[data-page="business"] .business-detail-template .panel-label {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f3f5f7;
    border: 1px solid #d7dde5;
    color: #677281;
    font-size: 12px;
    font-weight: 800;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body {
    display: grid;
    gap: 24px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase {
    gap: 30px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .main-wrapper.ecs-showcase {
    margin-top: 0;
    display: grid;
    gap: 30px;
    width: 100%;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-block {
    position: relative;
    display: grid;
    gap: 22px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background:
      radial-gradient(circle at top left, rgba(0, 181, 121, 0.08), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-block--2 {
    background:
      radial-gradient(circle at top left, rgba(78, 168, 255, 0.10), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 181, 121, 0.28), rgba(0, 181, 121, 0));
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading h5 {
    margin: 0;
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 1.06;
    letter-spacing: -0.05em;
    color: #102030;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 0;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card {
    min-height: 328px;
    border-radius: 24px;
    padding: 18px;
    background:
      linear-gradient(135deg, #edf2f6 0%, #dfe7ee 100%),
      #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card.has-image {
    padding: 0;
    border-color: rgba(16, 24, 40, 0.10);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card.is-empty {
    align-items: flex-start;
    justify-content: flex-start;
    background:
      linear-gradient(135deg, #f4f6f8 0%, #e6edf3 100%),
      #ffffff;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card .slot-badge {
    left: 16px;
    top: 16px;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card.is-empty .slot-badge {
    color: #4b5c6d;
    border-color: rgba(16, 24, 40, 0.08);
    text-shadow: none;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card .img-slot-shade {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.30) 100%);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info {
    grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr);
    gap: 16px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info .inner-grid,
  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info .inner-stack {
    display: grid;
    gap: 16px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info .inner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info .inner-stack {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .info-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .info-card h5 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #162534;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .info-card .sub {
    margin-bottom: 12px;
    color: #5f6f80;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .bullet-list {
    flex: 0 0 auto;
    height: auto;
    align-content: start;
    gap: 10px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .bullet-list li {
    color: #314255;
    line-height: 1.6;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .tag-container,
  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .point-tags {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .comp-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    background: #eff3f7;
    color: #425365;
    font-size: 12px;
    font-weight: 800;
  }

  body[data-page="business"] .business-detail-template .panel-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 20px;
    align-items: start;
  }

  body[data-page="business"] .business-detail-template .info-stack,
  body[data-page="business"] .business-detail-template .media-main,
  body[data-page="business"] .business-detail-template .media-side {
    display: grid;
    gap: 14px;
  }

  body[data-page="business"] .business-detail-template .info-card,
  body[data-page="business"] .business-detail-template .media-panel,
  body[data-page="business"] .business-detail-template .note-box,
  body[data-page="business"] .business-detail-template .summary-card {
    background: var(--bg-soft);
    border: 1px solid var(--gray-2);
    border-radius: 22px;
    padding: 20px 18px;
    transition: transform var(--transition), box-shadow var(--transition);
  }

  body[data-page="business"] .business-detail-template .summary-card {
    padding: 14px 13px;
    background: #fff;
  }

  body[data-page="business"] .business-detail-template .info-card:hover,
  body[data-page="business"] .business-detail-template .img-slot:hover,
  body[data-page="business"] .business-detail-template .summary-card:hover,
  body[data-page="business"] .business-detail-template .note-box:hover,
  body[data-page="business"] .business-detail-template .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
  }

  body[data-page="business"] .business-detail-template .info-card h5,
  body[data-page="business"] .business-detail-template .note-box h6 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.25;
    color: #1c2835;
  }

  body[data-page="business"] .business-detail-template .note-box h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #1f2c39;
  }

  body[data-page="business"] .business-detail-template .info-card .sub,
  body[data-page="business"] .business-detail-template .note-box p {
    margin: 0 0 14px;
    color: #6a7686;
    font-size: 13px;
    font-weight: 700;
  }

  body[data-page="business"] .business-detail-template .note-box p {
    margin-bottom: 0;
    font-weight: 400;
    color: #697586;
  }

  body[data-page="business"] .business-detail-template .bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
  }

  body[data-page="business"] .business-detail-template .bullet-list li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    color: #334155;
  }

  body[data-page="business"] .business-detail-template .bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9aa4b1;
    transform: translateY(-50%);
  }

  body[data-page="business"] .business-detail-template .point-tags,
  body[data-page="business"] .business-detail-template .card-tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body[data-page="business"] .business-detail-template .tag,
  body[data-page="business"] .business-detail-template .card-tag {
    padding: 8px 11px;
    border-radius: 999px;
    background: #e9edf2;
    border: 1px solid #d6dce4;
    color: #455364;
    font-size: 12px;
    font-weight: 700;
    transition: all var(--transition);
  }

  body[data-page="business"] .business-detail-template .media-grid,
  body[data-page="business"] .business-detail-template .summary-grid,
  body[data-page="business"] .business-detail-template .bottom-note {
    display: grid;
    gap: 14px;
  }

  body[data-page="business"] .business-detail-template .media-grid {
    grid-template-columns: 1.08fr .92fr;
  }

  body[data-page="business"] .business-detail-template .summary-grid {
    margin-top: 14px;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
  }

  body[data-page="business"] .business-detail-template .bottom-note {
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
  }

  body[data-page="business"] .business-detail-template .img-slot {
    position: relative;
    min-height: 200px;
    border-radius: 20px;
    border: 1px solid #d8dee6;
    background:
      linear-gradient(135deg, #f3f5f7, #e8edf2),
      #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px;
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
  }

  body[data-page="business"] .business-detail-template .img-slot > * {
    position: relative;
    z-index: 2;
  }

  body[data-page="business"] .business-detail-template .img-slot .img-slot-media,
  body[data-page="business"] .business-detail-template .img-slot .img-slot-shade {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  body[data-page="business"] .business-detail-template .img-slot .img-slot-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body[data-page="business"] .business-detail-template .img-slot .img-slot-shade {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.58) 100%);
  }

  body[data-page="business"] .business-detail-template .img-slot.tall {
    min-height: 460px;
  }

  body[data-page="business"] .business-detail-template .img-slot.has-image {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    background: #0f172a;
  }

  body[data-page="business"] .business-detail-template .img-slot .slot-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    border: 1px solid #d8dee6;
    color: #576577;
    font-size: 11px;
    font-weight: 800;
    z-index: 3;
  }

  body[data-page="business"] .business-detail-template .img-slot strong,
  body[data-page="business"] .business-detail-template .summary-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    color: #233241;
  }

  body[data-page="business"] .business-detail-template .summary-card strong {
    margin-bottom: 4px;
    font-size: 13px;
    color: #1f2c39;
  }

  body[data-page="business"] .business-detail-template .img-slot small,
  body[data-page="business"] .business-detail-template .summary-card span {
    display: block;
    color: #6b7787;
    font-size: 13px;
  }

  body[data-page="business"] .business-detail-template .img-slot.has-image strong,
  body[data-page="business"] .business-detail-template .img-slot.has-image small {
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  }

  body[data-page="business"] .business-detail-template .summary-card span {
    font-size: 12px;
  }

  body[data-page="business"] .business-detail-template .cta-box {
    margin-top: 26px;
    border-radius: 26px;
    padding: 26px;
    background: linear-gradient(135deg, #4d5967, #707b89);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  body[data-page="business"] .business-detail-template .cta-box h5 {
    margin: 0 0 8px;
    font-size: clamp(20px,1.8vw,28px);
    line-height: 1.2;
  }

  body[data-page="business"] .business-detail-template .cta-box p {
    margin: 0;
    color: rgba(255,255,255,.82);
    max-width: 680px;
    font-size: 14px;
  }

  body[data-page="business"] .business-detail-template .cta-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #fff;
    color: #3f4a57;
    font-size: 14px;
    font-weight: 800;
    transition: all var(--transition);
  }

  body[data-page="business"] .business-detail-template .mobile-side-select {
    display: none;
    margin-bottom: 18px;
  }

  body[data-page="business"] .business-detail-template .mobile-side-select select {
    width: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #d6dce4;
    background: #f4f6f8;
    color: #344252;
    font-weight: 700;
    outline: none;
  }

  body[data-page="business"] .business-detail-template .business-detail-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    border-radius: 20px;
    border: 1px dashed #d6dce4;
    background: #f8fafc;
    color: #6b7787;
    padding: 24px;
    text-align: center;
  }

  body[data-page="business"] .business-detail-template .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
  }

  body[data-page="business"] .business-detail-template .reveal.in-view {
    opacity: 1;
    transform: translateY(0);
  }

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

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

  @media (max-width: 1200px) {
    body[data-page="business"] .business-detail-template .hero-grid,
    body[data-page="business"] .business-detail-template .panel-grid,
    body[data-page="business"] .business-detail-template .media-grid {
      grid-template-columns: 1fr;
    }

    body[data-page="business"] .business-detail-template .stats,
    body[data-page="business"] .business-detail-template .summary-grid,
    body[data-page="business"] .business-detail-template .bottom-note {
      grid-template-columns: repeat(2,1fr);
    }

    body[data-page="business"] .business-detail-template .content-area {
      min-height: auto;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info,
    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-info .inner-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 960px) {
    body[data-page="business"] .business-detail-template .business-layout {
      grid-template-columns: 1fr;
    }

    body[data-page="business"] .business-detail-template .side-menu {
      display: none;
    }

    body[data-page="business"] .business-detail-template .mobile-side-select {
      display: block;
    }

    body[data-page="business"] .business-detail-template .container {
      width: min(calc(100% - 36px), var(--max));
    }
  }

  @media (max-width: 767px) {
    body[data-page="business"] .business-detail-template .container {
      width: min(calc(100% - 24px), var(--max));
    }

    body[data-page="business"] .business-detail-template .hero {
      padding: 58px 0 24px;
    }

    body[data-page="business"] .business-detail-template .hero-visual {
      min-height: auto;
      padding: 18px;
    }

    body[data-page="business"] .business-detail-template .business-detail-hero-media-image,
    body[data-page="business"] .business-detail-template .business-detail-hero-media-placeholder {
      min-height: 240px;
    }

    body[data-page="business"] .business-detail-template .stats,
    body[data-page="business"] .business-detail-template .summary-grid,
    body[data-page="business"] .business-detail-template .bottom-note {
      grid-template-columns: 1fr;
    }

    body[data-page="business"] .business-detail-template .content-panel {
      padding: 20px;
      border-radius: 24px;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase {
      gap: 20px;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-block {
      gap: 18px;
      padding: 18px;
      border-radius: 22px;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading {
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading::after {
      width: 100%;
      min-width: 0;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-heading h5 {
      font-size: clamp(24px, 8vw, 30px);
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .ecs-product-media .ecs-media-card {
      min-height: 250px;
      border-radius: 18px;
    }

    body[data-page="business"] .business-detail-template .business-detail-panel-body--ecs-showcase .info-card {
      padding: 18px 16px;
      border-radius: 18px;
    }

    body[data-page="business"] .business-detail-template .panel-head,
    body[data-page="business"] .business-detail-template .section-head,
    body[data-page="business"] .business-detail-template .cta-box {
      flex-direction: column;
      align-items: flex-start;
    }

    body[data-page="business"] .business-detail-template .cta-box {
      padding: 22px;
    }

    body[data-page="business"] .business-detail-template .cta-btn {
      width: 100%;
    }

    body[data-page="business"] .business-detail-template .img-slot.tall {
      min-height: 300px;
    }
  }

body[data-hero-overlay="0"] .subpage-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  main > .subpage-content {
    width: 100% !important;
    max-width: none !important;
  }

  body[data-page="company"] .subpage-hero + .subpage-content,
  body[data-page="business"] .subpage-hero + .subpage-lnb,
  body[data-page="business"] .subpage-hero + .subpage-content,
  body[data-page="media"] .subpage-hero + .subpage-lnb,
  body[data-page="contact"] .subpage-hero + .subpage-lnb,
  body[data-page="support"] .subpage-hero + .subpage-lnb,
  body[data-page="careers"] .subpage-hero + .subpage-lnb,
  body[data-page="esg"] .subpage-hero + .subpage-lnb {
    position: relative;
    z-index: 2;
    background: #fff;
  }

  body[data-page="company"] main > .subpage-content,
  body[data-page="business"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="media"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="contact"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="support"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="careers"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="esg"] main > :not(.subpage-hero):not(.subpage-lnb) {
    position: relative;
    isolation: isolate;
    z-index: 2;
    background: #fff;
  }

  body[data-page="company"] main > .subpage-content::before,
  body[data-page="business"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="media"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="contact"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="support"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="careers"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="esg"] main > :not(.subpage-hero):not(.subpage-lnb)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: none;
    z-index: -1;
  }

/* 1. 기본 설정 및 레이아웃 */
    .section-container {
        font-family: 'Pretendard', -apple-system, sans-serif;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    /* 2. [상단] 이미지 영역 (2열 배치 유지) ★★★ */
    .media-layout {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 가로로 2개 나란히 */
        gap: 20px;
    }

    .img-slot {
        position: relative;
        height: 350px; /* CMS 페이지와 동일한 높이 */
        background: #f8f9fa border-box;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ★ 이미지 위 알약 배지 (글래스모피즘 적용) ★ */
    .slot-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 10px 22px;
        border-radius: 50px;
        color: #fff !important; 
        font-weight: 600;
        font-size: 13px;
        z-index: 10;
        /* 핵심: 화이트 블러 & 반투명 설정 */
        background: rgba(255, 255, 255, 0.35) !important; 
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px); /* 사파리 지원 */
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* 미세한 그림자 */
    }

    /* 3. [중단] PCS 핵심 프로세스 카드 (3열) */
    .info-grid-triple {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .info-card {
        background: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 24px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
        transition: transform 0.2s ease;
    }

    .info-card:hover { transform: translateY(-5px); }

    .info-card h5 {
        margin: 0 0 14px 0 !important;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.1rem;
        color: #1a1a1a;
        font-weight: 700;
    }

    .info-card .sub {
        margin: -8px 0 12px 0;
        font-weight: 700;
        color: #86a3b2; /* 포인트 컬러 */
        font-size: 0.92rem;
    }

    .bullet-list {
        margin: 0 0 15px 0;
        padding-left: 18px;
        list-style-type: disc;
        flex-grow: 1;
    }

    .bullet-list li {
        margin-bottom: 6px;
        line-height: 1.5;
        color: #555;
        font-size: 0.9rem;
    }

    .material-icons {
        color: #86a3b2 !important;
        font-size: 24px;
    }

    .comp-tag {
        background-color: #f1f3f5;
        color: #495057;
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
    }

    /* 4. [하단] 기술 경쟁력 요약 */
    .bottom-note {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        background: #f4f7f9;
        padding: 25px;
        border-radius: 16px;
    }

    .note-box h6 { margin: 0 0 8px 0; color: #86a3b2; font-size: 1rem; font-weight: 800; }
    .note-box p { margin: 0; font-size: 0.88rem; color: #555; line-height: 1.6; }

    @media (max-width: 1024px) {
        .media-layout, .info-grid-triple, .bottom-note { grid-template-columns: 1fr; }
        .img-slot { height: 300px; }
    }

/* 1. 기본 레이아웃 설정 */
    .section-container {
        font-family: 'Pretendard', -apple-system, sans-serif;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    /* 2. 상단 미디어 레이아웃 */
    .media-layout {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 20px;
    }

    .img-slot {
        position: relative;
        background: #f8f9fa;
        border: 1px solid #eee;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
    }

    .img-slot.tall { height: 420px; }
    .img-slot.side { height: 200px; }

    /* 화이트 블러 & 투명도 알약 박스 */
    .slot-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 8px 20px;
        border-radius: 50px;
        color: #ffffff !important; 
        font-weight: 700;
        font-size: 13px;
        z-index: 10;
        
        /* 화이트 블러 효과 */
        background: rgba(255, 255, 255, 0.4) !important; /* 화이트 투명도 */
        backdrop-filter: blur(12px); /* 블러 처리 */
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    /* 3. 정보 카드 그리드 */
    .info-grid-triple {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .info-card {
        background: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 24px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        transition: transform 0.2s ease;
    }

    .info-card:hover { transform: translateY(-5px); }

    .info-card h5 {
        margin: 0 0 14px 0 !important;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.1rem;
        color: #1a1a1a;
        font-weight: 700;
    }

    .info-card .sub {
        margin: -8px 0 12px 0;
        font-weight: 700;
        color: #86a3b2;
        font-size: 0.92rem;
    }

    .bullet-list {
        margin: 0 0 15px 0;
        padding-left: 18px;
        list-style-type: disc;
    }

    .bullet-list li {
        margin-bottom: 6px;
        line-height: 1.5;
        color: #555;
        font-size: 0.9rem;
    }

    .material-icons { color: #86a3b2 !important; font-size: 24px; }

    .comp-tag {
        background-color: #f1f3f5;
        color: #495057;
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
        margin-right: 5px;
    }

    /* 4. 요약 카드 행 */
    .summary-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .summary-card {
        padding: 20px;
        background: #fff;
        border-radius: 12px;
        border-left: 4px solid #86a3b2;
        box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    }

    .summary-card strong { display: block; font-size: 1rem; margin-bottom: 5px; color: #1a1a1a; }
    .summary-card span { font-size: 0.85rem; color: #666; }

    /* 5. 하단 노트 */
    .bottom-note {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        background: #f4f7f9;
        padding: 25px;
        border-radius: 16px;
    }

    .note-box h6 { margin: 0 0 8px 0; color: #86a3b2; font-size: 1rem; font-weight: 800; }
    .note-box p { margin: 0; font-size: 0.88rem; color: #555; line-height: 1.6; }

    @media (max-width: 1024px) {
        .media-layout, .info-grid-triple, .summary-row, .bottom-note { grid-template-columns: 1fr; }
    }

body img {
            -webkit-user-drag: none;
            user-select: none;
        }