@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";@import"https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500;700;800;900&family=Noto+Sans+KR:wght@500;700;900&family=Archivo:wght@600;700&family=Black+Han+Sans&family=Do+Hyeon&family=Gaegu:wght@700&family=Jua&display=swap";:root{--nav-blue: #1a4fa3;--nav-blue-d: #163f86;--navy: #0e2a63;--navy-deep: #0a1f4d;--blue: #2563c4;--blue-bright:#2f7de0;--yellow: #ffd21e;--ink: #16233f;--ink-soft: #44506b;--gray: #6b7585;--line: #e4e9f1;--bg: #ffffff;--bg-soft: #f4f7fb;--bg-blue: #eef3fb;--wrap: 1180px;--radius: 10px;--f-body: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", system-ui, sans-serif;--f-display: "Black Han Sans", var(--f-body);--f-round: "Jua", var(--f-body);--f-hand: "Gaegu", var(--f-body);--kd-navy: #132a4d;--kd-navy-deep: #0c1e3a;--kd-orange: #e8630a;--kd-steel: #6d7885;--kd-line: #e3e8ee;--f-disp: "Noto Sans KR", var(--f-body);--f-en: "Archivo", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--f-body);color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-break:keep-all;overflow-wrap:break-word;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}.md-content{color:var(--ink-soft);font-size:15px;line-height:1.82;overflow-wrap:anywhere}.md-content>*+*{margin-top:14px}.md-content h2,.md-content h3,.md-content h4,.md-content h5,.md-content h6{color:var(--navy);font-family:var(--f-body);font-weight:900;line-height:1.35;letter-spacing:0}.md-content h2,.md-content h3{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);font-size:20px}.md-content h4{font-size:18px}.md-content h5,.md-content h6{font-size:16px}.md-content p{margin:0}.md-content .md-align{display:block}.md-content .md-align--center{text-align:center}.md-content .md-align--right{text-align:right}.md-content .md-align--left{text-align:left}.md-content strong{color:var(--navy);font-weight:900}.md-content em{color:var(--ink);font-style:normal;font-weight:700}.md-content u{color:var(--ink);font-weight:800;text-decoration:underline;text-decoration-color:var(--blue);text-decoration-thickness:2px;text-underline-offset:3px}.md-content mark{border-radius:5px;background:#ffd21e7a;color:var(--navy);padding:0 4px;font-weight:900}.md-content a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}.md-content code{border:1px solid var(--line);border-radius:6px;background:var(--bg-soft);color:var(--navy);padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.md-content ul,.md-content ol{display:grid;gap:8px;margin:0;padding-left:0;list-style:none}.md-content li{position:relative;padding-left:22px}.md-content li:before{content:"";position:absolute;left:2px;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--blue)}.md-content ol{counter-reset:md-ordered}.md-content ol li{counter-increment:md-ordered;padding-left:30px}.md-content ol li:before{content:counter(md-ordered);top:.18em;left:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:12px;font-weight:900}.md-content .md-task{display:flex;align-items:flex-start;gap:9px;padding-left:0}.md-content .md-task:before{content:none}.md-task__box{flex:none;width:17px;height:17px;margin-top:.34em;border:2px solid var(--blue);border-radius:5px;background:#fff}.md-task__box.is-checked{background:var(--blue);box-shadow:inset 0 0 0 3px #fff}.md-content blockquote{margin:0;border-left:4px solid var(--blue);border-radius:0 8px 8px 0;background:var(--bg-blue);padding:14px 16px;color:var(--ink);font-weight:700}.md-content hr{border:0;border-top:1px solid var(--line);margin:22px 0}.md-content figure{margin:18px 0 0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.md-content figure img{width:100%;max-height:520px;object-fit:cover}.md-content figcaption{padding:10px 12px;color:var(--gray);font-size:13px;font-weight:700;background:var(--bg-soft)}.md-content .md-video{aspect-ratio:16 / 9;display:grid;place-items:center;background:var(--navy-deep)}.md-content .md-video iframe,.md-content .md-video video{width:100%;height:100%;border:0;display:block}.md-content .md-video a{color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:9px 15px;text-decoration:none}.md-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.md-content table{width:100%;min-width:520px;border-collapse:collapse}.md-content th,.md-content td{border-bottom:1px solid var(--line);padding:11px 13px;text-align:left;vertical-align:top}.md-content th{background:var(--bg-blue);color:var(--navy);font-weight:900}.md-content tr:last-child td{border-bottom:0}.md-empty{color:var(--gray);font-weight:700}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}.full{width:100%}.t-blue{color:var(--blue)}.t-navy{color:var(--navy)}.t-yellow{color:var(--yellow)}.t-white{color:#fff}.page-head{background:var(--bg-soft);border-bottom:1px solid var(--line);padding:48px 0;text-align:center}.page-head h1{font-family:var(--f-round);font-size:38px;color:var(--navy);letter-spacing:-.5px}.page-head .crumb{margin-top:10px;color:var(--gray);font-size:14px}.page-body{padding:60px 0 90px}@media(max-width:1240px){.wrap{padding-left:20px;padding-right:20px}}@media(max-width:760px){.page-head{padding:36px 0}.page-head h1{font-size:28px}.page-body{padding:44px 0 64px}}.logo[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;gap:12px}.logo__mark[data-astro-cid-tvrurpns]{flex:0 0 auto;width:auto;height:calc(var(--logo-size) * 1.08);object-fit:contain;display:block}.logo__txt[data-astro-cid-tvrurpns]{display:flex;flex-direction:column;line-height:1.05}.logo__ko[data-astro-cid-tvrurpns]{font-family:var(--f-body);font-weight:800;font-size:30px;letter-spacing:-1px}.logo__en[data-astro-cid-tvrurpns]{font-style:normal;font-weight:700;font-size:10.5px;letter-spacing:1.2px;margin-top:3px}.logo--dark[data-astro-cid-tvrurpns] .logo__ko[data-astro-cid-tvrurpns]{color:#16357a}.logo--dark[data-astro-cid-tvrurpns] .logo__en[data-astro-cid-tvrurpns]{color:#2f7de0}.logo--dark[data-astro-cid-tvrurpns] .logo__mark[data-astro-cid-tvrurpns]{background:#fff}.logo--light[data-astro-cid-tvrurpns] .logo__ko[data-astro-cid-tvrurpns]{color:#fff}.logo--light[data-astro-cid-tvrurpns] .logo__en[data-astro-cid-tvrurpns]{color:#aebfe0}.logo--light[data-astro-cid-tvrurpns] .logo__mark[data-astro-cid-tvrurpns]{background:#fff;border-radius:8px;padding:3px;box-shadow:0 5px 14px #0000002e}@media(max-width:480px){.logo[data-astro-cid-tvrurpns]{gap:8px;min-width:0}.logo__mark[data-astro-cid-tvrurpns]{height:52px}.logo__ko[data-astro-cid-tvrurpns]{font-size:25px;letter-spacing:-.5px}.logo__en[data-astro-cid-tvrurpns]{font-size:8.5px;letter-spacing:.6px;white-space:nowrap}}@media(max-width:360px){.logo__mark[data-astro-cid-tvrurpns]{height:48px}.logo__ko[data-astro-cid-tvrurpns]{font-size:22px}.logo__en[data-astro-cid-tvrurpns]{font-size:7.5px;letter-spacing:.4px}}.hd[data-astro-cid-ctg3m53h]{background:#fff}.hd-gnb[data-astro-cid-ctg3m53h],.hd-drop[data-astro-cid-ctg3m53h],.hd-dim[data-astro-cid-ctg3m53h]{display:none}.hd__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px}.hd__contact[data-astro-cid-ctg3m53h]{text-align:right;line-height:1.2}.hd__label[data-astro-cid-ctg3m53h]{display:block;color:var(--blue);font-weight:700;font-size:14px;letter-spacing:1px;margin-bottom:2px}.hd__phone[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:8px}.hd__phone[data-astro-cid-ctg3m53h] b[data-astro-cid-ctg3m53h]{font-size:36px;font-weight:800;color:var(--navy);letter-spacing:-1px}.hd__addr[data-astro-cid-ctg3m53h]{display:flex;align-items:flex-start;justify-content:flex-end;gap:7px;margin-top:6px;color:var(--ink);font-size:15px;font-weight:500}.hd__addr[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{flex:0 0 auto;margin-top:2px}.hd__addr[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:grid;gap:2px}.hd__addr[data-astro-cid-ctg3m53h] b[data-astro-cid-ctg3m53h]{color:var(--ink);font-size:15px;font-weight:800}.hd__addr[data-astro-cid-ctg3m53h] small[data-astro-cid-ctg3m53h]{color:var(--gray);font-size:12px;font-weight:600}@media(min-width:981px){.hd[data-astro-cid-ctg3m53h]{position:relative;z-index:60;border-bottom:1px solid #d9e0e9}.hd__inner[data-astro-cid-ctg3m53h]{padding-top:13px;padding-bottom:13px}.hd-gnb[data-astro-cid-ctg3m53h]{display:flex;flex:1;justify-content:center;align-self:stretch;margin:-13px 24px}.hd-gnb[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{display:flex;height:100%}.hd-gnb[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h]{height:100%}.hd-gnb[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{position:relative;display:flex;align-items:center;height:100%;padding:0 30px;font-size:16.5px;font-weight:700;letter-spacing:-.4px;color:var(--ink);transition:color .15s;white-space:nowrap}.hd-gnb[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:3px;background:var(--kd-orange);transform:scaleX(0);transition:transform .18s}.hd-gnb[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h]:hover a[data-astro-cid-ctg3m53h],.hd-gnb[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h].on a[data-astro-cid-ctg3m53h]{color:var(--kd-navy);font-weight:800}.hd-gnb[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h]:hover a[data-astro-cid-ctg3m53h]:after,.hd-gnb[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h].on a[data-astro-cid-ctg3m53h]:after{transform:scaleX(1)}.hd-drop[data-astro-cid-ctg3m53h]{display:block;position:absolute;left:0;right:0;top:100%;height:212px;background:#fff;border-top:1px solid var(--kd-line);border-bottom:1px solid #d9e0e9;box-shadow:0 22px 40px #111a241a;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility 0s linear .2s}.hd[data-astro-cid-ctg3m53h]:has(.hd-gnb:hover) .hd-drop[data-astro-cid-ctg3m53h],.hd-drop[data-astro-cid-ctg3m53h]:hover{opacity:1;visibility:visible;transition-delay:0s}.hd-drop__col[data-astro-cid-ctg3m53h]{position:absolute;top:0;bottom:0;padding:20px 0;border-left:1px solid #eef1f5}.hd-drop__col[data-astro-cid-ctg3m53h]:last-of-type{border-right:1px solid #eef1f5}.hd-drop__col[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{display:grid;gap:1px}.hd-drop__col[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;text-align:center;padding:9px 8px;font-size:14.5px;font-weight:600;letter-spacing:-.3px;color:#485464;transition:.13s}.hd-drop__col[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:#f6f2ee;color:var(--kd-orange);font-weight:800}.hd-dim[data-astro-cid-ctg3m53h]{display:block;position:fixed;inset:0;z-index:-1;background:#0c142361;opacity:0;visibility:hidden;transition:opacity .16s,visibility 0s linear .2s;pointer-events:none}.hd[data-astro-cid-ctg3m53h]:has(.hd-gnb:hover) .hd-dim[data-astro-cid-ctg3m53h],.hd[data-astro-cid-ctg3m53h]:has(.hd-drop:hover) .hd-dim[data-astro-cid-ctg3m53h]{opacity:1;visibility:visible;transition-delay:0s}.hd__inner[data-astro-cid-ctg3m53h] .logo__mark{height:46px}.hd__inner[data-astro-cid-ctg3m53h] .logo__ko{font-family:var(--f-disp);font-weight:900;font-size:21px;letter-spacing:-.5px;color:var(--kd-navy)}.hd__inner[data-astro-cid-ctg3m53h] .logo__en{font-family:var(--f-en);font-size:8.5px;letter-spacing:2px;color:var(--kd-steel)}.hd__label[data-astro-cid-ctg3m53h],.hd__addr[data-astro-cid-ctg3m53h]{display:none}.hd__phone[data-astro-cid-ctg3m53h]{border:1px solid #d9e0e9;padding:9px 17px;gap:7px;transition:border-color .18s}.hd__phone[data-astro-cid-ctg3m53h]:hover{border-color:var(--kd-navy)}.hd__phone[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:17px;height:17px}.hd__phone[data-astro-cid-ctg3m53h] b[data-astro-cid-ctg3m53h]{font-family:var(--f-en);font-size:16px;font-weight:700;letter-spacing:.5px;color:var(--kd-navy)}}@media(min-width:981px)and (max-width:1180px){.hd__inner[data-astro-cid-ctg3m53h] .logo__en{display:none}.hd-gnb[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:0 18px;font-size:15.5px}}.hd__burger[data-astro-cid-ctg3m53h]{display:none;position:relative;z-index:970;flex-direction:column;justify-content:center;gap:5px;width:46px;height:42px;padding:0 10px;background:#fff;border:1px solid var(--line);border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.hd__burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;height:2.5px;width:100%;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.hd__burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hd__burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}.hd__burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.hd__burger[data-astro-cid-ctg3m53h].is-open{pointer-events:none}@media(max-width:980px){.hd__inner[data-astro-cid-ctg3m53h]{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:2px 12px;text-align:left;padding-top:14px;padding-bottom:14px}.hd__burger[data-astro-cid-ctg3m53h]{display:inline-flex;order:2;margin-left:auto}.hd__contact[data-astro-cid-ctg3m53h]{display:none}}.nav[data-astro-cid-4lunwx2e]{display:none}@media(max-width:980px){.nav[data-astro-cid-4lunwx2e]{display:block;position:fixed;inset:0;z-index:960;visibility:hidden;pointer-events:none}.nav[data-astro-cid-4lunwx2e].is-open{visibility:visible;pointer-events:auto}.nav__scrim[data-astro-cid-4lunwx2e]{position:absolute;inset:0;background:#060e1c61;opacity:0;transition:opacity .2s ease}.nav[data-astro-cid-4lunwx2e].is-open .nav__scrim[data-astro-cid-4lunwx2e]{opacity:1}.nav__drawer[data-astro-cid-4lunwx2e]{position:absolute;top:0;right:0;bottom:0;width:min(340px,84%);background:#fff;box-shadow:-10px 0 28px #00000047;display:flex;flex-direction:column;transform:translate(100%);transition:transform .24s ease}.nav[data-astro-cid-4lunwx2e].is-open .nav__drawer[data-astro-cid-4lunwx2e]{transform:translate(0)}.nav__head[data-astro-cid-4lunwx2e]{flex:none;background:var(--kd-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px;font-size:14.5px;font-weight:800}.nav__close[data-astro-cid-4lunwx2e]{background:none;border:none;color:#fff;font-size:16px;line-height:1;padding:4px;cursor:pointer}.nav__body[data-astro-cid-4lunwx2e]{flex:1;overflow:auto}.grp__head[data-astro-cid-4lunwx2e]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px 16px 19px;background:#fff;border:none;border-left:3px solid transparent;font-family:inherit;font-size:14.5px;font-weight:800;color:var(--kd-navy);text-align:left;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.grp[data-astro-cid-4lunwx2e].expanded .grp__head[data-astro-cid-4lunwx2e]{color:var(--kd-orange);background:#fdf3ec;border-left-color:var(--kd-orange)}.grp__chevron[data-astro-cid-4lunwx2e]{width:8px;height:8px;border-right:2px solid var(--kd-steel);border-bottom:2px solid var(--kd-steel);transform:rotate(45deg);margin-top:-2px;flex:none;transition:transform .18s,border-color .18s}.grp[data-astro-cid-4lunwx2e].expanded .grp__chevron[data-astro-cid-4lunwx2e]{transform:rotate(-135deg);margin-top:2px;border-color:var(--kd-orange)}.grp__children[data-astro-cid-4lunwx2e]{max-height:0;overflow:hidden;transition:max-height .22s ease}.grp[data-astro-cid-4lunwx2e].expanded .grp__children[data-astro-cid-4lunwx2e]{max-height:260px}.grp__link[data-astro-cid-4lunwx2e]{display:flex;align-items:center;padding:11px 20px 11px 31px;font-size:13px;font-weight:600;color:var(--kd-steel);background:#fff}.grp__link[data-astro-cid-4lunwx2e].is-active{color:var(--kd-orange);font-weight:800;border-left:3px solid var(--kd-orange);padding-left:28px;margin-left:-3px}.nav__admin[data-astro-cid-4lunwx2e]{display:none}.nav__admin[data-astro-cid-4lunwx2e]:not([hidden]){display:grid;gap:10px;margin:12px 14px;border:1px solid var(--kd-line);border-radius:14px;background:#f4f7fb;padding:13px}.nav__admin-head[data-astro-cid-4lunwx2e]{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--kd-navy);font-size:13px}.nav__admin-head[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{color:var(--kd-steel);font-weight:800}.nav__admin-head[data-astro-cid-4lunwx2e] b[data-astro-cid-4lunwx2e]{color:var(--kd-orange);font-weight:900}.nav__admin-links[data-astro-cid-4lunwx2e]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.nav__admin-links[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;border:1px solid var(--kd-line);color:var(--kd-navy);font-size:13px;font-weight:900;text-align:center;padding:8px}.nav__admin-links[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:last-child{grid-column:1 / -1;background:var(--kd-navy);color:#fff;border-color:var(--kd-navy)}.nav__bar[data-astro-cid-4lunwx2e]{flex:none;display:flex}.nav__bar[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{flex:1;display:flex;align-items:center;justify-content:center;padding:15px 0;font-weight:800;font-size:13.5px;color:#fff}.nav__bar[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:first-child{background:var(--kd-navy)}.nav__bar[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:last-child{background:var(--kd-orange)}}.ft__band[data-astro-cid-gcn2mc3v]{background:linear-gradient(180deg,#102b66,#0a1f4d)}.ft__band-inner[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:230px 1fr 300px;align-items:center;gap:24px;padding:26px 20px}.ft__feats[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;gap:18px;border-left:1px solid rgba(255,255,255,.14);border-right:1px solid rgba(255,255,255,.14);padding:4px 28px}.ft__feat[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:11px}.ft__ic[data-astro-cid-gcn2mc3v]{width:52px;height:52px;border-radius:50%;background:#ffffff14;display:grid;place-items:center}.ft__feat-txt[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;line-height:1.25}.ft__feat-txt[data-astro-cid-gcn2mc3v] b[data-astro-cid-gcn2mc3v]{color:#fff;font-size:16px;font-weight:700}.ft__feat-txt[data-astro-cid-gcn2mc3v] em[data-astro-cid-gcn2mc3v]{color:#9fb4dd;font-size:12.5px;font-style:normal;margin-top:2px}.ft__contact[data-astro-cid-gcn2mc3v]{text-align:right}.ft__ph-label[data-astro-cid-gcn2mc3v]{display:block;color:#aebfe0;font-size:13px;font-weight:600;letter-spacing:1px}.ft__phone[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:7px;margin-top:2px}.ft__phone[data-astro-cid-gcn2mc3v] b[data-astro-cid-gcn2mc3v]{color:var(--yellow);font-size:28px;font-weight:800;letter-spacing:-.5px}.ft__addr[data-astro-cid-gcn2mc3v]{display:flex;align-items:flex-start;justify-content:flex-end;gap:6px;margin-top:6px;color:#dbe5fb;font-size:14px}.ft__addr[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{flex:0 0 auto;margin-top:2px}.ft__addr[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{display:grid;gap:2px}.ft__addr[data-astro-cid-gcn2mc3v] b[data-astro-cid-gcn2mc3v]{color:#eef5ff;font-size:14px;font-weight:800}.ft__addr[data-astro-cid-gcn2mc3v] small[data-astro-cid-gcn2mc3v]{color:#9fb4dd;font-size:12px;font-weight:600}.ft__contact-m[data-astro-cid-gcn2mc3v]{display:none}.ft__tagline[data-astro-cid-gcn2mc3v]{background:#fff;padding:30px 0 26px;text-align:center}.ft__slogan[data-astro-cid-gcn2mc3v]{font-family:var(--f-body);font-weight:800;font-size:34px;color:var(--navy);letter-spacing:-1px}.ft__slogan[data-astro-cid-gcn2mc3v] .t-blue[data-astro-cid-gcn2mc3v]{color:var(--blue)}.ft__fleet[data-astro-cid-gcn2mc3v]{margin:14px auto 0;max-width:880px;height:110px;background:url(/img/fleet-row.png) center/contain no-repeat}.ft__copy[data-astro-cid-gcn2mc3v]{background:#0a1f4d}.ft__copy-inner[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:#8ea3cf;font-size:13px}.ft__links[data-astro-cid-gcn2mc3v]{display:flex;gap:18px}.ft__links[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff}@media(min-width:981px){.ft__band[data-astro-cid-gcn2mc3v]{background:var(--kd-navy-deep)}.ft__tagline[data-astro-cid-gcn2mc3v]{display:none}.ft__phone[data-astro-cid-gcn2mc3v] b[data-astro-cid-gcn2mc3v]{color:#fff;font-family:var(--f-en);letter-spacing:.5px}.ft__phone[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{fill:var(--kd-orange)}.ft__copy[data-astro-cid-gcn2mc3v]{background:#081527}}@media(max-width:1120px){.ft__band-inner[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr;gap:22px;text-align:center;justify-items:center}.ft__feats[data-astro-cid-gcn2mc3v]{flex-wrap:wrap;justify-content:center;border-left:none;border-right:none;padding:0;gap:16px 22px}.ft__contact[data-astro-cid-gcn2mc3v]{text-align:center}.ft__addr[data-astro-cid-gcn2mc3v]{justify-content:center}.ft__copy-inner[data-astro-cid-gcn2mc3v]{flex-direction:column;gap:8px;text-align:center}}@media(max-width:980px){.ft__band[data-astro-cid-gcn2mc3v]{display:none}.ft__contact-m[data-astro-cid-gcn2mc3v]{display:block}.ft__map-m[data-astro-cid-gcn2mc3v]{position:relative;display:block;height:132px;background:#e8ecf1;overflow:hidden}.ft__map-m[data-astro-cid-gcn2mc3v] img[data-astro-cid-gcn2mc3v]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ft__map-m__pin[data-astro-cid-gcn2mc3v]{position:absolute;left:50%;top:50%;transform:translate(-50%,-115%);background:var(--kd-navy);color:#fff;font-size:12px;font-weight:700;padding:7px 12px;white-space:nowrap;box-shadow:0 6px 16px #0c1e3a4d}.ft__map-m__pin[data-astro-cid-gcn2mc3v]:after{content:"";position:absolute;left:50%;bottom:-7px;transform:translate(-50%);border:7px solid transparent;border-top-color:var(--kd-navy);border-bottom:0}.ft__panel-m[data-astro-cid-gcn2mc3v]{background:var(--kd-navy);color:#fff;padding:24px 20px 22px}.ft__panel-m__h[data-astro-cid-gcn2mc3v]{font-family:var(--f-round);font-weight:900;font-size:20px;letter-spacing:-.3px}.ft__panel-m__h[data-astro-cid-gcn2mc3v] i[data-astro-cid-gcn2mc3v]{color:var(--kd-orange);font-style:normal}.ft__panel-m__feats[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 18px;list-style:none;padding:0}.ft__panel-m__feats[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{font-size:12px;font-weight:800;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);padding:6px 12px;border-radius:999px}.ft__panel-m__rows[data-astro-cid-gcn2mc3v]{display:grid;gap:13px;margin-bottom:20px}.ft__panel-m__rows[data-astro-cid-gcn2mc3v]>div[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:60px 1fr;gap:14px;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:12px;font-size:13.5px}.ft__panel-m__rows[data-astro-cid-gcn2mc3v] dt[data-astro-cid-gcn2mc3v]{font-weight:700;color:#8fa2bf;margin:0}.ft__panel-m__rows[data-astro-cid-gcn2mc3v] dd[data-astro-cid-gcn2mc3v]{margin:0;font-weight:600;letter-spacing:-.2px}.ft__panel-m__rows[data-astro-cid-gcn2mc3v] dd[data-astro-cid-gcn2mc3v].tel{font-family:var(--f-en);font-size:21px;font-weight:700;letter-spacing:.5px}.ft__panel-m__maps[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ft__panel-m__mapbtn[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;justify-content:center;gap:7px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:11px 8px;color:#fff;font-size:13px;font-weight:800}.ft__panel-m__mapbtn[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{width:17px;height:17px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:10.5px;font-weight:900;color:#fff}.ft__panel-m__mapbtn--naver[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{background:#03c75a;font-family:var(--f-en)}.ft__panel-m__mapbtn--kakao[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{background:#fee500;color:#3c1e1e}.ft__tagline[data-astro-cid-gcn2mc3v]{padding:22px 20px 20px}.ft__slogan[data-astro-cid-gcn2mc3v]{font-size:19px;letter-spacing:-.5px;line-height:1.4}.ft__fleet[data-astro-cid-gcn2mc3v]{display:none}}.cbar{position:fixed;z-index:950}.cbar__btn{display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.cbar__btn--call{background:var(--navy)}.cbar__btn--inquiry{background:var(--blue)}.cbar__btn--kakao{background:#fae100;color:#371d1d}@media(max-width:860px){.cbar{left:0;right:0;bottom:0;display:flex;box-shadow:0 -2px 14px #0000002e}.cbar__btn{flex:1;flex-direction:row;gap:6px;min-height:52px;padding:8px 4px;font-size:12px;font-weight:800}.cbar__btn svg{width:18px;height:18px}body{padding-bottom:52px}}@media(min-width:861px){.cbar{right:20px;bottom:22px;display:flex;flex-direction:column;gap:10px}.cbar__btn{width:58px;height:58px;border-radius:50%;flex-direction:column;gap:1px;font-size:9px;font-weight:700;box-shadow:0 6px 18px #0000003d;transition:transform .15s}.cbar__btn:hover{transform:translateY(-2px)}}.admin-session-entry{position:fixed;top:10px;right:12px;z-index:950;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#2d333f;color:#fff;font-family:var(--f-body);font-size:13px;font-weight:900;letter-spacing:0;box-shadow:0 10px 24px #14182147}.admin-session-entry[hidden]{display:none!important}.admin-session-entry:hover{background:#434b5a;color:#fff}@media(max-width:760px){.admin-session-entry{inset:auto 12px 62px auto;transform:none;min-height:32px;padding:0 13px;font-size:12px}}
