/*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: 50px;
			height: 50px; */
			width: 40px;
    		height: 40px;
			position: relative;
			text-decoration: none;
			transition: 0.3s ease all;
			background: #2b4075;
			color: #4c4944;
			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 #007bc2;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
			
			
			
			
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
			
			
		
		
/*/////////////////////////////////////////////////////////*/
/*-------右側浮動--------*/
/*/////////////////////////////////////////////////////////*/
	
					
					


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

.CommunityBtn_area{
	position:fixed;
	right:14px;
	/*display: none;*/
	/*bottom:190px;*/
	bottom: 20px;
	/*bottom:0px;*/
	/*z-index: 1000;
	z-index: 10;*/
	/*transform: scale(0.84);*/
	transition:0.3s ease all;
	z-index: 201;
	
	/* display:none; */
}
	
	/*.searchBtn {
		display: none;
		margin:7px 0px;
		position: relative;
	}
		.searchBtn 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;
			border: solid 0.125em #4c4944;
			border-radius:100%;
			color:#674490;
			background: #fff;
			box-shadow:0px 0px 10px rgba(0,0,0,0.5);
			position:relative;
		}
			.searchBtn a i {
				font-size: 2.5em;
				margin: -3px 0px -9px;
			}
			.searchBtn img{
				width: 33px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 7px;
			}*/
				/*hover*/
				/*.searchBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #1e5070;
				}
					.searchBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}*/
					
					
	/*.phoneBtn {
		margin:7px 0px;
		position: relative;
	}
		.phoneBtn 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;
			border: solid 0.125em #0066b3;
			border-radius:100%;
			color:#674490;
			background: #fff;
			box-shadow:0px 0px 10px rgba(0,0,0,0.5);
			position:relative;
		}
			.phoneBtn a i {
				font-size:2.5em;
				margin: -3px 0px -9px;
			}
			.phoneBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 5px;
			}*/
				/*hover*/
				/*.phoneBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #1e5070;
				}
					.phoneBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}*/
					
			/*標籤說明*/		
			/*.tab_description{
				display: none;
				position: absolute;
				left: -83px;
				top: 9px;
				background: rgba(0,0,0,0.6);
				color: #fff;
				padding: 10px 10px;
				font-size:0.8125em;
    			transition: 0.3s ease all;
			}*/
			/*hover*/
			/*.phoneBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}*/
			
		
		
		
		
.CommunityBtn{
	margin:7px 0px;
	position: relative;
}		
	.CommunityBtn 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;
		position:relative;
		box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8);
	}		
	.CommunityBtn  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;
			}		
	








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


@media (max-width:640px){
	
	.CommunityBtn a {
		width: 30px;
		height: 30px;
	}
	.topBtn a {
		width: 30px;
		height: 30px;
	}

	/* 主要是針對Webkit內核的瀏覽器，如Google Chrome 和 Safari瀏覽器 */
	@media screen and (-webkit-min-device-pixel-ratio:0) { 	
		/*-浮動社群鍵-*/
		.CommunityBtn_area{
			right:5px;
		}		
		.topBtn {
			right:5px;
		}
	}
	
}
			
					

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

.footer {
	padding: 60px 0px 15px;
	/*background-color: #2b4075;*/
	background-color: #000d44;
	color: #fff;
}
	
	.footer .wrap {
		/* width: 70%; */
	}
		
	
.footer.footer2{
	padding:0;
}
	.footer.footer2 > .wrap{
		display:none;
	}





	

			
            
/*版腳中間---------------------*/
.footer_content{
	padding: 30px 0px;
	/* display: flex;
	flex-direction: row;
	flex-wrap: nowrap; */
}
   

   
	/*版腳主按鍵---------------------------*/
	.footerNavbar{
		/* width:100%;
		padding-left: 8%; */
		box-sizing:border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0px -15px;
	}
		.fR_nav{
			width: 11.1%;
			box-sizing:border-box;
			font-size: 16px;
			line-height: 20px;
			color:#333;
			padding: 0px 15px;
		}
		.fR_nav:last-of-type{
			/*padding-right: 0%;*/
		}
	
		
		.fR_nav span{
			display: block;
			margin-bottom:15px;
			color: #fff;
		}			

			.fR_nav a{
				display:block;
				text-decoration:none;
				color: #fefefe;
			}
			
			.fR_nav_Area{
				/*margin: 15px 0px 0px;*/
			}
				.fR_navList{
					box-sizing: border-box;
					font-size: 12px;
					line-height: 18px;
					color: #fff9;
					padding-bottom: 5px;
				}
				.fR_navList a{
					display:block;
					text-decoration:none;
					color: #b0c6d8;
				}						
			
			
				.fR_nav a:hover ,
				.fR_navList a:hover{
					opacity:0.5;
					transition:0.3s ease all;
				}		
			
			
			
			
			

		           
     
	/*版腳下方------------------------------------------------*/
	.footerBottom{
		/* margin-top: 20px; */
		margin-top: 60px;
		padding: 20px 0px 0px;
		border-top: 1px #b0c6d8 solid;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	
	/*版腳資訊*/
	.footerInfoBg{
		position:relative;
		font-size: 13px;
		line-height: 20px;
		width: calc(100% - 320px);
	}
		.footerInfoBg span{
			padding-right: 5px;
			display: block;
			box-sizing: border-box;
			color: #fefefe;
		}	
		.footerInfoBg span:last-of-type{
			padding-right: 0px;
		}
		.footerInfoBg a{
			display:inline-block;
			text-decoration:none;
			color:#868686;
		}	
		.footerInfoBg a:hover{
			opacity:0.5;
		}			
 
        span.copyright{
			font-size: 12px;
			line-height: 22px;
			color: #b0c6d8;
			margin-top: 5px;
			box-sizing:border-box;
			font-family: 'Kulim Park', sans-serif;
		}
			.copyright a{
				display:inline-block;
				text-decoration:none;
				color: #b0c6d8;
			}
			.copyright a:hover{
				opacity:0.5;
				transition:0.3s ease all;
			}			




	/* 版腳_右側--------------------------*/
	.footerRight{		
	}

		/* 版腳_文字連結 */
		ul.footerWordLink{
			padding: 0;
			list-style-type:none;
			font-size: 13px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			align-items: center;
			justify-content: flex-end;
			margin: 0 -5px 20px;
		}
			/* 版腳_文字連結 */
			ul.footerWordLink li{
			    box-sizing: border-box;
			    padding: 0 5px;
			}

			ul.footerWordLink li a{
				color: #54c3f1;
				padding: 3px;
				display: block;
				text-decoration: none;
				/*background-color: rgb(255 255 255);*/
				border-radius: 3px;
			}
			ul.footerWordLink li a:hover{
				opacity: 0.5;
				transition: 0.3s ease all;
			}
			ul.footerWordLink li img{
				width: 23px;
				height:23px;
			}	
			


	/* 版腳_瀏覽統計人數--------------------------*/
	ul.footer_peopleBg{
		padding: 0;
		list-style-type: none;
		font-size: 13px;
		line-height: 13px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		margin: 0 -3px;
		text-align: center;
	}
		ul.footer_peopleBg li{
			padding: 0px 3px;
			box-sizing: border-box;
		}
		ul.footer_peopleBg li span{
			background-color: #fff;
			border-radius: 3px;
			color: #2b4075;
			display:inline-block;
			padding: 2.4px 5px;
			font-weight: bolder;
		}
		




*@media (max-width:1350px){

	.footerNavbar {
		margin: 0px -10px -30px;
	}
		.fR_nav{
			width: 33.3%;
			padding: 0px 10px 30px;
		}

}

@media (max-width:990px){
	
	.footer {
		padding: 25px 0px 45px;
		/*background-color: #2b4075;*/
	}

	/*版腳主按鍵*/
	.footerNavbar{
		padding:0px;
		margin: 0px 0px 0px;
	}	
		.fR_nav {
			/*padding: 0 0 10px; */
			/* margin: 0 0 30px; */
			float: none;
			width: 100%;
			padding: 0px 0px 0px;
			/* border-bottom: 1px #656565 solid;*/
		}	
	
		.fR_nav > span{
			display: block;
			position: relative;
			padding: 10px 20px 10px 0px;
			margin-bottom: 0;
			border-bottom: 1px #686868 solid;
			/* border-bottom: 1px #adadad solid; */
		}
		.fR_nav > span:before{
			position: absolute;
			content: "";
			border-top: solid 8px #adadad;
			border-left: solid 5px rgba(0,0,0,0);
			border-right: solid 5px rgba(0,0,0,0);
			right: 0px;
			top: 16px;
			transition: 0.3s ease all;
		}
		.fR_nav.active > span:before{
			transform:rotate(180deg);
			transition: 0.3s ease all;
		}		
		
		/* .fR_nav:nth-of-type(7) span:before {
			display:none;
		}*/
		.fR_nav.fR_nav2 > span:before{
			display: none;
		}
		
			
		.fR_nav_Area{
			display: none;
			padding-top: 15px;
		}
		

		/*版腳下方------------------------------------------------*/	
		.footerBottom {
			margin-top: 25px;
			padding: 0px 0px 0px;
			border-top: 0px #c4c4c4 solid;
			flex-direction: column-reverse;
			align-items: unset;
			justify-content: unset;
		}
		
			/* 版腳_文字連結 */
			ul.footerWordLink {
				justify-content: unset;
				margin: 0px -5px 0px;
			}
			/* 版腳_瀏覽統計人數*/
			ul.footer_peopleBg {
				justify-content: unset;
				margin: 14px -3px;
			}
			
			
		
	/*版腳資訊*/
	.footerInfoBg{
		width: 100%;
	}		
			
			
			
			
				
}







	
	
	
@media (max-width:640px){	

	/* 版腳_文字連結 */
	ul.footerWordLink {
		margin: 0px -5px 0px;
		justify-content: center;
	}
		ul.footerWordLink li a {
			padding: 5px 5px;
		}

	/* 版腳_瀏覽統計人數*/
	ul.footer_peopleBg {
		justify-content: center;
	}



	/* .footerBottom {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	} */

	/* 版腳資訊 */
	/* .footerInfoBg{
		text-align: center;
	}
		.footerInfoBg span{
			display: block;
			padding: 5px 0;
		}
	.copyright{
		margin: 5px 0 0;
		text-align: center;
	}			 */
		
}



		
	


	
	
	
	
	
	

