/*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:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			.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: #0068b7;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #0068b7;
					}
				
			/*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: 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 {
	display: none;
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
	/* display: none; */
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--右側浮動linkedInBtn--*/	
.linkedInBtn {
	display: none;
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--右側浮動Twitter--*/	
.twitterBtn {
	display: none;
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--右側浮動IG--*/		
.igBtn {
	display: none;
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--右側浮動dcard--*/	
.dcardBtn{  
	display: none;  
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--右側浮動podcast--*/
.podcastBtn{	
	display: none;
}
	.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: 30px 0px;
	background-color:var(--fourth_color);
	color: #fff;
}
	
	
	
	

	/*版腳主按鍵*/
	.footer_navbar {
		text-align: center;
		/* padding: 0px 0px 20px; */
		/*background: #E4E4D6;*/
		/*padding: 15px 0px 0px;*/
	}
	
	.footer_navbar > .wrap {
		/* max-width: 100rem; 
		width: 75%;*/
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: center; */
		/* vertical-align: top;
		display: grid;
		grid-template-columns: auto 1fr; */
		gap: 25px;
		gap: clamp(.9375rem , 1.3021vw , 1.5625rem); /*15 - 25*/
		width: 90%;

		align-items: flex-start;
		display: grid;
		/* grid-template-columns: 2.5fr clamp(4.188rem, 1.987rem + 3.55vw, 6.25rem) minmax(16.25rem , 1fr); */
		/* grid-template-columns:clamp(19.313rem, 11.045rem + 13.35vw, 27.063rem) clamp(4.188rem, 1.987rem + 3.55vw, 6.25rem)  minmax(16.25rem , auto); */
		/* grid-template-columns:clamp(25.688rem, 14.087rem + 18.73vw, 36.563rem) clamp(4.188rem, 1.987rem + 3.55vw, 6.25rem)  minmax(16.25rem , auto); */
		grid-template-columns:clamp(25.688rem, 14.087rem + 18.73vw, 36.563rem) clamp(3.549rem, 0.001rem + 5.73vw, 6.875rem)  minmax(16.25rem , auto);
	}
	
		.footer_nav {
			font-size: 1.125em;
			line-height: 1.11;
			letter-spacing: .0938rem;
			color: #888;
			box-sizing: border-box;
			position:relative;
			/* width: 33.3%; */
			text-align: left;
			font-weight: bold;
			padding: 0px 0px;

			width: calc((100% / 3) - (2 * clamp(0.323rem, 0.52vw, 0.625rem) / 3)); /* 3欄平均寬度，扣除間距 */
		}
			
			.footer_nav a {
				color: #333;
				display:block;
				text-decoration: none;
			}
				.footer_nav a:hover {
				}					
			
			
			.footer_navOpen{
				padding: 10px 0px 0px;
			}
				.footer_navList{
				}
					.footer_navList a{
						font-size: 12px;
						text-decoration: none;
						color: #585858;
						background: url(../images/sitemap-link-off.png) -5px 1px no-repeat;
						padding: 0px 0px 0px 10px;
					}
					/*hover*/
					.footer_navList a:hover{
						color: #555;
					}
					
	.footer_right{
		/* padding-bottom:10px; */
	}		
				
	.footer_inArea{
		/* width: 45%; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		box-sizing: border-box;
}
	
	.footer_inArea2{
		/* width:55%; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		row-gap: clamp(0.645rem, 1.04vw, 1.25rem);
		column-gap: clamp(0.323rem, 0.52vw, 0.625rem);

		max-width: 31.25rem;
    	margin-left: auto;
	}
		
		
		/*版腳資訊區*/
		.footerInfoArea {
			color:#000;
			font-size:.9375em;
			font-size: 1em;
			line-height:1.25;
			text-align: center;
			text-align: left;
			padding-bottom: 5px;
		}
			.footerInfoArea span {
				position:relative;
				padding:0px 0px 0px 0px;
			    display: block;

			}
			.footerInfoArea span a {
				color:#000;
				text-decoration:none;
			}	
			.footerInfoArea span a:hover {
				opacity:0.5;
			}					
				.footerInfoArea span:before {
					content: attr(data-title);
					display:inline-block;
				}

				.footerInfoArea span:after {
					position:absolute;
					/* content:'|'; */
					left:-12px;
					top: -1px;
				}
				span.mobile_type{
					display: none;
				}
					.footerInfoArea span:nth-of-type(1):after{
						display:none;
					}
				
			.copyright {
				line-height:1.2;
				font-size: 12px;
				font-size: inherit;
				font-size: .75rem;
				color: #000;
				text-align: left;
				font-size: 0.9em;
			}
				.copyright a {
					color:#000;
					font-size: inherit;
				}

			.footermove{
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
			}

			.footermove span:first-child{
				padding-right: 10px;
			}






			.footer_inArea3{

			}
				.footer .qRcode{
					
				}
					.footer .qRcode img{
						width: 100%;
						height: auto;
					}




















/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	.footer_navbar > .wrap {
		
		width: 85%;
		
	}
}

	@media (max-width: 1320px){
		.footerInfoArea{
			/* width: 100%; */
			/* font-size:14px; */
			/* line-height:24px; */
			/* text-align: center; */
		}
			.footerInfoArea span{
				padding: 0px 0px 0px 0px;
			}
		.footer_inArea{
			/* width: 100%; */
			/* text-align: center; */
		}
		.copyright{
			/* width:100%; */
			/* text-align: center; */
		}
	
		

		.footermove{
			/* 水平置中 */
			justify-content: center; 
			justify-content: flex-start;
			align-items: center; 
		}
	
	}


@media (max-width: 990px){

	.footer_navbar > .wrap {
		max-width: 90%;
		display: flex;
		flex-direction: column-reverse;
	}
		/* .footer_nav {
			width: 12.5%;
			padding: 25px 5px 0px;
		} */
			.footer_navOpen{
				/*min-height: 125px;*/
			}

			.footer_inArea2 {
				margin-left: 0;
			}
				.footer_nav{
					width: calc((100% / 2) - (1 * clamp(0.323rem, 0.52vw, 0.625rem) / 2));
				}

			.footer_inArea3{
				order: 1;
			}

				.footer .qRcode {
					max-width: 100px;
				}
						
}





@media (max-width: 768px){
	.footer{
		padding: 30px 0px 30px 0px;		
	}
	.copyright{
		/* line-height: 24px; */
	}
}



				
@media (max-width: 640px){

	.footerInfoArea {
		border-top: 0px solid #f3f3f3;
	}			
		.footerInfoArea span{
			display:block;
		}
			.footerInfoArea span:after{
				display: none;
			}
			
		/* span.pc_type{
			display: none;
		}
		span.mobile_type{
			display: block;
		}
			span.mobile_type a{
				color: #999;
			} */
}





				
@media (max-width: 376px){

	.footermove span:first-child{
		width: 100%;
		padding-right: 0px;
	}

}


/*音樂撥放器--------------------------------*/

.musice_area{
	background-color: #c7c7c7;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
}

.musice_area .musice_name {
	text-align: start;
	color: #333;
	width: 100%;
}

.musice_area .musice_play{
	padding-top: 5px;
}

.musice_area audio{
	height: 35px;
	width: 100%;
}









@media (max-width: 780px){
	.footer_navbar > .wrap{
		flex-wrap: wrap;
	} 

	.musice_area{
		margin-top: 20px;
	}
}