@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);/*粗圓*/
.title_area {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-family: "cwTeXYen", sans-serif;
	margin-bottom: 20px;
	color: #e91e63;
}
.title_line {
	width: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	height: 5px;
	float: none;
	clear: none;
	background-color: #e91e63;
}
/*service*/
#service_bg {
	padding-top: 10%;
	padding-bottom: 5%;
}
#service_area {
	margin: auto;
	width: 92%;
	float: none;
	clear: none;
}
#service_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
#service_area ul li {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
#service_info {
	text-align: center;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.service_pic {
	border-radius: 50%;
	border: 10px solid #fff2f6;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 3px 0px hsla(0,0%,83%,1.00);
	box-shadow: 0px 2px 3px 0px hsla(0,0%,83%,1.00);
}
.service_pic img {
	width: 100%;
	border-radius: 50%;
}
.service_title {
	color: #e91e63;
	text-align: center;
	font-family: "cwTeXYen", sans-serif;
	font-size: 20px;
	line-height: 40px;
}
/*about*/
#about_bg {
	background-image: url(../images/a_bg.jpg);
	background-size: cover;
	background-position: left top;
	padding-top: 10%;
	padding-bottom: 10%;
}
#about_area {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
}
#about_area h1 {
	text-align: center;
	font-family: "cwTeXYen", sans-serif;
	font-size: 40px;
	color: hsla(0,0%,100%,1.00);
	margin-bottom: 20px;
}
#about_area h3 {
	font-family: "cwTeXYen", sans-serif;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}
#about_area p {
	text-align: center;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 30px;
	color: hsla(0,0%,100%,1.00);
}
#about_area ul {
	clear: none;
	text-align: center;
	margin-top: 30px;
}
#about_area ul li {
	display: inline-block;
	float: none;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
}
.about_pic {
	text-align: center;
}
.about_pic img{
	width: 100px;
}
.about_title {
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-family: "cwTeXYen", sans-serif;
	font-size: 24px;
	line-height: 40px;
}
/*news*/
#news_bg {
	padding-top: 10%;
	padding-bottom: 10%;
	background-color: #f4f4f4;
}
#news_area {
	margin: auto;
	width: 92%;
	float: none;
	clear: none;
}
#news_area ul {
	width: 100%;
}
#news_area ul li {
	width: 90.5%;
	margin-bottom: 20px;
	border: 1px solid hsla(340,81%,52%,1.00);
	background-color: hsla(0,0%,100%,1.00);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	border-radius: 50px;
}
.news_date {
	color: hsla(0,0%,0%,1.00);
	font-size: 18px;
	text-align: left;
	line-height: 26px;
}
.news_date i{
	margin-right: 5px;	
}
.news_title {
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 26px;
}
.news_title a{
	color: hsla(0,0%,0%,1.00);
}
.news_title a:hover{
	color:  hsla(340,76%,55%,1.00);
}
/*contact*/
#contact_bg {
	background-color: hsla(340,76%,55%,1.00);
}
#contact_area {
	margin: auto;
	width: 92%;
	padding-top: 10%;
	padding-bottom: 10%;
}
#contact_info {
	display: inline-block;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 0px;
}
#contact_icon {
	width: 70px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	clear: left;
}
#contact_icon img {
	width: 100%;
}
#contact_tel {
	color: hsla(0,0%,100%,1.00);
	font-size: 48px;
	display: inline-block;
	font-weight: bold;
	float: left;
}
#contact_tel h1 {
	font-size: 48px;
	font-weight: bold;
	float: left;
	line-height: 60px;
}
#contact_tel span {
	font-size: 20px;
	float: left;
	text-align: right;
	font-family: "cwTeXYen", sans-serif;
	font-weight: normal;
}
#contact_title {
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	font-size: 30px;
	line-height: 32px;
	font-family: "cwTeXYen", sans-serif;
	display: inline-block;
	float: left;
}
#contact_title h1 {
	font-size: 32px;
	line-height: 40px;
	float: left;
}
#contact_title span {
	font-size: 20px;
	line-height: 30px;
	float: left;
}
#contact_mail {
	color: hsla(340,76%,56%,1.00);
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 50px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	clear: none;
	font-family: "cwTeXYen", sans-serif;
	font-size: 26px;
}
#contact_mail i {
	margin-right: 10px;
}

@media only screen and (min-width: 480px) {
/*service*/
#service_bg {
	padding-top: 5%;
	padding-bottom: 2%;
}
#service_area {
	width: 94%;
}
/*about*/
#about_bg {
	padding-top: 10%;
	padding-bottom: 10%;
}
#about_area {
	width: 94%;
}
/*news*/
#news_bg {
	padding-top: 5%;
	padding-bottom: 5%;
}
#news_area {
    width: 94%;
}
	#news_area ul li {
	width: 93.5%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
/*contact*/
#contact_area {
	margin: auto;
	width: 94%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#contact_tel span {
	margin-left: 20px;
	line-height: 50px;
}
}
@media only screen and (min-width: 533px) {
#contact_title span {
	margin-left: 20px;
}
	}
@media only screen and (min-width: 768px) {
/*service*/
#service_bg {
	padding-top: 5%;
	padding-bottom: 5%;
}
#service_area {
	width: 96%;
}
#service_area ul {
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}
#service_area ul li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	clear: none;
	margin-bottom: 0px;
}
/*about*/
#about_bg {
	padding-top: 5%;
	padding-bottom: 5%;
}
#about_area {
	width: 96%;
}
/*news*/
#news_area {
    width: 96%;
}
		#news_area ul li {
	width: 95.5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.news_date {
	width: 15%;
	float: left;
	clear: left;
}
.news_title {
	font-family: "微軟正黑體";
	width: 85%;
	float: right;
	clear: none;
	/*多行文字限制*/
	display: -webkit-box;
	overflow: hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 2; /*要顯示的行數*/
	-webkit-box-orient: vertical;
}
/*contact*/
#contact_area {
	margin: auto;
	width: 96%;
	padding-top: 3%;
	padding-bottom: 3%;
}
#contact_info {
	display: inline-block;
	float: left;
	clear: none;
	width: 75%;
	margin-bottom: 0px;
}
}

@media only screen and (min-width: 1000px) {
/*service*/
#service_bg {
	padding-top: 3%;
	padding-bottom: 3%;
}
#service_area {
	width: 100%;
	max-width: 980px;
}
/*about*/
#about_bg {
	padding-top: 3%;
	padding-bottom: 3%;
}
#about_area {
	width: 100%;
	max-width: 980px;
}
.about_pic img{
	width: 100px;
}
/*news*/
#news_bg {
	padding-top: 3%;
	padding-bottom: 3%;
}
#news_area {
	width: 100%;
	max-width: 980px;
}
/*contact*/
#contact_area {
	width: 100%;
	max-width: 980px;
	padding-top: 2%;
	padding-bottom: 2%;
}
#contact_info {
	display: inline-block;
	float: left;
	clear: none;
	width: 80%;
	margin-bottom: 0px;
}
#contact_icon {
	width: 106px;
	display: inline-block;
	margin-right: 15px;
	clear: left;
	float: left;
}
#contact_tel {
	color: hsla(0,0%,100%,1.00);
	display: inline-block;
	float: left;
	width: 80%;
}
#contact_tel h1 {
	font-size: 50px;
	font-weight: bold;
	float: left;
	line-height: 60px;
}
#contact_tel span {
	font-size: 20px;
	float: left;
	clear: none;
	text-align: right;
	font-family: "cwTeXYen", sans-serif;
	font-weight: normal;
	margin-left: 10px;
	line-height: 60px;
}
#contact_title {
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	font-family: "cwTeXYen", sans-serif;
	display: inline-block;
	float: left;
	clear: none;
	width: 80%;
}
#contact_title h1 {
	font-size: 32px;
	line-height: 40px;
	float: left;
}
#contact_title span {
	font-size: 32px;
	line-height: 40px;
	margin-left: 10px;
}
#contact_mail {
	font-size: 30px;
}
}

@media only screen and (min-width: 1160px) {
/*service*/
#service_area {
	max-width: 1160px;
}
/*about*/
#about_area {
	max-width: 1160px;
}
/*news*/	
#news_area {
	max-width: 1160px;
}
/*contact*/
#contact_area {
	max-width: 1160px;
}
}
