.fr-box.fr-basic .fr-element.fr-view {
	font-size: 16px;
}

.fr-view {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	vertical-align: baseline;
}

.fr-view em {
	font-style: italic;
}

.fr-view ul {
	list-style-type: disc;
}

.fr-view ol {
	list-style-type: decimal;
}

.fr-view li {
	margin-left: 20px;
	margin-right: 20px;
}

.fr-view sub,sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}
.fr-view sub {
	bottom: -.25em;
}
.fr-view sup {
	top: -.5em;
}

.fr-view h1 {
	font-size: 2em;
}
.fr-view h2 {
	font-size: 1.5em;
}
.fr-view h3 {
	font-size: 1.17em;
}
.fr-view h4 {
	font-size: 1em;
}

.fr-view pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: visible;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  /* 2021.02.22 최경수 inline 이미지 여백 제거
  margin-left: 5px;
  margin-right: 5px;
  */
  /* 2021.07.15 최경수 inline 이미지 margin-top 여백 제거 */
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: calc(100% - (2 * 5px));
}