/* CKeditor css 설정 */
.ck.ck-editor__editable {
  height: 350px;
  min-height: 350px !important;
}

.ck.ck-editor__editable .image .ck-progress-bar,
.ck.ck-editor__editable .image-inline .ck-progress-bar {
  background: rgba(0, 0, 0, 0.6) !important;
  height: 100% !important;
  transition: width 0.1s;
  width: 100% !important;
}

.ck.ck-editor__editable .image .ck-progress-bar:after,
.ck.ck-editor__editable .image-inline .ck-progress-bar:after {
  content: "이미지를 업로드 중입니다.";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.7em;
}

.ck.ck-powered-by {
  display: none;
}
