/*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{
	position:absolute;
	top:-100%;
}

.headertop{
	border-top: 0px solid #fff0;
}









/*========================================================*/
/*-------放置版頭_導盲磚--------*/
/*========================================================*/

/* 導盲磚_跳到版頭內容 -----------------*/
.tactile_paving_header {
  z-index: 9;
}
/* ALT+U_跳到主要內容區塊 -----------------*/
.tactile_paving {
  z-index: 8;
  transform: translateY(20px);
}

.tactile_paving_header,
.tactile_paving {
  position: absolute;
  font-size: 0.7em;
  color: #fff0;
}

.tactile_paving_header a,
.tactile_paving a {
  color: #fff0;
  display: block;
  text-decoration: none;
}

.tactile_paving_header a:focus,
.tactile_paving_header a:hover,
.tactile_paving a:focus,
.tactile_paving a:hover {
  color: #000;
}










/*========================================================*/
/*-------字級大小轉換--------*/
/*========================================================*/


.fontSizeFunction{
    order: 1;
    margin-left: auto;
    position: relative;
}
	.fontSize_button{
		cursor: pointer;
	}
		.fontSize_button button{
			background: transparent;
			background-color: transparent;
			padding: 0;
			margin: 0;
			border: none;
			width: auto;
			aspect-ratio: 1;
			display: block;
			text-decoration: none;
			font-size: 2.125em;
			line-height: 1;
			color: var(--dark_color);
			font-weight: 700;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #D9D9D9;
			padding: 0 7px;
			font-family: var(--foreign_font);
			border-radius: 4px;
			cursor: pointer;
		}
			.fontSize_button button img{
				/* width: 80%;
				height: auto;
				display: block; */
			}



	.fontSize_listArea {
		/* border: 1px #000 solid; */
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		position: absolute;
		top: 36px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 75px;
		/* gap: 15px; */
		display: none; /*預設關閉*/
	}

	.fontSize_list {
	width: 100%;
	}
	.fontSize_list:last-of-type {
		padding-right: 0px;
	}
	.fontSize_list a {
		 /* 最小值 20.00px、大小約 1.5625vw、最大值 30.00px */
		 text-decoration: none;
		 position: relative;
		 font-size: 1em;
		 color: var(--dark_color);
		 font-weight: 700;
		 position: relative;
		 background-color: #ffffff;
		 display: block;
		 width: 100%;
		 padding: 5px;
		 text-align: center;
	}


	.fontSize_list a.fontA{
		font-size: calc(1em * 0.8);
	}
	.fontSize_list a.fontC{
		font-size: calc(1em * 1.2);
	}


	
.fontSize_list a.active{
  background-color: var(--primary_color);
  color: #fff;
}
/* .fontSize_list a.active img.pc{
  display: none;
}
.fontSize_list a.active img.mobile{
  display: block;
} */






/* .fontSize_list a:hover {
  opacity: 0.8;
  transform: scale(0.9);
  transform-origin: center;
  transition: 0.3s ease all;
} */

.fontSize_list a:focus {
  border-color: var(--focus_color) !important;
  background-color: var(--focus_color) !important;
  z-index: 5;
  color: #fff;
}











.htmlFontSizeA {
  /* font-size: 0.9em; */
}

.htmlFontSizeA #fontA {
  /* border: #5f6267 0.0625em solid; */
}

.htmlFontSizeB {
}

.htmlFontSizeB #fontB {
}

.htmlFontSizeC {
}

/* .htmlFontSizeA a.active img.pc{
}
.htmlFontSizeA a.active img.pc{
}

.htmlFontSizeB a.active img.pc{
  font-size: 1em;
}
.htmlFontSizeB a.active img.pc{
  font-size: 1em;
}

.htmlFontSizeC a.active img.pc{
  font-size: 1.2em;
}
.htmlFontSizeC a.active img.pc{
  font-size: 1.2em;
} */



@media (max-width: 1600px) {

}

@media (max-width: 990px) {

	.fontSizeFunction{
		order: unset;
		margin-left: 0;
		right: 35px;
	}
		.fontSize_button button {
			font-size: 1.5em;
		}

  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    /* left: unset; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }

  .fontSize_list a {
    /* width: 25px;
    height: 25px;
    color: #2B2B2B; */
  }
  /* .fontSize_list img.pc {
    display: block;
  } */


  /* .htmlFontSizeA #fontA,
  .htmlFontSizeB #fontB {
    border-color: #2B2B2B;
  } */
}

@media (max-width: 640px) {
  /*-------字級大小轉換--------*/
  .fontSize_list {
    /* padding-right: 10px; */
  }
}


















/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s ease all;
	background-color: #ffffff;
	/* border-bottom: 3px solid #FAD038; */
	border-bottom: 1px solid var(--fourth_color);
}

/*浮動*/
.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 > .wrap {
		position: relative;
		display: flex;
		align-items: center;
		column-gap: clamp(0.9668rem, 1.5625vw, 1.8750rem); /* 最小值 15.47px、大小約 1.5625vw、最大值 30.00px */
	}
	


@media screen and (max-width: 1350px) and (min-width: 991px) {

	.header .wrap {
		width: 95%;
		column-gap: clamp(0.4688em, 0.7813vw, 0.9375em); /* 最小值 7.5px、大小約 0.7813vw、最大值 15px */ 
	}



}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 500px) and
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74),
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

    
}

@media screen and (min-width: 991px) {

	.htmlFontSizeC .header .wrap {
		width: 95%;
		max-width: 100rem; /*1600px*/
	}

}


@media (max-width: 990px) {

	.header > .wrap {
		justify-content: space-between;
	}

}



/*================*/
/*-- 手機menu按鍵 --*/
/*================*/
.menu_btn {
	position:absolute;
	width:20px;
	top: 50%;
    transform: translateY(-50%);
	right: 0;
	cursor:pointer;
	display:none;
	z-index: 99;
}
	.menu_btn span {
		display:block;
		background-color: var(--primary_color);
		height:2px;
		margin: 4px 0px;
		transition:0.3s ease all;
		border-radius:3px;
	}
		/*點擊*/
		.menu_btn.active{
			top: 8px;
    		transform: unset;
		}
		.menu_btn.active span {
			background-color: #fff;
		}
			.menu_btn.active span:nth-of-type(1) {
				transform: rotate(39deg);
				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-origin: bottom left;
			}

@media (max-width: 990px){
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
	}

}

@media (max-width: 510px){
	
	.menu_btn.active {
		top: 25px;
	}

}

/*================================*/
/*----- logo -----*/
/*================================*/
.logo{
	font-size: 1.625em; /*26*/
	/* width: 80px; */
	margin: 0;
	transition: 0.3s ease all;
	/* float: left; */
	box-sizing: border-box;
	/* animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both; */
	visibility: visible;
	/* padding: 20.5px 0px; */
	padding: clamp(0.6606rem, 1.0677vw, 1.2813rem) 0; /* 最小值 10.57px、大小約 1.0677vw、最大值 20.50px */
}

	.logo a{
		display: block;
		transition:0.3s ease all;
		display: grid;
		align-items: center;
		/*grid-template-columns: 12.5rem auto; *//*200px auto*/

		grid-template-columns:clamp(6.4518rem, 10.4167vw, 12.5rem) auto; /* 103.23px , 10.4167vw , 200px */   /* auto */
		gap:  clamp(0.6445rem, 1.0417vw, 1.2500rem); /* 10.31px、1.0417vw、20.00x */
		color: var(--primary_color);
		text-decoration: none;
		font-size: inherit;
	}
	
		.logo>a:focus {
		box-sizing: border-box;

		outline-width: var(--focus_outline-width) !important;
		outline-style: var(--focus_outline-style) !important;
		outline-color: var(--focus_outline-color) !important;
		background-color: transparent !important;
	}

		.logo img{
			width: 100%;
			height: auto; 
		} 
		.logo strong{
			padding: 0;
			margin: 0;
			font-size: inherit;
			line-height: inherit;
			font-weight: inherit;
		}
		/* modify by peggy 20250630 start  */
		/*hover*/
		.logo a:hover{
			transform: unset;
			animation: unset;	
		}
		/* modify by peggy 20250630 end  */
	






@media (max-width: 1350px){

	.logo {
		font-size: 1.25em; /*20px*/
		/*font-size: 1.25em; *//*20*/
	}

}



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 500px) and
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74),
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

  	.logo a{
		grid-template-columns:15.9375rem auto; /* 255  auto */
		gap:0.625rem;   /* 10px */
	}

}


@media (max-width: 990px){

	.logo{
		transition: 0.3s ease all;
		padding: 10px 0px;
		float: none;
		margin: 0;
	}	

}

@media (max-width: 510px){
	
	.logo a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		grid-template-columns: unset;
	}
	.logo img{
		max-width: 145px;
	}
}
	



/*================================*/
/*----- 版頭右 -----*/
/*================================*/

.header_rightArea{
    /* float: right; */
    box-sizing: border-box;
    /* padding-top: 42px; */
}


@media (max-width: 1260px){
	

}
	














/*================================*/
/*----- 主按鍵 -----*/
/*================================*/

	.navbar{
		display: flex;
		/*font-size: clamp(1.0625em, 1.1068vw, 1.3281em);*/ /*17px、1.1068vw、21.25px */
		/*margin-right: clamp(-0.9668rem, -1.5625vw, -1.8750rem);*/ /* 最小值 15.47px、大小約 1.5625vw、最大值 30.00px */
		font-weight: 500;
		font-size: 1.3281em; /*21.25*/
		column-gap: clamp(0.3125rem, 2.6667vw, 1.25rem);  /* 最小值 5px、大小約 2.6667vw、最大值 20.00px */
	}
	
	/*浮動*/
	/* .header.fixed .navbar{
		padding: 0px 0px;
	} */
	
		
		.nav{
			float: left;
			box-sizing: border-box;
			position: relative;
		}

		.navTitle{
			position: relative;
			display: flex;
		}
			.nav > a ,
			.navTitle > a {
				display: block;
				text-decoration: none;
				color: var(--dark_color);
				font-size: inherit;
				transition: 0.3s ease all;
				position: relative;
				/* padding: 29.5px 30px; */
				padding: clamp(0.8701rem, 2.2667vw, 1.0625rem) 0; /*  最小值 13.92px、大小約 2.2667vw、最大值 17.00px */
				/*padding-left:  clamp(0.3125rem, 2.6667vw, 1.25rem);*/  /* 最小值 5px、大小約 2.6667vw、最大值 20.00px */
				/*padding-right: clamp(0.3125rem, 2.6667vw, 1.25rem);*/  /* 最小值 5px、大小約 2.6667vw、最大值 20.00px */
				padding-right: 0;
				padding-left: 0;
			}
			
			/*hover*/
			.nav:hover > a ,
			.navTitle:hover > a {
				opacity: 0.7;
				transition: 0.3s ease all;
				position: relative;
			}
			
			.nav > a:before ,
			.navTitle > a:before {
				content: "";
				position:
				absolute;
				background-color: #c3c3c3;
				width: 1px;
				height: 15px;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				opacity: 0;
			}						

			.nav:first-of-type > a:before ,
			.nav:first-of-type .navTitle > a:before {
				display:none;
			}

			.arrow_down{
				display: none;
			}

				/*主按鍵展開*/
				.navOpen {
					position:absolute;
					left:50%;
					padding:9px 0px 0px;
					width: 220px;
					transform: translateX(-50%);
					display:none;
					z-index: 2;
				}
				.nav:hover .navOpen.pc {
					display:block;
				}
				.navOpenBg {
					position:relative;
				}


				.navOpen.mobile {
					display:none;
					opacity:0;
					z-index:-999999;
					transform: unset;
					padding: 0;
				}
				.navOpen.pc .navOpenBg:before {
					position: absolute;
					content:'';
					border-bottom: solid 8px rgba(0,0,0,0.65);
					border-left: solid 12px rgba(255,255,255,0);
					border-right: solid 12px rgba(255,255,255,0);
					top:-8px;
					left:50%;
					transform: translateX(-50%);
				}

					.navOpenList {
					}
						.navOpenList a {
							text-align:center;
							font-size:inherit;
							color:#fff;
							line-height:1.5;
							padding:7px 5px;
							background:rgba(0,0,0,0.65);
							display: block;
							transition:0.3s ease all;
							text-decoration: none;
							font-size: 1em;
						}
							.navOpenList a:hover {
								background: var(--primary_color);
							}



									
@media screen and (max-width: 1350px) and (min-width: 991px) {

	.navbar{
		font-size: 1.125em; /*18*/
	}

		.nav > a{
			padding-left:  clamp(0.3125rem, 0.7813vw, 0.9375rem);  /* 最小值 5px、大小約 0.7813vw、最大值 15px */
			padding-right: clamp(0.3125rem, 0.7813vw, 0.9375rem);  /* 最小值 5px、大小約 0.7813vw、最大值 15px */
		}

}



@media screen and (min-width: 991px) {

	.arrow_down{
		display: block;
		width: clamp(0.3125rem, 2.6667vw, 1.25rem);
		/* padding-right: 6px; */
	}

		.arrow_down::after {
			position: absolute;
			content: "";
			background-image: url(../images/bottom_arrow_icon_b.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 99.9%;
			transition: 0.3s ease all;
			/* width: 18px; */
			/* height: calc(18px / 2); */
			z-index: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			transform-origin: center center;
			width: 15px;
			aspect-ratio: 299 / 150;
			/* height: 20px; */
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			transition: 0.3s ease all;
			/* margin-right: 1px; */
		}
			.navOpenList a {
				font-size: 0.875em;
			}
			
}


@media (max-width: 990px){

/*----- 版頭右 -----*/
.header_rightArea{
	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: 52px 0px 0;
	overflow-y: auto;
	z-index: 4;
	float: none;
}
.header_rightArea.active {
	right: 0px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}



	/*----- 語系 language -----*/
	/* .language{
		position: unset;
		top: unset;
		right: unset;
	}
		.language_content{
			justify-content: center;
		}
			.language_list a {
				padding: 13px 5px;
			} */






	/*-----PC搜尋區塊-----*/
	/* .search_areaPC{
		position: unset;
		right: unset;
		top: unset;
	} */
		/*搜尋icon*/
		/*.search_iconPC{
			display: none;
		}
		.search_inAreaPC{
			position: unset;
			width: auto;
			max-width: unset;
			display: block;
			top: unset;
			right: unset;
			padding: 0px 0px;
		}
			.search_inBoxPC {
				position: relative;
				width: 100%;
				padding: 0px 50px 0px 10px;
				box-sizing: border-box;
			}
				.search_inBoxPC a{
					display: none;
				}
				.search_inBoxPC button[type="button"] {
					right: 0px;
					bottom: 0px;
					width: 40px;
					height: 40px;
					background-color: #fff0;
					display: flex;
				}
				.search_inBoxPC button[type="button"] svg {
					width: 15px;
					height: 15px;
					margin: auto;
					color: var(--primary_color);
				}*/
















	/*----- 主按鍵 -----*/
	.navbar {
		margin-right: 0px;
		font-size: 1em; /*14*/
		gap:0;
		flex-direction: column;
	}
		.nav {
			float:none;
			width: 100%;
			padding: 0px;
			position: relative;
		}
		

		.nav .navTitle.arrow_down {
			/* padding-right: 40px;
			position: relative; */
		}

		.nav .arrow_down{
			display: block;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.nav > a ,
		.navTitle > a{
			border: none;
			border-radius: 0px;
			text-align: left;
			padding: 13px 15px;
			color: #fff;
			/* font-size: 14px; */
		}
		.nav > a:before {
			display: none;
		}
		
		.nav > a:before, .navTitle > a:before{
			display: none;
		}
		/* .nav .navTitle.arrow_down::after ,
		.mobile.sstc .sstc_title.arrow_down::after  */
		.arrow_down::after {
			position: absolute;
			content: "";
			background-image: url(../images/bottom_arrow_icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px;
			transition: 0.3s ease all;
			width: 18px;
			height: calc(18px / 2);
			z-index: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			transform-origin: center center;
			width: 33px;
			height: 33px;
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			transition: 0.3s ease all;
		}
		/* .nav.active .navTitle.arrow_down::after */
		.nav.active .arrow_down::after{
			transform: translateY(-50%) rotate(180deg);
			transform-origin: center center;
			transition: 0.3s ease all;
		}
			
					
				/*展開選單*/
				.navOpen {
					position:relative;
					top:0px;
					left:0px;
					margin:0px;
					width:auto;
					border-radius:0px;
					background:#444;
					transform: unset;
					padding: 0;
				}
				
				/*hover*/
				.nav:hover .navOpen.pc ,
				.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:inherit;
							color: #cecece;
							line-height:1.57;
							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;
						}
						.search_inBoxPC input[type="search"] {
							border-bottom: 0px solid #c3c3c3;
						}

						.navOpenList a {
							text-align: left;
							padding: 7px 10px 7px 30px;
							font-size: 0.85em;
						}
}



