@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 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:#496670; font-size: 18px;line-height: 2em; 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 { border:none; height:1px; background-color:rgba(97, 97, 97, 0.3); color:rgba(97, 97, 97, 0.3); }

.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: 37px;
	margin-bottom: 20px;
}

.editor .text-left {
	float: right;
	margin-left: 37px;
	margin-bottom: 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 .footer_title{
	font-size: 31px;
	line-height: 42px;
	color: #496670;
}
.editor .footer_subtitle{
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #496670;
}
.editor .footer_title + .footer_subtitle{
	margin-top: -2px;
}

.editor .footer_table {
	margin-left: auto;
	margin-right: auto;
}
.editor .footer_table tr td{
	padding: 0;
	vertical-align: top;

}


.editor table.info_table{
	width: 100%;

}

.editor table.info_table tr td:first-child{
	font-weight: 700;
	color: rgba(27, 19, 17, 1);
	width: 170px;
}

.editor table.info_table tr td{
	padding: 0;
	color: rgba(73, 102, 112, 1);
	line-height: 2em;
	border-bottom: 1px solid rgba(97, 97, 97, .3);
	box-sizing: border-box;
	padding:  14px 0;
}

.editor table.info_table tr:last-child td {
	border: 0;
}

.editor table.green_table{
	width: 100%;
	overflow-x: auto;
}
.editor table.green_table tbody{
	min-width: 900px;
}
.editor table.green_table tr {
	background-color: rgba(236, 236, 236, 1);
}
.editor table.green_table tr:nth-child(even) {
	background-color: rgba(245, 245, 245, 1);
}
.editor table.green_table tr th{
	background-color: #125FAD;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0px;
	box-sizing: border-box;
	padding-top:  8px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 20px;
}
.editor table.green_table tr td{
	box-sizing: border-box;
	padding-top:  6px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 20px;
}
@media (max-width: 939px) {
	.editor table.green_table{
		display: block;
	}
	.editor table.green_table::-webkit-scrollbar{
		-webkit-appearance: none;
	}
	.editor table.green_table::-webkit-scrollbar:horizontal {
		height: 7px;
	}

	.editor table.green_table::-webkit-scrollbar-thumb {
		background-color: #089e57;
		border-radius: 0px;
		border: 2px solid #ececec;
		border-radius: 10px;
	}

	.editor table.green_table::-webkit-scrollbar-track {
		border-radius: 0px;
		background-color: #ececec;
	}
	.editor table.green_table tbody{
		display: table;
	}
}


.editor ul.blueDotList, .editor ol.blueDotList,
.editor ul.transportList { margin: 0; }

.editor ul.blueDotList, .editor ol.blueDotList,
.editor ul.transportList { padding-left: 0; }

.editor ul.blueDotList,
.editor ol.blueDotList,
.editor ul.transportList {
	display: inline-block;
	display: block;
	list-style: none;
	list-style-type: none;
}

.editor ul.blueDotList> li,
.editor ol.blueDotList > li,
.editor ol.transportList > li {
	position: relative;
	/* padding-left: 50px;
	position: relative; */
	box-sizing: border-box;
	/* padding-left: 0px; */
	display: block;
    box-sizing: border-box;
	margin: 0px;
	hyphens: auto;
	/* align-items: flex-start; */
}
.editor ul.blueDotList > li{
	text-indent: -26px;
    padding-left: 26px;
}
.editor ul.transportList > li{
	text-indent: -27px;
    padding-left: 27px;
}


.editor ol.blueDotList > li {
	text-indent: -45px;
    padding-left: 45px;
}


.editor ul.blueDotList > li:before {
	content: '';
	position: absolute;
	position: static;
	margin-top: 1em;
	margin-left: 0px;
	width: 8px;
	height: 8px;
	background: #00B187;
	margin-top: 0.8em;
	flex-shrink: 0;
	margin-right: 19px;
	display:inline-block;
	vertical-align: top;
	border-radius: 50%;
}
.editor ul.blueDotList > li + li {
	margin-top: -2px;
}
.editor ul.blueDotList.list_high > li + li {
	margin-top: 8px;
}


.editor ul.transportList > li:before {
	content: '';
	position: absolute;
	position: static;
	margin-top: 1em;
	margin-left: 0px;
	width: 8px;
	height: 8px;
	background: #00B187;
	margin-top: 0.8em;
	flex-shrink: 0;
	margin-right: 19px;
	display:inline-block;
	vertical-align: top;
	border-radius: 50%;
}
.editor ul.transportList > li{
	box-sizing: border-box;
	padding-bottom: 12px;
	padding-right: 20px;
	border-bottom: 1px solid rgba(97, 97, 97, 0.3);
}
.editor ul.transportList > li:last-child{
	border-bottom: 0px;
}
.editor ul.transportList > li + li {
	margin-top: 14px;
}

.editor ol.blueDotList {
	counter-reset: ol;
}

.editor ol.blueDotList > li {
	counter-increment: ol;
}
.editor ol.blueDotList > li:before {
	content: counter(ol, decimal-leading-zero);
	position: static;
	margin-top: 0.2em;
	left: 0;
	min-width: 25px;
	min-height: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 0 2px;
	flex-shrink: 0;
	margin-right: 20px;
	display:inline-block;
	vertical-align: top;
	text-indent: 0px;
	background: #00B187;
	font-size: 14px;
	line-height: 24px;
}
.editor ol.blueDotList > li + li {
	margin-top: 8px;
}
.editor ol.blueDotList.narrow > li{
	line-height: 1.7em;
}
.editor ol.blueDotList.narrow > li:before{
	margin-right: 10px;
}
.editor ol.blueDotList.narrow li + li {
	margin-top: 5px;
}


.editor .contentTitle{
	font-weight: 700;
	font-size: 70px;
	line-height: 0.8em;
	letter-spacing: 0px;
	color: #00B187;
	margin-bottom: 44px;
}
@media (max-width: 1199px) {
	.editor .contentTitle{
		font-size: 55px;
		margin-bottom: 39px;
	}
}
@media (max-width: 767px) {
	.editor .contentTitle{
		font-size: 40px;
		margin-bottom: 23px;
	}
}

.editor .contentTitle2{
	font-weight: 600;
	font-size: 40px;
	line-height: 1.375em;
	letter-spacing: 0px;
	color: #00B187;
}


.editor table.green_table2{
	width: 100%;
	overflow-x: auto;
}
.editor table.green_table2 tbody{
	min-width: 900px;
}
.editor table.green_table2 tr {
}
.editor table.green_table2 tr:nth-child(even) {
}
.editor table.green_table2 tr th{
	background-color: #125FAD;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0px;
	box-sizing: border-box;
	padding-top:  8px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 18px;
}
.editor table.green_table2 tr td{
	box-sizing: border-box;
	padding-top:  7px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 18px;
    vertical-align: top;
    letter-spacing: 0.01px;
}
.editor table.green_table2 tr td:first-child{
	padding-left: 22px;
    letter-spacing: 0.2px;
}
.editor table.green_table2 tr td, .editor table.green_table2 tr th{
    border: 1px solid rgba(112, 112, 112, 0.3);
}
.editor table.green_table2 tr:first-child td, .editor table.green_table2 tr:first-child th{
    border-top-width: 0px;
}
.editor table.green_table2 tr:last-child td, .editor table.green_table2 tr:last-child th{
    border-bottom-width: 0px;
}
.editor table.green_table2 tr td:first-child, .editor table.green_table2 tr th:first-child{
    border-left-width: 0px;
}
.editor table.green_table2 tr td:last-child, .editor table.green_table2 tr th:last-child{
    border-right-width: 0px;
}
@media (max-width: 939px) {
	.editor table.green_table2{
		display: block;
	}
	.editor table.green_table2::-webkit-scrollbar{
		-webkit-appearance: none;
	}
	.editor table.green_table2::-webkit-scrollbar:horizontal {
		height: 7px;
	}

	.editor table.green_table2::-webkit-scrollbar-thumb {
		background-color: #125FAD;
		border-radius: 0px;
		border: 2px solid #ececec;
		border-radius: 10px;
	}

	.editor table.green_table2::-webkit-scrollbar-track {
		border-radius: 0px;
		background-color: #ececec;
	}
	.editor table.green_table2 tbody{
		display: table;
	}
}


.editor a.download_link {
    display: inline-block;
    border: 1px solid #496670;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2em;
    min-height: 57px;;
    padding-left: 29px;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 232px;
    padding-right: 80px;
    background-image: url('../img/1/icon_arrow3.svg');
    background-position-y: center;
    background-position-x: calc(100% - 5px);
    background-repeat: no-repeat;
}

.editor .contentTitle3{
	
	font-weight: 700;
	font-size: 28px;
	line-height: 1.285714em;
	letter-spacing: 1.12px;
	color: #515151;
}