:root{--primary:#2f3c5e;--primary-dark:#212b45;--accent:#b98a3c;--bg:#f7f6f3;--surface:#fff;--text:#22252a;--text-muted:#6b7280;--border:#e3e1db;--danger:#b0413e;color:var(--text);background-color:var(--bg);font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif;line-height:1.6}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--primary);color:#fff;align-items:center;gap:2rem;padding:.9rem 1.5rem;display:flex}.brand{color:#fff;font-size:1.35rem;font-weight:700}.brand:hover{text-decoration:none}.brand-sub{color:var(--accent);margin-left:.15rem;font-size:.85rem}.nav{flex:1;gap:1.1rem;min-width:0;display:flex}.nav a{color:#ffffffd1;white-space:nowrap;font-size:.95rem}.nav a.active{color:#fff;font-weight:600}.header-right{align-items:center;gap:.7rem;display:flex}.user-name{white-space:nowrap;font-size:.9rem}.role-badge{background:var(--accent);color:#fff;vertical-align:middle;border-radius:3px;margin-left:.4rem;padding:.1rem .35rem;font-size:.7rem;font-style:normal;font-weight:700}.main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:2rem 1.25rem 3rem}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:1rem;font-size:.8rem}.btn-primary,.btn-ghost,.btn-danger{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:.45rem 1rem;font-size:.92rem;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);text-decoration:none}.btn-primary:disabled{opacity:.6;cursor:default}.btn-ghost{color:inherit;border-color:var(--border);background:0 0}.header .btn-ghost{color:#fff;border-color:#fff6}.btn-ghost:hover{border-color:var(--primary);text-decoration:none}.btn-danger{color:var(--danger);border-color:var(--danger);background:0 0}.btn-text{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem}.btn-text:hover{color:var(--danger)}.home{text-align:center;padding:3rem 0}.home-title{margin-bottom:1.5rem;font-size:2rem}.home-title strong{color:var(--primary)}.home-verse{max-width:560px;color:var(--text-muted);margin:0 auto 1rem;font-style:italic}.home-desc{margin-bottom:2rem}.home-actions{justify-content:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.home-note{color:var(--text-muted);font-size:.85rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:400px;margin:2rem auto;padding:2rem}.form{flex-direction:column;gap:1rem;display:flex}.form label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.form input,.form textarea,.form select{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:.55rem .7rem;font-family:inherit;font-size:16px}.form input:focus,.form textarea:focus,.form select:focus{outline:2px solid var(--primary);outline-offset:-1px}.checkbox-label{align-items:center;flex-direction:row!important;font-weight:500!important}.form-error{color:var(--danger);margin:0;font-size:.88rem}.auth-switch{text-align:center;margin-top:1.2rem;font-size:.88rem}.editor-form{max-width:720px}.editor-actions{justify-content:flex-end;gap:.6rem;display:flex}.page-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-head h1{margin:0;font-size:1.5rem}.search-bar{gap:.5rem;margin-bottom:1rem;display:flex}.search-bar input{border:1px solid var(--border);border-radius:6px;flex:1;max-width:280px;padding:.45rem .7rem;font-size:16px}.comment-form textarea{font-size:16px}.table-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow-x:auto}.post-table{border-collapse:collapse;background:var(--surface);width:100%;font-size:.92rem}.post-table th,.post-table td{border-bottom:1px solid var(--border);text-align:center;white-space:nowrap;padding:.65rem .8rem}.post-table .col-title{text-align:left;white-space:normal;width:55%}.post-table tbody tr:last-child td{border-bottom:none}.pinned-row{background:#fbf7ee}.pin-badge{background:var(--accent);color:#fff;vertical-align:middle;border-radius:3px;margin-right:.5rem;padding:.1rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.pagination{flex-wrap:wrap;justify-content:center;gap:.3rem;margin-top:1.2rem;display:flex}.page-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:5px;min-width:2rem;padding:.3rem .5rem}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-message{color:var(--text-muted);text-align:center;padding:2rem 0}.post-detail{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.6rem}.post-detail h1{margin:0 0 .4rem;font-size:1.4rem}.post-meta{color:var(--text-muted);border-bottom:1px solid var(--border);margin:0 0 1.2rem;padding-bottom:1rem;font-size:.85rem}.post-content{white-space:pre-wrap;min-height:6rem}.post-actions{border-top:1px solid var(--border);gap:.6rem;margin-top:1.6rem;padding-top:1rem;display:flex}.comments{margin-top:2rem}.comments h2{font-size:1.05rem}.comments ul{flex-direction:column;gap:.8rem;margin:0 0 1.2rem;padding:0;list-style:none;display:flex}.comments li{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem}.comment-head{color:var(--text-muted);align-items:center;gap:.6rem;margin-bottom:.3rem;font-size:.85rem;display:flex}.comment-head strong{color:var(--text)}.comments li p{white-space:pre-wrap;margin:0}.comment-form{align-items:flex-start;gap:.6rem;display:flex}.comment-form textarea{border:1px solid var(--border);resize:vertical;border-radius:6px;flex:1;padding:.6rem .7rem;font-family:inherit}.btn-accent{background:var(--accent);color:#fff;white-space:nowrap;border-radius:6px;padding:.32rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.btn-accent:hover{filter:brightness(.94);text-decoration:none}.auth-desc{color:var(--text-muted);margin:-.4rem 0 1.2rem;font-size:.88rem}.signup-done{margin-bottom:1.4rem;line-height:1.8}.signup-done-btn{text-align:center;display:block}.tab-bar{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.tab{border:1px solid var(--border);background:var(--surface);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.32rem .9rem;font-size:.88rem}.tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.admin{background:var(--bg);min-height:100vh}.admin-header{z-index:20;background:var(--primary-dark);color:#fff;align-items:center;gap:.9rem;height:56px;padding:0 1.2rem;display:flex;position:fixed;top:0;left:0;right:0}.sidebar-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.2rem .4rem;font-size:1.15rem}.admin-brand{color:#fff;white-space:nowrap;font-size:1.15rem;font-weight:700}.admin-brand:hover{text-decoration:none}.admin-brand-sub{color:var(--accent);font-size:.78rem}.admin-header-right{align-items:center;gap:.6rem;margin-left:auto;display:flex}.admin-header-right .btn-ghost{color:#fff;border-color:#fff6;padding:.3rem .7rem;font-size:.85rem}.admin-sidebar{z-index:15;background:var(--surface);border-right:1px solid var(--border);width:220px;padding:1rem .8rem;transition:transform .2s;position:fixed;top:56px;bottom:0;left:0;overflow-y:auto}.sidebar-closed .admin-sidebar{transform:translate(-100%)}.admin-menu-group{flex-direction:column;margin-bottom:.4rem;display:flex}.admin-menu-title{color:var(--text-muted);padding:.55rem .6rem .25rem;font-size:.78rem;font-weight:700}.admin-menu-item{color:var(--text);border-radius:6px;padding:.45rem .6rem .45rem 1.1rem;font-size:.92rem;display:block}nav>.admin-menu-item{padding-left:.6rem;font-weight:600}.admin-menu-item:hover{background:var(--bg);text-decoration:none}.admin-menu-item.active{background:var(--primary);color:#fff}.admin-menu-item.disabled{color:#b6b3ac;cursor:default;font-size:.85rem}.admin-main{padding:calc(56px + 1.6rem) 1.6rem 2.5rem calc(220px + 1.6rem);transition:padding-left .2s}.sidebar-closed .admin-main{padding-left:1.6rem}.admin-split{grid-template-columns:minmax(280px,380px) 1fr;align-items:start;gap:1.2rem;display:grid}.admin-list-pane{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.admin-list-pane .search-bar{margin-bottom:.8rem}.admin-list-pane .search-bar input{max-width:none}.admin-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.admin-list-item{text-align:left;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;gap:.15rem;width:100%;padding:.6rem .8rem;font-family:inherit;display:flex}.admin-list-item:hover{border-color:var(--primary)}.admin-list-item.active{border-color:var(--primary);background:#eef1f8}.admin-list-name{font-size:.95rem;font-weight:600}.admin-list-sub{color:var(--text-muted);word-break:break-all;font-size:.82rem}.admin-detail-pane{min-width:0}.admin-detail-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.4rem}.admin-detail-card h2{margin:0 0 1rem;font-size:1.2rem}.detail-list{flex-direction:column;gap:.7rem;margin:0 0 1.4rem;display:flex}.detail-list>div{align-items:center;gap:1rem;display:flex}.detail-list dt{width:90px;color:var(--text-muted);flex-shrink:0;font-size:.85rem}.detail-list dd{word-break:break-all;margin:0}.detail-list select{border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;font-family:inherit}.detail-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:.6rem;padding-top:1rem;display:flex}.status-chip{vertical-align:middle;border-radius:3px;margin-left:.4rem;padding:.08rem .4rem;font-size:.72rem;font-style:normal}.status-chip.status-pending{color:#8a6410;background:#fdf3dc}.status-chip.status-active{color:#2c7a44;background:#e5f2e9}.status-chip.status-suspended{color:var(--danger);background:#f8e4e3}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.9rem;margin-bottom:1.4rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:10px;flex-direction:column;gap:.2rem;padding:1.1rem 1.2rem;display:flex}.stat-card:hover{border-color:var(--primary);text-decoration:none}.stat-card.highlight{border-color:var(--accent);background:#fbf7ee}.stat-value{color:var(--primary);font-size:1.7rem;font-weight:700}.stat-card.highlight .stat-value{color:var(--accent)}.stat-label,.admin-note{color:var(--text-muted);font-size:.85rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-backdrop{z-index:12;cursor:pointer;background:#00000059;border:none;display:none;position:fixed;inset:56px 0 0}.fallback{text-align:center;max-width:460px;margin:4rem auto;padding:2rem}.fallback h1{margin-bottom:.8rem;font-size:1.4rem}.fallback p{color:var(--text-muted);margin-bottom:1.4rem}@media (width<=1024px){.header{gap:1.2rem}.nav{gap:.9rem}}@media (width<=767px){.header{flex-wrap:wrap;gap:.2rem .8rem;padding:.7rem 1rem .55rem}.brand{margin-right:auto;font-size:1.2rem}.header-right{gap:.55rem}.header .btn-primary,.header .btn-ghost{padding:.32rem .7rem;font-size:.85rem}.user-name{font-size:.85rem}.nav{flex-basis:100%;order:3;gap:.2rem;margin:.35rem -.5rem 0;overflow-x:auto}.nav a{padding:.25rem .5rem}.main{padding:1.4rem 1rem 2.5rem}.post-detail{padding:1.2rem 1rem}.post-detail h1{font-size:1.2rem}.home{padding:1.8rem 0}.home-title{font-size:1.55rem}.home-verse{font-size:.92rem}}@media (width<=1024px){.admin-main{padding-left:1.2rem;padding-right:1.2rem}.admin-sidebar{box-shadow:2px 0 12px #0000001f}.admin-split{grid-template-columns:1fr}.admin-backdrop{display:block}}@media (width<=767px){.admin-header{gap:.6rem;padding:0 .8rem}.admin-header-right .user-name{display:none}}@media (width<=480px){.form input,.form textarea,.form select,.search-bar input,.comment-form textarea{font-size:16px}.auth-card{margin:.8rem auto;padding:1.4rem 1.2rem}.page-head h1{font-size:1.3rem}.post-table th,.post-table td{padding:.55rem .5rem}.post-table .col-views{display:none}.comment-form{flex-direction:column}.comment-form textarea{width:100%}.comment-form .btn-primary{align-self:flex-end}.post-actions{flex-wrap:wrap}.editor-actions{justify-content:stretch}.editor-actions .btn-primary,.editor-actions .btn-ghost{text-align:center;flex:1}}.ss-page{background:#f0f0f0;flex-direction:column;min-height:100vh;display:flex}.ss-topbar{z-index:2;background:#fff;flex:none;align-items:center;gap:24px;height:70px;padding:0 24px;display:flex;position:sticky;top:0}.ss-logo{color:#2b3674;white-space:nowrap;flex:none;width:157px;font-family:Poppins,Pretendard,sans-serif;font-size:20px;font-weight:700;text-decoration:none}.ss-logo:hover{text-decoration:none}.ss-logo span{font-weight:400}.ss-steps{flex:1;justify-content:safe center;align-items:center;gap:12px;padding:4px 0;display:flex;overflow-x:auto}.ss-step-wrap{align-items:center;gap:12px;display:flex}.ss-icon{flex:none;display:block}.ss-step{color:#414651;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d5d7da;border-radius:12px;padding:12px 20px;font-family:inherit;font-size:18px;font-weight:600;line-height:28px;box-shadow:0 1px 2px #0a0d120d}.ss-step.active{color:#fff;background:#7f56d9;border-color:#7f56d9}.ss-modes{align-items:center;gap:16px;display:flex}.ss-mode{color:#fff;cursor:pointer;border:none;border-radius:10px;min-width:66px;height:28px;padding:0 8px;font-family:DM Sans,Pretendard,sans-serif;font-size:15px;font-weight:700;line-height:1.5}.ss-mode.active{box-shadow:0 0 0 2px #2b367440}.ss-body{flex:1;align-items:stretch;display:flex}.ss-lnb{background:#fff;flex-direction:column;flex:none;align-self:flex-start;width:181px;height:calc(100vh - 70px);display:flex;position:sticky;top:70px;overflow-y:auto}.ss-lnb-scroll{flex:1;padding:40px 12px 20px}.ss-lnb-section+.ss-lnb-section{margin-top:48px}.ss-lnb-title{color:#2b3674;justify-content:space-between;align-items:center;margin-bottom:14px;font-family:Poppins,Pretendard,sans-serif;font-size:20px;font-weight:700;display:flex}.ss-lnb ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ss-lnb-item{text-align:left;letter-spacing:-.02em;color:#a3aed0;cursor:pointer;white-space:nowrap;background:0 0;border:none;width:100%;padding:3px 0 3px 13px;font-family:DM Sans,Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:30px;display:block;position:relative}.ss-lnb-item.active{color:#2b3674;font-weight:700}.ss-lnb-item.active:before{content:"";background:#4318ff;border-radius:2px;width:4px;position:absolute;top:4px;bottom:4px;left:0}.ss-member{text-align:center;flex:none;padding:24px}.ss-avatar{color:#fff;background:#c7b9da;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:32px;font-weight:700;display:flex}.ss-member-name{color:#181d27;margin:0;font-size:18px;font-weight:600;line-height:28px}.ss-member-role{color:#6941c6;margin:0;font-size:16px;line-height:24px}.ss-member-email{color:#535862;word-break:break-all;margin:0 0 20px;font-size:14px;line-height:22px}.ss-lnb-my{text-align:left}.ss-content{flex-direction:column;flex:1;min-width:0;padding:6px 16px 24px;display:flex;overflow-x:auto}.ss-category-rows{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.ss-category-group{background:#fff;border:1px solid #d5d7da;border-radius:8px;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0a0d120d}.ss-category{color:#414651;white-space:nowrap;cursor:pointer;background:#fff;border:none;border-right:1px solid #d5d7da;padding:10px 27px;font-family:inherit;font-size:14px;font-weight:600;line-height:20px}.ss-category:last-child{border-right:none}.ss-category.active{color:#fff;background:#2b3674}.ss-panels{grid-template-columns:repeat(3,minmax(420px,1fr));align-items:start;gap:18px;display:grid}.ss-panel{background:#fff;border-radius:20px;flex-direction:column;min-height:1013px;padding:32px 25px;display:flex;position:relative}.ss-collapse{cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:12px;left:25px}.ss-panel-title{align-items:center;gap:8px;margin:6px 0 16px;display:flex}.ss-panel-title h2{letter-spacing:-.02em;color:#2b3674;margin:0;font-family:DM Sans,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:32px}.ss-panel-title-right{align-items:center;gap:8px;margin-left:auto;display:flex}.ss-add{color:#2b3674;align-items:center;gap:10px;font-family:DM Sans,Pretendard,sans-serif;font-size:15px;font-weight:700;display:flex}.ss-add-btn{cursor:pointer;background:#fafafa;border:1px solid #2b3674;border-radius:5px;justify-content:center;align-items:center;width:31px;height:30px;display:flex}.ss-editor-tools{gap:7px;display:flex}.ss-editor-tools button{cursor:pointer;background:0 0;border:none;padding:0}.ss-title-cards{flex-direction:column;gap:12px;margin-bottom:0;display:flex}.ss-title-card{background:#fff;border-radius:15px;flex:none;align-items:center;gap:6px;height:65px;padding:0 12px;display:flex;box-shadow:0 18px 40px #7090b01f}.ss-title-card input{color:#181d27;border:1px solid #d5d7da;border-radius:8px;flex:1;min-width:0;padding:9px 14px;font-family:inherit;font-size:16px;box-shadow:0 1px 2px #0a0d120d}.ss-title-card input::placeholder{color:#717680}.ss-title-card input:focus{outline-offset:-1px;outline:2px solid #7f56d9}.ss-title-card>button:not(.ss-tag){cursor:pointer;background:0 0;border:none;padding:4px}.ss-past-card{color:#181d27;justify-content:space-between;padding:10px 16px;font-size:16px}.ss-tag{color:#fff;cursor:pointer;border:none;border-radius:10px;flex:none;width:80px;height:28px;font-family:DM Sans,Pretendard,sans-serif;font-size:15px;font-weight:700;line-height:1.5}.ss-tag-green{background:#01b574}.ss-editor-card{background:#fff;border-radius:15px;flex-direction:column;padding:15px 25px 48px;display:flex;position:relative;box-shadow:0 18px 40px #7090b01f}.ss-editor-card textarea{resize:none;letter-spacing:-.02em;color:#181d27;background:0 0;border:none;flex:1;width:100%;font-family:DM Sans,Pretendard,sans-serif;font-size:16px;line-height:26px}.ss-editor-card textarea::placeholder{color:#a3aed0}.ss-editor-card textarea:focus{outline:none}.ss-save{position:absolute;bottom:14px;right:12px}.ss-editor-fill{flex:none;height:618px}.ss-editor-sm{height:342px}.ss-editor-md{flex:1;min-height:441px}.ss-panel-half{flex-direction:column;display:flex}.ss-panel-half+.ss-panel-half{margin-top:40px}.ss-panel-half-grow{flex:1;min-height:0}@media (width<=1500px){.ss-panels,.ss-collect-head{grid-template-columns:repeat(3,420px);overflow-x:auto}}.ss-sites{flex-direction:column;gap:16px;display:flex}.ss-site-field label{color:#414651;margin-bottom:6px;font-size:14px;font-weight:500;line-height:20px;display:block}.ss-site-row{align-items:center;gap:10px;display:flex}.ss-site-input{border-radius:8px;flex:1;align-items:stretch;min-width:0;display:flex;box-shadow:0 1px 2px #0a0d120d}.ss-site-prefix{color:#717680;background:#fff;border:1px solid #d5d7da;border-right:none;border-radius:8px 0 0 8px;align-items:center;padding:10px 12px 10px 14px;font-size:16px;line-height:24px;display:flex}.ss-site-input input{color:#181d27;border:1px solid #d6bbfb;border-radius:0 8px 8px 0;flex:1;min-width:0;padding:10px 14px;font-family:inherit;font-size:16px;line-height:24px;text-decoration:underline;box-shadow:0 0 0 4px #f4ebff}.ss-site-input input:focus{border-color:#7f56d9;outline:none}.ss-site-row>button{cursor:pointer;background:0 0;border:none;flex:none;padding:2px}.ss-site-field p{color:#535862;margin:6px 0 0;font-size:14px;line-height:20px}.ss-cat2-grid{grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:64px;display:grid}.ss-cat2-col{flex-direction:column;gap:10px;min-width:0;display:flex}.ss-cat2-head{align-items:center;gap:6px;margin-bottom:6px;display:flex}.ss-cat2-head h3{letter-spacing:-.02em;color:#2b3674;white-space:nowrap;margin:0;font-family:DM Sans,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:30px}.ss-add-sm{gap:4px;margin-left:auto;font-size:13px}.ss-cat2-input{color:#181d27;background:#fff;border:1px solid #e9eaeb;border-radius:8px;width:100%;min-width:0;padding:14px;font-family:inherit;font-size:15px;box-shadow:0 10px 24px #7090b01a}.ss-cat2-input::placeholder{color:#717680}.ss-cat2-input:focus{outline-offset:-1px;outline:2px solid #7f56d9}.ss-mh-grid{flex:1;grid-template-columns:110px 1fr;gap:18px;min-height:0;display:grid}.ss-mh-side{flex-direction:column;gap:40px;display:flex}.ss-mh-group{flex-direction:column;gap:12px;display:flex}.ss-mh-group h3{letter-spacing:-.02em;color:#2b3674;text-align:center;margin:0 0 4px;font-family:DM Sans,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:32px}.ss-mh-chip{color:#181d27;background:#fff;border:1px solid #e9eaeb;border-radius:8px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;box-shadow:0 10px 24px #7090b01a}.ss-mh-chip::placeholder{color:#a3aed0}.ss-mh-chip:focus{outline-offset:-1px;outline:2px solid #7f56d9}.ss-mh-editor{min-height:860px}.ss-topic-right{flex-direction:column;gap:10px;min-width:0;display:flex}.ss-topic-subtitle{letter-spacing:-.02em;color:#2b3674;text-align:center;margin:24px 0 8px;font-family:DM Sans,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:32px}.ss-struct{flex-direction:column;gap:16px;margin-top:48px;display:flex}.ss-struct-head{align-items:center;gap:8px;display:flex}.ss-struct-head h3{letter-spacing:-.02em;color:#2b3674;white-space:nowrap;margin:0;font-family:DM Sans,Pretendard,sans-serif;font-size:19px;font-weight:700;line-height:28px}.ss-struct-nums{flex-wrap:wrap;gap:6px;display:flex}.ss-struct-num{color:#181d27;cursor:pointer;background:#fff;border:1px solid #e9eaeb;border-radius:8px;min-width:44px;padding:6px 8px;font-family:inherit;font-size:14px;font-weight:700;line-height:1.2;box-shadow:0 4px 10px #7090b014}.ss-struct-num.active{background:#ffd426;border-color:#ffd426}.ss-struct-grid{gap:8px;display:grid}.ss-struct-card{cursor:pointer;background:#fff;border:1px solid #7f56d9;border-radius:8px;padding:0 0 12px;font-family:inherit;overflow:hidden}.ss-struct-card.picked{background:#ffd426}.ss-struct-card-top{background:#fff;border-bottom:1px solid #e9eaeb;justify-content:space-between;align-items:center;margin-bottom:10px;padding:4px 6px;display:flex}.ss-struct-card-top.picked{background:#00c8b3}.ss-struct-card-top em{color:#2b3674;text-align:center;flex:1;font-size:13px;font-style:normal;font-weight:700}.ss-struct-card strong{letter-spacing:-.02em;color:#181d27;font-family:DM Sans,Pretendard,sans-serif;font-size:20px;font-weight:700;display:block}.ss-struct-legend{justify-content:center;gap:10px;display:flex}.ss-struct-legend span{color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:64px;height:26px;font-family:DM Sans,Pretendard,sans-serif;font-size:14px;font-weight:700;display:inline-flex}.ss-gnb{z-index:2;background:#fff;flex:none;align-items:center;gap:40px;height:70px;padding:0 40px;display:flex;position:sticky;top:0}.ss-gnb-logo{cursor:pointer;background:0 0;border:none;padding:0}.ss-gnb-logo img{height:45px;display:block}.ss-gnb-burger{cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.ss-gnb-menu{flex:1;align-items:center;gap:100px;min-width:0;display:flex;overflow-x:auto}.ss-gnb-item{color:#414651;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}.ss-gnb-item:hover{color:#181d27;text-decoration:none}.ss-gnb-item.active{color:#4318ff}.ss-gnb-admin{margin-left:auto}.ss-lnb-section-tight .ss-lnb-title+.ss-lnb-title{margin-top:26px}.ss-lnb .ss-lnb-title span{font-family:DM Sans,Pretendard,sans-serif;font-size:20px}.ss-logout{color:#898989;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:16px;font-weight:500}.ss-register{flex:1}.ss-register-cards{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:178px;padding:40px 0;display:flex}.ss-register-card{color:#2b2b2b;cursor:pointer;background:#fff;border:1px solid #7f56d9;border-radius:16px;width:360px;height:360px;font-family:DM Sans,Pretendard,sans-serif;font-size:40px;font-weight:600;box-shadow:0 1px 2px #0a0d120d}.ss-register-card.selected{color:#fff}.ss-todo-hint{color:#707eae}@media (width<=1700px){.ss-gnb-menu{gap:48px}.ss-register-cards{gap:60px}}.ss-collect-head{grid-template-columns:repeat(3,minmax(420px,1fr));align-items:end;gap:18px;margin:10px 0 12px;display:grid}.ss-collect-title-cell{background:#fff;border-radius:8px;align-items:center;height:45px;padding:0 25px;display:flex}.ss-collect-title{color:#181d27;font-size:16px;font-weight:400;line-height:24px}.ss-collect-actions{justify-content:center;align-self:end;align-items:center;gap:10px;height:45px;display:flex}.ss-pill{cursor:pointer;border:none;border-radius:10px;min-width:72px;height:34px;font-family:inherit;font-size:15px;font-weight:700}.ss-pill-gray{color:#414651;background:#d9d9d9}.ss-pill-purple{color:#fff;background:#6155f5}.ss-title-filter{border:1px solid #e9eaeb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;min-height:45px;margin-bottom:14px;padding:4px 14px;display:flex}.ss-title-filter label{color:#414651;cursor:pointer;align-items:center;gap:4px;font-size:14px;display:flex}.ss-title-filter input{accent-color:#7f56d9}.ss-title-select{color:#181d27;background:#fff;border:1px solid #d5d7da;border-radius:8px;flex:none;padding:8px 6px;font-family:inherit;font-size:14px}.ss-past-actions{flex:none;gap:8px;display:flex}.ss-tag-purple{background:#6155f5}.ss-editor-fill+.ss-panel-title{margin-top:18px}.ss-past-list{gap:8px}.ss-editor-xs{flex:none;height:415px}.ss-editor-topic{flex:none;height:500px}.ss-numrow{background:#fff;border:1px solid #e9eaeb;border-radius:8px;flex:none;align-items:stretch;height:44px;display:flex;overflow:hidden;box-shadow:0 8px 18px #7090b014}.ss-numrow.hl{border:1.5px solid #4318ff}.ss-numchip{color:#717680;white-space:nowrap;background:#fff;border-right:1px solid #e9eaeb;justify-content:center;align-items:center;min-width:36px;padding:0 6px;font-size:14px;display:flex}.ss-numrow.hl .ss-numchip{color:#181d27;font-weight:700}.ss-numrow input{color:#181d27;border:none;flex:1;min-width:0;padding:0 12px;font-family:inherit;font-size:15px;font-weight:600}.ss-numrow input:focus{outline:none}.ss-numrow>button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0 10px;display:flex}.ss-bottom-pills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:auto;padding-top:24px;display:flex}.ss-bpill{color:#fff;cursor:pointer;background:#c6c3f0;border:none;border-radius:15px;min-width:76px;height:30px;font-family:inherit;font-size:14px;font-weight:700}.ss-bpill.active{background:#4038d6}.ss-4dan-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.ss-4dan-table{background:#fff;border:1px solid #d5d7da;border-radius:6px;overflow:hidden;box-shadow:0 8px 18px #7090b014}.ss-4dan-head{border-bottom:1px solid #d5d7da;align-items:center;display:flex}.ss-4dan-head span{color:#414651;text-align:center;border-right:1px solid #d5d7da;flex:none;width:46px;padding:10px 8px;font-size:14px}.ss-4dan-head strong{color:#181d27;padding:10px 12px;font-size:16px}.ss-4dan-body{min-height:140px;display:flex}.ss-4dan-side{text-align:center;color:#414651;border-right:1px solid #d5d7da;flex:none;width:46px;padding:12px 8px;font-size:14px;line-height:1.6}.ss-4dan-cell{color:#181d27;padding:12px;font-size:15px;line-height:1.7}.ss-struct-nums-wide{justify-content:space-between}.ss-struct-num.active-purple{color:#fff;background:#6155f5;border-color:#6155f5}.ss-gujo-grid{grid-template-columns:repeat(5,1fr);gap:8px 6px;display:grid}.ss-gujo-card{cursor:pointer;background:#fff;border:1px solid #d5d7da;border-radius:8px;padding:0 0 10px;font-family:inherit;overflow:hidden}.ss-gujo-card.picked{background:#ffd426}.ss-gujo-select{color:#181d27;background:#fff;border:1px solid #d5d7da;border-radius:6px;justify-content:space-between;align-items:center;margin:4px 4px 8px;padding:2px 8px;font-size:13px;font-weight:700;display:flex}.ss-gujo-select.picked{color:#fff;background:#6155f5;border-color:#6155f5}.ss-gujo-card strong{letter-spacing:-.02em;color:#181d27;white-space:pre-line;font-family:DM Sans,Pretendard,sans-serif;font-size:16px;font-weight:700;line-height:1.3;display:block}.ss-yoin-grid{grid-template-columns:repeat(6,1fr);gap:12px 6px;margin-top:24px;display:grid}.ss-yoin-cell{color:#181d27;cursor:pointer;background:#fff;border:1px solid #d5d7da;border-radius:8px;height:50px;font-family:inherit;font-size:14px;font-weight:700;box-shadow:0 6px 14px #7090b014}.ss-yoin-cell.lead{background:#ffd426;border-color:#f2c400}.ss-yoin-cell.picked{border:1.5px solid #4318ff}.ss-mh-group h3{text-align:left}.ss-mh-group .ss-add-sm{margin-bottom:4px;margin-left:0}.ss-mtabs{gap:8px;display:flex}.ss-head-tabs{grid-row:2;margin-top:10px}.ss-head-tabs-left{grid-column:1;justify-self:start}.ss-head-tabs-right{grid-column:3;justify-self:end}.ss-mtab{color:#fff;cursor:pointer;background:#c6c3f0;border:none;border-radius:14px;min-width:74px;height:28px;font-family:inherit;font-size:14px;font-weight:700}.ss-mtab.active{background:#6155f5}.ss-jk-list{flex-direction:column;gap:14px;display:flex}.ss-jk-block{align-items:stretch;gap:6px;display:flex}.ss-jk-rows{background:#fff;border:1px solid #d6bbfb;border-radius:8px;flex:1;min-width:0;overflow:hidden}.ss-jk-block.hl .ss-jk-rows{border:1.6px solid #4318ff}.ss-jk-row{align-items:center;gap:0;display:flex}.ss-jk-row+.ss-jk-row{border-top:1px solid #e9d7fe}.ss-jk-seq{border-right:1px solid #e9d7fe;flex:none;gap:10px;padding:10px 12px;display:flex}.ss-jk-seq em{color:#181d27;font-size:15px;font-style:normal;font-weight:700}.ss-jk-seq em.red{color:#e02b2b}.ss-jk-label{color:#717680;border-right:1px solid #e9d7fe;flex:none;padding:10px;font-size:14px}.ss-jk-row input{color:#181d27;border:none;flex:1;min-width:0;padding:10px;font-family:inherit;font-size:15px}.ss-jk-row input:focus{outline:none}.ss-jk-select{color:#717680;white-space:nowrap;border-left:1px solid #e9d7fe;flex:none;align-items:center;gap:6px;padding:10px;font-size:14px;display:flex}.ss-jk-check{cursor:pointer;background:#6155f5;border:none;border-left:1px solid #e9d7fe;flex:none;justify-content:center;align-self:stretch;align-items:center;width:40px;display:flex}.ss-jk-side{flex-direction:column;flex:none;justify-content:center;gap:6px;display:flex}.ss-jk-side button{cursor:pointer;background:0 0;border:none;padding:0}.ss-gg-list{flex-direction:column;flex:1;gap:12px;display:flex}.ss-gg-group{flex-direction:column;gap:12px;display:flex}.ss-gg-row{align-items:center;gap:6px;display:flex}.ss-gg-row.indent{padding-left:44px}.ss-gg-field{background:#fff;border:1px solid #d6bbfb;border-radius:8px;flex:1;align-items:center;min-width:0;height:46px;display:flex;overflow:hidden}.ss-gg-field.hl{border:1.6px solid #2b3674}.ss-gg-field span{color:#717680;white-space:nowrap;border-right:1px solid #e9d7fe;flex:none;align-self:stretch;align-items:center;padding:0 12px;font-size:14px;display:flex}.ss-gg-field input{color:#181d27;border:none;flex:1;min-width:0;padding:0 12px;font-family:inherit;font-size:15px}.ss-gg-field input:focus{outline:none}.ss-gg-actions{flex:none;gap:4px;display:flex}.ss-gg-actions button{cursor:pointer;background:0 0;border:none;padding:2px}.ss-gg-spacer{flex:1}.ss-editor-frame{flex:none;height:168px;margin-bottom:14px}.ss-fr-table{border:1px solid #181d27;flex-direction:column;margin-top:14px;display:flex}.ss-fr-rowgroup{border-top:1px solid #181d27;display:flex}.ss-fr-rowgroup:first-child{border-top:none}.ss-fr-lead{border-right:1px solid #181d27;flex-direction:column;flex:none;width:88px;display:flex}.ss-fr-num{text-align:center;background:#f5e97e;border-bottom:1px solid #181d27;padding:6px 4px;font-size:14px;font-weight:700}.ss-fr-name{background:#f5e97e;flex:1;align-items:center;padding:6px;font-size:14px;font-weight:700;display:flex}.ss-fr-cells{flex-direction:column;flex:1;display:flex}.ss-fr-heads,.ss-fr-bodies{grid-template-columns:repeat(3,1fr);display:grid}.ss-fr-head{background:#fdf9d8;border-bottom:1px solid #181d27;border-right:1px solid #181d27;padding:6px 8px;font-size:13px;font-weight:700}.ss-fr-head:last-child{border-right:none}.ss-fr-bodies{flex:1}.ss-fr-cell{color:#414651;border-right:1px solid #181d27;padding:6px 8px 26px;font-size:13px}.ss-fr-cell:last-child{border-right:none}.ss-chodan-sub{color:#181d27;margin:0 0 10px;font-size:17px;font-weight:700}.ss-editor-chodan{flex:1;min-height:760px}.ss-panels-bonmun{margin-top:12px}.ss-bm-pastlist{margin-top:90px}.ss-bm-search{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;display:flex}.ss-bm-verse{flex:1;min-width:200px}.ss-pill-green{color:#fff;background:#01b574}.ss-bm-section{margin-bottom:26px}.ss-bm-sechead{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ss-bm-sechead h3{color:#2b3674;margin:0;font-family:DM Sans,Pretendard,sans-serif;font-size:18px;font-weight:700}.ss-book-grid{grid-template-columns:repeat(6,1fr);gap:12px 10px;display:grid}.ss-book{color:#181d27;cursor:pointer;background:#fff;border:1px solid #6155f5;border-radius:10px;height:46px;font-family:inherit;font-size:16px;font-weight:700;box-shadow:0 4px 10px #7090b00f}.ss-book.active{color:#fff;background:#6155f5;border-color:#6155f5}.ss-bm-form{border:1px solid #d6bbfb;border-radius:4px;margin-bottom:24px}.ss-bm-formrow{border-top:1px solid #e9d7fe;align-items:stretch;display:flex}.ss-bm-formrow:first-child{border-top:none}.ss-bm-th{color:#717680;border-right:1px solid #e9d7fe;flex:none;align-items:center;width:78px;padding:0 10px;font-size:14px;display:flex}.ss-bm-th+.ss-bm-td+.ss-bm-th{border-left:1px solid #e9d7fe}.ss-bm-td{color:#181d27;background:#fff;border:none;flex:1;min-width:0;padding:12px 10px;font-family:inherit;font-size:15px}.ss-bm-td:focus{outline:none}.ss-editor-bonmun{flex:1;min-height:700px}
