#editor strong { /* 에디터 글자 사이즈 */
  /*display: block;*/
  font-size: inherit;
  line-height: 1.2;
  font-weight: 800 !important;
}

#editor .text-huge { /* 에디터 글자 사이즈 */
    font-size: 1.8em;
}

#editor .text-big { /* 에디터 글자 사이즈 */
    font-size: 1.4em;
}

#editor .text-small { /* 에디터 글자 사이즈 */
    font-size: .85em;
}

#editor .text-tiny { /* 에디터 글자 사이즈 */
    font-size: .7em;
}

#editor img { /* 에디터 이미지 사이즈 */
    object-fit: unset;
    height: auto;
    max-width: 100% !important;
}

#editor .image.image_resized { /* 에디터 css 가져온것 */
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

#editor .image { /* 에디터 css 가져온것 */
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}

#editor .ck-widget, #editor .ck-widget.ck-widget_with-selection-handle {
    position: relative;
}

#editor .table { /* 에디터 css 가져온것 */
    display: table;
    margin: .9em auto;
}

#editor .table table { /* 에디터 css 가져온것 */
    overflow: hidden;
}

#editor .table table { /* 에디터 css 가져온것 */
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

#editor .table td, #editor .table th {
    overflow-wrap: break-word;
    position: relative;
}

#editor .table table td, #editor .table table th { /* 에디터 css 가져온것 */
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: .4em;
}

#editor blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

/**
 ** 이부분은 혹시라도 변경되는 부분있으면 admin/_fragments/fragUtils.html 에서 추가
 **/
#editor strong, h4, span, p, u, i, s, table, th, tr, td{
    font-size: inherit;
    line-height: 1.2;
    font-weight: inherit;
    color: inherit;
    background-color: inherit;
    text-align: inherit;
}