@charset "utf-8";
.about_box {
	margin-right: 3em;
	margin-bottom: 0em;
	margin-left: 3em;
	padding-top: 5em;
	padding-right: 5em;
	padding-bottom: 0em;
	padding-left: 5em;
}
.about_title {
	text-align: center;
	background-image: url(../img/line.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 5em;
}
.about_title h1 {
	font-family: "微軟正黑體";
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
}
.about {
	font-family: "微軟正黑體";
	font-size: 1.2em;
	color: #666;
	text-align: left;
	line-height: 30px;
}


@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){
	.about_box {
	padding: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.about_title {
	margin-bottom: 3em;
}

	}
@media(max-width:768px){}
@media(max-width:640px){}
@media(max-width:480px){}
@media(max-width:320px){}
.about img {
	width: 100%;
	margin-bottom: 2em;
}

.about h4 {
	font-family: "微軟正黑體";
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.about p {
	margin-bottom: 1.2em;
}
