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