:root{--navy:#0b1736;--navy-deep:#071126;--blue:#2868d8;--blue-soft:#edf4ff;--ink:#17213a;--muted:#667085;--line:#dbe3f0;--bg:#f5f8fc;--white:#fff;--shadow:0 14px 34px rgba(15,32,68,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;color:var(--ink);line-height:1.65;word-break:keep-all;background:#fff}a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.narrow{width:min(900px,calc(100% - 40px))}.skip-link{position:fixed;top:-60px;left:14px;z-index:100;background:#fff;padding:10px 14px;border-radius:9px}.skip-link:focus{top:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner,.footer-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;gap:10px;align-items:center;font-weight:800;text-decoration:none}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:linear-gradient(145deg,var(--blue),var(--navy));color:#fff;font-size:14px}.nav{display:flex;gap:20px}.nav a{text-decoration:none;font-size:13px;font-weight:750;color:#46536b;letter-spacing:-.01em}.nav a:hover{color:var(--blue)}.hero{padding:68px 0 58px;background:radial-gradient(circle at 82% 16%,rgba(59,123,240,.18),transparent 30%),linear-gradient(145deg,#f8fbff,#eef4ff 58%,#fff)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center}.eyebrow{margin:0 0 9px;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.12em}.hero h1,.section-heading h2,.intro-copy h2,.apply-box h2{letter-spacing:-.045em;line-height:1.14}.hero h1{margin:0;font-size:clamp(44px,6vw,68px);color:var(--navy-deep)}.hero h1 span{color:var(--blue)}.hero-text{max-width:650px;margin:18px 0 0;font-size:18px;color:#4d5b74}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:0 20px;border-radius:11px;text-decoration:none;font-weight:800;font-size:14px;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.primary{background:var(--blue);color:#fff;box-shadow:0 9px 20px rgba(40,104,216,.20)}.secondary{background:#fff;border:1px solid var(--line)}.full{width:100%}.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:25px 0 0}.hero-facts li{padding:12px 13px;border:1px solid rgba(40,104,216,.13);border-radius:12px;background:rgba(255,255,255,.8);display:flex;flex-direction:column;box-shadow:0 7px 16px rgba(20,42,84,.04)}.fact-code{font-size:10px!important;font-weight:900!important;letter-spacing:.14em!important;color:#7c8ca8!important}.hero-facts strong{margin-top:2px;font-size:17px;color:var(--navy)}.hero-facts li>span:last-child{font-size:12px;color:var(--muted)}.hero-card{padding:26px;border-radius:22px;color:#fff;background:linear-gradient(155deg,#122653,var(--navy-deep));box-shadow:0 18px 42px rgba(15,32,68,.15);border:1px solid rgba(255,255,255,.08)}.hero-card-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.12);font-size:10px;letter-spacing:.16em;color:#9fb8e6}.hero-card-head b{font-size:14px;color:#fff}.wave{height:42px;display:flex;align-items:center;gap:6px;margin-top:13px}.wave span{width:6px;border-radius:99px;background:#f0b429;height:20px}.wave span:nth-child(odd){height:36px}.card-label{margin:10px 0 5px;color:#a8c6ff;font-size:12px;font-weight:800}.hero-card h2{margin:0;font-size:32px;line-height:1.28}.output-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:19px}.output-list span{display:flex;align-items:center;gap:6px;padding:9px 8px;border:1px solid rgba(255,255,255,.10);border-radius:10px;background:rgba(255,255,255,.04);font-size:12px;color:#dbe8ff}.output-list b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:6px;background:rgba(255,255,255,.09);font-size:10px}.section{position:relative;padding:54px 0;border-top:1px solid rgba(219,227,240,.78)}.muted{background:linear-gradient(180deg,#f9fbff,var(--bg))}.section-index{align-self:start;padding-top:2px}.section-index span{display:block;font-size:30px;font-weight:900;line-height:1;color:var(--blue);letter-spacing:-.05em}.section-index p{margin:8px 0 0;font-size:10px;font-weight:850;line-height:1.45;letter-spacing:.14em;color:#8390a6}.section-index.horizontal{display:flex;align-items:center;gap:12px;padding:0}.section-index.horizontal span{font-size:25px}.section-index.horizontal p{margin:0}.section-index.light-index span{color:#8fb4ff}.section-index.light-index p{color:#7f91af}.compact-index{margin-bottom:16px}.editorial-grid{display:grid;grid-template-columns:130px 1.15fr .85fr;gap:32px;align-items:start}.intro-copy h2{margin:0;font-size:clamp(31px,4vw,44px)}.intro-copy>p:not(.eyebrow){margin:15px 0 0;color:#536179}.intro-points{display:grid;gap:9px}.intro-points article{display:grid;grid-template-columns:32px 1fr;gap:11px;padding:14px 15px;border:1px solid var(--line);border-radius:13px;background:#fff}.letter-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:900}.intro-points strong{display:block;margin-top:1px;color:var(--navy)}.intro-points p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.section-title-row{display:grid;grid-template-columns:150px 1fr;gap:26px;align-items:start;margin-bottom:24px}.section-heading{max-width:760px;margin:0}.section-heading.left{text-align:left}.section-heading h2{margin:0;font-size:clamp(31px,4vw,44px)}.section-heading p:last-child{margin:12px 0 0;color:var(--muted)}.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.info-card{padding:21px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 20px rgba(20,42,84,.045)}.card-heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #edf1f6}.number{color:var(--blue);font-weight:900;font-size:13px}.card-word{font-size:10px;font-weight:850;letter-spacing:.13em;color:#98a5b9}.info-card h3{margin:14px 0 7px;color:var(--navy);font-size:20px}.info-card p{margin:0;color:var(--muted)}.deliverables{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.deliverables>div{padding:16px;border-right:1px solid var(--line)}.deliverables>div:last-child{border-right:0}.deliverables span{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.deliverables strong{display:block;margin:5px 0 2px;color:var(--navy)}.deliverables p{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.timeline{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;counter-reset:x}.timeline li{counter-increment:x;display:grid;grid-template-columns:36px 82px 1fr;align-items:start;gap:11px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:13px}.timeline li:before{content:counter(x,decimal-leading-zero);font-size:11px;font-weight:900;color:var(--blue);letter-spacing:.08em;padding-top:2px}.time{font-weight:850;color:var(--navy);font-size:13px}.topic{color:#4f5d75;font-size:13px}.topic strong{color:var(--ink);font-size:14px}.method-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:12px;border:1px solid #d8e3f5;border-radius:13px;background:#eef4ff;overflow:hidden}.method-strip span{padding:12px 14px;border-right:1px solid #d8e3f5;font-size:12px;color:#536179}.method-strip span:last-child{border-right:0}.method-strip b{display:block;margin-bottom:3px;font-size:10px;letter-spacing:.12em;color:var(--blue)}.split,.instructor-grid,.apply-box{display:grid;grid-template-columns:1fr .8fr;gap:32px}.section-heading.compact{margin-bottom:19px}.check-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.check-list li{display:flex;flex-direction:column;gap:3px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.check-list b{font-size:10px;letter-spacing:.11em;color:var(--blue)}.check-list span{font-size:13px;color:#46536b}.notice{padding:22px;border-radius:17px;background:var(--navy-deep);color:#dce7fa;box-shadow:var(--shadow)}.notice-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.10)}.notice-head span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#89adf2}.notice-head strong{font-size:19px;color:#fff}.notice>p{margin:14px 0 0}.notice ul{margin:13px 0 0;padding-left:18px;color:#c8d7ee;font-size:13px}.notice li{margin:5px 0}.small{font-size:12px;color:#afc0df!important}.dark{background:var(--navy-deep);color:#dce7fa;border-top:0}.instructor-grid{grid-template-columns:.72fr 1.28fr}.instructor-summary{padding-right:20px}.dark h2{margin:0;font-size:43px;color:#fff}.instructor-title{margin-top:7px;color:#aebddb}.bio{padding:21px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.035)}.bio>p{margin-top:0;font-size:16px;color:#d4e0f2}.experience-list{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:8px}.experience-list li{display:grid;grid-template-columns:32px 1fr;gap:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.08)}.experience-list li>span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#8fb4ff}.experience-list strong{display:block;color:#fff}.experience-list p{margin:2px 0 0;font-size:13px;color:#aebddb}.faq-title-row{grid-template-columns:110px 1fr}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.faq-list details{border:1px solid var(--line);border-radius:13px;padding:0 16px;background:#fff}.faq-list summary{position:relative;padding:15px 24px 15px 0;font-weight:850;cursor:pointer;font-size:14px}.faq-list summary span{display:inline-block;width:27px;color:var(--blue);font-size:10px;letter-spacing:.08em}.faq-list summary::after{content:"+";position:absolute;right:0;top:13px;font-size:18px;color:var(--blue)}.faq-list details[open] summary::after{content:"−"}.faq-list p{margin:-1px 0 15px;color:var(--muted);font-size:13px}.apply-section{background:linear-gradient(145deg,#edf4ff,#f9fbff);border-top:0}.apply-box{grid-template-columns:1fr .7fr;padding:32px;border:1px solid #d6e2f7;border-radius:22px;background:rgba(255,255,255,.88);box-shadow:var(--shadow)}.apply-box h2{margin:0;font-size:clamp(32px,4vw,44px)}.apply-box>div:first-child>p:last-child{color:var(--muted)}.apply-panel{padding:20px;border-radius:16px;background:#fff;border:1px solid var(--line)}.apply-panel dl{margin:0 0 17px}.apply-panel dl div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #edf1f6;font-size:13px}.apply-panel dd{margin:0;font-weight:850;color:var(--navy)}.contact{text-align:center;font-size:12px;color:var(--muted)}.site-footer{background:#050b19;color:#8291aa}.footer-inner{min-height:68px}.footer-inner p{margin:0}.footer-inner a{color:#c8d3e5;text-decoration:none}@media(max-width:940px){.nav{display:none}.hero-grid,.editorial-grid,.split,.instructor-grid,.apply-box,.cards.three{grid-template-columns:1fr}.editorial-grid{gap:22px}.section-index{display:flex;align-items:center;gap:10px}.section-index p{margin:0}.section-title-row{grid-template-columns:1fr;gap:12px}.hero-grid{gap:30px}.timeline{grid-template-columns:1fr}.deliverables{grid-template-columns:repeat(2,1fr)}.deliverables>div:nth-child(2){border-right:0}.deliverables>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.output-list{grid-template-columns:1fr}.instructor-summary{padding-right:0}.faq-title-row{grid-template-columns:1fr}}@media(max-width:620px){.container,.narrow{width:calc(100% - 28px)}.hero{padding:52px 0 44px}.hero h1{font-size:41px}.hero-facts{grid-template-columns:1fr}.section{padding:44px 0}.section-heading h2,.intro-copy h2{font-size:31px}.cards.three,.check-list,.faq-list,.method-strip{grid-template-columns:1fr}.deliverables{grid-template-columns:1fr}.deliverables>div{border-right:0;border-bottom:1px solid var(--line)}.deliverables>div:last-child{border-bottom:0}.method-strip span{border-right:0;border-bottom:1px solid #d8e3f5}.method-strip span:last-child{border-bottom:0}.timeline li{grid-template-columns:30px 1fr}.timeline .topic{grid-column:2}.hero-card{padding:22px}.hero-card h2{font-size:28px}.apply-box{padding:24px 18px}.footer-inner{padding:17px 0;align-items:flex-start;flex-direction:column}.dark h2{font-size:39px}}
