﻿.footer-body {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
}
.footer-container {
	padding: 0px;
}
.footer-main-xs {
	background-position: right;
	border-top-style: solid;
	border-top-width: 2px;
	margin-top: 15px;
	display: table;
	width: 100%;
	background-image: url('../img/back_Footer.png');
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	border-top-color: #84329b;
}
.footer-main-xs-tel {
	margin: 20px 10px 20px 10px;
}
.footer-main-xs-tel a {
	padding: 5px;
	border-radius: 5px;
	background-color: #84329b;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	text-decoration: none;
}
.footer-main-xs-tel a:hover {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	color: #84329b;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	text-decoration: none;
}
.footer-main {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #f4f4f4;
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #84329b;
	display: table;
	width: 100%;
}
.footer-main-logo {
	width: 24%;
	list-style-type: none;
	float: left;
}
.footer-main-tel {
	width: 18%;
	float: left;
	list-style-type: none;
}
.footer-tel-ti {
	margin: 10px auto 5px auto;
	background-color: #FFFFFF;
	color: #00a3e0;
	padding: 3px;
	display: table;
	font-size: 16px;
	font-weight: bold;
}
.footer-copyright {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #eeeeee;
	width: 100%;
	display: table;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 14px;
}
.footer-tb-center {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.footer-tel-text {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-size: 14px;
}
.flogo-box1 {
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.flogo-box2 {
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.flogo-box2 img{
	margin-left: 10px;
}
.fido-ic img{
	width: 120px;
	margin-top: 10px;
}

@media screen and (max-width: 1170px) {
.footer-body {
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
}
.footer-main-logo {
	display: none;
}
.footer-main-tel {
	width: 24%;
	display: inline-block;
	list-style-type: none;
}
}
@media screen and (max-width: 768px) {
.footer-main {
	display: none;
}
.footer-copyright {
	display: none;
}
}
@media screen and (min-width: 768px) {
.footer-main-xs {
	display: none;
}
}
