@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);
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.editor * {
    font-family: Poppins, '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:#3A3A3A; font-size: 18px; line-height: 1.77778; word-wrap: break-word; white-space: normal; }

.editor ul {
	list-style: none;
	padding-left: 25px;
	margin: 0;
}

.editor ul > li {
	position: relative;
}

.editor ul > li:before {
	content: '';
	position: absolute;
	top: 0.88889em;
	left: -25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3A3A3A;
	margin-top: -2.5px;
}

.editor ul.orange_ul > li:before {
	width: 10px;
	height: 10px;
	background: #FF8A00;
	margin-top: -5px;
}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited {
	color:#007932;
	font-size: inherit;
	text-decoration: underline;
}

.editor a:hover { color:#007932; }

.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: 30px;
}

.editor .text-left {
	float: right;
	margin-left: 30px;
}

.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 .editor_title {
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 13px;
}

.editor .editor_subtitle {
	font-weight: 600;
	color: #FF8A00;
	margin-bottom: 13px;
}

.editor .scroll_area {
	max-width: 100%;
	overflow: auto;
}

.editor .scroll_area table,
.editor .scroll_area img {
	max-width: unset;
}

.editor table.course-list {
	border-collapse: separate !important;
	border-spacing: 2px;
}

.editor table.course-list td {
	line-height: 1.57143;
	font-size: 14px;
	padding: 10px;
	background: #EEDDB1;
}

.editor table.course-list td * {
	line-height: 1.57143;
	font-size: 14px;
}

.editor table.course-list td:nth-child(2n) {
	background: #FFF4D6;
}

.editor table.course-list th {
	line-height: 1.42858;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px;
	background: #FF8A00;
}

.editor table.course-list th * {
	line-height: 1.42858;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
}

.editor table.gen-title th {
	line-height: 1.92308;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
	padding: 4.5px 20px;
	background: #1F3B3E;
}

.editor table.gen-title th * {
	line-height: 1.92308;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
}

.editor table.gen-title td {
	line-height: 2.08334;
	font-size: 24px;
	font-weight: 500;
	padding: 4.5px 20px;
	background: #B6D9EE;
}

.editor table.gen-title td * {
	line-height: 2.08334;
	font-size: 24px;
	font-weight: 500;
}

.editor .order_bullets {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 0 2px;
	background: #921B85;
}

.editor a.download_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	color: #3A3A3A;
	text-decoration: none;
	padding: 18px 0;
	border-bottom: solid 1px #9C9C9C;
}

.editor a.download_link:after {
	content: 'Download';
	flex-shrink: 0;
	width: 186px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
	color: #3A3A3A;
	padding: 0 26px;
	border-radius: 54px;
	background: url(img/download.svg) no-repeat center right, #FF8A00;
}

@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;
	}
}