/* 글쓰기 페이지 커스텀 스타일 */
.board_write_page .container_wr {
    padding-top: 120px;
    background-color: #0d0d12;
}

.board_write_page #bo_w {
    margin-top: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: #17181c;
    color: #e0e0e0;
}

.board_write_page #container {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    background-color: #0d0d12;
}

/* 모바일 대응 */
@media (max-width: 767px) {
    .board_write_page .container_wr {
        padding-top: 100px;
    }
    
    .board_write_page #bo_w {
        padding: 20px 15px;
        border-radius: 0;
    }
}

/* 에디터 영역 */
.board_write_page #bo_w textarea {
    background-color: #1e1e1e;
    color: #e0e0e0;
    border: 1px solid #333;
}

.board_write_page #bo_w .wr_content iframe {
    background-color: #1e1e1e;
}

/* 에디터 툴바 */
.board_write_page .cheditor-container {
    background-color: #2d3748 !important;
}

.board_write_page .cheditor-tb-wrapper {
    background-color: #2d3748 !important;
}
