:root {
  --blue:#0d63f3;
  --ink:#101828;
  --navy:#0f2255;
  --muted:#59677a;
  --line:#dce7f5;
  --soft:#f6faff;
  --green:#13a05f;
  --purple:#6d4ee6;
  --orange:#ff8b1a;
  --pink:#e63e78;
  --shadow:0 12px 30px rgba(16,24,40,.06);
  --radius:12px;
}
* {box-sizing:border-box}
body {margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Malgun Gothic",Arial,sans-serif;letter-spacing:0}
a {color:inherit;text-decoration:none}
img {display:block;max-width:100%}
.page {min-width:320px;overflow:hidden}
.wrap {max-width:1180px;margin:0 auto;padding:0 24px}

.site-header {position:relative;z-index:20;background:#fff;border-bottom:1px solid #e8eef6}
.site-header .wrap {max-width:1200px}
.site-topbar {display:block;height:44px;background:#f3f6fa;border-bottom:1px solid #e4ebf3;color:#233047;font-size:13px}
.site-topbar .wrap {display:flex;align-items:center;justify-content:space-between;height:100%}
.top-links {display:flex;align-items:center;gap:24px;white-space:nowrap}
.top-links a {color:#25364d;font-weight:400}
.top-actions {display:flex;align-items:center;gap:10px}
.top-actions a {display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 17px;border:1px solid #d5dfeb;border-radius:999px;background:#fff;color:#1b2b44;font-size:12px;font-weight:500}
.top-actions a.primary {border-color:var(--blue);background:var(--blue);color:#fff}
.site-mainnav {height:82px;background:#fff}
.site-header.is-nav-stuck {padding-bottom:82px}
.site-header.is-nav-stuck .site-mainnav {position:fixed;left:0;right:0;top:0;z-index:40;border-bottom:1px solid #e8eef6;box-shadow:0 10px 24px rgba(16,24,40,.06)}
.site-mainnav .wrap {display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;align-items:center;height:100%}
.site-logo {display:flex;align-items:center;width:150px;height:52px;white-space:nowrap}
.site-logo img {width:150px;height:auto;display:block}
.main-menu {display:flex;align-items:center;justify-content:space-between;gap:14px;white-space:nowrap}
.main-menu a {position:relative;color:#111827;font-size:14px;font-weight:700}
.main-menu a.today-roller {display:inline-flex;align-items:flex-start;flex:0 0 94px;width:94px;height:24px;line-height:24px;overflow:hidden}
.today-roller-track {display:flex;flex-direction:column;animation:todayMenuRoll 10s linear infinite;will-change:transform}
.today-roller-track b {display:flex;align-items:center;height:24px;color:inherit;font-size:inherit;font-weight:inherit;line-height:24px;letter-spacing:0;white-space:nowrap}
.main-menu a:focus {outline:none}
.main-menu a.is-active,
.main-menu a:hover {color:#111827}
.main-menu a.menu-icheck,
.main-menu a.menu-icheck:hover,
.main-menu a.menu-icheck.is-active {color:#0051ff}
.main-menu a.is-active:after,
.main-menu a:hover:after {content:"";position:absolute;left:0;right:0;bottom:-31px;height:3px;border-radius:999px;background:var(--blue)}
.nav-icons {display:none}
.nav-icon {display:none}
.mega-panel {position:absolute;left:0;right:0;top:126px;z-index:30;display:none;background:#fff;border-top:1px solid #eef3f9;border-bottom:1px solid #dfe8f5;box-shadow:0 24px 34px rgba(16,24,40,.06)}
.site-header.is-nav-stuck .mega-panel {position:fixed;top:82px;z-index:39}
.site-header.is-menu-open .mega-panel {display:block}
.mega-panel .wrap {display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;padding-top:31px;padding-bottom:48px}
.mega-feature {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-right:1px solid #edf2f8;color:#0f2b69;font-size:15px;font-weight:600;text-align:center}
.mega-feature img {width:82px;height:82px;border-radius:18px;object-fit:cover;border:1px solid #dce7f5}
.mega-menu-grid {position:relative;min-width:0;min-height:156px}
.mega-col {position:absolute;top:0;left:0;width:max-content;max-width:none}
.mega-col strong {display:none}
.mega-col a {display:block;margin:0 0 13px;color:#111827;font-size:13.2px;font-weight:500;line-height:1.25;white-space:nowrap;word-break:keep-all}
.mega-col a:hover {color:var(--blue)}

.hero {position:relative;isolation:isolate;overflow:hidden;height:clamp(330px,25vw,520px);background:#f6fbff;border-bottom:1px solid #e7eff9;padding:0}
.hero::before,.hero::after {content:none}
.hero-slider {position:absolute;inset:0}
.hero-slide {position:absolute;inset:0;opacity:0;transform:scale(1.015);transition:opacity .65s ease,transform 1.2s ease}
.hero-slide.is-active {opacity:1;transform:scale(1)}
.hero-slide img {width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-tabs {position:absolute;left:50%;bottom:22px;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(860px,calc(100% - 48px));transform:translateX(-50%)}
.hero-tab {position:relative;display:flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:1px solid rgba(255,255,255,.72);border-radius:10px;background:rgba(255,255,255,.84);color:#101828;font-size:15px;font-weight:950;white-space:nowrap;box-shadow:0 14px 30px rgba(16,24,40,.12);backdrop-filter:blur(8px);cursor:pointer}
.hero-tab:before {content:"";position:absolute;left:50%;top:-9px;width:16px;height:16px;border-radius:3px;background:inherit;transform:translateX(-50%) rotate(45deg);opacity:0}
.hero-tab.is-active {border-color:var(--tab-bg);background:var(--tab-bg);color:var(--tab-fg);box-shadow:0 18px 34px rgba(16,24,40,.22)}
.hero-tab.is-active:before {opacity:1}
.hero-kicker {display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#0b55c7;font-size:14px;font-weight:950}
.hero-kicker:before {content:"";width:42px;height:3px;border-radius:999px;background:var(--blue)}
.hero-copy h1 {margin:0;color:#0c1728;font-size:52px;line-height:1.12;font-weight:950;word-break:keep-all}
.hero-copy h1 strong {color:var(--blue)}
.hero-copy p {margin:22px 0 0;color:#334155;font-size:17px;line-height:1.8;word-break:keep-all}
.hero-note {display:block;margin-top:18px;color:#526171;font-size:13px;font-weight:900}
.hero-buttons {display:flex;gap:12px;margin-top:28px}
.btn {display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 34px;border:1px solid #b8cff3;border-radius:9px;background:#fff;color:#0b51ce;font-size:14px;font-weight:950;white-space:nowrap;box-shadow:0 10px 20px rgba(16,24,40,.045)}
.btn.primary {border-color:var(--blue);background:var(--blue);color:#fff}
.quick-row {display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:26px}
.quick-row a {display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 10px;border:1px solid #dbe6f5;border-radius:10px;background:rgba(255,255,255,.9);color:#13233b;font-size:13px;font-weight:950;white-space:nowrap;box-shadow:0 8px 20px rgba(16,24,40,.035);backdrop-filter:blur(10px)}
.quick-row a:last-child {border-right:1px solid #dbe6f5}
.quick-icon {display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:8px;border:2px solid currentColor;color:var(--blue);font-size:12px;font-weight:950}
.hero-person {align-self:stretch;min-height:390px}
.hero-person img {display:none}
.update-panel {padding:22px;border:1px solid rgba(191,211,242,.9);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 18px 38px rgba(16,24,40,.08);backdrop-filter:blur(14px)}
.update-head {display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.update-head strong {font-size:17px;font-weight:950}
.update-head a {color:var(--blue);font-size:12px;font-weight:950}
.update-list {display:grid;gap:12px}
.update-item {display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:center}
.update-item img {width:78px;height:54px;border-radius:8px;object-fit:cover;border:1px solid #e2eaf5;background:#f6faff}
.update-item b {display:block;color:#172033;font-size:14px;line-height:1.35;font-weight:950}
.update-item span {display:block;margin-top:4px;color:#59677a;font-size:12px;line-height:1.45}
.hero-bottom-strip {position:absolute;left:50%;bottom:0;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1180px,calc(100% - 48px));transform:translateX(-50%);border:1px solid #dfe8f5;border-bottom:0;background:rgba(255,255,255,.88);box-shadow:0 -8px 24px rgba(16,24,40,.04);backdrop-filter:blur(10px)}
.hero-bottom-strip a {padding:19px 24px;border-right:1px solid #e4edf7}
.hero-bottom-strip a:last-child {border-right:0}
.hero-bottom-strip b {display:block;color:#0f2255;font-size:16px;font-weight:950}
.hero-bottom-strip span {display:block;margin-top:8px;color:#667085;font-size:13px;font-weight:800}

.member {padding:30px 0 34px;border-bottom:1px solid #e7eff9;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.member-title {margin:0 0 22px;text-align:center;color:#102a6e;font-size:24px;font-weight:950}
.member-title strong {color:var(--blue)}
.benefit-grid {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.benefit-card {min-height:266px;padding:17px 16px 108px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:0 10px 24px rgba(16,24,40,.045);position:relative;overflow:hidden}
.benefit-card:after {content:"";position:absolute;right:-35px;bottom:-45px;width:130px;height:130px;border-radius:50%;background:rgba(0,91,255,.06)}
.benefit-card.green {background:linear-gradient(180deg,#fff 0%,#f5fff9 100%)}
.benefit-card.purple {background:linear-gradient(180deg,#fff 0%,#f8f6ff 100%)}
.benefit-card.orange {background:linear-gradient(180deg,#fff 0%,#fff9f1 100%)}
.benefit-card.pink {background:linear-gradient(180deg,#fff 0%,#fff6fa 100%)}
.benefit-head {display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:14px}
.benefit-icon {display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--blue);color:#fff;font-size:16px;font-weight:950;box-shadow:0 8px 16px rgba(0,91,255,.16)}
.benefit-card.green .benefit-icon {background:var(--green)}
.benefit-card.purple .benefit-icon {background:var(--purple)}
.benefit-card.orange .benefit-icon {background:var(--orange)}
.benefit-card.pink .benefit-icon {background:var(--pink)}
.benefit-head b {display:block;color:#11306d;font-size:16px;font-weight:950;line-height:1.25;word-break:keep-all}
.benefit-head span {display:block;margin-top:4px;color:#64748b;font-size:11px;line-height:1.35;font-weight:850;word-break:keep-all}
.benefit-card ul {position:relative;z-index:1;margin:0;padding-left:15px;color:#172033;font-size:12px;line-height:1.75;font-weight:850;word-break:keep-all}
.benefit-card img {position:absolute;z-index:1;left:12px;right:12px;bottom:10px;width:calc(100% - 24px);height:104px;object-fit:cover;object-position:center 34%;border-radius:10px}

.home-card-section {display:flex;align-items:center;height:300px;padding:0;border-bottom:1px solid #e7eff9;background:linear-gradient(180deg,#f7fcff 0%,#fff 100%)}
.home-card-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;max-width:1200px;min-height:0;align-items:center}
.home-card-block h2 {display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#111827;font-size:20px;line-height:1.25;font-weight:600;word-break:keep-all}
.home-card-link {display:block;overflow:hidden;border:0;border-radius:9px;background:#fff;box-shadow:0 12px 24px rgba(16,24,40,.07)}
.home-card-link img {width:100%;height:120px;display:block;object-fit:cover;object-position:center}
.home-card-link:hover {transform:translateY(-2px);box-shadow:0 16px 28px rgba(16,24,40,.08)}
.live-update-card {display:grid;grid-template-rows:auto 1fr auto;height:120px;padding:10px 16px;border:0;border-radius:9px;background:linear-gradient(135deg,#f3fff7 0%,#fff 68%);box-shadow:0 12px 24px rgba(16,24,40,.07)}
.live-update-head {display:flex;align-items:center;justify-content:space-between;gap:12px}
.live-update-head b {color:#101828;font-size:17px;font-weight:950;line-height:1.2}
.live-badge {display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 9px;border-radius:999px;background:#20a941;color:#fff;font-size:10px;font-weight:900;white-space:nowrap}
.live-update-list {display:grid;gap:3px;margin:6px 0 0;padding:0;list-style:none}
.live-update-list li {display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px;align-items:center;color:#172033;font-size:11px;font-weight:850;line-height:1.22}
.live-update-list span {color:#20a941;font-weight:950}
.live-update-foot {display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:5px;color:#667085;font-size:10px;font-weight:800}
.live-dot {display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#20a941;box-shadow:0 0 0 4px rgba(32,169,65,.14)}

.education-showcase {position:relative;overflow:hidden;padding:78px 0 82px;border-bottom:0;background:linear-gradient(135deg,#eaf5ff 0%,#d8ecff 34%,#f6fbff 72%,#e8f3ff 100%)}
.education-showcase:before {content:"";position:absolute;right:-70px;top:210px;width:520px;height:300px;background:url('/theme/eb4_busi_042/image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.36;pointer-events:none}
.education-showcase:after {content:"";position:absolute;left:-170px;bottom:-150px;width:420px;height:420px;border-radius:50%;background:rgba(0,91,255,.08);pointer-events:none}
.showcase-inner {position:relative;z-index:1;text-align:center;opacity:0;transform:translateY(72px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.showcase-inner.is-revealed {opacity:1;transform:translateY(0)}
.showcase-logo {display:block;width:186px;height:auto;margin:0 auto 26px}
.showcase-title {margin:0;color:#061a3a;font-size:42px;line-height:1.23;font-weight:950;letter-spacing:-.01em;word-break:keep-all}
.showcase-title strong {display:block;margin-top:12px;padding-bottom:20px;color:#005bff;font-size:46px;font-weight:950}
.showcase-stage {display:grid;grid-template-columns:1fr 360px 1fr;gap:28px;align-items:center;margin:56px auto 64px;max-width:1120px}
.showcase-content {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-self:center;transform:translateY(38px)}
.showcase-content.left,.showcase-content.right {text-align:center}
.content-cover {display:grid;grid-template-columns:1fr;gap:12px;align-items:start}
.showcase-content.left .content-cover {grid-template-columns:1fr}
.showcase-content.left .content-cover img {order:0}
.content-cover img {width:142px;height:99px;margin:0 auto;border-radius:13px;object-fit:cover;box-shadow:0 14px 28px rgba(4,34,82,.14)}
.content-cover b {display:block;color:#061a3a;font-size:22px;line-height:1.2;font-weight:600;word-break:keep-all}
.content-cover span {display:block;margin-top:8px;color:#616161;border-color:#7d7d7d;font-size:13px;line-height:1.55;font-weight:500;word-break:keep-all}
.showcase-tv {position:relative;align-self:center;display:flex;align-items:center;justify-content:center;min-height:284px}
.tv-orbit {position:absolute;inset:-34px -28px -30px;z-index:0;pointer-events:none}
.tv-orbit:before {content:"";position:absolute;left:50%;top:50%;width:398px;height:398px;border:2px solid rgba(0,91,255,.18);border-radius:50%;transform:translate(-50%,-50%)}
.tv-orbit:after {content:"";position:absolute;left:50%;top:50%;width:324px;height:324px;border:1px dashed rgba(0,91,255,.18);border-radius:50%;transform:translate(-50%,-50%);animation:orbitReverse 18s linear infinite}
.tv-orbit {--orbit-radius:199px;--inner-radius:162px}
.tv-orbit .inner-fill {position:absolute;left:50%;top:50%;width:270px;height:270px;border:0;border-radius:50%;background:rgba(0,91,255,.055);transform:translate(-50%,-50%)}
.tv-orbit i {position:absolute;left:50%;top:50%;display:block;width:30px;height:31px;margin:-15.5px 0 0 -15px;background:center/contain no-repeat;filter:drop-shadow(0 8px 14px rgba(0,91,255,.16));animation:orbitRegular 18s linear infinite}
.tv-orbit .shape-a {--start:-90deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-symbol-04.png')}
.tv-orbit .shape-b {--start:0deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-symbol-03.png')}
.tv-orbit .shape-c {--start:90deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-symbol-02.png')}
.tv-orbit .shape-d {--start:180deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-symbol-01.png')}
.tv-orbit span {position:absolute;left:50%;top:50%;display:block;width:30px;height:31px;margin:-15.5px 0 0 -15px;background:center/contain no-repeat;filter:drop-shadow(0 7px 12px rgba(0,91,255,.14));animation:orbitInner 24.84s linear infinite}
.tv-orbit .inner-a {--start:0deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-inner-01.png')}
.tv-orbit .inner-b {--start:72deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-inner-02.png')}
.tv-orbit .inner-c {--start:144deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-inner-03.png')}
.tv-orbit .inner-d {--start:216deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-inner-04.png')}
.tv-orbit .inner-e {--start:288deg;background-image:url('/theme/eb4_busi_042/image/main-preview/orbit-inner-05.png')}
.tv-frame {position:relative;z-index:1;width:360px;height:240px;padding:8px;border:3px solid rgba(17,29,48,.92);border-radius:11px;background:#101827;box-shadow:0 24px 36px rgba(7,43,92,.16)}
.tv-frame:before,.tv-frame:after {content:none}
.tv-screen {position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px;background:#f5faff}
.tv-screen > img {display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.screen-roller {display:flex;width:400%;height:100%;animation:screenRoll 13s infinite}
.screen-slide {position:relative;display:grid;grid-template-columns:1fr 128px;align-items:center;gap:18px;flex:0 0 25%;height:100%;padding:26px 28px;background:linear-gradient(135deg,#f7fbff 0%,#eaf4ff 100%)}
.screen-slide:before {content:"";position:absolute;right:-34px;top:-46px;width:150px;height:150px;border-radius:50%;background:rgba(0,91,255,.08)}
.screen-slide b {position:relative;display:block;color:#08234f;font-size:28px;line-height:1.18;font-weight:950;word-break:keep-all}
.screen-slide span {position:relative;display:block;margin-top:12px;color:#4d6281;font-size:14px;line-height:1.45;font-weight:850;word-break:keep-all}
.screen-slide img {position:relative;width:128px;height:90px;border-radius:13px;object-fit:cover;box-shadow:0 12px 26px rgba(4,34,82,.16)}
.screen-slide.social {background:linear-gradient(135deg,#fff8e8 0%,#eef7ff 100%)}
.screen-slide.safety {background:linear-gradient(135deg,#ecfff3 0%,#edf7ff 100%)}
.screen-slide.manners {background:linear-gradient(135deg,#ecfbff 0%,#eef5ff 100%)}
@keyframes orbitRegular {
  from {transform:rotate(var(--start)) translateX(var(--orbit-radius))}
  to {transform:rotate(calc(var(--start) + 360deg)) translateX(var(--orbit-radius))}
}
@keyframes orbitInner {
  from {transform:rotate(var(--start)) translateX(var(--inner-radius))}
  to {transform:rotate(calc(var(--start) - 360deg)) translateX(var(--inner-radius))}
}
@keyframes orbitReverse {
  from {transform:translate(-50%,-50%) rotate(0deg)}
  to {transform:translate(-50%,-50%) rotate(-360deg)}
}
@keyframes screenRoll {
  0%,20% {transform:translateX(0)}
  25%,45% {transform:translateX(-25%)}
  50%,70% {transform:translateX(-50%)}
  75%,95% {transform:translateX(-75%)}
  100% {transform:translateX(0)}
}
.showcase-info {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:900px;margin:92px auto 0}
.showcase-info article {overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 16px 34px rgba(4,34,82,.11)}
.showcase-info h3 {margin:0;padding:17px 18px;color:#fff;font-size:23px;font-weight:950;line-height:1.2}
.showcase-info article:nth-child(1) h3 {background:#13bd64}
.showcase-info article:nth-child(2) h3 {background:#148be9}
.showcase-info article:nth-child(3) h3 {background:#ff6a35}
.showcase-info p {margin:0;padding:20px 22px 24px;color:#101828;font-size:17px;line-height:1.55;font-weight:500;word-break:keep-all}
.showcase-info p strong {font-weight:950}

.proof-section {position:relative;overflow:hidden;margin-top:-1px;padding:72px 0 82px;border-bottom:1px solid #dbeaff;background:linear-gradient(180deg,#e8f3ff 0%,#f8fcff 24%,#edf7ff 100%)}
.proof-section:before {content:"";position:absolute;left:-190px;top:-226px;width:540px;height:540px;border-radius:50%;background:rgba(0,91,255,.06);pointer-events:none}
.proof-section:after {content:"";position:absolute;right:76px;top:80px;width:390px;height:230px;background:url('/theme/eb4_busi_042/image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.14;pointer-events:none}
.proof-inner {position:relative;z-index:1;text-align:center}
.proof-rule {display:block;width:1px;height:76px;margin:0 auto 38px;background:linear-gradient(180deg,rgba(0,91,255,0),rgba(0,91,255,.5),rgba(0,91,255,0))}
.proof-logo {display:none}
.proof-title {position:relative;z-index:2;margin:0;color:#061a3a;font-size:42px;line-height:1.24;font-weight:900;letter-spacing:-.01em;word-break:keep-all}
.proof-title strong {display:block;margin-top:8px;color:#005bff;font-size:46px;font-weight:900}
.proof-title .count-up {display:inline-block;box-sizing:content-box;font-variant-numeric:tabular-nums lining-nums;text-align:right;white-space:nowrap}
.proof-title .count-up--branches {width:3ch}
.proof-title .count-up--rate {width:2ch}
.proof-sub {position:relative;z-index:2;margin:20px auto 0;max-width:820px;color:#172033;font-size:18px;line-height:1.65;font-weight:650;word-break:keep-all}
.proof-sub strong {color:#005bff;font-weight:850}
.proof-comparison {position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,380px) 18px minmax(0,520px);grid-template-areas:"muted vs primary";align-items:center;justify-content:center;width:min(100%,1080px);margin:62px auto 0}
.proof-compare-card {position:relative;overflow:hidden;box-sizing:border-box;width:100%;min-height:220px;padding:38px 42px;border-radius:28px;text-align:left;word-break:keep-all}
.proof-compare-card > * {position:relative;z-index:1}
.proof-compare-card:after {content:"";position:absolute;right:-54px;top:-58px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,255,255,.24) 48%,rgba(255,255,255,0) 72%);pointer-events:none}
.proof-compare-card.is-muted {grid-area:muted;z-index:2;background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(247,251,255,.9) 100%);border:1px solid rgba(255,255,255,.96);color:#707783;box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 30px 70px rgba(4,34,82,.12)}
.proof-compare-card.is-primary {grid-area:primary;z-index:3;min-height:252px;padding:40px 50px;background:linear-gradient(145deg,rgba(0,91,255,.9) 0%,rgba(22,132,255,.82) 46%,rgba(0,72,220,.92) 100%);backdrop-filter:blur(6px) saturate(1.18);border:1px solid rgba(255,255,255,.72);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -24px 38px rgba(0,31,120,.16),0 34px 74px rgba(0,91,255,.26)}
.proof-compare-card.is-primary:after {right:-50px;top:-58px;width:210px;height:210px;background:radial-gradient(circle,rgba(255,255,255,.52) 0%,rgba(104,188,255,.2) 45%,rgba(255,255,255,0) 74%)}
.proof-compare-card h3 {margin:0 0 24px;font-size:26px;line-height:1.22;font-weight:850}
.proof-compare-card.is-muted h3 {color:#8a919a;font-size:34px;text-align:center}
.proof-compare-card.is-primary h3 {display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:0}
.proof-compare-card.is-primary h3 img {display:block;width:160px;height:auto;filter:brightness(0) invert(1)}
.proof-compare-card ul {display:grid;gap:0;margin:0;padding:0;list-style:none}
.proof-compare-card li {position:relative;min-height:30px;padding:13px 0 13px 40px;border-top:1px solid rgba(120,135,155,.14);font-size:19px;line-height:1.42;font-weight:700}
.proof-compare-card li:first-child {border-top:0}
.proof-compare-card li:before {content:"";position:absolute;left:3px;top:50%;width:18px;height:9px;border-left:4px solid currentColor;border-bottom:4px solid currentColor;transform:translateY(-70%) rotate(-45deg);opacity:.72}
.proof-compare-card.is-primary li {padding-left:44px;border-top-color:rgba(255,255,255,.24);font-size:20px;font-weight:800}
.proof-compare-card.is-primary li:before {left:4px;color:#fff;opacity:.95}
.proof-compare-vs {grid-area:vs;position:relative;z-index:5;isolation:isolate;display:flex;align-items:center;justify-content:center;justify-self:center;width:104px;aspect-ratio:1;margin:0;overflow:hidden;border:1px solid rgba(205,241,255,.88);border-radius:50%;background:radial-gradient(circle at 29% 25%,rgba(255,255,255,.96) 0 4%,rgba(255,255,255,.38) 11%,rgba(255,255,255,0) 27%),radial-gradient(circle at 25% 80%,rgba(44,244,224,.92) 0%,rgba(21,190,240,.54) 24%,rgba(16,126,238,0) 52%),radial-gradient(circle at 70% 66%,#1688f5 0%,#0758d9 48%,#092c88 100%);color:#dff8ff;font-size:30px;font-weight:950;letter-spacing:-.055em;text-shadow:0 2px 10px rgba(0,37,122,.52),0 0 16px rgba(183,247,255,.32);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),inset 12px 14px 24px rgba(255,255,255,.18),inset -14px -16px 26px rgba(0,25,105,.38),0 20px 38px rgba(0,46,125,.28),0 7px 14px rgba(0,91,255,.2)}
.proof-compare-vs:before {content:"";position:absolute;z-index:-1;left:17%;top:10%;width:50%;height:28%;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,0));filter:blur(1px);transform:rotate(-18deg);pointer-events:none}
.proof-compare-vs:after {content:"";position:absolute;inset:4px;border:1px solid rgba(210,246,255,.26);border-radius:inherit;box-shadow:inset 0 1px 2px rgba(255,255,255,.28);pointer-events:none}
.proof-trophy {position:absolute;z-index:1;right:-137px;top:auto;bottom:-44px;width:727px;transform:translateX(34%);pointer-events:none}
.proof-trophy-img {display:block;width:100%;height:auto;object-fit:contain;opacity:.9;filter:drop-shadow(0 24px 38px rgba(96,62,0,.18))}
.proof-rule.bottom {height:76px;margin:54px auto 0}

.homeflow-section {position:relative;overflow:hidden;padding:74px 0 86px;border-bottom:1px solid #dbeaff;background:linear-gradient(180deg,#eef7ff 0%,#f8fcff 46%,#e9f5ff 100%)}
.homeflow-section:before {content:"";position:absolute;left:-210px;top:-160px;width:560px;height:560px;border-radius:50%;background:rgba(0,91,255,.055);pointer-events:none}
.homeflow-section:after {content:"";position:absolute;right:70px;bottom:52px;width:410px;height:250px;background:url('/theme/eb4_busi_042/image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.11;pointer-events:none}
.homeflow-inner {position:relative;z-index:1;text-align:center;opacity:0;transform:translateY(72px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.homeflow-inner.is-revealed {opacity:1;transform:translateY(0)}
.homeflow-rule {display:block;width:1px;height:72px;margin:0 auto 34px;background:linear-gradient(180deg,rgba(0,91,255,0),rgba(0,91,255,.45),rgba(0,91,255,0))}
.homeflow-title {margin:0;color:#061a3a;font-size:45px;line-height:1.2;font-weight:900;letter-spacing:-.01em;word-break:keep-all}
.homeflow-title strong {display:block;margin-top:8px;color:#005bff;font-size:48px;font-weight:900}
.homeflow-copy {margin:20px auto 0;max-width:880px;color:#172033;font-size:19px;line-height:1.62;font-weight:650;word-break:keep-all}
.homeflow-copy strong {color:#005bff;font-weight:850}
.homeflow-stage {position:relative;min-height:560px;margin-top:38px}
.homeflow-marquee {position:absolute;left:50%;width:100vw;min-width:1900px;transform:translateX(-50%);overflow:hidden;pointer-events:none}
.homeflow-marquee.top {top:18px}
.homeflow-marquee.bottom {bottom:62px}
.homeflow-track {display:flex;width:max-content;gap:18px;will-change:transform}
.homeflow-track.to-right {animation:homeflowRight 42s linear infinite}
.homeflow-track.to-left {animation:homeflowLeft 42s linear infinite}
.homeflow-card {flex:0 0 156px;width:156px;height:220px;margin:0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 18px 36px rgba(4,34,82,.12);opacity:.9}
.homeflow-card img {width:100%;height:100%;object-fit:cover;display:block}
.homeflow-stat {display:flex;align-items:center;justify-content:center;flex:0 0 156px;width:156px;height:220px;border-radius:10px;background:linear-gradient(145deg,#005bff,#1684ff);color:#fff;box-shadow:0 18px 36px rgba(0,91,255,.18);font-size:22px;line-height:1.32;font-weight:900;word-break:keep-all}
.homeflow-tv {position:absolute;left:50%;top:52%;z-index:4;width:min(650px,54vw);aspect-ratio:16/9;transform:translate(-50%,-50%);border:17px solid #0d1523;border-radius:28px;background:#0d1523;box-shadow:0 32px 72px rgba(4,34,82,.28),inset 0 0 0 2px rgba(255,255,255,.12)}
.homeflow-tv:before {content:"";position:absolute;inset:-28px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,0));pointer-events:none}
.homeflow-screen {position:absolute;inset:0;border-radius:12px;overflow:hidden;background:#eaf4ff}
.homeflow-screen img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:homeflowScreen 28s infinite}
.homeflow-screen img:nth-child(2) {animation-delay:4s}
.homeflow-screen img:nth-child(3) {animation-delay:8s}
.homeflow-screen img:nth-child(4) {animation-delay:12s}
.homeflow-screen img:nth-child(5) {animation-delay:16s}
.homeflow-screen img:nth-child(6) {animation-delay:20s}
.homeflow-screen img:nth-child(7) {animation-delay:24s}
.homeflow-note {position:absolute;left:50%;bottom:0;z-index:5;transform:translateX(-50%);margin:0;color:#708196;font-size:17px;font-weight:650;word-break:keep-all}
@keyframes homeflowLeft {
  from {transform:translateX(0)}
  to {transform:translateX(calc(-50% - 9px))}
}
@keyframes homeflowRight {
  from {transform:translateX(calc(-50% - 9px))}
  to {transform:translateX(0)}
}
@keyframes homeflowScreen {
  0%,11% {opacity:1}
  15%,100% {opacity:0}
}

.section-band {padding:32px 0;border-bottom:1px solid #e7eff9}
.split {display:grid;grid-template-columns:205px minmax(0,1fr);gap:18px;align-items:center}
.side-title h2 {margin:0;color:#0f2b69;font-size:21px;line-height:1.35;font-weight:950;word-break:keep-all}
.side-title p {margin:10px 0 0;color:#506176;font-size:13px;line-height:1.65;word-break:keep-all}
.check-list {display:grid;gap:7px;margin-top:14px;color:#29406a;font-size:12px;font-weight:900}
.check-list span:before {content:"✓";display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-right:7px;border-radius:50%;background:var(--blue);color:#fff;font-size:11px}
.character-cards {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.photo-card {position:relative;min-height:170px;border-radius:9px;overflow:hidden;background:#0b1730;color:#fff;box-shadow:var(--shadow)}
.photo-card img {width:100%;height:170px;object-fit:cover;filter:brightness(.8)}
.photo-caption {position:absolute;left:16px;right:12px;bottom:15px}
.photo-caption i {display:flex;align-items:center;justify-content:center;width:27px;height:27px;margin-bottom:9px;border-radius:8px;background:rgba(255,255,255,.92);color:var(--blue);font-style:normal;font-weight:950}
.photo-caption b {display:block;font-size:20px;font-weight:950}
.photo-caption span {display:block;margin-top:5px;font-size:13px;font-weight:850}

.program-row {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.program-card {min-height:216px;padding:16px 16px 116px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(16,24,40,.04)}
.program-card.wide {grid-column:auto}
.program-card h3 {margin:0;color:#0b51ce;font-size:17px;line-height:1.28;font-weight:950;word-break:keep-all}
.program-card p {margin:8px 0 0;color:#4f5f73;font-size:12px;line-height:1.48;word-break:keep-all}
.program-card img {position:absolute;left:10px;right:10px;bottom:10px;width:calc(100% - 20px);height:98px;object-fit:cover;object-position:center 45%;border-radius:10px}
.iprogram-section {position:relative;overflow:hidden;padding:104px 0 176px;background:#fff;border-bottom:1px solid #dcecff}
.iprogram-section:before {content:"";position:absolute;left:-260px;top:260px;width:620px;height:620px;background:url('/theme/eb4_busi_042/image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.045;pointer-events:none}
.iprogram-section:after {content:"";position:absolute;right:-220px;top:40px;width:540px;height:540px;background:url('/theme/eb4_busi_042/image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.045;pointer-events:none}
.iprogram-inner {position:relative;z-index:1;opacity:0;transform:translateY(72px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.iprogram-inner.is-revealed {opacity:1;transform:translateY(0)}
.iprogram-head {text-align:center;margin:0 auto 72px;max-width:860px}
.iprogram-eyebrow {display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 22px;border-radius:999px;background:#13b976;color:#fff;font-size:16px;font-weight:800;box-shadow:0 10px 22px rgba(19,185,118,.16)}
.iprogram-head h2 {margin:20px 0 0;color:#061a3a;font-size:44px;line-height:1.25;font-weight:900;letter-spacing:0;word-break:keep-all}
.iprogram-head h2 strong {color:#0051ff;font-weight:900}
.iprogram-head p {margin:16px auto 0;max-width:720px;color:#334155;font-size:16px;line-height:1.65;font-weight:500;word-break:keep-all}
.iprogram-block {margin-top:76px}
.iprogram-block:first-of-type {margin-top:0}
.iprogram-block-title {display:grid;grid-template-columns:auto auto 1fr;gap:16px;align-items:center;margin-bottom:26px}
.iprogram-block-title:after {content:"";height:1px;background:linear-gradient(90deg,rgba(0,81,255,.22),rgba(0,81,255,0))}
.iprogram-pill {display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;border-radius:999px;background:#13b976;color:#fff;font-size:16px;font-weight:800;box-shadow:0 10px 18px rgba(19,185,118,.14)}
.iprogram-block:nth-of-type(3) .iprogram-pill {background:#0051ff;box-shadow:0 10px 18px rgba(0,81,255,.14)}
.iprogram-block-title h3 {margin:0;color:#061a3a;font-size:28px;line-height:1.32;font-weight:800;letter-spacing:0;word-break:keep-all}
.iprogram-block-title h3 strong {color:#13b976;font-weight:850}
.iprogram-block:nth-of-type(3) .iprogram-block-title h3 strong {color:#0051ff}
.iprogram-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.iprogram-item {text-align:center}
.iprogram-thumb {position:relative;display:block;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#eef6ff;border:1px solid rgba(0,81,255,.08);box-shadow:0 10px 24px rgba(13,45,85,.07)}
.iprogram-thumb img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.iprogram-item h4 {margin:18px 0 0;color:#061a3a;font-size:20px;line-height:1.28;font-weight:820;letter-spacing:0;word-break:keep-all}
.iprogram-item p {margin:8px auto 0;max-width:290px;color:#3f4d60;font-size:14px;line-height:1.62;font-weight:500;word-break:keep-all}
.iprogram-note {margin:56px auto 0;text-align:center;color:#7a8797;font-size:15px;font-weight:500;word-break:keep-all}
.sports-row {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.sports-card {min-height:156px;padding:18px;border-radius:12px;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 22px rgba(16,24,40,.07)}
.sports-card:before {content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.12) 58%,rgba(255,255,255,.04) 100%);z-index:1;pointer-events:none}
.sports-card.blue {background:#2274f5}.sports-card.green {background:#2eaf6b}.sports-card.orange {background:#ff8b1a}.sports-card.purple {background:#7654df}
.sports-card h3 {position:relative;z-index:2;margin:0;max-width:150px;font-size:17px;font-weight:950;line-height:1.25;word-break:keep-all;text-shadow:0 1px 8px rgba(0,0,0,.24)}
.sports-card p {position:relative;z-index:2;margin:8px 0 0;max-width:142px;font-size:13px;line-height:1.45;font-weight:850;word-break:keep-all;text-shadow:0 1px 8px rgba(0,0,0,.24)}
.sports-card img {position:absolute;right:0;top:0;bottom:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center center;opacity:.44}

.tool-row {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.tool-card {position:relative;min-height:134px;padding:9px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);color:#102a6e;box-shadow:0 8px 20px rgba(16,24,40,.04);overflow:hidden}
.tool-card:hover {border-color:#b8cff5;transform:translateY(-1px)}
.tool-thumb {display:block;height:66px;margin-bottom:9px;border-radius:8px;background:#eef5ff;overflow:hidden}
.tool-thumb img {width:100%;height:100%;object-fit:cover;display:block}
.tool-card i {position:absolute;left:15px;top:15px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid var(--blue);border-radius:8px;background:rgba(255,255,255,.9);color:var(--blue);font-style:normal;font-weight:950;box-shadow:0 4px 10px rgba(0,91,255,.12)}
.tool-card b {display:block;font-size:13px;font-weight:950;line-height:1.28;word-break:keep-all}
.tool-card em {display:block;margin-top:4px;color:#617087;font-size:11px;line-height:1.35;font-style:normal;font-weight:800;word-break:keep-all}
.icheck-band {display:grid;grid-template-columns:205px minmax(0,1fr) 305px;gap:18px;align-items:center}
.icheck-tools {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.icheck-tool {min-height:73px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#fff;text-align:center;color:#102a6e}
.icheck-tool i {display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin:0 auto 7px;border:2px solid var(--blue);border-radius:8px;font-style:normal;font-weight:950}
.icheck-tool b {font-size:12px;font-weight:950}
.device-img img {width:100%;height:112px;object-fit:contain}
.member-update {position:relative;isolation:isolate;padding:78px 0 84px;overflow:hidden;overflow:clip;background:linear-gradient(180deg,#f4f9ff 0%,#eaf4ff 100%)}
.member-update:before,.member-update:after {content:"";position:absolute;z-index:-1;pointer-events:none}
.member-update:before {left:-98px;top:18px;width:320px;height:320px;border:58px solid rgba(35,125,242,.065);border-radius:50%}
.member-update:after {right:-30px;bottom:-130px;width:430px;height:300px;background:url('../image/main-preview/ieum-symbol-bg-v2.png') center/contain no-repeat;opacity:.08;transform:rotate(-4deg)}
.member-update__inner {max-width:1248px}
.member-update__head {margin:0 auto 42px;text-align:center}
.member-update__badge {display:inline-flex;align-items:center;height:40px;margin:0 0 22px;border:1px solid #1d6dec;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.74);color:#1b61cc;font-size:14px;line-height:1;font-weight:900;box-shadow:0 8px 20px rgba(24,100,214,.08)}
.member-update__badge strong,.member-update__badge span {display:flex;align-items:center;height:100%;padding:0 22px}
.member-update__badge strong {background:#1969e8;color:#fff;letter-spacing:.03em}
.member-update__head h2 {margin:0;color:#0c2a61;font-size:clamp(36px,3.15vw,52px);line-height:1.16;font-weight:950;letter-spacing:-.04em;word-break:keep-all}
.member-update__head h2 strong {color:#1768df;font-weight:inherit}
.member-update__lead {margin:20px 0 0;color:#496486;font-size:18px;line-height:1.65;font-weight:650;word-break:keep-all}
.member-update__gallery {width:100%;max-width:1200px;margin:0 auto}
.member-update__viewport {width:100%;min-width:0;overflow:hidden}
.member-update__viewport::-webkit-scrollbar {display:none}
.member-update__track {display:flex;width:max-content;gap:16px;padding:4px 0 18px;animation:memberUpdateRoll 34s linear infinite;will-change:transform}
.member-update__group {display:flex;flex:0 0 auto;gap:16px}
.member-update__card {display:block;flex:0 0 214px;width:214px;min-width:0;border:1px solid rgba(188,211,241,.74);border-radius:16px;background:#fff;color:#10213f;overflow:hidden;box-shadow:0 16px 34px rgba(24,80,143,.10)}
.member-update__card img {display:block;width:100%;height:184px;object-fit:cover;object-position:center 32%;background:#f3f8ff}
.member-update__card > span {display:flex;align-items:center;gap:11px;min-height:66px;padding:12px 16px}
.member-update__card i {display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border:1px solid currentColor;border-radius:11px;color:#1768df;font-size:17px;background:#f8fbff}
.member-update__card b {min-width:0;font-size:16px;line-height:1.3;font-weight:900;letter-spacing:-.02em;word-break:keep-all}
.member-update__card--education i {color:#39a94b;background:#f7fff8}
.member-update__card--iprogram i {color:#7558ea;background:#faf8ff}
.member-update__card--sports i {color:#169fe3;background:#f5fcff}
.member-update__card--materials i {color:#df9c16;background:#fffaf0}
.member-update__card--promotion i {color:#f1783e;background:#fff8f4}
@keyframes memberUpdateRoll {
  from {transform:translate3d(0,0,0)}
  to {transform:translate3d(calc(-50% - 8px),0,0)}
}
.sticky-join-bar {position:fixed;left:0;right:0;bottom:0;z-index:80;height:92px;background:linear-gradient(90deg,#005bff 0%,#1684ff 46%,#061a3a 100%);box-shadow:0 -18px 42px rgba(4,34,82,.18);color:#fff;opacity:0;pointer-events:none;transform:translateY(calc(100% + 18px));transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1)}
.sticky-join-bar.is-visible {opacity:1;pointer-events:auto;transform:translateY(0)}
.sticky-join-bar .wrap {height:100%;display:grid;grid-template-columns:190px minmax(0,1fr) 180px;gap:24px;align-items:center}
.sticky-device {align-self:end;display:flex;align-items:center;justify-content:center;width:178px;height:112px;margin-top:-26px;border:7px solid #111827;border-radius:8px;background:#fff;box-shadow:0 14px 30px rgba(4,34,82,.25)}
.sticky-device img {width:126px;height:auto}
.sticky-copy {display:flex;align-items:center;gap:10px;font-size:26px;line-height:1.2;font-weight:900;letter-spacing:-.01em;word-break:keep-all}
.sticky-copy strong {color:#d9f5ff}
.sticky-action {display:flex;align-items:center;justify-content:center;gap:9px;height:50px;border-radius:999px;background:#061a3a;color:#fff;font-size:19px;font-weight:900;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 24px rgba(0,0,0,.18)}
.sticky-action span {color:#57b8ff;font-size:25px;line-height:1}
@media (prefers-reduced-motion: reduce) {
  .showcase-inner,.homeflow-inner {opacity:1;transform:none;transition:none}
  .today-roller-track,.tv-orbit:after,.tv-orbit i,.tv-orbit span,.homeflow-track,.homeflow-screen img {animation:none}
  .homeflow-screen img:first-child {opacity:1}
}
@keyframes todayMenuRoll {
  0%,16% {transform:translateY(0)}
  24%,40% {transform:translateY(-24px)}
  48%,64% {transform:translateY(-48px)}
  72%,88% {transform:translateY(-24px)}
  96%,100% {transform:translateY(0)}
}

@media (max-width:1180px) {
  .wrap {max-width:1040px}
  .site-header {--mega-open-space:276px}
  .site-header .wrap {max-width:1040px}
  .top-links {gap:16px}
  .site-mainnav .wrap {grid-template-columns:165px minmax(0,1fr);gap:14px}
  .site-logo {width:138px;height:48px}
  .site-logo img {width:138px}
  .main-menu {gap:10px}
  .main-menu a {font-size:15px}
  .mega-panel .wrap {grid-template-columns:165px minmax(0,1fr);gap:14px}
  .mega-menu-grid {min-height:146px}
  .mega-col a {font-size:12.1px}
  .hero-grid {grid-template-columns:minmax(0,1fr) 200px 290px;gap:18px;min-height:458px}
  .hero-copy h1 {font-size:38px}
  .hero-copy p {font-size:15px}
  .hero-note {font-size:12px}
  .update-panel {padding:18px}
  .update-item {grid-template-columns:66px minmax(0,1fr);gap:11px}
  .update-item img {width:66px;height:46px}
  .update-item b {font-size:13px}
  .update-item span {font-size:11px}
  .benefit-grid {grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
  .benefit-card {min-height:250px;padding:14px 12px 92px}
  .benefit-head {grid-template-columns:34px minmax(0,1fr);gap:8px}
  .benefit-icon {width:34px;height:34px;border-radius:10px;font-size:13px}
  .benefit-head b {font-size:14px}
  .benefit-head span {font-size:9.5px}
  .benefit-card ul {font-size:10.5px;line-height:1.68;padding-left:13px}
  .benefit-card img {left:10px;right:10px;bottom:9px;width:calc(100% - 20px);height:88px}
  .education-showcase {padding:68px 0 72px}
  .showcase-title {font-size:36px}
  .showcase-title strong {font-size:39px}
  .showcase-stage {grid-template-columns:1fr 326px 1fr;gap:20px;margin-top:50px;margin-bottom:58px}
  .showcase-content {transform:translateY(30px)}
  .showcase-tv {min-height:240px}
  .tv-orbit {inset:-28px -22px -26px}
  .tv-orbit:before {width:350px;height:350px}
  .tv-orbit:after {width:286px;height:286px}
  .tv-orbit {--orbit-radius:175px;--inner-radius:143px}
  .tv-orbit .inner-fill {width:238px;height:238px}
  .tv-frame {width:326px;height:218px;border-width:3px;border-radius:10px}
  .tv-frame:before {bottom:-47px;width:94px;height:29px}
  .tv-frame:after {bottom:-61px;width:182px;height:16px}
  .screen-slide {grid-template-columns:1fr 104px;gap:12px;padding:22px 24px}
  .screen-slide b {font-size:23px}
  .screen-slide span {font-size:12px}
  .screen-slide img {width:104px;height:74px}
  .content-cover {gap:10px}
  .showcase-content.left .content-cover {grid-template-columns:1fr}
  .content-cover img {width:118px;height:82px}
  .content-cover b {font-size:19px}
  .content-cover span {font-size:11.5px}
  .proof-section {padding:66px 0 76px}
  .proof-title {font-size:38px}
  .proof-title strong {font-size:42px}
  .proof-comparison {grid-template-columns:minmax(0,340px) 18px minmax(0,470px);width:min(100%,940px)}
  .proof-compare-card {min-height:204px;padding:34px 34px}
  .proof-compare-card.is-primary {min-height:232px;padding:36px 42px}
  .proof-compare-card li {font-size:17px}
  .proof-compare-card.is-primary li {font-size:18px}
  .proof-compare-vs {width:86px;font-size:26px}
  .proof-trophy {right:-101px;bottom:-39px;width:642px;transform:translateX(44%)}
  .iprogram-section {padding:66px 0 130px}
  .iprogram-head h2 {font-size:36px}
  .iprogram-grid {gap:22px}
  .iprogram-block-title h3 {font-size:25px}
  .iprogram-item h4 {font-size:19px}
  .iprogram-item p {font-size:13px}
  .homeflow-title {font-size:38px}
  .homeflow-title strong {font-size:42px}
  .homeflow-stage {min-height:480px}
  .homeflow-card,.homeflow-stat {flex-basis:132px;width:132px;height:186px}
  .homeflow-tv {width:min(560px,58vw);border-width:14px}
  .sticky-join-bar .wrap {grid-template-columns:160px minmax(0,1fr) 160px}
  .sticky-device {width:156px;height:98px}
  .sticky-device img {width:110px}
  .sticky-copy {font-size:22px}
  .program-row {grid-template-columns:repeat(5,minmax(0,1fr))}
  .tool-row {grid-template-columns:repeat(6,minmax(0,1fr))}
  .icheck-band {grid-template-columns:1fr}
}
@media (max-width:899px) {
  .wrap {padding:0 14px}
  .site-topbar {display:none}
  .site-mainnav {height:auto;padding:14px 0}
  .site-mainnav .wrap {display:flex;align-items:center;justify-content:space-between}
  .main-menu {display:none}
  .mega-panel {display:none !important}
  .hero {height:clamp(310px,43vw,420px)}
  .hero-slide img {object-position:center center}
  .hero-tabs {bottom:14px;grid-template-columns:1fr;gap:8px;width:calc(100% - 28px)}
  .hero-tab {min-height:42px;padding:0 14px;font-size:13px}
  .hero-grid,.split,.latest {grid-template-columns:1fr}
  .hero {padding-top:0}
  .hero-grid {min-height:0;padding-top:34px;padding-bottom:150px}
  .hero-copy h1 {font-size:34px}
  .hero-person {display:none}
  .update-panel {margin-bottom:18px}
  .hero-bottom-strip {grid-template-columns:1fr;bottom:18px;width:calc(100% - 28px);border-radius:12px;border:1px solid #dfe8f5;overflow:hidden}
  .hero-bottom-strip a {padding:12px 16px;border-right:0;border-bottom:1px solid #e4edf7}
  .hero-bottom-strip a:last-child {border-bottom:0}
  .hero-bottom-strip span {margin-top:4px}
  .benefit-grid,.character-cards,.program-row,.sports-row,.tool-row,.icheck-tools {grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefit-card {min-height:190px}
  .home-card-grid {grid-template-columns:1fr;gap:22px}
  .home-card-block h2 {font-size:22px}
  .iprogram-section {padding:56px 0 118px}
  .iprogram-head {text-align:left;margin-bottom:38px}
  .iprogram-head h2 {font-size:30px}
  .iprogram-head p {font-size:15px}
  .iprogram-block {margin-top:46px}
  .iprogram-block-title {grid-template-columns:1fr;gap:10px}
  .iprogram-block-title:after {display:none}
  .iprogram-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .iprogram-item h4 {font-size:19px}
  .education-showcase {padding:54px 0 58px}
  .education-showcase:before {right:-230px;top:170px;width:520px;opacity:.3}
  .showcase-logo {width:150px;margin-bottom:20px}
  .showcase-title {font-size:28px}
  .showcase-title strong {font-size:31px}
  .showcase-stage {grid-template-columns:1fr;margin-top:38px}
  .showcase-content {transform:none}
  .showcase-content.left,.showcase-content.right {text-align:center}
  .showcase-content.left .content-cover,.content-cover {grid-template-columns:1fr}
  .showcase-tv {max-width:360px;margin:0 auto;min-height:244px}
  .tv-frame {width:min(360px,calc(100vw - 52px));height:236px}
  .tv-orbit {inset:-28px -16px -24px;--orbit-radius:162px;--inner-radius:134px}
  .tv-orbit:before {width:min(324px,calc(100vw - 74px));height:min(324px,calc(100vw - 74px))}
  .tv-orbit:after {width:min(269px,calc(100vw - 120px));height:min(269px,calc(100vw - 120px))}
  .tv-orbit .inner-fill {width:min(224px,calc(100vw - 160px));height:min(224px,calc(100vw - 160px))}
  .showcase-info {grid-template-columns:1fr;max-width:520px}
  .homeflow-section {padding:58px 0 66px}
  .homeflow-title {font-size:31px}
  .homeflow-title strong {font-size:34px}
  .homeflow-copy {font-size:15px}
  .homeflow-stage {min-height:440px;margin-top:30px}
  .homeflow-marquee {min-width:1260px}
  .homeflow-marquee.top {top:42px}
  .homeflow-marquee.bottom {bottom:72px}
  .homeflow-track {gap:14px}
  .homeflow-card,.homeflow-stat {flex-basis:102px;width:102px;height:144px;border-radius:8px}
  .homeflow-stat {font-size:16px}
  .homeflow-tv {width:min(420px,82vw);border-width:10px;border-radius:20px}
  .homeflow-note {bottom:10px;font-size:13px}
  .sticky-join-bar {height:auto;padding:10px 0}
  .sticky-join-bar .wrap {grid-template-columns:1fr;gap:8px;text-align:center}
  .sticky-device {display:none}
  .sticky-copy {justify-content:center;font-size:16px}
  .sticky-action {width:min(220px,100%);height:42px;margin:0 auto;font-size:15px}
  }
@media (max-width:520px) {
  .hero-copy h1 {font-size:29px}
  .hero-buttons,.quick-row {display:grid;grid-template-columns:1fr 1fr}
  .quick-row a {border-bottom:1px solid #edf2f8}
  .benefit-grid,.character-cards,.program-row,.sports-row,.tool-row,.icheck-tools {grid-template-columns:1fr}
  .program-card.wide {grid-column:auto}
  .iprogram-section {padding:48px 0 108px}
  .iprogram-head h2 {font-size:25px}
  .iprogram-block-title h3 {font-size:22px}
  .iprogram-grid {grid-template-columns:1fr;gap:20px}
  .iprogram-thumb {aspect-ratio:16/10}
  .showcase-title {font-size:24px}
  .showcase-title strong {font-size:27px}
  .showcase-content.left .content-cover,.content-cover {grid-template-columns:1fr;text-align:center}
  .content-cover img {width:180px;height:125px;margin:0 auto}
  .showcase-tv {min-height:228px}
  .tv-frame {height:214px;border-width:3px;border-radius:10px}
  .tv-frame:before {bottom:-43px;width:86px;height:27px}
  .tv-frame:after {bottom:-57px;width:168px;height:15px}
  .screen-slide {grid-template-columns:1fr;align-content:center;gap:12px;padding:22px;text-align:center}
  .screen-slide b {font-size:24px}
  .screen-slide span {font-size:12px}
  .screen-slide img {display:none}
  .showcase-info h3 {font-size:20px}
  .showcase-info p {font-size:15px}
  .homeflow-title {font-size:26px}
  .homeflow-title strong {font-size:28px}
  .homeflow-stage {min-height:390px}
  .homeflow-tv {width:min(340px,86vw)}
  .homeflow-card,.homeflow-stat {flex-basis:84px;width:84px;height:118px}
  .homeflow-stat {font-size:13px}
  .sticky-copy {font-size:14px}
}
/* Mobile refinement pass: keep desktop composition intact, fix cramped stacked views. */
@media (max-width: 899px) {
    .education-showcase,
    .proof-section,
    .homeflow-section,
    .iprogram-section {
        scroll-margin-top: 84px;
    }

    .wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-mainnav {
        height: 74px;
        padding: 0;
    }

    .site-header.is-nav-stuck {
        padding-bottom: 74px;
    }

    .site-mainnav .wrap {
        justify-content: center;
    }

    .site-logo {
        width: 148px;
        height: 58px;
    }

    .site-logo img {
        width: 148px;
    }

    .hero {
        height: clamp(320px, 74vw, 390px);
    }

    .hero-slide img {
        object-position: center center;
    }

    .hero-tabs {
        bottom: 14px;
        width: calc(100% - 36px);
        gap: 7px;
    }

    .hero-tab {
        min-height: 40px;
        border-radius: 10px;
        font-size: 13px;
    }

    .home-card-section {
        display: block;
        height: auto;
        min-height: 0;
        padding: 30px 0 36px;
        background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
    }

    .home-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 430px;
        margin: 0 auto;
    }

    .home-card-block h2 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 1.32;
        font-weight: 600;
    }

    .home-card-link img {
        height: auto;
        min-height: 96px;
        object-fit: contain;
        border-radius: 12px;
    }

    .live-update-card {
        min-height: 118px;
        padding: 16px 18px;
        border-radius: 12px;
    }

    .live-update-card h3 {
        font-size: 17px;
    }

    .live-update-card li,
    .live-update-foot {
        font-size: 12px;
    }

    .education-showcase {
        padding: 54px 0 64px;
    }

    .showcase-title {
        margin-bottom: 0;
    }

    .showcase-stage {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 34px auto 42px;
    }

    .showcase-tv {
        order: 1;
        max-width: 420px;
        min-height: auto;
    }

    .showcase-content.left {
        order: 2;
    }

    .showcase-content.right {
        order: 3;
    }

    .showcase-content.left,
    .showcase-content.right {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        text-align: center;
    }

    .showcase-content.left .content-cover,
    .content-cover {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0 2px;
    }

    .content-cover img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.35;
        object-fit: cover;
        border-radius: 10px;
    }

    .content-cover b {
        font-size: 17px;
    }

    .content-cover span {
        font-size: 12px;
        line-height: 1.45;
    }

    .showcase-info {
        max-width: 430px;
        margin-top: 40px;
        gap: 14px;
    }

    .showcase-info article {
        border-radius: 14px;
    }

    .showcase-info h3 {
        padding: 15px 16px;
        font-size: 20px;
    }

    .showcase-info p {
        padding: 17px 18px 19px;
        font-size: 15px;
        line-height: 1.62;
    }

    .homeflow-section {
        padding: 58px 0 68px;
    }

    .homeflow-title {
        font-size: 30px;
    }

    .homeflow-title strong {
        font-size: 33px;
    }

    .homeflow-copy {
        font-size: 15px;
    }

    .homeflow-stage {
        min-height: 468px;
        margin-top: 30px;
    }

    .homeflow-marquee {
        min-width: 1380px;
    }

    .homeflow-marquee.top {
        top: 38px;
    }

    .homeflow-marquee.bottom {
        bottom: 78px;
    }

    .homeflow-track {
        gap: 14px;
    }

    .homeflow-card,
    .homeflow-stat {
        flex-basis: 112px;
        width: 112px;
        height: 158px;
        border-radius: 9px;
    }

    .homeflow-tv {
        width: min(430px, 86vw);
        border-width: 10px;
        border-radius: 22px;
    }

    .homeflow-note {
        bottom: 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .iprogram-section {
        padding: 58px 0 118px;
        background:
            radial-gradient(circle at 92% 7%, rgba(0, 190, 120, .08) 0 120px, transparent 122px),
            radial-gradient(circle at 0 34%, rgba(0, 190, 120, .055) 0 150px, transparent 152px),
            #fff;
    }

    .iprogram-head {
        max-width: 430px;
        margin-bottom: 40px;
        text-align: center;
    }

    .iprogram-head h2 {
        font-size: 29px;
        line-height: 1.22;
    }

    .iprogram-head strong {
        color: #0bbd78;
    }

    .iprogram-head p {
        font-size: 14px;
        line-height: 1.65;
    }

    .iprogram-block {
        max-width: 430px;
        margin: 44px auto 0;
    }

    .iprogram-block-title {
        display: block;
        padding-top: 0;
        text-align: left;
    }

    .iprogram-block-title:after {
        display: none;
    }

    .iprogram-pill {
        display: inline-flex;
        min-width: 98px;
        height: 36px;
        margin-bottom: 14px;
        justify-content: center;
        border-radius: 999px;
        font-size: 16px;
    }

    .iprogram-block-title h3 {
        font-size: 23px;
        line-height: 1.35;
    }

    .iprogram-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 22px;
    }

    .iprogram-thumb {
        aspect-ratio: 16 / 9;
        border-radius: 12px;
    }

    .iprogram-item h4 {
        margin-top: 14px;
        font-size: 21px;
    }

    .iprogram-item p {
        font-size: 14px;
        line-height: 1.55;
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        height: auto;
        min-height: 74px;
        padding: 9px 0;
    }

    .sticky-join-bar .wrap {
        grid-template-columns: minmax(0, 1fr) 118px;
        gap: 10px;
        text-align: left;
    }

    .sticky-copy {
        justify-content: flex-start;
        font-size: 14px;
        line-height: 1.25;
    }

    .sticky-copy strong {
        display: block;
    }

    .sticky-action {
        width: 118px;
        height: 42px;
        margin: 0;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        height: 332px;
    }

    .hero-tabs {
        bottom: 12px;
        width: calc(100% - 32px);
    }

    .hero-tab {
        min-height: 38px;
        font-size: 12px;
    }

    .home-card-section {
        padding: 26px 0 34px;
    }

    .home-card-grid {
        gap: 16px;
    }

    .home-card-block h2 {
        font-size: 17px;
    }

    .home-card-link img {
        min-height: 88px;
    }

    .showcase-logo {
        width: 132px;
    }

    .showcase-title {
        font-size: 23px;
    }

    .showcase-title strong {
        font-size: 26px;
    }

    .tv-frame {
        width: min(348px, calc(100vw - 44px));
        height: 226px;
    }

    .content-cover b {
        font-size: 16px;
    }

    .content-cover span {
        font-size: 11px;
    }

    .showcase-info {
        margin-top: 34px;
    }

    .proof-title {
        font-size: 26px;
    }

    .proof-title strong {
        font-size: 29px;
    }

    .homeflow-stage {
        min-height: 420px;
    }

    .homeflow-card,
    .homeflow-stat {
        flex-basis: 94px;
        width: 94px;
        height: 132px;
    }

    .homeflow-tv {
        width: min(342px, 88vw);
    }

    .iprogram-head h2 {
        font-size: 25px;
    }

    .iprogram-block-title h3 {
        font-size: 21px;
    }

    .sticky-copy {
        font-size: 13px;
    }
}
@media (max-width: 899px) {
    .proof-section {
        padding: 62px 0 86px;
    }

    .proof-rule {
        height: 50px;
        margin-bottom: 26px;
    }

    .proof-logo {
        width: 124px;
        margin-bottom: 34px;
    }

    .proof-title {
        font-size: clamp(27px, 7vw, 34px);
        line-height: 1.22;
        letter-spacing: 0;
    }

    .proof-title strong {
        display: block;
        margin-top: 6px;
        font-size: clamp(30px, 8vw, 38px);
        line-height: 1.18;
    }

    .proof-sub {
        max-width: 390px;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 1.68;
    }

    .proof-comparison {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 430px;
        width: 100%;
        margin: 40px auto 0;
        padding-top: 102px;
    }

    .proof-trophy {
        z-index: 1;
        top: -12px;
        bottom: auto;
        right: -76px;
        width: clamp(290px, 82vw, 330px);
        transform: none;
    }

    .proof-trophy-img {
        width: 100%;
        opacity: .9;
        filter: drop-shadow(0 20px 30px rgba(100, 72, 10, .16));
    }

    .proof-compare-card {
        width: 100%;
        min-height: 0;
        margin: 0;
    }

    .proof-compare-card.is-primary {
        order: 1;
        z-index: 3;
        padding: 28px 24px 31px;
        border-radius: 23px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.42),inset 0 -20px 36px rgba(0,30,110,.15),0 24px 52px rgba(0,91,255,.22);
    }

    .proof-compare-card.is-primary h3 {
        justify-content: center;
        margin-bottom: 20px;
    }

    .proof-compare-card.is-primary h3 img {
        width: 136px;
    }

    .proof-compare-card li,
    .proof-compare-card.is-primary li {
        min-height: 28px;
        padding: 11px 0 11px 36px;
        font-size: 15px;
        line-height: 1.46;
    }

    .proof-compare-card li:before,
    .proof-compare-card.is-primary li:before {
        left: 3px;
        width: 16px;
        height: 8px;
        border-left-width: 3px;
        border-bottom-width: 3px;
    }

    .proof-compare-vs {
        order: 2;
        z-index: 5;
        width: 82px;
        margin: -32px auto;
        font-size: 25px;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.22),inset 9px 11px 18px rgba(255,255,255,.18),inset -11px -13px 20px rgba(0,25,105,.38),0 16px 30px rgba(0,46,125,.26),0 5px 11px rgba(0,91,255,.2);
    }

    .proof-compare-card.is-muted {
        order: 3;
        z-index: 2;
        padding: 50px 24px 27px;
        border-radius: 23px;
        background: rgba(255, 255, 255, .86);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.95),0 20px 48px rgba(5,36,84,.11);
    }

    .proof-compare-card.is-muted h3 {
        margin-bottom: 13px;
        font-size: 27px;
        color: #8c94a0;
    }

    .proof-compare-card.is-muted li {
        font-weight: 650;
        color: #6c7480;
    }

    .proof-rule.bottom {
        height: 58px;
        margin-top: 44px;
    }
}

@media (max-width: 420px) {
    .proof-section {
        padding: 54px 0 78px;
    }

    .proof-rule {
        height: 44px;
        margin-bottom: 22px;
    }

    .proof-title {
        font-size: clamp(25px, 7vw, 29px);
    }

    .proof-title strong {
        font-size: clamp(28px, 8vw, 33px);
    }

    .proof-sub {
        margin-top: 18px;
        font-size: 13px;
    }

    .proof-comparison {
        margin-top: 34px;
        padding-top: 96px;
    }

    .proof-trophy {
        top: -12px;
        right: -68px;
        width: clamp(286px, 82vw, 318px);
    }

    .proof-compare-card.is-primary {
        padding: 26px 20px 29px;
    }

    .proof-compare-card.is-primary h3 img {
        width: 130px;
    }

    .proof-compare-card li,
    .proof-compare-card.is-primary li {
        padding-left: 33px;
        font-size: 14.5px;
    }

    .proof-compare-card.is-muted {
        padding: 48px 20px 25px;
    }
}

/* iProgram catalog v2: desktop catalog + mobile audience tabs */
.ipx-section {
    padding: 110px 0 150px;
    background:
        radial-gradient(circle at 96% 4%, rgba(19, 185, 118, .075) 0 170px, transparent 172px),
        radial-gradient(circle at 0 40%, rgba(19, 185, 118, .055) 0 210px, transparent 212px),
        #fff;
}

.ipx-section:before,
.ipx-section:after {
    opacity: .03;
}

.ipx-inner {
    max-width: 1200px;
}

.ipx-head {
    max-width: 900px;
    margin: 0 auto 72px;
    text-align: center;
}

.ipx-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 22px;
    border-radius: 999px;
    background: #13b976;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.ipx-head h2,
.ipx-all-head h3 {
    margin: 18px 0 0;
    color: #071b38;
    font-size: 39px;
    line-height: 1.28;
    font-weight: 850;
    word-break: keep-all;
}

.ipx-head h2 strong,
.ipx-all-head h3 strong {
    color: #0abb72;
    font-weight: 850;
}

.ipx-head p,
.ipx-all-head p {
    margin: 13px auto 0;
    color: #3f4c5e;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    word-break: keep-all;
}

.ipx-tabs {
    display: none;
}

.ipx-catalog {
    display: grid;
    gap: 86px;
}

.ipx-panel,
.ipx-group {
    min-width: 0;
}

.ipx-panel-head {
    display: grid;
    grid-template-columns: auto auto minmax(80px, 1fr);
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
}

.ipx-panel-head:after {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgba(19, 185, 118, .28), rgba(19, 185, 118, 0));
}

.ipx-audience {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 20px;
    border-radius: 999px;
    background: #13b976;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.ipx-panel-head h3 {
    margin: 0;
    color: #081a35;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    word-break: keep-all;
}

.ipx-panel-head h3 strong {
    color: #13a968;
    font-weight: 850;
}

.ipx-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ipx-card {
    min-width: 0;
    text-align: center;
}

.ipx-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(15, 56, 96, .09);
    border-radius: 6px;
    background: #eef7f4;
    box-shadow: 0 12px 30px rgba(13, 45, 85, .075);
}

.ipx-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ipx-card h4 {
    margin: 17px 0 0;
    color: #081a35;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 780;
    word-break: keep-all;
}

.ipx-card p {
    max-width: 310px;
    margin: 7px auto 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 500;
    word-break: keep-all;
}

.ipx-panel-all {
    display: grid;
    gap: 74px;
    padding-top: 26px;
}

.ipx-all-head {
    position: relative;
    max-width: 860px;
    margin: 0 auto -6px;
    padding-top: 56px;
    text-align: center;
}

.ipx-all-head:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 36px;
    background: rgba(19, 185, 118, .52);
}

.ipx-all-head h3 {
    margin-top: 0;
}

@media (max-width: 1180px) and (min-width: 900px) {
    .ipx-section {
        padding: 92px 0 126px;
    }

    .ipx-head h2,
    .ipx-all-head h3 {
        font-size: 35px;
    }

    .ipx-grid {
        gap: 22px;
    }

    .ipx-panel-head h3 {
        font-size: 22px;
    }
}

@media (max-width: 899px) {
    .ipx-section {
        padding: 66px 0 106px;
        background:
            radial-gradient(circle at 96% 5%, rgba(19, 185, 118, .07) 0 120px, transparent 122px),
            radial-gradient(circle at 0 42%, rgba(19, 185, 118, .045) 0 140px, transparent 142px),
            #fff;
    }

    .ipx-section .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ipx-head {
        max-width: 620px;
        margin-bottom: 38px;
    }

    .ipx-eyebrow {
        min-height: 34px;
        padding: 0 18px;
        font-size: 14px;
    }

    .ipx-head h2 {
        margin-top: 16px;
        font-size: clamp(29px, 5.1vw, 38px);
        line-height: 1.24;
    }

    .ipx-head p {
        max-width: 520px;
        font-size: 14px;
    }

    .ipx-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 620px;
        margin: 0 auto;
    }

    .ipx-tab {
        position: relative;
        min-width: 0;
        min-height: 66px;
        padding: 0 8px;
        border: 0;
        border-right: 1px solid #f5f5f5;
        border-radius: 0;
        background: #dedede;
        color: #8c8c8c;
        font: inherit;
        font-size: 16px;
        font-weight: 750;
        letter-spacing: 0;
        white-space: nowrap;
        cursor: pointer;
    }

    .ipx-tab:first-child {
        border-radius: 14px 0 0;
    }

    .ipx-tab:last-child {
        border-right: 0;
        border-radius: 0 14px 0 0;
    }

    .ipx-tab.is-active {
        background: #11c586;
        color: #fff;
    }

    .ipx-tab.is-active:after {
        content: "";
        display: inline-block;
        margin-left: 7px;
        border-top: 8px solid #fff;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: translateY(-1px);
    }

    .ipx-tab:focus-visible {
        outline: 3px solid rgba(0, 81, 255, .28);
        outline-offset: -3px;
        z-index: 2;
    }

    .ipx-catalog {
        display: block;
        max-width: 620px;
        margin: 0 auto;
    }

    .ipx-panel {
        display: none;
        padding: 30px 26px 42px;
        border-radius: 0 0 14px 14px;
        background: #f4f4f4;
    }

    .ipx-panel.is-active {
        display: block;
    }

    .ipx-panel-head {
        display: block;
        margin: 0 0 26px;
        text-align: center;
    }

    .ipx-panel-head:after,
    .ipx-panel-head .ipx-audience {
        display: none;
    }

    .ipx-panel-head h3 {
        font-size: 21px;
        line-height: 1.42;
    }

    .ipx-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ipx-media {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(13, 45, 85, .07);
    }

    .ipx-card h4 {
        margin-top: 14px;
        font-size: 20px;
    }

    .ipx-card p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.55;
    }

    .ipx-panel-all {
        gap: 0;
        padding-top: 30px;
    }

    .ipx-all-head {
        margin: 0 0 28px;
        padding: 0;
    }

    .ipx-all-head:before {
        display: none;
    }

    .ipx-all-head h3 {
        font-size: 25px;
        line-height: 1.32;
    }

    .ipx-all-head p {
        font-size: 13px;
    }

    .ipx-panel-all .ipx-group + .ipx-group {
        margin-top: 48px;
        padding-top: 40px;
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 520px) {
    .ipx-section {
        padding: 58px 0 96px;
    }

    .ipx-section .wrap {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ipx-head {
        margin-bottom: 34px;
    }

    .ipx-head h2 {
        font-size: clamp(27px, 7.7vw, 33px);
    }

    .ipx-head p {
        font-size: 13px;
        line-height: 1.6;
    }

    .ipx-tab {
        min-height: 62px;
        padding: 0 5px;
        font-size: clamp(13px, 3.75vw, 16px);
    }

    .ipx-tab.is-active:after {
        margin-left: 5px;
        border-top-width: 7px;
        border-right-width: 5px;
        border-left-width: 5px;
    }

    .ipx-panel {
        padding: 27px 18px 36px;
    }

    .ipx-panel-head {
        margin-bottom: 22px;
    }

    .ipx-panel-head h3 {
        font-size: 19px;
    }

    .ipx-grid {
        gap: 27px;
    }

    .ipx-card h4 {
        font-size: 19px;
    }

    .ipx-card p {
        font-size: 13px;
    }

    .ipx-all-head h3 {
        font-size: 23px;
    }
}

/* Mobile homepage composition: portrait hero, compact content grid, anchored join bar. */
.hero-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-tab-icon {
    display: none;
}

.hero-tab-label br {
    display: none;
}

.sticky-device-mobile {
    display: none;
}

@media (max-width: 899px) {
    .hero {
        height: min(133.333vw, 720px);
        min-height: 0;
        max-height: none;
        background: #fff;
    }

    .hero-slide,
    .hero-slide picture,
    .hero-slide img {
        width: 100%;
        height: 100%;
    }

    .hero-slide img {
        object-fit: cover;
        object-position: center;
    }

    .hero-tabs {
        bottom: 14px;
        grid-template-columns: 1fr;
        gap: 7px;
        width: min(430px, calc(100% - 32px));
    }

    .hero-tab {
        min-height: 38px;
        padding: 0 16px;
        border-radius: 10px;
        font-size: 12px;
        box-shadow: 0 9px 20px rgba(16, 24, 40, .13);
    }

    .home-card-section {
        display: block;
        height: auto;
        min-height: 0;
        padding: 30px 0 38px;
    }

    .home-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 17px 12px;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        align-items: stretch;
    }

    .home-card-block:first-child {
        grid-column: 1 / -1;
    }

    .home-card-block {
        display: flex;
        min-width: 0;
        flex-direction: column;
    }

    .home-card-block h2 {
        min-height: 2.6em;
        margin: 0 0 8px;
        align-items: flex-end;
        font-size: clamp(13px, 3.5vw, 17px);
        line-height: 1.3;
        font-weight: 650;
    }

    .home-card-block:first-child h2 {
        min-height: 0;
        font-size: clamp(18px, 4.6vw, 21px);
    }

    .home-card-link {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

    .home-card-link img,
    .home-card-block:first-child .home-card-link img {
        width: 100%;
        min-height: 0;
        max-height: none;
        border-radius: 12px;
        object-fit: contain;
    }

    .home-card-block:first-child .home-card-link img {
        height: auto;
        max-height: 190px;
        object-fit: cover;
    }

    .home-card-block:nth-child(2) .home-card-link,
    .home-card-block:nth-child(3) .live-update-card {
        height: clamp(96px, 24vw, 150px);
        min-height: 96px;
    }

    .home-card-block:nth-child(2) .home-card-link {
        background: #f2f7ff;
    }

    .home-card-block:nth-child(2) .home-card-link img {
        height: 100%;
        object-fit: contain;
        object-position: center;
        transform: scale(1.05);
    }

    .live-update-card {
        grid-template-rows: auto 1fr auto;
        padding: 10px 11px;
        border-radius: 12px;
    }

    .live-update-head {
        gap: 5px;
    }

    .live-update-head b {
        font-size: clamp(11px, 2.9vw, 15px);
    }

    .live-badge {
        height: 18px;
        padding: 0 6px;
        font-size: 8px;
    }

    .live-update-list {
        gap: 2px;
        margin-top: 5px;
    }

    .live-update-list li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 4px;
        font-size: clamp(8px, 2.15vw, 11px);
        line-height: 1.2;
    }

    .live-update-foot {
        gap: 5px;
        margin-top: 4px;
        font-size: clamp(7.5px, 1.95vw, 10px);
        white-space: nowrap;
    }

    .live-dot {
        width: 5px;
        height: 5px;
        margin-right: 4px;
        box-shadow: 0 0 0 2px rgba(32, 169, 65, .14);
    }

    .sticky-join-bar {
        height: 82px;
        min-height: 82px;
        padding: 0;
        overflow: visible;
        background: linear-gradient(90deg, #075ff2 0%, #0051d8 48%, #061a3a 100%);
    }

    .sticky-join-bar .wrap {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 8px;
        width: 100%;
        max-width: 520px;
        height: 100%;
        margin: 0 auto;
        padding: 0 12px 0 16px;
        align-items: center;
        text-align: left;
    }

    .sticky-device {
        position: absolute;
        right: 14px;
        bottom: 50px;
        z-index: 2;
        display: block;
        width: clamp(120px, 31vw, 156px);
        height: auto;
        margin: 0;
        border: 0;
        border-radius: 7px;
        background: #fff;
        box-shadow: 0 10px 22px rgba(4, 34, 82, .24);
        pointer-events: none;
    }

    .sticky-device-desktop {
        display: none;
    }

    .sticky-device .sticky-device-mobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

    .sticky-copy {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-width: 330px;
        margin: 0;
        justify-content: stretch;
        color: #fff;
        font-size: clamp(10px, 2.8vw, 13px);
        line-height: 1.25;
        font-weight: 800;
    }

    .sticky-copy span,
    .sticky-copy strong {
        display: block;
        min-width: 0;
        color: #fff;
    }

    .sticky-copy strong {
        color: #d9f5ff;
    }

    .sticky-action {
        width: 112px;
        height: 44px;
        margin: 0;
        border-radius: 13px;
        background: #030712;
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 899px) {
    .hero {
        height: clamp(340px, 50vw, 430px);
    }

    .hero-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(680px, calc(100% - 40px));
    }

    .hero-tab {
        min-height: 42px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .home-card-grid {
        gap: 15px 10px;
    }

    .home-card-block h2 {
        font-size: clamp(12px, 3.45vw, 14px);
    }

    .home-card-block:first-child h2 {
        font-size: 18px;
    }

    .sticky-join-bar .wrap {
        grid-template-columns: minmax(0, 1fr) 108px;
        padding-right: 10px;
        padding-left: 13px;
    }

    .sticky-device {
        right: 10px;
    }

    .sticky-copy {
        gap: 7px;
    }

    .sticky-action {
        width: 108px;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .hero {
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 3 / 4;
        background: #fff;
    }

    .hero:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 142px;
        background: linear-gradient(180deg, rgba(8, 18, 31, 0) 0%, rgba(8, 18, 31, .12) 34%, rgba(8, 18, 31, .64) 100%);
        pointer-events: none;
    }

    .hero-slide {
        transition: opacity .42s ease, transform .82s ease;
    }

    .hero-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        bottom: 12px;
        z-index: 3;
        width: calc(100% - 28px);
        max-width: 430px;
    }

    .hero-tab {
        display: grid;
        grid-template-rows: 34px auto;
        gap: 5px;
        min-width: 0;
        min-height: 96px;
        padding: 10px 5px 9px;
        border: 1px solid rgba(255, 255, 255, .78);
        border-radius: 13px;
        background: rgba(255, 255, 255, .94);
        color: #111827;
        font-size: clamp(10px, 2.75vw, 12px);
        line-height: 1.3;
        font-weight: 800;
        white-space: normal;
        text-align: center;
        box-shadow: 0 10px 24px rgba(4, 19, 43, .18);
        backdrop-filter: blur(9px);
    }

    .hero-tab:before {
        content: none;
    }

    .hero-tab-icon {
        display: flex;
        width: 34px;
        height: 34px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        border: 1px solid #d7e1ef;
        border-radius: 9px;
        background: #f7faff;
        color: #0f58b8;
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
    }

    .hero-tab-label {
        display: block;
        min-width: 0;
        word-break: keep-all;
    }

    .hero-tab-label br {
        display: block;
    }

    .hero-tab.is-active {
        border-color: var(--tab-bg);
        background: var(--tab-bg);
        color: var(--tab-fg);
        box-shadow: 0 13px 28px rgba(4, 19, 43, .28);
        transform: translateY(-2px);
    }

    .hero-tab.is-active .hero-tab-icon {
        border-color: rgba(255, 255, 255, .42);
        background: rgba(255, 255, 255, .16);
        color: #fff;
    }

    .sticky-join-bar {
        height: 82px;
        min-height: 82px;
        max-height: none;
        aspect-ratio: auto;
        padding: 0;
        overflow: visible;
        background: linear-gradient(102deg, #0764ef 0%, #0051d8 54%, #061a3a 100%);
        box-shadow: 0 -12px 30px rgba(4, 34, 82, .2);
    }

    .sticky-join-bar .wrap {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 106px;
        gap: 8px;
        width: 100%;
        max-width: 430px;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px 0 13px;
        align-items: center;
        text-align: left;
    }

    .sticky-device {
        position: absolute;
        right: 9px;
        bottom: 46px;
        z-index: 2;
        display: block;
        width: 122px;
        height: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        mix-blend-mode: multiply;
        pointer-events: none;
    }

    .sticky-device-desktop {
        display: none;
    }

    .sticky-device .sticky-device-mobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .sticky-copy {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: 236px;
        margin: 0;
        color: #fff;
        font-size: clamp(9px, 2.62vw, 11.5px);
        line-height: 1.25;
        font-weight: 800;
    }

    .sticky-copy span,
    .sticky-copy strong {
        display: block;
        min-width: 0;
        color: #fff;
    }

    .sticky-copy strong {
        color: #d9f5ff;
    }

    .sticky-action {
        position: static;
        z-index: auto;
        width: 106px;
        height: 44px;
        margin: 0;
        padding: 0 12px;
        border-radius: 13px;
        background: #030712;
        color: #fff;
        font-size: 13px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 10px 22px rgba(0, 0, 0, .2);
    }

    .sticky-action span {
        display: inline;
        color: #57b8ff;
    }
}

/* Refined hero icons and responsive franchise CTA. */
.hero-tab-icon i {
    display: block;
    font-size: 15px;
    line-height: 1;
}

.sticky-join-bar {
    height: 92px;
    background: linear-gradient(100deg, #075fdf 0%, #0d6bea 54%, #082b68 100%);
    box-shadow: 0 -12px 34px rgba(4, 34, 82, .16);
}

.sticky-join-bar .wrap {
    position: relative;
    grid-template-columns: 290px minmax(0, 1fr) 190px;
    gap: 22px;
}

.sticky-device {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    align-self: auto;
    width: 280px;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.sticky-device img {
    width: 100%;
    height: auto;
}

@media (min-width: 1025px) {
    .sticky-copy {
        grid-column: 2;
    }

    .sticky-action {
        grid-column: 3;
    }
}

.sticky-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    line-height: 1.2;
}

.sticky-copy-kicker {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 750;
}

.sticky-copy-title {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    white-space: nowrap;
}

.sticky-action {
    justify-content: space-between;
    width: 190px;
    height: 58px;
    padding: 0 18px 0 20px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 18px;
    background: #fff;
    color: #0b4fc1;
    font-size: 17px;
    box-shadow: 0 10px 24px rgba(3, 24, 66, .14);
    transition: transform .18s ease, box-shadow .18s ease;
}

.sticky-action i {
    color: #0b5ddd;
    font-size: 12px;
    transition: transform .18s ease;
}

.sticky-action .sticky-action-desktop,
.sticky-action .sticky-action-mobile {
    color: inherit;
    font-size: inherit;
    line-height: 1.2;
}

.sticky-action .sticky-action-mobile {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .sticky-action:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(3, 24, 66, .18);
    }

    .sticky-action:hover i {
        transform: translateX(3px);
    }
}

@keyframes mobileJoinEnter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .page {
        padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    }

    .hero-tab-icon {
        border-color: #d6e2f0;
        background: #f8fbff;
        color: #0d5ac7;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    }

    .hero-tab.is-active .hero-tab-icon {
        border-color: rgba(255, 255, 255, .48);
        background: rgba(255, 255, 255, .18);
        color: #fff;
        box-shadow: none;
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        left: 16px;
        right: 16px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
        width: auto;
        height: 68px;
        min-height: 68px;
        max-height: 68px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 22px;
        background: linear-gradient(110deg, #0b66e9 0%, #0752cb 68%, #083b91 100%);
        box-shadow: 0 12px 30px rgba(3, 32, 86, .24);
        opacity: 1;
        overflow: hidden;
        pointer-events: auto;
        transform: none;
        animation: mobileJoinEnter .42s .16s both;
    }

    .sticky-join-bar .wrap {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        width: 100%;
        max-width: none;
        height: 100%;
        padding: 8px 9px 8px 16px;
        align-items: center;
        text-align: left;
    }

    .sticky-device {
        display: none;
    }

    .sticky-copy {
        display: flex;
        max-width: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        margin: 0;
        color: #fff;
    }

    .sticky-copy-kicker {
        color: rgba(255, 255, 255, .76);
        font-size: 10.5px;
        line-height: 1.15;
        font-weight: 700;
        white-space: nowrap;
    }

    .sticky-copy-title {
        color: #fff;
        font-size: clamp(14px, 4vw, 16px);
        line-height: 1.15;
        font-weight: 900;
        white-space: nowrap;
    }

    .sticky-action {
        position: static;
        width: auto;
        min-width: 108px;
        height: 48px;
        margin: 0;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, .94);
        border-radius: 15px;
        background: #fff;
        color: #0a51c2;
        font-size: 14px;
        box-shadow: 0 5px 14px rgba(3, 32, 86, .14);
    }

    .sticky-action .sticky-action-desktop {
        display: none;
    }

    .sticky-action .sticky-action-mobile {
        display: inline;
    }

    .sticky-action i {
        color: #0a5bd6;
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .page {
        min-width: 0;
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        left: 12px;
        right: 12px;
    }

    .sticky-join-bar .wrap {
        gap: 7px;
        padding-left: 13px;
    }

    .sticky-copy-title {
        font-size: 14px;
    }

    .sticky-action {
        min-width: 98px;
        padding: 0 11px;
        font-size: 13px;
    }
}

/* Mobile fixed CTA: composed UI, not a flattened reference image. */
@media (max-width: 767px) {
    .page {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 76px;
        min-height: 76px;
        max-height: 76px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: linear-gradient(104deg, #0b68ee 0%, #0755cb 58%, #061d45 100%);
        box-shadow: 0 -10px 28px rgba(3, 32, 86, .2);
        opacity: 0;
        overflow: visible;
        pointer-events: none;
        transform: translateY(calc(100% + 12px));
        animation: none;
    }

    .sticky-join-bar.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .sticky-join-bar .wrap {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 108px;
        gap: 8px;
        width: 100%;
        max-width: 430px;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px 0 14px;
        align-items: center;
        text-align: left;
    }

    .sticky-device {
        display: none;
    }

    .sticky-copy {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: 236px;
        margin: 0;
        align-items: center;
        color: #fff;
    }

    .sticky-copy-kicker,
    .sticky-copy-title {
        display: block;
        min-width: 0;
        color: #fff;
        font-size: clamp(9px, 2.65vw, 11.5px);
        line-height: 1.24;
        font-weight: 800;
        white-space: normal;
        word-break: keep-all;
    }

    .sticky-copy-title {
        color: #d9f5ff;
    }

    .sticky-action {
        position: static;
        width: 108px;
        min-width: 108px;
        height: 44px;
        margin: 0;
        padding: 0 13px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 14px;
        background: #030712;
        color: #fff;
        font-size: 14px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
    }

    .sticky-action i {
        color: #57b8ff;
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .sticky-join-bar .wrap {
        grid-template-columns: minmax(0, 1fr) 102px;
        gap: 7px;
        padding-right: 8px;
        padding-left: 11px;
    }

    .sticky-action {
        width: 102px;
        min-width: 102px;
        padding: 0 11px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-join-bar {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 18px));
        animation: none;
    }

    .sticky-join-bar.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sticky-join-bar,
    .sticky-join-bar.is-visible,
    .sticky-action,
    .sticky-action i {
        animation: none;
        transition: none;
    }
}

/* Final fixed franchise CTA: compact desktop banner and readable mobile bar. */
.sticky-join-bar {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(100deg, #0d63f3 0%, #0a58d8 58%, #061d45 100%);
    box-shadow: 0 -12px 32px rgba(4, 34, 82, .16);
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    transform: translateY(calc(100% + 14px));
    transition: opacity .24s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.sticky-join-bar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: rgba(255, 255, 255, .28);
    pointer-events: none;
}

.sticky-join-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sticky-join-bar .wrap {
    --sticky-device-width: clamp(190px, 12vw, 230px);
    --sticky-action-width: clamp(190px, 11.1vw, 213px);
    position: relative;
    display: grid;
    grid-template-columns: var(--sticky-device-width) minmax(0, 1fr) var(--sticky-action-width);
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
}

.sticky-device {
    position: absolute;
    left: 24px;
    right: auto;
    top: auto;
    bottom: 0;
    display: block;
    width: var(--sticky-device-width);
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    pointer-events: none;
}

.sticky-device img {
    display: block;
    width: 100%;
    height: auto;
}

.sticky-device-picture {
    display: block;
    width: 100%;
}

.sticky-copy {
    grid-column: 2;
    display: flex;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.sticky-copy-kicker,
.sticky-copy-title {
    display: block;
    color: #fff;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
    word-break: keep-all;
}

.sticky-copy-kicker {
    font-size: clamp(18px, 1.1vw, 21px);
    font-weight: 750;
}

.sticky-copy-title {
    position: relative;
    padding-left: 19px;
    color: #d9f5ff;
    font-size: clamp(17px, 1vw, 19px);
    font-weight: 900;
}

.sticky-copy-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, .44);
    transform: translateY(-50%);
}

.sticky-action {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: var(--sticky-action-width);
    min-width: var(--sticky-action-width);
    height: 60px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: #061a3a;
    color: #fff;
    font-size: clamp(18px, 1.1vw, 21px);
    font-weight: 900;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .2);
}

.sticky-action i {
    color: #57b8ff;
    font-size: 16px;
}

.sticky-action .sticky-action-desktop {
    display: inline;
}

.sticky-action .sticky-action-mobile {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 76px;
        min-height: 76px;
        max-height: 76px;
        border: 0;
        border-radius: 0;
        animation: none;
    }

    .sticky-join-bar {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 14px));
    }

    .sticky-join-bar.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .sticky-join-bar .wrap {
        --sticky-tablet-device: clamp(126px, 16vw, 150px);
        grid-template-columns: var(--sticky-tablet-device) minmax(0, 1fr) 142px;
        gap: clamp(12px, 1.5vw, 18px);
        max-width: 920px;
        padding: 0 18px;
    }

    .sticky-device {
        left: 18px;
        display: block;
        width: var(--sticky-tablet-device);
    }

    .sticky-copy {
        grid-column: 2;
        gap: 10px;
    }

    .sticky-copy-kicker {
        font-size: 14px;
    }

    .sticky-copy-title {
        font-size: 15px;
    }

    .sticky-action {
        grid-column: 3;
        width: 142px;
        min-width: 142px;
        height: 44px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .page {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    }

    .sticky-join-bar,
    .sticky-join-bar.is-visible {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(80px + env(safe-area-inset-bottom, 0px));
        min-height: 80px;
        max-height: none;
        padding: 0 0 env(safe-area-inset-bottom, 0px);
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: 0 -8px 22px rgba(17, 38, 76, .2);
        animation: none;
        isolation: isolate;
    }

    .sticky-join-bar::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(100deg, #0d63f3 0%, #0a58d8 58%, #061d45 100%);
        pointer-events: none;
    }

    .sticky-join-bar {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 12px));
    }

    .sticky-join-bar.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .sticky-join-bar .wrap {
        --sticky-action-width: clamp(124px, 35vw, 150px);
        --sticky-action-half: clamp(62px, 17.5vw, 75px);
        --sticky-right-pad: clamp(22px, 7vw, 30px);
        grid-template-columns: minmax(0, 1fr) var(--sticky-action-width);
        gap: 8px;
        width: 100%;
        max-width: 430px;
        height: 80px;
        margin: 0 auto;
        padding: 9px var(--sticky-right-pad) 8px;
        z-index: 1;
    }

    .sticky-device {
        left: auto;
        right: calc(var(--sticky-right-pad) + var(--sticky-action-half));
        top: auto;
        bottom: calc(26px + env(safe-area-inset-bottom, 0px));
        z-index: 2;
        display: block;
        width: clamp(105px, 29.8vw, 128px);
        transform: translateX(50%);
        opacity: 1;
        filter: none;
        mix-blend-mode: normal;
    }

    .sticky-device img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .sticky-copy {
        grid-column: 1;
        position: relative;
        z-index: 2;
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2px;
        margin: 0;
    }

    .sticky-copy-kicker,
    .sticky-copy-title {
        padding: 0;
        line-height: 1.16;
        white-space: nowrap;
    }

    .sticky-copy-kicker {
        color: #fff;
        font-size: 0;
        font-weight: 700;
    }

    .sticky-copy-kicker::after {
        content: "태권도장의 변화는 지금,";
        color: #fff;
        font-size: clamp(14.5px, 4vw, 16px);
    }

    .sticky-copy-title {
        color: #fff34d;
        font-size: 0;
        font-weight: 900;
    }

    .sticky-copy-title::after {
        content: "아이이음에서 시작!";
        color: #fff34d;
        font-size: clamp(17px, 4.7vw, 20px);
    }

    .sticky-copy-title::before {
        content: none;
    }

    .sticky-action {
        grid-column: 2;
        position: relative;
        z-index: 3;
        width: 100%;
        min-width: 0;
        height: 52px;
        padding: 0 14px;
        border: 0;
        border-radius: 12px;
        background: #02040a;
        font-size: clamp(15px, 4.1vw, 17px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
    }

    .sticky-action i {
        color: #ff7b2f;
        font-size: 13px;
    }

    .sticky-action .sticky-action-desktop {
        display: none;
    }

    .sticky-action .sticky-action-mobile {
        display: inline;
    }
}

@media (max-width: 350px) {
    .sticky-join-bar .wrap {
        --sticky-action-width: 124px;
        --sticky-action-half: 62px;
        --sticky-right-pad: 18px;
        grid-template-columns: minmax(0, 1fr) var(--sticky-action-width);
        gap: 7px;
        padding-left: var(--sticky-right-pad);
        padding-right: var(--sticky-right-pad);
    }

    .sticky-copy-kicker::after {
        font-size: 13.5px;
    }

    .sticky-copy-title::after {
        font-size: 16.5px;
    }

    .sticky-device {
        width: 105px;
    }

    .sticky-action {
        width: 100%;
        min-width: 0;
        padding: 0 10px;
        font-size: 14.5px;
    }
}
/* Promotion formats showcase: scoped to the new homepage section. */
.promo-showcase-section {
    --promo-accent: #13b976;
    --promo-ink: #071b38;
    position: relative;
    overflow: hidden;
    padding: 116px 0 138px;
    border-top: 1px solid #edf0f3;
    background:
        linear-gradient(145deg, transparent 0 72%, rgba(7, 27, 56, .025) 72% 82%, transparent 82%),
        #f6f7f9;
}

.promo-showcase-section::before {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 620px;
    height: 360px;
    border: 70px solid rgba(7, 27, 56, .025);
    transform: rotate(-18deg);
    pointer-events: none;
}

.promo-showcase-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.promo-showcase-head {
    max-width: 780px;
    margin: 0 auto 54px;
    text-align: center;
}

.promo-showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--promo-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.promo-showcase-head h2 {
    margin: 18px 0 0;
    color: var(--promo-ink);
    font-size: 42px;
    line-height: 1.22;
    font-weight: 850;
    letter-spacing: 0;
    word-break: keep-all;
}

.promo-showcase-head h2 strong {
    display: block;
    margin-top: 4px;
    color: var(--promo-accent);
    font-weight: 850;
}

.promo-showcase-head p {
    margin: 16px auto 0;
    color: #344256;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    word-break: keep-all;
}

.promo-showcase-head p strong {
    color: #0b9d64;
    font-weight: 750;
}

.promo-showcase-tabs {
    display: none;
}

.promo-showcase-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 54px;
}

.promo-showcase-item {
    grid-column: span 2;
    min-width: 0;
    text-align: center;
}

.promo-showcase-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.promo-showcase-item:nth-child(5) {
    grid-column: 4 / span 2;
}

.promo-showcase-media {
    display: block;
    width: 100%;
    aspect-ratio: 1.414 / 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 56, .08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(24, 45, 74, .08);
}

.promo-showcase-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo-showcase-meta {
    padding-top: 18px;
}

.promo-showcase-badge,
.promo-showcase-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid var(--promo-accent);
    border-radius: 999px;
    background: #fff;
    color: #0b9d64;
    font: inherit;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    transition: background-color .24s ease, color .24s ease, box-shadow .24s ease;
}

.promo-showcase-item.is-active .promo-showcase-badge,
.promo-showcase-tab.is-active {
    background: var(--promo-accent);
    color: #fff;
    box-shadow: 0 10px 22px rgba(19, 185, 118, .2);
}

.promo-showcase-meta h3 {
    margin: 13px 0 0;
    color: var(--promo-ink);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 780;
}

.promo-showcase-meta p {
    max-width: 330px;
    margin: 6px auto 0;
    color: #465367;
    font-size: 14px;
    line-height: 1.58;
    font-weight: 500;
    word-break: keep-all;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .promo-showcase-section {
        padding: 94px 0 116px;
    }

    .promo-showcase-inner {
        max-width: 920px;
    }

    .promo-showcase-head h2 {
        font-size: 36px;
    }

    .promo-showcase-grid {
        column-gap: 22px;
        row-gap: 44px;
    }

    .promo-showcase-badge {
        min-width: 104px;
        min-height: 40px;
        padding: 0 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .promo-showcase-section {
        padding: 72px 0 92px;
        background:
            linear-gradient(145deg, transparent 0 78%, rgba(7, 27, 56, .022) 78% 88%, transparent 88%),
            #f6f7f9;
    }

    .promo-showcase-section::before {
        right: -240px;
        bottom: -250px;
        transform: rotate(-18deg) scale(.7);
    }

    .promo-showcase-section .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .promo-showcase-head {
        margin-bottom: 34px;
    }

    .promo-showcase-eyebrow {
        min-height: 34px;
        padding: 0 18px;
        font-size: 14px;
    }

    .promo-showcase-head h2 {
        margin-top: 15px;
        font-size: 31px;
        line-height: 1.25;
    }

    .promo-showcase-head h2 strong {
        margin-top: 3px;
    }

    .promo-showcase-head p {
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.6;
    }

    .promo-showcase-tabs {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
        max-width: 560px;
        margin: 0 auto 24px;
    }

    .promo-showcase-tab {
        grid-column: span 2;
        min-width: 0;
        min-height: 42px;
        padding: 0 8px;
        font-size: 15px;
        cursor: pointer;
    }

    .promo-showcase-tab:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .promo-showcase-tab:nth-child(5) {
        grid-column: 4 / span 2;
    }

    .promo-showcase-tab:focus-visible {
        outline: 3px solid rgba(0, 81, 255, .24);
        outline-offset: 2px;
    }

    .promo-showcase-grid {
        display: block;
        max-width: 560px;
        margin: 0 auto;
    }

    .promo-showcase-item {
        display: none;
    }

    .promo-showcase-item.is-active {
        display: block;
        animation: promo-showcase-enter .34s ease both;
    }

    .promo-showcase-media {
        border-radius: 6px;
        box-shadow: 0 12px 28px rgba(24, 45, 74, .1);
    }

    .promo-showcase-meta {
        padding-top: 17px;
    }

    .promo-showcase-badge {
        display: none;
    }

    .promo-showcase-meta h3 {
        margin-top: 0;
        font-size: 21px;
    }

    .promo-showcase-meta p {
        margin-top: 7px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .promo-showcase-section {
        padding: 64px 0 84px;
    }

    .promo-showcase-section .wrap {
        padding-right: 16px;
        padding-left: 16px;
    }

    .promo-showcase-head h2 {
        font-size: 28px;
    }

    .promo-showcase-head p {
        font-size: 13px;
    }

    .promo-showcase-tabs {
        gap: 7px;
        margin-bottom: 20px;
    }

    .promo-showcase-tab {
        min-height: 40px;
        font-size: 14px;
    }

    .promo-showcase-meta h3 {
        font-size: 20px;
    }

    .promo-showcase-meta p {
        font-size: 13px;
    }
}

@keyframes promo-showcase-enter {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .promo-showcase-item.is-active {
        animation: none;
    }

    .promo-showcase-badge,
    .promo-showcase-tab {
        transition: none;
    }
}




        .notice-showcase {
            --notice-gap: 36px;
            --notice-green: #08bb72;
            --notice-teal: #079f9a;
            position: relative;
            scroll-margin-top: 84px;
            isolation: isolate;
            overflow: hidden;
            min-height: 720px;
            color: #fff;
            background: linear-gradient(118deg, #09c66f 0%, #06b983 54%, #079e9f 100%);
        }

        .notice-showcase::before,
        .notice-showcase::after {
            position: absolute;
            z-index: -1;
            content: "";
            pointer-events: none;
        }

        .notice-showcase::before {
            inset: 0 auto 0 0;
            width: 48%;
            background: linear-gradient(90deg, rgba(4, 157, 82, .24), rgba(4, 157, 82, 0));
        }

        .notice-showcase::after {
            top: -22%;
            right: -9%;
            width: 38vw;
            aspect-ratio: 1;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, .12);
        }

        .notice-showcase__inner {
            width: min(1480px, calc(100% - 64px));
            min-height: 720px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(360px, .9fr) minmax(640px, 1.31fr);
            align-items: center;
            gap: clamp(48px, 6vw, 104px);
        }

        .notice-showcase__copy {
            position: relative;
            z-index: 3;
            padding: 64px 0;
        }

        .notice-showcase__viewport {
            --notice-bleed-left: clamp(84px, 5vw, 96px);
            --notice-bleed-right: clamp(110px, 9vw, 180px);
            position: relative;
            align-self: stretch;
            width: calc(100% + var(--notice-bleed-left) + var(--notice-bleed-right));
            margin-left: calc(var(--notice-bleed-left) * -1);
            min-width: 0;
            min-height: 720px;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
        }

        .notice-showcase__eyebrow {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            margin: 0 0 20px;
            padding: 0 16px;
            border: 1px solid rgba(255, 255, 255, .52);
            border-radius: 999px;
            background: rgba(0, 87, 77, .18);
            color: #fff;
            font-size: 14px;
            font-weight: 700;
        }

        .notice-showcase__title {
            width: min(560px, 100%);
            margin: 0;
            color: #fff;
            font-size: clamp(36px, 3.25vw, 51px);
            font-weight: 800;
            line-height: 1.25;
            letter-spacing: 0;
            word-break: keep-all;
        }

        .notice-showcase__title strong {
            display: block;
            color: #fff36a;
            font: inherit;
        }

        .notice-showcase__lead {
            max-width: 520px;
            margin: 28px 0 0;
            color: rgba(255, 255, 255, .9);
            font-size: clamp(17px, 1.25vw, 21px);
            font-weight: 500;
            line-height: 1.65;
            letter-spacing: 0;
            word-break: keep-all;
        }

        .notice-showcase__list {
            display: grid;
            gap: 10px;
            margin: 30px 0 0;
            padding: 0;
            list-style: none;
        }

        .notice-showcase__list li {
            position: relative;
            margin: 0;
            padding-left: 31px;
            color: #fff;
            font-size: clamp(15px, 1.05vw, 18px);
            font-weight: 600;
            line-height: 1.55;
            letter-spacing: 0;
            word-break: keep-all;
        }

        .notice-showcase__list li::before {
            position: absolute;
            top: .12em;
            left: 0;
            display: grid;
            width: 22px;
            height: 22px;
            place-items: center;
            border-radius: 50%;
            background: rgba(0, 94, 75, .42);
            color: #fff;
            content: "✓";
            font-size: 13px;
            font-weight: 800;
        }

        .notice-showcase__wall {
            position: relative;
            width: calc(100% - var(--notice-bleed-left) - var(--notice-bleed-right));
            height: 900px;
            margin-left: var(--notice-bleed-left);
            margin-block: -90px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: var(--notice-gap);
            overflow: visible;
            transform: rotate(-11deg) scale(.972);
            transform-origin: 50% 50%;
        }

        .notice-showcase__wall::before,
        .notice-showcase__wall::after {
            content: none;
        }

        .notice-showcase__mobile-roll {
            display: none;
        }

        .notice-showcase__column {
            min-width: 0;
            overflow: visible;
        }

        .notice-showcase__track {
            display: flex;
            flex-direction: column;
            gap: var(--notice-gap);
            will-change: transform;
        }

        .notice-showcase__group {
            display: grid;
            gap: var(--notice-gap);
        }

        .notice-showcase__card {
            position: relative;
            isolation: isolate;
            display: block;
            width: 100%;
            margin: 0;
            aspect-ratio: 210 / 297;
            overflow: visible;
            border-radius: 5px;
            background: transparent;
            box-shadow: none;
        }

        .notice-showcase__card::before {
            position: absolute;
            z-index: 0;
            inset: 0;
            border-radius: inherit;
            background: #fff;
            box-shadow:
                0 5px 10px rgba(8, 38, 57, .10),
                10px 15px 24px rgba(8, 38, 57, .18);
            clip-path: none;
            content: "";
            pointer-events: none;
        }

        .notice-showcase__card img {
            position: relative;
            z-index: 1;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            background: #fff;
            object-fit: cover;
        }

        @media (min-width: 1200px) {
            .notice-showcase__column--up .notice-showcase__track {
                animation: noticeShowcaseUp 42s linear infinite;
            }

            .notice-showcase__column--down .notice-showcase__track {
                animation: noticeShowcaseDown 46s linear infinite;
            }

            .notice-showcase__column:nth-child(3) .notice-showcase__track {
                animation-duration: 50s;
            }

            .notice-showcase__column:nth-child(4) .notice-showcase__track {
                animation-duration: 44s;
            }

        }

        @keyframes noticeShowcaseUp {
            from { transform: translate3d(0, 0, 0); }
            to { transform: translate3d(0, calc(-50% - (var(--notice-gap) / 2)), 0); }
        }

        @keyframes noticeShowcaseDown {
            from { transform: translate3d(0, calc(-50% - (var(--notice-gap) / 2)), 0); }
            to { transform: translate3d(0, 0, 0); }
        }

        @media (max-width: 1199px) {
            .notice-showcase {
                min-height: 0;
            }

            .notice-showcase__inner {
                width: min(960px, calc(100% - 48px));
                min-height: 0;
                padding: 88px 0;
                display: block;
            }

            .notice-showcase__copy {
                max-width: 720px;
                margin: 0 auto 54px;
                padding: 0;
                text-align: center;
            }

            .notice-showcase__viewport {
                width: 100%;
                margin-left: 0;
                min-height: 0;
                overflow: visible;
                -webkit-mask-image: none;
                mask-image: none;
            }

            .notice-showcase__lead {
                margin-right: auto;
                margin-left: auto;
            }

            .notice-showcase__list {
                width: fit-content;
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                text-align: left;
            }

            .notice-showcase__wall {
                width: 100%;
                height: auto;
                margin-left: 0;
                margin-block: 0;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 12px;
                overflow: visible;
                transform: none;
            }

            .notice-showcase__wall::before,
            .notice-showcase__wall::after {
                display: none;
            }

            .notice-showcase__column {
                overflow: visible;
            }

            .notice-showcase__track {
                animation: none !important;
            }

            .notice-showcase__group {
                gap: 12px;
            }

            .notice-showcase__group[aria-hidden="true"] {
                display: none;
            }

            .notice-showcase__card {
                border-radius: 4px;
            }

            .notice-showcase__card::before {
                box-shadow:
                    0 3px 7px rgba(8, 38, 57, .08),
                    6px 8px 12px rgba(8, 38, 57, .13);
                clip-path: none;
            }
        }

        @media (max-width: 767px) {
            .notice-showcase__inner {
                width: calc(100% - 32px);
                padding: 64px 0 70px;
            }

            .notice-showcase__copy {
                margin-bottom: 38px;
                text-align: left;
            }

            .notice-showcase__eyebrow {
                margin-bottom: 14px;
                min-height: 30px;
                padding: 0 13px;
                font-size: 12px;
            }

            .notice-showcase__title {
                font-size: clamp(30px, 8.3vw, 40px);
                line-height: 1.25;
            }

            .notice-showcase__lead {
                margin-top: 20px;
                font-size: 15px;
                line-height: 1.6;
            }

            .notice-showcase__list {
                width: 100%;
                margin-top: 23px;
            }

            .notice-showcase__list li {
                padding-left: 28px;
                font-size: 13px;
                line-height: 1.5;
            }

            .notice-showcase__list li::before {
                width: 20px;
                height: 20px;
                font-size: 12px;
            }

            .notice-showcase__wall {
                display: none;
            }

            .notice-showcase__mobile-roll {
                display: block;
                width: 100%;
                overflow: hidden;
                pointer-events: none;
                user-select: none;
                touch-action: pan-y;
            }

            .notice-showcase__mobile-row {
                --notice-mobile-gap: 7px;
                --notice-mobile-card: calc((100vw - 46px) / 3);
                width: 100%;
                overflow: hidden;
            }

            .notice-showcase__mobile-row + .notice-showcase__mobile-row {
                margin-top: var(--notice-mobile-gap);
            }

            .notice-showcase__mobile-track {
                display: flex;
                width: max-content;
                will-change: transform;
            }

            .notice-showcase__mobile-row--right .notice-showcase__mobile-track {
                animation: noticeShowcaseMobileRight 32s linear infinite;
            }

            .notice-showcase__mobile-row--left .notice-showcase__mobile-track {
                animation: noticeShowcaseMobileLeft 32s linear infinite;
            }

            .notice-showcase__mobile-group {
                display: flex;
                flex: 0 0 auto;
                gap: var(--notice-mobile-gap);
                padding-right: var(--notice-mobile-gap);
            }

            .notice-showcase__mobile-group .notice-showcase__card {
                flex: 0 0 var(--notice-mobile-card);
                width: var(--notice-mobile-card);
                border-radius: 4px;
            }

            .notice-showcase__card {
                box-shadow: none;
            }

            .notice-showcase__card::before {
                box-shadow:
                    0 2px 4px rgba(8, 38, 57, .06),
                    3px 4px 6px rgba(8, 38, 57, .10);
                clip-path: none;
            }
        }

        @keyframes noticeShowcaseMobileLeft {
            from { transform: translate3d(0, 0, 0); }
            to { transform: translate3d(-50%, 0, 0); }
        }

        @keyframes noticeShowcaseMobileRight {
            from { transform: translate3d(-50%, 0, 0); }
            to { transform: translate3d(0, 0, 0); }
        }

        @media (prefers-reduced-motion: reduce) {
            .notice-showcase__track {
                animation: none !important;
            }
        }

        /* v1 hero lower cards: supplied artwork + live data-ready update card */
        .home-card-section.home-card-section--live {
            position: relative;
            isolation: isolate;
            height: 300px;
            padding: 0;
            border-bottom: 0;
            background: linear-gradient(
                180deg,
                #eaf4ff 0,
                #eaf4ff 22px,
                #ffffff 22px,
                #ffffff calc(100% - 22px),
                #eaf4ff calc(100% - 22px),
                #eaf4ff 100%
            );
        }

        .home-card-section--live .home-card-grid {
            width: min(1200px, calc(100% - 40px));
            max-width: 1200px;
            margin: 0 auto;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .home-card-section--live .home-card-block {
            display: flex;
            min-width: 0;
            flex-direction: column;
        }

        .home-card-section--live .home-card-block h2 {
            min-height: 0;
            margin: 0 0 11px;
            color: #172033;
            font-size: 20px;
            font-weight: 750;
            line-height: 1.3;
            letter-spacing: -.025em;
        }

        .home-card-section--live .home-card-link,
        .home-card-section--live .live-update-card {
            width: 100%;
            height: 120px;
            border: 1px solid rgba(30, 76, 126, .08);
            border-radius: 10px;
            background: #ffffff;
            box-shadow: 0 14px 30px rgba(18, 61, 103, .09);
        }

        .home-card-section--live .home-card-link {
            position: relative;
            display: block;
            overflow: hidden;
            transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
        }

        .home-card-section.home-card-section--live .home-card-block .home-card-link img {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 0;
            max-height: none;
            border-radius: 0;
            object-fit: cover;
            object-position: center;
            transform: none;
        }

        .home-card-section--live .home-card-link:hover {
            transform: translateY(-2px);
            border-color: rgba(31, 111, 235, .18);
            box-shadow: 0 18px 36px rgba(18, 61, 103, .12);
        }

        .home-card-section--live .home-card-link:focus-visible {
            outline: 3px solid rgba(22, 108, 255, .34);
            outline-offset: 4px;
        }

        .home-card-section--live .live-update-card {
            display: grid;
            grid-template-rows: auto 1fr auto;
            padding: 10px 15px 9px;
            background:
                radial-gradient(circle at 100% 0, rgba(49, 185, 91, .07), transparent 37%),
                #ffffff;
        }

        .home-card-section--live .live-update-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .home-card-section--live .live-update-head b {
            min-width: 0;
            overflow: hidden;
            color: #172033;
            font-size: 17px;
            font-weight: 850;
            line-height: 1.25;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .home-card-section--live .live-badge {
            display: inline-flex;
            height: 22px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            padding: 0 10px;
            border-radius: 999px;
            background: #21a942;
            color: #ffffff;
            font-size: 9px;
            font-weight: 900;
            letter-spacing: .03em;
        }

        .home-card-section--live .live-update-list {
            display: grid;
            align-content: center;
            gap: 5px;
            margin: 5px 0 3px;
            padding: 0;
            list-style: none;
        }

        .home-card-section--live .live-update-list li {
            display: grid;
            grid-template-columns: 47px minmax(0, 1fr);
            gap: 8px;
            align-items: center;
            color: #172033;
            font-size: 11px;
            font-weight: 760;
            line-height: 1.25;
        }

        .home-card-section--live .live-update-list span {
            color: #1da03d;
            font-weight: 900;
        }

        .home-card-section--live .live-update-list b {
            min-width: 0;
            overflow: hidden;
            font-weight: 760;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .home-card-section--live .live-update-foot {
            display: flex;
            min-width: 0;
            align-items: center;
            gap: 13px;
            margin: 0;
            color: #667085;
            font-size: 9.5px;
            font-weight: 760;
            line-height: 1.2;
            white-space: nowrap;
        }

        .home-card-section--live .live-update-status {
            display: inline-flex;
            min-width: 0;
            align-items: center;
            gap: 6px;
        }

        .home-card-section--live .live-update-status b {
            overflow: hidden;
            color: #5d6675;
            font-weight: 850;
            text-overflow: ellipsis;
        }

        .home-card-section--live .live-dot {
            display: inline-block;
            width: 7px;
            height: 7px;
            margin: 0;
            flex: 0 0 auto;
            border-radius: 50%;
            background: #2ab34a;
            box-shadow: 0 0 0 4px rgba(42, 179, 74, .13);
        }

        @media (max-width: 899px) {
            .home-card-section.home-card-section--live {
                display: block;
                height: auto;
                min-height: 0;
                padding: 38px 0 42px;
                background: linear-gradient(
                    180deg,
                    #eaf4ff 0,
                    #eaf4ff 16px,
                    #ffffff 16px,
                    #ffffff calc(100% - 16px),
                    #eaf4ff calc(100% - 16px),
                    #eaf4ff 100%
                );
            }

            .home-card-section--live .home-card-grid {
                width: min(560px, calc(100% - 34px));
                max-width: 560px;
                padding-right: 0;
                padding-left: 0;
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .home-card-section--live .home-card-block,
            .home-card-section--live .home-card-block:first-child {
                grid-column: auto;
            }

            .home-card-section--live .home-card-block h2,
            .home-card-section--live .home-card-block:first-child h2 {
                min-height: 0;
                margin: 0 0 8px;
                align-items: center;
                font-size: 18px;
                line-height: 1.3;
            }

            .home-card-section.home-card-section--live .home-card-block .home-card-link {
                height: clamp(126px, 26vw, 148px);
                min-height: 0;
            }

            .home-card-section.home-card-section--live .home-card-block:nth-child(3) .live-update-card {
                height: clamp(126px, 26vw, 148px);
                min-height: 0;
                padding: 12px 16px 10px;
            }

            .home-card-section.home-card-section--live .home-card-block .home-card-link img {
                position: static;
                width: 100%;
                height: 100%;
                min-height: 0;
                max-height: none;
                max-width: 100%;
                object-fit: cover;
                object-position: center;
                transform: none;
            }

            .home-card-section--live .live-update-head b {
                font-size: 18px;
            }

            .home-card-section--live .live-update-list {
                gap: 7px;
                margin: 7px 0 5px;
            }

            .home-card-section--live .live-update-list li {
                grid-template-columns: 52px minmax(0, 1fr);
                gap: 9px;
                font-size: 12px;
            }

            .home-card-section--live .live-update-foot {
                gap: 16px;
                font-size: 10.5px;
            }
        }

        @media (max-width: 420px) {
            .home-card-section.home-card-section--live {
                padding: 32px 0 36px;
            }

            .home-card-section--live .home-card-grid {
                width: calc(100% - 28px);
                gap: 18px;
            }

            .home-card-section--live .home-card-block h2,
            .home-card-section--live .home-card-block:first-child h2 {
                margin-bottom: 8px;
                font-size: 17px;
            }

            .home-card-section.home-card-section--live .home-card-block .home-card-link {
                height: clamp(112px, 31vw, 122px);
                min-height: 0;
            }

            .home-card-section.home-card-section--live .home-card-block:nth-child(3) .live-update-card {
                height: clamp(112px, 31vw, 122px);
                min-height: 0;
                padding: 9px 12px 8px;
            }

            .home-card-section--live .live-update-head b {
                font-size: 15.5px;
            }

            .home-card-section--live .live-badge {
                height: 19px;
                padding: 0 7px;
                font-size: 8px;
            }

            .home-card-section--live .live-update-list {
                gap: 4px;
                margin: 4px 0 3px;
            }

            .home-card-section--live .live-update-list li {
                grid-template-columns: 44px minmax(0, 1fr);
                gap: 6px;
                font-size: 10.5px;
            }

            .home-card-section--live .live-update-foot {
                gap: 8px;
                font-size: 9px;
            }
        }

        @media (max-width: 520px) {
            .home-card-section.home-card-section--live {
                padding: 32px 0 36px;
            }

            .home-card-section--live .home-card-grid {
                width: calc(100% - 28px);
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 16px 10px;
            }

            .home-card-section--live .home-card-block:first-child {
                grid-column: 1 / -1;
            }

            .home-card-section--live .home-card-block h2,
            .home-card-section--live .home-card-block:first-child h2 {
                margin: 0 0 8px;
                font-size: clamp(12px, 3.6vw, 14px);
                line-height: 1.3;
            }

            .home-card-section--live .home-card-block:not(:first-child) h2 {
                min-height: 1.3em;
                align-items: flex-end;
            }

            .home-card-section--live .home-card-block:first-child h2 {
                min-height: 0;
                font-size: 17px;
            }

            .home-card-section.home-card-section--live .home-card-block:first-child .home-card-link {
                height: clamp(112px, 31vw, 122px);
            }

            .home-card-section.home-card-section--live .home-card-block:nth-child(2) .home-card-link,
            .home-card-section.home-card-section--live .home-card-block:nth-child(3) .live-update-card {
                height: clamp(68px, 19vw, 92px);
                min-height: 68px;
            }

            .home-card-section.home-card-section--live .home-card-block:nth-child(2) .home-card-link img {
                object-fit: contain;
                object-position: center;
            }

            .home-card-section.home-card-section--live .home-card-block:nth-child(3) .live-update-card {
                padding: 6px 8px 6px;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-update-head {
                gap: 4px;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-update-head b {
                font-size: 12px;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-badge {
                height: 16px;
                padding: 0 5px;
                font-size: 6.5px;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-update-list {
                gap: 2px;
                margin: 3px 0 2px;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-update-list li {
                grid-template-columns: 25px minmax(0, 1fr);
                gap: 3px;
                font-size: 8.5px;
                line-height: 1.15;
            }

            .home-card-section--live .home-card-block:nth-child(3) .live-update-foot {
                gap: 4px;
                font-size: 7.5px;
            }

            .home-card-section--live .home-card-block:nth-child(3) [data-live-field="cycle"] {
                display: none;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .home-card-section--live .home-card-link {
                transition: none;
            }
        }


/* special-programs-v1.css */
.special-programs-section {
    --special-blue: #087edc;
    --special-ink: #07182f;
    position: relative;
    overflow: hidden;
    padding: 118px 0 150px;
    border-bottom: 1px solid rgba(7, 126, 220, .12);
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, .96), transparent 34%),
        linear-gradient(145deg, #f4faff 0%, #e9f4fb 52%, #f7fbfe 100%);
}

.special-programs-section::before {
    position: absolute;
    inset: 0;
    background: url('/theme/eb4_busi_042/image/main-preview/main7/taekwondo-pattern.png') center 90px / min(920px, 82vw) auto repeat-y;
    content: "";
    mix-blend-mode: multiply;
    opacity: .045;
    pointer-events: none;
}

.special-programs-section::after {
    position: absolute;
    right: -180px;
    bottom: -240px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(8, 126, 220, .12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.special-programs-inner {
    position: relative;
    z-index: 1;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 24px;
}

.special-programs-head {
    max-width: 1152px;
    margin: 0 auto 76px;
    text-align: center;
}

.special-programs-head h2 {
    margin: 0;
    color: var(--special-ink);
    font-size: clamp(38px, 2.7vw, 44px);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.025em;
    word-break: keep-all;
}

.special-programs-head h2 span,
.special-programs-head h2 strong {
    display: block;
}

.special-programs-head h2 strong {
    margin-top: 5px;
    color: var(--special-blue);
    font: inherit;
}

.special-programs-head p {
    max-width: 760px;
    margin: 22px auto 0;
    color: #26384d;
    font-size: 18px;
    font-weight: 550;
    line-height: 1.72;
    word-break: keep-all;
}

.special-program-tabs {
    display: none;
}

.special-programs-list {
    display: grid;
    gap: 82px;
}

.special-program-block {
    min-width: 0;
}

.special-program-title {
    display: grid;
    grid-template-columns: auto auto minmax(40px, 1fr);
    align-items: center;
    gap: 16px;
}

.special-program-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(110deg, #179de9 0%, #0755db 100%);
    box-shadow: 0 10px 22px rgba(7, 85, 219, .16);
    color: #fff;
    font-size: 20px;
    font-weight: 850;
    white-space: nowrap;
}

.special-program-title h3 {
    margin: 0;
    color: #091728;
    font-size: 29px;
    font-weight: 850;
    line-height: 1.25;
    word-break: keep-all;
}

.special-program-rule {
    height: 1px;
    background: linear-gradient(90deg, rgba(8, 126, 220, .28), rgba(8, 126, 220, 0));
}

.special-program-copy {
    margin: 14px 0 0;
    color: #1d2c3e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.68;
    word-break: keep-all;
}

.special-program-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.special-program-media {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(8, 52, 92, .08);
    border-radius: 5px;
    background: var(--media-bg, #fff);
    box-shadow: 0 16px 32px rgba(25, 61, 91, .08);
}

.special-program-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.special-program-media--charcoal { --media-bg: #303030; }
.special-program-media--green { --media-bg: #2eaf67; }
.special-program-media--navy { --media-bg: #07111f; }
.special-program-media--lime { --media-bg: #b8ff48; }
.special-program-media--blue { --media-bg: #001b42; }

.special-programs-inner.is-reveal-ready {
    opacity: 0;
    transform: translate3d(0, 58px, 0) scale(.992);
    transition: opacity .78s ease, transform .96s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.special-programs-inner.is-reveal-ready.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1023px) {
    .special-programs-section {
        padding: 92px 0 112px;
    }

    .special-programs-inner {
        width: min(920px, calc(100% - 48px));
    }

    .special-programs-head {
        margin-bottom: 62px;
    }

    .special-programs-head h2 {
        font-size: clamp(34px, 5.2vw, 48px);
    }

    .special-programs-head p,
    .special-program-copy {
        font-size: 16px;
    }

    .special-programs-list {
        gap: 70px;
    }

    .special-program-title h3 {
        font-size: 25px;
    }

    .special-program-media-grid {
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .special-programs-section {
        padding: 64px 0 88px;
    }

    .special-programs-section::before {
        background-size: 720px auto;
        opacity: .035;
    }

    .special-programs-inner {
        width: calc(100% - 32px);
        padding: 0;
    }

    .special-programs-head {
        max-width: 520px;
        margin-bottom: 34px;
        text-align: center;
    }

    .special-programs-head h2 {
        font-size: clamp(27px, 7.5vw, 34px);
        line-height: 1.3;
    }

    .special-programs-head h2 span {
        display: none;
    }

    .special-programs-head h2 strong {
        display: block;
        margin: 0;
    }

    .special-programs-head p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.62;
    }

    .special-program-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 620px;
        margin: 0 auto;
    }

    .special-program-tab {
        position: relative;
        min-width: 0;
        min-height: 62px;
        padding: 0 6px;
        border: 0;
        border-right: 1px solid rgba(255, 255, 255, .72);
        border-radius: 0;
        background: #dfe4e9;
        color: #718092;
        font: inherit;
        font-size: clamp(14px, 4vw, 16px);
        font-weight: 800;
        white-space: nowrap;
        cursor: pointer;
        transition: background-color .22s ease, color .22s ease;
    }

    .special-program-tab:first-child {
        border-radius: 14px 0 0;
    }

    .special-program-tab:last-child {
        border-right: 0;
        border-radius: 0 14px 0 0;
    }

    .special-program-tab.is-active {
        background: var(--special-blue);
        color: #fff;
    }

    .special-program-tab.is-active::after {
        display: inline-block;
        margin-left: 6px;
        border-top: 7px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
        transform: translateY(-1px);
    }

    .special-program-tab:focus-visible {
        z-index: 2;
        outline: 3px solid rgba(8, 126, 220, .3);
        outline-offset: -3px;
    }

    .special-programs-list {
        display: block;
        max-width: 620px;
        margin: 0 auto;
    }

    .special-program-block {
        display: none;
        padding: 29px 18px 38px;
        border-radius: 0 0 14px 14px;
        background: rgba(245, 248, 251, .94);
    }

    .special-program-block.is-active {
        display: block;
    }

    .special-program-title {
        display: block;
        text-align: center;
    }

    .special-program-label {
        display: none;
    }

    .special-program-title h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .special-program-rule {
        display: none;
    }

    .special-program-copy {
        margin: 9px auto 0;
        max-width: 500px;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .special-program-media-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 26px;
    }

    .special-program-media {
        border-radius: 4px;
        box-shadow: 0 12px 24px rgba(25, 61, 91, .07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .special-programs-inner.is-reveal-ready,
    .special-programs-inner.is-reveal-ready.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* icheck-showcase-v1.css */
.icheck-showcase {
    --icheck-accent: #0867f2;
    --icheck-ink: #071a3a;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    scroll-margin-top: 82px;
    padding: 88px 0 96px;
    background:
        radial-gradient(circle at 7% 12%, rgba(76, 145, 240, .07), transparent 27%),
        radial-gradient(circle at 92% 88%, rgba(122, 176, 244, .06), transparent 28%),
        #f3f5f9;
}

.icheck-showcase::before {
    position: absolute;
    top: -350px;
    left: -280px;
    z-index: -1;
    width: 680px;
    height: 680px;
    border: 2px solid rgba(8, 103, 242, .055);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(8, 103, 242, .018);
    content: "";
    pointer-events: none;
}

.icheck-showcase__inner {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.icheck-showcase__head {
    text-align: center;
}

.icheck-showcase__head p,
.icheck-showcase__head h2,
.icheck-showcase__head span {
    margin: 0;
    word-break: keep-all;
}

.icheck-showcase__head p {
    color: #1870e5;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
}

.icheck-showcase__head p strong {
    font: inherit;
    font-weight: 850;
}

.icheck-showcase__head h2 {
    margin-top: 10px;
    color: var(--icheck-ink);
    font-size: 54px;
    line-height: 1.12;
    letter-spacing: -.045em;
    font-weight: 900;
}

.icheck-showcase__head > span {
    display: block;
    margin-top: 18px;
    color: #415068;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 590;
}

.icheck-showcase__body {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(0, 392px);
    gap: 48px;
    margin-top: 52px;
    align-items: center;
}

.icheck-showcase__visual {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 520px;
}

.icheck-showcase__panel {
    position: absolute;
    inset: 0;
    display: grid;
    margin: 0;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .42s ease, visibility 0s linear .42s;
}

.icheck-showcase__panel.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.icheck-showcase__panel img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.icheck-showcase__panel:not(:first-child):not(.icheck-showcase__panel--transparent) img {
    -webkit-mask-image: radial-gradient(ellipse 92% 96% at 50% 52%, #000 76%, transparent 100%);
    mask-image: radial-gradient(ellipse 92% 96% at 50% 52%, #000 76%, transparent 100%);
}

.icheck-showcase__panel--payment img {
    width: auto;
    height: 116%;
}

.icheck-showcase__menu {
    display: grid;
    gap: 12px;
}

.icheck-showcase__tab {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 15px;
    width: 100%;
    min-height: 104px;
    margin: 0;
    padding: 19px 22px;
    align-items: center;
    border: 1px solid rgba(119, 145, 180, .22);
    border-radius: 16px;
    background: rgba(255, 255, 255, .5);
    color: #24354d;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.icheck-showcase__number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    background: rgba(222, 234, 250, .72);
    color: #637897;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    transition: background-color .25s ease, color .25s ease;
}

.icheck-showcase__tab-copy,
.icheck-showcase__tab-copy strong,
.icheck-showcase__tab-copy small {
    display: block;
    min-width: 0;
    word-break: keep-all;
}

.icheck-showcase__tab-copy strong {
    color: #14233a;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 850;
    transition: color .25s ease;
}

.icheck-showcase__tab-copy small {
    margin-top: 6px;
    color: #69788d;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 620;
}

.icheck-showcase__tab:hover {
    border-color: rgba(8, 103, 242, .38);
    background: rgba(255, 255, 255, .72);
}

.icheck-showcase__tab.is-active {
    border-color: var(--icheck-accent);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 13px 28px rgba(34, 92, 169, .09);
}

.icheck-showcase__tab.is-active .icheck-showcase__number {
    background: var(--icheck-accent);
    color: #f8fbff;
}

.icheck-showcase__tab.is-active .icheck-showcase__tab-copy strong {
    color: var(--icheck-accent);
}

.icheck-showcase__tab:active {
    box-shadow: 0 7px 16px rgba(34, 92, 169, .08);
}

.icheck-showcase__tab:focus-visible {
    outline: 3px solid rgba(8, 103, 242, .27);
    outline-offset: 3px;
}

@media (max-width: 1023px) {
    .icheck-showcase {
        padding: 78px 0 86px;
    }

    .icheck-showcase__inner {
        width: min(820px, calc(100% - 40px));
    }

    .icheck-showcase__head h2 {
        font-size: 46px;
    }

    .icheck-showcase__head p {
        font-size: 26px;
    }

    .icheck-showcase__body {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
        margin-top: 42px;
    }

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

    .icheck-showcase__visual {
        grid-row: 2;
        height: 520px;
    }
}

@media (max-width: 767px) {
    .icheck-showcase {
        padding: 66px 0 76px;
        background:
            radial-gradient(circle at 100% 0%, rgba(76, 145, 240, .07), transparent 34%),
            #f3f5f9;
    }

    .icheck-showcase::before {
        top: -210px;
        left: -235px;
        width: 440px;
        height: 440px;
        box-shadow: 0 0 0 28px rgba(8, 103, 242, .016);
    }

    .icheck-showcase__inner {
        width: calc(100% - 32px);
    }

    .icheck-showcase__head p {
        font-size: 17px;
    }

    .icheck-showcase__head h2 {
        margin-top: 8px;
        font-size: clamp(30px, 8.3vw, 35px);
        line-height: 1.16;
    }

    .icheck-showcase__head > span {
        max-width: 350px;
        margin: 14px auto 0;
        font-size: 12px;
        line-height: 1.62;
    }

    .icheck-showcase__body {
        gap: 22px;
        margin-top: 30px;
    }

    .icheck-showcase__menu {
        gap: 8px;
    }

    .icheck-showcase__tab {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 7px;
        min-height: 88px;
        padding: 12px 10px;
        border-radius: 14px;
    }

    .icheck-showcase__number {
        align-self: start;
        width: 28px;
        height: 28px;
        border-radius: 9px;
        font-size: 11px;
    }

    .icheck-showcase__tab-copy strong {
        font-size: 13px;
        line-height: 1.35;
    }

    .icheck-showcase__tab-copy small {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.4;
    }

    .icheck-showcase__visual {
        height: clamp(300px, 88vw, 360px);
    }

    .icheck-showcase__panel--payment img {
        height: 108%;
    }
}

@media (max-width: 374px) {
    .icheck-showcase__tab {
        min-height: 94px;
    }

    .icheck-showcase__tab-copy strong {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .icheck-showcase__panel,
    .icheck-showcase__tab,
    .icheck-showcase__number,
    .icheck-showcase__tab-copy strong {
        transition: none;
    }
}


/* main9-franchise-v1_v1.css */
.expert-system,
.franchise-inquiry {
  --ieum-blue: #0b63f6;
  --ieum-blue-deep: #073fbf;
  --ieum-ink: #071a38;
  --ieum-muted: #66758d;
  --ieum-line: #dce6f3;
  position: relative;
  overflow: hidden;
  color: var(--ieum-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
}

.expert-system *,
.franchise-inquiry * {
  box-sizing: border-box;
}

.expert-system {
  padding: 112px 24px 96px;
  background:
    radial-gradient(circle at 8% 22%, rgba(37, 123, 255, .09), transparent 25%),
    radial-gradient(circle at 94% 82%, rgba(32, 196, 221, .08), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.expert-system::before,
.expert-system::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(11, 99, 246, .08);
  border-radius: 50%;
  pointer-events: none;
}

.expert-system::before {
  top: 180px;
  left: -300px;
}

.expert-system::after {
  right: -260px;
  bottom: 60px;
}

.expert-system__inner,
.franchise-inquiry__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.expert-system__head {
  max-width: 970px;
  margin: 0 auto 46px;
  text-align: center;
}

.expert-system__eyebrow {
  margin: 0 0 13px;
  color: var(--ieum-blue);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.expert-system__head h2 {
  margin: 0;
  color: #06142c;
  font-size: clamp(40px, 3.25vw, 58px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.expert-system__head h2 strong {
  display: block;
  color: var(--ieum-blue-deep);
  font-weight: inherit;
}

.expert-system__lead {
  margin: 20px 0 0;
  color: #394b66;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  word-break: keep-all;
}

.expert-system__comparison {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: 20px;
  align-items: stretch;
}

.expert-system__panel {
  overflow: hidden;
  border: 1px solid rgba(143, 163, 191, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 50px rgba(20, 57, 105, .08);
}

.expert-system__panel-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.expert-system__panel--solo .expert-system__panel-bar {
  width: calc(100% - 48px);
  min-height: 42px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #5f6774, #3e4651);
}

.expert-system__panel--team .expert-system__panel-bar {
  background: linear-gradient(135deg, var(--ieum-blue), #0644d7);
}

.expert-system__panel h3 {
  margin: 0;
  color: #101b2d;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
}

.expert-system__solo-body {
  min-height: 365px;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 25px;
  align-items: center;
  padding: 28px 28px 32px;
}

.expert-system__solo-body > h3 {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.expert-system__solo-visual {
  position: relative;
  width: 142px;
  height: 230px;
  border-radius: 74px 74px 18px 18px;
  background:
    linear-gradient(180deg, transparent 0 38%, rgba(255, 255, 255, .8) 38% 41%, transparent 41%),
    linear-gradient(145deg, #293b58, #0e1c31 66%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.11), 0 15px 36px rgba(8, 28, 57, .18);
}

.expert-system__solo-visual::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 46px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4c59f, #ca865f);
  box-shadow: 0 41px 0 14px #f5f8fc;
}

.expert-system__solo-visual::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 18px;
  width: 105px;
  height: 68px;
  border: 6px solid #647a99;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(145deg, #eaf2fb, #bed0e4);
  transform: perspective(100px) rotateX(4deg);
  box-shadow: 0 8px 14px rgba(10, 30, 60, .22);
}

.expert-system__issues {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expert-system__issues li {
  position: relative;
  padding: 11px 0 11px 32px;
  border-bottom: 1px solid #e2e7ee;
  color: #28374d;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  word-break: keep-all;
}

.expert-system__issues li:last-child {
  border-bottom: 0;
}

.expert-system__issues li::before {
  content: "×";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #aab3bf;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.expert-system__team-body {
  padding: 18px 20px 16px;
}

.expert-system__team-body > h3 {
  margin: 0 0 18px;
}

.expert-system__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.expert-system__flow li {
  position: relative;
  min-width: 0;
  padding: 2px 13px 18px;
  text-align: center;
}

.expert-system__flow li:not(:last-child)::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: -10px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd9eb;
  border-radius: 50%;
  background: #fff;
  color: #6d84a2;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.expert-system__count {
  display: inline-block;
  min-width: .55em;
  font-variant-numeric: tabular-nums;
}

.sticky-join-bar.is-hidden-by-franchise,
.sticky-join-bar.is-visible.is-hidden-by-franchise {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 14px));
}

.expert-system__flow-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border: 1px solid #cfe0ff;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #eef5ff);
  color: var(--ieum-blue);
  font-size: 25px;
  box-shadow: 0 8px 20px rgba(11, 99, 246, .09);
}

.expert-system__flow strong {
  display: block;
  min-height: 48px;
  color: #084acb;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -.02em;
  word-break: keep-all;
}

.expert-system__flow p {
  margin: 5px 0 0;
  color: #4c5b70;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.65;
  word-break: keep-all;
}

.expert-system__result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 66px;
  margin-top: 4px;
  padding: 12px 22px;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf4ff, #f7faff, #edf4ff);
  color: #07142a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  word-break: keep-all;
}

.expert-system__result i {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ieum-blue);
  color: #fff;
  font-size: 18px;
}

.expert-system__result strong {
  color: #064dd9;
}

.expert-system__versus {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 38%;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 6px solid #f6f9ff;
  border-radius: 50%;
  background: linear-gradient(145deg, #257dff, #083fc5);
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.04em;
  transform: translate(-50%, -50%);
  box-shadow: 0 13px 28px rgba(8, 63, 197, .27);
}

.expert-system__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 22px 0 0;
  padding: 22px 16px;
  border: 1px solid rgba(143, 163, 191, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 38px rgba(20, 57, 105, .06);
}

.expert-system__stat {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 3px 16px;
  border-right: 1px solid #dce4ef;
}

.expert-system__stat:last-child {
  border-right: 0;
}

.expert-system__stat-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--ieum-blue);
  font-size: 20px;
}

.expert-system__stat dt {
  color: #435168;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.expert-system__stat dt strong {
  color: #0754dc;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.expert-system__stat dd {
  margin: 3px 0 0;
  color: #17273e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.expert-system__closing {
  margin: 26px 0 0;
  color: #101c2f;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -.025em;
  word-break: keep-all;
}

.expert-system__closing strong {
  color: var(--ieum-blue-deep);
}

.expert-system__closing small {
  display: block;
  margin-top: 6px;
  color: #627187;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: 0;
}

.franchise-inquiry {
  padding: 100px 24px 84px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, .72), transparent 24%),
    radial-gradient(circle at 92% 85%, rgba(35, 124, 255, .12), transparent 28%),
    linear-gradient(135deg, #edf6ff 0%, #dcecff 100%);
}

.franchise-inquiry::before {
  content: "";
  position: absolute;
  right: 6%;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(11, 99, 246, .045);
  transform: rotate(45deg);
  pointer-events: none;
}

.franchise-inquiry__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 80px;
  align-items: center;
}

.franchise-inquiry__copy {
  padding-left: 36px;
}

.franchise-inquiry__eyebrow {
  margin: 0 0 15px;
  color: var(--ieum-blue);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.4;
}

.franchise-inquiry__copy h2 {
  margin: 0;
  color: #07182f;
  font-size: clamp(42px, 3.2vw, 58px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.franchise-inquiry__copy h2 strong {
  color: var(--ieum-blue);
  font-weight: inherit;
}

.franchise-inquiry__intro {
  margin: 25px 0 0;
  color: #344761;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.55;
  word-break: keep-all;
}

.franchise-inquiry__detail {
  margin: 20px 0 0;
  color: #596b83;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.65;
  word-break: keep-all;
}

.franchise-inquiry__form {
  display: grid;
  gap: 14px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 24px;
  background: rgba(255, 255, 255, .87);
  box-shadow: 0 24px 70px rgba(35, 82, 143, .13);
  backdrop-filter: blur(10px);
}

.franchise-inquiry__field {
  display: grid;
  gap: 7px;
}

.franchise-inquiry__field label {
  color: #1f314b;
  font-size: 14px;
  font-weight: 750;
}

.franchise-inquiry__field input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #ccd8e8;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: #0b1e39;
  font: inherit;
  font-size: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.franchise-inquiry__field input::placeholder {
  color: #8b99ab;
}

.franchise-inquiry__field input:focus {
  border-color: var(--ieum-blue);
  box-shadow: 0 0 0 4px rgba(11, 99, 246, .12);
}

.franchise-inquiry__submit {
  width: 100%;
  min-height: 62px;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b6df7, #064dd8);
  color: #fff;
  font: inherit;
  font-size: 20px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(7, 81, 218, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.franchise-inquiry__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(7, 81, 218, .28);
}

.franchise-inquiry__agreement {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 5px;
  color: #40536d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.franchise-inquiry__agreement input {
  width: 17px;
  height: 17px;
  accent-color: var(--ieum-blue);
}

.franchise-inquiry__agreement a {
  margin-left: auto;
  color: #536984;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.franchise-inquiry__privacy {
  margin-top: 5px;
  border-top: 1px solid #d7e1ed;
}

.franchise-inquiry__privacy summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #40536d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.franchise-inquiry__privacy summary::-webkit-details-marker {
  display: none;
}

.franchise-inquiry__privacy-toggle {
  flex: 0 0 auto;
  color: #536984;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.franchise-inquiry__privacy[open] .franchise-inquiry__privacy-toggle {
  color: var(--ieum-blue);
  font-size: 0;
}

.franchise-inquiry__privacy[open] .franchise-inquiry__privacy-toggle::after {
  content: "접기";
  font-size: 13px;
}

.franchise-inquiry__privacy-content {
  display: grid;
  gap: 6px;
  margin: 0 -8px 2px;
  padding: 15px 16px;
  border: 1px solid #c8d5e5;
  border-radius: 9px;
  background: #f8fbff;
  color: #3d5069;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.55;
  word-break: keep-all;
}

.franchise-inquiry__privacy-content p {
  position: relative;
  margin: 0;
  padding-left: 12px;
}

.franchise-inquiry__privacy-content p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #6d7f96;
}

.franchise-inquiry__privacy-content strong {
  color: #f05a35;
  font-weight: 800;
}

.franchise-inquiry__process {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(74, 116, 169, .22);
}

.franchise-inquiry__process h3 {
  margin: 0 0 25px;
  color: #142a47;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.4;
  text-align: center;
}

.franchise-inquiry__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.franchise-inquiry__steps li {
  position: relative;
  min-width: 0;
  text-align: center;
}

.franchise-inquiry__steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 5px;
  right: -19px;
  color: #5790dc;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.franchise-inquiry__step-title {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  border: 1px solid rgba(11, 99, 246, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .83);
  color: #0853d8;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

.franchise-inquiry__steps p {
  margin: 9px 0 0;
  color: #52657e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
}

.franchise-inquiry__notice {
  margin: 30px 0 0;
  padding-top: 19px;
  border-top: 1px solid rgba(74, 116, 169, .18);
  color: #5b6e85;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  word-break: keep-all;
}

@media (prefers-reduced-motion: no-preference) {
  .expert-system.is-reveal-ready .expert-system__inner,
  .franchise-inquiry.is-reveal-ready .franchise-inquiry__inner {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1);
  }

  .expert-system.is-reveal-ready.is-revealed .expert-system__inner,
  .franchise-inquiry.is-reveal-ready.is-revealed .franchise-inquiry__inner {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .expert-system__eyebrow {
    font-size: 34px;
  }

  .expert-system__comparison {
    grid-template-columns: 1fr;
  }

  .expert-system__versus {
    top: 40%;
    left: 50%;
  }

  .expert-system__solo-body {
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 290px;
  }

  .expert-system__solo-visual {
    width: 128px;
    height: 200px;
  }

  .expert-system__solo-visual::before {
    left: 39px;
  }

  .expert-system__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .expert-system__stat:nth-child(3) {
    border-right: 0;
  }

  .franchise-inquiry__top {
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 44px;
  }

  .franchise-inquiry__copy {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .expert-system {
    padding: 72px 16px 66px;
  }

  .expert-system__head {
    margin-bottom: 30px;
  }

  .expert-system__eyebrow {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
  }

  .expert-system__head h2 {
    font-size: 31px;
    line-height: 1.22;
  }

  .expert-system__lead {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.65;
  }

  .expert-system__comparison {
    gap: 17px;
  }

  .expert-system__panel {
    border-radius: 15px;
  }

  .expert-system__panel-bar {
    min-height: 44px;
    font-size: 16px;
  }

  .expert-system__panel--solo .expert-system__panel-bar {
    width: calc(100% - 30px);
  }

  .expert-system__solo-body {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 22px;
    padding: 24px 20px 28px;
  }

  .expert-system__solo-visual {
    display: none;
  }

  .expert-system__solo-body > h3,
  .expert-system__panel h3 {
    font-size: 18px;
    text-align: center;
  }

  .expert-system__issues li {
    font-size: 14px;
  }

  .expert-system__team-body {
    padding: 20px 15px 15px;
  }

  .expert-system__flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .expert-system__flow li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    padding: 12px 5px;
    border-bottom: 1px solid #e2eaf5;
    text-align: left;
  }

  .expert-system__flow li:last-child {
    border-bottom: 0;
  }

  .expert-system__flow li::after {
    display: none;
  }

  .expert-system__flow-icon {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 14px;
    font-size: 22px;
  }

  .expert-system__flow strong {
    min-height: auto;
    font-size: 15px;
  }

  .expert-system__flow p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.5;
  }

  .expert-system__result {
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    margin-top: 8px;
    padding: 14px;
    font-size: 15px;
    text-align: left;
  }

  .expert-system__result i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .expert-system__versus {
    position: relative;
    top: auto;
    left: auto;
    width: 54px;
    height: 54px;
    margin: -35px auto -35px;
    border-width: 5px;
    font-size: 17px;
    transform: none;
  }

  .expert-system__stats {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 12px;
  }

  .expert-system__stat {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 13px 10px;
    border-right: 0;
    border-bottom: 1px solid #e2e8f1;
  }

  .expert-system__stat:nth-child(odd) {
    border-right: 1px solid #e2e8f1;
  }

  .expert-system__stat:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .expert-system__stat-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .expert-system__stat dt,
  .expert-system__stat dd {
    font-size: 11px;
  }

  .expert-system__stat dt strong {
    font-size: 19px;
  }

  .expert-system__closing {
    margin-top: 22px;
    font-size: 19px;
  }

  .expert-system__closing small {
    font-size: 13px;
  }

  .franchise-inquiry {
    padding: 68px 16px 62px;
  }

  .franchise-inquiry__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .franchise-inquiry__copy {
    text-align: center;
  }

  .franchise-inquiry__eyebrow {
    font-size: 16px;
  }

  .franchise-inquiry__copy h2 {
    font-size: 37px;
  }

  .franchise-inquiry__intro {
    margin-top: 18px;
    font-size: 16px;
  }

  .franchise-inquiry__detail {
    margin-top: 13px;
    font-size: 14px;
  }

  .franchise-inquiry__form {
    gap: 12px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .franchise-inquiry__field input {
    height: 54px;
  }

  .franchise-inquiry__submit {
    min-height: 56px;
    font-size: 18px;
  }

  .franchise-inquiry__process {
    margin-top: 40px;
  }

  .franchise-inquiry__process h3 {
    font-size: 19px;
  }

  .franchise-inquiry__steps {
    grid-template-columns: 1fr 1fr;
    gap: 22px 12px;
  }

  .franchise-inquiry__steps li::after {
    display: none;
  }

  .franchise-inquiry__step-title {
    min-height: 34px;
    padding: 6px 13px;
    font-size: 13px;
  }

  .franchise-inquiry__steps p {
    font-size: 12px;
  }

  .franchise-inquiry__notice {
    font-size: 12px;
  }
}

.site-footer-v1 {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 78px;
  padding: 72px 24px 30px;
  background:
    radial-gradient(circle at 84% 12%, rgba(37, 119, 255, .2), transparent 29%),
    linear-gradient(135deg, #071a37 0%, #08254c 62%, #07366e 100%);
  color: rgba(255, 255, 255, .8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
}

.site-footer-v1::before {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 76px solid rgba(255, 255, 255, .032);
  transform: rotate(45deg);
  pointer-events: none;
}

.site-footer-v1 * {
  box-sizing: border-box;
}

.site-footer-v1__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.site-footer-v1__top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr);
  align-items: center;
  gap: 86px;
}

.site-footer-v1__logo {
  display: inline-flex;
  align-items: center;
}

.site-footer-v1__logo:focus-visible,
.site-footer-v1 a:focus-visible {
  outline: 3px solid rgba(91, 154, 255, .9);
  outline-offset: 4px;
}

.site-footer-v1__brand img {
  width: 142px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer-v1__brand h2 {
  max-width: 690px;
  margin: 28px 0 0;
  color: #f8fbff;
  font-size: clamp(31px, 2.1vw, 40px);
  font-weight: 760;
  line-height: 1.34;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.site-footer-v1__brand h2 strong {
  display: block;
  color: #5ca0ff;
  font-weight: 850;
}

.site-footer-v1__brand p {
  max-width: 720px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 20px;
  font-weight: 560;
  line-height: 1.65;
  word-break: keep-all;
}

.site-footer-v1__contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  background: rgba(248, 251, 255, .97);
  box-shadow: 0 18px 44px rgba(2, 18, 42, .24);
  color: #0b2344;
}

.site-footer-v1__contact-label {
  margin: 0;
  color: #0967e8;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.site-footer-v1__contact-card h3 {
  margin: 8px 0 0;
  color: #071a37;
  font-size: 23px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.site-footer-v1__contact-copy {
  margin: 11px 0 22px;
  color: #52647c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  word-break: keep-all;
}

.site-footer-v1__contact {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 64px;
  padding: 11px 14px;
  border: 1px solid #0a67e8;
  border-radius: 14px;
  background: linear-gradient(135deg, #1276f5 0%, #0758ce 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 82, 188, .2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.site-footer-v1__contact:hover,
.site-footer-v1__contact:focus-visible {
  border-color: #f0d800;
  background: #fee500;
  color: #191919;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(116, 98, 0, .22);
}

.site-footer-v1__contact:hover .site-footer-v1__contact-icon,
.site-footer-v1__contact:focus-visible .site-footer-v1__contact-icon {
  background: rgba(25, 25, 25, .09);
}

.site-footer-v1__contact:hover small,
.site-footer-v1__contact:focus-visible small {
  color: rgba(25, 25, 25, .72);
}

.site-footer-v1__contact:active {
  transform: translateY(1px);
}

.site-footer-v1__contact-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  font-size: 19px;
}

.site-footer-v1__contact > span:nth-child(2) {
  display: grid;
  flex: 1 1 auto;
  gap: 2px;
}

.site-footer-v1__contact strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.site-footer-v1__contact small {
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.site-footer-v1__contact > i {
  margin-right: 3px;
  font-size: 12px;
}

.site-footer-v1__rail {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 54px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.site-footer-v1__rail > strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.site-footer-v1__rail > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.site-footer-v1__rail a {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer-v1__rail a:hover,
.site-footer-v1__rail a:focus-visible {
  color: #fff;
}

.site-footer-v1__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding-top: 25px;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.site-footer-v1__bottom p {
  margin: 0;
}

.site-footer-v1__identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer-v1__identity strong {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
}

.site-footer-v1__identity span {
  color: rgba(255, 255, 255, .55);
}

.site-footer-v1__bottom nav {
  display: flex;
  gap: 22px;
}

.site-footer-v1__bottom a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
}

.site-footer-v1__bottom a:hover,
.site-footer-v1__bottom a:focus-visible {
  color: #fff;
}

.site-footer-v1__copyright {
  text-align: right;
}

@media (max-width: 900px) {
  .site-footer-v1__top {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 40px;
  }

  .site-footer-v1__brand h2 {
    font-size: 31px;
  }

  .site-footer-v1__brand p {
    font-size: 17px;
  }

  .site-footer-v1__bottom {
    grid-template-columns: 1fr auto;
  }

  .site-footer-v1__bottom nav {
    justify-content: flex-end;
  }

  .site-footer-v1__copyright {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .page {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-footer-v1 {
    padding: 48px 20px 58px;
    scroll-margin-top: 70px;
  }

  .site-footer-v1__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer-v1__brand img {
    width: 122px;
  }

  .site-footer-v1__brand h2 {
    margin-top: 21px;
    font-size: 26px;
    line-height: 1.36;
  }

  .site-footer-v1__brand p {
    margin-top: 14px;
    font-size: 16px;
  }

  .site-footer-v1__contact-card {
    padding: 22px;
  }

  .site-footer-v1__contact-card h3 {
    font-size: 21px;
  }

  .site-footer-v1__rail {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
    padding: 19px 0;
  }

  .site-footer-v1__rail > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
  }

  .site-footer-v1__bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
    padding-top: 19px;
  }

  .site-footer-v1__bottom nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .site-footer-v1__copyright {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .expert-system__head h2 {
    font-size: 28px;
  }

  .expert-system__stat {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .expert-system__stat-icon {
    margin: 0 auto;
  }

  .franchise-inquiry__copy h2 {
    font-size: 34px;
  }

  .franchise-inquiry__agreement {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .franchise-inquiry__agreement a {
    margin-left: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .expert-system *,
  .franchise-inquiry * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Member update gallery */
@media (max-width: 899px) {
  .member-update {
    padding: 60px 0 66px;
  }

  .member-update:before {
    left: -150px;
    top: 28px;
    width: 280px;
    height: 280px;
    border-width: 48px;
  }

  .member-update:after {
    right: -120px;
    bottom: -110px;
    width: 340px;
    height: 230px;
  }

  .member-update__head {
    margin-bottom: 32px;
  }

  .member-update__head h2 {
    font-size: 36px;
  }

  .member-update__lead {
    margin-top: 15px;
    font-size: 16px;
  }

  .member-update__track {padding-bottom:14px}
}

@media (max-width: 560px) {
  .member-update {
    padding: 50px 0 54px;
  }

  .member-update__head {
    margin-bottom: 26px;
  }

  .member-update__badge {
    height: 34px;
    margin-bottom: 17px;
    font-size: 12px;
  }

  .member-update__badge strong,
  .member-update__badge span {
    padding: 0 15px;
  }

  .member-update__head h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .member-update__head h2 strong {
    display: block;
  }

  .member-update__lead {
    max-width: 330px;
    margin: 13px auto 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .member-update__track,
  .member-update__group {gap:13px}

  .member-update__card {
    flex-basis:286px;
    width:286px;
  }

  .member-update__card img {
    height: 190px;
  }

  .member-update__card > span {
    min-height: 62px;
    padding: 11px 14px;
  }

  .member-update__card i {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .member-update__card b {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-update__viewport {overflow-x:auto;scrollbar-width:none}
  .member-update__track {animation:none;will-change:auto}
  .member-update__group[aria-hidden="true"] {display:none}
}
