@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: Mulish, 'Noto Sans HK', 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:#283143; font-size: 20px; word-wrap: break-word; white-space: normal; }
.editor p, .editor a { line-height: 36px; }

.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:#283143; font-size: inherit; text-decoration: underline; }

.editor a:hover { color:#283143; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #283143;
}

.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 .title {
	font-size: 30px;
	font-weight: 700;
}

.editor .subtitle {
	color: #e54226;
	font-weight: 400;
}

.editor ul.tick {
	list-style: none;
	li{   
		padding-left: 22px;
		line-height: 35px;
		position: relative;

		&:nth-child(n+2){
			margin-top: 26px;
		}
		&::before{
			content:"";
			display: block;
			width: 36px;
			height: 36px;
			position: absolute;
			left: -24px;
			top: 0;
			background: url('../img/02/icon-tick.svg') no-repeat #FAD00F center center;
		}
	}
}

.title-red{
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #E54226;
}

.editor ul.yellow_bullet {
	list-style: none;
	margin-top: 10px;
    margin-bottom: -10px;
	li{   
		padding-left: 22px;
		line-height: 35px;
		position: relative;
		&:nth-child(n+2){
			margin-top: 11px;
		}
		&::before{
			content:"";
			display: block;
			width: 18px;
			height: 18px;
			position: absolute;
			left: -13px;
			top: 9px;
			border-radius: 50%;
			background-color: #FAD00F;
		}
	}
}
.editor .custom-table{
	padding: 20px 30px;
	background-color: #F3F3F3;
	display: flex;
	margin-top: 10px;
	@media screen and (max-width: 1000px) {
		flex-direction: column;
		max-width: 300px;
	}
	.head{
		margin-right: 25px;
		box-sizing: border-box;
		width: 205px;
		background-color: #E54226;
		color: #FFFFFF;
		padding: 17px 8px;
		text-align: center;
		height: 59px;
		max-height: 59px;
		@media screen and (max-width: 1000px) {
			width: 100%;
			max-width: 300px;
			margin-bottom: 30px;
		}
	}
	
	>.body{
		
		gap: 40px;
		width: calc(100% - 230px);
		color: #283143;
		display: flex;
		flex-wrap: wrap;
		@media screen and (max-width: 1000px) {
			margin-left: 0px;
			flex-direction: column;
			width: 100%;
		}
		>div{
			flex: 1;
		}
		.t-title{
			font-weight: 800;
			font-size: 20px;
		
			margin-bottom: 10px;}
		.content{
			overflow-wrap: unset;
			font-size: 20px;
		}
	}
}

.editor ul.cq{
	list-style: none;
	padding: 0px;
    margin-top: 40px;
	li{
		padding: 15px 30px 13px;
		*{
			line-height: 36px;
		}
		&:nth-child(n+2){
			margin-top: 10px;
		}
		&:nth-child(odd){
			background-color: #F3F3F3;
		}
		&:nth-child(even){
			background-color: #efebe6;
		}
		>span{
		}
	}
}

.editor .text_group {
	display: inline-block;

}

.editor .text_light {
	font-weight: 300;
}

.editor .title_home {
	text-align: left;
	font: normal normal 900 84px/84px Mulish, Noto Sans HK;
	letter-spacing: 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.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;
	}
}