@charset "utf-8";
/*에디터 스타일 수정*/
/*pc*/

p.newsbox-editor {margin-bottom: 28px;}
h2.newsbox-editor {margin-bottom: 28px;font-size: 30px;line-height: 1.2;}
h3.newsbox-editor {margin-bottom: 28px;font-size: 24px;line-height: 1.2;}
h4.newsbox-editor {margin-bottom: 28px;font-size: 18px;line-height: 1.2;}
.viewContent hr {margin: 15px 0; height: 4px; background: #dedede; border:0;}
ul.newsbox-editor, li.newsbox-editor, ol.newsbox-editor {margin: revert;padding:revert;}
.fr-view > ul.newsbox-editor > li {list-style: disc;}
.fr-view > ul.newsbox-editor > li > ul > li {list-style: circle;}
.fr-view > ol.newsbox-editor li {list-style: decimal;}
figure.newsbox-editor {
  margin: 1em auto;
  margin-top: 0;
  display: table;
}
figure.newsbox-editor[data-styles="float,margin-left"] {
  margin-left: 0.8em !important;
  margin-right: 0.2em !important;
}
figure.newsbox-editor[data-styles="float,margin-right"] {
  margin-right: 0.8em !important;
  margin-left: 0.2em !important;
}
figure.newsbox-editor figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: .75em;
  padding: .6em;
  /* margin: 10px 0 20.5px; */
  color:#666;
  letter-spacing: -.3px;
  line-height: 1.5;
  box-sizing:border-box;
}
figcaption.newsbox-editor:before {content:"▲";margin-right: 3px;}
