/*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);
			border-color: var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			border: 1px solid #fff;
		}
			/* .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;
			}
			.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: 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;
            }




@media screen and (min-width: 769px) {

	/*--浮動社群鍵---*/
	/* .social_btn_area{
		display: none;
	} */
}



@media(max-width:990px){
	.topBtn a {
		border-radius: 50%;		
	}
}



/*--右側浮動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 {
	background-color: var(--primary_color);
}


.footer_content{
	padding: 1.25rem 0;
	position: relative;
}

	.footer_content .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0.625rem;
	}
	.footer_content .wrap .footer_left{
		display: flex;
		flex-direction: column;
		gap: 0.625rem;
	}
	.footer_content .wrap .footer_right{
		
	}
	.footer_content .wrap .footer_right .footer_fb_img{
		width: 25px;
		height: 25px;
		box-sizing: border-box;
		border: 2px solid #fff;
		border-radius: 50%;

	}
	.footer_content .wrap .footer_right .footer_fb_img a{
		padding-top: 100%;
		display: block;
		position: relative;

	}
	.footer_content .wrap .footer_right .footer_fb_img 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;

	}


	.footer_logo{
		max-width: 475px;
		width: 24.9vw;
		min-width: 200px;
		transition: 0.3s ease all;
	}
		.footer_logo a{
			display: block;
		}
		.footer_logo a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}
			.footer_logo a img{
				width: 100%;
				height: auto;
			}
	
			.footer_logo ul.logoArea span.logo_line {
				background-color: rgba(0 0 0 / 40%);
			}
	
	
/*.footer_content {
}
	
	.footer_content .wrap{
		width:95%;
	}*/
		
	
	
	
	
	/* .footer_navbar {
		text-align: center;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;

		display: none;
	}
	

		.fR_nav{
			width: 14.2%;
			box-sizing:border-box;
			font-size: 20px;
			line-height: 25px;
			color:#333;
		}
		.fR_nav span{
			display:block;
			color: #F47378;
		}	
		.fR_nav span a{
			display:block;
			color: #F47378;
			margin-bottom:15px;
		}	

			
		
		
		.fR_nav:last-of-type{
			padding-right: 0%;
		}
		
		
			.fR_nav a{
				display:block;
				text-decoration:none;
				color:#333;
			}
			
			.fR_nav_Area{
				margin: 15px 0px 0px;
			}
				.fR_navList{
					box-sizing: border-box;
					font-size: 16px;
					line-height: 26px;
					padding-bottom: 10px;
				}
				.fR_navList a{
					display:block;
					text-decoration:none;
					color: #858585;
				}						
			
			
				.fR_nav a:hover ,
				.fR_navList a:hover{
					opacity:0.5;
					transition:0.3s ease all;
				}		 */
			
			
			
	
		/*.footer_nav {
			text-align: center;
			display: inline-block;
			margin: 0px 5px 0px;
			box-sizing: border-box;
		}	
			.footer_nav a {
				display: block;
				text-decoration: none;
				padding: 10px 40px;
				font-size: 19px;
				border-radius: 5px;
				color: #929292;
				background-color: #ffffff;
				font-family: 'setofont';
			}
			.footer_nav a:hover {
				opacity:0.5;
				transition:0.3s ease all;
			}*/		
		
	
	














			
	
	
	.footer_information{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: .625rem 0.9375rem;
	}
	.footer_content .footer_information:last-of-type{
		/* margin-top:10px; */
	}
	
	
			
		.footer_informationList{
			font-size: 0.75rem; /*12px*/
			line-height: 1.2;
			box-sizing: border-box;
			color: #fff;
			display: flex;
			align-items: center;
			gap: 0px 0.625rem;
		}	
	
			.footer_informationList img{
				width: 18px;
				height: auto;
			}
			.footer_informationList a{
				color:inherit;
				text-decoration: none; 
				position: relative;
			}	
			/* .footer_informationList a::before{
			}	 
			.footer_informationList:last-child a::before{
				display: none;
			}*/	
			.footer_informationList a:hover{
				opacity: 0.5;
			}	
			
			
			
			.footer_informationList.sponsor{
				display: block;
			}
				.footer_informationList.sponsor a{
					display: flex;
					align-items: center;
					gap: 0px 5px;
					background-color: var(--primary_color);
					background-color: #EDC65F;
					/* color: #fff; */
					padding: 5px 10px;
					border-radius: 35px;
				}
				
				.footer_informationList.sponsor img {
				    width: 25px;
				    /*height: auto;*/
				}


@media(max-width:768px){
	/* .footer_content .wrap .footer_right{
		display: none;
	} */
}

	
	/*版權宣告*/
	.copyright{
		font-family: var(--foreign_font);
		color: #fff;
		font-size: 0.75rem; /*12px*/
	}
		.copyright a{
			color: inherit;
			font-size: inherit;
			line-height: inherit;
			text-decoration: none;
		}
		
		
		
		
	/*瀏覽器警示標語*/
	/* .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;
		} */
			


	/* 版腳_瀏覽統計人數--------------------------*/
	/* ul.footer_peopleBg{
		padding: 15px 0 0;
		list-style-type: none;
		font-size: 13px;
		line-height: 13px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 -3px;
		text-align: center;
	}
		ul.footer_peopleBg li{
			padding: 0px 3px;
			box-sizing: border-box;
		}
		ul.footer_peopleBg li span{
			background-color: #ddd7f3;
			border-radius: 3px;
			color: #5f4f98;
			display:inline-block;
			padding: 2.4px 5px;
			font-weight: bolder;
		} */
		



		

@media (max-width: 990px){

	/* .footer_logo {
		max-width: 100%;
		width: 250px;
		min-width: unset;
	}

	.footer_content{
		padding: 20px 0;
		background: var(--primary_color);
	} 
	.footer_content::before{
		display: none;
	}

		.footer_content .wrap{
			flex-direction: column;
			align-items: unset;
		}

		.footer_information {
			gap: 10px 10px;
		}*/
	
	/*版腳主按鍵*/
	/* .footer_navbar{
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: row;
		justify-content: space-between;
		text-align:left;
	}	
		.fR_nav {
			padding: 0 0 10px;
			margin: 0 0 20px;
			float: none;
			width: 100%;
			font-size:22px;
		}	 
	
		.fR_nav > span{
			display:block;
			position:relative;
			padding-right: 20px;
		}
		.fR_nav > span:before{
			position: absolute;
			content: "";
			border-top: solid 8px #ffffff;
			border-left: solid 5px rgba(0,0,0,0);
			border-right: solid 5px rgba(0,0,0,0);
			right: 0px;
			top: 10px;
			transition: 0.3s ease all;
		}
		.fR_nav.active > span:before{
			transform:rotate(180deg);
			transition: 0.3s ease all;
			top: 7px;
		}		
		
		
		
		.fR_nav.fR_nav2 {
			padding: 0 0 0px;
			margin: 0 0 0px;
		}
		.fR_nav.fR_nav2 span a {
			margin-bottom: 0px;
		}
		.fR_nav2 span:before ,
		.fR_nav2.active > span:before{
			display:none;
		}
		.fR_nav.fR_nav2 span{
			padding: 0 0 10px;
			margin: 0 0 20px;
		}		

		
		.fR_nav_Area{
			display: none;
		}*/
	
}

@media (max-width: 375px){
		
	/*.footer_information {
		justify-content: unset;
	}*/	

}













