@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: "Arimo","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:#000000; font-size: 17px; word-wrap: break-word; white-space: normal;line-height: 1.77em;letter-spacing: 0.35px; }

.editor ul, .editor ol { margin-left: 25px; }

.editor ul.sp-ul, .editor ul.sp-ul2, .editor ol.sp-ol {
	margin-left: 0;
}
.editor ul.sp-ul li, .editor ul.sp-ul2, .editor ol.sp-ol li {
	list-style: none;
	position: relative;
}

.editor ul.sp-ul li, .editor ul.sp-ul2 li {
	position: relative;
	list-style: none;
	padding-left: 34px;
	line-height: 19px;
	margin: 10px 0;
}
.editor ul.sp-ul li:before, .editor ul.sp-ul2 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 8px 0 0;
	border-color: #FFCC00 transparent transparent transparent;
	transform: rotate(0deg);
}

@media (min-width: 768px) {
	.editor ul.sp-ul2 {
		display: flex;
		flex-flow: wrap;
		gap: 0 2%;
	}
	.editor ul.sp-ul2 li{
		width: 49%;
	}
}
.editor ul.sp-ul2 li {
	border-bottom: 1px solid #CBCBCB;
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 27px;
	box-sizing: border-box;
}

.editor ol.sp-ol {
	counter-reset: li;
}
.editor ol.sp-ol li {
	counter-increment: li;
	padding-left: 50px;
	margin: 15px 0;
}
.editor ol.sp-ol li:before {
	content: counter(li);
	position: absolute;
	left: 0;
	top: 0;
	left: 13px;
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.15px;
	color: #515151;
}
.editor ol.sp-ol li:nth-child(1):before,
.editor ol.sp-ol li:nth-child(2):before,
.editor ol.sp-ol li:nth-child(3):before,
.editor ol.sp-ol li:nth-child(4):before,
.editor ol.sp-ol li:nth-child(5):before,
.editor ol.sp-ol li:nth-child(6):before,
.editor ol.sp-ol li:nth-child(7):before,
.editor ol.sp-ol li:nth-child(8):before,
.editor ol.sp-ol li:nth-child(9):before {
	content: "0" counter(li);
}
.editor ol.sp-ol li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 8px 0 0;
	border-color: #FFCC00 transparent transparent transparent;
	transform: rotate(0deg);
}

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

.editor .box {
	position: relative;
	background: #E1E1E1;
	border: 1px solid #FFFFFF;
	padding: 20px 39px 20px 37px;
}
.editor .box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 52px 26px 0 0;
	border-color: #FFCC00 transparent transparent transparent;
	transform: rotate(0deg);
}

.editor a.link,
.editor a.download {
	position: relative;
	padding-left: 50px;
	line-height: 40px;
	display: inline-block;
	margin: 7.5px 0;
}
.editor a.link:before, 
.editor a.download:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #CB3E46;
	background-repeat: no-repeat;
	background-position: center;
}
.editor a.link:before {
	background-image: url(../img/1/6/icon-link.svg);
}
.editor a.download:before {
	background-image: url(../img/1/6/icon-download.svg);
}
.editor a:hover {
    text-decoration: underline;
}

.editor p.contactInfoTitle{
	font-size: 26px;
	line-height: 1.15385em;
	letter-spacing: 0.26px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.6px;
}
.editor table.contactTable{
	width: 100%;
}
.editor table.contactTable tr td:first-child{
	padding-left: 3px;
}
.editor table.contactTable tr td{
	box-sizing: border-box;
	border-bottom: 11px solid transparent;
}
.editor table.contactTable tr td, .editor table.contactTable tr td > *{
	font-size: 17px;
	line-height: 1.64706em;
	letter-spacing: 0.35px;
	color: #CBCBCB;
	padding: 0px;
	vertical-align: top;
}
.editor p.footerContent{
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: rgba(125, 125, 125, 1);
}
.editor p.bannerContent{
	line-height: 1.7647em;
	font: normal normal normal 17px/30px Arimo;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.17px;
	color: rgba(203, 203, 203, 1);
}
.editor hr.contactInfoLine{
	background-color: rgba(203, 203, 203, 0.5);
}

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