@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: 'noto sans hk', 'poppins';
}

.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:#495648; font-size: 18px; word-wrap: break-word; white-space: normal;
    letter-spacing: 1px; }

.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 .special-border.text-left {
	position: relative;
    margin-right: -15px;
    margin-top: 3px;
    margin-left: 40px;
}
.editor .special-border.text-right {
	position: relative;
    margin-left: -15px;
    margin-top: 3px;
    margin-right: 40px;
}
.editor .special-border img.butterfly{
	position: absolute;
    top: 10px;
	right: 0;
}
.editor .special-border img:not(.butterfly){
	margin: 21px 14px 45px 16px;
    border-radius: 80px;
}
.editor .special-border::after{
	content:'';
	display: block;
	position: absolute;
	width: 89px;
	height: 74px;
    top: 40px;
    left: 40px;
	transform: translate(-50%, -50%);
	background: url('../img/02/img-class-corner.svg') no-repeat;
}
.editor .special-border::before{
	content:'';
	display: block;
	position: absolute;
	width: 89px;
	height: 74px;
    bottom: -10px;
    right: -50px;
	transform: translate(-50%, -50%) rotate(180deg);
	background: url('../img/02/img-class-corner.svg') no-repeat;
}

.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 .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.editor .special-border.text-left{
		margin: 0 auto 20px;
	}
	.editor .special-border.text-right{
		margin: 0 auto 20px;
	}
	.editor .special-border img:not(.butterfly){
		width: calc(100% - 30px);
	}

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

.title-green, .title-green span{
	padding: 25px 0 22px;
	text-align: left;
	font-size: 30px !important;
	line-height: 38px;
	font-weight: 900;
	font-family:'poppins' , 'noto sans hk';
	letter-spacing: 1.5px;
	color: #007778;
	position: relative;
    margin-bottom: 36px;

}
.title-green::before{
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 52px;
	height: 40px;
	background: url('../img/02/title-graphic-1.svg');
	top: 0;
	left: -19px;
}

.title-green::after{
	z-index: 0;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 11px;
	background: url('../img/02/title-line-3.svg') no-repeat;
	background-size: cover;
	bottom: -3px;
	left: 0px;
}

.title-sub, .title-sub span{
	text-align: left;
	font-size: 26px !important;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 1.3px !important;
	color: #000000 !important;
	font-family:'poppins' , 'noto sans hk';
}

.editor h3{
	
    padding-top: 6px;
    padding-bottom: 10px;
}

.editor ol.ol-special{
	counter-reset: css-counter 0;
	position: relative;
	list-style: none;
    padding-left: 53px;
    margin-bottom: 16px;
    margin-top: 3px;
}
.editor ol.ol-special > li{
	counter-increment: css-counter 1;
	position: relative;
    line-height: 38px;
}


.editor ol.ol-special > li:nth-child(n+2){
	margin-top: 22px;
}
.editor ol.ol-special > li::before{
	background-color: #7DC353;
	content: '';
    display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	position: absolute;
    left: -54px;
    top: -1px;
}
.editor ol.ol-special > li::after{
	content: counter(css-counter);
    text-align: right;
    display: block;
	width: 38px;
	height: 38px;
	font: italic normal 900 30px/68px 'poppins';
	letter-spacing: 0px;
	color: #FFFEEF;
	position: absolute; 
    left: -58px;
    top: -10px;
}


.editor ul.ul-special{
	list-style: none;
    padding-left: 53px;
    margin-top: -2px;
}
.editor ul.ul-special li{
	position: relative;
}
.editor ul.ul-special li:nth-child(n+2){
    margin-top: 7px;
}
.editor ul.ul-special li::before{
	content:"";
	width: 15px;
	height: 15px;
    left: -37px;
    top: 10px;
	border-radius: 50%;
	background-color: #32BFC1;
	position: absolute;
}
.editor p.icon-file {
	padding: 15px 0 15px 0px;
    margin: 18px 0;
}
.editor p.icon-file a{
	position: relative;
    padding: 15px 0 15px 85px;
}
.editor p.icon-hyperlink{
	padding: 15px 0 15px 0px;
    margin: 18px 0;
}
.editor p.icon-hyperlink a{
	position: relative;
    padding: 15px 0 15px 85px;
}

.editor p.icon-file a::before{
	content: '';
	display: block;
	position: absolute;
	background: url('../img/03/icon-download.svg') no-repeat #FBB72F left center;
	border-radius: 200px;
	width: 70px;
	height: 70px;
    top: -6px;
    left: -1px;
}
.editor p.icon-hyperlink a::before{
	content: '';
	display: block;
	position: absolute;
	background: url('../img/03/icon-link.svg') no-repeat #FBB72F left center;
	border-radius: 200px;
	width: 70px;
	height: 70px;
    top: -6px;
    left: -1px;

}