@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: 'Roboto','Noto Sans HK','Noto Sans TC', 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:#000000; font-size: 18px; word-wrap: break-word; white-space: normal; letter-spacing: 0.54px;line-height: 2;}

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

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

.editor p.contentTitle{
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 2.88px;
	color: rgba(113, 205, 211, 1);
}
@media (max-width: 1199px) {
	.editor p.contentTitle{
		letter-spacing: 2px;
		font-size: 50px;
		margin-bottom: 3px;
	}
}
@media (max-width: 767px) {
	.editor p.contentTitle{
		letter-spacing: 1.92px;
		font-size: 48px;
		margin-bottom: 6px;
	}
}
.editor p.contentTitle2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1.6px;
	color: #71CDD3;

}

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

.editor ul li{
	list-style: none !important;
	list-style-type: none !important;
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
	margin-bottom: 5px;
}
.editor ul li:last-child{
	margin-bottom: 0;
}
.editor ul li::after{
	content: '';
	position: absolute;
	left: 0;
	top:11px;
	background-color: #26696D ;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.editor ol{
	counter-reset: item;
}
.editor ol li{
	list-style: none !important;
	list-style-type: none !important;
	position: relative;
	box-sizing: border-box;
	padding-left: 70px;
	margin-bottom: 4px;
	padding-top: 15px;
}
.editor ol li:last-child{
	margin-bottom: 0;
}
.editor ol li::after{
	content: counter(item);
	position: absolute;
	counter-increment: item;
	left: 0;
	top:11px;
	border:2px solid  #71CDD3 ;
	color: #71CDD3 ;
	box-sizing: border-box;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 19px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.editor a.link_link, .editor a.download_link{
	position: relative;
	display: table;
	box-sizing: border-box;
	padding-left: 70px;
	font-size: 18px;
	letter-spacing: 0.54px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.editor a.link_link::before, .editor a.download_link::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:50px;
	height: 50px;
	border-radius: 50%;
	background-color: #26696D;
	background-repeat: no-repeat;
	background-position: center center;
}
.editor a.link_link::before{
	background-image: url('../img/1/3/icon_download.svg');
}
.editor a.download_link::before{
	background-image: url('../img/1/3/icon_link.svg');
}
/*delete*/
/* @media (max-width: 767px) {
	.editor p{
		font-size: 16px;
	}
} */
