@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:  nunito 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:#4B4B4B; font-size: 20px; line-height: 38px; 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:2px; background-color:#B9B9B9; color:#B9B9B9; margin: 16px 0 20px; }

hr.doubleline-blue{
	display: block;
	height:12px;
	width: 100%;
    margin-top: 16px;
    margin-bottom: 28px;
	background-color: transparent;
	border-top: 4px solid #00ADEC;
	border-bottom: 2px solid #00ADEC;
}

hr.hr-moremargin{
	margin-top: 32px;
	margin-bottom: 46px;
}

.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 .title-orange{
	color: #F38200;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.8px;

}
.editor .title-orange-big{
	color: #F38200;
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
    margin-bottom: 35px;
	letter-spacing: 0px;

}

.editor .text-right {
	float: left;
	margin-right: 20px;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
}

.editor .round-border {
	border-radius: 30px;
}

.weight100{
	font-weight: 100;
}
.weight200{
	font-weight: 200;
}
.weight300{
	font-weight: 300;
}
.weight500{
	font-weight: 500;
}
.weight600{
	font-weight: 600;
}
.weight700{
	font-weight: 700;
}
.weight800{
	font-weight: 800;
}

.editor .two-col-custom1,
.editor .two-col,
.editor .three-col,
.editor .four-col {
	font-size: 0;
	white-space: nowrap;
}

.editor .two-col-custom1 .col,
.editor .two-col .col,
.editor .three-col .col,
.editor .four-col .col {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.editor .two-col-custom1{
	gap: 132px;
	display: flex;
    padding: 0 36px;
}
.editor .two-col-custom1 .col:nth-child(1){
	min-width: 115px;
	max-width: 200px;
	flex-shrink: 0;
	p{
		line-height: 30px;
	}
}
#content.lang1 .editor .two-col-custom1{
	gap: 40px;
}
#content.lang1 .editor .two-col-custom1 .col:nth-child(1){
	max-width: 240px;
	width: 240px;
}
.editor .two-col-custom1 .col:nth-child(2){
	flex-grow: 1;
	
	p{
		line-height: 30px;
	}
}
.editor .two-col-custom1:nth-child(n+2){
	margin-top: 16px;
}

.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 ol.ol-custom1 {
	list-style: none;
	counter-reset: css-counter 0;
    padding-left: 43px;
}
.editor ol.ol-custom1>li{
	position: relative;
	counter-increment: css-counter 1;

}
.editor ol.ol-custom1>li:before{
	content: counter(css-counter) ".";
	display: block;
    left: -44px;
	top: 0;
	position: absolute;
	color: #F38200;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0px;
}

.editor ul{
	list-style: none;
}
.editor ul li{
	position: relative;
}
.editor ul li + li{
    margin-top: 12px;
	
}
.editor ul li::before{
	content:"";
	display: block;
	position: absolute;
    left: -16px;
    top: 12px;
    width: 11px;
    height: 11px;
	border-radius: 11px;
	background-color: #4B4B4B;
}
.editor ul.ul-small{
	list-style: none;
}
.editor ul.ul-small li{
	position: relative;
}
.editor ul.ul-small li + li{
    margin-top: 12px;
	
}
.editor ul.ul-small li::before{
	content:"";
	display: block;
	position: absolute;
    left: -16px;
    top: 15px;
    width: 6px;
    height: 6px;
	border-radius: 11px;
	background-color: #4B4B4B;
}

@media screen and (max-width: 1199px) {
	.editor .two-col-custom1{
		flex-direction: column;
		gap: 10px !important;
	}
	.editor .two-col-custom1 .col{
		max-width: 100% !important;
	}
	.editor .two-col-custom1:nth-child(n+2){
		margin-top: 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;
	}
}