@charset "utf-8";


.ck-editor__editable_inline {
    min-height: 400px;
}

div.board_article {
	width: 100%;
    min-height: 350px;
    padding: 30px 29px;
    border: 0;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    resize: none;
}
/* 
div.board_article > figure > table {
    width: 100%;
    border-top: 1px solid #444444;
    border-collapse: collapse;
}

div.board_article > figure > th, td {
    border: 1px solid #444444;
    padding: 10px;
} */