@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', 'Noto Sans HK', 'Noto Sans TC', 'Noto Sans SC', Arial, 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Heiti TC', STHeitiTC, 新細明體, 'PMingLiU', 'Noto Color Emoji', 'Noto Emoji';
}

.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: 1rem; line-height: 1.7; letter-spacing: 0.4px; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.editor ul li {
	position: relative;
	padding-left: 21px;
}

.editor ul li:before {
	content: '';
	position: absolute;
	top: 0.85em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E95900;
	margin-top: -5px;
}

.editor ul li + li,
.editor ul li + ol,
.editor ul li + ul {
	margin-top: 5px;
}

.editor ol {
	counter-reset: ol;
}

.editor ol li {
	position: relative;
	padding-top: 1px;
	padding-left: 46px;
}

.editor ol li:before {
	counter-increment: ol;
	content: counter(ol);
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 50%;
	background: #CC4E00;
}

.editor ol li + li,
.editor ol li + ol,
.editor ol li + ul {
	margin-top: 10px;
}

.editor img { border:none; }

.editor a,
.editor a:link,
.editor a:active,
.editor a:visited,
.editor a:hover {
	font-size: inherit;
	color: #8F2E00;
	text-decoration: underline;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.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:#A5A5A5; color:#A5A5A5; }

.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: 60px;
}

.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 {
	position: relative;
	line-height: 1.46667;
	font-size: 1.5rem;
	font-weight: 900;
	padding-left: 26px;
	margin-bottom: 20px;
}

.editor .editor-title + p {
	margin-top: -3px;
}

.editor .editor-title:last-child {
	margin-bottom: 0;
}

.editor .editor-title:before {
	content: '';
	position: absolute;
	top: 0.733335em;
	left: 0;
	width: 13px;
	height: 19px;
	background: url(img/title-point.svg) no-repeat center center;
	margin-top: -9.5px;
}

.editor .editor-subtitle {
	font-weight: 700;
	margin-bottom: 5px;
}

.editor .editor-subtitle:last-child {
	margin-bottom: 0;
}

.editor a.editor-download {
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
	gap: 10px;
	line-height: 2.22223;
	font-size: 0.9rem;
	font-weight: 700;
	color: #000000;
	letter-spacing: 1.8px;
	text-decoration: none;
	padding: 7px 30px;
	border: solid 2px #E95900;
	border-radius: 58px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	vertical-align: top;
}

.editor a.editor-download span{
	max-width: 94%;
}

.editor a.editor-download:before {
	content: '';
	flex-shrink: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: #E95900;
	transform: rotate(45deg);
	vertical-align: middle;
}

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