
:root {
    --ck-border-radius:0.5rem !important;
}
/*소스 편집영역*/
.ck-source-editing-area,
    /*일반 편집 영역*/
.ck-editor__editable {
    min-height: 18rem !important;
}

/*소스 영역 스크롤*/
.ck-editor__main textarea {
    overflow: auto !important;
}

.image img {
    margin: 0 auto;
    display:block;
}

@media (max-width: 640px) {

    .ck-source-editing-area,
    .ck-editor__editable {
        min-height: 13rem !important;
    }

}


/*파일첨부*/

/*공통*/
.file_row_wrap .file_col .thumb_box:after {
    content: unset !important;
}

.file_row_wrap .file_col .thumb_box2 .remove,
.file_row_wrap .file_col .thumb_box .remove {
    cursor: pointer;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../images/file_thumb_close.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
}

/*썸네일 기본*/
.file_col.thumb .thumb_box {
    width: 142px;
    height: 80px;
    border-radius: 8px;
    background: unset;
    background-color: white;
    /*background: url(../../images/photo_noimg.png) no-repeat center #fff;*/
    position: relative;
}

/*썸네일 기본*/
.file_col.thumb .thumb_box2 {
    background: #fff;
}


.file_row_wrap .file_col .thumb_box2:after {
    content: unset !important;
}

/*썸네일 기본*/

.file_col.thumb .thumb_box2 img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}


.file_col .thumb_box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.file_col.thumb .thumb_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.thumb_box video::-webkit-media-controls-timeline {
    display: none;
}

.board_container * {
    max-width: 100%;
    word-break: break-all;
}

/*sticky 제거*/
.ck-sticky-panel__content {
    /*display: block;*/
    position: relative !important;
}

.file_col.thumb .with_text_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex: 1;
}

.file_col.thumb .thumb_box.with_text {
    width: 50px;
    flex: unset;
}

.noti {
    color: red;
}

.thumbnail_auto_text {
    font-size: 12px;
    font-weight: 300;
}