@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: 'Montserrat', '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: 18px;line-height: 2.0em; word-wrap: break-word; white-space: normal; }

.editor.dark{
	background-color: black !important;
}
.editor.dark p, .editor.dark div, .editor.dark a, .editor.dark li, .editor.dark td, .editor.dark th, .editor.dark h1, .editor.dark h2, .editor .darkh3, .editor.dark h4, .editor.dark h5, .editor.dark h6 {
	color: #fff000;
}

.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:#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;
	margin-bottom: 15px;
}

.editor .text-right2 {
	float: left;
	margin-right: 62px;
	margin-bottom: 15px;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.editor .text-left2 {
	float: right;
	margin-left: 62px;
	margin-bottom: 15px;
}

.editor .round-border {
	border-radius: 30px;
}
.editor .round-border2 {
	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 .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,
	.editor .text-right2,
	.editor .text-left2 {
		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 .indexTitle{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 0px;
	color: #778089;
}
.editor .indexTitle2{
	font-weight: 700;
	font-size: 40px;
	line-height: 1.45em;
	letter-spacing: 0px;
	color: #37424C;
}
.editor .indexTitle3{
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #37424C;
}
.editor .indexTitle + .indexTitle2, .editor .indexTitle2 + .indexTitle{
	margin-top: 10px;
}
.editor .indexTitle2 + .indexContent{
	margin-top: 34px;
}
@media (max-width: 1199px) {
	.editor .indexTitle{
		font-size: 20px;
		line-height: 1.8em;
	}
	.editor .indexTitle2{
		font-size: 28px;
		line-height: 1.2857142em;
	}
	.editor .indexTitle + .indexTitle2, .editor .indexTitle2 + .indexTitle{
	}
	.editor .indexTitle2 + .indexContent{
		margin-top: 17px;
	}
	.editor .indexContent{
		font-size: 16px;
	}
	
}
.editor .page_subTitle{
	position: relative;
	box-sizing: border-box;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.45em;
	letter-spacing: 0px;
	color: rgba(55, 66, 76, 1);
	/* margin-bottom: 63px; */
	& + .page_content{
		margin-top: 63px;
	}
	&::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background-color: #CACACB;
	}
	&::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 353px;
		background-color: #da2027;
	}
}
.editor .carTitle{
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	text-align: center;
	margin-bottom: 16.2px;
}
.editor .carContent{
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	font-size: 18px;
	line-height: 2em;
}


.editor ul.greyDotList {
	padding: 0;
}
.editor ul.greyDotList li{
	position: relative;
	box-sizing: border-box;
	padding-left: 37px;
	padding-left: 0px;
	display: flex;
	margin: 0px;
	gap: 25px;
	align-items: flex-start;
}
.editor ul.greyDotList li::before{
	content: '';
	position: static;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	display: block;
	flex-shrink: 0;
	background: rgba(59, 98, 127, 1);
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	border-radius: 50%;
}
.editor ul.greyDotList li+li{
	margin-top: 4px;
}

.editor ol.greyDotList {
	padding: 0;
}
.editor ol.greyDotList li{
	position: relative;
	box-sizing: border-box;
	padding-left: 37px;
	padding-left: 0px;
	display: flex;
	margin: 0px;
	gap: 25px;
	counter-increment: css-counter;
	align-items: flex-start;
}
.editor ol.greyDotList li::before{
	content: counter(css-counter);
	position: static;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	text-align: center;
	display: block;
	flex-shrink: 0;
	background: rgba(59, 98, 127, 1);
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}
.editor ol.greyDotList li+li{
	margin-top: 17px;
}

.editor .tyTitle{
	text-align: center;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: rgba(55, 66, 76, 1);
}
.editor .tyContent{
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.18px;
	color: rgba(55, 66, 76, 1);
}
.editor table.lightBorder{
	border-color: #dadada;
}
.editor table.lightBorder *{
	border-color: #dadada;
}