@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: 'Google Sans Flex', '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:#494453; font-size: 20px; line-height: 36px; font-weight: 300; letter-spacing: 0.4px; 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:#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 {
	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: 49%;
}

.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,
.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 ul.ul-custom1{
	padding-left: 0;
    margin-top: 2px;
	list-style-type: none;

}
.editor ul.ul-custom1 li {
	position: relative;
	padding-left: 15px;
}
.editor ul.ul-custom1 li+li{
	
    margin-top: -1px;
}

.editor ul.ul-custom1 li:before {
	content: '';
	position: absolute;
    top: 13px;
    left: -1px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #249BE9;
}

.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 .title1{
	letter-spacing: 0px;
	color: rgba(0, 92, 154, 1) !important;
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 24px;
	line-height: 61px;
}

.editor .title2{
    padding: 0 30px;
	font-style: italic;
	letter-spacing: 0px;
	color: #005C9A;
	font-weight: bold;
	font-size: 38px;
	line-height: 52px;
	position: relative;
    display: inline-block;
}
.editor .title2::before{
	content: '';
	display: block;
	position: absolute;
	top: -28px;
	left: 0px;
	width: 185px;
	height: 107px;
	pointer-events: none;
	background: url('../img/1/title_decoration.png') no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.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;
	}
}