@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: 'Noto Sans TC', 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: 20px; word-wrap: break-word; white-space: normal; line-height: 40px; }

.editor ul li {
	list-style: none;
	position: relative;
	padding-left: 34px;
	margin-bottom: 30px;
}
.editor ul li:before {
	content: '';
	position: absolute;
	top: 15px;
    left: 3px;
	background: #C09B0F;
	width: 10px;
	height: 10px;
}
.editor ul li ul {
	margin-top: 17px;
}
.editor ul li ul li {
	padding-left: 30px;
}
.editor ul li ul li:before {
	background: none;
	border: 1px solid #C09B0F;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	left: 2px;
}

.editor ol {
	counter-reset: li;
}
.editor ol li {
	list-style: none;
	counter-increment: li;
	position: relative;
	padding-left: 60px;
    margin-bottom: 10px;
	line-height: 40px;
}
.editor ol li:before {
	content: counter(li);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #C09B0F;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: #fff;
    font-size: 20px;
}
.editor ol[style*="list-style-type: upper-alpha;"] li:before {
	content: counter(li, upper-alpha);
	background: #D8B11D;
}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#C09B0F; font-size: inherit; text-decoration: underline; }

.editor a:hover { color:#C09B0F; }

.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 .sub-title {
	display: inline-block;
    font-size: 26px;
	font-weight: bold;
    color: #C09B0F;
    letter-spacing: 0.52px;
    border: 1px solid #C09B0F;
    border-radius: 50px;
    padding: 10px 28px;
    margin-bottom: 34px;
}

.editor .sub-title2 {
	display: inline-block;
    font-size: 22px;
	font-weight: bold;
    color: #fff;
	background: #C09B0F;
    border-radius: 30px;
    padding: 8px 30px;
    margin-bottom: 40px;
}

.editor a.link,
.editor a.download {
	position: relative;
	padding-left: 65px;
	line-height: 50px;
	display: inline-block;
	margin: 10px 0;
	text-decoration: none;
	color: #000;
}
.editor a.link:before, 
.editor a.download:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	background-color: #C09B0F;
}
.editor a.link:before {
	background-image: url(../img/icon-link.svg);
}
.editor a.download:before {
	background-image: url(../img/icon-download.svg);
}

.editor .custom-table-head {
	padding: 10px 20px;
	background: #9C7C00;
	color: #fff;
	font-weight: bold;
}

.editor .custom-table-head2 {
	padding: 10px 20px;
	background: #00A1E9;
	color: #fff;
	font-weight: bold;
}
.editor .custom-table4{
	border-bottom:1px solid #00A1E9;
}
.editor .custom-table4 td {
	padding: 10px 20px;
    box-sizing: border-box;
}
.editor .custom-table4 tr td {
	background: #EBF9FF;
}
.editor .custom-table4 tr:first-child td {
	background: #CFF0FF;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.editor .custom-table4 td {
		padding: 10px 8px;
		/* display: block; */
		/* width: 100% !important; */
	}
}
	
.editor .custom-table5 tr:first-child td {
	background: #0063B3;
	font-weight: bold;
	color:#fff;
}
.editor .custom-table5 td {
	padding: 10px 20px;
    box-sizing: border-box;
	font-weight: bold;
	font-size:20px;
	background:#EBF9FF;
}

.editor .custom-table1 td {
	padding: 10px 20px;
}
.editor .custom-table1 td:nth-child(odd) {
	background: #FFFBEC;
}
.editor .custom-table1 td:nth-child(even) {
	background: #FFF8DF;
}
.editor .custom-table1 tr:first-child td {
	color: #fff;
	background: #C09B0F;
	font-weight: bold;
}
.editor .table-responsive-wrapper .custom-table1 tr:nth-child(odd) td {
	background: #FFFBEC !important;
	color: unset;
}
.editor .table-responsive-wrapper .custom-table1 tr:nth-child(even) td {
	background: #FFF8DF !important;
}
.editor .table-responsive-wrapper .custom-table1 tr td:first-child {
	color: #fff;
    background: #C09B0F !important;
    font-weight: bold;
	width: 30% !important;
}

.editor .custom-table2 tr {
	background: #F1F1F1;
	border-bottom: 2px solid #fff;
}
.editor .custom-table2 td {
	padding: 5px 20px;
}
.editor .custom-table2 td:first-child {
	color: #fff;
	background: #1868C4;
}

.editor .custom-table3 td {
	padding: 10px 20px;
}
.editor .custom-table3 tr td:first-child {
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}
.editor .custom-table3 tr:nth-child(3n+2) {
	background: #FFFBEC;
}
.editor .custom-table3 tr:nth-child(3n+2) td:first-child {
	background: #2792DB;
}
.editor .custom-table3 tr:nth-child(3n+3) {
	background: #FFF8DF;
}
.editor .custom-table3 tr:nth-child(3n+3) td:first-child {
	background: #187FC4;
}
.editor .custom-table3 tr:nth-child(3n+4) {
	background: #FFF4CE;
}
.editor .custom-table3 tr:nth-child(3n+4) td:first-child {
	background: #1173B4;
}
.editor .custom-table3 tr:first-child td {
	color: #fff;
	background: #C09B0F;
	font-weight: bold;
}

@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 .table-responsive-wrapper .custom-table3 tr td:nth-child(2) {
		width: 70% !important;
	}
}