@charset "utf-8";

#board_language {
    width:100%;
    margin:20px 0;
    min-height:100px;
}
#board_language table { width:100%; border-spacing:0; border-collapse:collapse; }
#board_language th { height:34px; text-align:center; background:#eeeeee; border:1px solid #cccccc; }
#board_language td { height:30px; text-align:center; border:1px solid #cccccc; }
#board_language tbody tr:hover { background: #FFF2F2; }
#board_language .buttonWrap {
    width:100%;
    margin-bottom: 10px;
    text-align: right;
}
#board_language button {
    border:0px;
    background: #555;
    color: #fff;
    height:32px;
    padding:0 15px;
}
#board_language .no-data {
    text-align: center;
    height: 100px;
}
#boardWrite {
    width:100%;
    padding:20px 20px 0 0;
}

.txt-left { text-align:left !important; }
.pl-10 { padding-left: 10px !important; }

/* ckeditor5 Cutom Start */
#bo_w .ck-label { display: none !important; }
#bo_w .ck.ck-editor__editable { min-height: 450px !important; }
#bo_w .ck-editor__main { border:1px solid #ccc;background:#eee;font-size:1rem; }
#bo_w .ck-source-editing-area { min-height: 500px;}
#bo_w .ck-focused,
#bo_w .ck-blurred {  width:100%; padding:5% !important; border:0px; box-shadow: unset;background:#fff; -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); }
#word-count { position:absolute;bottom:30px;left:10%; width:100%; max-width:850px; height:30px; line-height:30px;  background-color: #eee; padding:0 15px; z-index:1;}
#word-count .ck-word-count { width:100%; }
#word-count .ck-word-count div { display:inline-block; margin-right:20px; }
/* ckeditor5 Cutom End */

@media all {
	.lightbox {display: none;}
	.fixwidth {background: rgba(256,256,256, 0.6);}
	.fixwidth .featherlight-content {width: 500px;padding: 25px;color: #fff;	background: #111;}
	.fixwidth .featherlight-close {color: #fff;background: #333;}
}
