#boardBox #writeBox .table th {
    background-color: #f9f9f9;
}

/*에디터*/
#boardBox #writeBox .ck-editor ul {
    list-style-type: inherit;
    padding-inline-start: 40px;
}

#boardBox #writeBox .ck-editor ul.todo-list {
    list-style: none
}

#boardBox #writeBox .ck-editor ol {
    padding-inline-start: 40px;
}

/*에디터*/
#boardBox #writeBox .write-box {
    padding: 40px 0 25px
}

#boardBox #writeBox .write-title {
    margin: 0 0 40px;
}

/*css 정리*/
#boardBox #writeBox .input-wrap select {
    max-width: 400px;
}

#boardBox #writeBox .board-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0;
    margin: 0;
}

#boardBox #writeBox .board-button-box button {
    min-height: 50px;
}

#boardBox #writeBox .board-button-box button:first-child {
    margin: 0 10px 0 0;
}

#boardBox #writeBox .notice-check-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#boardBox #writeBox .notice-check-area .checkbox-attach {
    margin: 0;
}

#boardBox #writeBox .notice-check-area p {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-title)
}

#boardBox #writeBox .notice-check-area input[type="checkbox"]+label {
    border-radius: 50%;
}

#boardBox #writeBox .notice-check-area input[type="checkbox"]:checked+label {
    border-radius: 50%;
}


/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
    #boardBox #writeBox .board-button-box button {
        min-width: 50%;
    }
}