* { font-family: 'Calibri', '微軟正黑體', 'Microsoft JhengHei'}

.l-section { background-color: #fff; }

.main-banner-container {
	background-color: #fff;
}

.footer-copyright {
	display: block;
	line-height: 1.5;
}

.topics-pager {
	display: none;
}
.topics-list {
	margin: 0;
	background-color: #fff;
}

#topics-0 {
	padding: 5vh 0 0vh;
	font-size: 24px;
	line-height: 32px;
	color: #a31016;
	height: auto;
}
#topics-0 div:nth-child(1) {
	/*min-height: calc(100vh - 217px);*/
	min-height: 100vh;
	margin: 0 20vw;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	/*#topics-0 div:nth-child(1) {
		min-height: calc(100vh - 201px);
	}*/
}
@media (max-width: 1024px) {
	.topics-list {
		min-height: calc(100vh - 238px) !important;
	}
	#topics-0 div:nth-child(1) {
		min-height: calc(100vh - 349px);
	}
}
.topics-list {
	margin: 0;
	background-color: #fff;
}

#topics-0 h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px #a31016 solid;
}
#topics-0 h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 2px #a31016 solid;
}
#topics-0 div {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
#topics-0 ul {
	margin-left: 25px;
}
#topics-0 li {
	font-size: 14px;
}
#topics-0 div a {
	color: #a31016;
}
#topics-0 label {
	font-weight: 100;
}

.l-footer {   
	background-color: #540000;
}
@media (min-width: 1025px) {
	.l-sizedetect {
		display: none;
	}
	.s-footer {   
		display: none;
	}
}

@media (max-width: 1024px) {
	.main-banner-container { padding-bottom: 0; }
	#topics-0 {
		padding: 5vh 15vw 0vh;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-0 div:nth-child(1) {
		margin: 0 0;
	}
}

@media (max-width: 435px) {
	#topics-0 {
		padding: 5vh 5vw 0vh;
		font-size: 18px;
		line-height: 24px;
	}
	#topics-0 h2 {
		font-size: 24px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	#topics-0 h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 2px;
		font-weight: 400;
	}
	#topics-0 div {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 18px;
		font-weight: 100;
		text-align: justify;
	}
}