/*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: 20px;
		z-index: 99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			border: solid 2px #55728b;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background-color:#55728b;
			padding: 25px 0px 0px;
			color: #ffffff;

			opacity: 0.8;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				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;
				color:#ffffff;
				letter-spacing: 0;
			}
				/*hover*/
				.topBtn a:hover {
					border: solid 2px #87a1b8;
					background-color:#87a1b8;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #ffffff;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #ffffff;
					}
				
				.topBtn a:hover span {
					color: #ffffff;
				}	

			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					

			
@media (max-width: 641px) {
	.topBtn a {
		width: 40px;
		height: 40px;
		padding: 18px 0px 0px;
	}

		.topBtn a:before {
			border-bottom: solid 8px #ffffff;
			border-left: solid 5px rgba(0,0,0,0);
			border-right: solid 5px rgba(0,0,0,0);
			top: 6px;
			left: 13px;
		}
		.topBtn a:hover:before {
			border-bottom: solid 8px #ffffff;
		}
			.topBtn a span {
				font-size: 0.75em;
			}
}					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 25px 0px;
	background-color: rgba(34, 34, 34, 1 );
	color: #fff;
	position: relative; /* feather新增20220225 */
}

	.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;
	}
}


/* feather新增20220225 ---start */
/* 酒類警告------------------------------------ */
.footer_warning{
	width: 100%;
	padding: 10px 0 15px;
	background-color: rgba(34, 34, 34, 0.95);
	text-align: center;
	position: fixed;
	/* position: unset; */
	bottom: 0px;
	z-index: 98;
}
/* 酒類警告 移除 */
.footer_warning.hide{
	display: none;
}


	.warning_text{
		display: inline-block;
	}
		.footer_warning h2{
			font-size: 35px;
			font-weight: normal;
			line-height: 1.4;
			margin: 0;
			color: #fff;
		}
		.footer_warning p{
			font-size: 18px;
			font-weight: lighter;
			line-height: 1.4;
			margin: 0;
			font-family: monospace;
			color: #fff;
		}
			.warning_img{
				display: inline-block;
				width: 68px;
				padding-left: 10px;
				vertical-align: bottom;
			}
				.warning_img img{
					width: 100%;
					height: auto;
				}

/* 酒類警告撐高度 */
.footerwarningbottom{
	height: 0;
}
/* 酒類警告撐高度  移除 */
.footerwarningbottom.hide{
	display: none;
}


@media (max-width: 990px){
	.warning_text{
	}
		.footer_warning h2{
			font-size: 26px;
		}
		.footer_warning p{
			font-size: 14px;
		}
	.warning_img{
		width: 50px;
	}
}

@media (max-width: 768px){
	.warning_text{
	}
		.footer_warning h2{
			font-size: 20px;

		}
		.footer_warning p{
			font-size: 12px;
		}
	.warning_img{
		width: 44px;
	}
}
/* feather新增20220225 ---end */





/*版腳主按鍵---------------------------------*/
.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 rgb(0 0 0 / 0);
		}
}



@media (max-width: 375px){
	
}





/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 20px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*標籤說明*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--右側浮動FB--*/
.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }




/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	

/*--右側浮動youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    

	/*--右側浮動IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

