@charset "utf-8";
@import url("../../../css/common/fonts/pretendard.css");
@import url("../../../css/common/font.awesome.css");

:root {
  --content-max: 1180px;
  --navy: #061943;
  --text: #171b29;
  --gnb-mega-panel-height: 300px;
  --top-banner-h: 0px;
  --gnb-sticky-top: 0px;
  --layout-max: 1920px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: "Pretendard", sans-serif; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 100; top: calc(var(--top-banner-h,0px) + 28px); left: 0; width: 100%; padding: 0 40px; }
.site-header__inner { position: relative; display: grid; grid-template-columns: max-content minmax(650px,900px) max-content; align-items: center; justify-content: space-between; column-gap: clamp(12px,1vw,20px); width: min(1740px,100%); min-height: 84px; margin: 0 auto; padding: 0 28px 0 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; background: rgba(18,18,17,.9); box-shadow: 0 10px 36px rgba(0,0,0,.22); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: border-radius .26s ease, background-color .26s ease, box-shadow .26s ease; }
.site-header__logo { position: relative; z-index: 2; justify-self: start; margin: 0; }
.site-header__logo a { display: flex; align-items: center; gap: 14px; }
.site-header__logo-picture { display: flex; align-items: center; line-height: 0; }
.site-header__logo-img { width: 202px; }
.site-header__logo-img--color { display: none; }
.site-header__logo-text { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.42); color: #fff; font-size: 17px; font-weight: 650; letter-spacing: -.035em; line-height: 1; white-space: nowrap; }
.gnb { position: relative; z-index: 1; align-self: stretch; width: 100%; min-width: 0; }
.gnb__list { display: flex; align-items: stretch; justify-content: center; height: 100%; }
.gnb__item { position: relative; z-index: 1; display: flex; flex: 1 1 0; align-items: stretch; flex-direction: column; min-width: 0; }
.gnb__item::after { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; height: 2px; opacity: 0; background: #7450db; content: ""; transition: opacity .2s ease; }
.gnb__link { display: flex; flex: 1; align-items: center; justify-content: center; width: 100%; min-height: 84px; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: -.01em; white-space: nowrap; transition: color .22s ease; }
.gnb__arrow { display: none; }
.gnb__submenu { position: absolute; z-index: 2; top: 100%; left: 0; visibility: hidden; width: 100%; height: var(--gnb-mega-panel-height); max-height: 0; margin: 0; padding: 0 0 32px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.08); opacity: 0; background: transparent; text-align: center; transform: translateY(-6px); transition: transform .24s ease, opacity .24s ease, max-height .28s ease, visibility 0s linear .24s, background-color .2s ease; }
.gnb__item:last-child .gnb__submenu { border-right: 1px solid rgba(255,255,255,.08); }
.gnb__submenu li:first-child { padding-top: 15px; }
.gnb__submenu a { display: block; padding: 8px 9px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 500; line-height: 1.35; word-break: keep-all; }
.gnb__submenu a:hover { color: #ad93ff; }
.gnb-wrap::after { position: absolute; z-index: 0; top: 100%; left: 0; visibility: hidden; width: 100%; height: 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0 0 5px 5px; opacity: 0; background: rgba(18,18,17,.94); content: ""; transition: height .24s ease, opacity .24s ease, visibility 0s linear .24s; }
.gnb-wrap:has(.gnb:hover)::after, .gnb-wrap:has(.gnb:focus-within)::after, .site-header.is-nav-open .gnb-wrap::after { visibility: visible; height: var(--gnb-mega-panel-height); opacity: 1; transition-delay: 0s; }
.gnb-wrap:has(.gnb:hover) .gnb__submenu, .gnb-wrap:has(.gnb:focus-within) .gnb__submenu, .site-header.is-nav-open .gnb__submenu { visibility: visible; max-height: var(--gnb-mega-panel-height); overflow: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.gnb__item:hover::after, .gnb__item:focus-within::after { opacity: 1; }
.gnb__item:hover .gnb__link, .gnb__item:focus-within .gnb__link { color: #ad93ff; }
.gnb__item:hover .gnb__submenu, .gnb__item:focus-within .gnb__submenu { background: rgba(255,255,255,.05); }
.site-header__util { position: relative; z-index: 2; display: flex; align-items: center; justify-self: end; gap: 10px; }
.util-menu__translate-group { display: flex; align-items: center; }
.site-header__util>a:not(.search-link) { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; padding: 0 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 500; line-height: 1; white-space: nowrap; transition: border-color .2s ease, background-color .2s ease; }
.site-header__util>a:not(.search-link):hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.16); }
.site-header__util>a:not(.search-link) i { flex: 0 0 auto; font-size: 14px !important; }
.site-header__util>a:focus-visible, .lang-box__trigger:focus-visible, .lang-box__menu button:focus-visible { outline: 2px solid #ad93ff; outline-offset: 2px; }
.language-link { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 17px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,#5d23d8,#8b39c6); font-size: 12px; font-weight: 600; }
.lang-box { position: relative; z-index: 1; width: fit-content; max-width: 100%; }
.lang-box.is-open { z-index: 20; }
.lang-box__trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 6px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: linear-gradient(135deg,#5d23d8,#8b39c6); font-size: 13px; font-weight: 600; line-height: 1; transition: border-color .2s ease, filter .2s ease; }
.lang-box__trigger:hover { border-color: rgba(255,255,255,.42); filter: brightness(1.08); }
.lang-box__icon { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 18px; height: 18px; }
.lang-box__icon svg { display: block; width: 18px; height: 18px; }
.lang-box__label { letter-spacing: -.01em; }
.lang-box__arrow { flex: 0 0 auto; color: currentColor; font-size: 10px; transition: transform .2s ease; }
.lang-box.is-open .lang-box__arrow { transform: rotate(180deg); }
.lang-box__menu { position: absolute; z-index: 1000; top: calc(100% + 9px); right: 0; min-width: 160px; margin: 0; padding: 7px; border: 1px solid #e1e4ea; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.lang-box__menu[hidden] { display: none; }
.lang-box__menu button { display: block; width: 100%; padding: 9px 12px; border-radius: 6px; color: #252936; background: transparent; font-size: 13px; font-weight: 500; text-align: left; transition: color .18s ease, background-color .18s ease; }
.lang-box__menu button:hover { color: #5d23d8; background: #f2eefb; }
.lang-box.lang-box--drop-up .lang-box__menu { top: auto; bottom: calc(100% + 9px); }
.gnb-mobile-util { display: none; }
.gnb-mobile-util__list a, .gnb-mobile-lang__trigger { display: flex; align-items: center; width: 100%; min-height: 48px; padding: 12px 0; color: #303442; font-size: 15px; font-weight: 500; line-height: 1.4; text-align: left; }
.gnb-mobile-util__list a { gap: 9px; border-bottom: 1px solid rgba(0,0,0,.06); }
.gnb-mobile-util__list a:hover { color: #5d23d8; }
.gnb-mobile-util__list a i, .gnb-mobile-lang__label i { width: 18px; color: #7450db; font-size: 14px; text-align: center; }
.gnb-mobile-lang { border-bottom: 1px solid rgba(0,0,0,.06); }
.gnb-mobile-lang__trigger { justify-content: space-between; }
.gnb-mobile-lang__label { display: flex; align-items: center; gap: 9px; }
.gnb-mobile-lang__arrow { color: #8b8f99; font-size: 11px; transition: transform .2s ease; }
.gnb-mobile-lang.is-open .gnb-mobile-lang__arrow { transform: rotate(180deg); }
.gnb-mobile-lang__menu { margin: 0 0 10px; padding: 6px; border: 1px solid #e5e1ee; border-radius: 8px; background: #fff; }
.gnb-mobile-lang__menu[hidden] { display: none; }
.gnb-mobile-lang__menu button { display: block; width: 100%; padding: 9px 12px; border-radius: 5px; color: #383b45; font-size: 14px; font-weight: 500; text-align: left; }
.gnb-mobile-lang__menu button:hover { color: #5d23d8; background: #f2eefb; }
.search-link { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; color: #fff; font-size: 18px; }
.menu-btn { position: relative; z-index: 10; display: inline-flex; flex-shrink: 0; flex-direction: column; align-items: flex-end; justify-content: center; width: 24px; min-height: 36px; padding: 0; gap: 5px; }
.menu-btn__line { display: block; width: 20px; height: 2px; background: #fff; transform-origin: center; transition: background-color .22s ease, transform .28s ease, opacity .22s ease, width .22s ease; }
.menu-btn__line:nth-child(2) { width: 14px; }
.site-header.is-nav-open .menu-btn__line:nth-child(1) { width: 22px; transform: translateY(7px) rotate(45deg); }
.site-header.is-nav-open .menu-btn__line:nth-child(2) { width: 0; opacity: 0; }
.site-header.is-nav-open .menu-btn__line:nth-child(3) { width: 22px; transform: translateY(-7px) rotate(-45deg); }

@media (min-width:1241px) {
  .site-header.is-gnb-scrolled { position: fixed; top: calc(var(--gnb-sticky-top,0px) + 16px); }
}

.hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 726px; overflow: hidden; color: #fff; background-color: #152844; background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero__shade { position: absolute; inset: 0; background: rgba(29,41,64,.80); }
.hero__content { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; padding: 78px 24px 0; text-align: center; }
.hero__eyebrow { display: flex; align-items: center; justify-content: center; min-width: 205px; height: 48px; margin: 0 0 20px; padding: 0 22px; background: rgba(255,255,255,.16); font-size: 18px; color: #fff; }
.hero h2 { margin: 0; font-size: clamp(38px,3.35vw,58px); font-weight: 700; letter-spacing: -.045em; line-height: 1.18; }
.hero__lead { margin: 17px 0 25px; font-size: 26px; font-weight: 500; color: #fff;}
.hero__button { display: flex; align-items: center; justify-content: space-between; width: 352px; height: 54px; padding: 0 24px; border-radius: 28px; background: #1d2372; font-size: 15px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.hero__button:hover { background: #111552; transform: translateY(-2px); }
.hero__button i { font-size: 15px; }

.partners { display: flex; align-items: center; height: 96px; overflow: hidden; background: var(--navy); }
.partners__track { display: flex; width: max-content; animation: partner-marquee 48s linear infinite; }
.partners__group { display: flex; flex: 0 0 auto; align-items: center; gap: 57px; padding-right: 57px; }
.partners__group a { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; height: 44px; }
.partners__group img { width: auto; max-width: 215px; height: 34px; object-fit: contain; }
.partners:hover .partners__track { animation-play-state: paused; }
@keyframes partner-marquee { to { transform: translateX(-50%); } }

.section { padding: 94px 30px; }
.section__inner { width: min(var(--content-max),100%); margin: 0 auto; }
.section-heading { display: flex; align-items: center; flex-direction: column; }
.section-heading--center { text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 42px; font-weight: 700; letter-spacing: -.045em; line-height: 1.25; }
.section-heading p { margin: 19px 0 0; color: #656c7b; font-size: 16px; line-height: 1.75; }
.section-heading__eyebrow { margin-bottom: 18px; color: #33719e; font-size: 14px; font-weight: 500; }
.section-heading__title-row { display: flex; align-items: center; justify-content: center; gap: 14px; }
.section-heading__more { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #d8dee8; border-radius: 50%; color: var(--navy); background: #fff; font-size: 16px; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.section-heading__more:hover { border-color: var(--navy); color: #fff; background: var(--navy); transform: rotate(90deg); }
.shortcut { padding-bottom: 105px; background: #fff; }
.shortcut__grid { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 65px; }
.shortcut-card { display: flex; width: calc(50% - 15px); min-height: 225px; padding: 35px 34px; border: 1px solid #e4e6eb; border-radius: 7px; background: #fff; box-shadow: 0 3px 9px rgba(30,45,80,.025); transform: translateY(0); transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.shortcut-card:hover { border-color: #eeedf7; background: #f2f1fa; box-shadow: 0 12px 28px rgba(30,45,80,.09); transform: translateY(-4px); }
.shortcut-card__icon { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: #152f9b; }
.shortcut-card__icon img { width: auto; max-width: 32px; height: auto; max-height: 28px; }
.shortcut-card__content { display: flex; flex: 1; align-items: flex-start; flex-direction: column; min-width: 0; padding: 8px 0 0 22px; }
.shortcut-card h3 { margin: 0 0 15px; color: #263456; font-size: 24px; font-weight: 650; }
.shortcut-card p { margin: 0; color: #697080; font-size: 16px; line-height: 1.65; }
.shortcut-card a { display: flex; align-items: center; gap: 9px; margin-top: auto; color: #1a2965; font-size: 14px; font-weight: 700; }

.notice { position: relative; min-height: 645px; overflow: hidden; background: url("../images/main/line.png") right bottom/242px auto no-repeat, linear-gradient(130deg,#f4f7fb 0%,#edf2f8 100%); }
.notice .section__inner { position: relative; z-index: 1; width: min(1440px,100%); }
.notice__tabs { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 25px 0 35px; }
.notice__tab { display: flex; align-items: center; justify-content: center; min-width: 76px; height: 38px; padding: 0 14px; border-radius: 20px; color: #252936; font-size: 16px; font-weight: 600; }
.notice__tab.is-active { color: #fff; background: #1a2b89; }
.notice__panel { display: none; }
.notice__panel.is-active { display: block; }
.notice__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.notice-card { display: flex; width: calc((100% - 90px)/4); min-width: 0; border: 1px solid transparent; background: #fff; box-shadow: 0 7px 15px rgba(29,43,73,.1); transform: translateY(0); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.notice-card:hover { border-color: rgba(36,55,157,.18); box-shadow: 0 16px 32px rgba(29,43,73,.16); transform: translateY(-5px); }
.notice-card>a { display: flex; flex-direction: column; width: 100%; min-height: 288px; padding: 32px 31px 25px; }
.notice-card__quote { display: flex; gap: 3px; height: 34px; font-size: 0; }
.notice-card__quote::before, .notice-card__quote::after { width: 8px; height: 19px; margin-top: 3px; background: #24379d; clip-path: polygon(35% 0,100% 0,65% 55%,100% 55%,100% 100%,0 100%,0 50%); content: ""; }
.notice-card__quote::after { background: #8796d4; }
.notice-card h3 { display: -webkit-box; overflow: hidden; margin: 0 0 16px; font-size: 21px; font-weight: 700; letter-spacing: -.025em; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.notice-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #78808f; font-size: 16px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.notice-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 19px; border-top: 1px solid #eceef2; color: #9ba0aa; font-size: 14px; font-weight: 300; }
.notice-card__meta span { display: flex; align-items: center; gap: 8px; min-width: 0; }
.notice-card__meta b { color: #315bb2; font-weight: 500; }
.notice-card__meta b.is-mint { color: #2fa586; }
.notice-card__meta time { flex: 0 0 auto; }
.notice__no-data { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; width: 100%; min-height: 288px; padding: 40px 20px; border: 1px dashed #c8d1e0; border-radius: 8px; color: #78808f; background: rgba(255,255,255,.72); text-align: center; }
.notice__no-data-icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 1px solid #dce2ec; border-radius: 50%; color: #7382b8; background: #fff; box-shadow: 0 7px 18px rgba(29,43,73,.07); font-size: 24px; }
.notice__no-data p { margin: 0; color: inherit; font-size: 16px; line-height: 1.6; }

.vision { position: relative; display: flex; align-items: center; justify-content: center; min-height: 370px; overflow: hidden; color: #fff; background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),#03132f url("../images/main/vision_bg.jpg") center/cover no-repeat; }
.vision__content { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; padding: 55px 24px; text-align: center; }
.vision h2 { margin: 0; font-size: 33px; font-weight: 650; letter-spacing: -.035em; line-height: 1.45; }
.vision__links { display: flex; gap: 30px; margin-top: 32px; }
.vision__links a { display: flex; align-items: center; justify-content: center; width: 160px; height: 50px; border: 1px solid rgba(255,255,255,.3); border-radius: 25px; background: linear-gradient(135deg,rgba(255,255,255,.18),rgba(35,55,130,.2)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 10px 28px rgba(0,0,0,.18); backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px); font-size: 16px; font-weight: 600; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.vision__links a:hover { border-color: rgba(255,255,255,.55); background: linear-gradient(135deg,rgba(255,255,255,.26),rgba(55,77,165,.3)); transform: translateY(-2px); }

.site-footer { color: #b7b7b7; background: #373737; }
.site-footer__links { border-bottom: 1px solid #525252; }
.site-footer__links-inner { display: flex; width: min(1440px,100%); margin: 0 auto; }
.site-footer__select-wrap { position: relative; display: flex; align-items: center; width: 25%; border-left: 1px solid #525252; }
.site-footer__select-wrap:last-child { border-right: 1px solid #525252; }
.site-footer__select { width: 100%; height: 70px; padding: 0 58px 0 28px; border: 0; color: #e8e8e8; background: transparent; appearance: none; -webkit-appearance: none; cursor: pointer; font-family: inherit; font-size: 18px; font-weight: 300; }
.site-footer__select:focus { outline: 0; }
.site-footer__select:focus-visible { background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.site-footer__select option { color: #202020; background: #fff; }
.site-footer__select-icon { position: absolute; top: 50%; right: 28px; color: #fff; font-size: 18px; pointer-events: none; transform: translateY(-50%); }
.site-footer__body { min-height: 250px; }
.site-footer__inner { position: relative; display: flex; align-items: flex-start; flex-direction: column;  width: min(1440px,100%);  margin: 0 auto; padding: 55px 0 45px; }
.site-footer__brand { display: flex; align-items: center; gap: 18px; }
.site-footer__brand img { width: 159px; filter: grayscale(1);}
.site-footer__brand span { padding-left: 18px; border-left: 1px solid #696969; color: #a3a3a3; font-size: 16px; }
.site-footer__info { margin-top: 44px; }
.site-footer__info p { margin: 4px 0; font-size: 14px; line-height: 1.6; color: #b7b7b7; }
.site-footer__top { position: absolute; right: 0; bottom: 48px; display: flex; align-items: center; flex-direction: column; justify-content: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #6233a8; font-size: 15px; }
.site-footer__top span { margin-top: -1px; font-size: 9px; }

@media (max-width:1600px) {
  .site-header__inner { grid-template-columns: max-content minmax(610px,1fr) max-content; column-gap: 12px; }
  .site-header__util { gap: 9px; }
  .site-header__util>a:not(.search-link) { width: 36px; padding: 0; font-size: 0; }
  .lang-box__trigger { justify-content: center; width: 36px; padding: 0; }
  .lang-box__label, .lang-box__arrow { display: none; }
}
@media (max-width:1440px) {
  .site-header { padding: 0 28px; }
  .site-header__inner { padding: 0 24px 0 30px; }
  .gnb__link { font-size: 15px; }
}
@media (max-width:1240px) {
  .site-header { position: fixed; top: var(--gnb-sticky-top,0px); padding: 0; }
  .site-header__inner { display: flex; width: 100%; min-height: 68px; padding: 0 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease; }
  .site-header.is-gnb-scrolled .site-header__inner, .site-header.is-nav-open .site-header__inner { border-bottom-color: rgba(0,0,0,.12); background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,.06); }
  .site-header__logo-img { width: 178px; }
  .site-header__logo-img--color { display: none; }
  .site-header.is-gnb-scrolled .site-header__logo-img--white, .site-header.is-nav-open .site-header__logo-img--white { display: none; }
  .site-header.is-gnb-scrolled .site-header__logo-img--color, .site-header.is-nav-open .site-header__logo-img--color { display: block; }
  .site-header.is-gnb-scrolled .site-header__logo-text, .site-header.is-nav-open .site-header__logo-text { border-left-color: rgba(0,0,0,.18); color: #202020; }
  .gnb-wrap::after, .site-header.is-nav-open .gnb-wrap::after { display: none; }
  .gnb { position: fixed; z-index: -1; top: calc(68px + var(--gnb-sticky-top,0px)); right: 0; bottom: auto; left: 0; display: flex; visibility: hidden; flex-direction: column; width: 100%; max-width: none; height: calc(100dvh - 68px - var(--gnb-sticky-top,0px)); max-height: calc(100dvh - 68px - var(--gnb-sticky-top,0px)); padding: 0 0 calc(28px + env(safe-area-inset-bottom,0)); overflow-x: hidden; overflow-y: auto; background: #fff; pointer-events: none; transform: translateX(100%); transition: transform .32s ease, visibility 0s linear .32s; }
  .site-header.is-nav-open .gnb { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .gnb__list { align-items: stretch; flex-direction: column; justify-content: flex-start; width: 100%; height: auto; }
  .gnb__item { display: flex; flex: 0 0 auto; align-items: stretch; flex-direction: column; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08); }
  .gnb__item::after { display: none; }
  .gnb__link { position: relative; flex: 0 0 auto; justify-content: space-between; width: 100%; min-height: 0; padding: 14px 24px; color: #111; font-size: 17px; font-weight: 600; line-height: 1.35; white-space: normal; }
  .gnb__arrow { display: block; color: #444; font-size: 16px; transition: color .25s ease, transform .25s ease; }
  .gnb__item.is-open .gnb__link, .gnb__item.is-open .gnb__arrow { color: #7450db; }
  .gnb__item.is-open .gnb__arrow { transform: rotate(180deg); }
  .gnb__submenu, .gnb-wrap:has(.gnb:hover) .gnb__submenu, .gnb-wrap:has(.gnb:focus-within) .gnb__submenu, .site-header.is-nav-open .gnb__submenu { position: static; display: none; visibility: visible; width: 100%; height: auto; max-height: none; margin: 0; padding: 0; overflow: visible; border: 0; border-top: 1px solid rgba(0,0,0,.06); opacity: 1; background: #f8f8f8; text-align: left; transform: none; transition: none; }
  .site-header.is-nav-open .gnb__item.is-open>.gnb__submenu { display: block; }
  .gnb__submenu li:first-child { padding-top: 0; }
  .gnb__submenu a { display: block; padding: 12px 24px 12px 34px; color: #333; font-size: 15px; text-align: left; }
  .gnb__submenu a:hover { color: #7450db; background: #efebf8; }
  .gnb__item:hover .gnb__link, .gnb__item:focus-within .gnb__link { color: #7450db; }
  .gnb-mobile-util { display: block; flex: 0 0 auto; margin-top: auto; padding: 14px 24px 0; border-top: 1px solid rgba(0,0,0,.08); background: #faf9fc; }
  .site-header__util { margin-left: auto; }
  .site-header__util > :not(.menu-btn) { display: none !important; }
  .site-header.is-gnb-scrolled .menu-btn__line, .site-header.is-nav-open .menu-btn__line { background: #171717; }
  .hero { min-height: 680px; }
  .shortcut-card { min-height: 240px; }
}
@media (max-width:1100px) {
  .notice__list { gap: 20px; }
  .notice-card { width: calc((100% - 20px)/2); }
}
@media (max-width:900px) {
  .section { padding: 75px 24px; }
  .shortcut__grid { gap: 20px; margin-top: 48px; }
  .shortcut-card { width: calc(50% - 10px); padding: 29px 25px; }
  .shortcut-card__content { padding-left: 17px; }
  .shortcut-card h3 { font-size: 21px; }
  .notice__list { gap: 18px; }
  .notice-card { width: calc((100% - 18px)/2); }
  .notice-card>a { padding: 27px 22px 23px; }
  .notice-card h3 { font-size: 18px; }
  .site-footer__links-inner { flex-wrap: wrap; }
  .site-footer__select-wrap { width: 50%; }
  .site-footer__select-wrap:nth-child(3), .site-footer__select-wrap:nth-child(4) { border-top: 1px solid #525252; }
  .site-footer__select-wrap:nth-child(2) { border-right: 1px solid #525252; }
}
@media (max-width:700px) {
  .site-header__inner { padding: 0 18px; }
  .site-header__logo-img { width: 158px; }
  .site-header__logo a { gap: 10px; }
  .site-header__logo-text { padding-left: 10px; font-size: 14px; }
  .site-header__util { gap: 15px; }
  .language-link { height: 31px; padding: 0 12px; }
  .search-link { display: none; }
  .gnb__link { padding-right: 20px; padding-left: 20px; }
  .gnb__submenu a { padding-right: 20px; padding-left: 30px; }
  .hero { min-height: 600px; }
  .hero__content { padding-top: 45px; }
  .hero__eyebrow { min-width: 165px; height: 39px; margin-bottom: 16px; font-size: 15px; }
  .hero h2 { font-size: 34px; }
  .hero__lead { margin: 14px 0 25px; font-size: 19px; }
  .hero__button { width: min(326px,100%); height: 50px; font-size: 13px; }
  .partners { height: 78px; }
  .partners__group { gap: 38px; padding-right: 38px; }
  .partners__group img { max-width: 170px; height: 29px; }
  .section { padding: 66px 18px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading__title-row { gap: 10px; }
  .section-heading__more { width: 36px; height: 36px; font-size: 14px; }
  .section-heading p br { display: none; }
  .shortcut__grid { flex-direction: column; }
  .shortcut-card { width: 100%; min-height: 200px; }
  .notice { min-height: 0; }
  .notice__tabs { gap: 8px; }
  .notice__tab { min-width: 68px; padding: 0 10px; font-size: 13px; }
  .notice__list { flex-direction: column; }
  .notice-card { width: 100%; }
  .notice-card>a { min-height: 255px; }
  .vision { min-height: 330px; }
  .vision h2 { font-size: 26px; }
  .vision__links { gap: 12px; width: 100%; }
  .vision__links a { width: calc(50% - 6px); }
  .site-footer__select-wrap { width: 100%; border-right: 1px solid #525252; border-bottom: 1px solid #525252; }
  .site-footer__select-wrap:nth-child(3), .site-footer__select-wrap:nth-child(4) { border-top: 0; }
  .site-footer__select { height: 60px; padding: 0 52px 0 20px; font-size: 13px; }
  .site-footer__select-icon { right: 20px; }
  .site-footer__inner { width: calc(100% - 36px); padding: 42px 0 90px; }
  .site-footer__brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-footer__brand span { padding: 0; border: 0; }
  .site-footer__info { margin-top: 30px; }
  .site-footer__top { right: 0; bottom: 25px; }
}
@media (max-width:440px) {
  .site-header__logo-img { width: 145px; }
  .site-header__logo-text { font-size: 13px; }
  .language-link { font-size: 11px; }
  .hero h2 { font-size: 30px; }
  .hero__lead { font-size: 17px; }
  .shortcut-card { padding: 25px 20px; }
  .shortcut-card__icon { width: 54px; height: 54px; }
  .shortcut-card__content { padding: 5px 0 0 15px; }
  .shortcut-card h3 { font-size: 19px; }
  .notice__tabs { gap: 3px; }
  .notice__tab { min-width: 62px; }
  .vision h2 { font-size: 22px; }
}
@media (max-width:480px) {
  .site-header__logo-img { width: auto; height: 28px; transition: filter .25s ease; }
  .site-header__logo-img--white .site-header__logo-img { filter: brightness(0) invert(1); }
  .site-header__logo-img--color .site-header__logo-img { filter: none; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .partners__track { animation-play-state: paused; } }

.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 260;
  width: 100%;
  background: #f4f5f9;
  color: #fff;
  overflow: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.top-banner[hidden] {
  display: none !important;
}

.top-banner.is-closing {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.top-banner__inner {
  position: relative;
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 10px 52px;
  box-sizing: border-box;
  min-height: 130px;
  height: auto;
}

.top-banner__swiper {
  width: 100%;
  overflow: hidden;
}

.top-banner__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 0 0 6px;
  box-sizing: border-box;
}

.top-banner__content {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.top-banner__content a {
  color: #fff;
}

.top-banner__content p {
  width: 100%;
  height: 100%;
}

.top-banner__content p img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  max-height: 110px;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.top-banner__pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50%;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  pointer-events: none;
}

.top-banner__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  pointer-events: auto;
}

.top-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: none;
  background: #fff;
}

.top-banner__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #404040;
  font-size: 18px;
  cursor: pointer;
}

.top-banner__nav--prev {
  left: 12px;
}

.top-banner__nav--next {
  right: 12px;
}

.top-banner__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 6px 8px;
  width: 100%;
  min-height: 30px;
  margin-top: 4px;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 13px;
  z-index: 9;
  color: #000;
}

.top-banner__today {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-weight: 300;
  user-select: none;
}

.top-banner__today input {
  margin: 0;
}

.top-banner__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.top-banner__close img {
  display: block;
  width: 17px;
  height: 17px;
  filter: brightness(0);
}

.top-banner.is-single .top-banner__nav,
.top-banner.is-single .top-banner__pagination {
  display: none;
}

@media (max-width: 900px) {
  .top-banner__inner {
    min-height: 0;
    padding: 8px 36px 8px;
  }

  .top-banner__slide {
    min-height: 80px;
    padding: 4px 0 0;
  }

  .top-banner__content p img {
    max-height: 80px;
  }

  .top-banner__nav {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .top-banner__nav--prev {
    left: 4px;
  }

  .top-banner__nav--next {
    right: 4px;
  }

  .top-banner__actions {
    gap: 4px 6px;
    min-height: 26px;
    margin-top: 2px;
    padding-top: 4px;
    font-size: 12px;
  }

  .top-banner__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .top-banner__today {
    gap: 4px;
  }

  .top-banner__today span {
    white-space: nowrap;
  }

  .top-banner__close {
    width: 24px;
    height: 24px;
  }

  .top-banner__close img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 420px) {
  .top-banner__inner {
    padding: 6px 28px 6px;
  }

  .top-banner__slide {
    min-height: 72px;
  }

  .top-banner__content p img {
    max-height: 72px;
  }
}

@media (max-width: 380px) {
  .top-banner__pagination {
    justify-content: flex-start;
    padding-left: 2px !important;
  }

  .top-banner__today span {
    font-size: 11px;
  }
}