/*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;
		font-weight: bold;
    	font-family: 'Montserrat', sans-serif;
	}
		.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: #f5d124;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #f5d124;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 25px 0px;
	background-color:#476e54;
	color: #fff;
}
	
	.footer_logo{
		display: none;
		width: 90px;
		margin: 0px auto;
		transition: 0.3s ease all;
	}
		.footer_logo a{
			display: block;
		}
			.footer_logo a img{
				width: 100%;
				height: auto;
			}
	
@media (max-width: 900px){
	.footer_logo{
		display: block;
		width: 90px;
		margin: 0px auto;
		transition: 0.3s ease all;
	}
}






/*版腳主按鍵---------------------------------*/
.footer_navbar{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: solid #e6e6e646 0.5px;
	/* align-items: flex-start; */
}
	.footer_nav{
		font-size:16px;
		box-sizing: border-box;
		padding: 0 5px;
	}
		.footer_nav a{
			text-decoration:none;
			display:block;
			font-weight: bolder;
			color:#fff;
			padding: 5px 10px;
			border-radius: 5px;
			/* border-right:1px #7c7c7c solid; */
		}
        .footer_nav:last-child a{
        	border-right:0px #7c7c7c solid;
        }

		.footer_nav a:hover{
		    opacity:0.5;
		    transition: 0.3s ease all;
		}







	
	/*版腳資訊*/
	.footer_information{
		font-size: 13px;
		line-height: 22px;
		text-align: center;
		color:#d5d5d5;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}

	.footer_informationTit{
		display: block;
		font-weight: bold;
	}

	.footer_informationIn{
		padding-left: 16px;
	}

		.footer_informationIn a{
			text-decoration: none;
			color:#d5d5d5;
		}

		.footer_informationIn a:hover{
			opacity: 0.7;
		}

		.footer_informationIn img{
			width: 12px;
			padding-right: 4px;
		}
	
	
	
	
	
	
	
	/*版權宣告*/
	.copyright{
		color: #9b9b9b;
		text-align: center;
		font-size: 12px;
		line-height: 14px;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
	}
		.copyright a{
			text-decoration:none;
			color: #9b9b9b;
			font-size: 12px;
			line-height: 14px;
		}
		.copyright a:hover{
			opacity:0.5;
		}		
		
	/*瀏覽器警示標語*/
	.browser_bg{
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}
		.browser_bg a{
			color: #fff;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		}
			


@media (max-width: 1024px){


.footer {
	padding: 20px 0px;
}	
	
	
}


@media (max-width: 768px){
	
	.footer_navbar{
		float: none;
	}

	.footer_information{
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: solid #e6e6e646 0.5px;
	}

	

		.footer_informationTit{
			width: 100%;
			padding-bottom: 10px;
		}

		.footer_informationIn{
			width: 100%;
			padding-left: 0;
		}
	
}




@media (max-width: 768px){
	
/*版腳主按鍵---------------------------------*/
.footer_navbar{
	margin: -5px 0px 5px;
}
	.footer_nav{
		font-size:14px;
		padding: 5px 2px;
	}
		.footer_nav a{
			padding: 5px 5px;
			border-radius: 5px;
			box-shadow: 0px 0px 5px rgba(0,0,0,0);
		}
}



@media (max-width: 375px){
	
}













