/*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 #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 25px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #4c4944;
				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: #005e32;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #005e32;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
				
				
				
				
				
				
				
				
				
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 45px 0px;
	background-color:#00311d;
	color: #fff;
	position:relative;
	margin:10px 0px 0px;
}
.footer:before {
	position:absolute;
	content:"";
	left:0px;
	top: -10px;
	width:100%;
	height:10px;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c57b20+0,f4f196+25,ea9d2a+50,f4f196+75,c57b20+100 */
background: rgb(197,123,32); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(197,123,32,1) 0%, rgba(244,241,150,1) 25%, rgba(234,157,42,1) 50%, rgba(244,241,150,1) 75%, rgba(197,123,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(197,123,32,1) 0%,rgba(244,241,150,1) 25%,rgba(234,157,42,1) 50%,rgba(244,241,150,1) 75%,rgba(197,123,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(197,123,32,1) 0%,rgba(244,241,150,1) 25%,rgba(234,157,42,1) 50%,rgba(244,241,150,1) 75%,rgba(197,123,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57b20', endColorstr='#c57b20',GradientType=1 ); /* IE6-9 */
	
	
}	
	
	
	.footer .wrap {
		/*background: #333;*/
	}
	
	
	.footer_logo{
		max-width:300px;
		margin:0 auto;
	}
	
		.footer_logo a{
			display:block;
		}
			.footer_logo img{
				width:100%;
				height:auto;
			}
		.footer_logo a:hover img{
			opacity:0.5;
			transform:scale(0.8);
			transition: all 0.3s ease-out;
		}		
		
		
	
	/*footer主按鍵區*/
	.footer_navbar{
		/*margin: 70px -30px 70px;*/
		margin: 70px -1% 70px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
	}
				
	/*footer主按鍵*/
	.footer_nav{
		width: 20%;
		padding: 0px 1%;
		/*padding: 0px 30px;*/
		box-sizing: border-box;
	}
		.footer_nav a{
			text-align: center;
			text-decoration:none;
			color:#fff;
			font-size:20px;
			line-height:25px;
			border:1px #fff solid;
			padding: 5px 5px;
			display: block;
		}
		.footer_nav a:hover{
			opacity:0.5;
			transition: all 0.3s ease-out;
		}	
	
	
	/*copyright*/                                                                                    
	.copyright{
		text-align:center;
		color:#bdbdbd;
		font-size:16px;
		line-height:20px;
	}
		.copyright a{
			text-decoration:none;
			color:#bdbdbd;
			/*font-size:16px;
			line-height:20px;*/
		}
		.copyright a:hover{
			opacity:0.5;
		}		
		
	
	
	
	
	
	
	
	
	
	
	

@media (max-width: 1350px){
	
		/*footer主按鍵*/
		.footer_nav a{
			font-size:15px;
			line-height:20px;
		}	
	
}
	
@media (max-width: 1080px){
	
		/*footer主按鍵*/
		.footer_nav a{
			font-size:13px;
			/*line-height:20px;*/
			letter-spacing:0px;
		}	
	
}	
	
@media (max-width: 768px){

.footer {
    padding: 30px 0px;
}
	.footer_logo{
		max-width:150px;
	}
	
	.footer_navbar {
		flex-wrap: wrap;
		margin: 15px auto;
		justify-content: center;
	}	
		.footer_nav {
			width: inherit;
			padding: 0px 5px;
		}
			.footer_nav a {
				border: 0px #fff solid;
				padding: 5px 5px;
			}
			
		.copyright {
			font-size: 12px;
			line-height: 15px;
		}			
			
	
}	
	
	
	

			
	
@media (max-width: 425px){

	.footer {
		padding: 40px 0px;
	}
		.footer_navbar {
			margin: 20px auto;
		}
}








