/*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: 3.125rem; /*50*/
			aspect-ratio: 1;
			border: solid 2px #555555;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 1.5625rem 0px 0px;
			color:#555555;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 0.75rem #555555;
				border-left: solid 0.5rem rgba(0,0,0,0);
				border-right: solid 0.5rem rgba(0,0,0,0);
				top: 0.5rem;
				left: 50%;
				transform: translateX(-50%);
				transition:0.3s ease all;
			}
			.topBtn a span {
				display: block;
				font-size: 0.75em;
				font-family: var(--foreign_foreign);
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #000000;
					transition:0.3s ease all;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #000000;
						transition:0.3s ease all;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
			

			/* modify by peggy 20250728 start */
			@media (max-width: 990px){
				.topBtn a:before {
					top: 50%;
					transform: translate(-50%,-50%);
				}
			}
			/* modify by peggy 20250728 end */
			







/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	    bottom: 181px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin:0.4375rem 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:0.75rem;
		line-height: 1;
		text-align:center;
		width: 3.125rem; /*50*/
		aspect-ratio: 1;
		box-sizing:border-box;
		background-color: #fff;
		border-radius: 50%;
		position:relative;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}		
	.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;
	}



/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) {


}


@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: 30px 0px 0px; */
	background-color: #000000;
	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_content{
		padding: 1.875rem 0;
	}
		.footer_content .wrap {
			/* width: 100%; */
			/* max-width: 1360px; */
			display: flex;
			align-items: center;
			justify-content: space-between;
			row-gap: clamp(.625rem,1.0417vw,1.25rem);
		}
	
		
		/* 放三塊 每個33% RWD掉下去*/
		.footer_navbar{
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			/* margin: 0 -20px; */

			gap: .625rem; /*20*/
			flex: 1;
			width: 50%;
		}

			.footer_nav{
				/* width: calc(100% / 7); */

				width: calc((100% / 3) - (2 * .625rem / 3)); /* 7欄平均寬度，扣除間距*/

				box-sizing: border-box;
				display: inline-block;
				vertical-align: top;
				/* padding:  0 20px; */
				text-align: left;
				padding: 0;
				display: flex;
				flex-direction: column;
				align-items: unset;
				justify-content: flex-start;
				gap: .625rem;
			}
				.footer_navTit{
					
				}
				.footer_navTit a{
					font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16px , 0.9375vw , 18px */
					color: #fff;
					padding: 10px 0;
					text-decoration: none;
					cursor: default;
				}
				

				

				.footer_navIn a{
					font-size: clamp(0.875rem, 0.7813vw, 0.9375rem); /* 14px , 0.7813vw , 15px */
					color: #A6A6A6;
					line-height: 1.2;
					white-space: nowrap;
				}

				.footer_navIn:hover a{
					opacity: 0.7;
					text-decoration: none;					
				}

		.footer_navbar_right{
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 1.25rem;
			width: 50%;
		}
				
		/* 訂閱電子報 */
		.footer_newsLetter{
			/* float: right;width: 33.3%;
			width: 290px;	 */
			/* display: none; */
		}

			.footer_newsLetterTit{
				font-size: 1.125rem;
    			color: #fff;
				padding: 10px 0px;
			}

			.footer_newsLetterContent p{
				padding: 10px 0px 10px;
			}
				.newsLetterInput{
					padding: 0px 0px 10px;
				}

				.newsLetterButton{
					display: inline-block;
				}
					.newsLetterButton input[type="submit"] {
						width: 56px;
						height: 36px;
						background: #434343;
						font-size: 1rem;
						line-height: 36px;
						box-sizing: border-box;
						border-radius: unset;
					}












	.footer_information{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		flex-direction: row;
		justify-content: center;
		padding: 20px  0;
		background-color: var(--primary_color);
	}	
	
	.footer_information_left,
	.footer_information_right{
		display: flex;
		flex-direction: column;
		gap: 5px;
		max-width: calc(100% - (5vw * 2));
		margin: 0 auto;
	}

		.footer_informationIn{
			font-size: 0.875rem;
			line-height: 1.5;
			position: relative;
			padding: 0 10px;
		}

		.footer_informationIn:first-of-type:after,
		.footer_informationIn:nth-of-type(2):after{
			/* content: '';
			width: 1px;
			height: 15px;
			background-color: #fff;
			position: absolute;
			right: 0; */
		}


	
		
		@media (max-width: 990px){
			.footer_content .wrap {
				flex-direction: column;
			}
			.footer_navbar{
				justify-content: center;
				width: 100%;
			}
			.footer_nav{
				text-align: center;
			}
			.footer_navbar_right{
				justify-content: center;
				width: 100%;
				flex-wrap: wrap;
			}
			.footer_information_left,
			.footer_information_right{
				display: flex;
				flex-direction: column;
				gap: 5px;
				max-width: 70%;
				width: 100%;
				margin: 0 auto;
			}
		}


		


	/*版權宣告*/
	.copyright{
		color: #fff;
		text-align: center;
		font-size: 0.7813rem;
		line-height: 16px;
		padding: 10px 0;

		font-family: var(--foreign_foreign);
		background-color: var(--fourth_color);
		
	}
		.copyright a{
			color: #fff;
			font-size: 0.7813rem;
			line-height: 16px;
			
		}






		
	/*瀏覽器警示標語*/
	.browser_bg{
		color: #fff;
		text-align: center;
		font-size: 0.75rem;
		line-height: 16px;
	}
		.browser_bg a{
			color: #fff;
			font-size: 0.75rem;
			line-height: 16px;
			text-decoration: underline;
		}







@media (max-width: 640px){

	.footer_navbar {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		margin: 0 0px;		
	}
		.footer_nav{
			width: 100%;
			/* padding-right: 0;
			padding-bottom: 10px;
			margin-bottom: 10px; */
			padding: 0 0 0px;
			border-bottom: 1px solid #fff;
			text-align: left;
		}
		
			.footer_navTit{
				padding: 15px 20px 15px 0;
				position: relative;
			}
			.footer_navTit:before {
				position: absolute;
				transition: 0.3s ease all;
				font-family: 'Bootstrap-icons';
				content: '\F282';
				top: 50%;
				right: 0px;
				transform: translateY(-50%);
				color: #fff;
				font-size: 15px;
				transform-origin: center;
			}
			.footer_navTit.active:before {
				transform: translateY(-50%) rotate(180deg);
			}
			.footer_navIn{
				display: none;
			}

	.footer_newsLetter {
		width: 100%;
		margin-top: 0;
		padding-right: 0;
	}

	
	.footer_information{
		text-align: left;
		width: 100%;
		margin: 0 auto;
	}
		.footer_informationIn {
			padding: 5px 0;
		}
	
	.copyright{
		text-align: left;
	}
}








