/*!
 * froala_editor v3.2.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */
.fr-view blockquote:not([class]),
.fr-view div:not([class]),
.fr-view h1:not([class]),
.fr-view h2:not([class]),
.fr-view h3:not([class]),
.fr-view h4:not([class]),
.fr-view h5:not([class]),
.fr-view h6:not([class]),
.fr-view hr:not([class]),
.fr-view ol:not([class]),
.fr-view p:not([class]),
.fr-view pre:not([class]),
.fr-view ul:not([class]) {
	display: block;
}

.fr-view li:not([class]) {
	display: list-item;
	list-style-type: inherit;
	list-style-position: inherit;
}

.fr-view table:not([class]) {
	display: table;
}

.fr-view tr:not([class]) {
	display: table-row;
}

.fr-view thead:not([class]) {
	display: table-header-group;
}

.fr-view tbody:not([class]) {
	display: table-row-group;
}

.fr-view tfoot:not([class]) {
	display: table-footer-group;
}

.fr-view td:not([class]),
.fr-view th:not([class]) {
	display: table-cell;
}

.fr-view th:not([class]) {
	font-weight: bolder;
	text-align: center;
}

.fr-view h1:not([class]) {
	font-size: 2em;
	margin: 0.67em 0;
}

.fr-view h2:not([class]) {
	font-size: 1.5em;
	margin: 0.75em 0;
}

.fr-view h3:not([class]) {
	font-size: 1.17em;
	margin: 0.83em 0;
}

.fr-view blockquote:not([class]),
.fr-view h4:not([class]),
.fr-view ol:not([class]),
.fr-view p:not([class]),
.fr-view ul:not([class]) {
	margin: 0;
	line-height: 1.5;
}

.fr-view h5:not([class]) {
	font-size: 0.83em;
	margin: 1.5em 0;
}

.fr-view h6:not([class]) {
	font-size: 0.75em;
	margin: 1.67em 0;
}

.fr-view b:not([class]),
.fr-view h1:not([class]),
.fr-view h2:not([class]),
.fr-view h3:not([class]),
.fr-view h4:not([class]),
.fr-view h5:not([class]),
.fr-view h6:not([class]),
.fr-view strong:not([class]) {
	font-weight: bolder;
}

.fr-view blockquote:not([class]) {
	margin-left: 40px;
	margin-right: 40px;
}

.fr-view em:not([class]) {
	font-style: italic;
}

.fr-view pre:not([class]) {
	font-family: monospace;
}

.fr-view pre:not([class]) {
	white-space: pre;
}

.fr-view table:not([class]) {
	border-spacing: 2px;
}

.fr-view tbody:not([class]),
.fr-view tfoot:not([class]),
.fr-view thead:not([class]) {
	vertical-align: middle;
}

.fr-view td:not([class]),
.fr-view th:not([class]),
.fr-view tr:not([class]) {
	vertical-align: inherit;
}

.fr-view s:not([class]) {
	text-decoration: line-through;
}

.fr-view hr:not([class]) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-view ol:not([class]),
.fr-view ul:not([class]) {
	margin-left: 0;
	padding-left: 40px;
}

.fr-view ol:not([class]) {
	list-style-type: decimal;
}

.fr-view ul:not([class]) {
	list-style-type: disc;
}

.fr-view ol:not([class]) ol:not([class]),
.fr-view ol:not([class]) ul:not([class]),
.fr-view ul:not([class]) ol:not([class]),
.fr-view ul:not([class]) ul:not([class]) {
	margin-top: 0;
	margin-bottom: 0;
}

.fr-view u:not([class]) {
	text-decoration: underline;
}

.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
}

.hide-by-clipping {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.fr-view .fr-img-caption.fr-rounded img,
.fr-view img.fr-rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.fr-view .fr-img-caption.fr-shadow img,
.fr-view img.fr-shadow {
	-webkit-box-shadow: 10px 10px 5px 0 #ccc;
	-moz-box-shadow: 10px 10px 5px 0 #ccc;
	box-shadow: 10px 10px 5px 0 #ccc;
}

.fr-view .fr-img-caption.fr-bordered img,
.fr-view img.fr-bordered {
	border: solid 5px #ccc;
}

.fr-view img.fr-bordered {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fr-view {
	word-wrap: break-word;
}

.fr-view:after {
	content: "";
	display: block;
	clear: both;
}

.fr-view span[style~="color:"] a {
	color: inherit;
}

.fr-view strong {
	font-weight: 700;
}

.fr-view table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	max-width: 100%;
}

.fr-view table td {
	min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
	border-style: dashed !important;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
	border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
	height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
	border: 1px double red !important;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
	border-width: 2px !important;
}

.fr-view table th {
	background: #ececec;
}

.fr-view hr {
	clear: both;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	break-after: always;
	page-break-after: always;
}

.fr-view .fr-file {
	position: relative;
}

.fr-view .fr-file::after {
	position: relative;
	content: "\1F4CE";
	font-weight: 400;
}

.fr-view pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: visible;
}

.fr-view[dir="rtl"] blockquote {
	border-left: none;
	border-right: solid 2px #5e35b1;
	margin-right: 0;
	padding-right: 5px;
	padding-left: 0;
}

.fr-view[dir="rtl"] blockquote blockquote {
	border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
	border-color: #43a047;
}

.fr-view blockquote {
	border-left: solid 2px #5e35b1;
	margin-left: 0;
	padding-left: 5px;
	color: #5e35b1;
}

.fr-view blockquote blockquote {
	border-color: #00bcd4;
	color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
	border-color: #43a047;
	color: #43a047;
}

.fr-view span.fr-emoticon {
	font-weight: 400;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
	display: inline;
	line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
	background-repeat: no-repeat !important;
	font-size: inherit;
	height: 1em;
	width: 1em;
	min-height: 20px;
	min-width: 20px;
	display: inline-block;
	margin: -0.1em 0.1em 0.1em;
	line-height: 1;
	vertical-align: middle;
}

.fr-view .fr-text-gray {
	color: #aaa !important;
}

.fr-view .fr-text-bordered {
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
	padding: 10px 0;
}

.fr-view .fr-text-spaced {
	letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
	text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
	background-color: #ff0;
}

.fr-view .fr-class-code {
	border-color: #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #f5f5f5;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
	opacity: 0.5;
}

.fr-view img {
	position: relative;
	max-width: 100%;
}

.fr-view img.fr-dib {
	margin: 0 auto;
	display: block;
	float: none;
	vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

.fr-view img.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

.fr-view img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.fr-view img.fr-dii.fr-fil {
	float: left;
	margin: 0;
	max-width: 100%;
}

.fr-view img.fr-dii.fr-fir {
	float: right;
	margin: 0;
	max-width: 100%;
}

.fr-view span.fr-img-caption {
	position: relative;
	max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
	margin: 0 auto;
	display: block;
	float: none;
	vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
	float: left;
	margin: 0 0;
	max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
	float: right;
	margin: 0;
	max-width: 100%;
}

.fr-view .fr-video {
	text-align: center;
	position: relative;
}

.fr-view .fr-video.fr-rv {
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.fr-view .fr-video.fr-rv embed,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv > iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fr-view .fr-video > * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
	border: none;
}

.fr-view .fr-video.fr-dvb {
	display: block;
	clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
	text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
	text-align: right;
}

.fr-view .fr-video.fr-dvi {
	display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
	float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
	float: right;
}

.fr-view a.fr-strong {
	font-weight: 700;
}

.fr-view a.fr-green {
	color: green;
}

.fr-view .fr-img-caption {
	text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
	padding: 0;
	margin: auto;
	text-align: center;
	width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap a {
	display: block;
}

.fr-view .fr-img-caption .fr-img-wrap img {
	display: block;
	margin: auto;
	width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
	margin: auto;
	display: block;
	padding: 5px 5px 10px;
	font-size: 14px;
	font-weight: initial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
	text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
	font-size: 24px;
}

.fr-view ol,
.fr-view ul {
	list-style-position: inside;
}

a.fr-view.fr-strong {
	font-weight: 700;
}

a.fr-view.fr-green {
	color: green;
}

img.fr-view {
	position: relative;
	max-width: 100%;
}

img.fr-view.fr-dib {
	margin: 0 auto;
	display: block;
	float: none;
	vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

img.fr-view.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

img.fr-view.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

img.fr-view.fr-dii.fr-fil {
	float: left;
	margin: 0;
	max-width: 100%;
}

img.fr-view.fr-dii.fr-fir {
	float: right;
	margin: 0;
	max-width: 100%;
}

span.fr-img-caption.fr-view {
	position: relative;
	max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
	margin: 5px auto;
	display: block;
	float: none;
	vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - (2 * 5px));
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
	float: left;
	margin: 5px 5px 5px 0;
	max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
	float: right;
	margin: 5px 0 5px 5px;
	max-width: calc(100% - 5px);
}

.fr-view.fr-view-popup img {
	max-width: none;
}

.fr-view.fr-view-popup img.fr-dii {
	max-width: none;
}

.fr-view.fr-view-popup img.fr-dii.fr-fil {
	max-width: none;
}

.fr-view.fr-view-popup img.fr-dii.fr-fir {
	max-width: none;
}

.fr-view.fr-view-popup span.fr-img-caption {
	max-width: none;
}

.fr-view.fr-view-popup span.fr-img-caption.fr-dii {
	max-width: none;
}

.fr-view.fr-view-popup span.fr-img-caption.fr-dii.fr-fil {
	max-width: none;
}

.fr-view.fr-view-popup span.fr-img-caption.fr-dii.fr-fir {
	max-width: none;
}

.xans-board-read .fr-view ol li,
.xans-board-read .fr-view ul li {
	list-style: inherit !important;
}

.xans-product-additional .fr-view ol,
.xans-product-additional .fr-view ul {
	padding-left: 0 !important;
}

.xans-product-additional .fr-view ol li,
.xans-product-additional .fr-view ul li {
	list-style: none !important;
}

.xans-board-modify .fr-wrapper .fr-iframe,
.xans-board-reply .fr-wrapper .fr-iframe,
.xans-board-write .fr-wrapper .fr-iframe {
	min-height: 440px;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view {
	font-size: 12px;
	line-height: normal;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img {
	position: relative;
	max-width: 100%;
	margin: 0;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dib {
	margin: 0 auto;
	display: block;
	float: none;
	vertical-align: top;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dii.fr-fil {
	float: left;
	margin: 0;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view img.fr-dii.fr-fir {
	float: right;
	margin: 0;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption {
	position: relative;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dib {
	margin: 5px auto;
	display: block;
	float: none;
	vertical-align: top;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dii.fr-fil {
	float: left;
	margin: 0;
	max-width: 100%;
}

.dnd_module_d9534547b5aaccf62b8e92836ccb639c .brdRead .body .fr-view span.fr-img-caption.fr-dii.fr-fir {
	float: right;
	margin: 0;
	max-width: 100%;
}

.mBoard .fr-view table {
	border-spacing: 2px;
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	max-width: 100%;
	line-height: 1.6;
}

.mBoard .fr-view table.fr-dashed-borders td,
.mBoard .fr-view table.fr-dashed-borders th {
	border-style: dashed;
}

.mBoard .fr-view table td,
.mBoard .fr-view table th {
	border: 1px solid #ddd;
	padding: 0;
}

.mBoard .fr-view table td:empty,
.mBoard .fr-view table th:empty {
	height: 20px;
}

.mBoard .fr-view table td.fr-highlighted,
.mBoard .fr-view table th.fr-highlighted {
	border: 1px double red;
}

.mBoard .fr-view table td.fr-thick,
.mBoard .fr-view table th.fr-thick {
	border-width: 2px;
}

.mBoard .fr-view table th {
	background: #ececec;
}

.mBoard .fr-element table td.fr-selected-cell,
.mBoard .fr-element table th.fr-selected-cell {
	border: 1px double #0098f7;
}
