 /*뷰*/
.post-header { border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 20px; }
.post-title { font-weight: 700; font-size: 28px; color: #333; margin-bottom: 15px; }
.badge-notice { background: #0078d6; color: white; padding: 4px 10px; border-radius: 12px; font-size: 13px; font-weight: 600; margin-right: 8px; }
.post-meta { display: flex; gap: 30px; font-size: 16px; color: #666; }
.post-meta-item { display: flex; align-items: center; gap: 5px; }
.post-meta-label { font-weight: 600; color: #333; }

.post-content { min-height: 400px; padding: 40px 0; line-height: 1.8; font-size: 16px; color: #333; border-bottom: 1px solid #eee; }

.post-attachments { padding: 20px 0;   margin-bottom: 20px; }
.attachments-title { font-weight: 600; font-size: 16px; color: #333; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.attachments-title svg { width: 20px; height: 20px; fill: #0078d6; }
.attachment-list { display: flex; flex-direction: column; gap: 10px; }
.attachment-item { display: flex; align-items: center; gap: 15px; padding: 15px 20px; background: #f8f9fa; border-radius: 8px; cursor: pointer; text-decoration: none; color: #333; transition: all 0.2s; border: 1px solid #e9ecef; }
.attachment-item:hover { background: #e9ecef; border-color: #0078d6; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,120,214,0.1); }
.attachment-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: white; border-radius: 6px; }
.attachment-icon svg { width: 22px; height: 22px; fill: #0078d6; }
.attachment-info { flex: 1; }
.attachment-name { font-weight: 500; font-size: 15px; color: #333; margin-bottom: 4px; }
.attachment-meta { font-size: 13px; color: #868e96; }
.attachment-download { display: flex; align-items: center; gap: 5px; font-size: 14px; color: #0078d6; font-weight: 600; }
.attachment-download svg { width: 16px; height: 16px; fill: #0078d6; }

.post-footer { padding: 30px 0; display: flex; justify-content: center; gap: 10px; }
.btn { padding: 12px 30px; border: none; border-radius: 5px; font-weight: 600; font-size: 16px; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.2s; }
.btn-list { background: #0078d6; color: white; }
.btn-list:hover { background: #0066c0; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,120,214,0.2); }

.post-navigation { margin-top: 20px; border-top: 1px solid #eee; }
.nav-item { display: flex; padding: 15px 0; border-bottom: 1px solid #eee; transition: all 0.2s; }
.nav-item:hover { background: #f8f9fa;   }
.nav-item-label { width: 100px; font-weight: 600; color: #333;  font-size: 0.9rem;}
.nav-item-content { flex: 1; color: #666; cursor: pointer; font-size: 0.9rem  ;}
.nav-item-content:hover { color: #0078d6; }

.no-files { padding: 20px; text-align: center; color: #999; font-size: 14px; background: #f8f9fa; border-radius: 8px; }


/*리스트*/

    
.board-tools { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.board-total { font-weight: 500; font-size: 16px; color: #666; }
.search-box { display: flex; gap: 10px; }
.search-select { padding: 8px 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; }
.search-input { padding: 8px 12px; border: 1px solid #ddd; border-radius: 5px; width: 250px; font-size: 14px; }
.btn-search { padding: 8px 20px; background: #0078d6; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: 600; }

.board-table { width: 100%; border-collapse: collapse; background: white; }
.board-table thead { background: #f5f6f8; }
.board-table th { padding: 15px; font-weight: 600; font-size: 16px; color: #333; border-bottom: 2px solid #ddd; text-align: center; }
.board-table td { padding: 15px; font-size: 16px; color: #666; border-bottom: 1px solid #eee; text-align: center; }
.board-table td.title { text-align: left; color: #333; cursor: pointer; }
.board-table td.title:hover { color: #0078d6; }
.board-table .badge-notice { background: #0078d6; color: white; padding: 4px 10px; border-radius: 12px; font-size: 13px; font-weight: 600; margin-right: 8px; }

.pagination { display: flex; justify-content: center; gap: 5px; margin-top: 40px; }
.pagination a { padding: 8px 12px; border: 1px solid #ddd; border-radius: 5px; text-decoration: none; color: #666; }
.pagination a.active { background: #0078d6; color: white; border-color: #0078d6; }
.pagination a:hover { background: #f5f6f8; }
