/* 게시판 (고객지원 레이아웃 .ctn_wrap 안에서 사용) */

/* 목록 */
.ctn_wrap .board-list{width:100%;border-collapse:collapse;border-top:2px solid #4a8f45;font-size:15px;margin-top:10px}
.ctn_wrap .board-list th,.ctn_wrap .board-list td{padding:14px 12px;border-bottom:1px solid #e8ece8;text-align:center}
.ctn_wrap .board-list th{background:#f4f8f2;color:#444;font-weight:600;font-size:14px}
.ctn_wrap .board-list td.subj,.ctn_wrap .board-list th.subj{text-align:left}
.ctn_wrap .board-list td.num,.ctn_wrap .board-list th.num{width:80px;color:#999}
.ctn_wrap .board-list td.wr,.ctn_wrap .board-list th.wr{width:110px;color:#666}
.ctn_wrap .board-list td.dt,.ctn_wrap .board-list th.dt{width:110px;color:#999}
.ctn_wrap .board-list td.subj a{color:#333;font-weight:500}
.ctn_wrap .board-list td.subj a:hover{color:#4a8f45;text-decoration:underline}
.ctn_wrap .board-list .bd-notice{display:inline-block;background:#c0392b;color:#fff;font-size:12px;padding:3px 10px;border-radius:3px}
.ctn_wrap .board-list tr:has(.bd-notice){background:#fdf3f2}
.ctn_wrap .board-list .empty{padding:60px;color:#999}

/* 본문 */
.board-view{border-top:2px solid #4a8f45;margin-top:10px}
.bv-head{padding:20px;border-bottom:1px solid #e8ece8;background:#fafcfa}
.bv-title{margin:0 0 12px;font-size:20px;color:#222;font-weight:700}
.bv-info{color:#888;font-size:14px}
.bv-info span{margin-right:16px}
.bv-files{padding:14px 20px;background:#f4f8f2;border-bottom:1px solid #e8ece8}
.bv-files a{display:block;padding:5px 0;color:#2b6a3f;font-size:14px}
.bv-files a:hover{text-decoration:underline}
.bv-files em{color:#999;font-style:normal;font-size:13px}
.bv-body{padding:28px 20px;line-height:1.9;font-size:16px;color:#333;min-height:180px}
.bv-body img{max-width:100%;height:auto}
.bv-body p{margin:0 0 12px}

/* 하단 버튼 */
.board-foot{display:flex;justify-content:space-between;align-items:center;margin-top:24px;flex-wrap:wrap;gap:12px}
.board-foot .paging{display:flex;gap:6px}
.board-foot .paging a,.board-foot .paging strong{display:inline-block;padding:8px 14px;border:1px solid #ddd;border-radius:4px;color:#555;background:#fff;font-size:14px;text-decoration:none}
.board-foot .paging strong{background:#4a8f45;color:#fff;border-color:#4a8f45}
.bd-admin-btns{display:flex;gap:8px}
.bd-btn{display:inline-block;padding:10px 22px;border:1px solid #ccc;background:#fff;color:#444;border-radius:4px;font-size:14px;cursor:pointer;text-decoration:none}
.bd-btn:hover{background:#f2f2f2}
.bd-btn.primary{background:#4a8f45;color:#fff;border-color:#4a8f45}
.bd-btn.primary:hover{background:#3d7a39}
.bd-btn.danger{background:#c0392b;color:#fff;border-color:#c0392b}
.bd-btn.danger:hover{background:#a93226}
@media(max-width:640px){
  .ctn_wrap .board-list td.wr,.ctn_wrap .board-list th.wr{display:none}
}

/* 첨부 없음 (관리자 뷰) */
.bv-files-empty{color:#aaa;font-size:14px}
.bv-files-empty i{margin-right:4px}
