:root{--red:#DA1F2D;--ink:#131313;--muted:#6d6d6d;--line:#e8e8e8;--soft:#f7f7f6;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',sans-serif;color:var(--ink);background:#fff;line-height:1.6}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.header-inner{height:82px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;text-decoration:none;margin-right:auto}.brand-logo{display:block;width:auto;height:48px;max-width:220px;object-fit:contain}.nav{display:flex;gap:28px}.nav a,.text-link{color:var(--ink);text-decoration:none;font-weight:700;font-size:14px}.header-cta{background:var(--red);color:#fff;text-decoration:none;padding:12px 18px;border-radius:999px;font-weight:800;font-size:14px}.hero{padding:92px 0 74px;background:linear-gradient(180deg,#fff,#faf9f8)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.eyebrow,.section-kicker{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.16em}.hero h1{font-size:clamp(38px,5.2vw,68px);line-height:1.18;margin:18px 0 24px;letter-spacing:-.055em}.hero h1 strong{color:var(--red)}.hero-desc{max-width:680px;color:#555;font-size:18px}.hero-actions{display:flex;gap:12px;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:10px;text-decoration:none;font-weight:800}.btn-primary{background:var(--red);color:#fff}.btn-ghost{border:1px solid #d8d8d8;color:var(--ink);background:#fff}.hero-proof{display:flex;gap:10px;flex-wrap:wrap}.hero-proof span{padding:8px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700}.hero-visual{min-height:420px;position:relative}.visual-card{position:absolute;border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.10)}.card-main{inset:0 30px 60px 0;background:#181818;color:#fff;padding:42px}.card-main span{font-weight:900;letter-spacing:.18em;color:#bdbdbd}.card-main b{display:block;font-size:46px;line-height:1.15;margin-top:120px}.card-red{right:0;top:50px;background:var(--red);color:#fff;width:150px;height:150px;padding:24px;font-size:24px;line-height:1.05}.card-note{right:20px;bottom:0;background:#fff;padding:23px 26px;font-size:13px}.section{padding:100px 0}.split-head,.section-title-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.section h2,.location-cta h2{font-size:clamp(31px,4vw,52px);line-height:1.22;letter-spacing:-.045em;margin:10px 0}.intro-copy,.section-title-row>p{color:var(--muted);font-size:17px}.value-grid,.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px}.value-card,.program-grid article{border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff}.value-card span,.program-grid article>span{color:var(--red);font-size:12px;font-weight:900}.value-card h3,.program-grid h3{font-size:22px;margin:24px 0 10px}.value-card p,.program-grid p{color:var(--muted);margin:0}.system{background:#161616;color:#fff}.system .section-title-row>p{color:#aaa}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#333;margin-top:54px;border:1px solid #333}.process div{background:#1b1b1b;padding:26px 20px;display:flex;flex-direction:column;gap:8px}.process b{color:var(--red)}.process span{font-size:13px;color:#999}.program{background:var(--soft)}.news-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.post-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s}.post-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.08)}.post-card a{color:inherit;text-decoration:none}.post-thumb{aspect-ratio:16/10;background:#eee;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.post-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:var(--red);letter-spacing:.08em}.post-body{padding:20px}.post-body h3{margin:0 0 10px;font-size:18px;line-height:1.42}.post-body p{margin:0;color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-meta{display:block;margin-top:14px;color:#999;font-size:12px}.post-empty{padding:42px 0;color:#777}.location-cta{background:var(--red);color:#fff;padding:74px 0}.cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:end}.cta-actions{display:flex;align-items:center;gap:20px}.btn-light{background:#fff;color:var(--red)}.cta-actions span{font-size:13px}.footer{padding:36px 0;background:#101010;color:#aaa}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer strong{color:#fff}.footer p{margin:4px 0;font-size:13px}@media(max-width:850px){.header-inner{height:70px}.brand-logo{height:40px;max-width:175px}.nav{display:none}.hero{padding-top:58px}.hero-grid,.split-head,.section-title-row{grid-template-columns:1fr}.hero-visual{display:none}.value-grid,.program-grid,.post-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr}.section{padding:72px 0}.news-head,.cta-inner,.footer-inner{align-items:flex-start;flex-direction:column}.cta-actions{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.container{width:min(calc(100% - 28px),var(--max))}.header-cta{padding:10px 13px}.brand-logo{height:34px;max-width:145px}.hero h1{font-size:38px}.hero-desc{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}}
