@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);
}

@keyframes arrow_anim {
	0% {
        opacity: 1;
	    transform: translateX(0%);
	}
	100% {
        opacity: 0;
	    transform: translateX(70%);
	}
}

.editor a {
	display: inline-block;
	/* color: #007BCC !important; */
}

.editor * {
    font-family: 'Nunito Sans', 'Noto Sans HK', 'Noto Sans SC', 微軟正黑體, '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:#000; font-size: 19px; line-height: 30px; word-wrap: break-word; white-space: normal; }

.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:#53565B; 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 {
	margin: 34px 0 26px;
    background: rgba(51, 36, 24, 0.3);
    color: rgba(51, 36, 24, 0.3);
	border:none;
	height:1px;
 }

.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: 10px;
}

.editor .round-border {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

.editor .round {
	border-radius: 10px;
}

.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: 46%;
}

.editor .three-col .col {
	width: 32%;
}

.editor .four-col .col {
	width: 23.5%;
}

.editor .four-col-special{
	width: 100%;
	display: flex;
}

.editor .four-col-special .col-group{
	display: flex;
	width: 50%;
	border-bottom: 2px solid rgba(112, 112, 112, 0.3);
	padding: 22px 0;
}

.editor .four-col-special.no_line .col-group{
	border: 0px;
}

.editor .four-col-special .col-group .col{
	
}

.editor .four-col-special .col-group .col:nth-child(odd){
	width: 65%;
}
.editor .four-col-special .col-group .col:nth-child(even){
	width: 35%;
}

.editor .two-col .col + .col{
	margin-left: 8%;
}

.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 2%;
}

.editor .four-col.special .col + .col{
	margin-left: 0px;
}

.editor .weight300{
	font-weight: 300;
}
.editor .weight500{
	font-weight: 500;
}
.editor .weight600{
	font-weight: 600;
}
.editor .weight700{
	font-weight: 700;
}
.editor .weight900{
	font-weight: 900;
}

.editor .link-brown{
	background-color: rgba(201, 158, 116, 1);
    padding: 5px 30px 4px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1) !important;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
}

.editor .link-green + .link-brown{
	margin-left: 20px;
}
.editor .link-brown + .link-green{
	margin-left: 20px;
}
.editor .link-brown + .link-brown{
	margin-left: 20px;
}
.editor .link-green + .link-green{
	margin-left: 20px;
}

.editor .link-green{
	background-color: rgba(95, 139, 92, 1);
    padding: 5px 30px 4px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1) !important;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
}

.editor ul.ul-custom1{
	padding-left: 0;
    margin-top: 2px;
	list-style-type: none;

}
.editor ul.ul-custom1 li {
	position: relative;
	padding-left: 30px;
}
.editor ul.ul-custom1 li+li{
	
    margin-top: 10px;
}

.editor ul.ul-custom1 li:before {
	content: '';
	position: absolute;
    top: 11px;
    left: -1px;
	width: 15px;
	height: 15px;
	background-color: #C99E74;
}

.editor ul.ul-custom2{
	padding-left: 0;
	list-style-type: none;

}
.editor ul.ul-custom2 li {
	position: relative;
	padding-left: 30px;
}
.editor ul.ul-custom2 li+li{
	
    margin-top: 8px;
}

.editor ul.ul-custom2 li:before {
	content: '';
	position: absolute;
    top: 10px;
    left: -1px;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #1D7BAB;
}


.editor ol.ol-custom1{
	padding-left: 0;
    margin-top: 2px;
	list-style-type: none;
	counter-reset: css-counter 0;

}
.editor ol.ol-custom1 li {
	position: relative;
	counter-increment: css-counter 1;
	padding-left: 32px;
}
.editor ol.ol-custom1 li+li{
	
    margin-top: 20px;
}

.editor ol.ol-custom1 li:before {
	content: counter(css-counter);
	position: absolute;
    top: -1px;
    left: 2px;
	letter-spacing: 0.22px;
	color: #5F8B5C;
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
}


.editor .title1{
	text-align: center;
	letter-spacing: 0px;
	color: #7BC6AB;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
}

.editor .title2{
	font-family: Play;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 55px;
	line-height: 60px;
    margin-bottom: 40px;
    display: block;
}

.editor .title2.green{
	font-size: 45px;
	color: #7BC6AB;
}
.editor .custom-btn{
	display: inline-block;
	text-align: center;
	font-family: Play;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	position: relative;
	&::before{
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		pointer-events: none;
		opacity: 0.53;
		background: transparent linear-gradient(90deg, rgba(193, 228, 211, 1) 0%, rgba(153, 240, 196, 0) 100%) 0% 0% no-repeat padding-box;
	}
	&::after{
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 14px;
		height: 26px;
		pointer-events: none;
		background: url('../img/1/btn_decoration.png') no-repeat top left;
		background-size: cover;
	}
}
.editor .custom-btn a{
	padding: 2px 56px 2px 42px;
	position: relative;
	&::after{
		content: '';
		display: block;
		position: absolute;
		top: 12px;
		right: 0px;
		width: 30px;
		height: 10px;
		pointer-events: none;
		background: url('../img/4/About/btn_arrow.svg') no-repeat top left;
		background-size: cover;
	}
}

.editor .quote-title{
	font-family: 'Cactus Classical Serif';
	font-weight: 400;
	font-size: 35px;
	line-height: 43px;
	letter-spacing: 0px;
	padding-bottom: 53px;
	position: relative;
	&::after{
		content: '';
		display: block;
		position: absolute;
		top: -32px;
		left: -50px;
		width: 97px;
		height: 77px;
		pointer-events: none;
		background: url('../img/s/icon_title style.svg') no-repeat center center;;
	}
	&::before{
		content: '';
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 105px;
		height: 1px;
		background-color: rgba(114, 130, 113, 0.3);
		pointer-events: none;
	}
	
}
.editor .subtitle1{
	letter-spacing: 0px;
	color: #005C9A !important;
	font-weight: 600;
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 24px;
}

.editor .subtitle2{
    margin-bottom: 18px;
	font-weight: 600;
}
.editor .table-special1 tr td:nth-child(1){
	width: 36% !important;
}
.editor .table-special1 tr td:nth-child(2){
	width: 52% !important;
}
.editor .table-special1 tr td:nth-child(3){
	width: 12% !important;
}


.editor .table-special1 tr:first-child td{
	padding: 3px 20px;
	letter-spacing: 0.2px;
	color: rgba(0, 92, 154, 1);
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	border-bottom: 2px solid rgba(0, 92, 154, 1);
}

.editor .table-special1 tr:nth-child(n+2) td{
	padding: 12px 20px 8px;
	letter-spacing: 0.2px;
    height: auto !important;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 2px solid rgba(236, 236, 236, 1);
}

@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 .four-col-special{
		flex-direction: column;
	}

	.editor .four-col-special .col-group{
		width: 100%;
	}

	.editor .four-col.special .col:nth-child(odd){
		display: inline-block;
		margin-top: 10px;
	}

	.editor .four-col.special .col:nth-child(even){
		display: inline-block;
		margin-top: 10px;
	}
	
	.editor .table-special1 tr:first-child td{
		font-size: 18px;
		line-height: 30px;
		font-weight: 400;
		color: #000000;
		border-bottom: 2px solid rgba(236, 236, 236, 1);
	}

	.editor .table-special1 tr td{
		height: auto !important;
	}

	.editor .table-special1 tr td:first-child{
		padding: 3px 20px;
	}

	.editor .table-special1 tr td:first-child{
		letter-spacing: 0.2px;
		color: rgba(0, 92, 154, 1);
		font-weight: 600;
		font-size: 20px;
		line-height: 32px;
	}
	
	.editor .table-responsive-wrapper > tbody > tr + tr{
		border-top: 40px solid transparent;
	}
}