@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: 'Outfit', 'Noto Sans TC', Arial, '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:#000000; font-size: 22px; word-wrap: break-word; white-space: normal; letter-spacing: 1.1px;line-height: 2.27;}

.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;color:#C96207; font-size: inherit; }

.editor a:hover { color:#a54e02; }

.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: 70px;
}

.editor .text-left {
	float: right;
	margin-left: 50px;
}

.editor .round-border {
	border-radius: 40px;
}

.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: 1200px) {
	.editor ol li .text-right,
	.editor ol li .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}
@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 p.newslh{
	line-height: 1.82;
}
.editor p.poplh{
	line-height: 1.9;
	letter-spacing: 0.22px;
}
.editor p.deslh{
	line-height: 2.178rem;
}

.editor p.contentTitle{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.637;
	color: #004DA9;
}
.editor p.contentTitlePop{
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 1.637;
	color: #004DA9;
}
.editor p.contentTitle2{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.637;
	color: #C96207;
}
.editor p.contentTitle3{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.637;
	color: #07928B;
}
.editor p.contentTitle4{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.637;
	color: #179BDE;
}
.editor p.contentTitle5{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 1.637;
	color: #3A4E0B;
}

.editor ul , .editor ol, .editor ul > li, .editor ol > li{
	list-style: none !important;
	list-style-type: none !important;
}

.editor ul{
	padding-left: 0;
}
.editor ul > li{
	box-sizing: border-box;
	padding-left: 17px;
	position: relative;
	line-height: 1.9;
}
.editor ul > li::before{
	content:'';
	position: absolute;
	top: 0.73rem;
	left: 0rem;
	width: 0.22728rem;
	height: 0.22728rem;
	background-color: #004DA9;
	border-radius: 50%;
}
.editor ol{
	padding-left: 0;
	counter-reset: item;
}
.editor ol > li{
	box-sizing: border-box;
	padding-left: 58px;
	position: relative;
	line-height: 1.819;
	margin-bottom: 19px;
	min-height: 47px;
}
.editor ol > li:last-child{
	margin-bottom: 0;
}
.editor ol > li::before{
	content: counter(item);
	counter-increment: item;
	position: absolute;
	top: -0.2rem;
	left: 0rem;
	width: 2.091rem;
	height: 2.091rem;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	background-color: #004DA9;
	border-radius: 50%;
	font-family: 'Noto Sans TC';
	display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 1.1px;
    box-sizing: border-box;
    padding-bottom: 2px;
}
.editor ol.support_ol > li{
	clear: both;
	margin-bottom: 31px;
}
.editor ol.support_ol > li::after,.editor ol.support_ol::after{
	content: '\00a0';
	clear: both;
}
.editor ol.support_ol > li > ul >li{
	margin-bottom: 10.5px;
}
.editor ol.support_ol > li::before{
	background-color: rgba(7, 146, 139, 1);
}
.editor ol.support_ol > li > img{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.editor ol.service34_ol > li, .editor ol.service33_ol > li, .editor ol.service35_ol > li{
	clear: both;
	/* margin-bottom: 31px; */
}
.editor ol.service34_ol > li::after,.editor ol.service34_ol::after, .editor ol.service33_ol > li::after,.editor ol.service33_ol::after, .editor ol.service35_ol > li::after,.editor ol.service35_ol::after{
	/* content: '\00a0';
	clear: both; */
}
.editor ol.service33_ol > li::before{
	background-color: #12529E;
}
.editor ol.service34_ol > li::before{
	background-color: rgba(58, 78, 11, 1);
}
.editor ol.service35_ol > li::before{
	background-color: #DF7416;
}
.editor ul  a, .editor ol a, .editor ul > li a, .editor ol > li a{
	line-height: 1.819;
}

.editor table.budge_table{
	width: 100%;
}
.editor table.budge_table tr td{
	padding: 0px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 8.4px;
	line-height: 1.82;
	letter-spacing: 1.1px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	background-color: #fff;
}
.editor table.budge_table tr:not(:first-child):not(:last-child)  td:nth-child(even){
	background-color: #FFF0DC;
}
.editor table.budge_table tr:not(:first-child):not(:last-child)  td:nth-child(odd){
	background-color: #D9F4FF;
}
.editor table.budge_table tr:not(:first-child):not(:last-child)  td:first-child{
	background-color: #fff;
}
.editor table.budge_table tr:last-child td{
	border-bottom: 0px solid #fff;
	font-weight: bold;
}
.editor table.budge_table tr:last-child td:nth-child(2n+1){
	background-color: #FFF0DC;
	padding-top: 18px;
}
.editor table.budge_table tr:last-child td:nth-child(2n+2){
	background-color: #D9F4FF;
	padding-top: 18px;
}
.editor table.budge_table tr:last-child td:first-child{
	background-color: #fff;
}
.editor table.budge_table tr:last-child td:nth-child(2){
	border-bottom: 0px solid #fff;
	background-color: #F9841A;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}
.editor table.budge_table tr:not(:first-child):not(:last-child) td:first-child{
	border-bottom: 2px solid #ECECEC;
}
.editor table.budge_table tr:first-child td{
	font-weight: 500;
	font-size: 26px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	border-bottom: 2px solid #F37503;
	padding-bottom: 3px;
}
.editor a.download_link{
	position: relative;
	display: table;
	box-sizing: border-box;
	padding-left: 3rem;
	text-decoration: none;
	color: #000;
	letter-spacing: 1.1px;
}
.editor table a.download_link{
	display: block;
}
.editor a.download_link:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2.091rem;
	background-color: #F9841A;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	height: 2.091rem;
	background-image: url('../img/1/4/ico-download.svg');
}

.editor table.orange_table{
	width: 100%;
}
.editor table.orange_table tr:first-child td{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1.3px;
	border-bottom: 2px solid #F37503;
	padding: 0 20px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.editor table.orange_table tr:first-child td + td{
	padding-top: 7px;
	padding-bottom: 2px;
}
.editor table.orange_table tr td{
	padding: 0 20px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 7px;
	box-sizing: border-box;
	border-bottom: 2px solid #ECECEC;
	line-height: 1.82;
	letter-spacing: 0.22px;
	min-width: 155px;
}
.editor table.orange_table tr td + td{
	padding-bottom: 10px;
}
.editor table.blue_table{
	width: 100%;
}

.editor table.blue_table tr:first-child td{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1.3px;
	border-bottom: 2px solid #004DA9;
	padding: 0 20px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.editor table.blue_table tr td{
	padding: 0 20px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 7px;
	box-sizing: border-box;
	border-bottom: 2px solid #ECECEC;
	line-height: 1.82;
	letter-spacing: 0.22px;
	min-width: 155px;
}
.editor table.blue_table tr:first-child td + td{
	padding-top: 2px;
	padding-bottom: 2px;
}
.editor table.blue_table tr td + td{
	padding-bottom: 10px;
}
.editor p.servicelh {
	line-height: 1.6;
	/* color: #fff; */
    letter-spacing: 0.9px;
}
.editor p.officehourlh,.editor td.officehourlh {
	line-height: 1.82;
    letter-spacing: 0.4px;
}
.editor p.officehourlh *,.editor td.officehourlh * {
	line-height: 1.82;
    letter-spacing: 0.4px;
}
.editor td.officehourlh {
	padding: 0px;
}
.editor td.officehourlh * {
	padding: 0px;
}
.editor ul.white_list{
	padding-left: 0;
}
.editor ul.white_list > li{
	box-sizing: border-box;
	padding-left: 17px;
	position: relative;
	line-height: 57px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-bottom: 1px;
	text-align: center;
}
.editor ul.white_list > li > span{
	line-height: 51px;
}
.editor ul.white_list > li::before{
	content:'';
	position: absolute;
	top: 1.1rem;
	left: 0rem;
	width: 0.22728rem;
	height: 0.22728rem;
	background-color: #fff;
}
.editor p.mottoContent{
	font-size: 23px;
	color: #E86E02;
	letter-spacing: 13.8px;
}