@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: 'Open 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:rgba(79, 79, 79, 1); font-size: 17px; word-wrap: break-word; white-space: normal;     line-height: 1.883; letter-spacing: 0px;;}

.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:rgba(110, 184, 236, 1); font-size: inherit; }

.editor a:hover { color:rgb(77, 169, 235); }

.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: 65px;
	border-radius: 5px;
	overflow: hidden;
}

.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 p.contentTitle1{
	font-size: 34px;
	font-weight: bold;
	letter-spacing:0px;
}
.editor p.contentTitle2{
	font-size: 30px;
	font-weight: bold;
	letter-spacing:0px;
	color: #3C077B;
	line-height:  1.5;
}
.editor p.contentTitle3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}

.editor p.contentTitle4{
	font-size: 36px;
	color: #113165;
	font-weight: bold;
	letter-spacing: 0px;
}

.editor ul {
	list-style: none;
	padding-left: 0;
	list-style-type: none;;
}
.editor ul li{
	position: relative;
	list-style-type: none;;
	padding-left: 51px;
	line-height: 1.9rem;
	margin-bottom: 8.8px;
}
.editor ul li:last-child{
	margin-bottom: 0;
}
.editor ul li::before{
	content: '';
	position: absolute;
	top: 0.76em;
	left: 0px;
	width: 10px;
	height: 10px;
	background: #D9D9D9 0% 0% no-repeat padding-box;
}

.editor ol{
	list-style: none;
	counter-reset: item;
	padding-left: 0;
}
.editor ol li{
	counter-increment: item;
	margin-bottom: 20.5px;
	position: relative;;
	padding-left: 76px;
	line-height: 1.9rem;
}
.editor ol li:last-child{
	margin-bottom: 0;
}
.editor ol li::before{
	content: '0' counter(item);
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 5px;
	background-color: #6EB8EC;
	color: #fff;
	font-size: 17px !important;
	text-align: center;
	line-height: 35px;;
	position: absolute;
	left: 0;
	top:0;
	font-weight: bold;
}
.editor ol li:nth-child(n+10)::before{
	content: counter(item);
}
.editor a.link_link{
	display: table;
	position: relative;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 91px;
	box-sizing: border-box;
	margin:   19px 0;
	color: #4F4F4F;
	text-decoration: none;
	letter-spacing: 0px;
}
.editor a.link_link::before{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width:50px;
	height: 50px;
	border-radius: 5px;
	background-color: #8481D2;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon-link.svg');
}
.editor a.link_download{
	display: table;
	position: relative;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 91px;
	box-sizing: border-box;
	margin:   19px 0;
	color: #4F4F4F;
	text-decoration: none;
	letter-spacing: 0px;
}
.editor a.link_download::before{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width:50px;
	height: 50px;
	border-radius: 5px;
	background-color: #8481D2;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon-download.svg');
}
.editor table.red_table{
	width: 100%
}

.editor table.red_table tr:first-child td{
	border-bottom: 1px solid #7F8184;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height: 2rem;
	padding-bottom: 22px;
	padding-top: 0px;letter-spacing: 0px;
	background-color: transparent !important;
}
.editor table.red_table tr:first-child td:first-child{
	padding-left: 4px;;
}
.editor table.red_table tr td{
	line-height: 2rem;
	padding: 0px;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 24px;
	border-bottom: 1px solid #b7b7b7;
	padding-right: 15px;
	box-sizing: border-box;
	padding-left: 39px;
}
.editor table.red_table tr td:first-child{
	width: 31.4%;
	background-color: #EAEAF8;
	font-weight: bold;
}

.editor table.grey_table tr td{
	padding: 0;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b7b7b7;
	box-sizing: border-box;
	line-height:  21px;
}

.editor a{
	color: #3c799a;
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

}
@media screen and (max-width: 768px) {
	.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;
	}
}