:root{--green:#153f2e;--green-2:#246347;--orange:#ee7a22;--cream:#f7f4ec;--line:#dfe4de;--ink:#17231d;--muted:#627069}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans KR",system-ui,sans-serif}.site-header{min-height:86px;padding:12px clamp(24px,4vw,72px);display:flex;align-items:center;gap:28px;border-bottom:1px solid rgba(20,63,46,.1);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20}.brand{display:flex;flex:0 0 auto}.brand img{width:126px;height:56px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:clamp(13px,1.4vw,25px);margin-left:auto}.site-header nav a{color:#26352e;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--orange)}.header-call{color:var(--green);font-size:12px;text-decoration:none;white-space:nowrap}.header-call b{display:block;font-size:14px}.page-hero{min-height:430px;padding:90px clamp(24px,8vw,150px);display:flex;align-items:end;position:relative;overflow:hidden;color:#fff;background:var(--green)}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,40,28,.94),rgba(10,40,28,.56),rgba(10,40,28,.12)),var(--hero-image) center/cover}.page-hero:after{content:"";position:absolute;right:-80px;bottom:-130px;width:390px;height:390px;border:1px solid rgba(255,255,255,.25);border-radius:50%}.hero-inner{position:relative;z-index:1;max-width:760px}.eyebrow{margin:0 0 17px;color:#ffb46d;font-size:12px;font-weight:800;letter-spacing:.2em}.page-hero h1{margin:0;font-size:clamp(40px,6vw,72px);line-height:1.12;letter-spacing:-.045em}.page-hero p:last-child{max-width:650px;margin:24px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.8}.content-section{padding:90px clamp(24px,8vw,150px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.25;letter-spacing:-.04em}.section-head>p{max-width:500px;margin:0;color:var(--muted);line-height:1.8}.recruit-summary{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.panel{border:1px solid var(--line);border-radius:24px;background:#fff;padding:clamp(26px,4vw,48px)}.panel.accent{background:var(--cream);border:0}.status{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#e9f4ed;color:var(--green-2);font-size:13px;font-weight:800}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:#38a169}.job-title{margin:24px 0 12px;font-size:32px}.job-lead{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.fact{padding:18px;border-radius:14px;background:#f7f9f7}.fact span{display:block;margin-bottom:6px;color:#7a867f;font-size:12px}.fact strong{font-size:15px}.panel h3{margin:0 0 22px;font-size:20px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:15px}.check-list li{position:relative;padding-left:28px;color:#425149;line-height:1.6}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}.apply-band{margin-top:24px;padding:34px clamp(24px,4vw,48px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:24px;background:var(--green);color:#fff}.apply-band h3{margin:0 0 8px;font-size:24px}.apply-band p{margin:0;color:rgba(255,255,255,.7)}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--orange);color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:28px 24px;border-top:3px solid var(--green);background:#f7f9f7}.step span{color:var(--orange);font-size:13px;font-weight:900}.step h3{margin:16px 0 8px}.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.info-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.filter-chip{padding:10px 17px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#516058;font:inherit;font-size:14px;font-weight:700}.filter-chip.active{background:var(--green);border-color:var(--green);color:#fff}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.info-thumb{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eaf0eb;color:var(--green);font-size:50px}.info-thumb img{width:100%;height:100%;object-fit:cover}.video-thumb{background:linear-gradient(135deg,#173d2e,#2f6e50);color:#fff}.play{width:66px;height:66px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.65);border-radius:50%;font-size:23px}.info-body{padding:24px}.info-type{color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.12em}.info-body h3{margin:12px 0 10px;font-size:20px;line-height:1.45}.info-body p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.info-link{display:inline-block;margin-top:18px;color:var(--green);font-weight:800;text-decoration:none}.publisher{padding:70px clamp(24px,8vw,150px);background:var(--cream)}.publisher-box{max-width:1180px;margin:auto;display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:start}.publisher h2{margin:0 0 16px;font-size:36px}.publisher p{color:var(--muted);line-height:1.8}.upload-types{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.upload-type{padding:25px 20px;border-radius:16px;background:#fff}.upload-type strong{display:block;margin:12px 0 6px}.upload-type span{color:var(--muted);font-size:13px;line-height:1.5}footer{padding:40px clamp(24px,8vw,150px);display:flex;align-items:center;gap:24px;background:#102d22;color:rgba(255,255,255,.65);font-size:13px}footer img{width:110px;filter:brightness(0) invert(1);opacity:.9}footer p:last-child{margin-left:auto}@media(max-width:1120px){.site-header{height:auto;flex-wrap:wrap}.site-header nav{order:3;width:100%;overflow-x:auto;padding:5px 0;margin:0}.header-call{margin-left:auto}.recruit-summary,.publisher-box{grid-template-columns:1fr}.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.site-header{gap:14px}.brand img{width:104px;height:44px}.header-call{display:none}.page-hero{min-height:360px;padding:65px 24px}.content-section{padding:66px 24px}.section-head{display:block}.section-head>p{margin-top:16px}.fact-grid,.steps,.info-grid,.upload-types{grid-template-columns:1fr}.apply-band{align-items:flex-start;flex-direction:column}footer{align-items:flex-start;flex-direction:column}footer p{margin:0}footer p:last-child{margin-left:0}}

/* footer-logo-visibility */
footer img{width:190px;height:82px;object-fit:contain;padding:8px 12px;border-radius:12px;background:#fff;filter:none;opacity:1}
