@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);/*粗圓*/
@import url(reset.css);
@import url(style.css);
@import url(hover.css);
@import url(../fonts5.0/css/all.css);
/*文字區*/
.text_area {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.text_area h1 {
	font-family: "cwTeXYen", sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: hsla(359,99%,36%,1.00);
	margin-bottom: 10px;
}
.text_area h1 img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	float: left;
	clear: none;
	vertical-align: bottom;
}
.text_area ul {
	padding-left: 50px;
}
.text_area ul li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 5px;
}
.text_area p {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.text_area iframe {
	width: 100%;
	height: 300px;
}
/*快速撥號*/
/*fmenu*/
.fMenu {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 99999;
	left: 0;
	bottom: 0;
}
.fMenu ul {
}
.fMenu ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
.fMenu_c1{
	background-color: hsla(334,100%,50%,1.00);	
}
.fMenu_c2{
	background-color: hsla(334,100%,39%,1.00);
}
.fMenu_c3{
	background-color: #00b900;
}
.fMenu ul li:first-child {
	border: none;
}
.fMenu ul a li {
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	font-family: "微軟正黑體";
}
.fMenu ul a li i{
	font-size: 20px;
	margin-right: 10px;
}
/*pic*/
#pic_area {
	margin-top: 80px;
}
/*footer*/
#footer_bg {
	width: 100%;
	background-color: #000000;
}
#footer_area {
	margin: auto;
	width: 92%;
	float: none;
	clear: none;
	display: flex;
	flex-wrap: wrap;
	color: hsla(0,0%,100%,1.00);
	font-family: "微軟正黑體";
	padding-top: 20px;
	padding-bottom: 70px;
}
#footer_area a{
	color: hsla(0,0%,100%,1.00);
}
#footer_area a:hover{
	color: hsla(48,100%,52%,1.00);
}
#footer_left {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 24px;
}
#footer_right {
	float: right;
	clear: right;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: hsla(0,0%,65%,1.00);
}
#footer_right ul {
}
.f_icon {
	margin: auto;
	width: 100%;
	float: none;
	clear: none;
}
.f_icon ol {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	text-align: right;
}
.f_icon ol li {
	background-color: #FFFFFF;
	clear: none;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	height: 30px;
	border-radius: 30px;
	float: left;
}
.f_icon ol li i {
	font-size: 20px;
	margin: 0;
	width: 30px;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.f_icon ol li:hover {
	opacity: 0.8;
}
.facebook_color {
	color: #3d5593;
}
.line_color {
	color: #00d20f;
}
.mail_color {
	color: #ff3600;
}
/*header*/
#top_bg {
	display: none;
}
/*main*/
#main_area {
	width: 92%;
	padding-top: 10%;
	margin: auto;
	padding-bottom: 10%;
	float: none;
	clear: none;
}
.left_area {
	display: none;
}
.right_area {
	width: 100%;
	float: none;
	clear: none;
}
.banner_area {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: hsla(340,100%,98%,1.00);
	margin-bottom: 20px;
	border-left: 5px double hsla(340,81%,52%,1.00);
}
.banner_area img {
	display: none;
}
.banner_area h1 {
	font-family: "cwTeXYen", sans-serif;
	font-size: 26px;
	display: inline;
	float: left;
	line-height: 26px;
	margin-right: 10px;
}
.banner_area span {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	line-height: 26px;
	font-size: 16px;
	color: #E91E63;
	font-style: italic;
	float: left;
	clear: none;
	text-transform: capitalize;
}
.breadcrumbs {
	display: none;
	float: right;
	clear: none;
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 20px;
}
.breadcrumbs a {
	color: hsla(0,0%,0%,1.00);
}
.breadcrumbs a:hover {
	color: #fc0c60;
}
.breadcrumbs i {
	margin-right: 5px;
}

@media only screen and (min-width: 480px) {
/*footer*/
#footer_area {
	width: 94%;
}
/*main*/
#main_area {
	width: 94%;
	padding-top: 5%;
	margin: auto;
	padding-bottom: 5%;
	float: none;
	clear: none;
}
.breadcrumbs {
	display: inherit;
	line-height: 26px;
}
}

@media only screen and (min-width: 768px) {
/*footer*/
#footer_area {
	width: 96%;
}
#footer_right {
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
}
#footer_left {
	float: left;
	clear: left;
	width: 50%;
}
/*main*/
#main_area {
	width: 96%;
	padding-top: 3%;
	margin: auto;
	padding-bottom: 3%;
	float: none;
	clear: none;
}
.banner_area span {
	padding-top: 10px;
}
.banner_area img {
	padding-right: 0px;
	margin-right: 5px;
	width: 45px;
	line-height: 0px;
	float: left;
	clear: none;
	display: inline-block;
}
.banner_area h1 {
	font-size: 36px;
	line-height: 36px;
}
}

@media only screen and (min-width: 1000px) {
	/*fmenu*/
.fMenu {
	display: none;
}
/*pic*/
#pic_area {
	margin-top: 0px;
}
/*footer*/
#footer_area {
	width: 100%;
	max-width: 980px;
	padding-bottom: 20px;
}
/*header*/
#top_bg {
	display: inherit;
	width: 100%;
}
#top_area {
	width: 100%;
	margin: auto;
	max-width: 980px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#logo_area {
	display: inline-block;
	margin-right: 10px;
	width: 300px;
	max-width: 300px;
	float: left;
	clear: none;
}
#logo_area img {
	width: 100%;
}
#top_info_area {
	float: right;
	clear: none;
	width: 65%;
}
#top_info_area ul {
	float: right;
	clear: none;
	margin-top: 10px;
}
#top_info_area ul a{
	color: #000000;
}
#top_info_area ul li {
	clear: none;
	float: left;
	display: inline-block;
	margin-left: 20px;
}
#top_info_area ul li i {
	color: hsla(340,81%,52%,1.00);
	margin-right: 10px;
	float: left;
	clear: left;
	font-size: 30px;
	line-height: 40px;
}
#top_info_area ul li h1 {
	font-family: "微軟正黑體";
	font-size: 16px;
	float: left;
	clear: none;
	line-height: 20px;
}
#top_info_area ul li span {
	color: hsla(340,81%,52%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#top_ficon {
	padding-top: 7px;
	clear: none;
	width: 15%;
	float: right;
	padding-bottom: 5px;
}
#top_ficon ul {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	clear: none;
	margin-top: 0px;
}
#top_ficon ul li {
	background-color: #FFFFFF;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 35px;
	height: 25px;
	border-radius: 30px;
}
#top_ficon ul li i {
	height: 35px;
	padding-top: 5px;
}
.youtube_color {
	color: #ff3600;
}
#top_ficon ul li:hover {
	opacity: 0.8;
}
/*main*/
#main_area {
	width: 100%;
	margin: auto;
	max-width: 980px;
	padding-top: 3%;
	padding-bottom: 3%;
}
.left_area {
	width: 23%;
	float: left;
	clear: left;
	margin-bottom: 3%;
	display: inherit;
}
.left_menu_title {
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 2px;
	background-color: #E91E63;
	padding-right: 20px;
	padding-left: 20px;
}
.left_menu_title img {
	float: left;
	clear: left;
	margin-right: 10px;
	line-height: 0px;
}
.left_menu_title h1 {
	float: left;
	clear: none;
	color: rgba(255,255,255,1.00);
	font-family: "cwTeXYen", sans-serif;
	font-size: 30px;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left_menu {
	position: relative;
}
.left_menu ul {
	background-color: rgba(255,255,255,0.65);
	margin-bottom: 30px;
}
.left_menu ul li {
	font-family: "cwTeXYen", sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.left_menu ul a li i {
	margin-right: 5px;
	color: #fc0c60;
	font-size: 16px;
}
.left_menu ul a:hover li i {
	color: #FFFFFF;
}
.left_menu ul a {
	color: rgba(0,0,0,1.00);
}
.right_area {
	width: 75%;
	float: right;
	clear: right;
}
}

@media only screen and (min-width: 1160px) {
/*footer*/
#footer_area {
	max-width: 1160px;
}
/*header*/
#top_area {
	max-width: 1160px;
}
/*main*/
#main_area {
	max-width: 1160px;
}
}
