/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/
:root {
	/* --primary: Aquamarine; */
	--foreign_font: 'Quicksand', sans-serif;
	/*全站外文字型*/
	--mandarin_font: 'Noto Sans TC', sans-serif;
	/*全站中文字型*/
	--primary_color: #b7c975;
	/*全站主色色碼*/
	--sec_color: #838987;
	/*全站第二配色色碼*/
}
/*================*/
/*-- 浮動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: 40px;
			height: 40px;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--second_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 #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.7em;
				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: 999;
	
   
}		
	.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: 40px;
		height: 40px;
		box-sizing: border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position: relative;
		
	}
	.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: 0px;
            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;
            }








/*--右側浮動專線--*/
.phone {
}
    .phone a {
        /* background-color: #1974ec; */
    }
	
/*--右側浮動thread--*/
.thread {
}
    .thread a {
        /* background-color: #1974ec; */
    }
	
/*--右側浮動FB--*/
.fbBtn {
}
    .fbBtn a {
        /* background-color: #1974ec; */
    }
	
	
/*--右側浮動youtube--*/
.YtBtn {
	/* display: none; */
}
    .YtBtn a {
        /* background-color: #fb031d; */
    }
    


/*--右側浮動Line--*/
.lineBtn {
	
	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: 1440px){
		.social_btn_area {
			order: -1;
		}
	}
	


@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: 0px;
	background-color: var(--primary_color);
	color: #fff;
}
.footer .wrap{
	width: 80%;
	margin: 0 auto;
}
.footer_area{
	display: flex;
	padding: 45px 0;
	justify-content: space-between;
	align-items: center;
}


	.footer_content{
		display: flex;
		justify-content: space-between;
		padding-bottom: 10px;
		width: 50%;
		position: relative;
	}
		
	.footer_content::before{
		content: '';
		width: 1px;
		height: 100px;
		background-color: var(--second_color);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%,-50%);
	}


		/*----- 版腳footer_logo -----*/
		.footer_logo{
			width: 80px;
			transition: 0.3s ease all;
			box-sizing: border-box;
			/* padding-right: 30px; */
		}
			.footer_logo a{
				display: block;
			}
				.footer_logo a img{
					width: 100%;
					height: auto;
				}
		
	



		/*----- 版腳主按鍵 navbar -----*/
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			/* margin: 0 -15px; */
			margin-left: 10px;
			
		}
			.footer_nav{
				box-sizing: border-box;
			}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: #000;
					padding:15px;
					font-size: 13px;
					transition: all .5s ease-in-out;
					position: relative;
					font-weight: 500;
				}
				
				.footer_nav a:hover{
					opacity: 0.8;
				}
				

		/*----- 版腳資訊 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: 13px;
			/* padding-left: 30px; */
			position: relative;
		}
		ul.footer_information::before{
			content: '';
			width: 1px;
			height: 100px;
			background-color: var(--second_color);
			position: absolute;
			top: 50%;
			left: 0;
			transform: translate(-50%,-50%);
			display: block;
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				padding: 5px 20px;
			}
				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: #fff;
		font-family: var(--foreign_font);
		font-size: 12px;
		line-height: 16px;
		padding: .625rem;
		text-align: center;
		background-color: var(--second_color);
		position: relative;
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
		.copyright a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
		}
	/* =============================== */
	/* 版腳社群 */
	/* =============================== */
	.social_area_fixed{
		display: flex;
		align-items: center;
		gap: clamp(.4375rem,0.7813vw,.9375rem);
	}
	.social_area_fixed .phone a,
	.social_area_fixed .thread a,
	.social_area_fixed .fbBtn a,
	.social_area_fixed .lineBtn a{
		background-color: transparent;
	}
	.social_area_fixed .igBtn a{
		background-image: unset;
		background-color: transparent;
	}
	/*----- 瀏覽器警示標語 -----*/
	.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:1440px){
	.footer .wrap{
		width: 80%;
	}
	.copyright{
		text-align: left;
		display: flex;
    	flex-direction: column;
	}
}



@media (max-width: 1100px){

	.footer {
		/* padding: 20px 0px; */
	}	
	.footer .wrap{
		width: 90%;
	}
		.footer_content{
			display: block;
			justify-content:unset;
		}

		.footer_logo {
			width:100px;
			transition: 0.3s ease all;
			box-sizing: border-box;
			padding-right: 20px;
		}
		/* 主按鍵 navbar */
		.footer_content{
			display: none;
		}
		ul.footer_information {
			width: 100%;
		}
		
	
}

@media (max-width: 990px){
	.copyright {
		padding: 10px;
	}
	.social_area_fixed{
		order: -1;
	}
	
	
}

@media (max-width: 768px){
	
	/* 版腳資訊 footer_information */
	ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			/* padding: 5px 0px; */
		}
		
	
}
@media (max-width: 640px){
	
	.footer_area {
		display: block;
	}
	.footer_area{
		padding: 20px 0;
	}
	ul.footer_information{
		margin-top: 25px;
	}
	ul.footer_information::before {
		
		display: none;
	}
		ul.footer_information li{
			padding: 5px 0px;
		}
		
	
}











