
.page-title{font-size:32px;font-weight:700;margin:0 0 20px;}
.search-box{background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px;margin-bottom:20px;}
.search-form{display:flex;gap:10px;flex-wrap:wrap;}
.search-form input[type=text]{flex:1;min-width:220px;height:44px;border:1px solid #ccc;border-radius:8px;padding:0 12px;}
.search-form button{height:44px;border:0;background:#111;color:#fff;border-radius:8px;padding:0 18px;cursor:pointer;}
.board-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;color:#666;}
.board-table th,.board-table td{padding:14px 12px;border-bottom:1px solid #eee;text-align:center;}
.board-table th{background:#fafafa;font-weight:700;}
.board-table td.subject{text-align:left;}
.board-table td.subject a{text-decoration:none;color:#222;}
.badge-notice{display:inline-block;padding:4px 8px;border-radius:999px;background:#111;color:#fff;font-size:12px;margin-right:8px;}
.empty-box{background:#fff;border:1px solid #eee;border-radius:14px;padding:50px 20px;text-align:center;}
.paging{display:flex;justify-content:center;gap:6px;margin-top:24px;flex-wrap:wrap;}
.paging a,.paging strong{display:inline-block;min-width:38px;height:38px;line-height:38px;text-align:center;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:#222;background:#fff;}
.paging strong{background:#111;color:#fff;border-color:#111;}
@media (max-width:768px){
  .board-table th:nth-child(1), .board-table td:nth-child(1){display:none;}
  .board-table th:nth-child(4), .board-table td:nth-child(4){display:none;}
}


.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;}
.category-tabs a,.category-tabs strong{display:inline-block;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #ddd;text-decoration:none;color:#222;font-size:14px;}
.category-tabs strong{background:#111;color:#fff;border-color:#111;}
.faq-list{display:flex;flex-direction:column;gap:12px;color:#666;}
.faq-item{background:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;font-weight:700;font-size:17px;}
.faq-question .left{display:flex;align-items:flex-start;gap:12px;flex:1;}
.faq-question .q-badge{display:inline-block;min-width:28px;height:28px;line-height:28px;text-align:center;border-radius:50%;background:#111;color:#fff;font-size:13px;flex-shrink:0;}
.faq-question .cat{display:inline-block;margin-right:8px;padding:4px 8px;border-radius:999px;background:#f1f1f1;color:#444;font-size:12px;font-weight:400;}
.faq-answer{display:none;padding:0 20px 20px 60px;border-top:1px solid #f0f0f0;line-height:1.8;word-break:break-word;}
.faq-item.open .faq-answer{display:block;}
.faq-item.open .faq-toggle{transform:rotate(180deg);}
.faq-toggle{font-size:18px;transition:transform .2s ease;}
.empty-box{background:#fff;border:1px solid #eee;border-radius:14px;padding:50px 20px;text-align:center;}
@media (max-width:768px){
  .faq-answer{padding-left:20px;}
}


.view-box{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;color:#666;}
.view-head{padding:24px;border-bottom:1px solid #eee;}
.view-title{font-size:30px;font-weight:700;line-height:1.4;margin:0 0 10px;}
.view-meta{font-size:14px;color:#666;}
.view-body{padding:30px;min-height:240px;line-height:1.8;word-break:break-word;}
.view-nav{margin-top:20px;background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;color:#666;}
.view-nav-row{display:flex;border-bottom:1px solid #eee;}
.view-nav-row:last-child{border-bottom:0;}
.view-nav-th{width:100px;padding:16px;background:#fafafa;font-weight:700;text-align:center;}
.view-nav-td{flex:1;padding:16px;}
.view-nav-td a{text-decoration:none;color:#222;}
.btn-area{margin-top:20px;text-align:right;}
.btn-list{display:inline-block;padding:12px 20px;background:#111;color:#fff;text-decoration:none;border-radius:10px;}
