/*modify by pekey 20190523*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- loading --*/
/*================*/

.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}








#top {
    border-top: 0.00005px #fff0 solid;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 0;
}








/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s ease all;
	background-color: #fff;
}
.header:before {
	position:absolute;
	content:'';
	top: 0;
	width: 100%;
	height:3px;
	background-color:#D0E0E3;
	transition: 0.3s ease all;
}


/*浮動*/
.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	padding: 0px;
	background-color: #fff;
}
.header.fixed:before {
	display:none;
}








	
	.header > .wrap {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		/*justify-content: center;*/
		width: auto;
		padding:0 8%;
		/* justify-content: space-between; */
	}


@media (max-width: 1100px){
	
	.header{
		padding: 2px 0px 0px;
	}
	/*浮動*/
	.header.fixed{
		/*padding: 5px 0px 0px;*/
		background-color: rgba(255,255,255,0.95);
	}
	
	
.header > .wrap {
	width: unset;
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    padding: 0px 20px;
}	
	
	
	
}










/*================*/
/*-- 手機menu按鍵 --*/
/*================*/
.menu_btn {
	position:absolute;
	width: 31px;
	height: 18px;
	/*background-color: #d97d7d;
	 top: 13px; */
	top: 50%;
	right: 5%;
	/*right: 0px;*/
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	cursor:pointer;
	display:none;
	z-index: 99;
	text-align: right;
}
	.menu_btn span {
		display: inline-block;
		background-color: #222262;
		height:2px;
		/*height:4px;*/
		margin: 0px 0px 6px;
		transition:0.3s ease all;
		border-radius:3px;
		width: 100%;
	}

	.menu_btn span:nth-of-type(2){
		width: 26px;
	}
	.menu_btn span:nth-of-type(3){
		width: 21px;
	}
	
	
	
		/*點擊*/
		.menu_btn.active {
			width: 30px;
			top: 30px;
    		/* right: 3%;*/
			position: fixed;
		}
			.menu_btn.active span {
				background:#ffffff;
				margin: 6px 0px;
			}
			/*.menu_btn.active span:nth-of-type(1) {
				transform: rotate(45deg);
				transform-origin: top left;
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				transform: rotate(-45deg);
				transform-origin: bottom left;
			}*/

			.menu_btn.active span:nth-of-type(1) {
				/*transform: rotate(39deg);
				transform-origin: top left;*/
				width: 100%;
				transform: translateY(1px) rotate(45deg);
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				/*transform: rotate(-39deg);
				transform-origin: bottom left;*/
				transform: translateY(-27px) rotate(-45deg);
				width: 100%;
			}

@media (max-width: 1100px){
	
		/*手機menu按鍵*/
		.menu_btn {
			display:block;
			/*right: 7.5%;*/
			right: 20px;
			/*right: 0px;
			left: auto;
			top: 50%;
			margin: -12px 0px 0px;*/
		}
}
@media (max-width: 640px){
	
		/*手機menu按鍵*/
		/*.menu_btn {
			left: 15px;
		}*/
}

















/*================*/
/*----- logo -----*/
/*================*/
.logo{
	/*width: 70px;*/
	width: 310px;
	transition: 0.3s ease all;
	/* float: left; */
	animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	visibility: visible;
	/* padding: 20px 0px; */
	position: absolute;
	/*left: 0;*/
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:9999;
}

/*浮動*/
.header.fixed .logo{
	transition: 0.3s ease all;
	/*width: 50px;*/
	width: 180px;
    padding: 0px 0px;
	/*width: 170px;
	padding: 10px 0px;*/
}


	.logo a{
		display: block;
		transition:0.3s ease all;
	}
	
		.logo img{
			width: 100%;
			height: auto; 
		} 
	
	/*hover*/
	.logo a:hover{
		transform: scale(0.9);
		animation: bounceIn;	
	}
	


	
@media (max-width: 1200px){	

	.logo {
		width: 215px;
	}	
	
}


@media (max-width: 1100px){


.logo {
    transition: 0.3s ease all;
    /*width: 80px;*/
    /* padding: 10px 0px 10px 50px; */
    padding: 10px 0px;
    float: none;
   /* position: unset;*/
   position: relative;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
}
	
	/*浮動*/
	.header.fixed .logo{
		transition: 0.3s ease all;
		width: 150px;
		/*width: 50px;*/
    	padding: 10px 0;
	}
}

@media (max-width: 400px){
	
	.logo {
		width: 175px;
		padding: 15px 0px;
	}	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 版頭右側 -----*/
/*================*/	
	
		
		
.headerRightT{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* top: 30px; */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* justify-content: center;*/
	width: 100%;
	z-index: 0;
}		
		



	
	
/*@media (max-width: 1100px){
	
	.headerRightT {
		position: unset;
		right: unset;
		top: unset;
		-webkit-transform: none;
		transform: none;
		padding-right: 13%;
	}	
		
}
	
	
	
	
@media (max-width: 768px){	
		
	.headerRightT {
		padding-right: 15%;
	}		
	
}	
	
	
	
	
@media (max-width: 640px){	
		
	.headerRightT {
		padding-right: 22%;
	}		
	
}	*/
		
	
	
	
	
	
	
	
	
	

/*================*/
/*----- 語系 -----*/
/*================*/			
        
  	
	/*語系區塊*/
	.Lang_area {
		/*position: absolute;
		top: 50%;
		right: 0px;
		margin: -17px 0px;*/
		position: relative;
		z-index:4;
		box-sizing: border-box;
		margin-right: 8%;
	}
	
		.Lang{
			padding: 0 16px 0 0;
			text-align: center;
			/* border-radius: 26px; */
			/* background-color: #fff; */
			/* border: solid 0.5px #bfbfbf00; */
		}
			.Lang img{
				width: 20px;
				height:auto;
			}	
		
			.Lang > a {
				font-size: 12px;
				line-height: 34px;
				color: #58595b;
				display: block;
				/*border: 1px #c3c3c3 solid;
				border-radius: 5px;*/
				text-decoration:none;
				padding: 0px 0px 0px 0px;
				/* position: relative; */
				/* background-color: #b0b0b0; */
			}
			
			.Lang > a:before {
				position: absolute;
				content: "";
				border-top: solid 7px #898989;
				border-left: solid 4px rgba(255,255,255,0);
				border-right: solid 4px rgba(255,255,255,0);
				/* top: 50%; */
				top: 8px;
				right: 0px;
				/* transform: translateY(-45%); */
			}		
			
		
		.nL_in_area{
			position: absolute;
			width: 75px;
			top: 24px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #fff;
			border-radius:3px;
			display:none;
			margin: 1px 0px 0px;
			box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
		}
		/*.nL_in_area.active{
			display:block;
		}	*/	
		
		
		
			.nL_in{
				text-align: center;
			}
				.nL_in > a{
					color: #898989;
					display: inline-block;
					text-decoration: none;
					font-size: 12px;
					line-height: 24px;
					text-decoration:none;
				}
							
			.Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 1100px){	

	.Lang_area {
		margin-right: 70px;
	}
	
}
	
	
	
	
	
	
	


/*================*/
/*----- 搜尋 -----*/
/*================*/			
						
		




/*PC搜尋區塊------------------------------------------------*/

.search_areaPC{
	box-sizing: border-box;
	padding-right: 20px;
}
	/*搜尋icon*/
	.search_iconPC{
		transition: 0.3s ease all;		
		/* padding: 0px 0px 25px 20px; */
	}
		.search_iconPC label{
			position: relative;
			display: block;
		}
			/*.search_iconPC i{
				font-size: 35px;
				line-height: 35px;
				color: #39bc9e;
				display: block;
			}*/
			
			.search_iconPC label div{
				position:relative;
				display:block;
			}
			.search_iconPC label div img{
				width:20px;
				height: 20px;
				display: block;
			}
			.search_iconPC label div:before{
				position: absolute;
				content: '';
				background-color: #faa9cb;
				width: 0%;
				height: 1px;
				bottom: -12px;
				left: 0px;
				opacity: 0;
				transition: 0.2s ease all;
			}
			
			
		/*hover*/
		.search_iconPC:hover label{
			/*opacity:0.5;*/
			transition: 0.3s ease all;
		}	
		.search_iconPC:hover label div:before{
			background-color:#faa9cb;
			width: 120%;
			opacity:1;
			transition: 0.2s ease all;
		}		
		
		
		


.search_inAreaPC{
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display:none;
	top: 49px;
	left: 0px;
	/*right: 0px;*/
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 30px 10% 30px;
	/* border-bottom-left-radius: 10px; */
	/* border-bottom-right-radius: 10px; */
}
.header.fixed .search_inAreaPC {
    top: 38px;
}
	
	/*搜尋類別*/
	.search_categoryAreaPC3{
		position: absolute;			
		left: 15px;
		width: 59px;
		z-index: 2;
	}
		.search_categoryAreaPC3 select{
			color: #fff;
			background: #000 url(../images/select_arrow_white.png) no-repeat;
			background-size: 13px;
			background-position: right;
			padding-right: 18px !important;
		}

	.search_inBoxPC{
		position: relative;
		width: 100%;
		padding: 0px 50px 0px 0px;
		box-sizing: border-box;
	}
		.search_inBoxPC input{
			background: transparent;
			border: 0px;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			line-height: 22px;
			height: 40px;
			padding: 0px;
			border-radius: 0;
			width: 100%;
			border-bottom: 1px solid #b0b0b0;
		}
		.search_inBoxPC input[type="text"]:focus{
			border: 0px;
		}
		
	.search_inBoxPC a{
		z-index: 2002;
		/*color: #39bc9e;*/
		color: #000000;
		position: absolute;
		right: 0px;
		top: 10px;
		text-decoration: none;
	}
		.search_inBoxPC span{
			display:inline-block;
			vertical-align:middle;
		}
		.search_closePC{
			font-size:22px;
			font-weight:lighter;
		}	

	
	
@media (max-width: 1100px){		

	.search_inAreaPC {
		/*top: 54px;*/
		top: 39px;
	}
	.header.fixed .search_inAreaPC {
		top: 33px;
	}	
}
	
@media (max-width: 640px){	
	
	.search_inAreaPC {
		padding: 15px 5%;
	}
	
}
	
@media (max-width: 400px){		
	
	.search_inAreaPC {
		top: 37px;
	}
	
}	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 主按鍵 -----*/
/*================*/

.header_rightArea{
    float: right;
}

	.navbar{
		font-family: jf_openhuninn;
		margin-right: 85px;
		/*margin: 0 auto;*/
		/*margin-right: -30px;
		padding: 15px 0px 0px;*/
	}
	
	/*浮動*/
	.header.fixed .navbar{
		padding: 0px 0px;
	}
	
		
		.nav{
			float: left;
			box-sizing: border-box;
			position: relative;			
		}
			.nav > a{
				/* 20211118 feather 缺字所以隱藏setofont字型 */
				display: block;
				text-decoration: none;
				/* color: #f291b3; */
				color: #888888;
				font-size: 18px;
				transition: 0.3s ease all;
				position: relative;
				padding: 30px 30px;
				/* font-family: 'setofont'; */
				/*padding: 20px 30px 35px;*/
			}
			/*.nav.geneinfo > a{
			}*/
			
			.header.fixed .nav > a{
				transition: 0.3s ease all;
				font-size: 16px;
				padding: 20px 30px;
			}
			
			/*hover*/
			.nav:hover > a {
				/* opacity: 0.5; */
				transition: 0.3s ease all;
				background: #F8E4EC;
				color: #E15757;
			}
				/*.nav_span{
					color: #000;
					position: absolute;
					top: 16px;
					right: 3px;
					font-size: 12px;
				}*/
				
				
			/*主按鍵_下拉選單*/						
			.navOpen {
			}
			.navOpen.pc {
				position:absolute;
				width:164px;
				/* margin:0px 0px 0px -82px; */
				display:none;
				z-index: 2;
				/*top: 108px;*/
				top: 77px;
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
			}							
			
			
			.nav:hover .navOpen.pc {
				display:block;
			}
			/*.navbar .nav:nth-of-type(4):hover .navOpen.pc {
				display:block;
			}*/							
							
			.header.fixed .navOpen.pc {
				top: 56px;
			}				
										
							
							
							
			/*.navOpen.pc.geneinfo {
				width: 100%;
				position:absolute;
				left: 0;
				top: 80px;
				display: none;
				z-index: 2;
				background-color: rgba(255,255,255,0.9);
				box-shadow: 9px 6px 19px -8px rgba(0,0,0,0.5);
				border-top: 1px solid rgba(0,0,0,0.1);
				
				transition: 0.3s ease all;
			}
							
			
			.header.fixed .navOpen.pc.geneinfo {
				top: 56px;
			}
				.geneinfo_area{
					text-align: center;
					padding: 30px 0px;
				}*/
				
					/*子選單_標題區塊*/
					/*.nav_titArea{
						float: left;
						width: 20%;
						height: 100%;
						box-sizing: border-box;
						padding: 50px 40px;
					}
						.nav_titIn{
							color: #595757;
							font-size: 1.4em;
							text-align: right;
						}*/
						
						
					
					/*子選單_連結列表區塊*/
					/*.nav_inArea{
						float: left;
						width: 80%;
						min-height: 132px;
						box-sizing: border-box;
						padding: 7px 0px 7px 40px;
						border-left: 1px solid #716764;
					}
						.nav_inContent{
							text-align: left;
						}
							.navIn_listArea{
								float: left;
								padding-right: 100px;
								box-sizing: border-box;
							}
								.navIn_list{
									display: inline-block;
									box-sizing: border-box;
									width: 24%;
									padding: 7px 0px;
									text-align: left;
								}
									.navIn_list a{
										display: inline-block;
										color: #595757;
										text-decoration: none;
										font-size: 1em;
										letter-spacing: 0;
									}*/
									/*hover*/
									/*.navIn_list a:hover{
									}*/
							
			
			/*mobile版*/
			.navOpen.mobile {
				display:none;
				opacity:0;
				z-index:-999999;
				position: absolute;
			}	
			
			/*hover*/
			.nav:hover .navOpen.pc {
				display: block;
				
				transition: 0.3s ease all;
			}	
								
				.navOpenBg {
					position:relative;
					background: rgb(0 0 0 / 60%);
					/*background: rgb(210 5 0 / 0.8);*/
				}
			
					.navOpenList a {
						text-align:center;
						font-size: 15.5px;
						color:#fff;
						line-height:22px;
						padding: 10px 5px;
						/* background:rgba(0,0,0,0.65); */
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
					}
						.navOpenList > a:hover {
							background: #DEEED6;
							color: #638AAB;
						}
			
			
					/*.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 a {
					}	
						/*hover*/
						.navOpen.pc  .navOpenList a:hover {
						}
	
	
	
	
	
	
	
	
	

@media (max-width: 1500px){	
	
	.nav > a{
		padding: 30px 10px;
	}
	.header.fixed .nav > a {
		padding: 20px 10px;
	}	
		
}	
	
	
	
	
	
	


@media (max-width: 1100px){
	
	
	/*主按鍵*/
	.navbar {
		position: fixed;
		width: 200px;
		top: 0px;
		right: -200px;
		height: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		transition: 0.3s ease all;
		padding: 60px 0px;
		margin:0;
		overflow-y: auto;
		z-index: 4;
	}
		.header.fixed .navbar{
			padding: 46px 0px;
		}
		.navbar.active {
			/*left: 0px;*/
			right: 0px;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
		}
			.nav {
				float:none;
				width: 100%;
				padding: 0px;
				position: relative;
			}
				.nav.geneinfo:after {
					position: absolute;
					content: '';
					border-top: solid 5px #999;
					border-left: solid 3px rgba(255,255,255,0);
					border-right: solid 3px rgba(255,255,255,0);
					top: 19px;
					right: 15px;
				}
				
				.nav > a {
					border:none;
					border-radius:0px;
					text-align:left;
					padding: 13px 15px;
					color: #cecece;
					border-bottom: 1px solid #5b5b5b;
					font-size: 14px;
				}
				
				.header.fixed .nav > a{
					transition: 0.3s ease all;
					padding: 13px 15px;
				}
				
				
				
					/*當前模式*/
					.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: #cecece;
										line-height:22px;
										/*padding: 12px 15px;*/
										padding: 12px 15px 12px 30px;
										background-color: rgba(0, 0, 0, 0.7);
										transition:0.3s ease all;
										text-decoration:none;
										display:block;
										border-bottom: 1px solid #5b5b5b;
									}
										.navOpenList > a:hover {
											opacity: 0.7;
										}
}








	
	

@media (max-width: 640px){
	
	/*主按鍵*/
	.navbar {
		width: 100%;
		right: -100%;
	}
	
}




















