@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: 'Nunito Sans', 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; line-height: 30px; }

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

.editor .about{
    display: inline-block;
	padding: 0 5px 10px 0px;
	border-bottom: 2px solid #1783cf;
	box-sizing: border-box;
	margin-bottom: 22px;
	margin-top: 8px;
}

.editor .about .about-title1{
	vertical-align: bottom;
	display: inline-block;
	color: #1783cf;
	font-size: 28px;
	font-weight: 700;
	margin-right: 10px;
	line-height: 40px;
	letter-spacing: 0.4px;
}

.editor .about .about-title2{
	vertical-align: bottom;
	display: inline-block;
	color: #1783cf;
	font-size: 17px;
	font-weight: 700;
	margin-right: 25px;
	line-height: 30px;
	letter-spacing: 0.4px;
}

.editor .about .about-title3{
	vertical-align: bottom;
	display: inline-block;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	margin-right: 0px;
	line-height: 30px;
	letter-spacing: 0.4px;
}

.editor .rating-title{
	font-size: 28px;
	font-weight: 700;
	color:#003867;
	letter-spacing: 0.5px;
	line-height: 30px;;
}

.editor .rating-title2{
	font-size: 22px;
	font-weight: 700;
	color:#1783cf;
	letter-spacing: 0.3px;
	line-height: 30px;
	margin-top: 21px;
	margin-bottom: 18px;
}

/* point */
.editor ul.ul_style1 {
	padding-left: 20px;
	list-style-type: none;
}

.editor ul.ul_style1 ul {
	list-style: none;
	counter-reset: css-counter 0;
}
.editor ul.ul_style1 li:last-child {
	margin-bottom: 32px;
}
.editor ul.ul_style1 li {
	list-style: none; 
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.editor ul.ul_style1 li::before {
	content: '';
	text-align: center;
	vertical-align: middle;
	background-color: #1783cf;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
    left: -20px;
	top: 10px;
}
.editor ul.ul_style1 li span{
	margin-left: 3px;
	letter-spacing: 0.6px;
}
/* number */
.editor ol.ul_style_number {
	position: relative;
    list-style-type: none;
	padding-left: 35px;
}

.editor ol.ul_style_number ol {
    list-style: none;
	position: relative;
    counter-reset: css-counter 0;
}
.editor ol.ul_style_number li {
    list-style: none;
    margin-bottom: 20px;
    display: block;
    counter-increment: css-counter 1;
    position: relative;
}
.editor ol.ul_style_number li::before {
    content: '';
	background-color: #1783cf;
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
	border-radius: 50%;
    bottom: 10px;
    left: -22px;
}
.editor ol.ul_style_number li::after {
    content: counter(css-counter);
    color: #1783cf;
    width: 30px;
    height: 30px;
	font-weight: 700;
    margin-left: -24px;
    position: absolute;
    left: -10px;
	font-size: 17px;
    top: 0px;
}
.editor ol.ul_style_number li span {
    color: rgb(0, 0, 0);
    line-height: 30px;
	margin-left: 15px;
}
/* download */
.editor a.ul_style_download{
    list-style-type: none;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
.editor a.ul_style_download::after {
    content: url("../../site/img/download-icon.svg");
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
}
.editor a.ul_style_download::before {
    content: '';
    background-color: #00afba;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
	border-radius: 5px;
}
.editor .ul_style_download{
    position: relative;
}
.editor a.ul_style_download{
    color: rgb(0, 0, 0);
    line-height: 40px;
}
/* link */
.editor a.ul_style_link{
    list-style-type: none;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
.editor .ul_style_link{
    position: relative;
}
.editor .ul_style_link::after {
    content: url("../../site/img/link-icon.svg");
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
}
.editor .ul_style_link::before {
    content: '';
    background-color: #1783cf;
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.editor a.ul_style_link{
    color: rgb(0, 0, 0);
    line-height: 40px;
}
/* table */
.editor .table1{
	letter-spacing: 0.3px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
}

.editor .table1 th{
	line-height: 25px;
	padding: 8px 0px;
	box-sizing: border-box;
	border-bottom: 4px solid #1783cf;
	font-size: 17px;
	font-weight: 700;
	color:#1783cf;
}

.editor .table1 th:nth-child(1){
	width: 150px;
}
.editor .table1 th:nth-child(2){
	width: calc(100% - 150px);
}
.editor .table1 td{
	line-height: 28px !important;
	vertical-align: top;
	padding: 19px 0px 19px 0px;
	border-bottom: 1px solid #c3ddf0;
	font-size: 17px;
}
.editor .table1 td p{
	line-height: 25px !important;
}
.editor .table1 td:nth-child(1){
	width: 150px;
}
.editor .table1 td:nth-child(2){
	width: calc(100% - 150px);
}
@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;
	}
}