html{font-size:62.5%}:root{--ink:#14181a;--ink-soft:#565c60;--ink-faint:#8a9094;--paper:#fff;--surface:#f5f6f6;--card:#fff;--line:#e3e6e5;--ph-bg:#eef1f0;--primary:#0e8c7f;--primary-hover:#0b6f65;--primary-soft:#e3f3f0;--primary-text:#0a6d62;--primary-ink:#fff;--charcoal:#171f1d;--focus:#3d6fe0;--shadow:0 1px 2px rgba(15,20,19,.04),0 10px 28px rgba(15,20,19,.06)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,맑은 고딕,sans-serif;font-size:1.7rem;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{font:inherit}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:4px}.icon{width:2.4rem;height:2.4rem;flex-shrink:0}.icon circle,.icon line,.icon path,.icon polyline,.icon rect{stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.wrap{max-width:116rem;margin:0 auto;padding:0 2.4rem}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.ph-box{background:var(--ph-bg);border:1px dashed #d2d8d6;border-radius:16px;justify-content:center;flex-direction:column;gap:.6rem;color:var(--ink-faint);font-size:1.3rem;font-weight:500}.logo,.ph-box{display:flex;align-items:center}.logo{gap:.9rem;font-weight:800;font-size:2rem;letter-spacing:-.02em}.logo-mark{width:3.2rem;height:3.2rem;border-radius:9px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1.4rem;font-weight:800;flex-shrink:0}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:60;width:7.6rem;background:var(--paper);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:1.8rem 0;overflow:hidden;transition:width .48s cubic-bezier(.16,1,.3,1),box-shadow .48s ease}.sidebar:hover{width:25rem;box-shadow:var(--shadow)}.sidebar-logo{display:flex;align-items:center;gap:1.1rem;padding:0 1.9rem 2rem;flex-shrink:0;white-space:nowrap}.sidebar-logo-text{font-size:1.7rem;font-weight:800;opacity:0;transform:translateX(-8px);transition:opacity .2s ease,transform .2s ease}.sidebar:hover .sidebar-logo-text{opacity:1;transform:translateX(0);transition:opacity .34s ease .18s,transform .34s cubic-bezier(.16,1,.3,1) .18s}.sidebar-nav{flex:1 1;display:flex;flex-direction:column;gap:.4rem;padding:0 1.4rem;overflow-x:hidden}.sidebar-item{display:flex;align-items:center;gap:1.5rem;height:4.8rem;flex-shrink:0;border-radius:12px;padding:0 1.3rem;color:var(--ink-soft);white-space:nowrap;transition:background .15s ease,color .15s ease}.sidebar-item:hover{background:var(--surface);color:var(--ink)}.sidebar-item.active{background:var(--primary-soft);color:var(--primary-text)}.sidebar-item-label{font-size:1.5rem;font-weight:600;opacity:0;transform:translateX(-8px);transition:opacity .2s ease,transform .2s ease}.sidebar:hover .sidebar-item-label{opacity:1;transform:translateX(0);transition:opacity .34s ease .18s,transform .34s cubic-bezier(.16,1,.3,1) .18s}.sidebar-footer{margin-top:auto;flex-shrink:0;padding:0 1.4rem}.sidebar-divider{height:1px;background:var(--line);margin:1.2rem 0}.mobile-topbar{display:none}@media (max-width:900px){.sidebar{display:none}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:55;height:6.4rem;padding:0 2rem;background:var(--paper);border-bottom:1px solid var(--line)}}.offcanvas-scrim{position:fixed;inset:0;background:rgba(12,16,15,.4);opacity:0;pointer-events:none;transition:opacity .28s ease;z-index:69}.offcanvas-scrim.open{opacity:1;pointer-events:auto}.offcanvas{position:fixed;top:0;right:0;bottom:0;width:34rem;max-width:86vw;background:var(--paper);z-index:70;transform:translateX(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);overflow-y:auto;box-shadow:var(--shadow);display:flex;flex-direction:column}.offcanvas.open{transform:translateX(0)}.offcanvas-head{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.6rem}.offcanvas-nav{padding:.8rem 1.4rem 3.2rem}.offcanvas-nav .sidebar-item{width:100%}.offcanvas-nav .sidebar-item-label{opacity:1}.oc-bizinfo{padding:2.4rem 2rem 3.2rem;line-height:1.7;margin-top:auto;border-top:1px solid var(--line)}.oc-bizinfo,.oc-bizinfo b{font-size:1.15rem;color:var(--ink-faint)}.oc-bizinfo b{display:block;font-weight:700;margin-bottom:.6rem}@media (min-width:901px){.offcanvas,.offcanvas-scrim{display:none}}.app-shell{margin-left:7.6rem;min-height:100vh;display:flex;flex-direction:column}@media (max-width:900px){.app-shell{margin-left:0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.8rem;border-radius:10px;font-size:1.45rem;font-weight:700;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .1s ease,background .15s ease,border-color .15s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-ink)}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{border-color:var(--ink-faint)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000}.btn-block{width:100%}.btn-lg{padding:1.4rem 2.4rem;font-size:1.6rem;border-radius:12px}.icon-btn{width:3.6rem;height:3.6rem;border-radius:10px;border:1px solid var(--line);background:var(--card);display:grid;place-items:center;cursor:pointer;color:var(--ink-soft)}.home-hero{background:radial-gradient(120% 100% at 82% 8%,rgba(14,140,127,.16),transparent 60%),linear-gradient(160deg,#eaf5f3,#fff 74%);padding:8.8rem 0 6.4rem;border-bottom:1px solid var(--line)}.home-hero-eyebrow{display:inline-block;font-size:1.4rem;font-weight:700;color:var(--primary-text);margin-bottom:1.6rem}.home-hero h1{font-size:clamp(3.2rem,5vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1.3;margin:0 0 2rem;max-width:26ch;text-wrap:balance}.home-hero p{font-size:1.8rem;color:var(--ink-soft);max-width:60ch;margin:0 0 3.2rem;line-height:1.7}.home-hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap}.hub-tiles-section{padding:6.4rem 0}.hub-tiles{display:grid;grid-template-columns:1.4fr repeat(4,1fr);grid-gap:1.6rem;gap:1.6rem}.hub-tile{border-radius:20px;padding:2.6rem 2.2rem;display:flex;flex-direction:column;justify-content:space-between;min-height:17rem;border:1px solid var(--line);background:var(--card);transition:transform .18s ease,box-shadow .18s ease}.hub-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hub-tile-primary{background:linear-gradient(155deg,var(--primary),#0a5d53);color:#fff;border:none}.hub-tile-icon{width:4.4rem;height:4.4rem;border-radius:12px;background:var(--primary-soft);color:var(--primary-text);display:grid;place-items:center;margin-bottom:1.6rem}.hub-tile-primary .hub-tile-icon{background:hsla(0,0%,100%,.16);color:#fff}.hub-tile-icon .icon{width:2.2rem;height:2.2rem}.hub-tile-title{font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.hub-tile-desc{font-size:1.35rem;color:var(--ink-faint);line-height:1.5}.hub-tile-primary .hub-tile-desc{color:hsla(0,0%,100%,.78)}.hub-tile-primary .hub-tile-title{font-size:2rem}@media (max-width:1080px){.hub-tiles{grid-template-columns:repeat(3,1fr)}.hub-tile-primary{grid-column:1/-1}}@media (max-width:640px){.hub-tiles{grid-template-columns:repeat(2,1fr)}}.row-section{padding:6.4rem 0;border-top:1px solid var(--line)}.row-scroll{display:flex;gap:1.6rem;overflow-x:auto;padding-bottom:.6rem;scrollbar-width:thin}.row-card{flex:0 0 26rem;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--card);transition:transform .18s ease,box-shadow .18s ease}.row-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.row-card-thumb{aspect-ratio:4/3;margin:0;border-radius:0;border:none;border-bottom:1px solid var(--line)}.row-card-body{padding:1.6rem 1.8rem 1.8rem}.row-card-tag{font-size:1.2rem;font-weight:700;color:var(--primary-text);margin-bottom:.6rem;display:block}.row-card-title{font-size:1.55rem;font-weight:700;line-height:1.45}.page-hero{padding:7.2rem 0 5.6rem;text-align:center;background:radial-gradient(120% 100% at 82% 8%,rgba(14,140,127,.14),transparent 60%),linear-gradient(160deg,#eaf5f3,#fff 78%);border-bottom:1px solid var(--line)}.page-hero .wrap{display:flex;flex-direction:column;align-items:center}.page-hero-eyebrow{display:inline-block;font-size:1.4rem;font-weight:700;color:var(--primary-text);margin-bottom:1.4rem}.page-hero h1{font-size:clamp(3rem,5vw,4.4rem);font-weight:800;letter-spacing:-.02em;line-height:1.3;margin:0 0 1.2rem;text-wrap:balance}.page-hero p{font-size:1.7rem;color:var(--ink-soft);max-width:58ch;margin:0}.page-content-wrap{position:relative;z-index:2;background:var(--paper);padding-top:4rem;padding-bottom:8rem}.page-content-wrap>.tabs:first-child{margin-top:-1.2rem}.tabs{display:flex;gap:.6rem;border-bottom:1px solid var(--line);margin-bottom:4rem;justify-content:center;flex-wrap:wrap}.tab{flex-shrink:0;white-space:nowrap;height:6rem;display:inline-flex;align-items:center;padding:0 2.2rem;font-size:1.6rem;font-weight:700;color:var(--ink-faint);cursor:pointer;margin-bottom:-1px;background:none;border:none;border-bottom:3px solid transparent}.tab.active{color:var(--ink);border-bottom-color:var(--primary)}.subtabs{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:3.2rem;justify-content:center}.subtab{padding:.9rem 1.9rem;border-radius:999px;border:1px solid var(--line);background:var(--card);font-weight:700;font-size:1.4rem;color:var(--ink-soft);cursor:pointer}.subtab.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-text)}.article-section{max-width:84rem;margin:0 auto;padding-top:.4rem}.article-head{margin-bottom:3.6rem}.eyebrow-sm{font-size:1.3rem;font-weight:700;color:var(--primary-text);letter-spacing:.02em;margin-bottom:1rem;display:block}.article-title{font-size:3.2rem;font-weight:800;letter-spacing:-.01em;line-height:1.4;margin:0 0 1.2rem}.article-subtitle{font-size:1.9rem;font-weight:500;color:var(--ink-soft);margin:0 0 2.4rem;line-height:1.6}.article-lead{font-size:1.75rem;line-height:1.85;color:var(--ink);margin:0}.article-blocks{display:flex;flex-direction:column;gap:3.6rem;margin:4.8rem 0}.article-block h3{font-size:2rem;font-weight:700;margin:0 0 1.2rem}.article-block p{font-size:1.6rem;line-height:1.85;color:var(--ink-soft);margin:0;white-space:pre-line}.highlight-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-gap:1.4rem;gap:1.4rem;margin-bottom:4.8rem}.highlight-card{border:1px solid var(--line);border-radius:16px;padding:2.4rem 2.2rem;background:var(--surface)}.highlight-title{font-size:1.55rem;font-weight:700;margin-bottom:.7rem;color:var(--primary-text)}.highlight-desc{font-size:1.4rem;color:var(--ink-soft);line-height:1.6}.article-closing{border-top:1px solid var(--line);padding-top:2.8rem;font-size:1.6rem;color:var(--ink-soft)}.article-closing a{color:var(--primary-text);font-weight:700}.quote-block{border-left:3px solid var(--primary);padding:.4rem 0 .4rem 2rem;font-size:1.85rem;font-weight:500;color:var(--ink);margin:3.2rem 0;line-height:1.65;white-space:pre-line}@media (max-width:900px){.highlight-row{grid-template-columns:1fr}.article-title{font-size:2.6rem}}.info-panel{border:1px solid var(--line);border-radius:20px;background:var(--card);overflow:hidden}.info-row{display:flex;gap:2.4rem;padding:2rem 2.6rem;border-bottom:1px solid var(--line);align-items:baseline}.info-row:last-child{border-bottom:none}.info-label{flex:0 0 14rem;font-size:1.4rem;font-weight:700;color:var(--ink-faint)}.info-value{font-size:1.6rem;color:var(--ink);line-height:1.7}.info-value a{color:var(--primary-text);font-weight:700}@media (max-width:640px){.info-row{flex-direction:column;gap:.6rem;padding:1.8rem 2rem}.info-label{flex:none}}.sketch-map-wrap{border:1px solid var(--line);border-radius:20px;padding:3.2rem;background:var(--surface);margin-top:4.8rem}.sketch-map-wrap svg{display:block;width:100%;height:auto}.sketch-map-legend{display:flex;flex-wrap:wrap;gap:.8rem 2rem;margin-top:2rem;font-size:1.3rem;color:var(--ink-soft)}.sketch-map-legend span{display:inline-flex;align-items:center;gap:.6rem}.sketch-map-legend .dot{width:1rem;height:1rem;border-radius:50%;flex-shrink:0}.filter-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:4rem}.filter-chip{padding:.9rem 1.9rem;border-radius:999px;border:1px solid var(--line);background:var(--card);font-weight:700;font-size:1.4rem;color:var(--ink-soft);cursor:pointer}.filter-chip.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-text)}.filter-hint{font-size:1.4rem;color:var(--ink-faint);margin-bottom:1.6rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.4rem;gap:2.4rem}.p-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--card);transition:transform .18s ease,box-shadow .18s ease}.p-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.p-card-thumb{aspect-ratio:4/3;margin:0;border-radius:0;border:none;border-bottom:1px solid var(--line)}.p-card-body{padding:1.8rem 2rem 2rem}.p-card-tag{display:inline-flex;font-size:1.2rem;font-weight:700;color:var(--primary-text);margin-bottom:.7rem}.p-card-title{font-size:1.6rem;font-weight:700;line-height:1.5;margin-bottom:.6rem}.p-card-meta{font-size:1.25rem;color:var(--ink-faint)}.empty-state{text-align:center;padding:6.4rem 0;color:var(--ink-faint);font-size:1.6rem;font-weight:600}@media (max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.card-grid{grid-template-columns:1fr}}.story-grid{display:flex;flex-direction:column;gap:2rem}.story-card{display:grid;grid-template-columns:22rem 1fr;grid-gap:2.4rem;gap:2.4rem;border:1px solid var(--line);border-radius:18px;padding:2rem;background:var(--card);align-items:center}.story-card-thumb{aspect-ratio:1/1;margin:0}.story-card-name{font-size:1.3rem;font-weight:700;color:var(--primary-text);margin-bottom:.6rem}.story-card-title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.story-card-desc{font-size:1.45rem;color:var(--ink-soft);line-height:1.65}@media (max-width:700px){.story-card{grid-template-columns:1fr}.story-card-thumb{aspect-ratio:16/9}}section.cta-band{padding:0 2.4rem 6.4rem}.cta-inner{max-width:108rem;margin:0 auto;border-radius:24px;background:var(--charcoal);color:#fff;padding:5.2rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;flex-wrap:wrap}.cta-inner h3{font-size:2.6rem;font-weight:800;margin:0 0 .8rem}.cta-inner p{margin:0;color:hsla(0,0%,100%,.72);font-size:1.5rem}.field{display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.field label{font-size:1.4rem;font-weight:700}.field input,.field select,.field textarea{font:inherit;font-size:1.6rem;padding:1.2rem 1.4rem;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--focus);outline-offset:1px;border-color:var(--focus)}.gate-wrap{min-height:56vh;display:flex;align-items:center;justify-content:center;padding:6rem 2.4rem}.gate-card{width:100%;max-width:42rem;border:1px solid var(--line);border-radius:24px;padding:4rem 3.2rem;text-align:center;box-shadow:var(--shadow)}.gate-icon{width:5.6rem;height:5.6rem;border-radius:14px;background:var(--primary-soft);color:var(--primary-text);display:grid;place-items:center;margin:0 auto 2rem}.gate-card h1{font-size:2.2rem;font-weight:800;margin:0 0 .8rem}.gate-card p{font-size:1.5rem;color:var(--ink-soft);margin:0 0 2.8rem}.gate-form{display:flex;flex-direction:column;gap:1.2rem}.gate-error{color:#c63333;font-size:1.35rem;text-align:left;margin:-.4rem 0 0}footer.site{padding:5.6rem 0 4rem;border-top:1px solid var(--line);background:var(--surface)}.foot-top{gap:3.2rem;flex-wrap:wrap;margin-bottom:3.2rem;padding-bottom:3.2rem;border-bottom:1px solid var(--line)}.foot-col-left,.foot-cs,.foot-top{display:flex;justify-content:space-between}.foot-col-left,.foot-cs{flex-direction:column;flex:1 1 32rem}.foot-org-name{display:flex;align-items:center;gap:1.4rem;font-size:1.7rem;font-weight:800;margin-bottom:1rem}.foot-org-info{font-size:1.4rem;color:var(--ink-soft);line-height:1.9;max-width:52ch}.foot-org-legal{font-size:1.15rem;line-height:1.3;color:var(--ink-faint)}.foot-cs{text-align:right}.foot-cs .cs-phone{font-size:2rem;font-weight:800}.foot-cs .cs-time{font-size:1.3rem;color:var(--ink-soft)}.foot-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.6rem 2rem}.foot-links a{font-size:1.35rem;color:var(--ink-soft);padding:.6rem 0}.foot-links a:hover{color:var(--ink);text-decoration:underline}.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.2rem}.foot-sns{display:flex;gap:1rem}.foot-sns a{color:var(--ink-faint)}.foot-sns a:hover{color:var(--ink)}.foot-copyright{font-size:1.25rem;color:var(--ink-faint)}.biz-widget-sticky{position:-webkit-sticky;position:sticky;bottom:0;height:0;z-index:46;pointer-events:none}.biz-widget{position:absolute;left:2rem;bottom:2rem;max-width:27rem;pointer-events:auto;border-radius:14px;padding:1.6rem 1.8rem;font-size:1.25rem;color:var(--ink-soft);line-height:1.7}.biz-widget b{display:block;color:var(--ink);font-weight:700;margin-bottom:.6rem;font-size:1.3rem}@media (max-width:700px){.biz-widget{display:none}}@media (max-width:900px){.page-hero{padding:5.6rem 0 4.4rem}.page-hero h1{font-size:2.8rem}.page-hero p{font-size:1.5rem}.tabs{justify-content:flex-start}.tab{height:auto;padding:1.2rem 1.8rem;font-size:1.5rem}.story-grid{gap:1.6rem}}@media (max-width:560px){.foot-top{flex-direction:column;gap:2.4rem;margin-bottom:2.4rem;padding-bottom:2.4rem}.foot-col-left,.foot-cs{flex:none;gap:1.2rem;text-align:left}.foot-col-left,.foot-cs,.foot-links{justify-content:flex-start}.foot-org-info{max-width:none}.foot-bottom{justify-content:flex-start;gap:1.6rem}.foot-copyright{width:100%}.cta-inner{padding:4rem 2.4rem}.home-hero{padding:6.4rem 0 4.8rem}}