/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			border: solid 2px #007ec7;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 25px 0px 0px;
			color:#007ec7;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #007ec7;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 15px;
			}
			.topBtn a span {
				font-size:0.75em;
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #333;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #333;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
			
			
			
			
			
			
			
			
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 15px 0px;
	/*background-color:#916036;*/ /* 活動案樣式新增 modify by rita 20210413*/
	background-color:#00adba;
	color: #fff;
	
	/* modify by pekey 20210413 */
	margin-top: 20px;
}


/* 活動案樣式新增 modify by rita 20210415 start*/	
.logfooter{
	margin-top: 40px;
}	
/* 活動案樣式新增 modify by rita 20210415 end*/
	
	
	/*版腳主按鍵*/
	.footerNavbar{
		display:none;
		float:right;
		box-sizing:border-box;
	}
	
		.footerNav{
			display: inline-block;
			text-align: right;
		}	
		.footerNav a{
			display:block;
			text-decoration:none;
			text-align:right;
			font-size: 15px;
			line-height: 40px;
			padding: 0px 10px;
			color:#fff;
		}		

    
	.footerNav a:hover{
		opacity:0.5;
	}   	
	
	
	
	/*版腳資訊*/
	.footerInfoAres{
		float:left;
		/*float:right;*/
		box-sizing:border-box;
		padding-right: 10px;
	}
		.footerInfo_list{
			display: inline-block;
			box-sizing:border-box;
			padding-right: 10px;
		}    
		.footerInfo_list a{
			text-decoration:none;
			display: inline-block;
			line-height: 40px;
			font-size: 12px;
			color: #fff;
			vertical-align: middle;

		}    
	        
	.footerInfo_list a:hover{
		opacity:0.5;
	} 	
	
	
	
	
	/*copyright*/
	.copyright{
		text-align: center;
		/* float: left;*/
		box-sizing:border-box;
		line-height: 24px;
		font-size: 12px;
		color: #bdbdbd;
	}
	
	
	.copyright a{
		line-height: 24px;
		font-size: 12px;
		text-decoration:none;
		color: #bdbdbd;
	}	
	.copyright a:hover{
		opacity:0.5;
	}
	
	
	
		
	
	
	/*版腳社群*/
	.footerCommunityArea{
		float:right;
		box-sizing:border-box;
		/*padding-left: 10px;*/
	}
		.footerCommunity{
			display: inline-block;
    		box-sizing: border-box;
			padding-left: 10px;
		}	
			.footerCommunity a{
				display:block;
				text-decoration:none;
			}	
			.footerCommunity img{
				height: 20px;
				width:auto;
				vertical-align: -20%;
				margin-right: 4px;
			}	
			.footerCommunity span{
				line-height: 40px;
				font-size: 12px;
				color: #fff;
				vertical-align: middle;
			}			
	.footerCommunity a:hover{
		opacity:0.5;
	}                
				
				
				
	
	
@media (max-width: 1100px){

.footer {
    padding: 25px 0px 20px;
}


	/*copyright*/
	.copyright{
		float:none;
	}	

	/*版腳社群*/
	.footerCommunityArea{
		float:none;
		padding: 0px;
		display:block;
		text-align: left;
		margin: 12px 0px 0px;
	}
		.footerCommunity {
			padding-right: 10px;
			padding-left:0px;
		}
			.footerCommunity span {
				line-height: 22px;
			}

	
	/*版腳資訊*/
	.footerInfoAres{
		float:none;
		display: block;
		padding-right: 0px;
	}	
		/*.footerInfo_list{
			padding-right: 0px;
			letter-spacing: 0px;
		}*/	
		.footerInfo_list a {
			line-height: 22px;
		}
	
	
}

	
@media (max-width: 425px){
	
	.footerInfo_list{
		padding-right: 0px;
		letter-spacing: 0px;
	}	
}




