@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
body, p{font-family:"Pretendard", "Malgun Gothic", "맑은 고딕", 돋움, "dotum", Verdana, Arial, Helvetica, sans-serif !important}
.tox .tox-dialog__title,
.tox-dialog__body,
.tox .tox-button {font-family:"Pretendard" !important;}
.editorview {
    list-style: initial;
    text-indent: 0;
	color:initial !important;
}	
.editorview ul {margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	text-indent: 0;
}
.editorview li {display:block; list-style:disc;}
#contents.details .editorview li {display:list-item !important; list-style: disc !important;  }
.view .wrap_cont .cont.editorview ul, .view .wrap_cont .cont.editorview ol {
    list-style: initial;
    text-indent: 0;
}	


.editorview em {font-style:italic !important;}
.editorview strong {font-weight:bold !important;}

.editorview p{line-height:1.4;min-height:20px;color:initial !important;}
.editorview ul{list-style: initial !important;list-style-type: disc !important;}
.editorview ul li{display:list-item !important;list-style: initial !important;}
.editorview ol{list-style: initial !important;list-style-type: roman !important;}
.editorview ol li{display:list-item !important;list-style: initial !important;}

.editorview em{font-style:italic !important;}
.editorview strong{font-weight:bold !important;}
.editorview figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .editorview hr {
    margin: 0;
    height: 1px;
    border: none;
    background: rgba(0, 0, 0, 0.5); }

/* table */
.wrap_tbl {border-top:2px solid #555;}
body .wrap_tbl.bd {border-bottom:1px solid #aaa !important}
.editorview table th,
.editorview table td {padding:15px 10px; line-height:1.4;border:1px solid #999 !important}
.redactor-styles table.narrow td {padding:5px 10px !important; line-height:1.1;height:initial !important;}

.redactor-styles table tr + tr th,
.redactor-styles table tr + tr td {border-top:1px solid #999;}
.redactor-styles table thead th {background:#f5f5f5; border-bottom:1px solid #999}
.editorview table:not(.tac) tbody th {text-align:left;}
.editorview table tbody th span {display:block; font-weight:300; color:#555}
.editorview table tbody td {color:#444; vertical-align:middle;word-break:break-all;}