@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: 18px; word-wrap: break-word; white-space: normal; line-height: 35px; }

.editor ul, .editor ol { margin: 0; }

.editor ol { padding-left: 25px; }

.editor li {
	margin-bottom: 20px;
}
.editor ul li {
	position: relative;
	list-style: none;
	padding-left: 20px;
}
.editor ul li:before {
	content: '';
	position: absolute;
	top: 13px;
    left: 0;
	border-radius: 50%;
	background: #468FAA;
	width: 8px;
	height: 8px;
}
.editor ul li.with-link-icon:before {
	top: 18px;
}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#1389EA; font-size: inherit; }

.editor a:hover { color:#1389EA; }

.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:#468FAA; 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 .subtitle {
	font-size: 24px;
	font-weight: bold;
	color: #133B4A;
}

.editor a.link,
.editor a.download {
	position: relative;
	padding-left: 52px;
	line-height: 42px;
	display: inline-block;
}
.editor a.link:before, 
.editor a.download:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #E4F7FF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
.editor a.link:before {
	background-image: url(/20241029130151oe_/https://www.fed.cuhk.edu.hk/img/icon_link.png);
}
.editor a.download:before {
	background-image: url(/20241029130151oe_/https://www.fed.cuhk.edu.hk/img/icon_doc.png);
}

.editor a.doc-btn {
	display: inline-block;
	position: relative;
	background: #A6E5CC;
	border-radius: 12px;
	font-size: 20px;
	color: #133B4A;
	padding: 11px 56px 11px 95px;
}
.editor a.doc-btn:before {
	content: '';
	position: absolute;
	top: -8px;
    left: 16px;
	width: 60px;
	height: 60px;
	border: 4px solid #A6E5CC;
	border-radius: 50%;
	background: #fff url(/20241029130151oe_/https://www.fed.cuhk.edu.hk/img/icon_doc.png) no-repeat center/22px;
}
.editor a.doc-btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
    right: 30px;
	width: 11px;
	background: url(/20241029130151oe_/https://www.fed.cuhk.edu.hk/img/arrow_detail.png) no-repeat center/11px 22px;
}

.editor .custom-table {
	width: 100%;
}
.editor .custom-table tr {
	border-bottom: 1px solid #93A5AC;
}
.editor .custom-table tr:first-child {
	border: 0;
}
.editor .custom-table th,
.editor .custom-table td {
	padding: 8px 20px;
}
.editor .custom-table th {
	color: #133B4A;
	font-weight: bold;
}
.editor .custom-table tr:first-child th:first-child,
.editor .custom-table tr:first-child td:first-child {
	border-top-left-radius: 10px;
}
.editor .custom-table tr:first-child th:last-child,
.editor .custom-table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}
.editor .custom-table.style1 tr:first-child th,
.editor .custom-table.style1 tr:first-child td {
	background: #E4F7FF;
}
.editor .custom-table.style2 tr:first-child th,
.editor .custom-table.style2 tr:first-child td {
	background: #EDFAF5;
}

@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;
	}
}