.board-sub-view {
    width:1180px;
    margin:0 auto;
}
.editorArea img {
    max-width:100%;
    display:block;
}


.board-sub-view__title {
    padding:80px 0;
}
.board-sub-view__title h4 {
    font-size:28px;
    font-weight: bolder;
    margin-bottom:40px;
}
.board-sub-view__title table{
    width:100% !important;
    max-width:100%;
}
.board-sub-view__title table th{
    font-size:14px;
    border:1px solid #ddd;
    background:#efefef;
    font-weight:bold;
    padding:8px;
}
.board-sub-view__title table td{
    font-size:14px;
    border:1px solid #ddd;
    padding:8px;
}