@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: 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: 1rem; line-height: 1.8824; word-wrap: break-word; white-space: normal; }

.editor ul,
.editor ol {
	list-style-type: none;
	margin: 0;
}

.editor ul {
	padding-left: 24px;
}

.editor ul li {
	position: relative;
	padding: 5px 0;
}

.editor ul li:before {
	content: '';
	position: absolute;
	top: 0.9412rem;
	left: -24px;
	--width: 8px;
	--height: 8px;
	width: var(--width);
	height: var(--height);
	background: var(--high-background-color);
	margin-top: 1px;
}

.editor ul ul {
	margin-top: 5px;
	margin-bottom: -5px;
}

.editor ol {
	counter-reset: ol;
	padding-left: 50px;
}

.editor ol li {
	position: relative;
	line-height: 1.76471;
	padding: 10px 0;
}

.editor ol li:before {
	counter-increment: ol;
	content: counter(ol);
	position: absolute;
	top: 0.882355rem;
	left: -50px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 1.05882rem;
	color: #ffffff;
	background: #00aeef;
	margin-top: -8px;
}

.editor ol ol {
	counter-reset: subol;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.editor ol ol li:before {
	counter-increment: subol;
	content: counter(subol, lower-alpha) '.';
	left: -18px;
	width: 18px;
	text-align: left;
	color: #00aeef;
	background: transparent;
}

.editor ol li.highon:before {
	background: var(--high-background-color);
}

.editor ol ol li.highon:before {
	color: var(--high-color);
	background: transparent;
}

.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: 40px;
}

.editor .text-left {
	float: right;
	margin-left: 40px;
}

.editor .text-right ~ * .colors:not(a),
.editor .text-left~ * .colors:not(a) {
    display: unset;
}

.editor .round-border {
	border-radius: 30px;
}

.editor .two-col,
.editor .three-col,
.editor .four-col {
	font-size: 0;
	white-space: nowrap;
}

.editor .three-col + .three-col {
	margin-top: 18px;
}

.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: 48.75%;
}

.editor .three-col .col {
	width: 31.666%;
}

.editor .four-col .col {
	width: 23.125%;
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 2.5%;
}

.editor .watermark_box {
	text-align: center;
}

.editor .watermark_box > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.editor .watermark_box .watermark_text {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: right;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	caret-color: #000000;
	padding: 0 18px;
}

.editor a.bannerBtn {
	display: inline-block;
	font-size: 1.47059rem;
	font-weight: 700;
	padding: 16px 52px;
	margin-top: 34px;
	vertical-align: top;
}

.editor .colors {
	display: inline-block;
	vertical-align: top;
}

.editor .colors:not(a) {
	padding: 0 0.15em;
	margin: 0 -0.15em;
}

.editor .bannerTitle {
	line-height: 1.1556;
	font-size: 5.29412rem;
	font-weight: 900
}

.editor .introTitle {
	font-size: 2.35294rem;
	font-weight: 700;
}

.editor .programmeTitle {
	line-height: 1.2;
	font-size: 2.94118rem;
	font-weight: 900;
}

.editor .editorTitle {
	font-size: 1.76471rem;
	font-weight: 900;
	color: #00aeef;
	--high-color: #0f5c86;
	margin-bottom: 44px
}

.editor .editorSubtitle {
	line-height: 1.28572;
	font-size: 1.64706rem;
	font-weight: 700;
	color: #00aeef;
	--high-color: #0f5c86;
	margin-bottom: 22px;
}

.editor .buttonLink {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}

.editor .buttonLink a {
	display: block;
	line-height: 2.4;
	font-size: 1.47059rem;
	font-weight: 700;
	padding: 0 40px;
}

.editor a.roundLink {
	border-radius: 1.764708rem;
}

.editor a.externalLink,
.editor a.downloadlLink {
	display: inline-block;
	position: relative;
	width: 100%;
	line-height: 2.94118;
	padding-left: 68px;
	margin: 10px 0;
	vertical-align: top;
}

.editor a.externalLink:before,
.editor a.downloadlLink:before {
	content: '';
	position: absolute;
	top: 1.47059rem;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(img/icon_link.svg) no-repeat center center, #374ea2;
	margin-top: -25px;
}

.editor a.downloadlLink:before {
	background: url(img/icon_download.svg) no-repeat center center, #00aeef;
}

.editor a.downloadlLink.highon:before {
	background-color: var(--high-background-color);
}

.editor .councilLink {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 6.5px 0;
}

.editor .councilLink:before {
	content: '';
	position: absolute;
	top: 0.9412rem;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(img/icon_council.svg) no-repeat center center;
	margin-top: -15px;
}

.editor .mce-object-video,
.editor video {
	max-width: 100%;
	height: auto;
}

.editor .table-event td {
	padding: 9px 0;
	border-bottom: solid 1px #e7e7e7;
}

.editor .table-event th {
	font-size: 1.29412rem;
	padding: 6px 0;
	color: var(--default-color);
	border-bottom: solid 1px var(--default-color);
}

@media (max-width: 1799px) {
	.editor .bannerTitle {
		line-height: 1.16667;
		font-size: 3.52941rem;
	}
	
	.editor a.bannerBtn {
		margin-top: 39px;
	}
}

@media (max-width: 1199px) {
	.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
		line-height: 1.75;
		font-size: 1.17647rem;
	}
	
	.editor .introTitle {
		line-height: 1.21053;
		font-size: 2.23529rem;
	}
	
	.editor .programmeTitle {
		line-height: 1.28571;
		font-size: 2.05882rem;
	}
	
	.editor a.bannerBtn {
		line-height: 1.75;
		font-size: 1.17647rem;
		padding: 10px 20px;
		margin-top: 30px;
	}
	
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 767px) {
	.editor .bannerTitle {
		line-height: 1.25;
		font-size: 2.35294rem;
	}
	
	.editor a.bannerBtn {
		margin-top: 32px;
	}
	
	.editor .programmeTitle {
		line-height: 1.5;
		font-size: 1.76471rem;
	}

	.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: 30px;
	}
	
	.editor .col .councilLink {
		margin: 0;
	}
	
	.editor .col + .col .councilLink {
		margin-top: -23.5px;
	}
	
	.editor .two-col + .two-col .col:first-child .councilLink {
		margin-top: 6px;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-left: 0;
	}
}