.bbs-post-card-list{display:flex;flex-direction:column;gap:10px}.bbs-post-card-item{padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.bbs-post-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.bbs-post-card-no{color:#0369a1;font-size:.9rem}.bbs-post-card-title{font-weight:600;color:#111827}.bbs-post-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:.85rem;color:#6b7280;margin-bottom:8px}.bbs-post-card-empty{padding:24px;border:1px dashed #d1d5db;border-radius:8px;text-align:center;color:#6b7280;background:#fff}.bbs-post-basic-thum{width:56px;height:42px;object-fit:cover;border-radius:6px;border:1px solid #dbe4f0;display:block;margin:0 auto}.bbs-post-basic-thum-empty{display:inline-flex;align-items:center;justify-content:center;width:56px;height:42px;border-radius:6px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:.66rem;font-weight:600}.bbs-post-thumb-list{display:flex;flex-direction:column;gap:10px}.bbs-post-thumb-item{display:grid;grid-template-columns:auto 96px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.bbs-post-thumb-image{width:96px;height:72px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.bbs-post-thumb-image-img{width:100%;height:100%;object-fit:cover;display:block}.bbs-post-thumb-image-placeholder{font-size:.72rem;color:#64748b;font-weight:600;letter-spacing:.02em}.bbs-post-thumb-title-wrap{display:flex;align-items:center;gap:10px;margin-bottom:6px}.bbs-post-thumb-no{color:#0369a1;font-size:.9rem}.bbs-post-thumb-title{font-weight:600;color:#111827}.bbs-post-thumb-meta{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:.85rem;color:#6b7280}.bbs-post-thumb-empty{padding:24px;border:1px dashed #d1d5db;border-radius:8px;text-align:center;color:#6b7280;background:#fff}.yn-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.yn-badge.is-y{background:#dcfce7;color:#166534}.yn-badge.is-n{background:#fee2e2;color:#991b1b}:root{--bg: #f4f6f9;--sidebar-width: 200px;--sidebar-bg: #021427;--sidebar-text: #ced4da;--sidebar-active-bg: #0a2842;--header-bg: #ffffff;--border: #e5e7eb;--text: #333333;--muted: #6b7280;--primary: #3490dc;--primary-hover: #2779bd}*,*:before,*:after{box-sizing:border-box}body{font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);margin:0;padding:0;font-size:14px;color:var(--text);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0;color:#2d3748}.login-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#7bb3d3,#5a9fd4);display:flex;align-items:center;justify-content:center;padding:20px;position:relative}.login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(15,50,90,.12) 0%,transparent 35%),radial-gradient(circle at 80% 20%,rgba(15,50,90,.08) 0%,transparent 35%),radial-gradient(circle at 50% 50%,rgba(52,144,220,.05) 0%,transparent 60%);pointer-events:none}.login-container,.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 20px 40px #0000001a,0 1px 2px #0000000d;padding:40px 36px;width:100%;max-width:420px;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.login-header h2,.login-card h1{font-size:24px;font-weight:700;margin:0 0 12px;letter-spacing:-.5px;background:linear-gradient(135deg,#3490dc,#2980b9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{color:#7f8c8d;font-size:14px;margin:0 0 10px}.login-form{margin-top:16px;display:flex;flex-direction:column;gap:16px}.form-group,.form-field{margin-bottom:12px;display:flex;flex-direction:column;gap:6px;font-size:14px}.form-group label,.form-field span{color:#2c3e50;font-weight:600;font-size:14px}.form-input,.form-field input{width:100%;padding:12px 14px;border:2px solid #e9ecef;border-radius:12px;font-size:14px;background:#ffffffe6;transition:all .2s ease}.login-form .input-wrapper{position:relative;display:flex;align-items:center}.login-form .input-icon{position:absolute;left:14px;z-index:2;color:#7f8c8d;pointer-events:none;transition:color .2s ease}.login-form .form-field input{padding-left:44px}.login-form .input-wrapper:focus-within .input-icon{color:#3490dc}.form-input:focus,.form-field input:focus{outline:none;border-color:#3490dc;background:#fff;box-shadow:0 0 0 3px #3490dc1a}.alert-danger,.form-error{background-color:#fff2f2;border:1px solid #ffcfcf;color:#e74c3c;padding:10px 12px;border-radius:8px;font-size:13px}.primary-button,.login-button{width:100%;background:linear-gradient(135deg,#3490dc,#2980b9);color:#fff;border:none;border-radius:12px;padding:12px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.primary-button:hover,.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3490dc66}.primary-button:disabled{opacity:.7;cursor:default;transform:none;box-shadow:none}.backoffice .dashboard-container{display:flex;min-height:100vh}.sidebar-toggle{display:none;align-items:center;justify-content:center;text-decoration:none;color:inherit;background:transparent;border:none;padding:0;margin:0;font:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.sidebar-toggle .hamburger{width:20px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.sidebar-toggle .hamburger span{display:block;width:100%;height:2px;background-color:#333;border-radius:1px}.sidebar{flex:0 0 var(--sidebar-width);width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);background-color:var(--sidebar-bg);color:#fff;padding-top:20px;box-shadow:2px 0 5px #0000001a;position:sticky;top:0;z-index:10;min-height:100vh;overflow-y:auto}.sidebar-header{padding:15px;text-align:center;border-bottom:1px solid #4b545c;margin-bottom:20px}.sidebar-header h3{color:#fff;margin:0;font-weight:600;font-size:1.25rem}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-menu li{margin:2px 0}.sidebar-group{width:100%;border:none;background:none;color:inherit;display:flex;align-items:center;justify-content:flex-start;padding:10px 20px;cursor:pointer;font-size:14px;text-align:left}.sidebar-group:hover{background-color:var(--sidebar-active-bg)}.sidebar-group-label{color:var(--sidebar-text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-menu-icon{display:block;color:inherit;opacity:.92}.sidebar-menu li>button.sidebar-group .sidebar-menu-icon--group{flex-shrink:0}.sidebar-group-arrow{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;font-size:9px;color:var(--sidebar-text);transition:color .2s ease,transform .2s ease}.sidebar-group-arrow i{font-size:inherit}.sidebar-group-arrow.open{color:#fff;transform:rotate(180deg)}.sidebar-menu li a{color:var(--sidebar-text);text-decoration:none;display:flex;align-items:center;padding:12px 16px 12px 20px;border-left:3px solid transparent;transition:all .2s ease;gap:0}.sidebar-menu li.active>a,.sidebar-menu li a:hover,.sidebar-menu li a.active{background-color:var(--sidebar-active-bg);color:#fff;border-left-color:#3490dc}.sidebar-submenu{list-style:none;margin:2px 0 4px;padding:0 0 4px 18px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .22s ease,opacity .18s ease}.sidebar-submenu.is-open{max-height:420px;opacity:1;pointer-events:auto}.sidebar-submenu li a{display:block;padding:8px 20px;font-size:13px;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-submenu li span{display:block;padding:8px 20px;font-size:13px;color:#94a3b8;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-submenu li a.active{color:#fff}.backoffice .backdrop{position:fixed;inset:0;z-index:90;background:transparent;border:none;padding:0;margin:0;cursor:default;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;-webkit-appearance:none;appearance:none}.backoffice.backoffice--nav-open .backdrop{background:#0f172a7a;opacity:1;visibility:visible;pointer-events:auto;cursor:pointer}@media(max-width:960px){.backoffice .dashboard-container{min-width:0;width:100%}.backoffice .sidebar-toggle{display:inline-flex;margin-right:10px;flex-shrink:0;padding:8px;border-radius:8px;color:#334155}.backoffice .sidebar-toggle:hover{background:#f1f5f9}.backoffice .sidebar-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.backoffice .sidebar{position:fixed;left:0;top:0;bottom:0;flex:0 0 var(--sidebar-width);width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);z-index:100;box-shadow:none;min-height:100vh;min-height:100dvh;padding-top:16px}.backoffice.backoffice--nav-open .sidebar{transform:translate(0);box-shadow:12px 0 40px #00000059}.backoffice .content{flex:1;min-width:0;width:100%;padding:0 12px 12px}.backoffice .header{position:sticky;top:0;z-index:40;padding:10px 14px 14px;gap:8px}.backoffice .header h2{font-size:1.1rem;flex:1;min-width:0;line-height:1.3}}.content{flex:1;padding:0 20px 20px}.header{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;padding:15px 22px 17px;position:relative;box-sizing:border-box;border-radius:0 0 14px 14px;border:1px solid #e2e8f0;border-top:none;box-shadow:0 1px #ffffffbf inset,0 6px 22px #0f172a12;background:linear-gradient(90deg,#1d6ba8,#2d8dd6 22%,#4eb0e8,#2d8dd6 78%,#1d6ba8) no-repeat left bottom / 100% 3px,linear-gradient(180deg,#fff,#f4f8fc 55%,#eef4fa);background-color:#f8fafc}.header h2{flex:1;min-width:0;margin:0;font-size:1.35rem;font-weight:650;letter-spacing:-.02em;color:#0f172a;line-height:1.25}.user-dropdown{position:relative;display:inline-block;flex-shrink:0;font-size:14px;color:var(--muted)}.user-dropdown .dropdown-content{display:none;position:absolute;right:0;top:32px;background-color:#fff;min-width:120px;box-shadow:0 8px 16px #0000001f;border-radius:8px;overflow:hidden;z-index:20}.user-dropdown .dropdown-content a{padding:8px 12px;display:block;color:#333;text-decoration:none;font-size:13px}.user-dropdown .dropdown-content a:hover{background-color:#f3f4f6}.session-timer{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;color:#64748b;background:#ffffffa6;border:1px solid #e2e8f0;border-radius:6px}.header-user-bar{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:6px 8px}.header-user-name{font-size:13px;font-weight:500;color:#475569;white-space:nowrap}.header-action-group{display:inline-flex;align-items:center;gap:6px}.header-action-btn,.header-action-btn:hover,.header-action-btn:focus,.header-action-btn:active,.header-action-btn:visited{text-decoration:none}.header-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 11px;border-radius:6px;font-size:12px;font-weight:600;line-height:1;cursor:pointer;box-sizing:border-box;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease}.header-action-btn:active:not(:disabled){transform:translateY(1px)}.header-action-btn .header-action-icon{margin-right:0;flex-shrink:0;width:12px;height:12px}.header-action-btn i{font-size:12px}.header-action-btn--dashboard,.header-action-btn--dashboard:visited{border:1px solid #93c5fd;background:linear-gradient(180deg,#fff,#eff6ff);color:#1e40af;box-shadow:0 1px 2px #2563eb1f}.header-action-btn--dashboard:hover,.header-action-btn--dashboard.active:hover{background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#60a5fa;box-shadow:0 2px 8px #2563eb29;color:#1d4ed8}.header-action-btn--logout{border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fef2f2);color:#dc2626;box-shadow:0 1px 2px #b91c1c0f}.header-action-btn--logout:hover:not(:disabled){background:linear-gradient(180deg,#fef2f2,#fee2e2);border-color:#fca5a5;box-shadow:0 2px 8px #b91c1c1a;color:#b91c1c}.header-action-btn--logout:disabled{opacity:.65;cursor:not-allowed;transform:none}.session-extend-btn{margin-left:0;padding:4px 8px;font-size:11px;font-weight:600;border-radius:5px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc);color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.session-extend-btn:hover{background:#f1f5f9;border-color:#94a3b8;box-shadow:0 1px 4px #0f172a14}.user-dropdown .dropdown-content .dropdown-logout-btn{width:100%;padding:8px 12px;display:block;text-align:left;font-size:13px;border:none;background:none;cursor:pointer;color:#b91c1c;font-family:inherit}.user-dropdown .dropdown-content .dropdown-logout-btn:hover{background-color:#fef2f2}.main-content{margin-top:16px;padding-bottom:24px}.dashboard-grid{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:16px;align-items:start}.dashboard-grid--summary-only{grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.card.dashboard-hero{background:linear-gradient(135deg,#7b61ff,#6366f1 42%,#a855f7);border:1px solid rgba(255,255,255,.22);box-shadow:0 24px 48px #5b21b659,0 0 0 1px #ffffff14 inset;overflow:visible}.dashboard-hero-inner{display:flex;flex-wrap:wrap;gap:16px;padding:18px 22px;align-items:stretch}.dashboard-hero-stats{flex:1 1 280px;min-width:240px;max-width:420px;display:flex;flex-direction:column;gap:10px}.dashboard-hero-stats-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashboard-hero-stats-title{display:flex;align-items:center;gap:10px;min-width:0}.dashboard-hero-stats-title h2{margin:0;font-size:17px;font-weight:600;color:#fff;line-height:1.3}.dashboard-hero-icon{display:flex;align-items:center;justify-content:center;color:#fffffff2;flex-shrink:0}.dashboard-hero-detail-btn{border:1px solid rgba(255,255,255,.55);background:#ffffff1a;color:#fff;font-size:12px;padding:6px 14px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.dashboard-hero-detail-btn:hover{background:#ffffff38;border-color:#ffffffbf}.dashboard-hero-stats-main{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.dashboard-hero-stat-block{flex:1;min-width:100px}.dashboard-hero-stat-label{margin:0 0 4px;font-size:12px;color:#ffffffd1}.dashboard-hero-stat-num{display:block;font-size:26px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;line-height:1.1}.dashboard-hero-stat-divider{width:1px;align-self:stretch;min-height:52px;background:#ffffff59;flex-shrink:0}.dashboard-hero-stats-sub{margin:0;font-size:12px;color:#ffffffd1}.dashboard-hero-clock{background:#ffffff24;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.28);text-align:center}.dashboard-hero-clock-line{display:block;font-size:34px;font-weight:300;color:#fff;font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-hero-clock-period{font-size:18px;font-weight:300;vertical-align:baseline;opacity:.9}.dashboard-hero-clock-date{display:block;margin-top:4px;font-size:15px;font-weight:300;color:#ffffffd1;line-height:1.35}.dashboard-hero-chart{flex:1 1 280px;min-width:0;min-height:0;align-self:flex-start;display:flex;flex-direction:column;background:transparent;border-radius:16px;padding:6px 0 0;border:none}.dashboard-hero-chart-title{margin:0 0 8px;font-size:15px;font-weight:600;color:#fffffff2}.dashboard-hero-chart-body{flex:0 0 auto;height:200px;min-height:200px;max-height:200px;width:100%;overflow:hidden}.dashboard-hero-chart-empty{margin:0;padding:48px 16px;text-align:center;font-size:13px;color:#ffffffa6}.dashboard-hero-chart .recharts-legend-item-text{color:#ffffffeb!important}@media(max-width:960px){.dashboard-hero-inner{flex-direction:column}.dashboard-hero-stats{max-width:none}.dashboard-hero-stat-divider{min-height:0;width:100%;height:1px;align-self:stretch}.dashboard-hero-chart{min-height:0}}.card{background:#fff;border-radius:16px;padding:0;box-shadow:0 18px 45px #0f172a1f,0 0 0 1px #94a3b826;border:1px solid rgba(226,232,240,.9);overflow:hidden}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-header h3{font-size:18px}.crud-page-card-inner{max-width:100%;min-width:0}.dashboard-summary-card,.dashboard-visitor-card,.dashboard-schedule-card{padding:18px 20px}.dashboard-summary-card{display:flex;flex-direction:column;gap:10px;background:#f1f5f9}.dashboard-summary-chart-card{padding:16px 18px 18px}.dashboard-summary-chart-card h3{margin:0 0 6px;font-size:16px;font-weight:600;color:#0f172a}.dashboard-summary-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-summary-chart-item{display:flex;flex-direction:column;align-items:stretch;padding:10px 8px;border-radius:16px;background:linear-gradient(160deg,#fff,#f8fafc);border:1px solid #dbeafe;box-shadow:0 10px 24px #6366f114}.dashboard-donut-cell{display:flex;flex-direction:column;align-items:stretch;gap:8px;flex:1;min-width:0}.dashboard-summary-chart-label{margin:0 0 8px;font-size:12px;color:#4b5563;font-weight:500;text-align:center}.dashboard-summary-bar-wrap{width:100%;max-width:420px;margin:0 auto 8px;aspect-ratio:3 / 2;position:relative;min-height:0;display:block;filter:drop-shadow(0 8px 12px rgba(15,23,42,.12))}.dashboard-summary-bar-wrap .recharts-responsive-container,.dashboard-summary-bar-wrap .recharts-wrapper{width:100%!important;height:100%!important}.dashboard-summary-bar-wrap svg{max-width:none;width:100%;height:100%}.dashboard-pie-center-total text{font-family:inherit;-webkit-user-select:none;user-select:none}.dashboard-chart-skeleton--hero{width:100%;height:100%;min-height:200px;border-radius:10px;background:linear-gradient(110deg,#ffffff0f,#ffffff24,#ffffff0f 90%);background-size:200% 100%;animation:dashboard-chart-skeleton-shimmer 1.3s ease-in-out infinite}.dashboard-pie-skeleton{position:absolute;inset:10%;border-radius:50%;background:linear-gradient(120deg,#f1f5f9,#e2e8f0,#f1f5f9 80%);background-size:200% 100%;animation:dashboard-chart-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes dashboard-chart-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.dashboard-summary-chart-empty{margin:0;padding:24px 8px;text-align:center;font-size:12px;color:#94a3b8}@media(max-width:1100px){.dashboard-summary-chart-grid{grid-template-columns:1fr}}.dashboard-section-box{border-radius:12px;padding:12px 12px 14px;border:1px solid rgba(226,232,240,.95);box-shadow:0 4px 14px #0f172a0f}.dashboard-section-box--summary{background:radial-gradient(circle at top left,#eef2ff,#f8fafc,#fff)}.dashboard-section-box--visitor{background:radial-gradient(circle at top left,#0f172a,#1d4ed8 40%,#38bdf8);color:#fff}.dashboard-visitor-card h3,.dashboard-schedule-card h3,.dashboard-schedule-dashboard h3,.dashboard-section-box h3{margin:0 0 12px;font-size:17px;font-weight:600;color:#0f172a}.dashboard-section-box--visitor h3,.dashboard-section-box--visitor .dashboard-visitor-head p,.dashboard-section-box--visitor .dashboard-visitor-head strong,.dashboard-section-box--visitor .dashboard-digital-clock-time,.dashboard-section-box--visitor .dashboard-digital-clock-date{color:#fff}.dashboard-summary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-summary-list div{background:radial-gradient(circle at top left,#eff6ff,#f9fafb 55%,#f8fafc);border:1px solid rgba(209,213,219,.9);border-radius:8px;padding:10px;display:flex;justify-content:space-between;align-items:center;font-size:13px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.dashboard-summary-list div:hover{transform:translateY(-2px);box-shadow:0 8px 20px #94a3b859;border-color:#93c5fd}.dashboard-summary-list strong{font-size:18px;color:#0f172a}.dashboard-summary-member-breakdown{grid-column:1 / -1;align-items:flex-start!important;flex-direction:column;gap:6px}.dashboard-summary-member-breakdown strong{font-size:14px;line-height:1.5}.dashboard-visitor-card{background:radial-gradient(circle at top left,#ecfeff,#e0f2fe 40%,#fff)}.dashboard-schedule-dashboard{background:transparent;padding:0;border:none;box-shadow:none;border-radius:0}.dashboard-visitor-head{display:flex;gap:24px;margin-bottom:10px}.dashboard-visitor-head p{margin:0;font-size:12px;color:#64748b}.dashboard-visitor-head strong{font-size:22px;color:#111827}.dashboard-visitor-title-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:10px;flex-wrap:wrap}.dashboard-digital-clock--below{margin-top:8px;text-align:left}.dashboard-visitor-title-row h3{margin:0}.dashboard-digital-clock{text-align:right;min-width:160px}.dashboard-digital-clock-time{font-size:22px;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums}.dashboard-digital-clock-date{font-size:12px;color:#64748b;margin-top:2px}.dashboard-line-chart-wrap{height:240px;margin-top:8px;border-top:1px solid #e5e7eb;padding-top:8px}.dashboard-empty-hint{font-size:13px;color:#94a3b8;margin:12px 0;text-align:center}.dashboard-schedule-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dashboard-schedule-header a{font-size:12px;color:#2563eb;text-decoration:none}.dashboard-schedule-header a:hover{text-decoration:underline}.dashboard-schedule-split{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:20px;align-items:stretch}.dashboard-mini-calendar{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:radial-gradient(circle at top left,#eef2ff,#f9fafb 55%,#fff);box-shadow:0 10px 30px #94a3b840}.dashboard-mini-cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:600;font-size:14px}.dashboard-mini-cal-nav button{border:1px solid #d1d5db;background:#fff;border-radius:6px;width:32px;height:32px;cursor:pointer;font-size:12px}.dashboard-mini-cal-nav button:hover{background:#f1f5f9}.dashboard-mini-cal-nav--hero{background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;border-radius:12px;padding:12px 14px;margin:-14px -14px 14px;box-shadow:0 8px 18px #3b82f638}.dashboard-mini-cal-nav--hero span{font-weight:600;font-size:15px}.dashboard-mini-cal-nav--hero button{border:1px solid #93c5fd;background:linear-gradient(180deg,#f8fbff,#e0edff);color:#1d4ed8}.dashboard-mini-cal-nav--hero button:hover{filter:brightness(.97)}.dashboard-cal-table{width:100%;border-collapse:collapse;font-size:12px}.dashboard-cal-table th{padding:6px 2px;color:#64748b;font-weight:600;text-align:center}.dashboard-cal-table td{padding:2px;text-align:center;vertical-align:middle;height:36px}.dashboard-cal-day{width:100%;border:none;background:transparent;border-radius:8px;cursor:pointer;padding:6px 4px;position:relative;font-size:13px;color:#334155}.dashboard-cal-day:hover{background:#e2e8f0}.dashboard-cal-day.is-today{background:linear-gradient(135deg,#6366f1,#818cf8);font-weight:600;color:#f9fafb}.dashboard-cal-day.is-selected{border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-weight:500}.dashboard-cal-day.has-schedule .dashboard-cal-dot{display:block}.dashboard-cal-dot{display:none;position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#6366f1}.dashboard-cal-empty{display:block;height:28px}.dashboard-schedule-list-panel h4{margin:0 0 10px;font-size:15px;color:#0f172a}.dashboard-info-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;height:100%;align-items:stretch}.dashboard-info-panel{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:radial-gradient(circle at top left,#eff6ff,#f9fafb 60%,#fff);min-height:100%}.dashboard-info-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.dashboard-info-panel-head h4{margin:0}.dashboard-info-panel-head a{font-size:12px;color:#2563eb;text-decoration:none}.dashboard-info-panel-head a:hover{text-decoration:underline}.dashboard-info-panel--schedule{max-width:100%}.dashboard-panel-move-btn{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:999px;border:1px solid #bae6fd;background:linear-gradient(180deg,#f0f9ff,#e0f2fe);color:#0369a1!important;font-size:12px;font-weight:600;text-decoration:none!important;transition:background .15s ease,border-color .15s ease,transform .15s ease}.dashboard-panel-move-btn:hover{background:linear-gradient(180deg,#e0f2fe,#bae6fd);border-color:#7dd3fc;transform:translateY(-1px)}.dashboard-schedule-ul{list-style:none;margin:0;padding:0}.dashboard-schedule-ul li{padding:10px 12px;margin-bottom:8px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.dashboard-schedule-ul li:hover{box-shadow:0 10px 20px #94a3b84d;border-color:#a5b4fc;transform:translateY(-1px)}.dashboard-schedule-li-title{font-weight:600;font-size:14px;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-schedule-li-meta{font-size:12px;color:#64748b}@media(max-width:960px){.dashboard-grid,.dashboard-schedule-split,.dashboard-info-split{grid-template-columns:1fr}}.schedule-page-calendar-section{margin-bottom:24px}.schedule-page-calendar-split{display:grid;grid-template-columns:70% minmax(0,1fr);gap:20px;align-items:stretch}.schedule-page-calendar-main{width:100%;max-width:100%;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:7px;padding:14px;box-shadow:none;overflow:hidden}.schedule-page-cal-table-wrap{border-radius:6px;overflow:hidden;border:1px solid #cbd5e1;background:#e2e8f0}.schedule-page-cal-nav{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:13px;color:#334155;width:fit-content;max-width:100%}.schedule-page-cal-nav span{font-size:18px;line-height:1.2;color:#0f172a;white-space:nowrap;padding:0 4px}.schedule-page-cal-nav button{border:1px solid #d1d5db;background:#fff;border-radius:4px;width:26px;height:26px;cursor:pointer;font-size:10px;color:#475569;flex-shrink:0;padding:0;line-height:1}.schedule-page-cal-nav button:hover{background:#f8fafc;border-color:#cbd5e1}.schedule-page-cal-table{width:100%;border-collapse:collapse;border:none;background:#e2e8f0;table-layout:fixed}.schedule-page-cal-table thead{box-shadow:0 2px #cbd5e1}.schedule-page-cal-table th{padding:10px 4px;background:#e8ecf4;color:#1e293b;font-weight:600;font-size:13px;text-align:center;border:1px solid #d1d9e6;letter-spacing:.02em}.schedule-page-cal-table thead th:first-child{background:#fde8e8;color:#c2410c}.schedule-page-cal-table thead th:last-child{background:#dbeafe;color:#1d4ed8}.schedule-page-cal-table td,.dashboard-cal-table.schedule-page-cal-table td{vertical-align:top;height:auto!important;min-height:96px;padding:3px;background:#f8fafc;border:1px solid #cbd5e1}.schedule-page-cal-table .dashboard-cal-empty{display:block;min-height:88px;background:#f1f5f9;border-radius:4px}.schedule-page-cal-cell{display:flex;flex-direction:column;align-items:stretch;width:100%;min-height:88px;padding:4px;border-radius:4px;background:#fff;border:1px solid #e2e8f0;box-sizing:border-box}.schedule-page-cal-cell:hover{background:#f8fafc;border-color:#94a3b8}.schedule-page-cal-cell.is-today{background:#eef2ff;border-color:#818cf8}.schedule-page-cal-cell.is-selected{background:#eff6ff;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #93c5fd}.schedule-page-cal-cell.is-outside{background:#f8fafc;border-color:#e8ecf4}.schedule-page-cal-cell.is-outside .schedule-page-cal-day-num{color:#94a3b8;font-weight:500}.schedule-page-cal-cell.is-outside.is-today{background:#f1f5f9;border-color:#cbd5e1}.schedule-page-cal-cell.is-outside.is-today .schedule-page-cal-day-num{color:#64748b}.schedule-page-cal-cell.is-sunday .schedule-page-cal-day-num{color:#dc2626}.schedule-page-cal-cell.is-sunday.is-outside .schedule-page-cal-day-num{color:#f87171}.schedule-page-cal-cell.is-sunday.is-today{background:#fef2f2;border-color:#fca5a5}.schedule-page-cal-cell.is-sunday.is-today .schedule-page-cal-day-num{color:#b91c1c}.schedule-page-cal-cell.is-sunday.is-selected{background:#fff1f2;border-color:#f87171;box-shadow:inset 0 0 0 1px #fecaca}.schedule-page-cal-cell.is-sunday.is-selected .schedule-page-cal-day-num{color:#991b1b}.schedule-page-cal-day-num{align-self:flex-start;border:none;background:transparent;font-size:13px;font-weight:600;color:#334155;cursor:pointer;padding:2px 4px;border-radius:3px;line-height:1.2}.schedule-page-cal-cell.is-today .schedule-page-cal-day-num{color:#4338ca}.schedule-page-cal-cell.is-selected .schedule-page-cal-day-num{color:#1d4ed8}.schedule-page-cal-day-num:hover{background:#94a3b833}.schedule-page-cal-events{list-style:none;margin:4px 0 0;padding:0;width:100%;flex:1;min-width:0}.schedule-page-cal-events li{margin:0;padding:0}.schedule-page-cal-event{display:block;width:100%;border:none;background:#e0e7ff;color:#3730a3;font-size:10px;line-height:1.25;padding:3px 5px;margin-top:2px;border-radius:3px;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.schedule-page-cal-event:hover{background:#c7d2fe;color:#312e81}.schedule-page-cal-event-static{cursor:default}.schedule-page-cal-event-static:hover{background:#e0e7ff;color:#3730a3}.schedule-page-cal-event--talk-live,.schedule-page-cal-event--talk-live.schedule-page-cal-event-static:hover{background:#fce7f3;color:#9d174d}.schedule-page-cal-event--event,.schedule-page-cal-event--event.schedule-page-cal-event-static:hover{background:#fef3c7;color:#92400e}.schedule-page-cal-more{margin-top:2px;padding:2px 4px;font-size:10px;color:#64748b;text-align:left}.schedule-page-day-panel{border:1px solid #e5e7eb;border-radius:7px;overflow:visible;padding:14px 16px;background:radial-gradient(circle at top left,#eff6ff,#f9fafb 60%,#fff);min-height:100%;display:flex;flex-direction:column}.schedule-page-day-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.schedule-page-day-panel-head h4{margin:0;font-size:15px;color:#0f172a}.schedule-page-day-item{display:block;width:100%;text-align:left;padding:8px 0;border-bottom:1px solid #f1f5f9;cursor:default}.schedule-page-day-item:last-child{border-bottom:none}.schedule-page-list-section{border-top:1px solid #e5e7eb;padding-top:20px}.schedule-page-list-heading{margin:0 0 14px;font-size:16px;font-weight:600;color:#0f172a}.form-table td input.bbs-post-etc-date,.form-table.form-table-cols4 td input.bbs-post-etc-date{box-sizing:border-box}@media(max-width:960px){.schedule-page-calendar-split{grid-template-columns:1fr}.schedule-page-cal-table td{min-height:72px}.schedule-page-cal-cell{min-height:64px}}.form-success{background-color:#ecfdf3;border-radius:8px;border:1px solid #bbf7d0;color:#15803d;padding:8px 10px;font-size:13px;margin-bottom:12px}.code-layout{display:grid;grid-template-columns:1.05fr 1.25fr;gap:18px;margin-top:8px}.code-master,.code-detail{background-color:#f9fafb;border-radius:10px;padding:14px 16px;border:1px solid #e5e7eb}.code-master h4,.code-detail h4{font-size:15px;margin-bottom:8px}.code-etc3-color-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.code-etc3-color-text{width:120px;min-width:120px}.code-etc3-color-picker{width:36px;height:32px;padding:2px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background:#fff;box-sizing:border-box}.code-etc3-color-picker::-webkit-color-swatch-wrapper{padding:0}.code-etc3-color-picker::-webkit-color-swatch{border:none;border-radius:4px}.code-etc3-color-preview{display:inline-block;width:32px;height:32px;border-radius:6px;border:1px solid #d1d5db;box-sizing:border-box}.code-etc3-color-preview--list{width:22px;height:22px;border-radius:4px;flex-shrink:0}.code-etc3-list-cell{display:inline-flex;align-items:center;gap:6px;max-width:100%}.code-etc3-list-text{font-size:12px;color:#475569;word-break:break-all}.code-detail-dc-cell{max-width:6em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.code-master-list-table{min-width:0;width:100%;table-layout:auto}.code-master-list-table th:nth-child(3),.code-master-list-table td:nth-child(3){width:160px;max-width:160px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.code-master-list-table th:nth-child(4),.code-master-list-table td:nth-child(4){width:56px;max-width:72px;text-align:center;white-space:nowrap}.code-master-list-table th:last-child,.code-master-list-table td.admin-list-manage-td{width:188px;min-width:188px;box-sizing:border-box;vertical-align:middle;padding-left:4px;padding-right:4px;white-space:nowrap}.code-master-list-table .admin-list-manage-td .row-actions-cell-inner{flex-wrap:nowrap;justify-content:center;white-space:nowrap}.content-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2px}.content-category-steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.category-steps-4{grid-template-columns:repeat(4,minmax(0,1fr))}.category-topbar{display:flex;gap:8px;align-items:center}.category-topbar input{width:260px;height:32px;border:1px solid #d1d5db;border-radius:6px;padding:0 10px}.content-category-step-col{display:flex;flex-direction:column;gap:8px}.content-category-step-title{font-size:13px;font-weight:700;color:#111827}.content-category-step-title--with-action{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-category-tab{height:32px;padding:0 12px;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:center}.content-category-tab:hover{border-color:#93c5fd;background-color:#eff6ff;color:#1d4ed8}.content-category-tab.is-active{border-color:#93c5fd;background-color:#dbeafe;color:#1d4ed8}.content-step-header{margin:0 0 10px;font-size:14px;font-weight:700;color:#1f2937;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.content-step-header--with-action{display:flex;align-items:center;justify-content:space-between;gap:10px}.content-step-card{margin-bottom:14px;padding:14px 16px;border:1px solid #dfe3e8;border-radius:10px;background:#fafbfc}.content-btn-new{height:32px;min-width:92px;padding:0 14px;border-radius:6px;border:1px solid #1d8cf8;background:#1d9bff;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.content-btn-new:hover{background:#178cf0;border-color:#178cf0}.table tr.is-selected td{background-color:#eaf2ff}.content-step-card .table{margin-bottom:0}.educate-detail{display:flex;flex-direction:column;gap:0}.educate-detail-card{margin-bottom:14px;padding:14px 16px;border:1px solid #dfe3e8;border-radius:10px;background:#fafbfc}.educate-detail-card:last-child{margin-bottom:0}.educate-detail-card__title{margin:0 0 12px;font-size:15px;font-weight:600;color:#374151;letter-spacing:-.02em}.educate-detail-schedule-head{margin-bottom:12px}.educate-detail-schedule-head .educate-detail-card__title{margin-bottom:0}.educate-schedule-table{margin-bottom:0;font-size:13px}.educate-schedule-table thead th{background:#f3f4f6;color:#374151;font-weight:600;padding:10px 8px;border-bottom:1px solid #e5e7eb}.educate-schedule-table tbody td{padding:8px 6px;vertical-align:middle;border-bottom:1px solid #eef0f3;background:#fff}.educate-schedule-table tbody tr:last-child td{border-bottom:none}.educate-schedule-table input[type=text],.educate-schedule-table select{width:100%;min-width:0;max-width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box;vertical-align:middle}.educate-schedule-table input[type=date]{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box;vertical-align:middle}.educate-schedule-table input:focus,.educate-schedule-table select:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc1f}.educate-schedule-table .educate-schedule-apply-count{text-align:center;font-weight:600;color:#4b5563}.educate-schedule-del-btn{height:30px;padding:0 12px;border-radius:6px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff5f5);color:#ef4444;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.educate-schedule-del-btn:hover{background:linear-gradient(180deg,#fff5f5,#ffe4e6);border-color:#fca5a5}.survey-topic-block{margin-bottom:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.survey-topic-block:last-child{margin-bottom:0}.survey-topic-block__label{margin:0;font-size:13px;font-weight:600;color:#64748b}.survey-title-with-action{display:flex;align-items:center;gap:10px}.survey-title-with-action input[type=text]{flex:1;min-width:0}.survey-period-wrap{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.survey-period-input{width:200px;max-width:200px;min-width:200px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box;background:#fff}.survey-period-input:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc1f}.survey-period-sep{font-size:13px;color:#64748b}.survey-topic-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.survey-topic-field{display:inline-flex;align-items:center;gap:8px;margin:0;flex-shrink:0}.survey-topic-field--grow{flex:1;min-width:240px}.survey-topic-field__label{flex-shrink:0;font-size:13px;font-weight:600;color:#475569;line-height:1.2;white-space:nowrap}.survey-topic-type-select,.survey-topic-title-input{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box;background:#fff;color:#334155}.survey-topic-type-select{width:120px;flex-shrink:0}.survey-topic-title-input{flex:1;min-width:120px;width:auto}.survey-topic-type-select:focus,.survey-topic-title-input:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc1f}.survey-item-table{margin-top:0}.survey-item-table-wrap{margin-top:10px}.survey-item-seq-input{width:100%;min-width:0;max-width:56px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box;text-align:center}.survey-item-seq-input:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc1f}.survey-preview-topic,.survey-result-topic{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.survey-preview-topic:last-child,.survey-result-topic:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.survey-preview-topic__title,.survey-result-topic__title{margin:0 0 8px;font-size:14px;font-weight:600;color:#334155}.survey-preview-items{margin:0;padding-left:20px;font-size:13px;color:#475569}.survey-preview-hint{margin:4px 0 0;font-size:13px;color:#94a3b8}.survey-result-table{margin-top:8px;margin-bottom:0;font-size:13px}.survey-result-choice-layout{display:flex;align-items:flex-start;gap:16px;margin-top:8px}.survey-result-choice-table{flex:1;min-width:0}.survey-result-choice-table .survey-result-table{margin-top:0}.survey-result-choice-chart{flex-shrink:0;width:260px}.survey-graph-chart-wrap--compact{max-width:260px;margin-left:auto;margin-right:auto}@media(max-width:720px){.survey-result-choice-layout{flex-direction:column}.survey-result-choice-chart{width:100%;max-width:320px;margin:0 auto}}.survey-result-empty{margin:6px 0 0;font-size:13px;color:#94a3b8}.survey-graph-topic{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.survey-graph-topic:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.survey-graph-chart-wrap{width:100%;margin-top:8px}.survey-graph-chart-wrap--pie{max-width:420px;margin-left:auto;margin-right:auto}.survey-graph-chart-wrap--pie .recharts-legend-item-text{font-size:12px!important;color:#475569!important}.survey-graph-chart-wrap .recharts-responsive-container,.survey-graph-chart-wrap .recharts-wrapper{width:100%!important}.survey-graph-chart-skeleton{width:100%;height:260px;border-radius:8px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:survey-graph-skeleton 1.2s ease-in-out infinite}@keyframes survey-graph-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.layer-popup-body .educate-detail .form-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #eef0f3}.layer-popup-body .educate-detail .form-table th,.layer-popup-body .educate-detail .form-table td{border-bottom:1px solid #eef0f3}.layer-popup-body .educate-detail .form-table tr:last-child td{border-bottom:none}.layer-popup-body .educate-detail .category-thumb-preview{margin-top:10px;border-radius:8px;border:1px solid #e5e7eb;max-width:240px;max-height:140px;object-fit:contain;background:#fff}.admin-list-btn-sky,.educate-list-btn-applicant{height:30px;padding:0 12px;margin-right:6px;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500;cursor:pointer;transition:filter .15s ease}.admin-list-btn-sky:hover,.educate-list-btn-applicant:hover{filter:brightness(.97)}.admin-list-btn-sky:disabled,.educate-list-btn-applicant:disabled{opacity:.55;cursor:not-allowed;filter:none}.admin-list-btn-edit,.educate-list-btn-edit{height:30px;padding:0 12px;margin-right:6px;border-radius:6px;border:1px solid #a5b4fc;background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#4338ca;font-size:12px;font-weight:500;cursor:pointer;transition:filter .15s ease}.admin-list-btn-edit:hover,.educate-list-btn-edit:hover{filter:brightness(.97)}.admin-list-btn-edit:disabled,.educate-list-btn-edit:disabled{opacity:.55;cursor:not-allowed;filter:none}.admin-list-btn-order{height:30px;padding:0 12px;margin-right:6px;border-radius:6px;border:1px solid #c4b5fd;background:linear-gradient(180deg,#f5f3ff,#ede9fe);color:#6d28d9;font-size:12px;font-weight:500;cursor:pointer;transition:filter .15s ease}.admin-list-btn-order:hover{filter:brightness(.97)}.admin-list-btn-order:disabled{opacity:.55;cursor:not-allowed;filter:none}.admin-filter-btn-reset{height:30px;padding:0 12px;border-radius:6px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:12px;font-weight:500;cursor:pointer;transition:filter .15s ease,border-color .15s ease}.admin-filter-btn-reset:hover{filter:brightness(.97);border-color:#94a3b8}.educate-detail .form-table textarea.educate-textarea--sm{min-height:56px}.educate-detail .form-table textarea.educate-textarea--md{min-height:88px}.educate-detail .form-table textarea.educate-textarea--lg{min-height:140px}.category-list{margin:0;padding:6px;list-style:none;border:1px solid #e5e7eb;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);max-height:180px;overflow-y:auto;box-shadow:inset 0 1px #fff9}.category-list li{min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;margin-bottom:4px;border-radius:8px;border:1px solid #e8ecf1;background:#fff;cursor:pointer;font-size:13px;color:#1e293b;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.category-list li:last-child{margin-bottom:0}.category-list li:not(.is-active):hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a0a}.category-item-left{display:inline-flex;align-items:center;gap:6px}.category-drag-handle{font-style:normal;color:#64748b;font-size:12px;line-height:1;cursor:grab;transition:color .18s ease}.category-list li.is-active{background:linear-gradient(135deg,#eef2ff,#e8f0f8 45%,#f0edf7);border:1px solid #b4c0fc;box-shadow:inset 2px 0 #e0e7ff,0 1px 5px #6366f112;font-weight:600;color:#3730a3}.category-list li.is-active .category-drag-handle{color:#818cf8}.category-list li button{border:0;background:transparent;color:#ef4444;cursor:pointer;font-size:12px}.category-add-row{display:flex;gap:6px}.category-add-row input{flex:1;height:30px;border:1px solid #d1d5db;border-radius:4px;padding:0 8px}.category-add-row button{min-width:64px;height:30px;border:1px solid #1d8cf8;background:#1d9bff;color:#fff;border-radius:4px;cursor:pointer}.category-add-row button.admin-list-btn-sky{border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500;border-radius:6px}.category-add-row button.admin-list-btn-sky:hover{filter:brightness(.97)}.content-category-step-title--with-action .admin-list-btn-edit,.content-category-step-title--with-action .admin-list-btn-order{margin-right:0;flex-shrink:0}.category-list li button.admin-footer-btn-delete{height:18px;min-width:18px;padding:0 4px;font-size:11px;line-height:1;border-radius:3px;margin-right:0;flex-shrink:0;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff5f5);color:#ef4444;font-weight:600}.category-list li button.admin-footer-btn-delete:hover{background:linear-gradient(180deg,#fff5f5,#ffe4e6);border-color:#fca5a5}.category-delete-icon{width:10px;height:10px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-detail-actions{margin-top:10px;display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.category-detail-actions .admin-list-btn-edit{margin-right:0}.category-file-input .category-file-input-btn.admin-list-btn-sky{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;margin-right:0;flex-shrink:0;cursor:pointer;font-weight:500;box-sizing:border-box}.category-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.category-info-grid h4{margin:0 0 8px;font-size:13px}.category-info-grid input,.category-info-grid select{width:100%;height:32px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;margin-bottom:8px}.category-info-grid textarea{width:100%;min-height:96px;border:1px solid #d1d5db;border-radius:6px;padding:8px;resize:vertical}.category-info-row{display:grid;grid-template-columns:52px 1fr;gap:6px;align-items:center}.category-help{margin:0;font-size:12px;color:#6b7280}.category-file-input{display:flex;align-items:center;gap:8px;width:100%;min-height:34px;padding:5px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff;box-sizing:border-box;margin-bottom:8px}.category-file-input input[type=file]{display:none}.category-file-input-btn{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border:1px solid #cbd5e1;border-radius:4px;background:#f8fafc;color:#334155;font-size:12px;font-weight:600;white-space:nowrap}.category-file-input-name{font-size:12px;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-thumb-preview{display:block;width:100%;max-width:180px;max-height:140px;object-fit:contain;border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:4px;margin-bottom:8px}.code-filters{display:flex;align-items:flex-end;gap:8px;margin-bottom:8px;flex-wrap:wrap}.search-section{padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;margin-bottom:12px}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px}.list-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.list-toolbar-info{font-size:13px;color:#475569;font-weight:500}.list-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list-page-size-select{height:32px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;background:#fff;color:#334155}.table-col-check{width:40px;text-align:center;vertical-align:middle}.bbs-post-card-check,.bbs-post-thumb-check{display:inline-flex;align-items:center;flex-shrink:0;margin-right:4px}.code-filters.search-section{margin-bottom:12px}.code-filters label{display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:1;color:var(--muted);margin:0;white-space:nowrap;font-weight:500}.code-filters select{height:32px;padding:4px 8px;border-radius:6px;border:1px solid #d1d5db;font-size:13px;line-height:1.2;background-color:#fff;box-sizing:border-box;vertical-align:middle;color:#111827}.code-filters input[type=text],.code-filters input[type=number]{min-width:110px;height:32px;padding:4px 10px;border-radius:8px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc);font-size:13px;line-height:1.2;color:#111827;box-sizing:border-box;vertical-align:middle;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.code-filters input[type=date],.code-filters .visitor-stats-range-input[type=date]{height:32px;padding:4px 10px;border-radius:8px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc);font-size:13px;line-height:1.2;color:#111827;box-sizing:border-box;vertical-align:middle;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.code-filters input[type=text]::placeholder,.code-filters input[type=date]::placeholder,.code-filters input[type=number]::placeholder{color:#9ca3af}.code-filters input[type=text]:focus,.code-filters input[type=number]:focus,.code-filters .visitor-stats-range-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f624;background:#fff}.visitor-stats-desc{margin:0 0 16px;font-size:13px;color:#6b7280;line-height:1.5}.visitor-stats-desc code{font-size:12px;background:#f3f4f6;padding:1px 4px;border-radius:3px}.visitor-stats-ref-row{margin-bottom:16px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.visitor-stats-summary-table th,.visitor-stats-summary-table td{text-align:center;vertical-align:middle}.visitor-stats-summary-cell{padding:16px 12px!important}.visitor-stats-summary-num{display:block;font-size:22px;font-weight:700;color:#111827;margin-bottom:6px}.visitor-stats-summary-sub{display:block;font-size:12px;color:#6b7280;font-weight:400}.visitor-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}@media(max-width:1100px){.visitor-stats-grid{grid-template-columns:1fr}}.visitor-stats-panel{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fff}.visitor-stats-panel-title{margin:0 0 12px;font-size:16px;font-weight:600;color:#111827}.visitor-stats-panel-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.visitor-stats-panel-filter label{display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:1;color:var(--muted);margin:0;white-space:nowrap;font-weight:500}.visitor-stats-range-sep{display:inline-flex;align-items:center;height:32px;padding:0 2px;color:#6b7280;font-size:13px;font-weight:500}.visitor-stats-year-input{min-width:88px;width:88px}.code-filters input[type=date]:focus,.code-filters .visitor-stats-range-input[type=date]:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f624;background:#fff}.visitor-stats-panel-hint{margin:0 0 8px;font-size:12px;color:#6b7280}.visitor-stats-panel-table-wrap{max-height:280px;overflow:auto}.visitor-stats-panel-table{margin:0}.code-filters button{height:32px;padding:6px 10px;border-radius:999px;border:1px solid #cbd5e1;background-color:#fff;font-size:12px;line-height:1;cursor:pointer;box-sizing:border-box;vertical-align:middle;color:#374151;font-weight:500;transition:background-color .15s ease,border-color .15s ease}.code-filters button:hover{background-color:#e5f2ff;border-color:#93c5fd}.code-filters button.admin-list-btn-sky,.code-filters button.educate-list-btn-applicant{height:30px;padding:0 12px;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500}.code-filters button.admin-list-btn-sky:hover,.code-filters button.educate-list-btn-applicant:hover{filter:brightness(.97);background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.code-filters .admin-filter-btn-new,.code-filters .educate-filter-btn-new{margin-left:auto}.code-filters button.admin-filter-btn-reset{height:30px;padding:0 12px;border-radius:6px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:12px;font-weight:500}.code-filters button.admin-filter-btn-reset:hover{filter:brightness(.97);border-color:#94a3b8;background:linear-gradient(180deg,#fff,#f1f5f9)}.code-chip{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:2px 10px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3;font-size:12px;font-weight:600}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.status-badge--normal{background:#ecfdf3;color:#15803d;border-color:#86efac}.status-badge--unused{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.status-badge--migrated{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.status-badge--dormant{background:#fff7ed;color:#c2410c;border-color:#fdba74}.bbs-post-summary{margin-bottom:12px;font-size:14px;font-weight:500;color:#374151}.bbs-post-summary-text{display:inline-block}.bbs-post-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 20px;margin-bottom:16px;padding:12px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.bbs-post-filters.search-section{padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;margin-bottom:12px;align-items:center}.bbs-post-filter-row{display:flex;align-items:center;gap:8px;min-height:32px}.bbs-post-filter-label{font-size:13px;color:#4b5563;white-space:nowrap;min-width:46px;text-align:right}.bbs-post-filter-select{height:32px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;min-width:100px}.bbs-post-filter-input{height:32px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;width:180px}.bbs-post-filter-date{height:32px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.bbs-post-filter-sep{color:#6b7280;font-size:13px;padding:0 4px}.bbs-post-filter-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.bbs-post-filter-actions button{padding:6px 12px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:13px;cursor:pointer}.bbs-post-filter-actions button:hover{background:#e5f2ff;border-color:#93c5fd}.bbs-post-filter-actions button.admin-list-btn-sky{height:30px;padding:0 12px;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500}.bbs-post-filter-actions button.admin-list-btn-sky:hover{filter:brightness(.97);background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.bbs-post-filter-actions .admin-filter-btn-new{margin-left:auto}.bbs-post-filter-actions button.admin-filter-btn-reset{height:30px;padding:0 12px;border-radius:6px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:12px;font-weight:500}.bbs-post-filter-actions button.admin-filter-btn-reset:hover{filter:brightness(.97);border-color:#94a3b8;background:linear-gradient(180deg,#fff,#f1f5f9)}.bbs-post-filters .banner-search-field{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.bbs-post-filters .banner-search-field input[type=text]{width:330px;flex:0 0 330px}.banner-search-row{flex-basis:100%;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.banner-search-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.banner-search-actions button.admin-list-btn-sky{height:30px;padding:0 12px;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500}.banner-search-actions button.admin-list-btn-sky:hover{filter:brightness(.97);background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.banner-search-actions .admin-filter-btn-new{margin-left:auto}.banner-search-actions button.admin-filter-btn-reset{height:30px;padding:0 12px;border-radius:6px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:12px;font-weight:500}.banner-search-actions button.admin-filter-btn-reset:hover{filter:brightness(.97);border-color:#94a3b8;background:linear-gradient(180deg,#fff,#f1f5f9)}.banner-list-order-hint{margin-left:4px;font-size:12px;color:#64748b;font-weight:400}.banner-list-order-cell{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.banner-list-row.is-dragging{opacity:.45}.banner-list-row.is-drag-over td{background:#eef2ff}.banner-list-row[draggable=true]{cursor:grab}.banner-list-row[draggable=true]:active{cursor:grabbing}.bbs-post-filters .popup-search-field{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.bbs-post-filters .popup-search-field input[type=text]{width:330px;flex:0 0 330px}.popup-search-row{flex-basis:100%;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.popup-search-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.popup-search-actions button.admin-list-btn-sky{height:30px;padding:0 12px;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500}.popup-search-actions button.admin-list-btn-sky:hover{filter:brightness(.97);background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.popup-search-actions .admin-filter-btn-new{margin-left:auto}.popup-search-actions button.admin-filter-btn-reset{height:30px;padding:0 12px;border-radius:6px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:12px;font-weight:500}.popup-search-actions button.admin-filter-btn-reset:hover{filter:brightness(.97);border-color:#94a3b8;background:linear-gradient(180deg,#fff,#f1f5f9)}.table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:10px;background-color:#fff;border-radius:8px;overflow:hidden}.table thead{background-color:#f3f4f6}.table thead th{text-align:center;color:#374151;font-weight:600;border-top:1px solid #94a3b8}.table th,.table td{padding:6px 8px;border-bottom:1px solid #e5e7eb;text-align:center;white-space:nowrap;vertical-align:middle}.table tbody tr:hover{background-color:#f9fafb;cursor:pointer}.table tbody tr.active{background-color:#eff6ff}.table-actions{white-space:nowrap}.table-actions .btn-row{margin-right:6px;padding:0 5px;height:20px;min-width:34px;line-height:18px;font-size:12px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.table-actions .btn-row:last-child{margin-right:0}.table-actions .btn-row.btn-edit:hover{background:#e5f2ff;border-color:#93c5fd;color:#1d4ed8}.table-actions .btn-row.btn-delete:hover{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.request-uri-ellipsis{display:inline-block;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.hybrid-build-status-ellipsis{display:inline-block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer;color:#0369a1;border:none;background:none;padding:0;font:inherit;text-align:left}.hybrid-build-detail-msg{margin:0;padding:12px;max-height:320px;overflow:auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.row-actions-cell-inner{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;white-space:nowrap}.row-actions-cell-inner .admin-list-btn-sky,.row-actions-cell-inner .admin-list-btn-edit,.row-actions-cell-inner .admin-footer-btn-delete,.row-actions-cell-inner .educate-list-btn-applicant,.row-actions-cell-inner .educate-list-btn-edit,.row-actions-cell-inner .educate-footer-btn-delete{margin-right:0;white-space:nowrap;flex-shrink:0}.row-actions-cell-inner select.admin-list-status-select{min-width:88px;padding:5px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:500;background:#fff;color:#374151;box-sizing:border-box;cursor:pointer;flex-shrink:0}.row-actions-cell-inner select.admin-list-status-select:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc26}.row-actions-cell-inner select.admin-list-status-select.is-grading{background:#e6fffb;border-color:#5eead4;color:#0f766e}.row-actions-cell-inner select.admin-list-status-select.is-graded{background:#efffdc;border-color:#a3e17d;color:#4d7c0f}.row-actions-cell-inner select.admin-list-status-select.is-deposit-wait{background:#fffbeb;border-color:#fcd34d;color:#b45309}.row-actions-cell-inner select.admin-list-status-select.is-deposit-done{background:#efffdc;border-color:#a3e17d;color:#4d7c0f}.row-actions-cell-inner select.admin-list-status-select.is-deposit-cancel{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.row-actions-cell-inner select.admin-list-status-select.is-exam-pass{background:#efffdc;border-color:#a3e17d;color:#4d7c0f}.row-actions-cell-inner select.admin-list-status-select.is-exam-fail{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.row-actions-cell-inner select.admin-list-status-select.is-exam-complete{background:#eef2ff;border-color:#a5b4fc;color:#4338ca}.table td.admin-list-manage-td{white-space:nowrap;vertical-align:middle}.bbs-master-list-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:22px;padding:0 8px;font-size:12px;border-radius:5px;border:1px solid #d1d5db;background:#f8fafc;color:#475569;box-sizing:border-box}.bbs-master-list-badge.is-on.file{background:#eaf4ff;border-color:#93c5fd;color:#2563eb}.bbs-master-list-badge.is-on.cate{background:#f5ecff;border-color:#d8b4fe;color:#7e22ce}.bbs-master-list-badge.edu-video-gb-badge,.bbs-master-list-badge.edu-subject-dv-badge{height:28px;padding:0 12px;font-size:13px;border-radius:6px;letter-spacing:-.02em;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bbs-master-list-badge.edu-video-gb-badge{width:100px;min-width:100px;max-width:100px}.bbs-master-list-badge.edu-video-gb-badge.exam-info-cha-badge{width:60px;min-width:60px;max-width:60px}.bbs-master-list-badge.edu-subject-dv-badge{width:160px;min-width:160px;max-width:160px}.bbs-master-list-badge.exam-qbank-tp-btn{width:34px;min-width:34px;max-width:34px;height:28px;padding:0;font-size:13px;flex-shrink:0}.edu-qbank-tp-choice.edu-tp-choice-wrap,.edu-qbank-tp-choice .edu-tp-choice{flex-wrap:nowrap;gap:6px}.bbs-master-list-badge.is-on.is-custom-color{font-weight:600}.bbs-master-list-badge.edu-video-gb-badge.is-on.is-custom-color,.bbs-master-list-badge.edu-subject-dv-badge.is-on.is-custom-color,.bbs-master-list-badge.edu-course-tp-badge.is-on.is-custom-color{font-weight:inherit}.bbs-master-list-badge.is-on.thum{background:#fff2db;border-color:#f5c77a;color:#d97706}.bbs-master-list-badge.is-on.link{background:#e6fffb;border-color:#5eead4;color:#0f766e}.bbs-master-list-badge.is-on.use{background:#efffdc;border-color:#a3e17d;color:#4d7c0f}.bbs-master-list-badge.is-on.edu-tp-theory{background:linear-gradient(180deg,#eef2ff,#e0e7ff);border-color:#a5b4fc;color:#4338ca;font-weight:700;letter-spacing:-.02em}.bbs-master-list-badge.is-on.edu-tp-practical{background:linear-gradient(180deg,#fff7ed,#ffedd5);border-color:#fdba74;color:#c2410c;font-weight:700;letter-spacing:-.02em}.edu-tp-choice-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.edu-tp-choice{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.edu-tp-choice-code{color:#888;font-size:13px}.edu-tp-choice-btn{cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.edu-tp-choice-btn:not(.is-active){background:#f8fafc;border-color:#d1d5db;color:#64748b;font-weight:500}.edu-tp-choice-btn:not(.is-active):hover{border-color:#94a3b8;background:#f1f5f9;color:#475569}.edu-tp-choice-btn.is-active{box-shadow:0 1px 2px #0f172a14}.edu-tp-choice-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #3490dc40}.edu-quiz-unit-table th:nth-child(1),.edu-quiz-unit-table th:nth-child(3),.edu-quiz-unit-table th:nth-child(4),.edu-quiz-unit-table td:nth-child(1),.edu-quiz-unit-table td:nth-child(3){text-align:center;vertical-align:middle}.edu-quiz-unit-table .edu-quiz-unit-action-td{text-align:center;vertical-align:middle}.edu-subject-unit-table th:nth-child(1),.edu-subject-unit-table th:nth-child(2),.edu-subject-unit-table th:nth-child(3),.edu-subject-unit-table th:nth-child(5),.edu-subject-unit-table th:nth-child(6),.edu-subject-unit-table th:nth-child(7),.edu-subject-unit-table td:nth-child(1),.edu-subject-unit-table td:nth-child(2),.edu-subject-unit-table td:nth-child(3),.edu-subject-unit-table td:nth-child(5),.edu-subject-unit-table td:nth-child(6){text-align:center;vertical-align:middle}.edu-subject-unit-table .edu-subject-unit-seq-input{width:40px;text-align:center}.edu-subject-unit-table .edu-subject-unit-action-td{text-align:center;vertical-align:middle}.edu-subject-picker-table th:nth-child(2),.edu-subject-picker-table td:nth-child(2),.edu-subject-picker-table--video th:nth-child(3),.edu-subject-picker-table--video td:nth-child(3),.edu-subject-picker-table th:last-child,.edu-subject-picker-table td:last-child{text-align:center;vertical-align:middle}.edu-subject-picker-table .edu-subject-picker-action-td{text-align:center;vertical-align:middle;white-space:nowrap}.edu-subject-picker-table .edu-subject-picker-empty{text-align:center;color:#64748b}.edu-course-unit-table th:nth-child(1),.edu-course-unit-table th:nth-child(2),.edu-course-unit-table th:nth-child(3),.edu-course-unit-table th:nth-child(5),.edu-course-unit-table th:nth-child(6),.edu-course-unit-table td:nth-child(1),.edu-course-unit-table td:nth-child(2),.edu-course-unit-table td:nth-child(3),.edu-course-unit-table td:nth-child(5){text-align:center;vertical-align:middle}.edu-course-unit-table .edu-course-unit-seq-input{width:40px;text-align:center}.edu-course-unit-table .edu-course-unit-action-td,.edu-course-unit-table .edu-course-unit-empty{text-align:center;vertical-align:middle}.edu-course-unit-table .edu-course-unit-empty{color:#64748b}.edu-course-picker-table th:nth-child(1),.edu-course-picker-table th:nth-child(2),.edu-course-picker-table th:nth-child(4),.edu-course-picker-table th:nth-child(5),.edu-course-picker-table td:nth-child(1),.edu-course-picker-table td:nth-child(2),.edu-course-picker-table td:nth-child(4){text-align:center;vertical-align:middle}.exam-paper-tp-count-wrap{overflow-x:auto;max-width:100%;padding-bottom:2px}.exam-paper-tp-count-wrap .edu-tp-choice{flex-wrap:nowrap;gap:6px;min-width:max-content}.exam-paper-tp-count-item{display:inline-flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.exam-paper-tp-count-label{font-size:12px;color:#64748b;line-height:1}.form-table td .exam-paper-tp-count-input{width:34px;min-width:34px;max-width:34px;height:28px;padding:0 4px;text-align:center;border:1px solid #d1d5db;border-radius:4px;font-size:13px;box-sizing:border-box}.exam-paper-unit-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.exam-paper-lv-counts{font-size:13px;color:#475569}.exam-paper-unit-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.exam-paper-picker-table th,.exam-paper-picker-table td{white-space:normal;word-break:break-word;vertical-align:middle}.exam-paper-picker-table th:nth-child(2),.exam-paper-picker-table th:nth-child(3),.exam-paper-picker-table td:nth-child(2),.exam-paper-picker-table td:nth-child(3){text-align:left}.exam-paper-picker-table th:nth-child(1),.exam-paper-picker-table th:nth-child(4),.exam-paper-picker-table th:nth-child(5),.exam-paper-picker-table th:nth-child(6),.exam-paper-picker-table td:nth-child(1),.exam-paper-picker-table td:nth-child(4),.exam-paper-picker-table td:nth-child(5),.exam-paper-picker-table td:nth-child(6){text-align:center;white-space:nowrap}.exam-paper-picker-table .exam-paper-picker-action-td,.exam-paper-picker-table .exam-paper-picker-empty{text-align:center;vertical-align:middle;white-space:nowrap}.exam-paper-picker-table .exam-paper-picker-action-td .admin-list-btn-sky{white-space:nowrap}.exam-paper-picker-table .exam-paper-picker-empty{color:#64748b}.edu-course-picker-table .edu-course-picker-action-td,.edu-course-picker-table .edu-course-picker-empty{text-align:center;vertical-align:middle}.edu-course-picker-table .edu-course-picker-empty{color:#64748b}.admin-list-action-td,.educate-list-action-td{text-align:center;vertical-align:middle;white-space:nowrap}.admin-list-action-td .admin-list-btn-sky,.admin-list-action-td .admin-list-btn-edit,.admin-list-action-td .admin-footer-btn-delete,.educate-list-action-td .educate-list-btn-applicant,.educate-list-action-td .educate-list-btn-edit,.educate-list-action-td .educate-footer-btn-delete{margin-right:0}.admin-list-manage-td .row-actions-cell-inner,.educate-list-manage-td .row-actions-cell-inner{justify-content:center;flex-wrap:nowrap}.educate-list-table th:nth-child(3),.educate-list-table td:nth-child(3){min-width:260px;max-width:440px;white-space:normal;word-break:break-word}.educate-list-table th:nth-child(5),.educate-list-table td:nth-child(5){min-width:180px;max-width:280px;white-space:normal;word-break:break-word}.educate-list-table th:nth-child(7),.educate-list-table td:nth-child(7),.educate-list-table th:nth-child(8),.educate-list-table td:nth-child(8),.educate-list-table th:nth-child(11),.educate-list-table td:nth-child(11){white-space:nowrap}.educate-list-table .educate-list-schedule-td .educate-list-schedule-line{flex-wrap:nowrap}.educate-list-table .educate-list-manage-td .row-actions-cell-inner{white-space:nowrap}.table td.educate-list-schedule-td{vertical-align:top}.educate-list-schedule-td{max-width:200px;font-size:12px;line-height:1.45}.educate-list-schedule-col{display:flex;flex-direction:column;gap:4px}.educate-list-schedule-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px}.educate-list-schedule-order{flex-shrink:0;padding:1px 6px;border-radius:4px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:600}.educate-list-schedule-range{color:#334155;word-break:break-all}.table-actions .btn-row:disabled{opacity:.6;cursor:not-allowed}.code-form{margin-top:10px;background-color:#fff;border-radius:8px;padding:10px 12px;border:1px solid #e5e7eb}.code-form h5{font-size:14px;margin-bottom:8px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 12px}.form-grid label{display:flex;flex-direction:column;font-size:12px;color:var(--muted)}.form-grid input,.form-grid select{margin-top:2px;padding:6px 8px;border-radius:6px;border:1px solid #d1d5db;font-size:13px}.form-grid input:focus,.form-grid select:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc26}.form-actions{margin-top:10px;display:flex;gap:8px;justify-content:flex-end}.form-actions button{padding:6px 12px;border-radius:999px;border:1px solid #cbd5e1;background-color:#fff;font-size:12px;cursor:pointer}.form-actions button:first-child{background:linear-gradient(135deg,#3490dc,#2980b9);color:#fff;border-color:transparent}.form-actions button:first-child:hover{box-shadow:0 6px 16px #3490dc59;transform:translateY(-1px)}.form-actions button:last-child:hover{background-color:#fee2e2;border-color:#fecaca;color:#b91c1c}.form-actions button.form-actions-btn-secondary{background-color:#fff;color:inherit;border:1px solid #cbd5e1}.form-actions button.form-actions-btn-secondary:hover{background-color:#e5f2ff;border-color:#93c5fd}.layer-backdrop{position:fixed;inset:0;background:#0006;z-index:1000}.layer-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:530px;max-height:80vh;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.layer-popup-wide{max-width:610px}.layer-popup-wide-plus300{max-width:830px}.layer-popup-wide-2x{max-width:1010px}.layer-popup-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e5e7eb}.layer-popup-header h4{margin:0;font-size:16px}.layer-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;color:#6b7280;padding:0 4px}.layer-close:hover{color:#111}.layer-popup-body{padding:16px 18px;overflow-x:hidden;overflow-y:auto;flex:1;min-width:0}.layer-popup-body .form-table{max-width:100%}.layer-popup-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid #e5e7eb}.layer-popup-footer button{padding:8px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:13px}.layer-popup-footer button:first-child:not(.admin-list-btn-sky):not(.admin-list-btn-edit):not(.admin-footer-btn-close):not(.admin-footer-btn-delete):not(.educate-list-btn-applicant):not(.educate-list-btn-edit):not(.educate-footer-btn-close):not(.educate-footer-btn-delete){background:linear-gradient(135deg,#3490dc,#2980b9);color:#fff;border-color:transparent}.layer-popup-footer button.layer-popup-footer-btn-submit{background:linear-gradient(135deg,#3490dc,#2980b9);color:#fff;border-color:transparent}.layer-popup-footer button.layer-popup-footer-btn-submit:hover{filter:brightness(1.06)}.layer-popup-footer button.form-actions-btn-secondary:first-child{background:#fff;color:#374151;border:1px solid #d1d5db}.layer-popup-footer button.form-actions-btn-secondary:hover{background:#f3f4f6}.layer-popup-footer button.admin-footer-btn-close:first-child,.layer-popup-footer button.educate-footer-btn-close:first-child{background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#4338ca;border:1px solid #a5b4fc}.layer-popup-footer button.admin-footer-btn-close:first-child:hover,.layer-popup-footer button.educate-footer-btn-close:first-child:hover{background:linear-gradient(180deg,#e0e7ff,#c7d2fe);border-color:#818cf8;filter:none}.layer-popup-footer button.admin-footer-btn-delete:first-child,.layer-popup-footer button.educate-footer-btn-delete:first-child{background:linear-gradient(180deg,#fff,#fff5f5);color:#ef4444;border:1px solid #fecaca}.layer-popup-footer button.admin-footer-btn-delete:first-child:hover,.layer-popup-footer button.educate-footer-btn-delete:first-child:hover{background:linear-gradient(180deg,#fff5f5,#ffe4e6);border-color:#fca5a5;filter:none}.layer-popup-footer button.admin-list-btn-sky,.layer-popup-footer button.educate-list-btn-applicant{height:30px;padding:0 12px;margin-right:0;border-radius:6px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:500}.layer-popup-footer button.admin-list-btn-sky:hover,.layer-popup-footer button.educate-list-btn-applicant:hover{filter:brightness(.97)}.layer-popup-footer button.admin-list-btn-sky:disabled,.layer-popup-footer button.educate-list-btn-applicant:disabled{opacity:.55;cursor:not-allowed;filter:none}.layer-popup-footer button.admin-list-btn-edit,.layer-popup-footer button.educate-list-btn-edit{height:30px;padding:0 12px;margin-right:0;border-radius:6px;border:1px solid #a5b4fc;background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#4338ca;font-size:12px;font-weight:500}.layer-popup-footer button.admin-list-btn-edit:hover,.layer-popup-footer button.educate-list-btn-edit:hover{filter:brightness(.97)}.layer-popup-footer button.admin-list-btn-edit:disabled,.layer-popup-footer button.educate-list-btn-edit:disabled{opacity:.55;cursor:not-allowed;filter:none}.admin-footer-btn-close,.educate-footer-btn-close{height:30px;padding:0 12px;margin-right:6px;border-radius:6px;border:1px solid #a5b4fc;background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#4338ca;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.admin-footer-btn-close:hover,.educate-footer-btn-close:hover{background:linear-gradient(180deg,#e0e7ff,#c7d2fe);border-color:#818cf8}.admin-footer-btn-close:disabled,.educate-footer-btn-close:disabled{opacity:.55;cursor:not-allowed}.layer-popup-footer button.admin-footer-btn-close,.layer-popup-footer button.educate-footer-btn-close{margin-right:0;height:30px;padding:0 12px;border-radius:6px;border:1px solid #a5b4fc;background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#4338ca;font-size:12px;font-weight:500}.layer-popup-footer button.admin-footer-btn-close:hover,.layer-popup-footer button.educate-footer-btn-close:hover{background:linear-gradient(180deg,#e0e7ff,#c7d2fe);border-color:#818cf8;filter:none}.layer-popup-footer button.admin-footer-btn-close:disabled,.layer-popup-footer button.educate-footer-btn-close:disabled{opacity:.55;cursor:not-allowed}.admin-footer-btn-delete,.educate-footer-btn-delete{height:30px;padding:0 12px;margin-right:6px;border-radius:6px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff5f5);color:#ef4444;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.admin-footer-btn-delete:hover,.educate-footer-btn-delete:hover{background:linear-gradient(180deg,#fff5f5,#ffe4e6);border-color:#fca5a5}.admin-footer-btn-delete:disabled,.educate-footer-btn-delete:disabled{opacity:.55;cursor:not-allowed}.layer-popup-footer button.admin-footer-btn-delete,.layer-popup-footer button.educate-footer-btn-delete{margin-right:0;height:30px;padding:0 12px;border-radius:6px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff5f5);color:#ef4444;font-size:12px;font-weight:500}.layer-popup-footer button.admin-footer-btn-delete:hover,.layer-popup-footer button.educate-footer-btn-delete:hover{background:linear-gradient(180deg,#fff5f5,#ffe4e6);border-color:#fca5a5;filter:none}.layer-popup-footer button.admin-footer-btn-delete:disabled,.layer-popup-footer button.educate-footer-btn-delete:disabled{opacity:.55;cursor:not-allowed}.form-table{width:100%;border-collapse:collapse;font-size:14px}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:8px 10px;vertical-align:middle;border-bottom:1px solid #e5e7eb;text-align:left}.form-table>tbody>tr>th{width:140px;font-weight:600;color:#374151;background:#f9fafb}.form-table>tbody>tr>td input,.form-table>tbody>tr>td select{width:100%;max-width:280px;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.form-table>tbody>tr>td input[type=radio],.form-table>tbody>tr>td input[type=checkbox]{width:auto;max-width:none;padding:0;margin:0;vertical-align:middle}.form-table>tbody>tr>td input:focus,.form-table>tbody>tr>td select:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc26}.form-table>tbody>tr>td textarea{width:100%;max-width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;line-height:1.45;resize:vertical;min-height:64px}.form-table>tbody>tr>td textarea:focus{outline:none;border-color:#3490dc;box-shadow:0 0 0 2px #3490dc26}.form-table.form-table-cols4>tbody>tr>th{width:1%;white-space:nowrap;min-width:90px}.form-table.form-table-cols4>tbody>tr>td input,.form-table.form-table-cols4>tbody>tr>td select{max-width:100%}.form-table>tbody>tr>td .table th,.form-table>tbody>tr>td .table td{width:auto;min-width:0;background:transparent;font-weight:inherit}.form-table>tbody>tr>td .table input,.form-table>tbody>tr>td .table select{width:auto;max-width:none}.main-content input[type=date],.layer-popup input[type=date],.code-filters input[type=date],.code-filters .visitor-stats-range-input[type=date],.form-table td input[type=date],.form-table.form-table-cols4 td input[type=date],.educate-schedule-table input[type=date],.bbs-post-filter-date,input.bbs-post-etc-date,input.bbs-post-regdt-input{width:120px;max-width:120px;min-width:120px;box-sizing:border-box;flex:0 0 120px}.bbs-master-form-table .bbs-master-section-title{background:#edf2f7;color:#1f2937;font-weight:700;text-align:left;padding:10px 12px;border-top:1px solid #d1d5db}.bbs-master-form-table .bbs-master-inline-group{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.bbs-master-form-table .bbs-master-inline-group>label{display:inline-flex;align-items:center;gap:6px;margin:0}.bbs-master-form-table td input[type=text]{min-width:180px}.bbs-master-form-table td input[type=number]{min-width:80px}.email-emp-ep-code-select{width:200px!important;min-width:200px;max-width:200px!important}.yn-toggle{--toggle-shift: 0px;display:inline-flex;align-items:center;justify-content:flex-start;min-width:56px;height:22px;padding:0 14px 0 6px;position:relative;border-radius:999px;border:1px solid #cbd5e1;background:#e5e7eb;color:#64748b;font-size:11px;font-weight:600;cursor:pointer;transition:all .18s ease}.yn-toggle.is-on{--toggle-shift: 34px;justify-content:flex-start;padding:0 14px 0 6px;background:#4da3ff;border-color:#4da3ff;color:#fff}.yn-toggle.is-off{justify-content:flex-end;padding:0 6px 0 14px;background:#b8bec8;border-color:#b8bec8;color:#fff}.yn-toggle .yn-toggle-label{line-height:1}.yn-toggle .yn-toggle-knob{position:absolute;top:50%;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0f172a40;transform:translate(var(--toggle-shift),-50%);transition:transform .18s ease}.yn-toggle:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.form-password-block{padding:12px 14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;max-width:100%}.form-password-block+.form-password-block{margin-top:8px}.form-password-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.form-table .form-password-block>.form-password-inline input[type=password],.form-table .form-password-inline input[type=password]{width:auto;flex:1 1 200px;min-width:160px;max-width:320px;margin:0}.form-table .form-password-block>input[type=password].form-password-input-single{display:block;width:100%;max-width:420px;margin:0}.form-password-submit{flex-shrink:0;height:34px;padding:0 16px;border-radius:8px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.form-password-submit:hover:not(:disabled){filter:brightness(.97);border-color:#60a5fa}.form-password-submit:disabled{opacity:.55;cursor:not-allowed}.product-pds-block{display:flex;flex-direction:column;align-items:stretch;gap:8px;max-width:100%}.product-pds-block__kind{width:100%;min-width:0}.form-table .product-pds-block__kind select{width:120px;max-width:120px}.product-pds-block__body{width:100%}.product-pds-pdf-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.product-pds-pdf-row .category-file-input{margin:0}.product-pds-start-page-label{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:8px;font-size:13px;color:#374151;white-space:nowrap}.product-pds-start-page{width:120px;max-width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box}.product-detail-thumb-preview{display:block;width:auto;max-width:120px;height:auto;max-height:120px;object-fit:contain;border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:4px;box-sizing:border-box}.product-category-editor{display:flex;flex-direction:column;gap:10px}.product-category-picker{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.product-category-picker select{width:160px;min-width:160px;max-width:160px;flex:0 0 160px;box-sizing:border-box}.product-category-empty{margin:0;font-size:13px;color:#64748b}.product-category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.product-category-list-item{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;min-height:36px;box-sizing:border-box}.product-category-rep-label{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;flex:0 0 72px;margin:0;font-size:13px;line-height:1.4;white-space:nowrap;cursor:pointer}.product-category-rep-label input[type=radio]{flex:0 0 auto}.product-category-rep-label span{line-height:1.4}.product-category-path{flex:1 1 auto;min-width:0;font-size:13px;line-height:1.4;display:flex;align-items:center}.product-category-list-item .admin-footer-btn-delete{flex:0 0 auto;margin-left:auto}.product-category-rep-badge{display:inline-block;margin-left:6px;padding:1px 6px;font-size:11px;color:#1d4ed8;background:#eff6ff;border-radius:4px;vertical-align:middle}.product-pds-hint{margin:0;font-size:13px;color:#64748b}.product-list-name-cell{display:flex;align-items:center;gap:8px;min-width:0}.product-list-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid #dbeafe;background:#f8fafc;flex-shrink:0}.product-list-thumb--empty{display:inline-block;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.mailing-preview-wrap{text-align:left}.mailing-preview-meta{margin:0 0 12px;font-size:13px;color:#334155;line-height:1.5}.mailing-preview-meta p{margin:0 0 4px}.mailing-preview-meta strong{color:#0f172a;margin-right:6px}.mailing-preview-body{border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;background:#fff;min-height:120px;max-height:min(480px,60vh);overflow:auto;font-size:14px;color:#1f2937}.mailing-preview-body img{max-width:100%;height:auto}.mailing-preview-empty{margin:0;color:#94a3b8}.mailing-result-hint{margin:0 0 10px;font-size:13px;color:#64748b}.mailing-result-sub-row td{background:#f8fafc;padding:10px 8px;vertical-align:top}.mailing-result-sub-table{margin:0}.popup-img-preview{margin-top:8px;display:flex;flex-direction:column;gap:6px}.popup-img-preview img{max-width:200px;max-height:120px;object-fit:contain;border:1px solid #e5e7eb;border-radius:4px}.popup-img-path{font-size:12px;color:#6b7280;word-break:break-all}.popup-file-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:4px;border:1px solid #cbd5e1;background-color:#fff;font-size:12px;color:#111827;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.popup-file-btn:hover:enabled{background-color:#e5f2ff;border-color:#93c5fd}.popup-file-btn:disabled{opacity:.6;cursor:default}.popup-file-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:4px;border:1px solid #fecaca;background-color:#fef2f2;font-size:12px;color:#b91c1c;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.popup-file-btn-secondary:hover:enabled{background-color:#fee2e2;border-color:#fca5a5}.popup-file-btn-secondary:disabled{opacity:.6;cursor:default}.auth-menu-list{max-height:52vh;overflow:auto}.auth-menu-grid-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.auth-menu-grid-table thead th{background:#f3f4f6;color:#374151;font-weight:700;padding:8px 10px;border-top:1px solid #94a3b8;border-bottom:1px solid #d1d5db;text-align:center}.auth-menu-grid-table td{padding:8px 10px;border-bottom:1px solid #e5e7eb;vertical-align:top}.auth-menu-parent-cell{width:180px;font-weight:700;font-size:13px;color:#111827;background:#f9fafb;text-align:center;vertical-align:middle!important}.auth-menu-parent-label{display:inline-flex;align-items:center;gap:6px;justify-content:center;width:100%;cursor:pointer}.auth-menu-children-cell{background:#fff}.auth-menu-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px 8px}.auth-menu-items li{margin:0}.auth-menu-items label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;font-weight:700;line-height:1.25}.main-content input[type=checkbox]{appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1.5px solid #94a3b8;border-radius:4px;background:#fff;display:inline-grid;place-content:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.main-content input[type=checkbox]:after{content:"";width:7px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg) translateY(-1px);opacity:0;transition:opacity .12s ease}.main-content input[type=checkbox]:hover{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa2e}.main-content input[type=checkbox]:focus-visible{outline:2px solid #93c5fd;outline-offset:1px}.main-content input[type=checkbox]:checked{background:#60a5fa;border-color:#60a5fa}.main-content input[type=checkbox]:checked:after{opacity:1}.main-content input[type=checkbox]:indeterminate{background:#93c5fd;border-color:#93c5fd}.main-content input[type=checkbox]:indeterminate:after{width:7px;height:0;border-left:none;border-bottom:2px solid #ffffff;transform:none;opacity:1}.main-content input[type=checkbox]:disabled{cursor:default;opacity:.5;background:#f3f4f6}.main-content input[type=radio],.main-content .form-table td input[type=radio],.layer-popup input[type=radio]{appearance:none;-webkit-appearance:none;width:16px;height:16px;min-width:16px;max-width:16px;padding:0;margin:0;border:1.5px solid #94a3b8;border-radius:50%;background:#fff;box-shadow:none;display:inline-grid;place-content:center;cursor:pointer;flex-shrink:0;vertical-align:middle;transition:border-color .15s ease,box-shadow .15s ease}.main-content input[type=radio]:after,.main-content .form-table td input[type=radio]:after,.layer-popup input[type=radio]:after{content:"";width:8px;height:8px;border-radius:50%;background:#60a5fa;opacity:0;transform:scale(.35);transition:opacity .12s ease,transform .12s ease}.main-content input[type=radio]:hover,.main-content .form-table td input[type=radio]:hover,.layer-popup input[type=radio]:hover{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa2e}.main-content input[type=radio]:focus-visible,.main-content .form-table td input[type=radio]:focus-visible,.layer-popup input[type=radio]:focus-visible{outline:2px solid #93c5fd;outline-offset:1px}.main-content input[type=radio]:checked,.main-content .form-table td input[type=radio]:checked,.layer-popup input[type=radio]:checked{border-color:#60a5fa;background:#fff}.main-content input[type=radio]:checked:after,.main-content .form-table td input[type=radio]:checked:after,.layer-popup input[type=radio]:checked:after{opacity:1;transform:scale(1)}.main-content input[type=radio]:disabled,.main-content .form-table td input[type=radio]:disabled,.layer-popup input[type=radio]:disabled{cursor:default;opacity:.5;background:#f3f4f6}.main-content .form-table td input[type=radio]:focus,.layer-popup input[type=radio]:focus{outline:none;box-shadow:none}.main-content .form-table td input[type=radio]:focus:not(:checked),.layer-popup input[type=radio]:focus:not(:checked){border-color:#94a3b8}.main-content .form-table td input[type=radio]:checked:focus,.layer-popup input[type=radio]:checked:focus{border-color:#60a5fa}.muted{color:#6b7280;font-size:13px}.pagination-wrap{margin-top:20px;display:flex;justify-content:center;align-items:center}.pagination,.pagination-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.pagination-list li{display:inline-flex}.pagination-ellipsis{padding:0 4px;color:#9ca3af;font-size:14px;-webkit-user-select:none;user-select:none}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pagination-btn:hover:not(:disabled){border-color:#3490dc;background:#eff6ff;color:#1d4ed8}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-btn.pagination-num.active{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;cursor:default}.pagination-btn.pagination-num.active:hover{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8}.pagination-prev,.pagination-next{font-size:16px;line-height:1}.form-table td input.bbs-post-regdt-input,.form-table.form-table-cols4 td input.bbs-post-regdt-input{box-sizing:border-box}.form-table td input.bbs-post-category-input,.form-table td select.bbs-post-category-input,.form-table.form-table-cols4 td input.bbs-post-category-input,.form-table.form-table-cols4 td select.bbs-post-category-input,.form-table td input.bbs-post-author-input,.form-table.form-table-cols4 td input.bbs-post-author-input{width:160px;max-width:160px;min-width:160px;box-sizing:border-box}.form-table td input.survey-period-input,.form-table.form-table-cols4 td input.survey-period-input{width:200px;max-width:200px;min-width:200px;box-sizing:border-box}.bbs-post-attach-limit-hint{margin:8px 0 0;font-size:12px;color:#6b7280;line-height:1.4}.bbs-post-attach-limit{font-weight:400}.bbs-post-attach-limit+.bbs-post-attach-limit{margin-left:4px}.bbs-post-attach-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.bbs-post-thumb-wrap,.bbs-post-attach-wrap{display:flex;align-items:flex-start;gap:16px}.bbs-post-thumb-preview-box{flex:1;min-width:0}.bbs-post-thumb-preview-img{display:block;max-height:120px;max-width:100%;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.bbs-post-thumb-preview-name{margin-top:4px;font-size:12px;color:#6b7280;word-break:break-all}.bbs-post-attach-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.bbs-post-attach-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151;flex:1;min-width:0}.bbs-post-attach-list li{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bbs-post-attach-list a{color:#2563eb}.bbs-post-attach-pending{font-size:12px;color:#6b7280}.bbs-post-attach-empty{color:#6b7280}.bbs-post-attach-del{height:24px;padding:0 8px}.bbs-post-summernote-wrap{border:none;border-radius:6px;overflow:hidden}.bbs-post-summernote-wrap .note-editor.note-frame{border:1px solid #e9ecef!important;border-radius:6px!important;overflow:hidden;box-shadow:none!important}.bbs-post-summernote-wrap .note-toolbar{background:#f8f9fa!important;border:none!important;border-bottom:1px solid #e9ecef!important;border-radius:0!important;padding:8px 12px!important}.note-toolbar{background:#f8f9fa!important;border:1px solid #e9ecef!important;border-bottom:none!important;border-radius:6px 6px 0 0!important;padding:8px 12px!important}.note-editor.note-frame{border-radius:6px!important;overflow:hidden}.note-editable{padding:16px!important;min-height:200px!important}.note-editor,.note-toolbar{position:relative!important;z-index:10!important}.note-dropdown-menu{z-index:9999!important}.note-modal{z-index:999999!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#00000080!important;pointer-events:auto!important}.note-modal .modal-dialog{z-index:1000000!important;position:relative!important;margin:50px auto!important;pointer-events:auto!important}.note-modal .modal-content{z-index:1000001!important;pointer-events:auto!important;position:relative!important}.modal-backdrop{display:none!important;visibility:hidden!important;opacity:0!important;z-index:-1!important;pointer-events:none!important}.modal-backdrop.show{display:none!important;visibility:hidden!important;pointer-events:none!important}.exam-grading-page{min-height:100vh;padding:16px 24px;background:#f4f6f9;box-sizing:border-box}.exam-grading-page .card{max-width:1200px;margin:0 auto}.exam-grading-info-table{margin-bottom:16px}.exam-grading-question-list{list-style:none;padding:0;margin:0}.exam-grading-question{border:1px solid #d8dde6;border-radius:6px;padding:14px 16px;margin-bottom:12px;background:#fff}.exam-grading-question-title{font-weight:600;margin-bottom:10px;line-height:1.5}.exam-grading-answer-readonly{margin-bottom:10px}.exam-grading-answer-readonly .form-control{width:100%;background:#f8f9fb}.exam-grading-yn-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.exam-grading-score-label{display:inline-flex;align-items:center;gap:6px;margin:0;font-weight:500}.exam-grading-score-input{width:72px;text-align:center}.exam-grading-tag-input{width:100%;min-height:72px;resize:vertical}.exam-grading-actions{text-align:center;margin-top:16px}.exam-grading-finish-note{text-align:center;color:#c45c00;margin-top:12px}.exam-grading-loading{text-align:center;color:#666;padding:24px 0}.exam-grading-result-table .exam-grading-subject-table{margin:0}.exam-grading-result-table .exam-grading-subject-table td{padding:4px 8px}.exam-excut-schedule-summary th{text-align:center}
