/*
==============================================
   框架
==============================================
*/
.footer	{
	width:100%;
	font-size:11px;
	font-size:1.1rem;
	position:relative;
	left:0;
	
	color:#666666;
	background: #000000;
	
	-webkit-transition:all .6s ease-in-out;
       -moz-transition:all .6s ease-in-out;
         -o-transition:all .6s ease-in-out;
            transition:all .6s ease-in-out;
}
.footer:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
	overflow: hidden;
}
.footer a:link { color:#cccccc; }
.footer a:visited { color:#cccccc; }
.footer a:hover { color:#ffffff; }
.footer a:active { color:#ffffff; }

.footerBg {
	background-color: #f7f7f7;
	position: absolute;
	width: 100%; height: 100%; top: 0; left: 0;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}


/*
==============================================
   社群分享
==============================================
*/
.social-bar {
	padding: 0px 0 20px;
	/*background-color: rgba(255,255,255,.5);*/
	text-align:center;
}
.social-bar > [class^="btn-"] { /*font-size:18px; font-size:1.8rem;*/ }
.footer .social-bar .socialIcon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 2px 5px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}
.footer .social-bar .socialIcon i {
	margin: 0;
	line-height: 24px;
}


/*
==============================================
   LOGO 官方頻道 其他資訊
==============================================
*/
.footer-info {
	position:relative;
	padding:30px 0 30px;
	background-color: rgba(255,255,255,.7);
}
.footer-info .footer-info-left { text-align: center; }
.footer-info.full .footer-info-left { text-align: left; float: left; width: 20%; margin-right: 2%; }
.footer-info.full .footer-info-right { float: left; width: 78%; }
.footer-logo img { max-height: 80px; }
.footer-logo ~ .footer-channel { margin-top: 20px; }


/*
==============================================
   電話 傳真 EMAIL 地址
==============================================
*/
.row.contactInfo {
	padding: 0;
	line-height: 1;
}
.row.contactInfo span:not(:last-child) { margin-right: 15px; }
.row.contactInfo span > span { margin-right: 5px; }
.footer-navBar ~ .row.contactInfo {
	border-top: 1px solid #eeeeee;
	padding-top: 23px;
	margin-top: 15px;
}


/*
==============================================
   footer-navBar
==============================================
*/
.row.footer-navBar {
	padding: 10px 0 0;
}


/*
==============================================
   瀏覽次數
==============================================
*/
.view-counts { float:left; color:#999999; margin-right:25px; line-height: 1; padding-top: 10px; }


/*
==============================================
   下導覽列
==============================================
*/
.footer-nav { float:right; z-index: 2; position: relative; line-height: 1; }
.footer-nav-menu, .footer-nav-menu ul, .footer-nav-menu li { list-style: none; margin: 0; padding: 0; position: relative; }
.footer-nav-menu li { font-size: 1.2rem; font-size: 12px; display: inline-block; vertical-align: text-top; }

.footer-nav-menu > li { padding-top: 10px; }
.footer-nav-menu > li > a { padding:0 15px; border-right:1px solid #efefef; }
.footer-nav-menu > li:last-child > a { padding-right:0; border-right:none; }

.footer-nav-menu ul { 
	display:none;
	min-width: 100%;
	left:0px;
	bottom: 100%;
	position:absolute;
	z-index:200;
	text-align:left;

	box-shadow: 0 2px 6px #cccccc;
}
.footer-nav-menu ul li { display: block; background-color: #ffffff; }
.footer-nav-menu ul li a {
	padding: 10px 15px;
	display: block;
}

/* level 3+ */
.footer-nav-menu ul ul {
	left: 100%;
	bottom: 20%;
}


/*
==============================================
   網站地圖
==============================================
*/
.row.sitemap { padding-top: 30px; padding-bottom: 0; }
.sitemap .wrapper {
	margin-bottom:20px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	width: 98%;
	margin-right:2%;
	font-size:13px;
	font-size:1.3rem;
}
.sitemap ul .title { color:#323232; padding-bottom:8px; font-size:16px; font-size:1.6rem; line-height: 1; }
.sitemap ul li { padding: 3px 0; }
.sitemap ul li a:link { color:#454545; }
.sitemap ul li a:visited { color:#454545; }
.sitemap ul li a:hover { color:#999999; }
.sitemap ul li a:active { color:#999999; }
.sitemap .wrapper > ul {
	width: 18.4%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.sitemap .wrapper > ul:nth-child(5n) { margin-right: 0; }
.sitemap .wrapper > ul:nth-child(n+6) { margin-top: 30px; }
.sitemap ul ul { margin-left: 15px; }
.sitemap ul ul li a::before {
	content: "\F142";
	font-family: 'MaterialDesignIcons';
	display: inline-block;
	color: #999999;
}


/*
==============================================
   版權宣告
==============================================
*/
.row.copyright {
	padding: 13px 0 0;
}
.footer-navBar ~ .row.contactInfo ~ .row.copyright {
	border-top: none;
	padding-top: 13px;
	margin-top: 0;
}
.footer-navBar ~ .row.copyright {
	border-top: 1px solid #eeeeee;
	padding-top: 23px;
	margin-top: 15px;
}


/*
==============================================
   goTop
==============================================
*/
.goTop {
	width:53px;
	height:53px;
	background:url(../../../images/icon/goTop.png) no-repeat left top;
	position:fixed;
	bottom:-56px;
	right:20px;
	z-index:101;
	cursor:pointer;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
         -o-transition:all 0.4s ease-in-out;
            transition:all 0.4s ease-in-out;
}
.goTop:hover {
	background:url(../../../images/icon/goTop.png) no-repeat left bottom;
}
.footerbottomNav + .footerbottomContact {
	margin-top: 10px;
	border-top: 1px solid #b4b4b4;
	padding-top: 10px; 
}


/*
==============================================
   社群與官方頻道icon
==============================================
*/
.footer .socialIcon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 2px 3px;
	text-align: center;
}
.footer .socialIcon i {
	margin: 0;
	line-height: 22px;
}
.footer .socialIcon img {
	max-width: 100%;
	max-height: 100%;
}
/*各種尺寸*/
.footer .socialIcon.s-18 { width: 18px; height: 18px; font-size: 16px; font-size: 1.6rem; }
.footer .socialIcon.s-20 { width: 20px; height: 20px; font-size: 18px; font-size: 1.8rem; }
.footer .socialIcon.s-24 { width: 24px; height: 24px; font-size: 22px; font-size: 2.2rem; }
.footer .socialIcon.s-26 { width: 26px; height: 26px; font-size: 24px; font-size: 2.4rem; }
.footer .socialIcon.s-28 { width: 28px; height: 28px; font-size: 26px; font-size: 2.6rem; margin: 4px 5px; }
.footer .socialIcon.s-30 { width: 30px; height: 30px; font-size: 28px; font-size: 2.8rem; margin: 4px 5px; }
.footer .socialIcon.s-32 { width: 32px; height: 32px; font-size: 30px; font-size: 3rem; margin: 4px 5px; }
.footer .socialIcon.s-34 { width: 34px; height: 34px; font-size: 32px; font-size: 3.2rem; margin: 4px 5px; }
.footer .socialIcon.s-36 { width: 36px; height: 36px; font-size: 34px; font-size: 3.4rem; margin: 4px 5px; }
.footer .socialIcon.s-38 { width: 38px; height: 38px; font-size: 36px; font-size: 3.6rem; margin: 4px 5px; }
.footer .socialIcon.s-40 { width: 40px; height: 40px; font-size: 38px; font-size: 3.8rem; margin: 4px 5px; }
.footer .socialIcon.s-42 { width: 42px; height: 42px; font-size: 40px; font-size: 4rem; margin: 4px 5px; }
.footer .socialIcon.s-44 { width: 44px; height: 44px; font-size: 42px; font-size: 4.2rem; margin: 6px 7px; }
.footer .socialIcon.s-46 { width: 46px; height: 46px; font-size: 44px; font-size: 4.4rem; margin: 6px 7px; }
.footer .socialIcon.s-48 { width: 48px; height: 48px; font-size: 46px; font-size: 4.6rem; margin: 6px 7px; }
.footer .socialIcon.s-50 { width: 50px; height: 50px; font-size: 48px; font-size: 4.8rem; margin: 6px 7px; }
.footer .socialIcon.s-52 { width: 52px; height: 52px; font-size: 50px; font-size: 5rem; margin: 6px 7px; }
.footer .socialIcon.s-54 { width: 54px; height: 54px; font-size: 52px; font-size: 5.2rem; margin: 8px 9px; }
.footer .socialIcon.s-56 { width: 56px; height: 56px; font-size: 54px; font-size: 5.4rem; margin: 8px 9px; }
.footer .socialIcon.s-58 { width: 58px; height: 58px; font-size: 56px; font-size: 5.6rem; margin: 8px 9px; }
.footer .socialIcon.s-60 { width: 60px; height: 60px; font-size: 58px; font-size: 5.8rem; margin: 8px 9px; }
.footer .socialIcon.s-62 { width: 65px; height: 65px; font-size: 60px; font-size: 6rem; margin: 8px 9px; }
.footer .socialIcon.s-64 { width: 64px; height: 64px; font-size: 62px; font-size: 6.2rem; margin: 8px 9px; }

.footer .socialIcon.s-18 i { line-height: 18px; }
.footer .socialIcon.s-20 i { line-height: 20px; }
.footer .socialIcon.s-24 i { line-height: 24px; }
.footer .socialIcon.s-26 i { line-height: 26px; }
.footer .socialIcon.s-28 i { line-height: 28px; }
.footer .socialIcon.s-30 i { line-height: 30px; }
.footer .socialIcon.s-32 i { line-height: 32px; }
.footer .socialIcon.s-34 i { line-height: 34px; }
.footer .socialIcon.s-36 i { line-height: 36px; }
.footer .socialIcon.s-38 i { line-height: 38px; }
.footer .socialIcon.s-40 i { line-height: 40px; }
.footer .socialIcon.s-42 i { line-height: 42px; }
.footer .socialIcon.s-44 i { line-height: 44px; }
.footer .socialIcon.s-46 i { line-height: 46px; }
.footer .socialIcon.s-48 i { line-height: 48px; }
.footer .socialIcon.s-50 i { line-height: 50px; }
.footer .socialIcon.s-52 i { line-height: 52px; }
.footer .socialIcon.s-54 i { line-height: 54px; }
.footer .socialIcon.s-56 i { line-height: 56px; }
.footer .socialIcon.s-58 i { line-height: 58px; }
.footer .socialIcon.s-60 i { line-height: 60px; }
.footer .socialIcon.s-62 i { line-height: 62px; }
.footer .socialIcon.s-64 i { line-height: 64px; }


/*
==============================================
   視差滾動
==============================================
*/
.footer-parallax { /*background-attachment:fixed;*/ background-repeat: repeat; }


.footer-top { margin:20px 0;}
.footer-top > div { 
	display: inline-block;
	vertical-align: middle;
	color: #dedede;
	font-size: 16px;
	cursor: pointer;
}
.footer-top > div > img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}
.footer-top > div.left-logo { width: 57%; }
.footer-top > div.right-logo { width: 42%; }
.footer-bottom {
	padding:20px 0 10px 0;
	border-top: 1px solid #666666;
}
.information { margin:0; float: left;}
.information li { 
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	border-right: 1px solid #cccccc;
	color: #cccccc;
	line-height: 1.2;
	padding:0 20px;
	font-size: 16px;
}
.information li:last-child { border-right:none; }

a.statement:hover { color: #ffffff; }

.qrcode {
	float: right;
    width: 80px; 
}
/*
==============================================
   responsive
==============================================
*/

@media screen and (max-width : 1024px) {
	.information { width: 90%; }
	.information li { padding:0 10px; margin-bottom:10px;  }

	.footer-top > div.left-logo { width: 95%; margin-bottom: 20px; }
	.footer-top > div.right-logo { width: 95%; }
}

@media screen and (max-width : 979px) {

}

@media screen and (max-width : 680px) {
	.footer-top > div { float:none; width: 100% !important; margin-bottom: 10px;}
	.information { text-align: left; width: inherit; float: none; }
	.information li {
		padding:0;
		display: block;
		margin-bottom: 10px;
		border-right: none;
	}
	.footer-top > div > img {
	    float: none;
	    display: block;
	    margin-bottom: 10px;
	}

	.qrcode { float: none; margin-bottom: 15px; }
}