@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:'DM Sans','Noto Sans KR',sans-serif;line-height:1.65}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button,input,select,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.wide{width:min(1320px,calc(100% - 40px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:'';width:25px;height:2px;background:currentColor}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{max-width:700px;margin:8px 0 0;font-size:clamp(32px,4vw,54px);line-height:1.12;letter-spacing:-.05em}.section-head p{max-width:480px;margin:0;color:var(--muted)}section{padding:100px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 24px;border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary);color:white;font-weight:800;transition:.25s}.button:hover{transform:translateY(-2px);filter:brightness(.94)}.button.ghost{background:transparent;color:var(--ink);border-color:color-mix(in srgb,var(--ink) 18%,transparent)}.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;height:84px}.header-inner{height:100%;display:flex;align-items:center;gap:42px}.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900;letter-spacing:-.04em}.logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--primary);color:white}.nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:700}.header-cta{margin-left:8px}.menu-button{display:none;margin-left:auto;border:0;background:none;font-size:26px}.drawer{display:none}.hero{min-height:740px;padding:150px 0 80px;overflow:hidden}.hero h1{margin:18px 0 24px;font-size:clamp(50px,7.2vw,96px);line-height:.98;letter-spacing:-.065em}.hero p{max-width:600px;margin:0 0 32px;color:var(--muted);font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.chips{display:flex;gap:9px;flex-wrap:wrap}.chip{padding:10px 15px;border:1px solid color-mix(in srgb,var(--ink) 12%,transparent);border-radius:999px;background:color-mix(in srgb,var(--bg) 84%,transparent);font-size:13px;font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface);overflow:hidden;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(24,27,35,.09)}.card-media{height:220px}.card-body{padding:24px}.card-body small{color:var(--primary);font-weight:800}.card-body h3{margin:8px 0;font-size:21px;letter-spacing:-.03em}.card-body p{margin:0;color:var(--muted);font-size:14px}.icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--soft);color:var(--primary);font-size:23px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border-radius:var(--card-radius);background:var(--ink);color:white;overflow:hidden}.metric{padding:36px;border-right:1px solid rgba(255,255,255,.13)}.metric:last-child{border:0}.metric strong{display:block;font-size:38px;line-height:1}.metric span{font-size:13px;color:rgba(255,255,255,.65)}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split-media{height:580px;border-radius:var(--card-radius);overflow:hidden}.list{display:grid;gap:14px;margin:28px 0}.list-item{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.list-item b{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:var(--primary);color:white}.list-item h3,.list-item p{margin:0}.list-item p{color:var(--muted);font-size:14px}.quote-section{background:var(--ink);color:white}.quotes{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.quote{padding:40px;border:1px solid rgba(255,255,255,.12);border-radius:var(--card-radius);background:rgba(255,255,255,.05)}.quote p{font-size:clamp(22px,3vw,34px);line-height:1.4;letter-spacing:-.03em}.quote small{color:rgba(255,255,255,.6)}.faq{max-width:850px;margin:auto}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;padding:22px 0;border:0;background:none;display:flex;justify-content:space-between;text-align:left;font-weight:800}.faq-answer{display:none;margin:0 0 22px;color:var(--muted)}.faq-item.is-open .faq-answer{display:block}.contact{padding:80px 0;background:var(--primary);color:white}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact h2{max-width:720px;margin:0;font-size:clamp(34px,5vw,62px);line-height:1.1;letter-spacing:-.05em}.contact .button{background:white;color:var(--primary);border-color:white}.site-footer{padding:50px 0 30px;background:#0d1420;color:white}.footer-row{display:flex;justify-content:space-between;gap:30px}.footer-nav{display:flex;gap:24px;color:rgba(255,255,255,.65);font-size:14px}.copyright{margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.45);font-size:12px}.reveal{opacity:0;transform:translateY(18px);transition:.7s}.reveal.is-visible{opacity:1;transform:none}

/* 01 — premium entrance academy */
.theme-01{--primary:#bdff52;--ink:#071d2a;--muted:#65747c;--bg:#f5f8f7;--surface:#fff;--soft:#eaffc9;--line:#dce5e2;--radius:999px;--card-radius:28px}.theme-01 .site-header{color:white}.theme-01 .logo-mark{color:#071d2a}.theme-01 .hero{min-height:880px;background:#071d2a;color:white;position:relative}.theme-01 .hero p{color:#a9bac2}.theme-01 .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px}.theme-01 .portrait-stack{display:flex;align-items:end;gap:12px;height:610px}.theme-01 .portrait{position:relative;flex:1;height:78%;border:2px solid rgba(255,255,255,.4);border-radius:120px 120px 35px 35px;overflow:hidden}.theme-01 .portrait:nth-child(2){height:100%}.theme-01 .portrait:after{content:'';position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(7,29,42,.55))}.theme-01 .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.theme-01 .category{padding:24px 18px;border-radius:20px;background:var(--surface);text-align:center}.theme-01 .category .icon{margin:0 auto 12px}.theme-01 .category b{display:block;font-size:14px}

/* 02 — playful kids lab */
.theme-02{--primary:#ff5b45;--ink:#202135;--muted:#6f7084;--bg:#fffaf2;--surface:#fff;--soft:#fff0a9;--line:#ebe3d7;--radius:15px;--card-radius:30px}.theme-02 .hero{position:relative;background:#aee8ff}.theme-02 .hero:before,.theme-02 .hero:after{content:'';position:absolute;border-radius:50%;background:#ffe364}.theme-02 .hero:before{width:300px;height:300px;left:-130px;top:170px}.theme-02 .hero:after{width:180px;height:180px;right:4%;top:100px}.theme-02 .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px}.theme-02 .hero h1{font-size:clamp(52px,7vw,92px)}.theme-02 .hero-photo{height:570px;border-radius:48% 52% 28% 72% / 38% 35% 65% 62%;overflow:hidden;transform:rotate(2deg);border:12px solid white}.theme-02 .doodle{position:absolute;font-size:45px}.theme-02 .d1{left:48%;top:20%}.theme-02 .d2{right:7%;bottom:14%}.theme-02 .card-grid{grid-template-columns:repeat(4,1fr)}.theme-02 .program-card{padding:28px}.theme-02 .program-card:nth-child(2n){transform:rotate(1.5deg)}.theme-02 .program-card:nth-child(2n+1){transform:rotate(-1.5deg)}

/* 03 — tech bootcamp */
.theme-03{--primary:#7c5cff;--ink:#11101a;--muted:#848092;--bg:#11101a;--surface:#1a1825;--soft:#27213f;--line:#302d3d;--radius:8px;--card-radius:10px;color:#f5f3ff}.theme-03 .site-header{border-bottom:1px solid var(--line)}.theme-03 .logo-mark{border-radius:4px}.theme-03 .hero{padding-top:170px;background-image:linear-gradient(rgba(124,92,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(124,92,255,.11) 1px,transparent 1px);background-size:50px 50px}.theme-03 .hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.theme-03 .terminal{padding:16px;border:1px solid #39344d;border-radius:12px;background:#16141f;box-shadow:20px 20px 0 #7c5cff}.theme-03 .terminal-top{display:flex;gap:7px;padding-bottom:14px}.theme-03 .terminal-top i{width:10px;height:10px;border-radius:50%;background:#ff5c57}.theme-03 .terminal-top i:nth-child(2){background:#ffbd2e}.theme-03 .terminal-top i:nth-child(3){background:#28c840}.theme-03 pre{min-height:390px;margin:0;padding:26px;background:#0b0a10;color:#aaf7d0;white-space:pre-wrap;font:15px/1.8 monospace}.theme-03 .section-head p,.theme-03 .card-body p,.theme-03 .list-item p{color:var(--muted)}.theme-03 .card{box-shadow:none}.theme-03 .metrics{background:#7c5cff}.theme-03 .contact{background:#7c5cff}.theme-03 .site-footer{background:#09080d}

/* 04 — editorial language studio */
.theme-04{--primary:#ff5a43;--ink:#14213d;--muted:#697187;--bg:#fffdf7;--surface:#fff;--soft:#fff0c7;--line:#dce1ea;--radius:999px;--card-radius:24px}.theme-04 .site-header{color:white}.theme-04 .logo-mark{border-radius:50%;background:#ffd84a;color:#14213d}.theme-04 .button{box-shadow:4px 4px 0 #14213d}.theme-04 .hero{min-height:860px;padding-top:138px;background:#3155d9;color:white;position:relative}.theme-04 .hero:before{content:'HELLO!  BONJOUR!  HOLA!  こんにちは!';position:absolute;left:0;bottom:0;width:100%;padding:14px 0;background:#ffd84a;color:#14213d;font-weight:900;letter-spacing:.14em;text-align:center;white-space:nowrap;overflow:hidden}.theme-04 .hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.theme-04 .hero h1{margin:22px 0;font-size:clamp(58px,7.5vw,108px);font-weight:900;line-height:.94}.theme-04 .hero p{color:#dbe3ff}.theme-04 .hero .eyebrow{color:#ffd84a}.theme-04 .hero .button{background:#ffd84a;border-color:#ffd84a;color:#14213d}.theme-04 .hero .ghost{background:transparent;border-color:#9fb0f2;color:white;box-shadow:none}.theme-04 .hero-stage{position:relative;height:610px}.theme-04 .hero-blob{position:absolute;inset:30px 0 0 55px;border-radius:48% 52% 45% 55% / 38% 40% 60% 62%;background:#ff5a43;overflow:hidden;transform:rotate(3deg);border:8px solid #fff}.theme-04 .hero-blob img{transform:rotate(-3deg) scale(1.08)}.theme-04 .speech{position:absolute;z-index:2;padding:15px 21px;border:3px solid #14213d;border-radius:18px;background:white;color:#14213d;font-weight:900;box-shadow:5px 5px 0 #14213d}.theme-04 .speech.one{left:0;top:30px;transform:rotate(-8deg)}.theme-04 .speech.two{right:-5px;bottom:42px;transform:rotate(7deg);background:#ffd84a}.theme-04 .trust-row{display:flex;align-items:center;gap:16px;margin-top:34px;font-size:13px;color:#dbe3ff}.theme-04 .avatars{display:flex}.theme-04 .avatars span{display:grid;place-items:center;width:34px;height:34px;margin-left:-8px;border:2px solid #3155d9;border-radius:50%;background:#ffd84a;color:#14213d;font-size:11px;font-weight:900}.theme-04 .avatars span:first-child{margin:0}.theme-04 .section-head h2{font-weight:900}.theme-04 .lang-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.theme-04 .lang-card{padding:26px;border:2px solid var(--ink);border-radius:24px;background:white;box-shadow:6px 6px 0 var(--ink)}.theme-04 .lang-card:nth-child(2){background:#fff0c7}.theme-04 .lang-card:nth-child(3){background:#dce5ff}.theme-04 .lang-card:nth-child(4){background:#dcf7ea}.theme-04 .lang-card span{font-size:34px}.theme-04 .lang-card h3{margin:20px 0 6px;font-size:20px}.theme-04 .lang-card p{margin:0;color:var(--muted);font-size:14px}.theme-04 .level-tabs{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.theme-04 .level-tabs span{padding:7px 12px;border-radius:999px;background:#f0f2f7;font-size:12px;font-weight:800}.theme-04 .method-section{background:#f3f6ff}.theme-04 .method-board{display:grid;grid-template-columns:.9fr 1.1fr;border:2px solid var(--ink);border-radius:30px;background:white;overflow:hidden;box-shadow:10px 10px 0 var(--ink)}.theme-04 .method-photo{min-height:550px}.theme-04 .method-copy{padding:58px}.theme-04 .method-list{display:grid;gap:0;margin-top:30px}.theme-04 .method-step{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:20px 0;border-top:1px solid var(--line)}.theme-04 .method-step strong{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#3155d9;color:white}.theme-04 .method-step h3,.theme-04 .method-step p{margin:0}.theme-04 .method-step p{color:var(--muted);font-size:14px}.theme-04 .stories-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.theme-04 .story-main,.theme-04 .story-side{padding:40px;border-radius:28px}.theme-04 .story-main{background:#14213d;color:white}.theme-04 .story-main p{font-size:clamp(25px,3.3vw,42px);line-height:1.35;letter-spacing:-.04em}.theme-04 .story-side{background:#ffd84a;color:#14213d}.theme-04 .story-side strong{font-size:54px}.theme-04 .contact{background:#ff5a43}.theme-04 .contact .button{color:#14213d}.theme-04 .site-footer{background:#14213d}

/* 05 — bright course marketplace */
.theme-05{--primary:#19a88c;--ink:#101d31;--muted:#708095;--bg:#fff;--surface:#fff;--soft:#e1f8f3;--line:#e6ebf0;--radius:8px;--card-radius:16px}.theme-05 .hero{min-height:690px;background:linear-gradient(115deg,#f7f2ff,#eefbff);position:relative}.theme-05 .hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:40px}.theme-05 .hero-photo{height:500px;position:relative}.theme-05 .hero-photo img{object-fit:contain}.theme-05 .floating-stat{position:absolute;left:0;bottom:60px;padding:22px 28px;border-radius:15px;background:white;box-shadow:0 20px 50px rgba(41,39,69,.15)}.theme-05 .floating-stat strong{display:block;font-size:25px}.theme-05 .search{display:flex;max-width:570px;padding:7px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 15px 40px rgba(41,39,69,.08)}.theme-05 .search input{flex:1;min-width:0;padding:0 15px;border:0;outline:0}.theme-05 .category-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.theme-05 .category-pill{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:999px;background:white;font-weight:700;font-size:14px}.theme-05 .card-grid{grid-template-columns:repeat(4,1fr)}.theme-05 .course-card .card-media{height:175px}.theme-05 .price{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-weight:800}.theme-05 .rating{color:#f2a900;font-size:13px}

@media(max-width:900px){.nav,.header-cta{display:none}.menu-button{display:block}.drawer{position:fixed;z-index:40;inset:0;background:rgba(0,0,0,.4)}.drawer.is-open{display:block}.drawer-panel{position:absolute;right:0;top:0;width:min(340px,88%);height:100%;padding:70px 30px;background:var(--surface);display:grid;align-content:start;gap:22px}.drawer-close{position:absolute;top:20px;right:20px;border:0;background:none;font-size:30px}.hero,.theme-01 .hero{min-height:auto}.hero-grid,.theme-01 .hero-grid,.theme-02 .hero-grid,.theme-03 .hero-grid,.theme-04 .hero-grid,.theme-05 .hero-grid,.split{grid-template-columns:1fr}.theme-01 .portrait-stack{height:500px}.theme-02 .hero-photo{height:450px}.theme-04 .hero-stage{height:500px}.theme-04 .lang-grid{grid-template-columns:repeat(2,1fr)}.theme-04 .method-board{grid-template-columns:1fr}.theme-04 .method-photo{min-height:420px}.theme-04 .stories-grid{grid-template-columns:1fr}.theme-03 .terminal{margin-right:20px}.theme-05 .hero-photo{height:380px}.card-grid,.theme-02 .card-grid,.theme-05 .card-grid{grid-template-columns:repeat(2,1fr)}.theme-01 .category-grid,.theme-05 .category-pills{grid-template-columns:repeat(2,1fr)}.metrics{grid-template-columns:repeat(2,1fr)}.quotes{grid-template-columns:1fr}}
@media(max-width:600px){.container,.wide{width:min(100% - 28px,1160px)}section{padding:72px 0}.site-header{height:70px}.hero{padding:120px 0 65px}.hero h1{font-size:47px}.section-head{display:block}.section-head p{margin-top:16px}.card-grid,.theme-02 .card-grid,.theme-05 .card-grid{grid-template-columns:1fr}.theme-01 .portrait-stack{height:330px}.theme-01 .portrait{border-radius:70px 70px 20px 20px}.theme-02 .hero-photo{height:350px}.theme-04 .hero{padding-bottom:85px}.theme-04 .hero-stage{height:365px}.theme-04 .hero-blob{inset:25px 10px 0}.theme-04 .speech{padding:10px 12px;font-size:12px}.theme-04 .lang-grid{grid-template-columns:1fr}.theme-04 .method-copy{padding:30px 22px}.theme-04 .method-photo{min-height:300px}.theme-03 pre{min-height:280px;font-size:12px}.theme-05 .hero-photo{height:300px}.metrics{grid-template-columns:1fr 1fr}.metric{padding:24px}.contact-inner,.footer-row{display:block}.contact .button{margin-top:25px}.footer-nav{margin-top:25px;flex-wrap:wrap}}
