@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: 'Nunito Sans', Arial, 'Microsoft JhengHei', 微軟正黑體, '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:#000000; font-size: 20px; word-wrap: break-word; white-space: normal; }
.editor.darkcyan p, .editor.darkcyan div, .editor.darkcyan a, .editor.darkcyan li, .editor.darkcyan td, .editor.darkcyan th, .editor.darkcyan h1, .editor.darkcyan h2, .editor.darkcyan h3, .editor.darkcyan h4, .editor.darkcyan h5, .editor.darkcyan h6 { color:#fff;}

.editor ul, .editor ol { margin: 0; }

.editor ul, .editor ol { padding-left: 25px; }

.editor img { border:none; }

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

.editor a:hover { color:#000000; }

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

.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 .text-right {
	float: left;
	margin-right: 20px;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
}

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

.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 .green_list{
	list-style: none;
	padding-left: 0;
	margin-top: 21px;
}
.editor .green_list li{
	box-sizing: border-box;
	padding-left: 31px;
	margin-top: 14px;
	position: relative;
	line-height: 28px;
}
.editor .green_list li::before{
	content: "";
	position: absolute;
	top: 8px;
    left: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00776b;
}
.editor .white_list{
	list-style: none;
	padding-left: 0;
	margin-top: 21px;
}
.editor .white_list li{
	box-sizing: border-box;
	padding-left: 31px;
	margin-top: 14px;
	position: relative;
	line-height: 28px;
	color:#fff;
}
.editor .white_list li *{
	color:#fff;
}
.editor .white_list li::before{
	content: "";
	position: absolute;
	top: 8px;
    left: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
}


.editor ol.green_num {
	counter-reset: item;
	margin-top: 18px;
	margin-bottom: 30px;
	padding-left: 25px;;
}

.editor ol.green_num  li {
	counter-increment: item;
	position: relative;
	box-sizing: border-box;
	padding-left:6px;
	margin-bottom: 16px;
}
.editor ol.green_num  li::marker{
	color: #00776b;
}
.editor ol.green_num ol{
	margin-top:6px;
	padding-left:33px;
}
.editor ol.green_num ol li{
	padding-left:0px;
	margin-bottom: 0px;
}
.editor ol.green_num  li::before {
	/* content: counter(item);
	text-align: center;
	color: #00776b;
	border-radius:  50%;
	display: inline-block;
	vertical-align:top;
	font-size: 20px;
	margin-right: 14px; */
}

.editor .web_link{
	position: relative;
	padding-left: 61px;
	padding-top: 9px;
	box-sizing: border-box;
	display: table;
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 50px;
}
.editor .web_link::before{
	width:50px;
	height:50px;
	border-radius: 50%;;
	background-color:#02a797;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/link-icon.svg');
	background-size: 30px;
}
.editor .download_link{
	position: relative;
	padding-left: 61px;
	padding-top: 9px;
	box-sizing: border-box;
	display: table;
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 50px;
}
.editor .download_link::before{
	width:50px;
	height:50px;
	border-radius: 50%;;
	background-color:#fcbe07;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/downloacd-icon.svg');
	background-size: 30px;
}

@media screen and (max-width: 768px) {
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		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;
	}
}