/*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:4;*/
		z-index: 201;
	}
		.topBtn a {
			display: block;
			text-align: center;
			box-sizing: border-box;
			width: 40px;
			height: 40px;
			position: relative;
			text-decoration: none;
			transition: 0.3s ease all;
			background: #B62117;
			color: #4c4944;
			border-radius: 50%;
			/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
		}
			.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;*/
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}
			.topBtn a span {
				font-size:0.75em;
				display:block;
				display:none;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					/* box-shadow:0px 0px 10px rgba(0,0,0,0.2); */
					color: #231815;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #adb9b6;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
			
			
			
			
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
			
		
		
/*/////////////////////////////////////////////////////////*/
/*-------右側浮動--------*/
/*/////////////////////////////////////////////////////////*/
	
					
					
/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
	display: flex;
    justify-content: flex-end;
	flex-direction: column;
	position: fixed;
    right: 14px;
    z-index: 99;
	
}

		
.social_btn{
	position: relative;
	margin: 0px 0px 10px;
}	
.social_btn:last-of-type{
	margin-bottom: 0;
}	
	.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;
		/* 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: 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;
            }








/*--右側浮動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;
		}	



}







/*右側浮動sitemap-----------------------------------------------------*/
	/* .sitemapBtn {
		margin:7px 0px;
		position: relative;
	} */
	.sitemapBtn a {
		background-color: #4c4c4c;
	}
		/*hover*/
		.sitemapBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}
		




/*右側浮動FB-----------------------------------------------------*/
	/* .fbBtn {
		margin:7px 0px;
		position: relative;
	} */
		.fbBtn a {
			background-color: #1974ec;
		}
			/*hover*/
			.fbBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
					


/*右側浮動youtube----------------------------------------------------*/
	/* .YtBtn {
		margin:7px 0px;
		position: relative;
	} */
		.YtBtn a {
			background-color: #fb031d;
		}
			/* .YtBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 7px;
			} */
				/*hover*/
				/* .YtBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #fb031d;
				}
					.YtBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					} */
			/*hover*/
			.YtBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
			
			
		
			
/*右側浮動Line-----------------------------------------------------*/
	/* .LineBtn {
		margin:7px 0px;
		position: relative;
	} */
		.LineBtn a {
			background: #3ace01;
		}
			/* .LineBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 5px;
			} */
			/*hover*/
			.LineBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
						
	
		
			
/*右側浮動LinkedInBtn-----------------------------------------------------*/
/* .LinkedInBtn {
	margin:7px 0px;
	position: relative;
} */
	.LinkedInBtn a {
		background: #2764ac;
	}
		/* .LinkedInBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 5px;
		} */
			/*hover*/
			/* .LinkedInBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.LinkedInBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */
		/*hover*/
		.LinkedInBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}
					

	
			
/*右側浮動Twitter-----------------------------------------------------*/
/* .TwitterBtn {
	margin:7px 0px;
	position: relative;
} */
	.TwitterBtn a {
		background: #34b3f7;
	}
		/* .TwitterBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 5px;
		} */
			/*hover*/
			/* .TwitterBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.TwitterBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */

		/*hover*/
		.TwitterBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}


					
			
			
/*右側浮動IG-----------------------------------------------------*/
/* .IGBtn {
	margin:7px 0px;
	position: relative;
} */
	.IGBtn a {		
		background: #ffcd6c; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #ffcd6c 0%,#ef5f4a 25%,#a335b4 50%,#505cd1 75%,#505cd1 75%,#9a37bb 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #ffcd6c 0%,#ef5f4a 25%,#a335b4 50%,#505cd1 75%,#505cd1 75%,#9a37bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6c', endColorstr='#9a37bb',GradientType=1 );  */
		/* IE6-9 fallback on horizontal gradient */

	}
		/* .IGBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 7px;
		} */
			/*hover*/
			/* .IGBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.IGBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */

		/*hover*/
		.IGBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}		
		
		
			
		
		
		
				
/*右側浮動DcardBtn-----------------------------------------------------*/
.DcardBtn a {
	background:#0067a1;
}
	/*hover*/
	.DcardBtn:hover .tab_description{
		display: block;
		transition: 0.3s ease all;
	}	
			
			
			
			
/*右側浮動podcast-----------------------------------------------------*/
	.podcastBtn a {
		background:#8622c2;
	}
		/*hover*/
		.podcastBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}
		
			
			
			
			
	


	
	
	
/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 35px 0px;
	/*background:#aa2924;*/
	background:rgba(175,26,22,1);
	color: #FFF;
}


/*版腳logo*/
.footer_logo{
	max-width:170px;
	margin:0 auto;
	padding:0px 0px 15px;
	box-sizing: border-box;
}
	.footer_logo a{
		display:block;
	}
	.footer_logo a:hover{
		opacity:0.5;
	}	
		.footer_logo img{
			width:100%;
			height:auto;
		} 

	
	/*版腳_內容區塊*/
	.footer_inArea{
		text-align:center;
		letter-spacing: 0;
	}
	.footer_inArea span{
		display: block;
		font-size: 14px;
		line-height: 24px;
		padding: 0px 5px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
	}	
	.footer_inArea span i{
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		padding-right: 5px;
		color: #fff;
	}
	.footer_inArea span:first-child{
		/* display:block; */
	}	

	
	
	
	
	
					
		/*版腳_左側內容區塊*/
		/*.footerIn_leftArea{
			float: left;
			box-sizing: border-box;
		}*/
		
			
			/*版腳_內容上方區塊*/
			/*.footer_inTop{
			}*/
		
				/*版腳_主按鍵區塊*/
				/*.footer_navbar{
					margin: 0px -8px;
					float: left;
					box-sizing: border-box;
				}
					.footer_nav{
						float: left;
						box-sizing: border-box;
						padding: 0px 8px;
					}
						.footer_nav a{
							display: block;
							color: #888888;
							font-size: 16px;
							text-decoration: none;
						
							transition: all .5s;
							-o-transition: all .5s;
							-webkit-transition: all .5s
						}*/
							/*圖片*/
							/*.footer_nav img{
								width: 100%;
								height: auto;
							}*/
						
						/*hover*/
						/*.footer_nav a:hover {
							color: #fff;
						
							transition: all .5s;
							-o-transition: all .5s;
							-webkit-transition: all .5s
						}*/
				
				
				/*版腳_社群連結區塊*/
				/*.footer_snsArea{
					margin: 0px -10px;
					float: right;
					box-sizing: border-box;
				}
					.footer_snsList{
						float: left;
						box-sizing: border-box;
						padding: 0px 10px;
					}
						.footer_snsList a{
							display: block;
						
							transition: all .5s;
							-o-transition: all .5s;
							-webkit-transition: all .5s
						}
							
							.footer_snsList img{
								width: 100%;
								height: auto;
						
								transition: all .5s;
								-o-transition: all .5s;
								-webkit-transition: all .5s
							}
							
							img.footerSns_listBefore{
							}
							
							img.footerSns_listAfter{
								display: none;
							}*/
							/*hovet*/
							/*.footer_snsList a:hover img{
								transform: translateY(-8px);
								-o-transform: translateY(-8px);
								-webkit-transform: translateY(-8px);
								-moz-transform: translateY(-8px)
							}*/
							


							
							
						
			/*版腳_內容下方區塊*/
			/*.footer_inBottom{
				padding: 25px 0px 0px;
			}*/
				
				/*公司資訊*/
				/*.footer_infoArea{
					text-align: left;
				}
					.footer_infoList{
						padding: 3px 0px;
						font-size: 14px;
						line-height: 18px;
						color: #fff;
					}
						.footerInfo_listIn{
							position:relative;
							padding: 0px 14px;
							float: left;
							box-sizing: border-box;
						}
						.footerInfo_listIn:nth-of-type(1){
							padding: 0px 14px 0px 0px;
						}
							.footerInfo_listIn:after{
								content: '';
								position: absolute;
								right: 0px;
								top: 3px;
								width: 1px;
								height: 13px;
								background-color: #fff;
							}
							.footerInfo_listIn:nth-of-type(3):after{
								display: none;
							}*/
					
					
				/*版權宣告*/
				.copyright{
					text-align:center;
					font-size: 12px;
					line-height: 12px;
					/*color: #8b989e;*/
					color: #fff;
					padding: 10px 0px 0px;
				}
					.copyright a{
						text-decoration:none;
						display: inline-block;
						color: #969696;
					}
					.copyright a:hover{
						opacity:0.5;
					}								
	
					
					
@media (max-width: 640px){
	.footer_logo {
		max-width: 125px;
	}
	.footer_inArea span i{
		display: none;
	}

}

@media (max-width: 425px){

.footer {
    padding: 25px 0px;
}

	.footer_inArea span{
		display:block;
		font-size: 13px;
		line-height: 23px;
		padding: 0px 0px;
	}

}








	
	

