:root{
    --blue:#0c4da2;
    --blue-dark:#073b7d;
    --green:#07944f;
    --green-dark:#067542;
    --ink:#14233c;
    --muted:#667085;
    --line:#dce3ec;
    --surface:#f4f7fb;
    --white:#fff;
    --content:1440px;
    --wide:1776px;
    --shadow:0 18px 45px rgba(11,42,80,.12);
}
html{font-size:16px}
body{min-width:320px;color:var(--ink);background:#fff;font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
.skip-link{position:fixed;top:-60px;left:20px;z-index:9999;padding:12px 18px;background:#111;color:#fff;border-radius:8px}.skip-link:focus{top:20px}
.content-shell{width:min(var(--content),calc(100% - 64px));margin-inline:auto}.wide-shell{width:min(var(--wide),calc(100% - 72px));margin-inline:auto}.narrow-shell{max-width:980px}
.site-header{position:relative;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(17,47,79,.07)}
.header-inner{height:96px;width:min(var(--content),calc(100% - 64px));margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.site-logo img{width:320px;max-height:62px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:86px;font-weight:700;font-size:19px;color:#222}.main-nav a{position:relative;padding:35px 6px}.main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:19px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--green));transition:.25s}.main-nav a:hover::after,.main-nav a:focus-visible::after{left:6px;right:6px}
.mobile-menu-button,.mobile-nav{display:none}
.hero{position:relative;height:746px;overflow:hidden;background:#d9efff}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s;background:#d9efff}.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.22) 56%,rgba(255,255,255,0) 74%);pointer-events:none}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-content-shell{position:relative;z-index:2;width:min(var(--content),calc(100% - 64px));height:100%;margin-inline:auto;display:flex;align-items:center}
.hero-copy{max-width:840px;margin-top:-12px}.hero-eyebrow{font-size:17px;font-weight:800;letter-spacing:.05em;color:var(--blue);margin-bottom:18px}.hero-copy h1{font-size:58px;line-height:1.23;letter-spacing:-.045em;font-weight:800;color:#123d78;text-shadow:0 4px 20px rgba(255,255,255,.55)}.hero-copy h1 em{color:#0b924d}.hero-description{margin-top:30px;font-size:22px;line-height:1.7;letter-spacing:-.02em;color:#263548}.hero-actions{display:flex;gap:18px;margin-top:34px}
.button{display:inline-flex;min-height:68px;align-items:center;justify-content:center;gap:22px;padding:0 42px;border-radius:999px;color:#fff;font-size:20px;font-weight:750;box-shadow:0 12px 26px rgba(0,67,140,.2);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,67,140,.25)}.button--blue{background:linear-gradient(135deg,#0b5aba,#053d88)}.button--green{background:linear-gradient(135deg,#0da95c,#057844)}.button .pin{font-size:28px;line-height:1}
.hero-controls{position:absolute;left:max(calc((100vw - var(--content))/2),32px);bottom:84px;z-index:4;display:flex;align-items:center;gap:16px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)}.slide-count{font-size:25px;letter-spacing:.03em;margin-right:24px}.slide-count strong{font-weight:800}.circle-control{width:58px;height:58px;border:2px solid rgba(255,255,255,.9);border-radius:50%;color:#fff;font-size:42px;line-height:1;display:grid;place-items:center;backdrop-filter:blur(6px);background:rgba(10,45,80,.16)}.pause-control{width:42px;height:58px;color:#fff;font-size:26px;font-weight:800}
.category-section{position:relative;z-index:10;margin-top:-64px;padding-bottom:34px}.category-panel{min-height:252px;padding:42px 36px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(255,255,255,.98);border:1px solid rgba(120,143,169,.15);border-radius:28px;box-shadow:var(--shadow)}
.category-item{position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:13px;padding:10px 20px}.category-item:not(:last-child)::after{content:"";position:absolute;right:0;top:20px;bottom:20px;width:1px;background:#d5dae2}.category-item img{width:88px;height:88px;object-fit:contain;transition:transform .25s}.category-item:nth-child(2) img{width:110px}.category-item:hover img{transform:translateY(-4px) scale(1.03)}.category-item strong{display:block;font-size:25px;line-height:1.25;color:#111}.category-item span{display:block;margin-top:5px;font-size:17px;color:#667085}
.content-section{padding:0 0 58px}.board-grid{display:grid;gap:22px}.board-grid--three{grid-template-columns:repeat(3,1fr)}.board-card{min-height:268px;border:1px solid #dbe2eb;border-radius:18px;padding:28px 30px;background:#fff;box-shadow:0 4px 12px rgba(30,64,100,.025)}.board-card-head,.resource-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe5ec;padding-bottom:17px}.section-title{font-size:24px;letter-spacing:-.03em}.section-title--blue{color:var(--blue)}.section-title--green{color:var(--green)}.more-link{font-size:14px;color:#414b59}.more-link span{margin-left:4px;font-size:18px}.board-list{padding-top:13px}.board-list li{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:7px 0 7px 15px;font-size:15px}.board-list li::before{content:"";position:absolute;left:0;width:5px;height:5px;border-radius:50%;background:var(--blue)}.board-list a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-list a:hover{text-decoration:underline}.board-list time{color:#8b95a5;font-size:13px}
.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}.resource-card{border:1px solid #dbe2eb;border-radius:18px;padding:25px 30px 28px;background:linear-gradient(135deg,#fff,#f7fbff);min-height:220px}.resource-card--green{background:linear-gradient(135deg,#fff,#f2fbf7)}.resource-card-head h2{font-size:23px}.resource-card--green h2{color:var(--green-dark)}.resource-card--blue h2{color:var(--blue)}.resource-card-body{display:grid;grid-template-columns:115px 1fr;gap:28px;align-items:center;padding-top:17px}.resource-card-body>img{width:100px;height:100px;object-fit:contain;margin:auto}.resource-card-body li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:5px 0 5px 14px;position:relative;font-size:14px}.resource-card-body li::before{content:"";position:absolute;left:0;width:5px;height:5px;border-radius:50%;background:currentColor}.resource-card-body a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-card-body time{font-size:13px;color:#8b95a5}
.brand-banner{position:relative;overflow:hidden;min-height:176px;margin-top:26px;border-radius:17px;padding:22px 36px 22px 390px;background:linear-gradient(110deg,#074b98 0%,#055591 48%,#07884d 100%),url('../images/banner/quick-banner.png') center/cover no-repeat;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 8px 24px rgba(3,73,130,.18)}.brand-banner::after{content:"";position:absolute;inset:0;background:url('../images/banner/quick-banner.png') center/cover no-repeat;opacity:.42;mix-blend-mode:screen}.brand-banner>*{position:relative;z-index:2}.banner-copy p{font-size:21px;font-weight:700}.banner-copy strong{display:block;font-size:33px;line-height:1.3;margin-top:4px}.banner-copy em{color:#ffd35a}.banner-links{display:grid;grid-template-columns:repeat(4,112px);gap:24px}.banner-links a{position:relative;text-align:center;font-size:14px;font-weight:700}.banner-links a::before{content:"";position:absolute;top:0;left:50%;width:76px;height:76px;transform:translateX(-50%);border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(0,0,0,.16)}.banner-links img{position:relative;z-index:1;width:76px;height:76px;margin:0 auto 6px;padding:11px;box-sizing:border-box;object-fit:contain}.banner-links a:nth-child(1) img{transform:scale(1.08)}.banner-links a:nth-child(3) img{transform:scale(1.32)}
.info-strip{display:grid;grid-template-columns:1.15fr 1fr 1.1fr .9fr;margin-top:18px;background:#fff;border-top:1px solid #e0e6ed;border-bottom:1px solid #e0e6ed}.info-item{position:relative;display:grid;grid-template-columns:70px 1fr;gap:17px;align-items:center;min-height:118px;padding:18px 28px}.info-item:not(:last-child)::after{content:"";position:absolute;right:0;top:27px;bottom:27px;width:1px;background:#d8dee6}.info-item img{width:64px;height:64px;object-fit:contain}.info-item:nth-child(4) img{box-sizing:border-box;padding:10px;border-radius:50%;background:var(--green)}.info-item strong{display:block;font-size:18px;color:#273341}.info-item span,.info-item a{display:block;margin-top:3px;font-size:14px;color:#596579}.info-item a,.info-item em{color:var(--green);font-weight:800}
.site-footer{background:linear-gradient(110deg,#064383,#07366c);color:#dceaff}.footer-inner{width:min(var(--content),calc(100% - 64px));min-height:205px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:42px;padding:32px 0}.footer-brand img{width:300px;max-height:52px;object-fit:contain;object-position:left;margin-bottom:18px}.footer-brand p{font-size:14px;line-height:1.8}.footer-meta{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;text-align:right}.footer-meta nav{display:flex;gap:18px;align-items:center;font-size:15px}.footer-meta p{font-size:13px;color:#afc7e3}
.sub-visual{background:linear-gradient(115deg,rgba(6,65,129,.96),rgba(8,142,79,.9)),url('../images/hero/hero-02.png?v=20260728-2') center/cover no-repeat;color:#fff;padding:92px 0}.sub-visual p{font-size:14px;letter-spacing:.18em;opacity:.78}.sub-visual h1{font-size:52px;margin-top:8px}.sub-content{padding:80px 0 110px}.sub-content h2{font-size:34px;line-height:1.35;margin-bottom:25px}.sub-content p{font-size:18px;line-height:1.9;color:#4d5a6b;margin-bottom:38px}.board-page-head{margin-bottom:28px}.board-page-head h2{margin-bottom:5px}.board-page-head p{margin:0;font-size:16px}.board-table-wrap{overflow-x:auto;border-top:2px solid var(--blue);margin-bottom:35px}.board-table{width:100%;min-width:680px}.board-table th,.board-table td{padding:18px 20px;border-bottom:1px solid #e0e5eb;text-align:center}.board-table th{background:#f6f8fb}.board-table td:nth-child(2){text-align:left}.board-table a:hover{text-decoration:underline}.map-placeholder{height:480px;border-radius:20px;background:linear-gradient(135deg,#e7eef7,#dbe9e1);display:grid;place-content:center;text-align:center;color:#536273;border:1px solid #d3dee9}.map-placeholder strong{font-size:30px}.map-placeholder span{margin-top:8px}.location-detail{margin-top:40px}.location-detail h2{margin-bottom:24px}.location-detail dl{border-top:2px solid var(--blue)}.location-detail dl>div{display:grid;grid-template-columns:160px 1fr;border-bottom:1px solid #dfe5ec;padding:22px}.location-detail dt{font-weight:800}.location-detail dd{color:#5e6978}
@media (max-width:1500px){
    .main-nav{gap:52px}.site-logo img{width:280px}.hero-copy h1{font-size:52px}.brand-banner{padding-left:320px}.banner-links{gap:14px}
}
@media (max-width:1200px){
    .header-inner,.hero-content-shell,.content-shell,.footer-inner{width:min(100% - 40px,var(--content))}.wide-shell{width:calc(100% - 40px)}
    .main-nav{gap:28px;font-size:17px}.site-logo img{width:250px}.hero-copy{max-width:710px}.hero-copy h1{font-size:46px}.hero-description{font-size:19px}.category-item strong{font-size:21px}.category-item span{font-size:15px}
    .brand-banner{padding-left:42px}.brand-banner::before{content:"";position:absolute;left:0;inset-block:0;width:36%;background:linear-gradient(90deg,rgba(0,54,120,.98),rgba(0,54,120,.2));z-index:1}.banner-copy{max-width:300px}.banner-links{grid-template-columns:repeat(4,92px)}.banner-links a::before,.banner-links img{width:66px;height:66px}.banner-links img{padding:10px}
    .info-item{grid-template-columns:58px 1fr;padding-inline:18px}.info-item img{width:54px;height:54px}.info-item:nth-child(4) img{padding:8px}
}
@media (max-width:900px){
    .header-inner{height:76px}.site-logo img{width:235px}.main-nav{display:none}.mobile-menu-button{display:flex;width:42px;height:42px;flex-direction:column;justify-content:center;gap:6px}.mobile-menu-button span{width:28px;height:2px;background:#1d2e45;margin-inline:auto;transition:.25s}.mobile-menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}.mobile-menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-top:1px solid #e7ebf0;padding:10px 20px 20px;box-shadow:0 14px 30px rgba(17,47,79,.12)}.mobile-nav.is-open{display:grid}.mobile-nav a{padding:14px 8px;border-bottom:1px solid #edf0f3;font-weight:700}
    .hero{height:680px}.hero-slide::before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 65%,rgba(255,255,255,.38) 100%)}.hero-background{object-position:58% center}.hero-copy{max-width:650px}.hero-copy h1{font-size:43px}.hero-eyebrow{font-size:15px}.hero-description{font-size:18px}.hero-controls{left:24px;bottom:78px}.category-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding:28px 20px}.category-item{min-height:170px}.category-item:nth-child(2)::after{display:none}.category-item:nth-child(-n+2){border-bottom:1px solid #d5dae2}.category-item::after{top:26px!important;bottom:26px!important}.category-item img{width:70px;height:70px}.category-item:nth-child(2) img{width:88px}
    .board-grid--three{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr}.brand-banner{display:block;padding:30px}.banner-copy{max-width:none;text-align:center}.banner-links{grid-template-columns:repeat(4,1fr);margin-top:24px}.info-strip{grid-template-columns:repeat(2,1fr)}.info-item:nth-child(2)::after{display:none}.info-item:nth-child(-n+2){border-bottom:1px solid #d8dee6}.footer-inner{display:block}.footer-meta{margin-top:28px;align-items:flex-start;text-align:left;gap:28px}.footer-meta nav{flex-wrap:wrap}
}
@media (max-width:600px){
    .content-shell,.footer-inner{width:calc(100% - 32px)}.wide-shell{width:calc(100% - 24px)}
    .header-inner{width:calc(100% - 32px)}.site-logo img{width:215px}
    .hero{height:710px}.hero-slide::before{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 60%,rgba(255,255,255,.28) 100%)}.hero-background{object-position:66% center}.hero-content-shell{width:calc(100% - 36px);align-items:flex-start;padding-top:78px;overflow:hidden}.hero-copy{width:100%;min-width:0;margin:0}.hero-eyebrow{font-size:13px;margin-bottom:12px}.hero-copy h1{font-size:32px;line-height:1.3;overflow-wrap:anywhere}.hero-description{margin-top:20px;font-size:16px;line-height:1.65}.hero-description br{display:none}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:26px}.button{min-width:0;min-height:56px;padding:0 10px;font-size:15px;gap:6px;white-space:nowrap}.hero-controls{bottom:72px;left:20px;gap:9px}.slide-count{font-size:20px;margin-right:8px}.circle-control{width:46px;height:46px;font-size:34px}.pause-control{width:34px;height:46px;font-size:20px}
    .category-section{margin-top:-42px;padding-bottom:26px}.category-panel{min-height:0;border-radius:22px;padding:18px 10px}.category-item{min-height:135px;padding:12px 5px;gap:8px}.category-item img{width:56px;height:56px}.category-item:nth-child(2) img{width:70px}.category-item strong{font-size:17px}.category-item span{font-size:12px}
    .board-card,.resource-card{padding:22px 20px}.section-title,.resource-card-head h2{font-size:20px}.board-list li{font-size:14px;gap:8px}.board-list time{font-size:11px}.resource-card-body{grid-template-columns:70px 1fr;gap:14px}.resource-card-body>img{width:64px;height:64px}.resource-card-body li{font-size:13px}.resource-card-body time{display:none}
    .brand-banner{border-radius:16px;padding:26px 16px}.banner-copy p{font-size:16px}.banner-copy strong{font-size:25px}.banner-links{gap:8px}.banner-links a::before,.banner-links img{width:58px;height:58px}.banner-links img{padding:9px}.banner-links span{font-size:11px}
    .info-strip{grid-template-columns:1fr}.info-item{min-height:100px;padding:16px 18px}.info-item::after{display:none!important}.info-item:not(:last-child){border-bottom:1px solid #d8dee6}.site-footer{margin-top:0}.footer-brand img{width:240px}.footer-brand p{font-size:12px}.footer-meta nav{font-size:13px}.sub-visual{padding:66px 0}.sub-visual h1{font-size:38px}.sub-content{padding:55px 0 80px}.sub-content h2{font-size:27px}.sub-content p{font-size:16px}.map-placeholder{height:330px}.location-detail dl>div{grid-template-columns:1fr;gap:7px;padding:17px 4px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* 2026-07 visual refinements */
.hero-slide::before{display:none}
.button-icon{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.button-icon--marker{width:27px;height:27px;stroke-width:1.9}
.circle-control{padding:0;border-color:#fff;background:transparent;backdrop-filter:none;line-height:0}
.circle-control svg{display:block;width:25px;height:25px;margin:auto;fill:none;stroke:#fff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.info-icon{width:64px;height:64px;display:grid;place-items:center}
.info-icon img,.info-item:nth-child(4) .info-icon img{width:64px;height:64px;padding:0;border-radius:0;background:transparent;object-fit:contain}
.info-icon--wallet{border-radius:50%;background:var(--green)}
.info-icon--wallet img,.info-item:nth-child(4) .info-icon--wallet img{width:48px;height:48px}
.brand-banner{min-height:clamp(176px,20.7vw,298px);background:url('../images/banner/quick-banner.png?v=20260728-quick2') center/cover no-repeat;text-shadow:0 2px 8px rgba(0,34,80,.34)}
.brand-banner::after{display:none}

@media (max-width:1200px){
    .brand-banner{padding-left:280px}
    .brand-banner::before{display:none}
    .info-icon{width:54px;height:54px}
    .info-icon img,.info-item:nth-child(4) .info-icon img{width:54px;height:54px}
    .info-icon--wallet img,.info-item:nth-child(4) .info-icon--wallet img{width:36px;height:36px}
}
@media (max-width:900px){
    .brand-banner{padding:30px;background-position:34% center}
    .brand-banner::before{display:block;content:"";position:absolute;inset:0;width:auto;background:rgba(0,53,113,.26);z-index:1}
}
@media (max-width:600px){
    .circle-control svg{width:21px;height:21px}
    .brand-banner{padding:26px 16px}
}

/* Subpage layout */
.subpage{background:#fff}
.sub-visual{position:relative;height:320px;padding:0;overflow:hidden;background:#07509b;color:#fff}
.sub-visual-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.sub-visual::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,52,121,.28) 0%,rgba(3,77,139,.12) 46%,rgba(0,90,90,0) 100%)}
.sub-visual-inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center}
.sub-visual h1{margin:0;font-size:48px;line-height:1.2;letter-spacing:-.045em}
.sub-visual .sub-visual-description{max-width:650px;margin:15px 0 0;font-size:18px;line-height:1.7;letter-spacing:-.02em;opacity:.95}
.breadcrumbs{display:flex;align-items:center;gap:14px;margin-top:24px;font-size:14px;color:rgba(255,255,255,.82)}
.breadcrumbs a,.breadcrumbs span,.breadcrumbs strong{display:inline-flex;align-items:center;gap:7px}
.breadcrumbs a>svg{width:18px;height:18px}
.breadcrumbs svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.breadcrumb-arrow{width:15px;height:15px;opacity:.64}
.breadcrumbs strong{color:#fff}

.sub-content{padding:62px 0 110px}
.sub-layout{display:grid;grid-template-columns:288px minmax(0,1fr);gap:40px;align-items:start}
.sub-sidebar{position:sticky;top:24px;overflow:hidden;border:1px solid #dce4ee;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(25,67,111,.06)}
.sub-sidebar>h2{display:grid;place-items:center;min-height:108px;margin:0;padding:20px;background:linear-gradient(135deg,#0b5dbc,#06438e);color:#fff;font-size:27px;letter-spacing:-.04em}
.sub-sidebar-nav{padding:10px 12px}
.sub-sidebar-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:55px;padding:0 16px;border-bottom:1px solid #e6ebf1;color:#374458;font-size:15px;font-weight:700}
.sub-sidebar-nav a:last-child{border-bottom:0}
.sub-sidebar-nav a svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:#9aa7b7;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sub-sidebar-nav a:hover{color:var(--blue)}
.sub-sidebar-nav a.is-active{margin:2px 0;border:0;border-radius:8px;background:linear-gradient(135deg,#0b5dbc,#06438e);color:#fff;box-shadow:0 7px 18px rgba(5,71,151,.18)}
.sub-sidebar-nav a.is-active svg{stroke:#fff}
.sub-contact-card{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;margin-top:8px;padding:24px 18px;border-top:1px solid #dce4ee;background:linear-gradient(145deg,#f7faff,#edf4fb)}
.sub-contact-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff}
.sub-contact-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sub-contact-card strong{display:block;color:#24415f;font-size:15px}
.sub-contact-card a{display:block;margin-top:2px;color:var(--green);font-size:21px;font-weight:850}
.sub-contact-card p{grid-column:1/-1;margin:8px 0 0;color:#5a6878;font-size:13px;line-height:1.65}

.sub-main{min-width:0}
.sub-intro{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(420px,1.18fr);min-height:318px;overflow:hidden;border:1px solid #e1e7ee;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(31,70,111,.055)}
.sub-intro--text-only{grid-template-columns:1fr;min-height:0}
.sub-intro-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 38px}
.sub-eyebrow{margin:0 0 8px;color:var(--green);font-size:14px;font-weight:850;letter-spacing:.08em}
.sub-intro h2,.sub-page-heading h2{margin:0;color:#12223a;font-size:40px;line-height:1.28;letter-spacing:-.045em}
.sub-title-accent{display:block;width:48px;height:4px;margin:17px 0 24px;border-radius:99px;background:linear-gradient(90deg,var(--green) 0 70%,#d9e5ef 70%)}
.sub-intro-copy>p:last-child,.sub-intro-body,.sub-page-heading>p:last-child{margin:0;color:#4d5a6b;font-size:17px;line-height:1.85;letter-spacing:-.015em}
.sub-intro-body p{margin:0;color:inherit;font-size:inherit;line-height:inherit}
.sub-intro-visual{min-width:0;margin:0}
.sub-intro-visual img{width:100%;height:100%;min-height:318px;object-fit:cover;object-position:center}

.sub-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}
.sub-feature-card{min-width:0;min-height:220px;padding:28px 18px 24px;border:1px solid #dce4ed;border-radius:15px;background:#fff;text-align:center;box-shadow:0 6px 18px rgba(26,68,112,.045)}
.sub-feature-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 13px}
.sub-feature-icon img{max-width:72px;max-height:72px;object-fit:contain}
.sub-feature-icon.has-background{border-radius:50%;background:var(--green)}
.sub-feature-icon.has-background img{width:53px;height:53px}
.sub-feature-card h3{font-size:18px;letter-spacing:-.025em}
.sub-feature-card p{margin:9px 0 0;color:#687487;font-size:14px;line-height:1.65}

.sub-section{margin-top:44px}
.sub-section-title{position:relative;margin:0 0 17px;padding-left:18px;font-size:26px;letter-spacing:-.035em}
.sub-section-title::before{content:"";position:absolute;left:0;top:.48em;width:9px;height:9px;border-radius:50%;background:var(--green)}
.sub-info-table{overflow:hidden;border:1px solid #d7e0e9;border-radius:10px}
.sub-info-table>div{display:grid;grid-template-columns:175px minmax(0,1fr);min-height:58px;border-bottom:1px solid #dfe6ed}
.sub-info-table>div:last-child{border-bottom:0}
.sub-info-table dt,.sub-info-table dd{display:flex;align-items:center;margin:0;padding:14px 22px}
.sub-info-table dt{justify-content:center;border-right:1px solid #dfe6ed;background:#f6f8fb;color:#26364c;font-weight:800}
.sub-info-table dd{color:#566376;line-height:1.6}

.sub-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.sub-process li{position:relative;min-width:0;min-height:210px;padding:22px 14px 18px;border:1px solid #dce4ed;border-radius:14px;background:#fff;text-align:center}
.sub-process li:not(:last-child)::after{content:"";position:absolute;right:-14px;top:50%;z-index:2;width:10px;height:10px;border-top:2px solid var(--blue);border-right:2px solid var(--blue);transform:translateY(-50%) rotate(45deg)}
.sub-process-number{position:absolute;top:14px;left:14px;color:var(--green);font-size:15px;font-weight:900}
.sub-process img{width:58px;height:58px;margin:19px auto 10px;object-fit:contain}
.sub-process strong{display:block;font-size:16px}
.sub-process p{margin:8px 0 0;color:#697587;font-size:13px;line-height:1.58}

.policy-sections{display:grid;gap:18px;margin-top:28px}
.policy-sections section{padding:28px 30px;border:1px solid #dce4ed;border-radius:14px;background:#fff}
.policy-sections h3{position:relative;margin:0;padding-left:17px;font-size:20px}
.policy-sections h3::before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:var(--green)}
.policy-sections p{margin:13px 0 0;color:#5d6878;font-size:16px;line-height:1.8}

.sub-page-heading{margin-bottom:30px}
.sub-page-heading .sub-eyebrow{margin-bottom:7px}
.board-meta{display:flex;justify-content:flex-end;margin-bottom:10px;color:#667487;font-size:14px}
.board-meta strong{color:var(--blue)}
.board-main .board-table-wrap{margin-bottom:0;border-top:2px solid var(--blue)}
.board-main .board-table th,.board-main .board-table td{padding:19px 18px}
.board-main .board-table th{background:#f4f7fb;color:#29384d}
.board-main .board-table tbody tr:hover{background:#f8fbff}
.board-main .board-table td:first-child{width:90px;color:#7d8998}
.board-main .board-table td:last-child{width:150px;color:#8a95a5}

.location-map{height:480px;margin-top:10px;overflow:hidden;border:1px solid #d4e0ea;border-radius:16px;background:#e8f0f5;box-shadow:0 14px 34px rgba(20,55,85,.1)}
.location-map:focus-visible{outline:3px solid rgba(12,77,162,.25);outline-offset:3px}
.location-map-fallback{display:grid;height:100%;place-content:center;gap:8px;padding:30px;text-align:center}
.location-map-fallback strong{font-size:23px}
.location-map-fallback span{color:#607085}
.location-marker-wrapper{border:0!important;background:transparent!important}
.location-map-marker{position:relative;display:grid;width:52px;height:52px;place-items:center;border:5px solid #fff;border-radius:50% 50% 50% 8px;background:linear-gradient(135deg,#0d68d3,#078b53);box-shadow:0 9px 25px rgba(2,51,105,.42);color:#fff;font-size:12px;font-weight:900;letter-spacing:-.04em;transform:rotate(-45deg)}
.location-map-marker::before{content:"";position:absolute;inset:-13px;border:3px solid rgba(10,100,196,.28);border-radius:50%;animation:location-marker-pulse 1.8s ease-out infinite}
.location-map-marker span{transform:rotate(45deg)}
@keyframes location-marker-pulse{0%{opacity:1;transform:scale(.72)}80%,100%{opacity:0;transform:scale(1.32)}}
.location-map .leaflet-popup-content-wrapper{overflow:hidden;border:1px solid rgba(11,76,157,.12);border-radius:16px;box-shadow:0 18px 42px rgba(10,39,73,.24)}
.location-map .leaflet-popup-content{width:280px!important;margin:0}
.location-map .leaflet-popup-tip{box-shadow:3px 3px 9px rgba(10,39,73,.12)}
.location-map-info{display:grid;gap:7px;padding:20px 21px 18px;color:#20314a;font-family:Pretendard,"Noto Sans KR","Malgun Gothic",sans-serif}
.location-map-info__eyebrow{color:#087f4a;font-size:9px;font-weight:900;letter-spacing:.08em}
.location-map-info strong{font-size:19px;line-height:1.35}
.location-map-info p{margin:1px 0 2px;color:#647184;font-size:13px;line-height:1.55}
.location-map-info__phone{color:var(--blue);font-size:14px;font-weight:850}
.location-map .location-map-info__link{display:flex;min-height:38px;align-items:center;justify-content:center;margin-top:4px;border-radius:8px;background:linear-gradient(135deg,#0b5dbc,#06438e);color:#fff;font-size:13px;font-weight:850}
.location-map .leaflet-control-attribution{padding:2px 5px;background:rgba(255,255,255,.82);color:#657183;font-size:10px;line-height:1.25}
.location-map .leaflet-control-attribution a{color:#315e93}
.location-cards{display:grid;grid-template-columns:1.35fr .8fr 1fr;gap:16px;margin:24px 0 0}
.location-cards>div{display:grid;grid-template-columns:64px 1fr;gap:2px 16px;align-items:center;min-height:130px;padding:22px;border:1px solid #dce4ed;border-radius:14px;background:#fff}
.location-cards img{grid-row:1/3;width:58px;height:58px;object-fit:contain}
.location-cards dt{font-size:17px;font-weight:850}
.location-cards dd{margin:0;color:#637083;font-size:14px;line-height:1.6}
.location-cards a{color:var(--green);font-weight:800}

@media (max-width:1200px){
    .sub-layout{grid-template-columns:250px minmax(0,1fr);gap:28px}
    .sub-sidebar>h2{min-height:92px;font-size:24px}
    .sub-contact-card{grid-template-columns:48px 1fr;padding:20px 14px}
    .sub-contact-icon{width:46px;height:46px}
    .sub-contact-card a{font-size:17px}
    .sub-intro{grid-template-columns:1fr 1fr}
    .sub-intro-copy{padding:34px 28px}
    .sub-intro h2,.sub-page-heading h2{font-size:34px}
    .sub-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .sub-feature-card{min-height:190px}
    .sub-process{grid-template-columns:repeat(3,minmax(0,1fr))}
    .sub-process li:not(:last-child)::after{display:none}
    .location-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
    .sub-visual{height:300px}
    .sub-visual h1{font-size:42px}
    .sub-layout{display:block}
    .sub-sidebar{position:static;margin-bottom:34px}
    .sub-sidebar>h2{display:block;min-height:0;padding:18px 20px;font-size:23px}
    .sub-sidebar-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}
    .sub-sidebar-nav a,.sub-sidebar-nav a.is-active{min-height:48px;margin:0;border:1px solid #e1e7ee;border-radius:8px;padding:0 14px}
    .sub-contact-card{display:none}
    .sub-intro{grid-template-columns:1fr}
    .sub-intro-visual img{height:280px;min-height:0}
    .sub-process{grid-template-columns:repeat(2,minmax(0,1fr))}
    .location-cards{grid-template-columns:1fr}
}
@media (max-width:600px){
    .sub-visual{height:280px}
    .sub-visual-background{object-position:42% center}
    .sub-visual::before{background:linear-gradient(90deg,rgba(3,52,121,.55),rgba(3,87,150,.32),rgba(0,130,103,.08))}
    .sub-visual h1{font-size:36px}
    .sub-visual .sub-visual-description{margin-top:12px;font-size:15px;line-height:1.6}
    .breadcrumbs{gap:8px;margin-top:20px;font-size:12px}
    .breadcrumb-arrow{width:12px;height:12px}
    .sub-content{padding:38px 0 75px}
    .sub-sidebar{margin-bottom:28px;border-radius:12px}
    .sub-sidebar-nav{grid-template-columns:1fr}
    .sub-sidebar-nav a:nth-child(n+5){display:none}
    .sub-intro{border-radius:14px}
    .sub-intro-copy{padding:28px 22px}
    .sub-intro h2,.sub-page-heading h2{font-size:30px}
    .sub-intro-copy>p:last-child,.sub-page-heading>p:last-child{font-size:15px}
    .sub-intro-visual img{height:210px}
    .sub-feature-grid{grid-template-columns:1fr;gap:12px;margin-top:18px}
    .sub-feature-card{min-height:0;padding:23px 18px}
    .sub-section{margin-top:36px}
    .sub-section-title{font-size:23px}
    .sub-info-table>div{grid-template-columns:1fr}
    .sub-info-table dt,.sub-info-table dd{justify-content:flex-start;padding:12px 16px}
    .sub-info-table dt{border-right:0;border-bottom:1px solid #e3e8ee}
    .sub-process{grid-template-columns:1fr}
    .sub-process li{min-height:0}
    .policy-sections section{padding:23px 20px}
    .board-main .board-table{min-width:620px}
    .location-map{height:330px;border-radius:13px}
    .location-cards>div{grid-template-columns:54px 1fr;padding:18px}
    .location-cards img{width:48px;height:48px}
}

/* 2026-07 navigation, banner and popup refinements */
.info-icon{margin:0!important}
.info-icon--wallet{position:relative;display:block}
.info-icon--wallet img,
.info-item:nth-child(4) .info-icon--wallet img{
    position:absolute;
    top:50%;
    left:50%;
    margin:0;
    transform:translate(-50%,-50%);
    width:42px;
    height:42px;
}
.brand-banner{
    height:176px;
    min-height:176px;
    background-image:var(--quick-banner-image,url('../images/banner/quick-banner.png?v=20260728-quick3'));
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
}

.center-history{position:relative;display:grid;gap:0;margin:0;padding:2px 0;list-style:none}
.center-history::before{content:"";position:absolute;left:84px;top:12px;bottom:12px;width:2px;background:#dce6ef}
.center-history li{position:relative;display:grid;grid-template-columns:85px minmax(0,1fr);align-items:center;min-height:72px}
.center-history li::before{content:"";position:absolute;left:78px;top:50%;width:14px;height:14px;border:4px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 0 0 1px #bcd7c9;transform:translateY(-50%)}
.center-history strong{color:var(--blue);font-size:20px}
.center-history span{padding:17px 20px;color:#536174;line-height:1.65}

.organization-chart{padding:30px;border:1px solid #dce4ed;border-radius:16px;background:linear-gradient(180deg,#f7fbff,#fff)}
.organization-leader{position:relative;width:min(360px,100%);margin:0 auto 52px;padding:24px;border-radius:14px;background:linear-gradient(135deg,#0b5dbc,#06438e);color:#fff;text-align:center;box-shadow:0 10px 24px rgba(5,71,151,.2)}
.organization-leader::after{content:"";position:absolute;left:50%;top:100%;width:2px;height:52px;background:#b8c8d8;transform:translateX(-50%)}
.organization-leader span{display:block;font-size:14px;opacity:.78}
.organization-leader strong{display:block;margin-top:4px;font-size:21px}
.organization-teams{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.organization-teams::before{content:"";position:absolute;left:12.5%;right:12.5%;top:-1px;height:2px;background:#b8c8d8}
.organization-teams section{position:relative;overflow:hidden;border:1px solid #dce4ed;border-radius:13px;background:#fff}
.organization-teams section::before{content:"";position:absolute;left:50%;top:-18px;width:2px;height:18px;background:#b8c8d8;transform:translateX(-50%)}
.organization-teams h4{margin:0;padding:17px 10px;background:#eef5fb;color:#164c83;text-align:center;font-size:17px}
.organization-teams ul{display:grid;gap:8px;margin:0;padding:17px 18px 20px;list-style:none}
.organization-teams li{position:relative;padding-left:12px;color:#617083;font-size:14px;line-height:1.55}
.organization-teams li::before{content:"";position:absolute;left:0;top:.68em;width:4px;height:4px;border-radius:50%;background:var(--green)}

.faq-list{overflow:hidden;border-top:2px solid var(--blue)}
.faq-item{border-bottom:1px solid #dce4ed;background:#fff}
.faq-item summary{display:grid;grid-template-columns:40px minmax(0,1fr) 32px;gap:14px;align-items:center;min-height:78px;padding:16px 22px;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-question-number{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#edf4fb;color:var(--blue);font-size:17px;font-weight:900}
.faq-item summary strong{font-size:17px;line-height:1.5}
.faq-toggle{position:relative;width:28px;height:28px}
.faq-toggle::before,.faq-toggle::after{content:"";position:absolute;left:50%;top:50%;width:15px;height:2px;border-radius:2px;background:#758397;transform:translate(-50%,-50%)}
.faq-toggle::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s}
.faq-item[open]{background:#f8fbff}
.faq-item[open] .faq-toggle::after{transform:translate(-50%,-50%) rotate(0)}
.faq-answer{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:2px 76px 24px 22px}
.faq-answer>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#eaf7f0;color:var(--green);font-weight:900}
.faq-answer p{margin:3px 0 0!important;color:#596779!important;font-size:15px!important;line-height:1.8!important}

.popup-open{overflow:hidden}
.site-popup{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px}
.site-popup[hidden]{display:none}
.site-popup-backdrop{position:absolute;inset:0;background:rgba(7,22,43,.58);backdrop-filter:blur(3px)}
.site-popup-dialog{position:relative;width:min(520px,100%);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(0,20,50,.34)}
.site-popup-close{position:absolute;top:16px;right:16px;z-index:2;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.16);color:#fff}
.site-popup-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.site-popup-heading{position:relative;padding:42px 42px 36px;overflow:hidden;background:linear-gradient(135deg,#0754a8 0%,#087e79 68%,#07944f 100%);color:#fff}
.site-popup-heading::after{content:"";position:absolute;right:-52px;bottom:-84px;width:230px;height:230px;border:42px solid rgba(255,255,255,.09);border-radius:50%}
.site-popup-heading span{position:relative;z-index:1;font-size:12px;font-weight:800;letter-spacing:.11em;opacity:.78}
.site-popup-heading h2{position:relative;z-index:1;margin:12px 0 0;font-size:31px;line-height:1.35;letter-spacing:-.04em}
.site-popup-heading p{position:relative;z-index:1;margin:13px 0 0;font-size:15px;line-height:1.7;opacity:.9}
.site-popup-info{margin:0;padding:25px 36px 13px}
.site-popup-info>div{display:grid;grid-template-columns:90px minmax(0,1fr);padding:9px 0;border-bottom:1px solid #edf0f4}
.site-popup-info>div:last-child{border-bottom:0}
.site-popup-info dt{color:#34445a;font-weight:800}
.site-popup-info dd{margin:0;color:#657185}
.site-popup-info a{color:var(--green);font-weight:850}
.site-popup-link{display:flex;align-items:center;justify-content:center;min-height:50px;margin:6px 36px 24px;border-radius:10px;background:var(--blue);color:#fff;font-weight:800}
.site-popup-actions{display:grid;grid-template-columns:1fr 88px;border-top:1px solid #e1e6ec;background:#f6f8fa}
.site-popup-actions button{min-height:50px;color:#536174;font-size:14px}
.site-popup-actions button+button{border-left:1px solid #e1e6ec;font-weight:800}
.site-popup-dialog--image{display:flex;flex-direction:column;max-height:calc(100dvh - 40px);background:#fff}
.site-popup-image-link{display:block;min-height:0;overflow:hidden;background:#eef7ff}
.site-popup-image{display:block;width:100%;height:auto;max-height:calc(100dvh - 90px);object-fit:contain}
.site-popup-dialog--image .site-popup-actions{flex:0 0 50px}
.cms-rich-content{padding:28px 30px;border:1px solid #dce4ed;border-radius:14px;background:#fff;color:#4d5a6b;font-size:16px;line-height:1.8}
.cms-rich-content h2,.cms-rich-content h3,.cms-rich-content h4{margin:1.2em 0 .55em;color:#14233c}
.cms-rich-content p{margin:.65em 0}
.cms-rich-content img{max-width:100%;height:auto;border-radius:10px}
.cms-rich-content ul,.cms-rich-content ol{padding-left:1.5em}
.form-message{margin:0 0 18px;padding:15px 18px;border-radius:8px;font-size:15px}.form-message--success{border:1px solid #9dd8b8;background:#edf9f2;color:#087541}.form-message--error{border:1px solid #e4aaaa;background:#fff1f1;color:#a52a2a}
.contact-form{padding:30px;border:1px solid #dce4ed;border-radius:15px;background:#fff}.contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-form label{display:block;margin-bottom:19px}.contact-form label>span{display:block;margin-bottom:7px;font-size:14px;font-weight:800}.contact-form label em{color:#d42d2d}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form textarea,.comment-form input,.comment-form textarea{width:100%;padding:13px 14px;border:1px solid #cbd5df;border-radius:7px;background:#fff}.contact-form textarea,.comment-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.comment-form input:focus,.comment-form textarea:focus{outline:2px solid rgba(12,77,162,.18);border-color:var(--blue)}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form .contact-agree{display:flex;align-items:center;gap:9px;color:#5c6877;font-size:14px}.contact-agree input{width:18px;height:18px}.contact-submit,.comment-form button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 30px;border-radius:8px;background:var(--blue);color:#fff;font-weight:800}
.post-view-head{padding:8px 0 28px;border-bottom:2px solid var(--blue)}.post-view-head>span{color:var(--green);font-size:14px;font-weight:850}.post-view-head h2{margin:8px 0 14px;font-size:34px;line-height:1.4}.post-view-head time{color:#7d8998;font-size:14px}.post-view-body{min-height:330px;padding:36px 8px;color:#4d5a6b;font-size:16px;line-height:1.9}.post-view-body p{margin:0 0 1.1em}.post-view-body img{max-width:100%;height:auto}.post-featured-image{display:block;max-height:620px;margin:0 auto 32px;border-radius:12px;object-fit:contain}.post-view-actions{display:flex;justify-content:center;padding:24px 0;border-top:1px solid #dce4ed}.post-view-actions a{display:inline-flex;min-height:44px;align-items:center;padding:0 25px;border:1px solid var(--blue);border-radius:7px;color:var(--blue);font-weight:800}.post-comments{margin-top:38px}.post-comments>h3{margin:0 0 15px;font-size:23px}.post-comments>h3 span{color:var(--green)}.post-comments>article{padding:20px;border-top:1px solid #dce4ed}.post-comments article strong{margin-right:12px}.post-comments article time{color:#8b95a5;font-size:12px}.post-comments article p{margin:9px 0 0;color:#536174;font-size:14px}.comment-form{margin-top:20px;padding:24px;border:1px solid #dce4ed;border-radius:12px;background:#f8fafc}.comment-form>div{display:grid;grid-template-columns:1fr 1fr;gap:15px}.comment-form label{display:block;margin-bottom:14px;font-size:13px;font-weight:700}.comment-form input,.comment-form textarea{display:block;margin-top:6px;background:#fff}
.post-attachments{margin:0 0 28px;padding:22px 24px;border:1px solid #dce4ed;border-radius:12px;background:#f8fafc}.post-attachments h3{margin:0 0 12px;font-size:18px}.post-attachments ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.post-attachments a{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:20px;padding:10px 14px;border:1px solid #d8e1ea;border-radius:8px;background:#fff;color:#234268;font-weight:750}.post-attachments a::before{content:"↓";display:grid;flex:0 0 26px;width:26px;height:26px;place-items:center;border-radius:50%;background:#eaf3fc;color:var(--blue)}.post-attachments a span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-attachments small{flex:0 0 auto;color:#7c8796;font-weight:500}

@media (max-width:1200px){
    .organization-teams{grid-template-columns:repeat(2,minmax(0,1fr))}
    .organization-teams::before{display:none}
    .organization-teams section::before{display:none}
}
@media (max-width:900px){
    .brand-banner{height:auto;min-height:176px;background-position:center top}
}
@media (max-width:600px){
    .sub-sidebar-nav a:nth-child(n+5){display:flex}
    .center-history::before{left:62px}
    .center-history li{grid-template-columns:63px minmax(0,1fr);align-items:start}
    .center-history li::before{left:56px;top:27px}
    .center-history strong{padding-top:14px;font-size:17px}
    .center-history span{padding:13px 12px 18px 16px;font-size:14px}
    .organization-chart{padding:20px 14px}
    .organization-leader{margin-bottom:26px}
    .organization-leader::after{display:none}
    .organization-teams{grid-template-columns:1fr}
    .faq-item summary{grid-template-columns:34px minmax(0,1fr) 26px;gap:10px;min-height:70px;padding:14px 12px}
    .faq-question-number,.faq-answer>span{width:32px;height:32px}
    .faq-item summary strong{font-size:15px}
    .faq-answer{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:0 48px 20px 12px}
    .site-popup{padding:14px}
    .site-popup-heading{padding:36px 24px 28px}
    .site-popup-heading h2{font-size:26px}
    .site-popup-info{padding:20px 22px 10px}
    .site-popup-link{margin:6px 22px 20px}
    .contact-form{padding:20px 16px}.contact-field-grid,.comment-form>div{grid-template-columns:1fr}.post-view-head h2{font-size:27px}.post-view-body{padding:28px 2px}
}

/* Compact subpage navigation and scroll-free mobile boards */
.sub-sidebar-mobile-toggle{display:none}
@media (max-width:900px){
    .sub-sidebar{
        position:relative;
        top:auto;
        overflow:visible;
        margin-bottom:30px;
        border:0;
        border-radius:0;
        background:transparent;
        box-shadow:none;
    }
    .sub-sidebar>h2{display:none}
    .sub-sidebar-mobile-toggle{
        position:relative;
        z-index:2;
        display:flex;
        width:100%;
        min-height:68px;
        align-items:center;
        gap:14px;
        padding:10px 18px;
        border:1px solid rgba(255,255,255,.16);
        border-radius:14px;
        background:linear-gradient(135deg,#0b5dbc,#06438e);
        box-shadow:0 11px 25px rgba(5,71,151,.2);
        color:#fff;
        text-align:left;
    }
    .sub-sidebar-mobile-icon{
        display:grid;
        flex:0 0 42px;
        width:42px;
        height:42px;
        place-content:center;
        gap:4px;
        border-radius:11px;
        background:rgba(255,255,255,.14);
    }
    .sub-sidebar-mobile-icon i{display:block;width:17px;height:2px;border-radius:5px;background:#fff}
    .sub-sidebar-mobile-icon i:nth-child(2){width:12px}
    .sub-sidebar-mobile-copy{display:flex;min-width:0;flex:1;flex-direction:column}
    .sub-sidebar-mobile-copy small{font-size:11px;font-weight:700;letter-spacing:.08em;opacity:.7}
    .sub-sidebar-mobile-copy strong{overflow:hidden;margin-top:2px;font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
    .sub-sidebar-mobile-toggle>svg{
        width:22px;
        height:22px;
        flex:0 0 auto;
        fill:none;
        stroke:currentColor;
        stroke-width:2;
        stroke-linecap:round;
        stroke-linejoin:round;
        transition:transform .25s ease;
    }
    .sub-sidebar.is-open .sub-sidebar-mobile-toggle>svg{transform:rotate(180deg)}
    .sub-sidebar-nav{
        display:grid;
        grid-template-columns:1fr;
        max-height:0;
        gap:5px;
        overflow:hidden;
        margin-top:0;
        padding:0 10px;
        border:0 solid #dce4ee;
        border-radius:0 0 14px 14px;
        background:#fff;
        box-shadow:0 13px 28px rgba(25,67,111,.1);
        opacity:0;
        visibility:hidden;
        transform:translateY(-8px);
        transition:max-height .3s ease,margin .25s ease,padding .25s ease,opacity .2s ease,transform .25s ease,visibility 0s linear .3s;
    }
    .sub-sidebar.is-open .sub-sidebar-nav{
        max-height:620px;
        margin-top:-7px;
        padding:17px 10px 10px;
        border-width:1px;
        opacity:1;
        visibility:visible;
        transform:translateY(0);
        transition:max-height .35s ease,margin .25s ease,padding .25s ease,opacity .25s ease,transform .25s ease;
    }
    .sub-sidebar-nav a,
    .sub-sidebar-nav a.is-active{
        display:flex;
        min-height:47px;
        margin:0;
        padding:0 14px;
        border:0;
        border-radius:9px;
        background:#fff;
        box-shadow:none;
        color:#3e4c61;
    }
    .sub-sidebar-nav a:not(.is-active):hover{background:#f2f6fa;color:var(--blue)}
    .sub-sidebar-nav a.is-active{background:#edf4fb;color:#0b55a8;font-weight:850}
    .sub-sidebar-nav a svg{stroke:#9aa7b7}
    .sub-sidebar-nav a.is-active svg{stroke:#0b55a8}

    .board-main .board-table-wrap{overflow:visible;border-top:0}
    .board-main .board-table{display:block;width:100%;min-width:0}
    .board-main .board-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
    .board-main .board-table tbody{display:grid;gap:11px}
    .board-main .board-table tr{
        display:grid;
        grid-template-columns:1fr auto;
        gap:10px 18px;
        padding:17px 18px 15px;
        border:1px solid #dce4ed;
        border-left:4px solid #0b5dbc;
        border-radius:12px;
        background:#fff;
        box-shadow:0 5px 16px rgba(25,67,111,.045);
    }
    .board-main .board-table td,
    .board-main .board-table td:nth-child(2){
        display:block;
        width:auto;
        padding:0;
        border:0;
        text-align:left;
    }
    .board-main .board-table td:nth-child(2){grid-column:1/-1;grid-row:1;color:#1d2c43;font-size:16px;line-height:1.5}
    .board-main .board-table td:nth-child(2) a{display:block}
    .board-main .board-table td:first-child{grid-column:1;grid-row:2;width:auto;color:#708097;font-size:12px}
    .board-main .board-table td:first-child::before{content:"No. ";color:#0b5dbc;font-weight:800}
    .board-main .board-table td:last-child{grid-column:2;grid-row:2;width:auto;color:#7b8798;font-size:12px;text-align:right}
    .board-main .board-table td[colspan]{grid-column:1/-1;grid-row:1;padding:18px 0;text-align:center}
    .board-main .board-table td[colspan]::before{display:none}
}
@media (max-width:600px){
    .sub-content{padding-top:28px}
    .sub-sidebar{margin-bottom:24px}
    .sub-sidebar-nav a:nth-child(n+5){display:flex}
    .board-meta{margin-bottom:12px}
    .board-main .board-table tr{padding:16px 15px 14px}
    .board-main .board-table td:nth-child(2){font-size:15px}
}
