@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: "Lexend", "Noto Sans HK", Arial, 微軟正黑體, 'Microsoft JhengHei UI', '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:#000000; font-size: 18px; word-wrap: break-word; white-space: normal; line-height: 34px; }

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

.editor ul li, .editor ol li {
	list-style: none;
	position: relative;
}

.editor ul li:before,
.editor ol li:before {
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.editor ul li {
	padding-left: 36px;
	margin-bottom: 2px;
}

.editor ul li:before {
	content: '';
	top: 10px;
	width: 11px;
	height: 11px;
	background: #ADDCC4;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.32);
}

.editor ol {
	counter-reset: li;
}

.editor ol li {
	counter-increment: li;
	padding-left: 67px;
	margin-bottom: 10px;
	line-height: 37px;
}

.editor ol li:before {
	content: counter(li, decimal-leading-zero);
	top: 0;
	background: #ADDCC4;
	text-align: center;
	line-height: 37px;
	width: 37px;
	height: 37px;
    font-size: 16px;
}

.editor img { border:none; }

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

.editor a:hover { color:#20744A; }

.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 .bubble {
	display: inline-block;
	background: #E7F5EE;
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 14px 38px;
}

.editor a.button,
.editor a.download-button,
.editor a.link-button,
.editor a.donate-button {
	display: inline-block;
	background: #FFE95C;
	color: #000;
	text-decoration: none;
	line-height: normal;
}
.editor a.download-button,
.editor a.link-button,
.editor a.donate-button {
	border-radius: 50px;
	padding: 12px 60px 12px 95px;
	position: relative;
}
.editor a.download-button:before,
.editor a.link-button:before,
.editor a.donate-button:before {
	content: '';
	position: absolute;
	left: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.editor a.button {
	border-radius: 29px;
	padding: 17px 32px;
}
.editor a.download-button:before {
	top: 12px;
	background-image: url(../img/icon_download.svg);
	width: 25px;
	height: 27px;
}
.editor a.link-button:before {
	top: 13px;
	background-image: url(../img/icon_link.svg);
	width: 25px;
	height: 25px;
}
.editor a.donate-button {
	padding-left: 106px;
}
.editor a.donate-button:before {
	top: 10px;
	background-image: url(../img/icon_donation.svg);
	width: 37px;
	height: 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;
	}
}