@charset "utf-8";
/* CSS Document */


.about-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.about-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.about-content {
	float: left;
	width: 100%;
}

.about-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.about-top .title {
	float: left;
	color: #0f2882;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {

	.about-top .title {
		font-size: 2.05em;
		margin-top: 10px;
	}

}

.about-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

