/*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: 46px; /*50px*/
			height: auto;
			aspect-ratio: 1 / 1;
			/* 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:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
			box-shadow: var(--fifth_color) 0px 0px 8px 0px;
			/* border: 1.2px solid rgba(134, 134, 134, 0.12); */
			/* outline: thick double var(--fifth_color); */
			outline:4px double var(--fifth_color);
		}
			/* .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: #fff;

				width: 12px;
				height: auto;
				aspect-ratio: 1 / 1;
				transition: all 400ms linear;
				animation: iconBounce 2s linear 0s infinite;
			}
			@keyframes iconBounce {
				0%,
				100%,
				20%,
				50%,
				80% {
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
				}
				40% {
					-webkit-transform: translateY(-8px);
					-ms-transform: translateY(-8px);
					transform: translateY(-8px);
				}
				60% {
					-webkit-transform: translateY(-5px);
					-ms-transform: translateY(-5px);
					transform: translateY(-5px);
				}
			}

			.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;
	/* 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: 46px;
		aspect-ratio: 1;
		/* height: 46px; */
		box-sizing:border-box;
		background-color: var(--dark_color_sec);
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 23px;
		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: 1100px){

	/*-- 浮動top鍵 --*/
	.topBtn{
		right: 11px;		
	}
	
		.topBtn a {
			width: 40px;
			/* height: 40px; */
		}
		/* .topBtn a svg {
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			} */
		

	/*-- 浮動社群鍵 --*/
	.social_btn_area {
    	right: 10px;
	}
		.social_btn a{
			width: 40px;
			/* height: 40px; */
		}	



}




			
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: clamp(0.9375rem, 1.0417vw, 1.2500rem) 0; /* 15.00px , 1.0417vw , 20.00px */
	background-color: var(--dark_color_sec);
	color: #fff;
}
	

	
	.footer_content .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.625rem; /*10px*/
	}

	/* 版腳內容區塊------------------------------ */
	.footer_content{
		font-size: 1rem;
	}
		.footer_contentIn{
		}
			.footer_contentItem{
				display: flex;
				flex-wrap: wrap;
				gap: 0.625rem 1.3021vw; /*10 25*/
			}
			.footer_content .footer_content_list{
				padding: 0;
				margin: 0;
				display: flex;
				align-items: center;
				font-size: inherit; 
				line-height: 1.2;
				font-weight: normal;
				gap: 0.625rem;
			}
			.footer_content .footer_content_list a{
				display: block;
				text-decoration: none;
				color: inherit;
			}
			.footer_content .footer_content_list a:hover{
				opacity: 0.5;
			}
			.footer_content .footer_content_list i{
				display: block;
				text-decoration: none;
				font-size: inherit;
			}

















	
	/*版權宣告--------------------------------------*/
	.copyright{
		color: #fff;
		font-size: 1rem; /*12px*/
		line-height: 1.5;
		/* margin-top: .625rem; */
		font-family: var(--foreign_font);
	}
		.copyright a{
			display: inline-block;
			box-sizing: border-box;
			color: inherit;
			text-decoration: none;
		}
		
	/*瀏覽器警示標語*/
	/* .browser_bg{
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		display: none;
	}
		.browser_bg a{
			color: #fff;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		} */
			

@media (max-width: 1350px){

	/* .footer_contentItem{
	}
	.footer_contentItem:nth-of-type(2) {
		padding-top: 15px;
	} */

		/*版權宣告-----------*/
		/* .copyright{
			margin-top: 15px;
		} */
}


@media (max-width: 1100px){
	
	.footer_contentItem {
		display: block;
		flex-wrap: unset;
		align-items: unset;
		grid-template-columns:none;
	}
	.footer_contentItem:nth-of-type(2) {
		/* padding-top: 15px; */
	}
		.footer_content .footer_content_list {
			/* font-size: 13px; */
			letter-spacing: 0.1px;
			padding: 3px 0;
			padding-right: 0px;
		}
			.footer_content .footer_content_list i {
				color: #ededed;
				background-color: #fff0;
				margin-right: 0px;
			}
	
}

@media (max-width: 375px){
	
}













