/*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:var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#000;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			/* .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: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				width: 20px;
				height: 16px;
				fill: #000;
			}
			.topBtn a span {
				font-size: 0.9em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
		
			









/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* modify by peggy 20250630  */
	/* 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;
    }
	
	
/*--右側浮動youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--右側浮動linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--右側浮動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%);
	}

		
			
		
/*--右側浮動dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--右側浮動podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 浮動top鍵 --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		}
		.topBtn a svg {
			/* top: 10px; */
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 浮動社群鍵 --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}










	
			





/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 33px 0px;
	padding: clamp(1rem, 1.7188vw, 2.0625rem) 0px 0;
	background-color: #f6f6f6bd;
	color: #000;
}





	.footer_content{
		display: flex;
		justify-content: flex-start;
		/* width: 100%; */
		/* margin: 0 auto; */
		/* text-align: center; */
		/* flex-direction: column; */
		align-items: center;
		gap: 1.5rem;
		padding-bottom: clamp(.625rem,1.0417vw,1.25rem);
	}
		



		/*----- 版腳footer_logo -----*/
		.footer_logo{
			width: 4.25rem;
		}
			.footer_logo a{
				display: block;
				position: relative;
				padding-top: 81.91%;
			}
				.footer_logo a img{
					width:100%;
					height:auto;
					transition: all 0.3s ease-out;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: all 0.3s ease-out;

				}
		
	



		/*----- 版腳主按鍵 navbar -----*/
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 -15px;
		}
			.footer_nav{
				box-sizing: border-box;
			}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: #fff;
					padding: 0 15px;
				}



		/*----- 版腳資訊 footer_information -----*/
		ul.footer_information{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			color: #000;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			/* padding-bottom: 10px; */
			/* margin: 0 -20px; */
			font-size: 15px;
			gap: .9375rem;
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				padding: 0;
			}
				ul.footer_information li i{
				padding-right: 5px;
				}
					ul.footer_information li span{				
					}
						ul.footer_information li a{
							color: inherit;
							display: block;
							text-decoration: none;
						}
						ul.footer_information li a:hover{
							opacity: 0.7;
						}

	
	/*----- 版權宣告 -----*/
	.copyright{
		color: #000000;
		font-family: var(--foreign_font);
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 10px;
		padding: 10px 0;
		text-align: center;
		background-color: var(--primary_color);
	}
		.copyright a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
		}
		
	/*----- 瀏覽器警示標語 -----*/
	.browser_bg{
		color: #6c6c6c;
		/* text-align: center; */
		font-size: 12px;
		line-height: 16px;
	}
		.browser_bg a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		}
			





@media (max-width: 990px){

	.footer {
		padding: 20px 0px;
	}	
		


		/* 主按鍵 navbar */
		.footer_navbar{
			display: none;
		}
	
}


@media (max-width: 768px){
	
	/* 版腳資訊 footer_information */
	ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			padding: 5px 0px;
		}
		
		.footer_content{
			display: flex;
			justify-content: flex-start;
			/* width: 100%; */
			/* margin: 0 auto; */
			/* text-align: center; */
			flex-direction: column;
			align-items: center;
			gap: 1.5rem;
			padding-bottom: clamp(.625rem,1.0417vw,1.25rem);
		}
}

@media(max-width:540px){
		/*----- 版權宣告 -----*/
		.copyright{
			padding: 10px 0 40px;
		}
}




/*///////////////////////////*/
/*------- 版腳浮動選單 --------*/
/*///////////////////////////*/		 
/* 調整 手機版尾版 modify by Joanna 20251121  start*/

.fixedMenu_bg .in{
	display: flex;
	justify-content: space-between;
}

.fixedMenu_bg{
	display: none;
	position: fixed;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    box-sizing: border-box;
    transition: 0.3s ease all;
    bottom: 0px;
	border-top: 1px solid #d8d8d8;
}
	.fixedMenu_bg .list{
		/* float: left; */
		/* width: 25%; */
		width:20%;
		box-sizing: border-box;
	}
		.fixedMenu_bg .list a{
			display: block;
			text-decoration: none;
			text-align: center;
			padding: 5px;
			box-sizing: border-box;
			text-decoration: none;
		}
		.fixedMenu_bg .list a:hover{
			background-color: var(--fourth_color);
		}
			/* 圖片 */
			.fixedMenu_bg .list .icon{
				width: 20px;
				margin: 0px auto;
				position: relative;
			}

				.fixedMenu_bg .list .icon img{
					width: 100%;
					height: auto;
				}
				.fixedMenu_bg .list img.after{
					display: none;
				}

				/* active */
				.fixedMenu_bg .list.active img.before{
					display: none;
				}
				.fixedMenu_bg .list.active img.after{
					display: block;
				}

				.fixedMenu_bg .list.cart{					
				}
				.fixedMenu_bg .list.cart.active{					
				}
				.fixedMenu_bg .list.cart.active a{
					background-color: var(--primary_color);
				}
				/* 數量 */
				.fixedMenu_bg .list.cart .icon .quantity{
					position: absolute;
					top: -5px;
					right: -20px;
					width: 20px;
					line-height: 20px;
					border-radius: 20px;
					background-color: #636363;
					color:#ffffff;
					text-align:center;
					font-size:12px;
					letter-spacing:0px;
		
					display:inline-block;
					vertical-align: middle;	
					transition: 0.3s ease all;
				}


			/* 標題 */
			.fixedMenu_bg .list .title{
				font-size: 12px;
				color: #a1a1a1;
				padding-top: 7px;
				letter-spacing: 0;
			}

			/* active */
			.fixedMenu_bg .list.active .title{
				color: #555555;
			}




@media (max-width: 990px){


	/* 當前模式 active */
	/* 版腳浮動選單，後台需可設定參數讓使用者自由開啟 */
	.footer.active .fixedMenu_bg.show{
		display: block;
	}
	
	
}
/* 調整 手機版尾版 modify by Joanna 20251121  start*/

/*///////////////////////////*/
/*------- 版腳浮動搜尋區塊 --------*/
/*///////////////////////////*/
.fixedSearch_bg {
	display: none;
	position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
	height: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    box-sizing: border-box;
    transition: 0.3s ease all;
}

/* 當前模式 class 加 show */
.fixedSearch_bg.show{
	display: block;
	z-index: 999;
}

	.fixedSearch_bg .in{
		position: relative;
		width: 100%;
		height: 100%;
	}

		/* 搜尋區塊 */
		.fixedSearch_bg .search_bg{
			display: block;
			position: absolute;
			left: 50%;
			top: 35%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 60%;

			overflow: hidden;
			background: transparent;
			border: unset;
			box-shadow: unset;
			border-bottom: 1px solid #cccccc;

			box-sizing: border-box;
			padding: 0px;
			border-radius: 3px;
			z-index: 15;
			-webkit-transition: top .2s;
			transition: top .2s;
		}

			.fixedSearch_bg .search_bg .search_in{
				position: relative;
				width: 100%;
				padding: 0px 70px 0px 37px;
				box-sizing: border-box;
			}

				/* icon */
				.fixedSearch_bg .search_bg .icon{
					position: absolute;
					left: 7px;
					top: 50%;
					-webkit-transform:  translateY(-50%);
					transform:  translateY(-50%);

					width: 20px;
					height: 20px;
					line-height: 39px;
				}

				/* 輸入框 */
				.fixedSearch_bg .search_bg input[type="text"]{
					background: transparent;
					border: 0px;
					background-color: transparent;
					font-size: 15px;
					/* font-weight: bold; */
					line-height: 40px;
					height: 40px;
					padding: 0px;
					width: 100%;
					border-bottom: unset;
					border-radius: 0;
					color: #999999;
				}

				.fixedSearch_bg .search_bg input[type="submit"]{	
					position: absolute;
					right: 0px;
					top: 50%;
					-webkit-transform:  translateY(-50%);
					transform:  translateY(-50%);


					width: 60px;
					height: 32px;
					line-height: 35px;
					font-size: 14px;
					color: #ffffff;
					background-color: #555555;
					border-radius: 32px;
					z-index: 2002;
					text-align: center;
					letter-spacing: 0;
					
					z-index: 2002;
				}

				.fixedSearch_bg #searchClose_MB{	
					position: absolute;
					right: 11px;
   					top: 13px;
					text-decoration: none;
					z-index: 2002;
					color: #000000;
				}
					.fixedSearch_bg #searchClose_MB span{
						
					}
						.fixedSearch_bg .searchClose_MB{
							font-size: 45px;
							font-weight: lighter;
						}	

@media (max-width: 767px) {

	/* 版腳浮動搜尋區塊 */
	.fixedSearch_bg {
	}
}

@media (max-width: 641px) {

	/* 搜尋區塊 */
	.fixedSearch_bg .search_bg{
		width: 90%;
	}

	.fixedSearch_bg .in {
		padding: 0px 15px;
		box-sizing: border-box;
	}
}







/*//////////////////////////////////////////////////////*/
/*------- 手機_版腳浮動購物車區塊 --------*/
/*//////////////////////////////////////////////////////*/
.fixed_cart_bg {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	/* bottom: 49px; */
	/* bottom: -100%; */
	max-width: 15.4688rem;
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.95);
	box-sizing: border-box;
	transition: 0.3s ease all;
	box-shadow: rgba(50, 50, 93, 0.25) 0px -14px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	
}

	.fixed_cart_bg .in{
		position: relative;
		width: 100%;
		height: 100%;
	}

		/* 手機_版腳浮動購物車區塊 */
		.fixed_cart_bg .cart_bg{
			display: block;
			/* position: absolute; */
			/* left: 50%; */
			/* top: 35%; */
			/* -webkit-transform: translateX(-50%); */
			/* transform: translateX(-50%); */
			/* width: 60%; */
			/* overflow: hidden; */
			background: transparent;
			border: unset;
			box-shadow: unset;
			/* border-bottom: 1px solid #cccccc; */
			box-sizing: border-box;
			padding: 0px;
			border-radius: 3px;
			z-index: 15;
			-webkit-transition: top .2s;
			transition: top .2s;
			color: #333;
		}


			.fixed_cart_bg .cart_bg ul{
				padding: 0;
				margin: 0;
				list-style-type: none;
				display: block;
				font-size: 14px;
				text-align: center;
				/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	 */
				/* display: flex; */
			}
				.fixed_cart_bg .cart_bg li{
					padding: 0;
					margin: 0;
					list-style-type: none;
					display: block;
					/* width: 50%; */
				}
					.fixed_cart_bg .cart_bg li a{
						display: flex;
						padding: 8px 10px;
						/* border-bottom: 1px var(--fourth_color) solid; */
						justify-content: center;
						color: inherit;
						text-decoration: none;
					}
					.fixed_cart_bg .cart_bg li a:hover{
						opacity: 0.7;
					}
					.fixed_cart_bg .cart_bg li .quantity{	
						color: var(--fifth_color);		
					}
			/* .fixed_cart_bg .cart_bg .search_in{
				position: relative;
				width: 100%;
				padding: 0px 70px 0px 37px;
				box-sizing: border-box;
			} */

				/* icon */
				/* .fixed_cart_bg .cart_bg .icon{
					position: absolute;
					left: 7px;
					top: 50%;
					-webkit-transform:  translateY(-50%);
					transform:  translateY(-50%);

					width: 20px;
					height: 20px;
					line-height: 39px;
				} */

				/* 輸入框 */
				/* .fixed_cart_bg .cart_bg input[type="text"]{
					background: transparent;
					border: 0px;
					background-color: transparent;
					font-size: 15px;
					line-height: 40px;
					height: 40px;
					padding: 0px;
					width: 100%;
					border-bottom: unset;
					border-radius: 0;
					color: #999999;
				}

				.fixed_cart_bg .cart_bg input[type="submit"]{	
					position: absolute;
					right: 0px;
					top: 50%;
					-webkit-transform:  translateY(-50%);
					transform:  translateY(-50%);


					width: 60px;
					height: 32px;
					line-height: 35px;
					font-size: 14px;
					color: #ffffff;
					background-color: #555555;
					border-radius: 32px;
					z-index: 2002;
					text-align: center;
					letter-spacing: 0;
					
					z-index: 2002;
				} */

				.fixed_cart_bg #cart_Close_MB{	
					position: absolute;
					right: 11px;
   					top: 13px;
					text-decoration: none;
					z-index: 2002;
					color: #000000;
				}
					.fixed_cart_bg #cart_Close_MB span{
						
					}
						.fixed_cart_bg .cart_Close_MB{
							font-size: 45px;
							font-weight: lighter;
						}		

@media (max-width: 990px) {

	/* 手機_版腳浮動購物車區塊 */
	.fixed_cart_bg {
	}
	
	/* 當前模式 class 加 show */
	.fixed_cart_bg.show{
		display: block;
		z-index: 999;
	}
	

}

@media (max-width: 768px){
	.fixed_cart_bg {

		max-width: 12rem;
	}
}
@media (max-width: 641px) {

	/* 手機_版腳浮動購物車區塊 */
	.fixed_cart_bg .cart_bg{
		/* width: 90%; */
	}

	.fixed_cart_bg .in {
		/* padding: 0px 15px; */
		box-sizing: border-box;
	}
}
@media (max-width: 640px){
	.fixed_cart_bg {

		max-width: 10rem;
	}
}
@media (max-width: 540px){
	.fixed_cart_bg {

		max-width: 8.4375rem;
	}
}
@media (max-width: 400px){
	.fixed_cart_bg {

		max-width: 6.25rem;
	}
}
