.board-page { padding: 2rem 0; }
.board-page h2 { margin-bottom: 1rem; font-size: 1.5rem; }
.footer-legal { margin-top: 1rem; }
.footer-legal a { color: var(--color-text-light); margin: 0 0.25rem; }

/* Summernote 모달 backdrop z-index 충돌 수정 */
.note-modal-backdrop { display: none !important; }
.note-modal.open { background: rgba(0,0,0,.3); }
.note-modal .note-modal-content { z-index: 10051; }
