@font-face {
  font-family: 'Lexend';
  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: 'Lexend',Arial, 'Microsoft JhengHei', 微軟正黑體, '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: 17px; word-wrap: break-word; white-space: normal; }

.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%;
}
/* list point */
.editor ul.ul_style1 {
	list-style-type: none;
	padding-left: 15px;
}

.editor ul.ul_style1 ul {
	list-style: none;
	counter-reset: css-counter 0;
}
.editor ul.ul_style1 li {
	list-style: none; 
	margin-top: 6px;
	margin-bottom: 11px;
	display: block;
	position: relative;
	padding-left: 15px;
}
.editor ul.ul_style1 li::before {
	content: url('../../site/img/1/2/bullet-point.svg');
	text-align: center;
	vertical-align: middle;
	display: inline-block; 
	width: 11px;
	height:11px;
	position: absolute;
	border-bottom-left-radius:4px;
	left: -12px;
	top: 0;
}
/* .editor ul.ul_style1 li::after {
	content: '';
	font-size: 18px;
	background-color: #EF7F00;
	width: 7px;
	height: 7px;
	margin-left: -1em;
	margin-right: 10px;
	position: absolute;
	left: 8px;
    top: 7.5px;
} */
.editor ul.ul_style1 li span{
	color: rgb(0, 0, 0);
}
/* list-number */
.editor ol.ul_style2 {
	list-style-type: none;
	padding-left: 15px !important;
}

.editor ol.ul_style2 ul {
	list-style: none;
	counter-reset: css-counter 0;
}
.editor ol.ul_style2 li {
	list-style: none; 
	margin-bottom: 20px;
	display: block;
	counter-increment: css-counter 1;
	position: relative;
	padding-left: 35px;
}
.editor ol.ul_style2 li::before {
	content: '';
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EF7F00;
	display: inline-block; 
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
    top: -3.5px;
    left: -14.5px;
}
.editor ol.ul_style2 li::after {
	content: counter(css-counter);
	font-size: 16px;
	font-weight: 400;
	color: #EF7F00;
	width: 30px;
	height: 30px;
	margin-left: -1em;
	margin-right: 10px;
	position: absolute;
	left: 12px;
    top: -3px;
}
.editor ol.ul_style2 li span{
	color: rgb(0, 0, 0);
}
/* Download */
.editor a.ul_style_download{
    list-style-type: none;
    list-style: none;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 60px;
	line-height: 50px;
}
.editor a.ul_style_download::after {
    content: url("../../site/img/1/4/download-icon.svg");
    position: absolute;
    width: 50px;
    height: 50px;
    top: 4px;
    left: 0px;
}
.editor a.ul_style_download::before {
    content: '';
    background-color: #EF7F00;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.editor .ul_style_download{
    position: relative;
}
.editor a.ul_style_link{
    color: rgb(0, 0, 0);
    line-height: 40px;
}
/*  */
/* .editor a.ul_style_link{
    list-style-type: none;
    list-style: none;
} */
.editor a.ul_style_link{
    list-style-type: none;
    list-style: none;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 42px;
	padding-left: 60px;
	line-height: 50px;
}
.editor .ul_style_link{
    position: relative;
}
.editor .ul_style_link::after {
    content: url("../../site/img/1/4/link-icon.svg");
    position: absolute;
    width: 50px;
    height: 50px;
    /* top: calc(50% - 15px);
    left: calc(50% - 15px); */
	top: 3px;
    left: 0;
}
.editor .ul_style_link::before {
    content: '';
    background-color: #90B908;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    left: 0px;
}
/* NEW Title */
.editor .title1{
	color:#EF7F00;
	font-size: 22px;
	letter-spacing: 0.6px;
	line-height: 31px;
	margin-top: -4px;
    margin-bottom: 10px;
}
.editor .title2{
	position: relative;
	font-size: 30px;
	color: #000;
	letter-spacing: 1.2px;
	line-height: 31px;
	padding-bottom: 30px;
	margin-top: 15px;
	margin-bottom: 2px;
}
.editor .title2::after{
	content:"";
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #90B908;
	bottom: 0;
	left: 0;
}
@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;
	}
}