@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 *,
.editor *:before,
.editor *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.editor {
	--family: 'Nunito Sans', 'Noto Sans HK', 'Noto Sans SC', 'Prompt', Arial, 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Heiti TC', STHeitiTC, 新細明體, 'PMingLiU';
	--prompt: 'Prompt', 'Nunito Sans', 'Noto Sans HK', 'Noto Sans SC', Arial, 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Heiti TC', STHeitiTC, 新細明體, 'PMingLiU';
	
	line-height: 1.55556;
    font-family: var(--family);
	font-size: 18px;
}

.editor * {
    font-family: var(--family);
}

.editor strong,
.editor em {
	font-family: inherit;
}

.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:#0F1010; line-height: 1.55556; font-size: 18px; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol { margin: 0; }

.editor ul, .editor ol { padding-left: 30px; }

.editor ul {
	list-style-image: url(img/bullet-point.svg);
	padding-left: 22px;
}

.editor ul li {
	padding-left: 8px;
}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#0F1010; font-size: inherit; }

.editor a:hover { color:#0F1010; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #0F1010;
}

.editor td, .editor th {
	word-break: break-word;
	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: calc(50% - 15px);
}

.editor .three-col .col {
	width: calc((100% - 60px) / 3);
}

.editor .four-col .col {
	width: calc(25% - 22.5px);
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 30px;
}

.editor .editor_home {
	font-family: var(--prompt);
	font-size: 55px;
	font-weight: 700;
}

.editor .editor_head {
	position: relative;
	line-height: 1.5;
	font-family: var(--prompt);
	font-size: 36px;
	font-weight: 700;
	padding-left: 47px;
}

.editor .editor_head:before {
	content: '';
	position: absolute;
    top: 27px;
	left: 0;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #C72026;
	margin-top: -13.5px;
}

.editor .editor_head + *,
.editor .editor_title + * {
	margin-top: 30px;
}

.editor .editor_title {
	line-height: 1.5;
	font-family: var(--prompt);
	font-size: 26px;
	font-weight: 700;
}

.editor .editor_subtitle {
	line-height: 1.5;
	font-style: italic;
	font-size: 20px;
	font-weight: 800;
	color: #707070;
}

.editor .editor_subtitle + * {
	margin-top: 20px;
}

.editor a.editor_link {
	display: inline-block;
	position: relative;
	line-height: 1.25;
	font-size: 16px;
	color: #FFFFFF;
	padding: 14px 39px;
	padding-left: 55px;
	border-radius: 24px;
	background: #EC4115;
}

.editor a.editor_link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
	margin-top: -7px;
}

.editor table.table-org {
	border-radius: 30px;
	overflow: hidden;
}

.editor table.table-org th,
.editor table.table-org thead td {
	line-height: 1.5;
	font-family: var(--prompt);
	font-size: 26px;
	font-weight: 700;
	padding: 24px 50px;
	background: #D0BDDF;
}

.editor table.table-org tbody td {
	padding: 25px 50px;
	background: #F5F5F5;
}

.editor table.table-org tbody tr:not(:last-child) td {
	border-bottom: solid 1px rgba(15, 16, 16, 0.5);
}

.editor iframe {
	max-width: 100%;
}

@media screen and (max-width: 1199px) {
	.editor .editor_home {
		font-size: 45px;
	}
	
	.editor table.table-org th,
	.editor table.table-org td {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media screen and (max-width: 768px) {
	.editor .editor_home {
		font-size: 38px;
	}
	
	.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-left: 0;
	}
	
	.editor table.table-org th,
	.editor table.table-org td {
		min-width: 150px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}