/* CKEditor content - site(style.css) 전역 스타일보다 우선 */
.editor.ck-content *,
.ck-content * {
  all: revert;
  font-size: revert;
  font-weight: revert;
  line-height: normal;
}

.editor.ck-content p,
.ck-content p {
  font-weight: initial;
  margin: 0;
}

.editor.ck-content b,
.editor.ck-content strong,
.ck-content b,
.ck-content strong {
  font-weight: bold;
}
