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;
    }
  }

.benefits-groups {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .benefits-cluster__header {
    margin-bottom: 32px;
  }

  .benefits-cluster__badge {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .benefits-cluster__badge::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    margin-right: 12px;
    background: currentColor;
  }

  .benefits-cluster__title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a1a1a;
  }

  .benefits-cluster__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .benefits-item {
    padding: 32px 24px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .benefits-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .benefits-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .benefits-item__icon .material-symbols-outlined {
    font-size: 22px;
  }

  .benefits-item__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
  }

  .benefits-item__copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
  }

  .benefits-cluster--mint .benefits-cluster__badge,
  .benefits-cluster--mint .benefits-item__icon {
    color: #00897b;
  }

  .benefits-cluster--mint .benefits-item__icon {
    background: #e0f2f1;
  }

  .benefits-cluster--green .benefits-cluster__badge,
  .benefits-cluster--green .benefits-item__icon {
    color: #2e7d32;
  }

  .benefits-cluster--green .benefits-item__icon {
    background: #e8f5e9;
  }

  .benefits-cluster--skyblue .benefits-cluster__badge,
  .benefits-cluster--skyblue .benefits-item__icon {
    color: #0288d1;
  }

  .benefits-cluster--skyblue .benefits-item__icon {
    background: #e1f5fe;
  }

  .benefits-cluster--purple .benefits-cluster__badge,
  .benefits-cluster--purple .benefits-item__icon {
    color: #7e57c2;
  }

  .benefits-cluster--purple .benefits-item__icon {
    background: #ede7f6;
  }

  @media (max-width: 1024px) {
    .benefits-cluster__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .benefits-cluster__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefits-cluster__title {
      font-size: 24px;
    }
  }

  @media (max-width: 480px) {
    .benefits-cluster__grid {
      grid-template-columns: 1fr;
    }
  }

.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="careers"] .job-roles-scope[data-job-roles-block] {
    --bg: transparent !important;
    --max: 1280px !important;
    background: transparent !important;
  }

  body[data-page="careers"] .job-roles-scope .container {
    width: min(calc(100% - 48px), 1280px) !important;
  }

  body[data-page="careers"] .job-roles-scope .category-tabs {
    width: 100% !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  body[data-page="careers"] .job-roles-scope .category-tabs > * {
    min-width: 0 !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 32px !important;
    flex: 0 0 32px !important;
    margin-bottom: 10px !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
    flex: 0 0 18px !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-icon svg {
    display: block !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-title,
  body[data-page="careers"] .job-roles-scope .tab-desc {
    min-width: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-title {
    flex: 0 0 auto !important;
  }

  body[data-page="careers"] .job-roles-scope .tab-desc {
    flex: 1 1 auto !important;
    margin-top: 0 !important;
  }

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

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

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

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;
  }

.talent-section {
    padding: 120px 24px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    overflow: hidden;
  }

  .talent-inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .talent-head {
    max-width: 880px;
    margin: 0 auto 80px;
    text-align: center;
  }

  .talent-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border: 1px solid rgba(0, 181, 121, 0.18);
    border-radius: 999px;
    background: rgba(0, 181, 121, 0.06);
    color: #00b579;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .talent-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.15;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.03em;
  }

  .talent-desc {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
    word-break: keep-all;
  }

  .talent-visual {
    position: relative;
    height: 760px;
    margin: 0 auto 90px;
  }

    .talent-orbit {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(0, 181, 121, 0.08) 0%, rgba(0, 181, 121, 0.04) 45%, rgba(0, 181, 121, 0.02) 100%);
    transform: translate(-50%, -50%);
  }

  .talent-center {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #00b579 0%, #0f7b63 100%);
    box-shadow: 0 24px 60px rgba(0, 120, 90, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
  }


  .talent-center span {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .talent-circle {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(14, 24, 36, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    z-index: 3;
  }

  .talent-circle::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 181, 121, 0.2), #00b579);
    z-index: -1;
  }

  .talent-circle-top {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: #ffffff;
  }

  .talent-circle-top::after {
    bottom: -44px;
    left: 50%;
    width: 2px;
    height: 42px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 181, 121, 0.2), #00b579);
    z-index: -1;
  }

  .talent-circle-left {
    left: 140px;
    bottom: 80px;
  }

  .talent-circle-left::after {
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
  }

  .talent-circle-right {
    right: 140px;
    bottom: 80px;
  }

  .talent-circle-right::after {
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
  }

  .talent-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(0, 181, 121, 0.08);
    color: #00b579;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
  }

  .talent-circle h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #00b579;
    letter-spacing: -0.04em;
  }

  .talent-circle p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    word-break: keep-all;
  }

  .talent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .talent-card {
    position: relative;
    padding: 30px 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .talent-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 181, 121, 0.24);
    box-shadow: 0 20px 40px rgba(0, 120, 90, 0.10);
  }

  .card-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 181, 121, 0.08);
    color: #00b579;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .talent-card h4 {
    margin: 18px 0 12px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 750;
    color: #111111;
    letter-spacing: -0.03em;
  }

  .talent-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    word-break: keep-all;
  }

  @media (max-width: 1200px) {
    .talent-visual {
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      justify-items: center;
    }

    .talent-orbit,
    .talent-circle::after {
      display: none;
    }

    .talent-center,
    .talent-circle,
    .talent-circle-top,
    .talent-circle-left,
    .talent-circle-right {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      transform: none;
    }

    .talent-center {
      width: 260px;
      height: 260px;
      margin-bottom: 10px;
    }

    .talent-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .talent-section {
      padding: 90px 20px;
    }

    .talent-head {
      margin-bottom: 56px;
    }

    .talent-desc {
      font-size: 16px;
      line-height: 1.7;
    }

    .talent-center {
      width: 220px;
      height: 220px;
    }

    .talent-center span {
      font-size: 34px;
    }

    .talent-circle {
      width: 100%;
      max-width: 340px;
      height: auto;
      padding: 34px 24px;
      border-radius: 32px;
    }

    .talent-circle h3 {
      font-size: 28px;
    }

    .talent-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .talent-card {
      padding: 26px 22px;
      border-radius: 24px;
    }

    .talent-card h4 {
      font-size: 21px;
    }
  }

.job-roles-scope[data-job-roles-block]{
      --bg:#f3f4f6;
      --card:#ffffff;
      --text:#0f172a;
      --sub:#667085;
      --line:#d9dde3;
      --green:#0d8a5a;
      --green-soft:#dff3ea;
      --max:1280px;
      --radius-xl:36px;
      --radius-lg:28px;
      --radius-md:20px;
      --shadow:0 14px 34px rgba(15,23,42,.05);
      --transition:.32s cubic-bezier(.2,.8,.2,1);
    }

    .job-roles-scope[data-job-roles-block], .job-roles-scope[data-job-roles-block] *{box-sizing:border-box}
    .job-roles-scope[data-job-roles-block]{scroll-behavior:smooth}
    .job-roles-scope[data-job-roles-block]{
      margin:0;
      font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
      background:var(--bg);
      color:var(--text);
      -webkit-font-smoothing:antialiased;
      word-break:keep-all;
      line-height:1.6;
    }

    .job-roles-scope[data-job-roles-block] button{font:inherit}
    .job-roles-scope[data-job-roles-block] a{text-decoration:none;color:inherit}

    .job-roles-scope[data-job-roles-block] .roles-section{
      padding:72px 0 100px;
      overflow:hidden;
    }

    .job-roles-scope[data-job-roles-block] .container{
      width:min(calc(100% - 48px), var(--max));
      margin:0 auto;
    }

    .job-roles-scope[data-job-roles-block] .eyebrow{
      display:flex;
      align-items:center;
      gap:14px;
      margin-bottom:26px;
      color:var(--green);
      font-size:15px;
      font-weight:800;
      letter-spacing:.14em;
    }

    .job-roles-scope[data-job-roles-block] .eyebrow::before{
      content:"";
      width:58px;
      height:2px;
      border-radius:999px;
      background:var(--green);
    }

    .job-roles-scope[data-job-roles-block] .hero{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:32px;
      align-items:end;
      margin-bottom:40px;
    }

    .job-roles-scope[data-job-roles-block] .hero h2{
      margin:0 0 18px;
      font-size:clamp(42px,5vw,74px);
      line-height:1.08;
      letter-spacing:-.05em;
      font-weight:800;
      max-width:920px;
    }

    .job-roles-scope[data-job-roles-block] .hero p{
      margin:0;
      font-size:clamp(18px,1.5vw,22px);
      color:var(--sub);
      font-weight:600;
      max-width:980px;
    }

    .job-roles-scope[data-job-roles-block] .hero-side{
      display:flex;
      justify-content:flex-end;
    }

    .job-roles-scope[data-job-roles-block] .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:12px 16px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.06);
      border-radius:999px;
      color:#334155;
      font-size:14px;
      font-weight:700;
      backdrop-filter: blur(8px);
    }

    .job-roles-scope[data-job-roles-block] .hero-badge .dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(13,138,90,.10);
    }

    .job-roles-scope[data-job-roles-block] .category-tabs{
      display:grid;
      grid-template-columns:repeat(6, 1fr);
      gap:14px;
      margin-bottom:22px;
    }

    .job-roles-scope[data-job-roles-block] .tab-btn{
      cursor:pointer;
      border:none;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(15,23,42,.08);
      color:#334155;
      border-radius:22px;
      padding:18px 16px;
      min-height:84px;
      text-align:left;
      transition:all var(--transition);
      box-shadow:0 8px 20px rgba(15,23,42,.03);
    }

    .job-roles-scope[data-job-roles-block] .tab-btn:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(15,23,42,.06);
    }

    .job-roles-scope[data-job-roles-block] .tab-btn.active{
      background:#fff;
      border-color:rgba(13,138,90,.18);
      box-shadow:0 18px 34px rgba(15,23,42,.08);
    }

    .job-roles-scope[data-job-roles-block] .tab-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      margin-bottom:10px;
    }

    .job-roles-scope[data-job-roles-block] .tab-icon{
      width:32px;
      height:32px;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:#eef2f6;
      color:#6b7280;
      transition:all .3s ease;
    }

    .job-roles-scope[data-job-roles-block] .tab-icon svg{
      width:18px;
      height:18px;
    }

    .job-roles-scope[data-job-roles-block] .tab-btn.active .tab-icon{
      background:var(--green-soft);
      color:var(--green);
    }

    .job-roles-scope[data-job-roles-block] .tab-btn:hover .tab-icon{
      transform:translateY(-2px);
    }

    .job-roles-scope[data-job-roles-block] .tab-arrow{
      font-size:18px;
      color:#98a2b3;
      transition:transform var(--transition), color var(--transition);
    }

    .job-roles-scope[data-job-roles-block] .tab-btn.active .tab-arrow{
      transform:translateX(2px);
      color:var(--green);
    }

    .job-roles-scope[data-job-roles-block] .tab-title{
      display:block;
      font-size:19px;
      font-weight:800;
      line-height:1.25;
      color:#101828;
      letter-spacing:-.02em;
      margin-bottom:4px;
    }

    .job-roles-scope[data-job-roles-block] .tab-desc{
      display:block;
      font-size:14px;
      line-height:1.55;
      color:#667085;
      font-weight:600;
    }

    .job-roles-scope[data-job-roles-block] .mobile-select{
      display:none;
      margin-bottom:22px;
    }

    .job-roles-scope[data-job-roles-block] .mobile-select select{
      width:100%;
      padding:16px 18px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.1);
      background:#fff;
      font:inherit;
      color:#334155;
      font-weight:700;
      outline:none;
    }

    .job-roles-scope[data-job-roles-block] .panel-wrap{
      position:relative;
    }

    .job-roles-scope[data-job-roles-block] .panel{
      display:none;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(15,23,42,.06);
      border-radius:36px;
      padding:28px;
      box-shadow:var(--shadow);
      backdrop-filter: blur(8px);
      animation:fadeUp .4s ease;
    }

    .job-roles-scope[data-job-roles-block] .panel.active{
      display:block;
    }

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

    .job-roles-scope[data-job-roles-block] .panel-head{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
      margin-bottom:22px;
    }

    .job-roles-scope[data-job-roles-block] .panel-intro{
      background:#fff;
      border:1px solid rgba(15,23,42,.06);
      border-radius:30px;
      padding:26px 26px 24px;
    }

    .job-roles-scope[data-job-roles-block] .panel-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green);
      font-size:13px;
      font-weight:800;
      margin-bottom:16px;
    }

    .job-roles-scope[data-job-roles-block] .panel-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
    }

    .job-roles-scope[data-job-roles-block] .panel-intro h3{
      margin:0 0 12px;
      font-size:clamp(28px,2.6vw,42px);
      line-height:1.14;
      letter-spacing:-.04em;
    }

    .job-roles-scope[data-job-roles-block] .panel-intro p{
      margin:0;
      font-size:16px;
      color:var(--sub);
      font-weight:600;
    }

    .job-roles-scope[data-job-roles-block] .panel-summary{
      background:linear-gradient(135deg, #132032 0%, #1c3044 100%);
      border-radius:30px;
      padding:24px;
      color:#fff;
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:14px;
    }

    .job-roles-scope[data-job-roles-block] .image-box{
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      padding:0;
    }

    .job-roles-scope[data-job-roles-block] .image-box img{
      width:100%;
      height:100%;
      object-fit:cover;
      border-radius:30px;
      transition:.4s;
      display:block;
    }

    .job-roles-scope[data-job-roles-block] .panel:hover .image-box img{
      transform:scale(1.05);
    }

    .job-roles-scope[data-job-roles-block] .team-grid{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:18px;
    }

    .job-roles-scope[data-job-roles-block] .team-card{
      background:#fff;
      border:1px solid rgba(15,23,42,.06);
      border-radius:30px;
      padding:28px 24px;
      min-height:270px;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      box-shadow:0 10px 24px rgba(15,23,42,.03);
    }

    .job-roles-scope[data-job-roles-block] .team-card:hover{
      transform:translateY(-4px);
      box-shadow:0 22px 40px rgba(15,23,42,.08);
      border-color:rgba(13,138,90,.18);
    }

    .job-roles-scope[data-job-roles-block] .card-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:grid;
      place-items:center;
      margin-bottom:18px;
      background:linear-gradient(135deg, #edf7f2, #f7fbf9);
      border:1px solid rgba(13,138,90,.10);
      color:var(--green);
    }

    .job-roles-scope[data-job-roles-block] .team-card h4{
      margin:0 0 12px;
      font-size:clamp(24px,2vw,34px);
      line-height:1.18;
      letter-spacing:-.03em;
    }

    .job-roles-scope[data-job-roles-block] .team-card p{
      margin:0 0 16px;
      font-size:15px;
      color:var(--sub);
      font-weight:600;
    }

    .job-roles-scope[data-job-roles-block] .chip-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:14px;
    }

    .job-roles-scope[data-job-roles-block] .chip{
      display:inline-flex;
      align-items:center;
      padding:7px 11px;
      border-radius:999px;
      background:#f4f6f8;
      border:1px solid #e4e7ec;
      color:#475467;
      font-size:12px;
      font-weight:800;
    }

    .job-roles-scope[data-job-roles-block] .bullet-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }

    .job-roles-scope[data-job-roles-block] .bullet-list li{
      position:relative;
      padding-left:16px;
      font-size:14px;
      color:#475467;
      font-weight:600;
      line-height:1.65;
    }

    .job-roles-scope[data-job-roles-block] .bullet-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      transform:translateY(-50%);
    }

    .job-roles-scope[data-job-roles-block] .bottom-note{
      margin-top:22px;
      padding:18px 20px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(15,23,42,.06);
      color:#667085;
      font-size:14px;
      font-weight:700;
    }

    .job-roles-scope[data-job-roles-block] .reveal{
      opacity:0;
      transform:translateY(24px);
      transition:opacity .7s ease, transform .7s ease;
    }

    .job-roles-scope[data-job-roles-block] .reveal.in-view{
      opacity:1;
      transform:translateY(0);
    }

    @media (max-width: 1280px){
      .job-roles-scope[data-job-roles-block] .category-tabs{
        grid-template-columns:repeat(3, 1fr);
      }

      .job-roles-scope[data-job-roles-block] .team-grid{
        grid-template-columns:repeat(2, 1fr);
      }

      .job-roles-scope[data-job-roles-block] .panel-head{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 900px){
      .job-roles-scope[data-job-roles-block] .hero{
        grid-template-columns:1fr;
        gap:18px;
      }

      .job-roles-scope[data-job-roles-block] .hero-side{
        justify-content:flex-start;
      }

      .job-roles-scope[data-job-roles-block] .category-tabs{
        display:none;
      }

      .job-roles-scope[data-job-roles-block] .mobile-select{
        display:block;
      }

      .job-roles-scope[data-job-roles-block] .team-grid{
        grid-template-columns:1fr;
      }

      .job-roles-scope[data-job-roles-block] .panel-summary{
        grid-template-columns:1fr 1fr;
      }
    }

    @media (max-width: 767px){
      .job-roles-scope[data-job-roles-block] .roles-section{
        padding:56px 0 72px;
      }

      .job-roles-scope[data-job-roles-block] .container{
        width:min(calc(100% - 24px), var(--max));
      }

      .job-roles-scope[data-job-roles-block] .hero h2{
        font-size:clamp(34px,10vw,52px);
      }

      .job-roles-scope[data-job-roles-block] .hero p{
        font-size:16px;
      }

      .job-roles-scope[data-job-roles-block] .panel{
        padding:18px;
        border-radius:24px;
      }

      .job-roles-scope[data-job-roles-block] .panel-intro, .job-roles-scope[data-job-roles-block] .panel-summary, .job-roles-scope[data-job-roles-block] .team-card{
        border-radius:22px;
      }

      .job-roles-scope[data-job-roles-block] .panel-summary{
        grid-template-columns:1fr;
      }

      .job-roles-scope[data-job-roles-block] .team-card{
        padding:22px 18px;
        min-height:auto;
      }

      .job-roles-scope[data-job-roles-block] .team-card h4{
        font-size:28px;
      }
    }

.benefits-reference * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-break: keep-all;
  }

  .benefits-reference {
    font-family: 'Pretendard', sans-serif;
    background-color: #ffffff;
    color: #222222;
    line-height: 1.5;
    padding: 60px 20px;
  }

  .benefits-reference .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .benefits-reference .benefits-section {
    margin-bottom: 80px;
  }

  .benefits-reference .section-header {
    margin-bottom: 32px;
  }

  .benefits-reference .badge {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
  }

  .benefits-reference .badge::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #2e7d32;
    margin-right: 12px;
  }

  .benefits-reference .section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
  }

  .benefits-reference .card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .benefits-reference .card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f2f2f2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
  }

  .benefits-reference .card.show:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .benefits-reference .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .benefits-reference .icon-box .material-symbols-outlined {
    font-size: 22px;
  }

  .benefits-reference .card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111111;
  }

  .benefits-reference .card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
  }

  .benefits-reference .section-mint .badge { color: #00897b; }
  .benefits-reference .section-mint .badge::before { background-color: #00897b; }
  .benefits-reference .section-mint .icon-box { background-color: #e0f2f1; color: #00897b; }

  .benefits-reference .section-green .badge { color: #2e7d32; }
  .benefits-reference .section-green .badge::before { background-color: #2e7d32; }
  .benefits-reference .section-green .icon-box { background-color: #e8f5e9; color: #2e7d32; }

  .benefits-reference .section-skyblue .badge { color: #0288d1; }
  .benefits-reference .section-skyblue .badge::before { background-color: #0288d1; }
  .benefits-reference .section-skyblue .icon-box { background-color: #e1f5fe; color: #0288d1; }

  .benefits-reference .section-purple .badge { color: #7e57c2; }
  .benefits-reference .section-purple .badge::before { background-color: #7e57c2; }
  .benefits-reference .section-purple .icon-box { background-color: #ede7f6; color: #7e57c2; }

  @media (max-width: 1024px) {
    .benefits-reference .card-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    .benefits-reference .card-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .benefits-reference .section-header h2 {
      font-size: 24px;
    }
  }

  @media (max-width: 480px) {
    .benefits-reference .card-grid {
      grid-template-columns: 1fr;
    }
  }

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