@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', 'Noto Sans HK', 'Noto Sans SC', 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:#6b6b6b; font-size: 20px; word-wrap: break-word; white-space: normal; line-height:36px; }

.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 { 
	text-decoration: underline;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	color: #26812C !important;
    text-underline-offset: 2px; 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 .weight300{
	font-weight: 300;
}

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

.title-green, .title-green > p{
	color: #26812C;
	font-weight: 600;
	font-size: 27px;
	line-height: 36px;
}
.editor .highlight{
	color: #26812C;
	font-weight: 600;
}
.editor .subtitle-green{
	color: #26812C;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
}
.editor .subtitle2-black{
	color: #2e2e2e;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
}

.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 ul.bpoint-green{
    padding-left: 40px;
    margin-top: 11px;
}

.editor ul.bpoint-green >li{
	position: relative;
    display: block;
}
.editor ul.bpoint-green >li::before{
    display: block;
	content: '';
	background-color: #20A424;
	width: 8px;
	height: 8px;
    position: static;
    top: 3px;
    left: -40px;
    margin-top: 10px;
    position: absolute;
}
.editor ol.bpoint-green{
	counter-reset: css-counter 0;
    padding-left: 40px;
    margin-top: 11px;
}
.editor ol.bpoint-green ul, .editor ol.bpoint-green ol{
	margin-top: 0 !important;
    margin-bottom: 13px;
}

.editor ol.bpoint-green >li{
	counter-increment: css-counter 1;
	position: relative;
    display: block;
}
.editor ol.bpoint-green >li::before{
    display: block;
	content: counter(css-counter);
	width: 30px;
	height: 29px;
    position: static;
    top: 0px;
    z-index: 1;
    text-align: center;
    left: -40px;
    position: absolute;
}
.editor ol.bpoint-green >li::after{
	content:"";
    display: block;
	background-color: #EEF6E7;
	width: 30px;
	height: 29px;
    top: 3px;
    left: -40px;
    position: absolute;
}

.editor ol.whiteborder{
    padding-left: 43px;
    margin-top: 10px;
}

.editor ol.whiteborder >li{
	counter-increment: css-counter 1;
	position: relative;
    display: block;
}
.editor ol.whiteborder >li::before{
    display: block;
	content: counter(css-counter);
	width: 30px;
	height: 29px;
    position: static;
    top: -1px;
    z-index: 1;
    text-align: center;
    left: -46px;
	font-weight: 600;
	font-size: 17px;
	line-height: 36px;
	font-family: Poppins;
	color: #ffffff;
    position: absolute;
}
.editor ol.whiteborder >li::after{
	content:"";
    display: block;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	width: 22px;
	height: 22px;
    top: 3px;
    left: -44px;
    position: absolute;
}
.editor .icon-1, .editor .icon-2{
	text-decoration: underline;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	color: #26812C !important;
    text-underline-offset: 2px;
	position: relative;
    margin-top: 13px;
    display: block;
    padding-left: 50px;
}
.editor .icon-1::before{
	content:"";
	position: absolute;
	width: 40px;
	height: 40px;
    left: 0px;
    top: -3px;
	background:url('../img/3/icon_download.svg') no-repeat #EEF6E7 center center;
}
.editor .icon-2::before{
	content:"";
	position: absolute;
	width: 40px;
	height: 40px;
    left: 0px;
    top: -3px;
	background:url('../img/3/icon_link.svg') no-repeat #EEF6E7 center center;
}
.editor table.table-greenstyle{
    margin-top: 13px;
}
.editor table.table-greenstyle tbody tr:nth-child(1){
	background-color: #20A424;
}
.editor table.table-greenstyle tbody tr td:nth-child(1){
	width: 27.2% !important;
}
.editor table.table-greenstyle tbody tr td:nth-child(n+2){
	width: 72.8% !important;
}
.editor table.table-greenstyle tbody tr:nth-child(1) td{
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #FFFFFF;
    padding: 7px 20px 3px;
}
.editor table.table-greenstyle tbody tr:nth-child(2n+1) td{
	background-color: rgba(221, 238, 208, 0.5);
}
.editor table.table-greenstyle tbody tr:nth-child(2n+2) td{
    background-color: rgba(221, 238, 208, 0.3);
}
.editor table.table-greenstyle tbody tr:nth-child(n+2) td{
    padding: 7px 20px 3px;
}
.editor table.table-greenstyle tbody tr:nth-child(n+2) td:has(sup){
    padding: 2px 20px 3px;
}
.editor table.table-greenstyle tbody tr:nth-child(n+2) td sup{
    display: inline-block;
    top: 2px;
    position: relative;
	font-size: 14px;
}
@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;
	}
}