:root{--green:#063f30;--green-deep:#032c23;--green-soft:#e9f1ed;--ink:#15211d;--muted:#69736f;--line:#dde3df;--cream:#f6f5f0;--white:#fff;--shadow:0 18px 60px rgba(10,48,38,.13);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:88px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(7,62,48,.08);position:relative;z-index:20}.header-inner{height:100%;max-width:1320px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--green)}.brand-mark{width:50px;height:58px}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:29px;letter-spacing:.04em}.brand small{font-size:10px;letter-spacing:.08em;margin-top:7px;color:#454e4b;font-weight:600}.desktop-nav{display:flex;align-items:center;gap:42px;font-size:15px;font-weight:600}.desktop-nav a{padding:32px 0;position:relative}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--green)}.header-actions{display:flex;align-items:center;gap:20px}.desktop-login{border:1px solid var(--green);background:transparent;color:var(--green);border-radius:99px;padding:9px 20px;font-weight:700}.menu-button{display:none;width:42px;height:42px;border:0;background:none;padding:8px;flex-direction:column;justify-content:center;gap:6px}.menu-button span{display:block;height:2px;background:var(--ink);border-radius:9px;transition:.2s}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;padding:16px 24px 24px;box-shadow:0 18px 30px rgba(0,0,0,.09)}.mobile-menu a{display:block;padding:13px 2px;border-bottom:1px solid var(--line);font-weight:600}.hero{height:600px;position:relative;overflow:hidden;background:var(--green-deep)}.hero-image{position:absolute;inset:0;background:url("../images/hero-workingdog-obstacle.jpg") center 38%/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,14,.89) 0%,rgba(0,23,15,.63) 40%,rgba(0,0,0,.08) 72%),linear-gradient(0deg,rgba(0,25,18,.28),transparent 45%)}.hero-content{position:relative;z-index:1;max-width:1320px;margin:auto;padding:100px 32px;color:#fff}.eyebrow,.kicker{font-size:12px;letter-spacing:.18em;font-weight:800}.eyebrow{color:#afd0c3}.hero h1{font-size:64px;line-height:1.15;letter-spacing:-.045em;margin:18px 0 16px}.hero-copy{font-size:23px;margin:0 0 34px;font-weight:400}.hero-link{display:inline-flex;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.6);border-radius:99px;padding:12px 21px;font-weight:600;font-size:14px}.hero-link span{font-size:20px}.hero-dots{position:absolute;z-index:2;bottom:42px;left:max(32px,calc((100vw - 1320px)/2 + 32px));display:flex;gap:8px}.hero-dots button{border:0;padding:0;width:7px;height:7px;border-radius:99px;background:rgba(255,255,255,.5)}.hero-dots button.active{width:26px;background:#fff}.quick-wrap{max-width:1200px;margin:-60px auto 0;padding:0 28px;position:relative;z-index:3}.quick-menu{background:linear-gradient(135deg,#0a523f,#033629);border-radius:26px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:27px 18px;color:#fff}.quick-menu a{min-height:112px;display:grid;grid-template-columns:62px 1fr;grid-template-rows:1fr 1fr;align-items:center;padding:13px 28px;border-right:1px solid rgba(255,255,255,.17)}.quick-menu a:last-child{border:0}.quick-icon{grid-row:1/3;width:54px;height:54px;background:#fff;color:var(--green);border-radius:50%;display:grid;place-items:center;margin-right:16px}.quick-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quick-menu b{align-self:end;font-size:17px}.quick-menu small{align-self:start;margin-top:6px;color:rgba(255,255,255,.65);font-size:11px}.content-shell{max-width:1240px;margin:0 auto;padding:80px 28px 90px}.content-section+.content-section{margin-top:82px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.kicker{color:#77988d}.section-heading h2,.community-cta h2{color:var(--green);font-size:30px;margin:7px 0 0;letter-spacing:-.04em}.section-heading>a{font-size:14px;color:var(--muted);display:flex;gap:12px;align-items:center}.section-heading>a span{font-size:22px;color:var(--green)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.video-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .22s,box-shadow .22s}.card:hover,.video-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(16,52,42,.12)}.card-media,.video-media{position:relative;overflow:hidden;background:#dfe7e2}.card-media{aspect-ratio:1.55}.card-media img,.video-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.card:hover img,.video-card:hover img{transform:scale(1.035)}.tag{position:absolute;left:17px;bottom:15px;background:rgba(4,62,47,.94);color:#fff;border-radius:6px;padding:6px 11px;font-size:12px}.card-body{padding:20px 20px 19px}.card h3,.video-card h3{font-size:18px;line-height:1.55;margin:0;letter-spacing:-.025em}.summary{font-size:13px;line-height:1.65;color:var(--muted);margin:10px 0 16px}.card time{font-size:12px;color:#959d99}.video-media{aspect-ratio:1.7}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;color:#fff}.play svg{width:27px;height:27px;fill:currentColor}.duration{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.72);color:#fff;border-radius:5px;padding:4px 7px;font-size:11px}.video-body{padding:18px 18px 17px}.video-body p{display:flex;align-items:center;gap:7px;color:#7b8580;font-size:12px;margin:15px 0 0}.mini-mark{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--green);color:#fff;font-size:9px;font-weight:800}.community-cta{max-width:1184px;margin:0 auto 100px;background:var(--cream);border-radius:28px;padding:55px 64px;display:flex;align-items:flex-end;justify-content:space-between}.community-cta h2{font-size:36px;line-height:1.35}.community-cta p{color:var(--muted);font-size:14px}.community-cta>a{background:var(--green);color:#fff;border-radius:99px;padding:15px 24px;font-weight:600;font-size:14px;display:flex;gap:20px}.site-footer{background:#062f25;color:rgba(255,255,255,.65);padding:52px max(32px,calc((100vw - 1260px)/2));display:grid;grid-template-columns:1fr auto;gap:10px;font-size:12px}.site-footer strong{font-size:25px;color:#fff}.site-footer p{margin:5px 0}.site-footer small{grid-column:2;grid-row:1;color:rgba(255,255,255,.45)}.bottom-nav{display:none}
@media(max-width:900px){body{padding-bottom:76px}.site-header{height:73px;position:sticky;top:0}.header-inner{padding:0 20px}.brand{gap:9px}.brand-mark{width:40px;height:47px}.brand strong{font-size:25px}.brand small{font-size:8px;margin-top:5px}.desktop-nav,.desktop-login{display:none}.menu-button{display:flex}.hero{height:498px}.hero-image{background-position:63% center}.hero-shade{background:linear-gradient(90deg,rgba(0,22,14,.84),rgba(0,20,12,.25) 74%),linear-gradient(0deg,rgba(0,18,12,.45),transparent 55%)}.hero-content{padding:75px 25px}.eyebrow{display:none}.hero h1{font-size:43px;line-height:1.2;margin:0 0 18px;max-width:330px}.hero-copy{font-size:20px}.hero-link{display:none}.hero-dots{left:26px;bottom:54px}.quick-wrap{margin:-39px auto 0;padding:0 16px}.quick-menu{border-radius:22px;padding:17px 5px}.quick-menu a{display:flex;min-width:0;min-height:118px;flex-direction:column;justify-content:center;padding:6px;border-right:1px solid rgba(255,255,255,.16)}.quick-icon{width:48px;height:48px;margin:0 0 9px}.quick-icon svg{width:25px;height:25px}.quick-menu b{font-size:13px;white-space:nowrap}.quick-menu small{display:none}.content-shell{padding:54px 0 64px}.content-section+.content-section{margin-top:58px}.section-heading{padding:0 18px;margin-bottom:18px}.section-heading .kicker{display:none}.section-heading h2{font-size:23px}.section-heading>a{font-size:12px}.card-grid{display:flex;overflow-x:auto;gap:12px;padding:0 18px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.card-grid::-webkit-scrollbar{display:none}.card,.video-card{flex:0 0 78vw;max-width:330px;scroll-snap-align:start;border-radius:13px}.card-media{aspect-ratio:1.5}.card-body{padding:15px}.card h3,.video-card h3{font-size:15px}.summary{display:none}.video-body{padding:14px}.community-cta{margin:0 16px 65px;padding:34px 25px;display:block;border-radius:20px}.community-cta h2{font-size:27px}.community-cta p{line-height:1.65}.community-cta>a{margin-top:24px;width:max-content}.site-footer{padding:38px 20px;display:block;text-align:center}.site-footer small{display:block;margin-top:18px}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);z-index:30;left:0;right:0;bottom:0;height:76px;padding-bottom:env(safe-area-inset-bottom);background:linear-gradient(110deg,#084333,#032f25);color:rgba(255,255,255,.58);box-shadow:0 -4px 18px rgba(0,0,0,.12)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px}.bottom-nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a.active{color:#fff}.bottom-nav a.active svg{fill:#fff;stroke:#fff}}
@media(max-width:390px){.hero{height:445px}.hero h1{font-size:38px}.hero-copy{font-size:17px}.quick-menu b{font-size:11px}.quick-icon{width:43px;height:43px}.quick-icon svg{width:22px;height:22px}}
@media(min-width:901px) and (max-width:1100px){.quick-menu a{padding:12px}.quick-menu small{display:none}.quick-menu b{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card,.video-card,.card img,.video-card img{transition:none}}
