:root{--green:#063f30;--deep:#022e24;--ink:#17211d;--muted:#707975;--line:#e2e7e4;--paper:#f5f7f5}*{box-sizing:border-box}body{margin:0;background:var(--paper);font-family:"Noto Sans KR",sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.community-header{height:86px;background:#fff}.topbar{max-width:1240px;height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;color:var(--green)}.shield{width:46px;height:53px;clip-path:polygon(50% 0,96% 17%,88% 75%,50% 100%,12% 75%,4% 17%);background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:24px}.brand small{font-size:8px;letter-spacing:.13em}.topbar nav{display:flex;gap:38px;font-size:14px;font-weight:700}.topbar nav a.active{color:var(--green);border-bottom:2px solid var(--green);padding:32px 0 17px}.user-actions{display:flex;gap:13px;align-items:center}.user-actions button{border:0;background:none;font-size:25px}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#c6a76e,#234b3c);color:#fff;display:grid;place-items:center;font-weight:800}.community-hero{height:330px;background:linear-gradient(90deg,rgba(2,50,38,.98),rgba(2,48,36,.68)),url("../images/hero-workingdog-obstacle.jpg") 78% 38%/cover;color:#fff}.community-hero>div{max-width:1180px;margin:auto;padding:80px 24px}.community-hero p{font-size:10px;letter-spacing:.2em;color:#8eb5a6;font-weight:800}.community-hero h1{font-size:48px;margin:9px 0 3px}.community-hero h2{font-size:18px;color:rgba(255,255,255,.66);font-weight:500;margin:0}.community-shell{max-width:1180px;margin:-34px auto 0;padding:0 24px 100px;display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:22px;position:relative}.feed-area{min-width:0}.board-tabs{height:72px;background:#fff;border-radius:18px;box-shadow:0 9px 28px rgba(11,48,38,.1);display:grid;grid-template-columns:repeat(3,1fr);padding:6px;margin-bottom:20px}.board-tabs button{border:0;background:transparent;border-radius:13px;font-weight:700;color:#727a77}.board-tabs button.active{background:#f7faf8;color:var(--green);box-shadow:0 5px 14px rgba(9,50,38,.09);border-bottom:3px solid var(--green)}.feed{display:grid;gap:14px}.post-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 5px 16px rgba(9,45,34,.05)}.post-author{display:flex;align-items:center;gap:11px}.post-author p{margin:0}.post-author strong,.post-author small{display:block}.post-author strong{font-size:14px}.post-author small{font-size:10px;color:var(--muted);margin-top:2px}.tag{margin-left:auto;background:#edf4f0;color:#45685b;border-radius:99px;padding:6px 13px;font-size:10px}.post-body{display:grid;grid-template-columns:1fr 150px;gap:20px;margin-top:18px}.post-body h3{font-size:19px;margin:0 0 8px}.post-body p{font-size:13px;line-height:1.75;color:var(--muted);margin:0}.post-body img{width:150px;height:125px;border-radius:12px;object-fit:cover}.post-actions{display:flex;gap:22px;margin-top:18px}.post-actions button{border:0;background:none;color:#5f6965;font-size:12px;cursor:pointer}.post-actions button.active{color:var(--green);font-weight:800}.bookmark{margin-left:auto!important;font-size:21px!important}.write-button{width:100%;border:0;border-radius:99px;background:var(--green);color:#fff;padding:14px;margin-top:17px;font-weight:800}.community-shell aside{padding-top:92px}.aside-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;margin-bottom:13px}.aside-card small{font-size:8px;letter-spacing:.15em;color:#789589;font-weight:800}.aside-card h3{font-size:21px;line-height:1.45}.aside-card dl{font-size:11px}.aside-card dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:11px 0}.aside-card dd{margin:0;font-weight:800}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{background:#edf3ef;border-radius:99px;padding:6px 9px;font-size:10px;color:#4f675e}.bottom-nav{display:none}
@media(max-width:780px){body{padding-bottom:74px}.community-header{height:72px;background:var(--deep);color:#fff}.topbar{padding:0 17px}.brand{color:#fff}.shield{width:39px;height:45px;background:#fff;color:var(--green)}.brand strong{font-size:21px}.brand small{font-size:7px}.topbar nav{display:none}.user-actions button{color:#fff}.avatar{width:35px;height:35px}.community-hero{height:265px;background:linear-gradient(90deg,rgba(2,50,38,.98),rgba(2,48,36,.62)),url("../images/hero-workingdog-obstacle.jpg") 75% 38%/cover}.community-hero>div{padding:70px 19px}.community-hero p{display:none}.community-hero h1{font-size:38px}.community-hero h2{font-size:15px}.community-shell{display:block;margin:-22px auto 0;padding:0 8px 90px;background:var(--paper);border-radius:20px 20px 0 0}.board-tabs{height:66px;border-radius:17px;margin-bottom:13px}.board-tabs button{font-size:13px}.post-card{padding:17px 15px;border-radius:16px}.post-body{grid-template-columns:1fr 108px;gap:12px}.post-body h3{font-size:16px;line-height:1.5}.post-body p{font-size:12px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-body img{width:108px;height:108px}.post-actions{margin-top:14px}.community-shell aside{display:none}.write-button{position:sticky;bottom:82px;z-index:4}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);z-index:30;left:0;right:0;bottom:0;height:74px;background:#fff;border-top:1px solid var(--line);color:#65706b}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:21px}.bottom-nav span{font-size:10px}.bottom-nav a.active{color:var(--green);font-weight:800}}
@media(max-width:390px){.post-body{grid-template-columns:1fr 96px}.post-body img{width:96px;height:96px}.post-body h3{font-size:15px}}
