/*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: var(--second_color);
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px var(--second_color);
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 45px 0px;
	background-color:var(--primary_color);
	color: #fff;
}
	
	.footer_logo{
		width: 170px;
		margin: 0px auto;
		transition: 0.3s ease all;
		float: left;
	}
		.footer_logo a{
			display: block;
		}
			.footer_logo a img{
				width: 100%;
				height: auto;
			}
	
	






/*版腳主按鍵---------------------------------*/
.footer_navbar{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin: 0 0 15px;
	/* align-items: flex-start; */

	gap:  clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
}
	.footer_nav{
		/* font-size:16px; */
		font-size: clamp(0.8750rem, 0.8333vw, 1.0000rem); /* 14.00px , 0.8333vw , 16.00px */
		box-sizing: border-box;
		/* padding: 0 5px; */
	}
		.footer_nav a{
			text-decoration:none;
			display:block;
			font-weight: bolder;
			color:#fff;
			/* padding: 10px 20px; */
			padding: 0 clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
			padding-top: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
			padding-bottom: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */


			border-radius: 55px;
			background-color: var(--second_color);
			/* border-right:1px #7c7c7c solid; */
			box-shadow: 0px 0px 5px rgb(0 0 0 / 0.5);
		}
        .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: 23px;
		text-align: center;
		color:#d5d5d5;
	}
	
	
	
	
	
	
	
	/*版權宣告*/
	.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: 45px 0px;
}	
	
	
}


@media (max-width: 768px){
	
	.footer_navbar{
		float: none;
	}
	
}




@media (max-width: 768px){
	
/*版腳主按鍵---------------------------------*/
.footer_navbar{
	/* margin: -5px 0px 10px; */
}
	.footer_nav{
		/* font-size:14px; */
		/* padding: 5px 2px; */
	}
		.footer_nav a{
			padding: 5px 5px;
			border-radius: 5px;
			box-shadow: 0px 0px 5px rgb(0 0 0 / 0);
		}
}



@media (max-width: 375px){
	
}













