@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic), local(PMingLiU);
}

.editor * {
	font-family: Poppins, Arial, 'Microsoft JhengHei', 微軟正黑體, 'Heiti TC', STHeitiTC, 'PMingLiU', 新細明體;
}

.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#03142B; font-size: 20px; line-height: 2; letter-spacing: 0.8px; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol {
	display: flex;
    flex-direction: column;
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}

.editor ol {
	counter-reset: ol;
}

.editor ol li {
	position: relative;
	counter-increment: ol;
	padding-left: 3.35em;
}

.editor ol li + li {
	margin-top: 10px;
}

.editor ol li:before {
	content: counter(ol);
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: 700;
	color: #1C4E7B;
	border-radius: 50%;
	background: #E9F4FE;
}

.editor ul li {
	position: relative;
	padding-left: 45px;
}

.editor ul li:before {
	content: '';
	position: absolute;
	top: calc(1em - 7px);
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #99E069;
}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#03142B; font-size: inherit; }

.editor a:hover { color:#03142B; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #03142B;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {
	width: 100%;
}

.editor .table-responsive-wrapper .table-responsive {

}

.editor .table-product td {
	line-height: 1.666667;
	font-size: 18px;
	letter-spacing: 0.18px;
	padding: 9px 20px;
	padding-top: 13px;
	border-bottom: solid 2px #ECECEC;
}

.editor .table-product td * {
	line-height: 1.666667;
	font-size: 18px;
	letter-spacing: 0.18px;
}

.editor .text-right {
	float: left;
	max-width: calc(50% - 53px);
	margin-right: 106px;
}

.editor .text-left {
	float: right;
	max-width: calc(50% - 53px);
	margin-left: 106px;
}

.editor .round-border-40 {
	border-radius: 40px;
}

.editor .round-border-80 {
	border-radius: 80px;
}

.editor .round-border-35 {
	border-radius: 35px;
}

.editor .two-col,
.editor .three-col,
.editor .four-col {
	font-size: 0;
	white-space: nowrap;
}

.editor .two-col .col,
.editor .three-col .col,
.editor .four-col .col {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.editor .two-col .col {
	width: 49%;
}

.editor .three-col .col {
	width: 32%;
}

.editor .four-col .col {
	width: 23.5%;
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 2%;
}

.editor .editorTitle {
	line-height: 1.55557;
	font-size: 36px;
	font-weight: 700;
	color: #1C4E7B;
	letter-spacing: 0.72px;
}

@media screen and (max-width: 768px) {
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.editor .two-col,
	.editor .three-col,
	.editor .four-col {
		white-space: normal;
	}

	.editor .two-col .col,
	.editor .three-col .col,
	.editor .four-col .col {
		display: block;
		width: 100%;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-top: 20px;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-left: 0;
	}
}