@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: "Open Sans","Noto Sans HK","Noto Sans SC",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:rgba(64, 64, 64, 1); font-size: 16px; word-wrap: break-word; white-space: normal; line-height: 1.438;letter-spacing: 0px;}

.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:rgba(64, 64, 64, 1); 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%;
}

@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;
	}
}

.editor .editorTitle{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: rgba(9, 72, 53, 1);
	position: relative;
	box-sizing: border-box;
	padding-bottom: 15px;
	line-height: 1.385;
}
.editor .editorTitle::after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: rgba(159, 129, 81, 1) 0% 0% no-repeat padding-box;
}

.editor .editorTitleBig{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	color: rgba(9, 72, 53, 1);
	position: relative;
	box-sizing: border-box;
	padding-bottom: 15px;
	line-height: 1.375;
}
.editor .editorTitleBig::after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: rgba(159, 129, 81, 1) 0% 0% no-repeat padding-box;
}

.editor ul.listAlt{
	padding-left: 45px;
}
.editor ul.listAlt li{
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 4px;
}
.editor ul.listAlt li:last-child{
	margin-bottom: 0px;
}
.editor ul.listAlt2{
	padding-left: 30px;
}
.editor ul.listAlt2 li{
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 4px;
}
.editor ul.listAlt2 li:last-child{
	margin-bottom: 0px;
}
.editor ol.blueNumList{
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
	counter-reset: item;
}
.editor ol.blueNumList li{
	position: relative;
	list-style: none;
	list-style-type: none;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 22px;
}
.editor ol.blueNumList li::before{
	content: counter(item);
	counter-increment: item;
	position: absolute;
	left: 10px;
	top: -6px;
	list-style: none;
	list-style-type: none;
	box-sizing: border-box;
	font-size: 1.1875em;
	background-color: rgba(71, 173, 138, 1);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	min-width: 1.8423em;
	min-height: 1.8423em;
}
.editor ol.blueNumList li:last-child{
	margin-bottom: 0px;
}

.editor a.download_link{
	display: table;
	box-sizing: border-box;
	position: relative;
	padding-top: 13px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #125E47;
	padding-left: 75px;
	text-decoration: underline;
}
.editor a.download_link::before{
	content:'';
	position: absolute;
	left: 5px;
	top: 0;
	width: 50px;
	height: 50px;
	background-position: center;
	background-color: #BBD9CC;
	background-image: url('../img/1/5/icon-download.svg');
	background-repeat: no-repeat;
	border-radius: 50%;
}
.editor a.link_link{
	display: table;
	position: relative;
	box-sizing: border-box;
	padding-left: 75px;
	padding-bottom: 3px;
}
.editor a.link_link::before{
	content:'';
	position: absolute;
	left: 0px;;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #47AD8A;
	border-radius: 50%;
	box-sizing: border-box;
	background-image: url('../img/1/5/icon-media-link.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.editor a.link_link table tr td{
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
}
.editor a.link_link table tr:first-child td{
	padding-top: 3px;
	padding-bottom: 4px;
}
.editor a.link_link table tr:first-child td, .editor a.link_link{
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #094835;
}
.editor a.link_link + a.link_link, .editor a.download_link + a.download_link{
	margin-top: 15px;
}
.editor table.link_link + table.link_link{
	margin-top: 18px;
}
.editor table.link_link {
	margin-left: 75px;
	position: relative;
}
.editor table.link_link::before{
	content:'';
	position: absolute;
	left: -15px;;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #47AD8A;
	border-radius: 50%;
	box-sizing: border-box;
	background-image: url('../img/1/5/icon-media-link.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 1px;
}
.editor table.link_link tr td{
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
}
.editor table.link_link tr:first-child td{
	padding-top: 3px;
	padding-bottom: 4px;
}
.editor table.link_link tr:first-child td a{
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #094835;
}


.editor ul.greeDotList{
	padding-left: 0;
	list-style: none;
	list-style-type: none;
	display: flex;
	flex-flow: wrap;
	gap: 31px 0;
}
.editor ul.greeDotList li{
	box-sizing: border-box;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3636em;
	letter-spacing: 0px;
	color: #094835;
	width: 51.5%;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 1199px) {
	.editor ul.greeDotList li{
		width: 100% !important;
	}
}
.editor ul.greeDotList li:nth-child(even){
	width: 48.5%;
}
.editor ul.greeDotList li:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 0.6819em;
	height: 0.6819em;
	background-color: #00291C;
	border-radius: 50%;
}
.editor ul.greeDotList li table {
	width: 100%;
	font-size: inherit;
}
.editor ul.greeDotList li table > tbody{
	font-size: inherit;
}
.editor ul.greeDotList li table > tbody > tr{
	font-size: inherit;
}
.editor ul.greeDotList li table > tbody > tr > td{
	padding: 0px;
}
.editor ul.greeDotList li table > tbody > tr:first-child > td{
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	font-size: inherit;
	line-height: 1.3636em;
	letter-spacing: 0px;
	color: #094835;
}
.editor p.contentTitle{
	position: relative;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #094835;
	padding-bottom: 10px;
	margin-bottom: 32px;
}
.editor p.contentTitle::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #9F8151;
}

.editor p.contentTitle2{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2666em;
	letter-spacing: 0px;
	color: rgba(18, 94, 71, 1);
	box-sizing: border-box;
	padding-top: 3px;
	padding-left: 3px;
}


.editor ul.iconList{
	padding-left: 0;
	list-style: none;
	list-style-type: none;
	display: flex;
	flex-flow: wrap;
	gap: 29px 0;
}
.editor ul.iconList li{
	box-sizing: border-box;
	position: relative;
	padding-top: 62px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3636em;
	letter-spacing: 0px;
	color: rgba(64, 64, 64, 1);
	width: 51.5%;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 1199px) {
	.editor ul.iconList li{
		width: 100% !important;
	}
}
.editor ul.iconList li:nth-child(even){
	width: 48.5%;
}
.editor ul.iconList li:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background-image: url('img/icon-advantages.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.editor ul.iconList li table {
	width: 100%;
	font-size: inherit;
}
.editor ul.iconList li table > tbody{
	font-size: inherit;
}
.editor ul.iconList li table > tbody > tr{
	font-size: inherit;
}
.editor ul.iconList li table > tbody > tr > td{
	padding: 0px;
}
.editor ul.iconList li table > tbody > tr:first-child > td{
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	font-size: inherit;
	line-height: 1.3636em;
	letter-spacing: 0px;
	color: rgba(64, 64, 64, 1);
}