@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--ink:#17211b;--paper:#f7f5ef;--white:#fffefa;--green:#25634b;--mint:#c8e59b;--line:#deddd5;--muted:#6d746f;--orange:#e88851;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Noto Sans KR,sans-serif}*{box-sizing:border-box}body{background:var(--paper);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.icon{flex:none}.site-header{z-index:20;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#f7f5efeb;border-bottom:1px solid #17211b17;position:sticky;top:0}.header-inner{align-items:center;gap:48px;max-width:1180px;height:72px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-.5px;align-items:center;gap:10px;font-family:DM Serif Display,serif;font-size:25px;font-weight:400;display:inline-flex}.brand.small{font-size:20px}.brand-mark{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.brand.light .brand-mark{color:var(--ink);background:var(--mint)}.primary-nav{align-self:stretch;gap:8px;display:flex}.primary-nav a{color:#67706a;justify-content:center;align-items:center;gap:7px;min-width:70px;padding:0 13px;font-size:14px;display:flex;position:relative}.primary-nav a.active{color:var(--ink);font-weight:700}.primary-nav a.active:after{content:"";background:var(--green);height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.nav-icon{display:grid;position:relative}.nav-icon b{color:#fff;background:#e15c48;border-radius:10px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-8px;right:-12px}.header-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.hello{color:var(--muted);margin-right:6px;font-size:13px}.hello strong{color:var(--ink)}.button{cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:700;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.compact{padding:9px 15px;font-size:13px}.button.dark{background:var(--ink);color:#fff}.button.accent{background:var(--mint);color:var(--ink)}.button.ghost{border:1px solid var(--line);background:0 0}.button.outline{color:var(--green);border:1px solid var(--green);background:0 0}.button.full{width:100%}main{min-height:calc(100vh - 180px)}.page{width:min(1120px,100% - 48px);margin:0 auto;padding:70px 0 100px}.page.narrow{width:min(920px,100% - 48px)}.eyebrow{letter-spacing:.18em;margin:0 0 13px;font-size:11px;font-weight:700}.eyebrow.green{color:var(--green)}.hero{color:#f8f5ec;background:#17261e;min-height:470px;position:relative;overflow:hidden}.hero-inner{z-index:1;width:min(1120px,100% - 48px);margin:auto;padding:76px 0;position:relative}.hero h1,.auth-art h1{letter-spacing:-2px;margin:0;font:400 58px/1.13 DM Serif Display,Noto Sans KR,serif}.hero h1 em{color:var(--mint)}.hero-copy{color:#c9d0c9;line-height:1.8}.hero-orb{opacity:.8;border-radius:50%;position:absolute}.hero-orb.one{border:1px solid #41624e;width:520px;height:520px;top:-220px;right:-110px;box-shadow:0 0 0 70px #365e451a,0 0 0 140px #365e450f}.hero-orb.two{background:#254a37;width:260px;height:260px;bottom:-190px;right:230px}.search-box{color:#707872;background:#fff;border-radius:8px;align-items:center;gap:12px;width:min(520px,100%);height:55px;margin-top:30px;padding:0 18px;display:flex;box-shadow:0 15px 45px #0003}.search-box input{width:100%;color:var(--ink);border:0;outline:0}.home-content{padding-top:65px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:26px;display:flex}.section-heading h2,.simple-heading h1,.form-heading h1{letter-spacing:-1px;margin:0;font:400 34px DM Serif Display,Noto Sans KR,serif}.section-heading>span{color:var(--muted);font-size:13px}.board-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(2,1fr);display:grid}.board-card{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;align-items:start;gap:18px;min-height:152px;padding:30px 60px 30px 22px;transition:all .25s;display:grid;position:relative}.board-card:nth-child(odd){border-right:1px solid var(--line)}.board-card:hover{background:var(--white);padding-left:28px}.board-card h3{margin:0 0 9px;font-size:19px}.board-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.board-number{background:#dfe8ce;border-radius:50%;place-items:center;width:42px;height:42px;font:italic 17px DM Serif Display,serif;display:grid}.tone-1{background:#f0d7c5}.tone-2{background:#d4e4e0}.tone-3{background:#e5ddc7}.circle-arrow{border:1px solid var(--line);border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.board-card:hover .circle-arrow{color:#fff;border-color:var(--green);background:var(--green)}.recent{margin-top:80px}.recent-list,.post-list{border-top:1px solid var(--ink)}.post-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 28px;align-items:center;gap:24px;min-height:138px;padding:24px 14px;display:grid}.post-row:hover{background:#ffffff8c}.post-row h3{margin:9px 0 5px;font-size:18px}.post-row p{max-width:650px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0 0 12px;font-size:13px;overflow:hidden}.post-row>img{object-fit:cover;border-radius:6px;width:100px;height:78px}.pill{color:var(--green);background:#e1ebd3;border-radius:20px;padding:4px 9px;font-size:10px;font-weight:700;display:inline-flex}.meta{color:#858b86;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;display:flex}.meta i{background:#9ca29e;border-radius:50%;width:2px;height:2px}.meta span{align-items:center;gap:4px;display:flex}.page-banner{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:flex-end;gap:30px;min-height:190px;padding:15px 0 38px;display:flex}.page-banner h1,.article-header h1{margin:5px 0 10px;font:400 42px/1.25 DM Serif Display,Noto Sans KR,serif}.page-banner p:last-child,.simple-heading>p:last-child,.form-heading>p:last-child{color:var(--muted)}.back-link{color:var(--muted);margin-bottom:30px;font-size:12px;display:inline-block}.page-banner+.post-list{border-top:0}.pagination{justify-content:center;gap:5px;margin-top:36px;display:flex}.pagination button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:37px;height:37px}.pagination button.active{color:#fff;background:var(--ink)}.pagination button:disabled{opacity:.3}.state{text-align:center;min-height:280px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.state.fullscreen{min-height:70vh}.state h3,.state h1{color:var(--ink);margin:12px 0 0}.error-state>span{color:#a73e34;background:#f4d8d2;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.empty-glyph{color:var(--green);font:40px DM Serif Display,serif}.spinner{border:2px solid #cad0cb;border-top-color:var(--green);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.article-page{width:min(820px,100% - 48px)}.article-header{border-bottom:1px solid var(--line);padding-bottom:28px}.article-header h1{margin:18px 0 25px;font-size:44px}.article-byline{align-items:center;gap:11px;display:flex}.avatar{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.article-byline strong{font-size:13px}.article-tools{gap:15px;margin-left:auto;display:flex}.article-tools a,.article-tools button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:12px;display:flex}.image-gallery{grid-template-columns:repeat(2,1fr);gap:8px;margin:34px 0;display:grid}.image-gallery img{object-fit:cover;border-radius:7px;width:100%;height:300px}.image-gallery img:first-child:last-child{grid-column:1/-1;height:auto;max-height:560px}.image-gallery img:nth-child(3){grid-column:1/-1}.article-body{min-height:220px;padding:10px 4px 35px;font-size:15px;line-height:2}.article-body p{margin:0}.reaction-bar{border-bottom:1px solid var(--ink);justify-content:center;gap:8px;padding:25px 0 48px;display:flex}.reaction-bar button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:30px;padding:10px 16px}.reaction-bar button.selected{color:var(--green);border-color:var(--green);background:#e7efdc}.reaction-bar button.selected.dislike{color:#9e543a;background:#f5e5dc;border-color:#d6a68f}.reaction-bar b{margin-left:3px}.comments{padding-top:38px}.comments-title h2{margin:0 0 20px;font-size:20px}.comments-title em{color:var(--green);font-style:normal}.comment-form{background:#ecebe4;border-radius:8px;padding:16px}.comment-form textarea{resize:none;background:0 0;border:0;outline:0;width:100%;height:75px;padding:4px}.comment-form>div:last-child{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.reply-label{color:var(--muted);margin-bottom:10px;font-size:11px}.reply-label button{color:var(--green);cursor:pointer;background:0 0;border:0;margin-left:7px}.comment-list{margin-top:10px}.comment-item{border-bottom:1px solid var(--line);gap:14px;padding:24px 4px;display:flex}.small-avatar{background:#718478;width:34px;height:34px;font-size:12px}.comment-content{flex:1;min-width:0}.comment-content>div:first-child{align-items:center;gap:9px;display:flex}.comment-content>div:first-child span{color:var(--muted);font-size:10px}.comment-content p{margin:9px 0;font-size:13px;line-height:1.7}.comment-content p.deleted{color:#999;font-style:italic}.comment-actions{gap:10px;display:flex}.comment-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.comment-item.child{background:#eeede6;border:0;border-radius:7px;margin-top:16px;padding:16px}.inline-edit textarea{border:1px solid var(--line);border-radius:5px;width:100%;margin-top:8px;padding:8px}.inline-edit button{color:var(--green);background:0 0;border:0;margin:5px 6px 0 0;font-size:11px}.mini-empty{color:var(--muted);text-align:center;padding:50px;font-size:13px}.form-page{width:min(760px,100% - 48px)}.form-heading,.simple-heading{margin-bottom:40px}.editor-card{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:36px;box-shadow:0 18px 50px #17211b0d}.editor-card>label,.auth-card label,.admin-form label{margin-bottom:24px;font-size:12px;font-weight:700;display:block}.editor-card label>span{float:right;color:var(--muted);font-weight:400}.editor-card input,.editor-card textarea,.auth-card input,.admin-form input,.admin-form textarea{border:1px solid var(--line);background:#fff;border-radius:6px;outline:0;width:100%;margin-top:9px;padding:13px 14px}.editor-card input:focus,.editor-card textarea:focus,.auth-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #25634b1a}.editor-card textarea{resize:vertical;height:280px;line-height:1.7}.upload-zone{color:var(--muted);cursor:pointer;border:1px dashed #aab3ad;border-radius:7px;flex-direction:column;align-items:center;gap:7px;padding:26px;display:flex!important}.upload-zone input{display:none}.upload-zone strong{color:var(--ink)}.upload-zone span{font-size:10px;float:none!important}.file-list>div{border-bottom:1px solid var(--line);justify-content:space-between;padding:9px;font-size:11px;display:flex}.file-list button{color:#a34a3e;background:0 0;border:0}.form-actions{justify-content:flex-end;gap:9px;margin-top:30px;display:flex}.form-error{color:#9b392f;background:#f6e4df;border-radius:5px;padding:10px 12px;font-size:12px}.notice{color:#665f42;background:#f0ecd7;padding:12px;font-size:12px}.auth-layout{grid-template-columns:minmax(360px,43%) 1fr;min-height:100vh;display:grid}.auth-art{color:#fff;background:#1b3125;flex-direction:column;justify-content:space-between;padding:45px max(45px,8vw);display:flex;position:relative;overflow:hidden}.auth-art:after{content:"";border:1px solid #59705e;border-radius:50%;width:470px;height:470px;position:absolute;bottom:-110px;right:-290px;box-shadow:0 0 0 70px #5f7c641a,0 0 0 140px #5f7c640f}.auth-art h1{font-size:49px}.auth-art>div p:last-child,.auth-art blockquote{color:#bfcac1;line-height:1.8}.auth-art blockquote{margin:0;font-family:DM Serif Display,Noto Sans KR,serif;font-size:14px}.auth-panel{background:var(--paper);place-items:center;padding:60px 25px;display:grid}.auth-card{width:min(410px,100%)}.auth-card h2{margin:0 0 8px;font:400 38px DM Serif Display,Noto Sans KR,serif}.auth-card>p:nth-of-type(2){color:var(--muted);margin:0 0 32px;font-size:13px}.auth-card label{margin-bottom:18px}.auth-card input{height:49px}.divider{color:#999;align-items:center;margin:25px 0;font-size:10px;display:flex}.divider:before,.divider:after{content:"";background:var(--line);flex:1;height:1px}.divider span{padding:0 12px}.social-row{grid-template-columns:1fr 1fr;gap:9px;display:grid}.social{border:1px solid var(--line);background:#fff}.social.kakao{background:#fee500;border-color:#fee500}.auth-switch{text-align:center;color:var(--muted);margin-top:28px;font-size:12px}.auth-switch a{color:var(--green);font-weight:700}.notification-list{border-top:1px solid var(--ink)}.notification-list>button{text-align:left;border:0;border-bottom:1px solid var(--line);cursor:pointer;background:#ffffff80;align-items:center;gap:14px;width:100%;padding:21px 10px;display:flex}.notification-list>button.read{opacity:.55;background:0 0}.notification-list>button>div{flex:1}.notification-list p{margin:0 0 5px;font-size:13px}.notification-list span{color:var(--muted);font-size:10px}.notification-list>button>i{background:var(--orange);border-radius:50%;width:7px;height:7px}.profile-page{width:min(720px,100% - 48px)}.profile-card{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden}.profile-cover{background:linear-gradient(125deg,#1c3c2b,#315f46 70%,#bdd994);height:130px}.profile-identity{align-items:end;gap:20px;margin-top:-38px;padding:0 42px 28px;display:flex}.profile-avatar{border:5px solid var(--white);width:78px;height:78px;font-size:25px}.profile-identity h1{margin:0;font:400 30px DM Serif Display,Noto Sans KR,serif}.profile-identity>div>span{color:var(--muted);font-size:12px}.profile-card dl{margin:0;padding:0 42px 35px}.profile-card dl div{border-top:1px solid var(--line);grid-template-columns:130px 1fr;padding:17px 0;display:grid}.profile-card dt{color:var(--muted);font-size:12px}.profile-card dd{margin:0;font-size:13px;font-weight:600}.admin-layout{grid-template-columns:300px 1fr;gap:30px;display:grid}.admin-form{border:1px solid var(--line);background:#fff;border-radius:8px;align-self:start;padding:24px}.admin-form h2{margin-top:0}.admin-form textarea{resize:vertical;height:90px}.admin-form .button{width:100%;margin-top:8px}.admin-list{border-top:1px solid var(--ink)}.admin-list>div{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:18px 5px;display:flex}.admin-list>div>div{flex:1}.admin-list p{color:var(--muted);margin:4px 0 0;font-size:11px}.admin-list button{cursor:pointer;background:0 0;border:0;padding:7px}footer{max-width:1120px;color:var(--muted);border-top:1px solid var(--line);letter-spacing:.08em;justify-content:space-between;align-items:end;margin:auto;padding:35px 0;font-size:10px;display:flex}.footer p,footer p{letter-spacing:0;margin:7px 0 0;font-size:10px}@media (width<=720px){.header-inner{gap:12px;height:62px;padding:0 16px}.brand{font-size:21px}.brand-mark{width:32px;height:32px}.primary-nav{z-index:30;border-top:1px solid var(--line);background:#fff;justify-content:space-around;height:62px;position:fixed;bottom:0;left:0;right:0}.primary-nav a{flex-direction:column;flex:1;gap:2px;font-size:10px}.primary-nav a.active:after{top:0;bottom:auto}.header-actions .hello{display:none}.header-actions .button{padding:8px 10px}.hero{min-height:420px}.hero-inner{padding:62px 0}.hero h1{font-size:42px}.hero-copy br{display:none}.hero-orb.one{right:-350px}.page,.page.narrow,.article-page,.form-page{width:calc(100% - 30px);padding:45px 0 85px}.board-grid{grid-template-columns:1fr}.board-card:nth-child(odd){border-right:0}.section-heading h2{font-size:29px}.post-row{grid-template-columns:1fr 22px;gap:8px}.post-row>img{display:none}.page-banner{flex-direction:column;align-items:flex-start}.article-header h1{font-size:34px}.article-tools{width:100%;margin:12px 0 0 53px}.image-gallery img{height:180px}.editor-card{padding:22px 16px}.auth-layout{grid-template-columns:1fr}.auth-art{min-height:270px;padding:30px 25px}.auth-art h1{font-size:38px}.auth-art blockquote{display:none}.auth-panel{padding:45px 22px}.admin-layout{grid-template-columns:1fr}.profile-identity{padding-left:20px}.profile-card dl{padding:0 20px 25px}.profile-card dl div{grid-template-columns:100px 1fr}footer{margin:0 15px 62px;padding:25px 0}}.comment-actions{flex-wrap:wrap;align-items:center}.comment-actions button.selected{color:var(--green);font-weight:700}.comment-actions button.selected.dislike{color:#9e543a}.comment-actions button:disabled{opacity:.55;cursor:wait}.comment-actions b{font-size:10px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.post-row>img{object-fit:contain;background:#ecebe4}.image-gallery{align-items:start}.image-gallery img,.image-gallery img:first-child:last-child{object-fit:contain;background:#ecebe4;height:auto;max-height:none;display:block}
