/* AX-BizHub 공지 게시판 스타일 */
.axbh-board { font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif; max-width: 860px; margin: 0 auto; }
.axbh-error  { color: #c0392b; padding: 12px; background: #fdf0ee; border-radius: 4px; }
.axbh-empty  { color: #888; text-align: center; padding: 32px 0; }

/* 헤더 */
.axbh-board-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.axbh-board-title  { font-size: 1.4rem; font-weight: 700; margin: 0; }

/* 검색 */
.axbh-search-form  { display: flex; gap: 6px; }
.axbh-search-input { padding: 7px 12px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.9rem; }

/* 버튼 */
.axbh-btn           { padding: 7px 16px; border: none; border-radius: 4px; cursor: pointer; font-size: 0.88rem; text-decoration: none; display: inline-block; }
.axbh-btn-search    { background: #1a73e8; color: #fff; }
.axbh-btn-reset     { background: #e5e7eb; color: #374151; }
.axbh-btn-primary   { background: #1a73e8; color: #fff; min-width: 90px; }
.axbh-btn-back      { background: #e5e7eb; color: #374151; }
.axbh-btn:hover     { opacity: 0.88; }

/* 목록 테이블 */
.axbh-notice-table          { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.axbh-notice-table th,
.axbh-notice-table td        { padding: 10px 12px; border-bottom: 1px solid #e5e7eb; text-align: left; }
.axbh-notice-table th        { background: #f9fafb; font-weight: 600; color: #374151; }
.axbh-notice-table tr:hover  { background: #f0f4ff; }
.axbh-notice-table .col-num  { width: 64px; text-align: center; }
.axbh-notice-table .col-date { width: 110px; color: #6b7280; }
.axbh-notice-table .col-view { width: 64px; text-align: center; color: #6b7280; }
.axbh-pinned td              { background: #fffbea; }
.axbh-pin-badge              { display: inline-block; background: #f59e0b; color: #fff; font-size: 0.75rem; padding: 2px 7px; border-radius: 3px; margin-right: 4px; }
.axbh-notice-link            { color: #1a1a2e; text-decoration: none; font-weight: 500; }
.axbh-notice-link:hover      { color: #1a73e8; }
.axbh-reply-count            { color: #1a73e8; font-size: 0.85rem; margin-left: 4px; }

/* 단건 상세 */
.axbh-detail-header   { border-bottom: 2px solid #1a73e8; padding-bottom: 14px; margin-bottom: 20px; }
.axbh-detail-title    { font-size: 1.3rem; font-weight: 700; margin: 4px 0 8px; }
.axbh-detail-meta     { font-size: 0.85rem; color: #6b7280; display: flex; gap: 16px; }
.axbh-detail-content  { min-height: 120px; line-height: 1.8; color: #1a1a2e; margin-bottom: 32px; }
.axbh-detail-content img { max-width: 100%; border-radius: 6px; margin: 8px 0; }
.axbh-detail-footer   { margin-top: 24px; padding-top: 16px; border-top: 1px solid #e5e7eb; }

/* 답글 */
.axbh-replies-title  { font-size: 1rem; font-weight: 600; color: #374151; margin-bottom: 12px; }
.axbh-reply-item     { padding: 12px 16px; border-radius: 6px; background: #f9fafb; margin-bottom: 8px; }
.axbh-reply-meta     { display: flex; gap: 12px; align-items: center; margin-bottom: 6px; font-size: 0.85rem; }
.axbh-reply-meta strong { color: #1a1a2e; }
.axbh-reply-meta span   { color: #9ca3af; }
.axbh-reply-content  { font-size: 0.93rem; color: #374151; line-height: 1.6; }

/* 답글 작성 폼 */
.axbh-reply-form-wrap { margin-top: 28px; padding: 20px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }
.axbh-reply-form-wrap h3 { font-size: 1rem; font-weight: 600; margin-bottom: 14px; }
.axbh-form-row  { margin-bottom: 10px; }
.axbh-input     { width: 100%; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.9rem; box-sizing: border-box; max-width: 260px; }
.axbh-textarea  { width: 100%; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.9rem; box-sizing: border-box; resize: vertical; }
.axbh-reply-msg { margin-left: 10px; font-size: 0.85rem; color: #1a73e8; }
