@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: Barlow, 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: 19px; line-height:38px; word-wrap: break-word; white-space: normal; font-weight: 500;}

.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:rgba(75, 75, 75, 0.3);
	color:rgba(75, 75, 75, 0.3);
    margin-bottom: 13px;
 }

.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 .weight300{
	font-weight: 300;
}
.editor .weight400{
	font-weight: 500;
}
.editor .weight500{
	font-weight: 500;
}
.editor .weight600{
	font-weight: 600;
}
.editor .weight700{
	font-weight: 700;
}
.editor .weight900{
	font-weight: 900;
}
.editor .award-title{
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}
.editor .green-title{
	letter-spacing: 0px;
	color: #06A786;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.editor ul.ul-sp{
	list-style: none;
    margin-top: 1px;
    padding-left: 16px;
}
.editor ul.ul-sp > li{
	position: relative;
    padding-left: 21px;
}
.editor ul.ul-sp > li + li{
    margin-top: -2px;
	
}
.editor ul.ul-sp > li::before{
	content:"";
	display: block;
	position: absolute;
    left: -17px;
    top: 7px;
    width: 24px;
    height: 24px;
	background: url('../img/2/bullet-points.svg') no-repeat center center;;
}

.editor ol.ol-sp{
	counter-reset: css-counter 0;
	list-style: none;
    margin-top: 25px;
    margin-bottom: 31px;
    padding-left: 16px;
}
.editor ol.ol-sp > li{
	counter-increment: css-counter 1;
	position: relative;
    padding-left: 21px;
}
.editor ol.ol-sp > li + li{
    margin-top: -4px;
	
}
.editor ol.ol-sp > li::before{
	content: counter(css-counter, decimal-leading-zero);
	display: block;
	position: absolute;
    left: -17px;
    top: 7px;
    width: 24px;
    height: 24px;
	text-align: center;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	background-color: rgba(6, 167, 134, 1);
}

.editor .link-btn{
	text-decoration: underline;
	letter-spacing: 0px;
	color: rgba(0, 19, 120, 1);
	font-weight: 500;
	font-size: 19px !important;
	line-height: 38px;
	height: 40px;
    padding: 6px 0 6px 52px;
	display: inline-block;
	background: url('../img/7/icon-link.svg') no-repeat left center;
}
.editor .doc-btn{
	letter-spacing: 0px;
	color: rgba(41, 41, 41, 1);
	font-weight: 500;
	font-size: 16px !important;
	line-height: 28px;
	height: 40px;
    padding: 6px 0 6px 52px;
	display: inline-block;
	background: url('../img/7/icon-download.svg') no-repeat left center;
}
.editor .link-blue{
	text-decoration: underline;
	letter-spacing: 0px;
	color: rgba(0, 19, 120, 1) !important;
	font-weight: 500;
	font-size: 19px;
	line-height: 38px;
}

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