/*20180728 by pekey*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/

/*/////////////////////////////////////////////////////////*/
/*-------版頭1--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	/*position: fixed;*/
	position: absolute;
	/* position:relative; */
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 0px;
	transition: 0.3s ease all;
}
/*.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	background: rgba(255, 255, 255, 0.85);
	transition: 0.3s ease all;
	padding: 0px 0px;
}*/



	.header > .wrap {
	}
	


	
/*內頁header*/
.header.inheader{
}
/*.header.inheader.fixed{
    background: rgb(29, 63, 95);
}*/
	.header.inheader > .wrap {
	}
	



	
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			/*width:20px;*/
			width: 25px;
			top: 50%;
			right: 15px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -15px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background: #fff;
				/* background: #f29200; */
				height:2px;
				/*margin: 4px 0px;*/
				margin: 6px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
			
			body.body_in .menu_btn span {
				 background: #f29200;
			}
			
			
			
				/*點擊*/
				.menu_btn.active {
					top: 28px;
					position: fixed;
					margin: 0px;
					right: 15px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						/*transform: rotate(39deg);*/
						transform: rotate(42deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						/*transform: rotate(-39deg);*/
						transform: rotate(-42deg);
						transform-origin: bottom left;
					}
				
		/*手機版搜尋按鈕*/
		.search_iconSP{
			display: none;
			position: absolute;
			width: 30px;
			top: 50%;
			right: 55px;
			cursor: pointer;
			z-index: 2;
			margin: -10px 0px 0px;
		}
			.search_iconSP label{
				width: 30px;
				height: 30px;
			}
				.search_iconSP img{
					width: 70%;
					height: auto;
					margin: 0px auto;
				}
				
			
		/*版頭搜尋區塊*/	
		.search_areaSP{
			-webkit-transition: top .2s;
			transition: top .2s;
			z-index: 15;
			/*position: fixed;*/
			position: absolute;
			width: 100%;
			z-index: 2000;
			overflow: hidden;
			display:none;
			/*top: 83px;*/
			top: 70px;
			left: 0px;
			background: #000;
		}
			.search_inAreaSP{
				padding: 15px;
			}
				.search_inAreaSP input{
					background: transparent;
					border: 0px;
					text-align: center;
					color: #fff;
					font-size: 34px;
					font-weight: bold;
					line-height: 40px;
					height: 58px;
					padding: 0px 80px;
				}
				.search_inAreaSP input[type="text"]:focus{
					border: 0px;
				}
				
			.search_inAreaSP a{	
				z-index: 2002;
				color: #fff;
				position: absolute;
				right: 30px;
				top: 35px;
				text-decoration: none;
			}
				.search_inAreaSP span{
					display:inline-block;
					vertical-align:middle;
				}
				.close_iconSP{
					font-size:22px;
					font-weight:lighter;
				}
				
				
				
		.logo{
			float:left;
			width: 300px;
			padding: 10px 0px 10px;
			/*padding: 10px 0px 10px; */
		}
		/*.header.fixed .logo{
			width: 265px;
			padding: 13px 0px;
		}*/
			.logo a{
				display:block;
			}
			.logo a:hover{
				opacity:0.8;
			}				
				.logo img{
					width: 100%;
					height:auto;
				}
				.logo img.logoPc{
				}
				.logo img.logoMobile{
					display:none;
				}

				
				
				
		/*版頭區塊_右半部*/
		.header_rightArea{
			float: right;
			position: relative
		}
			
			/*版頭區塊_右半部_上*/
			.headerRight_topArea{
				display:none;
				position: absolute;
				right: 0px;
			}
			/*.header.fixed .headerRight_topArea{
				display: none;
			}*/
				
				/*語系*/
				.lang_area {
					float:right;
					box-sizing: border-box;
				}
					.lang_area select {
						width: 90px;
						/*width: 77px;*/
						font-size: 12px;
						color: #5e5e5e;
						border: 1px solid #d3d4d4;
						/*border-radius: 4px;*/
						border-radius: 30px;
						padding: 0px 13px;
						text-align: center;
						height: 30px;
						line-height: 28px;
						cursor: pointer;
						background: #fff url(../images/select_arrow2.png) no-repeat;
						background-size: 18px;
						/*background-position: 53px 8.5px;*/
						background-position: 70px 8.5px;
						padding-right: 25px !important;
					}
	
	
				/*搜尋區塊*/
				.search_area{
					float: left;
					padding: 0px 7px 0px 0px;
					box-sizing: border-box;
				}
					.search_inArea {
						position: relative;
						top: 0;
					}
						.search_inArea input[type='text']{
							height: 30px;
							line-height: 30px;
							font-size: 12px;
							border-radius:36px;
							border-right:0px;
							background:#fff;
							border:0px;
							padding: 0px 48px 0px 16px;
							color: #333;
							border: solid 0.5px #d3d4d4;
     						width: 245px;
						}
						.search_inArea label{
							width: 35px;
							height: 30px;
							cursor: pointer;
							transition: 0.3s ease all;
							position: absolute;
							right: 0px;
							top: 0px;
							/*background: #492582;
							border-radius: 0px 36px 36px 0px;*/
						}
						
						/*.search_inArea label:hover{
							opacity:0.7;
							transition: 0.3s ease all;
						}*/
							.search_inArea i{
								position: relative;
								right: -6px;
								/*top: 3.5px;*/
								top: 5px;
								z-index:10;
								/*color:#fff;*/
								color: #a3a4a4;
								font-size: 20px;
							}
							.search_inArea i:hover{
								opacity:0.7;
								transition: 0.3s ease all;
							}
							.search_inArea input[type='submit']{
								width: 35px;
								height: 30px;
								cursor: pointer;
								transition: 0.3s ease all;
								position: absolute;
								right: 0px;
								top: 0;
								background: rgba(255,255,255,0);
							}
							
							
				/*主按鍵*/
				.navbar{
					float: right;
					/*padding: 24px 0px;*/
					padding: 20px 0px;
				}			
				/*.header.fixed .navbar{
					padding: 0px 0px 0px;
				}*/
				
					.nav{
						float: left;
						position: relative;
					}
				
						.nav > a{
							display: block;
							padding: 10px 35px;
							/*padding: 2px 35px;*/
							color: #fff;
							font-size: 16px;
							line-height: 26px;
							border-radius: 3px;
							transition: 0.3s ease all;
						}
						.nav:nth-of-type(4) > a{
							padding-right: 0px;
						}
						
						body.body_in .nav > a{
							color: #777;
						}
						
						
						/*.header.fixed .nav > a{
							padding: 10px 35px;
							line-height: 45px;
						}*/						
						
						/*hover*/
						.nav:hover > a {
							color: #f29200;
							text-decoration:none;
							transition: 0.3s ease all;
						}
							
						/*主按鍵_下拉選單*/
						
					/*主按鍵展開*/
					.navOpen {
						position:absolute;
						left:50%;
						width: 203px;
						margin:0px 0px 0px -105px;
						display:none;
						z-index: 2;
					}
					.nav:hover .navOpen.pc {
						display: block;
					}
					.navOpen.mobile {
						display:none;
						opacity:0;
						z-index:-999999;
					}
						.navOpenBg {
							position:relative;
						}
							.navOpenBg:before {
								position: absolute;
								content:'';
								border-bottom: solid 8px rgba(0,0,0,0.5);
								border-left: solid 12px rgba(255,255,255,0);
								border-right: solid 12px rgba(255,255,255,0);
								top:-8px;
								left:50%;
								margin:0px 0px 0px -12px;
							}
								.navOpenList {
								}
										.navOpenList a:hover {
											background: rgba(230, 0, 18, 0.78);
										}

						
						/*mobile版*/
						.navOpen.mobile {
							display:none;
							opacity:0;
							z-index:-999999;
      						position: absolute;
						}	

						
						/*hover*/
						.nav:hover .navOpen.pc {
							display: block;
						}	
											
							.navOpenBg {
								position:relative;
							}
							
							
							.navOpen.pc .navOpenBg {
								padding: 10px 25px;
								background: rgba(0, 0, 0, 0.5);
								text-align:left;
							}							
						
								/*.navOpenBg:before {
									position: absolute;
									content:'';
									border-bottom: solid 8px rgba(0,0,0,0.6);
									border-left: solid 12px rgba(255,255,255,0);
									border-right: solid 12px rgba(255,255,255,0);
									top:-8px;
									left:50%;
									margin:0px 0px 0px -12px;
								}*/
								
								.navOpen.pc .navOpenList {
									/*float:left;*/
									display: inline-block;
									vertical-align: top;
									box-sizing: border-box;
									width: 155px;
									padding: 15px 0px;
								}
								
								.navOpen.pc  .navOpenList >a {
									font-size: 15px;
									color:#fff;
									line-height:22px;
									padding: 0px 5px 0px 17px;
									transition:0.3s ease all;
									text-decoration:none;
									display: inline-block;
									position:relative;
									letter-spacing: 0;
								}
								.navOpen.pc  .navOpenList >a:before {
									position: absolute;
									content: "";
									background-color: #f29200;
									top: 0px;
									left: 0px;
									margin: -1px 0px 0px 7px;
									height: 100%;
									/*top: 9px;
									left:7px;
									height: 22px;*/
									width: 2px;
								}								
								
								
								/*.navOpen.pc  .navOpenList:nth-last-of-type(1) >a ,
								.navOpen.pc  .navOpenList:nth-last-of-type(2) >a ,
								.navOpen.pc  .navOpenList:nth-last-of-type(3) >a ,
								.navOpen.pc  .navOpenList:nth-last-of-type(4) >a   {
									margin: 5px 0px 5px;
								}*/								
									.navOpen.pc  .navOpenList >a:hover {
										color:#f29200;
										/*background: #c52d2f;*/
										text-decoration:none;
										transition: 0.3s ease all;
									}
										
										
									
								.sL_list_area{
									/*padding-top: 15px;*/
									/*padding-bottom:15px;*/
								}
								.sL_list_area.pc{
									padding-top:25px;
									/*margin: -15px 0px 20px;*/
								}
								
								
								
								/*.navOpenList:nth-last-of-type(1) .sL_list_area.pc ,
								.navOpenList:nth-last-of-type(2) .sL_list_area.pc ,
								.navOpenList:nth-last-of-type(3) .sL_list_area.pc ,
								.navOpenList:nth-last-of-type(4) .sL_list_area.pc{
									padding-bottom:0px;
								}*/								
								
								
								
								.sL_list_area.mobile{
									display:none;
								}
									.navOpenBg.mob2 .navOpenList >a{
										position:relative;
									}
									.navOpenBg.mob2 .navOpenList >a:before{
										content: '+';
										position: absolute;
										font-size: 19px;
										color: #ffffff;
										top: 12px;
										right: 8px;
										transition: 0.3s ease all;
										transform-origin: center center;
									}								
								
									/*.sL_list_area.mobile >a:before{
										-webkit-transform: rotate(45deg);
										transform: rotate(45deg);
										top: 11px;
										font-size: 21px;
									}*/								
								
								
																																		
									.sL_list{
										padding: 0px 0px 0px 17px;
									}
										.sL_list >a{
											display:block;
											color: #dcdcdc;
											text-decoration:none;
											font-size:13px;
											line-height: 33px;
											/*line-height:24px;*/											
										}
										.sL_list >a:hover{
											opacity:0.5;
											/*color:#f994a3;	*/									
										}									
									
										
										
										
										
										
												

			
/*@media (max-width: 1280px){
}*/

@media (max-width: 1280px){
}
@media (max-width: 1160px){
	
.navOpen.pc {
	/*margin: -22px 0px 0px -430px;*/
}
/*.header.fixed .navOpen.pc {
	margin: -22px 0px 0px -430px;
}*/
		.nav > a{
			padding: 15px 16px;
			/*padding: 0px 16px;*/
		}
			/*.header.fixed .nav > a {
				padding: 10px 16px;
			}*/	
	
}

@media (max-width: 990px){

}

@media (max-width:860px){
	
	
.header {
    /* padding: 15px 0px; */
    /* background: #fff; */
}
/*.header.fixed {
    box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
}*/	
	
	
.header.inheader > .wrap {
    box-shadow:none;
}	
	
	
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
	}
	/*.header.fixed .menu_btn span {
    	background: #f29200;
	}
	
	.header.fixed .headerRight_topArea{
	}*/

					
	/*手機版搜尋按鈕*/
	.search_iconSP{
		/*display: block;*/
	}
	.search_areaSP{
		top: 65px;
	}
			
	
	
	.logo{
		width: 250px;
		padding: 10px 0px;
	}
	.header .logo img.logoPc{
		/* display:none; */
	}
	.header .logo img.logoMobile{
		/* display:block; */
	}
	
	
	/*.header.fixed .logo {
		padding: 15px 0px;
	}	
		.header.fixed .logo img.logoPc{
			display:block;
		}
		.header.fixed .logo img.logoMobile{
			display:none;
		}*/

	
	
	
	/*版頭區塊_右半部*/
	.header_rightArea {
		position:fixed;
		top:0px;
		/*right:-225px;*/
		right:-100%;
		transition:0.3s ease all;
		/*width:225px;*/
		width:100%;
		box-sizing:border-box;
		background: rgba(0, 0, 0, 0.8);
		height: 100%;
		overflow-y:scroll;
		/*z-index: 98;*/ /*modify by pekey 20180626*/
		z-index: 3; 
		padding: 80px 0px 0px;
	}
	
	
		.header_rightArea.active {
			right:0px;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
		}
				
			/*語系*/
			.lang_area {
				position: static;
				float: none;
			}
			
				.lang_area select{
					width: 100%;
					border-radius: 0;
					padding: 0px 13px;
					height: 35px;
					line-height: 35px;
					background: #fff url(../images/select_arrow2.png) no-repeat;
					background-size: 18px;
					background-position: 187px 12.5px;
					padding-right: 25px !important;
					
					font-size: 14px;
				}
				
			
			/*搜尋區塊*/
			.search_area{
				float: none;
				padding: 0px;
			}	
				.search_inArea input[type='text']{
					border-radius: 0px;
					height: 34px;
					line-height: 34px;
					padding: 0px 48px 0px 13px;
					
					font-size: 14px;
     				width: 100%;
				}
					.search_inArea label {
						height: 34px;
					}
						.search_inArea i {
							top: 5.5px;
							right: 5px;
						}
						.search_inArea input[type='submit'] {
							height: 34px;
						}
					
			
			/*主按鍵*/
			.navbar {
				float: none;
				padding: 0px 0px 0px;
				/*padding: 75px 0px 0px;*/
			}
			/*.header.fixed .navbar{
				padding: 0px 0px 0px;
			}*/
			
				.nav {
					float:none;
					padding: 0px;
				}
					.nav  a {
						color:#fff;
						border:none;
					}
						.nav > a {
							line-height:23px;
							/*padding: 20px 15px;*/
							padding: 12px 15px;
							font-size:16px; 
							border-bottom: 1px #8c8c8c solid; 
						}
							/*hover*/
							.nav:hover  > a{
								border:none;
								background: transparent;
								color: #fff;
								opacity: 0.7;
							}
							
							/*當前模式*/
							.nav.active > a{
								background: transparent;
							}
							
							
								/*展開選單*/
								.navOpen {
									position:relative;
									top:0px;
									left:0px;
									margin:0px;
									width:auto;
									border-radius:0px;
									background:#444;
								}
									.navOpen:before, .navOpen:after {
										border-bottom: solid 8px #444;
										left: 23px;
									}
										.nO_list a {
											text-align:left;
											padding: 15px 15px;
										}
										
								
								/*hover*/
								.nav:hover .navOpen.pc {
									display:none;
								}	

								/*.fixed_nav:hover .navOpen.pc {
									display:none;
								}*/
									
									.navOpen.mobile {
										display: none;
										opacity: 1;
										z-index: 1;
										position: relative;
									}
										.navOpenBg {
											box-shadow: none;
										}
											.navOpen.mobile  .navOpenList {
											}
											.navOpen.mobile  .navOpenList > a {
													text-align:left;
													font-size:14px;
													color:#fff;
													line-height:22px;
													padding: 12px 15px;
													background-color: #f29200;
													transition:0.3s ease all;
													text-decoration:none;
													display:block;
												}
													.navOpenList > a:hover {
														opacity: 0.7;
													}
													
													
													
			
		/*.sL_list_area.mobile.active{
			display:block;
		}*/													
																
		
}

@media (max-width:768px){
}
@media (max-width: 640px){
	
	
	.search_areaSP{
		top: 74px;
	}
		.search_inAreaSP input{
			padding: 0px 55px;
		}
		
		.search_inAreaSP a{	
			z-index: 2002;
			color: #fff;
			position: absolute;
			right: 30px;
			top: 25px;
			text-decoration: none;
		}
			.search_inAreaSP span:nth-child(2){
				display:none;
			}
			.close_icon{
				font-size:40px;
			}
	
	
	.logo{
		width: 240px;
		/*width: 135px;*/
	}
	
	
}


@media (max-width: 425px){
	
.logo {
    width: 200px;
}	
	
	/*.header.fixed .logo {
		width: 240px;
	}*/

}




/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/



	

/*-------footer----------------------------------------------------------------------------*/
.footer {
	background-color: #f29200;  /*Judy修改20190116*/
	/*background-color:#413e3b;
	background: #8b898a;*/
	padding: 32px 0px 0px;
}
	/*返回最上面*/
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:3;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #6a8546;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color: #6a8546;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #6a8546;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#bf1a24;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #bf1a24;
					}


		/*版腳左*/
		.footerLeft {
			float:left;
			padding-bottom:20px;
			/*width:720px;*/
		}
			.footerLeft_info {
				color:#777;
				font-size:14px;
				line-height:24px;
				padding:24px 0px 0px;				
			}
				.footerLeft_info span {
					display:inline-block;
					padding:3px 0px;
					padding-right:7px;
					color:#ffffff;  /*Judy修改20190815*/
					font-size: 13px;
				}
				
				.footerLeft_info span.fL_TitLine{
					position:relative;
					margin-right: 10px;
				}
				
				.footerLeft_info span.fL_TitLine:first-of-type:after{
					position:absolute;
					content:"|";
					right: -6px;
					top: 2px;
				}				
				
				.footerLeft_infoName {
					font-size:15px;
				}
					.fL_infoNameTit {
						/*color: #ffffff;
						font-size: 13px;*/
					}
			.copyright {
				background-color: #dc7e00;
				text-align: center;
				font-size: 12px;
				color:#ffffff;  /*Judy修改20190815*/
				padding: 17px 0px 17px;
				/* border-top: 1px #e5e5e5 solid; */
			}
				.copyright a {
					color:#ffffff;  /*Judy修改20190815*/
				}

				
		/*版腳右*/
		.footerRight {
			float:right;
			/*padding:24px 0px 0px;*/  /*Judy修改20190116*/
		}
			/*版腳右主按鍵*/
			.footerRight_navbar {
				font-size:0px;
				text-align:right;
				margin:0px -6px;
			}
				.fR_nav {
					display:inline-block;
					vertical-align:top;
					padding:0px 6px;
				}
					.fR_nav a {
						font-size: 15px;
						/* line-height: 21px; */
						color:#ffffff;  /*Judy修改20190815*/
						border: solid 1px #ffffff;  /*Judy修改20190815*/
						padding: 8px;
						text-decoration: none;
						display: block;
						border-radius: 3px;
						position: relative;
						transition: all 0.3s ease-out;
					}
						.fR_nav a:hover {
							opacity:0.7;
							/*color:#f994a3;
							border: solid 1px #f994a3;
							padding-left:20px;*/
							transition: all 0.3s ease-out;
							/*color:#0048dc;
							border-color:#0048dc;*/
						}
						


/*版腳社群*/
.footer_icon_area{
	text-align:right;
	padding-top: 25px;  /*Judy修改20190116*/
}
					
	.footer_icon{
		display:inline-block;
		padding-left:10px;
	}
						
		.footer_icon a{
			display:block;
		}
		
		.footer_icon a:hover{
			opacity:0.7;
		}
								
		.footer_icon img{  /*Judy修改20190116*/
			/*opacity: 0.85;*/
			width:50px;
			/*width:34px;*/
			height:auto;
	
			/*360旋轉效果*/
			transition: 0.7s ease-in-out;
		} 

		/*hover*/
		.footer_icon a:hover img{  /*Judy修改20190116*/
			opacity: 0.5;
											
			/*360旋轉效果*/
			/*modify by pekey 20180612*/
			transition: 0.7s ease-in-out;
			-moz-transform: rotateY(360deg);
			-o-transform: rotateY(360deg);
			-ms-transform: rotateY(360deg);
			-webkit-transform: rotateY(360deg);
			transform: rotateY(360deg);
		}




	
	@media (max-width: 1200px){
		/*版腳左*/
		.footerLeft {
			width:500px;
		}
			span.fL_infoNameTit {
				padding-bottom:0px;
				margin: 0px 0px -3px;
			}
	}
		@media (max-width: 990px){
			/*版腳左*/
			.footerLeft {
				float:none;
				width:auto;
			}
			
			.footerLeft_info {
				text-align:center;		
			}			
			
			.footerLeft_info span {
				padding: 0px;			
			}
						
			
			/*版腳右*/
			.footerRight {
				float:none;
				width:auto;
			}
				/*版腳右主按鍵*/
				.footerRight_navbar {
					text-align:center;
				}
					.fR_nav {
						width:19.5%;
						box-sizing: border-box;
					}
						.fR_nav a {
							padding: 8px 6px;
						}
						
				.footer_icon_area {
					text-align:center;
					padding-top: 30px;
				}		
				
				.footer_icon {
					padding: 0px 9px;  /*Judy修改20190116*/
				}						
						

		}
			@media (max-width: 510px){
				/*返回最上面*/
				.topBtn {
					position: relative;
					bottom: 0 !important;

					right: 0px;
				}
					.topBtn a {
						border-radius: 0px;
						width: auto;
						border: none;
						background:#f29200;
						color: #fff !important;
						padding: 21px 0px 0px;
						height: 42px;
					}
						.topBtn a:before {
							top:10px;
							left: 50%;
							border-bottom-color: #fff !important;
							margin: 0px 0px 0px -4px;
						}
						
				.footer {
					padding: 0px 0px 0px;
				}	
						
				.footerRight{
					padding:0px;
				}

				/*版腳右主按鍵*/
				.footerRight_navbar {
					display:none;
				}

			}
	


