/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/

	/* position: relative; */
	background-color: #787973;
}
body:before{
	/* position:absolute;
	content: "";
	top: -125px;
	left:0px;
	width:100%;
	height: 140px;
	z-index: -1;
	background-color: #db931b; */
}
/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*--------------------------------------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;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#db931b;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#db931b;
	color:#fff;
}

.wrap {
	/* width:80%; */
	width:75%;
	margin:0 auto;
	padding: 0;
}



	  
@media (max-width: 1280px){

	.wrap {
		width:95%;
	}			
					
}	

	  
@media (max-width: 990px){

	.wrap {
		width:85%;
	}			
					
}	





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
	
	input[type="button"], input[type="submit"], input[type="reset"] {
		-webkit-appearance:none;
		-webkit-border-radius:0px;
		margin:0;
		padding:0;
		outline:none;
		cursor:pointer;
		vertical-align: middle;
		border:none;
		width:100px;
		height:42px;
		background: #fff0;
		color: #231815;
		border: 1px solid #231815;
		border-radius:2px;
		/*font-size: 13px;*/
		font-size: 15px;
		line-height:42px;
		transition: 0.2s ease all;
		letter-spacing:1px;
	}
		input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
			opacity:0.5;
		}
		
		input[type="reset"] {
			background:#231815;
			color: #fff;
		}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

	











/*-------輪播----------------------------------------------------------------------------*/

.indexBannerBg{
	/* background-color: #db931b; */
	background-color: #787973;
}

/*首頁banner區*/
.indexBannerArea{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}


/* 首頁banner左側區 */
.indexBannerLeft{
	width: 25%;

	box-sizing: border-box;
	/*background-color: #db931b;*/
	background-color: #859386;
}

.indexBannerLeftIn{
	padding: 30px;
	height: calc(100% - 60px);
	/* display: flex; */
}
	.indexBannerLeftIn h1{
		color: #fff;
		display: block;
		font-size: 25px;
		line-height: 1.5;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		font-weight: bolder;
		margin: 0 0 15px;
		/* width: 100%; */
	}
	.indexBannerLeftIn .text{
		font-size: 15px;
		line-height: 1.5;
		color: #fff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		/* width: 100%; */
	}

	/* 首頁banner左側More */
	.indexBanner_More{
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		border: 2px solid #ffffff;
		padding: 2px 8px 2px 6px;
		color: #ffffff;
		width: 110px;
		text-align: center;
		border-radius: 3px;
		font-family: 'Kulim Park', sans-serif;
		margin: 30px 0 0;
	}		
		.indexBanner_More a{
			color: #ffffff;
			text-decoration: none;
		}
		.indexBanner_More i{
			color: #fff;
			font-size: 20px;
			line-height: 19px;
			vertical-align: middle;
			font-weight: bolder;
		}

		.indexBanner_More:hover{
			background-color: #ffffff;
			transition: all 0.3s ease-out;
		}
		.indexBanner_More:hover a{
			transition: all 0.3s ease-out;
			color: #db931b;
		}	
		.indexBanner_More:hover i{
			transition: all 0.3s ease-out;
			color: #db931b;
		}																




/* 首頁banner右側區 */
.indexBannerRight{
	width: 25%;
	box-sizing: border-box;
	background-color: #333;
	/* height: 100%; */
}
	.indexBannerRight ul{
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		list-style-type: none;
		position: relative;
		height: 100%;
	}
		.indexBannerRight li:first-of-type{
			background-color: #fff;
		}
		.indexBannerRight li{
			box-sizing: border-box;
			padding: 0;
			margin: 0;
			list-style-type: none;
			/* background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 0;
			padding-bottom: 100%; 
			height: 300px;*/
			width: 100%;
			position: absolute;
		}
		.indexBannerRight li.pic{
			height: 40%;
			top: 0;

			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			background-color: #3e555d;
		}
		.indexBannerRight ul li.pic2{
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 60%;
			bottom: 0;
		}
			/* .indexBannerRight li img{	
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				border-radius: 50%;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			} */

		/* .indexBannerRight li{
			height: 50%;
			box-sizing: border-box;
			box-sizing: border-box;
			padding: 0;
			margin: 0;
			list-style-type: none;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 0;
			padding-bottom: 100%;
		} */





.indexBannerArea .banner{
	width: 50%;
	box-sizing: border-box;
	/* height: 600px; */
}








/*首頁banner----------------------*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
	.banner .swiper_button{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 32px;
		left: 50%;
		width: 100%;
		max-width: 80%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			/*z-index:9;*/
			z-index:3;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}

		.banner .swiper-button-prev , 
		.banner .swiper-button-next {
            /* opacity: 0;
            bottom:10px;
            top:unset;
            position:absolute; */
			width: 25px;
			height:25px;
			background-size: 25px;
			opacity: 1;
			position: unset;
			left: unset;
			right: unset;
			top: unset;
			bottom: unset;
			margin: 0;
		}
		.banner .swiper-button-prev{
			/* left:35%;			 */
			background-image: url(../images/left_arrow3.svg);
		}
		.banner .swiper-button-next {
			/* right:35%; */
			background-image: url(../images/right_arrow3.svg);
		}
		.banner:hover  .swiper-button-prev , 
		.banner:hover  .swiper-button-next {
			opacity: 1;
			transition:0.5s ease all;
		}
		
		
			/*左鍵*/
			/* .device .arrow-left {
				left:-20px;
			} */
			
			/*右鍵*/
			/* .device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				} */
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		
		/*輪播點點*/
		/* .pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}

			.banner .swiper_button .swiper-pagination {
				position: relative;
			}	
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 -4px;
			  cursor: pointer;
			} */
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
			/* .banner .swiper-pagination-fraction, 
			.swiper-pagination-custom,  */


			.banner .swiper-pagination {
				position: unset;
			}

			.banner .swiper-container-horizontal > .swiper-pagination-bullets {
				bottom: 13px;
			}
			.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
				opacity: 1 !important;
				background: #db931b !important;				
			}	
			.banner .swiper-pagination-bullet {
				background: #db931b !important;
				opacity: 0.3 !important;
				margin: 0 5px;
				width: 16px;
    			height: 16px;
				/* opacity: 0.5; */
			}			
			




		/* 播放鍵----------------------------------*/
		.banner .swiper-button-play{
		}
		/* 停止鍵----------------------------------*/
		.banner .swiper-button-pause{
		}
		.swiperPSbtn{
			position:absolute;
			/* right: 10px; */
			/* left: 50%; */
			left: 25px;		
			bottom: 25px;		
			z-index:1;
			/* -webkit-transform:translateX(-50%);
			transform:translateX(-50%); */
			display: flex;
			/* border: 1px #fff solid; */
			color: rgb(255 255 255 / 50%);
		}
			.swiperPSbtn i{
				cursor: pointer; 
				font-size: 20px;
				line-height: 20px;
				color:#fff;
				padding: 5px;
			}

		.banner .swiper-button-play ,
		.banner .swiper-button-pause{
			box-sizing: border-box;
			/* border: 1px #fff solid; */
			display: none;
		}	
		.swiperPSbtn .swiper-button-play{
			/* border-right: 0px #fff solid; */
		}
		.banner .swiper-button-play.active ,
		.banner .swiper-button-pause.active{
			/* background-color: #fff; */
			background-color: rgb(255 255 255 / 20%);
			display: block;
		}
		.banner .swiper-button-play.active i ,
		.banner .swiper-button-pause.active i{
			/* color: #000; */
			color: rgb(255 255 255 / 80%);
		}





			.pcBanner{	
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;		
				height: 500px;
			}

			.mobileBanner{
				display: none;
				position: relative;
				padding-top: 100%;
		}

			.mobileBanner img{
				width: 100%;
				height: auto;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}

				
						

@media (max-width: 990px){

	.indexBannerBg .wrap {
		width: auto;
	}

	.banner .swiper-pagination-bullet {
		margin: 0 3px;
		width: 8px;
		height: 8px;
	}
	.banner .swiper-button-prev, 
	.banner .swiper-button-next {
		width: 16px;
		height: 16px;
		background-size:16px;
	}



		/*首頁banner區*/
		.indexBannerArea{
			/* display:block; */
			flex-direction: row-reverse;
			/* flex-wrap: unset;	 */
		}

			/* 首頁banner左側區 */
			.indexBannerLeft{
				width: 100%;
    			order: 1;
			}
				.indexBannerLeftIn{
					padding: 20px;
					height: calc(100% - 40px);
				}


			.indexBannerArea .banner {
				width: 70%;
				order: 0;			
			}
				.pcBanner{
					display: none;
				}
				.mobileBanner {
					display: block !important;
				}

			/* 首頁banner右側區 */
			.indexBannerRight{
				width: 30%;
    			order: -1;
			}
			/* .indexBannerRight ul{
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;	
			}
				.indexBannerRight li{
					width: 50%;
					height: auto;
				}	
				.indexBannerRight ul li.pic2 {
					padding-top: 50%;
				} */
}
				













				
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			line-height:40px;
			background:#db931b;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}



/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/*margin: 14px 0px 10px 0px;*/
	margin: 0px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#db931b;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		cursor:pointer;  /*新增 by pekey  20170605*/
	}
		.tabs_btn_now:hover {
			background:#f1f1f1;
			color:#595959;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #FFF;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
		/*background:#595959;*/
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:15px;
				}
					.tabs li a:hover {
						background:#fff;
						color:#000;
					}
					.tabs a { 
						color:#000;
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#f1f1f1; 
					}
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active a {
							background:#fff;
							color:#000;
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	/* border:1px solid #cdcece;*/
	border-top: 1px solid #cdcece; 
	padding: 17px 15px;
	background:#fff;
	min-height:400px;
	/* min-height:830px; */
}
@media (max-width: 900px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			position: absolute;
			width: 100%;
			z-index: 999;
		}
			.tabs li {
				float:none;
				text-align:center;
				border-right:1px solid #cdcece;
				border-left:1px solid #cdcece;
			}
				.tabs li.active a {
					border-top:1px solid #cdcece;
					border-bottom:1px solid #cdcece;
				}
					.tabs li.active:after {
						content:"";
					}
		.p_tab_text_area{
			min-height:auto;
		}
}











					
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}





/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		/*text-align:center;*/
		font-size:15px;
		line-height:22px;
		padding:10px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/*border-radius:3px;*/
			font-size:18px;
			/*color:#fff;
			background:#c13e42;*/
			line-height:18px;
			/*padding:0px 5px;*/
			color:#cb2923;
			background: #ffffff00;
			/*position: unset;
			right: inherit;*/
			padding: 0px;
		}

	/*表單區*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		justify-content: space-between;
		align-content: flex-start;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				width:100%;
				/*border-bottom: dotted 1px #0f0f0f;*/
				/*padding:12px 0px 0px 0px;*/
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					/*font-weight:bold;*/
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					
					.fL_info select{
						width:100%;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					/*.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					*/
					/*地址樣式*/
					.fLR_address.fL_info {
						position:relative;
						padding-left: 315px !important;
					}
						.fLR_address select {
							position:absolute;
							left:0px;
							width:100px;
							height:42px;
						}
						.fLR_address select:nth-of-type(2) {
							position:absolute;
							left: 105px;
						}

						input.fLRA_postalCode {
							position:absolute;
							width:100px;
							left: 210px;
						}
						input.fLRA_address {
						}
						
						
						
					/*地址樣式2*/
					.fLR_address2.fL_info {
						position:relative;
						padding-left: 110px !important;
					}
						.fLR_address2 select {
							position:absolute;
							left:0px;
							width:100px;
							height:42px;
						}						
						.fLR_address2 input{
						}
												
											
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						
						
					
					
					
				/*檢查帳號是否重複*/	
				.form_listAdd{
				}	
					.form_listAdd .fL_info {
						position: relative;
						padding-right: 150px;
					}
						.form_listAdd input.form_listAddBtn{
							background-color: #db931b;
							color: #fff;
							width: 140px;
							height: 42px;
							position: absolute;
							right: 0;
						}					
					
					
					
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #6d3007;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#ca0000;
					}	
					
					
					/*校正服務申請品牌*/
					.form_list .brand span {  
						display: block;
						margin-top: 10px;  
					}
					
					
						@media (max-width:768px){					
						
							/*地址樣式*/
							.fL_info.fLR_address{
								position: unset;
								padding: 0!important;
								display: flex;
								flex-wrap: wrap;
								flex-direction: row;
								justify-content: space-between;
							}
								.fL_info.fLR_address select {
									width: 49.5%;
									left: unset;
									position: unset;
								}
								.fL_info.fLR_address select:nth-of-type(2) {
									/* left: 70px; */
									width: 49.5%;
									left: unset;
									position: unset;
								}	
								.fL_info.fLR_address select:nth-of-type(3) {
									/* left: 140px; */
								}	
								input.fLRA_postalCode {
									position: unset;
									width: 100%;
									left: unset;
									margin: 5px 0;
								}
								.fL_info.fLR_address div{
									width: 100%;									
								}
								input.fLRA_address {
									width: 100%;
									margin-bottom:17px;
								}			
								/* .fL_info.fLR_address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}*/					 

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									top: -6px;
								}
								
								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}













/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		width:48%;
		padding: 0px 8px;
		text-align: center;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float:right;
		background-color:#5f6267;
	}











/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}










/*/////////////////////////////////////////////////////////*/
/*表格*/
/*/////////////////////////////////////////////////////////*/	





	table {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
	}
		tr {
		}
			td {
				text-align:center;
				/*vertical-align:middle;*/
				vertical-align:top;
				font-size:15px;
				line-height: 24px;
				color:#333;
				padding:10px 15px;
				box-sizing:border-box;
				border-bottom: solid 1px #e5e9ea;
				border-right: solid 1px #e5e9ea;
				
				/*background: #f4f4f4;*/
			}
			tr:first-child td{
			    border-top: solid 1px #e5e9ea;
			}
			td:first-child{
			    border-left: solid 1px #e5e9ea;
			}
			
			


			@media (max-width: 640px){

				tr td {
					position:relative;
					display:block;
					border-left: solid 1px #e5e9ea;
					border-bottom: solid 0px #e5e9ea;
					border-top: solid 0px #e5e9ea;
				}
				td:before {
					content: attr(data-name);
				}
								
				tr:first-child td{
					display:none;
				}
				
				tr td:last-child{
					border-bottom: solid 1px #e5e9ea;
				}	
				tr:nth-child(2) td:first-child{
					border-top: solid 1px #e5e9ea;
				}				

			}










/*購物車大標*/
.cart_big_tit {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:0px 0px 0px 44px;
}
	.cart_big_tit span {
		position:absolute;
		display:block;
		border-radius:100%;
		font-size:15px;
		font-weight:100;
		color:#fff;
		text-align:center;
		width:25px;
		background:#db931b;
		left:0px;
		letter-spacing: 0px;
	}
	
	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

	

.main{
	margin-top:121px;
	background-color: #fff;
}


@media (max-width: 1280px){
	
	.main{
		/* margin-top: 142px; */
	}
	
	
}

@media (max-width: 990px){
	
	.main{
		margin-top: 70px;
	}
	
	
}

@media (max-width: 640px){

	.main {
		margin-top: 46px;
	}

}


.dom{	
	padding: 40px 0 70px;
}
.indexmain .dom:nth-of-type(2){	
	padding-top:80px;
}






/*/////////////////////////////////////////////////////////*/
/*-------*首頁_最新消息區塊--------*/
/*/////////////////////////////////////////////////////////*/


.indexNewsBg{
	/* padding-bottom: 70px;
	padding-top: 110px; */
}
	.indexNewsBg .wrap{
		/* width: 65%; */
	}










	/* .indexNewsBg .tabs{
		margin: 0 -15px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
		.indexNewsBg .tabs_btn_now {
			background: #fbb12900;
		}


.indexNewsBg  .tabs li {
    border-right: solid 0px #c4c4c4;
    line-height: 30px;
} 


		
			.indexNewsBg .tabs a{
				color: #686665;
				font-size: 16px;
				line-height: inherit;
				background: #fbb12900;
				padding: 0px 15px;
				position: relative;
				text-decoration: none;
			}
			.indexNewsBg .tabs a:after{
				position: absolute;
				content:"";
				background-color: #686665;
				width: 1px;
				height: 12px;
				top: 50%;
				right:0px;
				-webkit-transform: translateY(-45%);
				transform: translateY(-45%);
			}
			.indexNewsBg .tabs li:last-of-type a:after{
				display: none;
			}*/

			.indexNewsBg .tabs li.active a {
				background: #fbb12900;
				color: #db931b;
				font-size: 22px;
				line-height: inherit;
				position: relative;
			}
			/*.indexNewsBg .tabs li.active a:before {
				position: absolute;
				content: url(../images/index_tit_icon.svg);
				width: 70px;
				height: 70px;
				top: 50%;
				left: 12px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				z-index: -1;
				opacity: 0.6;
			}
			.indexNewsBg .tabs li a:hover {
				background: #fbb12900;
			}





	.indexNewsBg .p_tab_text_area {
		padding:0px;
		background: #fbb12900;
	}


	.indexNewsBg  .tab_area {
		border-bottom: solid 0px #c4c4c4;
	}*/






	ul.indexNewsTabs{
		padding: 0;
		list-style-type: none;
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		margin: 20px 0px 0px;
	}
		.indexNewsTabs li{
			display: block;
			padding: 0;
			margin: 0;
		}	
		.indexNewsTabs li a{
			color: #686665;
			font-size: 16px;
			line-height: inherit;
			padding: 0px 15px;
			text-decoration: none;
			position:relative;
		}
		.indexNewsTabs li a:hover{
			opacity: 0.5;
		}
	.indexNewsTabs a:after {
		position: absolute;
		content: "";
		background-color: #aeaeae;
		width: 1px;
		height: 12px;
		top: 50%;
		left: 0px;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
	}	
	.indexNewsTabs li:first-of-type a:after {
		display: none;
	}




	.indexNewsArea{	
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px -15px -30px;	
	}


		/* 首頁最新消息列表 */
		.indexNewsList{
			box-sizing: border-box;
			width: 25%;
			padding: 0px 15px 30px;
		}
		.indexNewsListIn{
			/* position: relative; */
			/* overflow: hidden; */
			border: 1px #f0f0f000 solid;
			box-shadow: 0 18px 40px #3333331a;
		}

        /* 首頁最新消息下方文字區塊 */
		.indexNewsBottom{
			background-color: #fff;
			width: 100%;
		}
		.indexNewsBottomIn{
			padding: 15px;
		}
			.indexNewsBottom a{
				display: block;
				text-decoration: none;
			}
				.indexNewsTag{
					font-size: 12px;
					color: #fff;
					/* background-color: #db931b; */ /* modify by pekey 20220331 */
					background-color: #bbbbbb;
					padding: 4px 0px 4px 6px;
					display: inline-block;
					margin-bottom: 10px;
					margin-right: 5px;
				}
				.indexNewsTag span:nth-of-type(2){
					font-family: 'Kulim Park', sans-serif;
					font-size: 11px;
					color: #fff4d3;
					font-weight: normal;
					margin: 0px 0px 0px 1px;
					transform: scale(0.85);
					display: inline-block;
				}

				.indexNewsDate{
					font-size: 12px;
					color: #797773;
					display: inline-block;
				}
				.indexNewsTit{
					font-size: 18px;
					line-height: 20px;
					color: #db931b;
					margin: 10px 0;
					font-weight: bold;
					min-height: 40px;
					display: -webkit-box; 
					-webkit-box-orient: vertical; 
					-webkit-line-clamp: 2; 
					overflow: hidden;
				}
				/* .indexNewsText{
					display: none;
					font-size: 18px;
					line-height: 30px;
					color: #000;
					opacity:0;
				}	 */
				.indexNewsMore{
					text-align: left;
					font-weight: 300;
					font-size: 14px;
					line-height: 24px;
					color: #5f6267;
					border-radius: 3px;
					font-family: 'Kulim Park', sans-serif;
					margin: 20px 0 0;
				}		
					.indexNewsMore i{
						color: #5f6267;
						font-size: 20px;
						line-height: 19px;
						vertical-align: middle;
						font-weight: bolder;
					}
				
					.indexNewsListIn:hover .indexNewsMore i{
						transition: all 0.3s ease-out;
						padding-left: 15px;
					}	







					


@media (max-width: 1280px){

	/* 首頁最新消息列表 */
	.indexNewsList{
		width: 50%;
	}

}

/*@media (max-width: 760px){*/
 @media (max-width: 640px){ 


	/* .indexNewsBg .tabs a ,
	.indexNewsBg .tabs li.active a{
		font-size: 18px;
		line-height: 1;
		padding: 10px 5px;
		position: unset;
		letter-spacing: 1px;
		font-family: 'Noto Sans TC', sans-serif;
	}	
	.indexNewsBg .tabs li.active a:before ,
	.indexNewsBg .tabs a:after {
		display: none;
	}
	.indexNewsBg .tabs {
		margin: 0 auto;
		display: block;
		justify-content:unset;
		align-items: unset;
	} */


	ul.indexNewsTabs {
		justify-content: center;
	}
		.indexNewsTabs li a {
			font-size: 13px;
			padding: 0px 5px;
		}
		.indexNewsTabs a:after {
			height: 8px;
		}

	/* 首頁最新消息列表 */
	.indexNewsList{
		width: 100%;			
	}

}














/*/////////////////////////////////////////////////////////*/
/*-------首頁最新產品區--------*/
/*/////////////////////////////////////////////////////////*/

.indexNewsProductBg.dom{
	padding-bottom: 40px;	
}

.indexNewsProductBg .swiper-container {
	width: 100%;
	height: 100%;
	/* padding-bottom: 30px; */
  }

  .indexNewsProductBg .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-button{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	margin: 10px 0 0;
  }

.indexNewsProductBg .swiper-pagination {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	position: unset;
	top: unset;
	bottom: unset;
	left: unset;
	right:unset;
	margin: 35px 0 0;
}
	.indexNewsProductBg .swiper-pagination-clickable .swiper-pagination-bullet {
		/* margin: 0 2px; */
		margin: 0 5px;
		width: 16px;
		height: 16px;
	}
	.indexNewsProductBg  .swiper-pagination-bullet-active {
		background: #db931b;
	}

  .indexNewsProductBg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
	.indexNewsProductBg .swiper-button-next ,
	.indexNewsProductBg .swiper-button-prev{
		z-index: 1;
		top: 50%;
		bottom: unset;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-size: 90px;
		width: 90px;
		height: 90px;
		opacity: 0.6;
	}
	.indexNewsProductBg .swiper-button-next {
		right:-100px;
		background-image: url(../images/right_arrow4.svg);
	}
	.indexNewsProductBg .swiper-button-prev{
		left:-100px;
		background-image: url(../images/left_arrow4.svg);
	}
  /* .indexNewsProductBg .swiper-button-prev,
  .indexNewsProductBg .swiper-container-rtl .swiper-button-next {
   z-index: 2;
   position: unset;
   top: unset;
   bottom: unset;
   left: unset;
   right:unset;
   border-radius: 50%;
   background-image: url(../index/images/left_arrow3.png);
   background-size: 15px;
   width: 15px;
   height: 15px;
   margin: 0;
  }
  .indexNewsProductBg .swiper-button-next,
  .indexNewsProductBg .swiper-container-rtl .swiper-button-prev {
	z-index: 2;
	position: unset;
	top: unset;
	bottom: unset;
	left: unset;
	right:unset;
    border-radius: 50%;
	background-image: url(../index/images/right_arrow3.png);
	background-size: 15px;
	width: 15px;
	height: 15px;
	margin: 0;
  } */
  .indexNewsProductBg .swiper-button{
	  margin: 40px 0 0;
  }
	.indexNewProdArea {
		position: relative;
		/* padding: 0 0 40px; */
	}


	/* 首頁最新產品列表 */
	.indexNewProdList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		background-color: #ffffff;
		padding: 5px 10px;
		border: 1px #e2e2e2 solid;
		width: 100%;
		/* box-shadow: 0 18px 40px #3333331a; */
	}

	  /* 首頁最新產品列表圖 */
	  .indexNewProdImg{
		box-sizing: border-box;
		width: 50%;
		}
		  .indexNewProdImg a{
			display: block;
			position: relative;
			padding-top: 70%;
			/* padding-top: 100%; */
		  }
			  .indexNewProdImg img{
				width: 100%;
				height: auto;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			  }
  
  
	  /* 首頁最新產品列表右側 */
	  .indexNewProdR{
		box-sizing: border-box;
		width: 50%;
		padding-left: 50px;
		text-align: left;
	  }

		.indexNewProdR .Title{	
			font-size: 20px;
			line-height: 22px;
			color: #db931b;
		}
			.indexNewProdR .Title h1{	
				display: block;
				font-size:inherit;
				margin-block-start: 0;
				margin-block-end: 0;
				margin-inline-start: 0px;
				margin-inline-end: 0px;
				font-weight: bold;

				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;		
			}

		.indexNewProdR .text{	
			margin: 10px 0 0;
			font-size: 15px;
			line-height: 1.5;
			color: #797979;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}

		.indexNewProdR .btn{
			text-align: left;
			font-weight: 300;
			font-size: 14px;
			line-height: 24px;
			color: #5f6267;
			border-radius: 3px;
			font-family: 'Kulim Park', sans-serif;
			margin: 20px 0 0;
		}
			.indexNewProdR .btn a{
				color: #5f6267;
				display: block;
				text-decoration: none;
			}
				.indexNewProdR .btn i{
					color: #5f6267;
					font-size: 20px;
					line-height: 19px;
					vertical-align: middle;
					font-weight: bolder;
				}	
				.indexNewProdR .btn a:hover i{
					transition: all 0.3s ease-out;
					padding-left: 15px;
				}	

@media (max-width: 1280px){

	/* .indexNewsProductBg .swiper-button-prev,
	.indexNewsProductBg .swiper-container-rtl .swiper-button-next {
		display: none;
	}
	.indexNewsProductBg .swiper-button-next,
	.indexNewsProductBg .swiper-container-rtl .swiper-button-prev {
		display: none;
	} */
	.indexNewsProductBg .swiper-button-next {
		right:-20px;
		display: none;
	}
	.indexNewsProductBg .swiper-button-prev{
		left:-20px;
		display: none;
	}
}


@media (max-width: 860px){

	/* 首頁最新產品列表 */
	.indexNewProdList{
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		align-items: unset;
	}

		/* 首頁最新產品列表圖 */
		.indexNewProdImg{
			width: 100%;
		}

		/* 首頁最新產品列表右側 */
		.indexNewProdR{
			width: 100%;
			padding: 20px 0 0;
		}
		.indexNewProdR .text{	
			-webkit-line-clamp: 3;
		}
}
				


@media (max-width: 640px){

	.indexNewProdImg {
		width: 80%;
		margin: auto;
	}
	.indexNewProdR .text{	
		-webkit-line-clamp: 2;
	}

}












/*/////////////////////////////////////////////////////////*/
/*-------首頁產品類別區--------*/
/*/////////////////////////////////////////////////////////*/





/*-----首頁產品類別區--------------------------------------*/

.indexProductBg{
	background-color:#f4f4f4;
}
	.indexProductBg .wrap {
		/* width: 80%; */
	}




	.indexProductBg .tabs{
		margin: 0 -15px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
		.indexProductBg .tabs_btn_now {
			background: #fbb12900;
		}


.indexProductBg  .tabs li {
    /*line-height: 39px;
    float: left;
    position: relative;
    font-size: 14px;
    width: auto;
    color: #808080;*/
    border-right: solid 0px #c4c4c4;
    line-height: 30px;
}


		
			.indexProductBg .tabs a{
				color: #686665;
				font-size: 16px;
				line-height: inherit;
				background: #fbb12900;
				padding: 0px 15px;
				position: relative;
				text-decoration: none;
			}
			.indexProductBg .tabs a:after{
				position: absolute;
				content:"";
				background-color: #aeaeae;
				width: 1px;
				height: 12px;
				top: 50%;
				right:0px;
				-webkit-transform: translateY(-45%);
				transform: translateY(-45%);
			}
			.indexProductBg .tabs li:last-of-type a:after{
				display: none;
			}

			.indexProductBg .tabs li.active a {
				background: #fbb12900;
				color: #db931b;
				font-size: 22px;
				line-height: inherit;
				position: relative;
			}
			/*.indexProductBg .tabs li.active a:before {
				position: absolute;
				content: url(../images/index_tit_icon.svg);
				width: 70px;
				height: 70px;
				top: 50%;
				left: 12px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				z-index: -1;
				opacity: 0.6;
			}*/
			.indexProductBg .tabs li a:hover {
				background: #fbb12900;
			}





	.indexProductBg .p_tab_text_area {
		padding:0px;
		background: #fbb12900;
	}


	.indexProductBg  .tab_area {
		border-bottom: solid 0px #c4c4c4;
	}


	.indexProductArea{
		/* width: 100%; */
	}

		.indexProduct_wrap{
		    margin: 0px auto 0; 
			/*width:984px;*/
		}


		.indexProduct_bar{
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			margin: 0 -15px -30px;
			/* width: 100%; */
			padding-top: 20px;
		}

		/* 首頁產品類別列表 */
		.indexProductList{
			box-sizing: border-box;
			width: 25%;
			padding: 0 15px 30px;
		}

		.indexProductList:hover{
			/*background-color: #db931b;*/
			background-color:#fff3d1;
			transition: all 0.3s ease-out;
		}


			/* 首頁產品類別列表圖 */
			.indexProductLitImg{
				max-width: 75%;
				margin: auto;
			}
			.indexProductLitImg a{
				position: relative;
				display: block;
    			padding-top: 80%;
			}
				.indexProductLitImg img{
					/* width: 100%;
					height: auto;*/
					transition: all 0.3s ease-out;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					/* border-radius: 50%; */
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
				}
				.indexProductLitTag{
					position: absolute;
					top: 5px;
					left: 0;
					font-size: 17px;
					font-weight: bold;
					padding: 7px;
					background-color: #5f4f98;
					color: #ffffff;
					box-shadow: 3px 2px 4px rgba(0 0 0 / 60%);
				}

			.indexProductListBottom{
				/* background-image: url(../index/images/news_bottom.png);
				background-position: right bottom;
				background-repeat: no-repeat;
				background-size: cover; */
				padding: 10px 0px 0px;
			}

				/* 首頁產品類別列表標題 */
				.indexProductListTit{
					font-size: 17px;
					line-height: 1.2;
					color: #646464;
					font-weight: bold;
					text-align: center;
				}
					.indexProductListTit a{
						color: #646464;
						display: block;	
						text-decoration: none;

						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;

						border-top: 1px #d2d2d2 solid;
    					padding: 15px 0 0;
					}
					.indexProductListTit a span{
						display: block;
					}
					.indexProductListTit a span:nth-of-type(2){
						font-family: 'Kulim Park', sans-serif;
						font-size: 11px;
						margin: 8px 0 0;
						color: #a7a7a7;
						font-weight: normal;
					}


					.indexProductList:hover .indexProductListTit a{
						/* opacity: 0.5;
						color: #f9e300; */
					}
				.indexProductListRemark{
					margin: 15px 0 0;
					font-size: 15px;
					line-height: 1.2;
					color: #434343;

					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}
				.indexProductListDate{
					color:#3e3a39;
					font-size: 12px;
					line-height: 1.2;
					margin: 15px 0 0;
				}




	
@media (max-width:1280px){

	.indexProduct_bar{
		margin: 0 -5px -15px;
	}

	/* 首頁產品類別列表 */
	.indexProductList{
		padding: 0 5px 15px;
	}

}

@media (max-width:990px){

	/* .indexProduct_bar{
		margin: 0 -10px -20px;
		justify-content: center;
	} */

		/* 首頁產品類別列表 */
		/* .indexProductList{
			width: 33.3%;
			padding: 0 10px 20px;
		}	 */
	
}

@media (max-width:760px){

	.indexProductBg .tabs a ,
	.indexProductBg .tabs li.active a{
		font-size: 18px;
		line-height: 1;
		padding: 10px 5px;
		position: unset;
		letter-spacing: 1px;
		font-family: 'Noto Sans TC', sans-serif;
	}	
	.indexProductBg .tabs li.active a:before ,
	.indexProductBg .tabs a:after {
		display: none;
	}
	.indexProductBg .tabs {
		margin: 0 auto;
		display: block;
		justify-content:unset;
		align-items: unset;
	}
/* }

@media (max-width:550px){ */

	.indexProduct_bar{
		/* margin: 0 0px -20px;
		display: block;
    	flex-wrap: unset;
    	flex-direction: unset;
		justify-content: unset; */
		margin: 0 -5px -10px;
	}

		/* 首頁產品類別列表 */
		.indexProductList{
			/* width: 100%;
			padding: 0 0px 20px; */
			width: 50%;
			padding: 0 5px 10px;
		}			
		
}

     
        
        

















/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*.main.page{
	padding-top: 90px;
}*/
	
	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	.inbanner2{
		padding: 0;
	}	
		.inbanner2 img{
			width: 100%;
			height: auto;
		}	

	
	/*上方區塊*/
	/*.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}*/

	
	
		
/*內頁內容區塊*/
.pageContent{
	/* padding: 50px 0px; */
	position: relative;
	/* font-family: jf_openhuninn; */
}
/* .pageContent:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
	-webkit-transform: translateY(-35%) translateX(0%);
	transform: translateY(-35%) translateX(0%);
    background-image: url(../images/bg3.png);
    background-position: bottom 0 right 0;
    background-size: 30%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}	 */


/*麵包屑*/
.crumb {
	font-size: 13px;
	line-height: 17px;
	color: #5f6267;
	padding: 25px 0px 25px;
	word-wrap: break-word;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
	.crumb a {
		color: #db931b;
		text-decoration:none;
	}
	.crumb a:hover {
		opacity:0.5;
	}	
	
	
		
	

	
	
	
/*內頁標題樣式1-----------------------------------------*/
         
.titStyle1 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 30px;
	/* background-color: #db931b;
    padding: 10px;
    border-radius: 4px; */
}           
	.titStyle1 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
		margin: 0;
		background-color: #627a7e;
		padding: 7px 10px;
		/*border-radius: 4px;*/
	} 



/*內頁標題樣式2-----------------------------------------*/

.titStyle2{
	font-size: 24px;
	color:#db931b;
}
	.titStyle2 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle2Date {
		padding-bottom: 15px;
		color: #5f6267;
		font-size: 12px;
		font-family: 'Kulim Park', sans-serif;
		display: block;
	}

	
	
	
/*內頁標題樣式3-----------------------------------------*/

.titStyle3 {
	font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    /* background-color: #db931b; */ /* modify by pekey 20220310 */
	background-color: #608573;
    padding: 15px;
    /* border-radius: 4px; */
}           
	.titStyle3 h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;

		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	} 
	
	.titStyle3 span{
		/* display: block; */
		font-family: 'Kulim Park', sans-serif;
		font-size: 12px;
		/* margin: 8px 0 0; */
		color: #eaeaea;
		font-weight: normal;
		padding-left: 15px;
	}




	
/*內頁標題樣式4-----------------------------------------*/
.titStyle4 {
	font-size: 25px;
	line-height: 30px;
	color: #db931b;
	border-bottom: 2px #db931b solid;
	padding: 0 0 10px;
	font-weight: bold;
	margin: 20px 0 0;
}           
	.titStyle4 h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	} 
	.titStyle4 a {
		color: #db931b;
		text-decoration: none;
	} 



/*內頁標題樣式5-----------------------------------------*/
.titStyle4.titStyle5 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
} 	
.titStyle5 > .btn_area{
	text-align:right;
    margin: 0px 0px 0px 15px;
	text-align: right;
    display: flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
} 	
	.titStyle5 .btn_area i{
		color: #db931b;
		font-size: 20px;
	} 
	.titStyle5 .btn_area input{
		background: #fff0 !important;
		color: #db931b !important;
		border:none !important;
		margin: 0 !important;
		width: auto !important;
		height: auto !important;
		font-weight: bold !important;
	} 
	.titStyle5 > .btn_area:hover i{
		opacity: 0.5;
	}



/*內頁標題樣式6-----------------------------------------*/
.titStyle6 {
	font-size: 18px;
    line-height: 1.5;
    color: #787973;
    padding: 5px 0;
} 	
	.titStyle6 h2{
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle6 a {
		color: #787973;
		text-decoration: none;
	} 









/*內頁標題樣式3-----------------------------------------*/
/* .titStyle3{
	font-size: 20px;
	line-height: 30px;
	color: #F47378;
	margin:40px 0px 20px;
	font-family: jf_openhuninn;
}

	.titStyle3 > h3 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}  */
	
	
	
	
.containerHr{
	border: #e2e2e2 1px solid; 
	margin: 20px 0; 
	overflow: auto;
	display: block;
}
	
	
.containerIn{
	padding:15px 0px 0px;
	/* padding:30px 0px 0px; */
}

	
	
	
	
	
	
	
	
@media (max-width: 900px){
	
	.main.page {
		padding-top: 58px;
	}	
	
		/*內頁內容區塊*/
		.pageContent{
			/* padding: 25px 0px; */
		}
		
}



@media (max-width: 860px){	
	
	.containerHr{
		display: none;
	}
	
	/*內頁標題樣式1-----------------------------------------*/
	.titStyle1 {
		margin-bottom: 0px;
	} 
	
	/*內頁標題樣式4-----------------------------------------*/
	.titStyle4 {
		font-size: 20px;
		line-height: 25px;
		/* color: #db931b;
		border-bottom: 2px #db931b solid;
		padding: 0 0 10px;
		font-weight: bold; */
		margin: 15px 0 0;
	}

	/*內頁標題樣式5-----------------------------------------*/
	.titStyle4.titStyle5 {
		justify-content:unset;
		flex-wrap: wrap;
		font-size: 35px;
		line-height: 1.15;
		padding: 0;
	} 	
		.titStyle5 h1{
			width: 100%;
		}
			.titStyle5 > .btn_area{
				text-align:right;
				margin: 5px 0px 0px;
				width: 100%;
			}
			
	
	/*內頁標題樣式6-----------------------------------------*/
	.titStyle6 {
		font-size: 26px;
	}		
			
			
}

@media (max-width: 768px){	

	.inbanner {
		height: 150px;
	}

}

@media (max-width: 510px){
	.inbanner {
		height: 100px;
	}

	.pageContent:before {
		display: none;
	}

}





	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding-bottom:40px; */
	padding-top:10px;
	/* display: grid;
	grid-template-columns: 275px auto;*/
}
		
			
	/*左側*/
	.left{
		width: 275px;
		box-sizing: border-box;
	}
	
	.left.leftPc{
		display:block;
	}
	.leftMobile{
		display: none;	
	}
		
		/*左側表單名稱*/
		.leftList_tit{
			background-color: #608573;
			font-size: 20px;
			line-height: 25px;
			word-break: break-word;
			padding: 15px 10px;
			color: #ffffff;
		}

		.leftList_tit span.tw{
		    display: block;
		}
		.leftList_tit span.en{
			display: block;
			font-family: 'Kulim Park', sans-serif;
			font-size: 12px;
			margin: 8px 0 0;
			color: #eaeaea;
			font-weight: normal;
		}


		/*左側選單列表*/
		.leftListArea{
			/*margin: 10px 0px 0px;
			background-color: #fcfcfc;*/
		}
			.leftList{
				font-size:18px;
			}
			
			.leftList.leftList2 > a{
				position:relative;
			}	

					
			.leftList.leftList2 > a:before{
				position: absolute;
				content:"+";
				font-size:18px;
				color: #db931b;
				right:12px;
				top: 50%;
				transform:translateX(0%) translateY(-50%);
				-webkit-transform:translateX(0%) translateY(-50%);
				transition: 0.3s ease all;
				font-family: 'Montserrat', sans-serif;
			}
			.leftList.leftList2.show > a:before{
				content:"-";
				transition: 0.3s ease all;
			}			

			.leftList.leftList2.active > a{
				position:relative;
				background-color: #fff3d1;
			}	
					
			.leftList.leftList2.active > a:before{
				content:"-";
			}
			.leftList.leftList2.active.show > a:before{
				content:"-";
			}			
			
			
			
						
			
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#8e8e8e;
					padding: 15px 10px 15px 30px;
					position: relative;
					font-size: 18px;
					line-height: 22px;
					word-break: break-word;
					/* border-radius: 5px; */
					border-bottom: 1px #d4d4d6 solid;
					/*font-family: 'Noto Sans JP', sans-serif;*/
					background-color: #F9F9F9;
				}
					
				.leftList.active > a{
					/* color: #db931b; */
					background-color: #fff3d1;
				}
				.leftList:hover > a{
					/* color: #db931b; */
					/* color: #db931b; */
					background-color: #fff3d1;
				}
				.leftList > a:after {
					position: absolute;
					content: url(../images/leftList_Icon.png);
					/* max-width: 12px; */
					/* max-height: 12px; */
					/* width: 100%; */
					/* height: 100%; */
					left: 0;
					top: 50%;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
				
			
					.leftList_top {
						position:relative;
						padding-right: 30px;
					}	
									
					.leftList_top a{
						display: block;
						text-decoration: none;
						color: #8e8e8e;
						padding: 10px 10px 10px 10px;
						/* position: relative; */
						font-size: 18px;
						line-height: 22px;
						word-break: break-word;
					}
					
					/*.leftList_top.active a{
						color:#231815;
					}*/
					
					
					.leftList.leftList2.active .leftList_top a{
						color:#231815;
					}
					.leftList.leftList2.active .leftList_top a:hover{
						color: #8e8e8e;
						opacity:0.5;
					}				
				
					.leftList.leftList2 .leftList_Add {
                        position: absolute;
                        top: 50%;
                        right:0px;
                        max-width: 100%;
                        max-height: 100%;
                        transform:translateX(0%) translateY(-50%);
                        -webkit-transform: translateX(0%) translateY(-50%);
                        z-index: 2;
                     }	
					 .leftList_Add:hover {
                       cursor: pointer;
					   transition: 0.3s ease all;
					   opacity:0.5;
                     }
				
					.leftList.leftList2.active .leftList_Add:before {
						position: absolute;
						content: "-";
						font-size: 19px;
						font-weight: lighter;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
					}				
					
					.leftList.leftList2 .leftList_Add:before {
						position: absolute;
						text-align: center;
						content: "+";
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						font-size: 15px;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						left: -30px;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
						font-family: 'Kulim Park', sans-serif;
					}									
				
				
				
				
					/*第二層選單樣式*/
					.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
						content: '';
						position: absolute;
						
						border-top: solid 6px #000;
						border-left: solid 4px rgba(255,255,255,0);
						border-right: solid 4px rgba(255,255,255,0);	
						
						border-bottom-width: 0px;
						top: 24px;
						right: 12px;
					}
				
				/*左側選單列表第二層*/
				.leftList_open{
					display: none;
				}
				.leftList_open.active{
					display:block;
				}
					.leftList_open_list{
					}
						.leftList_open_list a {
							display: block;
							transition: 0.3s ease all;
							color: #838383;
							padding: 10px 30px 10px 27px;
							font-size:16px;
							line-height: 20px;
							font-weight:normal;
							word-break: break-word;
						}
						.leftList_open_list.active a {
							color: #db931b;
						}
						.leftList_open_list a:hover {
							color: #db931b;
							opacity:0.5;
							/*color:#ef90b3;*/
							text-decoration:none;
						}
		
		
	/*右側*/
	.right{
		/* float: right; */
		box-sizing: border-box;
		width: calc(100% - 320px);
		/* width: 100%; */
		/* padding-left: 6%; */
		min-height: 400px;
	}
	
	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		padding-left: 0px;
	}

		/*右側名稱*/
		.right_tit{
			font-size:24px;
			line-height:34px;
			padding-bottom:15px;
			color:#221912;
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}
		

		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
	
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	



	
/*PC內頁上方選單*/
.rightTopArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
	margin: 0px -5px 0px;
    /* margin: 0px -5px 20px; */
}
	.rightTopList{
		box-sizing:border-box;
		width: 33.3%;
		/* text-align:center; */
		margin-bottom:10px;
		padding:0px 5px 0px;
	} 
	.rightTopList.active {
	}
	.rightTopList.active a {
		background-color: #fff3d1;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: #db931b;
			background-color: #F9F9F9;
			padding: 15px 25px 15px 15px;
			/*padding: 0px 3px;
			margin:10px 0px;*/
			font-size:13px;
			line-height:15px;
			color: #333;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
			border: #D7D7D7 1px solid;
			position: relative;
		}   
		.rightTopList a:before {
			position: absolute;
			content: url(../images/leftList_Icon2.png);
			right: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		  
		.rightTopList a:hover{
			transition: all 0.3s ease-out;
			background-color: #fff3d1;
			/* background-color: #db931b;
			opacity:0.5; */
		} 		
	





		/*網編區塊*/
		.textArea{
			/*font-size: 14px;*/
			font-size: 16px;
			color: #5a5a5a;
			line-height: 1.25;
		}
			.textArea img{
				max-width: 100%;
				height: auto;
			}		
			.textArea a:hover{
				opacity:0.5;
				text-decoration: none;
			}	




		/*按鈕-----------------------------------------*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background: #fff0;
			color: #626262;
			border: 1px solid #626262;
		}	
		.btn_area input:nth-child(2n) {
			background: #626262;
			color: #fff;
			border: 1px solid #626262;
		}	



				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		





@media (max-width: 1200px){

	/*左側*/
	.left {
		width: 200px;
	}

	/*右側*/
	.right{
		width: calc(100% - 250px);
	}

}


@media (max-width: 860px){

	.container{
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
		padding:0px;
		/* padding-top:0px; */
	}
	
		/*左側*/
		.left{
			display:block;
			width:100%;
			min-width:inherit;
			margin-bottom: 30px;
		}

		/* Pc左側 */
		.left.leftPc{
			display: none;	
		}
		/* Mobile左側 */
		.leftMobile{
			display:block;
		}
		
			/*左側表單名稱*/
			.leftList_tit {
				/* border: 1px #dbdbdb solid; */
				position: relative;
				cursor: pointer;
				padding: 10px 50px 10px 10px;
				text-align: center;
				color: #ffffff;
			}
			.leftList_tit span.en {
				margin: 0px 0 0;
			}
			.leftList_tit:after {
				position: absolute;
				content: url(../images/left_arrow_down.svg);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				top: 50%;
				right: 10px;
				width: 35px;
				/* height: 30px; */
				/* content: '';
				border-top: solid 6px #fff;
				border-left: solid 4px rgba(255,255,255,0);
				border-right: solid 4px rgba(255,255,255,0);
				border-bottom-width: 0px; */
				transition: 0.3s ease all;
			}
			.leftList_tit.active:after {
				-webkit-transform: translateY(-50%) rotate(180deg);
				transform: translateY(-50%) rotate(180deg);
				transition: 0.3s ease all;
			}



			/*左側表單*/
			.leftListArea{
				display:none;
				/*background: #f7f7f7;*/
				margin: 0px 0px 0px;
			}
		
			
			.leftListArea.show {
				display: block;
			}
		
		/*右側*/
		.right{
			width:100%;
			padding-left:0px;
			min-height: unset;
		}
		
	/*PC內頁上方選單*/
	.rightTopArea{
		display: none;
	}	
	.rightTopArea.rightTopArea2{
		display: flex;
		margin: 20px 0 0;
	}	
	.rightTopArea2 .rightTopList {
		width: 50%;
		/* margin-bottom: 10px;
		padding: 0px 5px 0px; */
	}
	
		.containerIn {
			padding: 20px 0px 0px;
		}
		
}
		











/*/////////////////////////////////////////////////////////*/
/*-------產品--------*/	
/*/////////////////////////////////////////////////////////*/

.productArea{	
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px -15px;
}
	/* 產品列表 */
	.productList{
		padding: 0 15px 15px;
		width: 33.3%;
		box-sizing: border-box;
	}
		/* 產品列表 */
		.productList a{
			display: block;
			text-decoration: none;
			padding: 5px 15px 15px;
		}
		.productList a:hover{
			background-color:#fff3d1;
			transition: all 0.3s ease-out;
		}
		
			/* 產品列表圖 */
			.productImg{
				position: relative;
				padding-top: 70%;
			}
				.productImg img{
					/* width: 100%; */
					/* height: auto; */
					width: 100%;
					height: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
				}
				/* .productImg img{
					width: 100%;
					height: auto;
				} */

			.productBottom{
				padding: 10px 0 0;
			}
				/* 產品列表標題 */
				.productTit{
					font-weight: bold;
					line-height: 1.2;
					font-size:20px ;
					color: #646464;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}				
				/* 產品列表簡述 */
				.product_remark{
					font-size: 12px;
					line-height: 1.3;
					margin: 8px 0 0;
					color: #a7a7a7;
					font-weight: normal;
				}
				



@media (max-width: 990px){

	/* 產品列表 */
	.productList{
		width: 50%;
	}

}


@media (max-width: 425px){

.productArea{	
	display:block;
	flex-direction: unset;
	flex-wrap: unset;
	margin: 0 0px -15px;
}
	/* 產品列表 */
	.productList{
		padding: 0 0px 15px;
		width: 100%;
	}

}





/*/////////////////////////////////////////////////////////*/
/*產品內頁*/
/*/////////////////////////////////////////////////////////*/	


		
/*-----------產品內頁下------------------*/

.pI_Top{
	/* width: 50%; */
	width: 400px;
	margin: 0 auto;	
	position: relative;
}
	.pI_Top .swiper-container.mySwiper2{
		--swiper-navigation-color: #fff;
		--swiper-pagination-color: #fff
	}

	.pI_Top .swiper-container {
		width: 100%;
		height: 100%;
	}

	.pI_Top .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.pI_Top .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

  

	.pI_Top .swiper-container {
		width: 100%;
		/* height: 300px; */
		margin-left: auto;
		margin-right: auto;
	}

	.pI_Top .swiper-slide {
		background-size: cover;
		background-position: center;
	}
		.pI_Top .swiper-slide a{
			display: block;
			text-decoration: none;
		}
	.pI_Top .mySwiper2 {
		/* height: 80%; */
		width: 100%;
		/* border: 1px #d4d4d6 solid; */
	}

	.pI_Top  .mySwiper {
		/* height: 20%; */
		box-sizing: border-box;
		/* padding: 10px 0; */
	}

		.pI_Top .mySwiper .swiper-slide {
			/* width: 25%; */
			height: 100%;
			/* width: 33.3%; */
			/* opacity: 0.4; */
			/* border: 1px #d4d4d6 solid; */
		}

			.pI_Top .mySwiper .swiper-slide-thumb-active {
				opacity: 1;
			}

			.pI_Top .swiper-slide img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}


			.pI_Top .swiper-button-next ,
			.pI_Top .swiper-button-prev{
				z-index: 1;
				top: unset;
				bottom: 35px;
				-webkit-transform: translateY(0%);
				transform: translateY(0%);
				opacity: 0.6;
			}
			.pI_Top .swiper-button-next {
				right:-60px;
				background-image: url(../images/right_arrow4.svg);
			}
			.pI_Top .swiper-button-prev{
				left:-60px;
				background-image: url(../images/left_arrow4.svg);
			}


			



	/* 廠牌內頁圖 */
	.pI_Top2{	
		width: 100% !important;	
	}	
		.pI_Top2 img{	
			width: 100%;
			height: auto;	
		}	
	

	/*產品內頁下*/
	.pI_bottom{
		background: #fff;
		border-radius: 3px;
		padding: 10px 0px 0px;
	}
		.pIB_tit {
			color: #8e8e8e;
			font-size: 20px;
			font-weight: bold;
			line-height: 22px;
			margin-bottom: 10px;
		}	
		.pI_bottom section.text_area p{
		}

		.pI_bottom .tabs li.active a {
			background: #db931b;
			color: #fff;
		}
		.pI_bottom  .tabs li.active a:after{
			content: url(../images/tab_icon2.png);
		}
		.pI_bottom .tabs li.active a:hover {
			background: #db931b;
			color: #fff;
		}
		.pI_bottom .tab_area {
			border-bottom: 0px #db931b solid;
			/* border-bottom: 2px #db931b solid; */
		}
		/*產品內頁頁籤的網編區*/
		.pI_bottom  .p_tab_text_area {
			border-top: 0px solid #cdcece; 
			padding: 17px 0px;
		}
		.pI_bottom .img-scroll {
			height: auto;
		}
		.pI_bottom  .tabs li a{
			background: #F9F9F9;
			color: #000;
			position: relative;
			border-bottom: 2px #db931b solid;
			padding: 6px 25px;
			width: 100px;
			text-align: center;
		}
		.pI_bottom  .tabs li a:after{
			position: absolute;
			content: url(../images/tab_icon.png);
			right: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		.pI_bottom  .tabs li a:hover {
			background: #F9F9F9;
			color: #000;
		}



/* 產品下方影片 */
.video_product_area{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 0px;
    margin: 0 -12px -30px;
}
	.videoProduct_list{
		box-sizing: border-box;
		padding: 0px 12px 30px;
		width: 50%;
	}
	.videoProduct{
		box-sizing: border-box;
	}	
		.videoProductIn{
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 30px;
			height: 0;
			overflow: hidden;
		}	
			.videoProductIn iframe{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}	
		.video_product_area .video_list_remark{
			font-size: 18px;
			line-height: 24px;
			color: #3d3d3d;
			padding: 10px 0px 0px 0px;
			font-weight: bold;
		}
			


@media (max-width: 1100px){

	.pI_bottom  .tabs li a{
		padding: 6px 15px;
		width: 75px;
		text-align: left;
	}
	.pI_bottom  .tabs li a:after{
		right: 5px;
	}

}

@media (max-width: 990px){

	/* 產品下方影片 */
	.video_product_area{
		display: block;
		flex-wrap: unset;
		flex-direction: unset;
		margin: 0 0px -20px;
	}
		.videoProduct_list{
			padding: 0px 0px 20px;
			width: 100%;
		}

}

@media (max-width: 900px){

	.pI_bottom .tab_area {
		border-bottom: 0px #db931b solid;
	}
		.pI_bottom  .tabs{
			display: flex;
			flex-wrap: wrap;
		}
			.pI_bottom  .tabs li{
				box-sizing: border-box;
				width: 50%;
				line-height: 1.2;
			}

				.pI_bottom .tabs li a {
					padding: 6px 0px;
					width: 100%;
					text-align: center;
				}	
				.pI_bottom .tabs li a:after{
					display: none;		
				}

}


@media (max-width: 860px){
		
	/*---產品內頁下----*/
	.pI_Top{
		width: 80%;
	}
	.pI_Top .swiper-button-next ,
	.pI_Top .swiper-button-prev{
		display: none;
	}
}


@media (max-width: 640px){
		
	/*---產品內頁下----*/
	.pI_Top{
		width: 95%;
	}

}







/*/////////////////////////////////////////////////////////*/
/*產品內頁下方特點*/
/*/////////////////////////////////////////////////////////*/	

.FeaturesArea{	
	margin: 50px 0 0;
}

	/* 特點列表 */
	.FeaturesList{	
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;	
		margin-bottom: 20px;
		padding-top: 30px;
		border-top: #D8D8D8 1px solid;
	}
	.FeaturesList:last-of-type{	
		margin-bottom: 0px;	
		padding-bottom: 30px;
		border-bottom: #D8D8D8 1px solid;
	}	
	/* .FeaturesList:nth-child(2n){	
		flex-direction: row-reverse;
	} */

	/* 特點列表文字 */
	.FeaturesListL{
		/* width: 55%; */    /*Judy修改20221116*/
		width: 100%;         /*Judy修改20221116*/
		box-sizing:border-box;
	}
		.FeaturesListL h2{
			margin: 0;
			margin-bottom: 12px;
			padding: 2px 0 2px 14px;
			border-left: 4px #3D60AF solid;
			color: #3D60AF;
			font-size: 20px;
			font-weight: bold;
			line-height: 28px;
		}		
		.FeaturesListL .textArea{	
		}

	/* 特點列表圖 */
	.FeaturesListR{
		/* width: 40%; */   /*Judy修改20221116*/
		box-sizing:border-box;

		display: none;  /*Judy修改20221116*/
	}
		.FeaturesListR img{
			width: 100%;
			height: auto;
		}



@media (max-width: 860px){

	/* 特點列表 */
	.FeaturesList{	
		display:block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;	
		/* margin-bottom: 20px;
		padding-top: 30px;
		border-top: #D8D8D8 1px solid; */
	}

	/* 特點列表文字 */
	.FeaturesListL{
		width: 100%;
		margin-bottom: 15px;
	}

	/* 特點列表圖 */
	.FeaturesListR{
		width: 100%;
	}

}
		




/*/////////////////////////////////////////////////////////*/
/*產品內頁下方輪播*/
/*/////////////////////////////////////////////////////////*/	

.pA_productArea {
	/* border-top: 1px #db931b dashed; */
    margin: 50px 0 0;
    position: relative;
}
.pA_productArea .swiper-container {
	width: 100%;
	height: 100%;
	margin: 20px 0 0;
  }

  .pA_productArea .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .pA_productArea .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .pA_productArea  .swiper-pagination-bullet-active {
    /* opacity: 1; */
    background: #db931b;
}
.pA_productArea .swiper-button-next ,
.pA_productArea .swiper-button-prev{
	z-index: 1;
	top: 50%;
	bottom:unset;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	background-size: 110px;
	width: 110px;
	height: 110px;
}
.pA_productArea .swiper-button-next {
    right:-100px;
	background-image: url(../images/right_arrow4.svg);
}
.pA_productArea .swiper-button-prev{
	left:-100px;
	background-image: url(../images/left_arrow4.svg);
}

/* 產品內頁下方輪播列表 */
.pA_productList{
	/* padding: 5px 10px 10px; */
	padding: 5px 25px 10px;
	box-sizing: border-box;
}
.pA_productList:hover{
	background-color: #fff3d1;
    transition: all 0.3s ease-out;
}
.pLL_img{	
	width: 100%;
}
	.pLL_img a{	
		display: block;
		text-decoration: none;
	}
	.pLL_img img{	
		width: 100%;
		height: auto;
	}	
	.pLL_bottom{	
		text-align: left;
	}
		.pLL_bottom .productTit{
			font-weight: bold;
			line-height: 1.2;
			font-size: 17px;
		}
			.pLL_bottom .productTit a{	
				display: block;
				text-decoration: none;
				color: #646464;
			}
			.pLL_bottom .productTit div:first-of-type{
				/* background-color: #db931b; */
				color: #db931b;
				border-bottom: 1px #db931b solid;
				border-radius: 2px;
				font-size: 20px;
				line-height: 1.2;
				margin: 0 0 15px;
				text-align: center;
				padding: 0 0 10px;
			}
			.pLL_bottom .productTit div:first-of-type span{				
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
			}
			.pLL_bottom .productTit div{
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}

		.pLL_bottom .product_remark{
			font-size: 12px;
			line-height: 1.3;
			margin: 8px 0 0;
			color: #a7a7a7;
			font-weight: normal;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}





@media (max-width: 1500px){
	.pA_productArea .swiper-button-next ,
	.pA_productArea .swiper-button-prev{
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.pA_productArea .swiper-button-next {
		right:-30px;
	}
	.pA_productArea .swiper-button-prev{
		left:-30px;
	}
}


@media (max-width: 1200px){
	.pA_productArea .swiper-button-next {
		right:-20px;
	}
	.pA_productArea .swiper-button-prev{
		left:-20px;
	}
		/* 產品內頁下方輪播列表 */
		.pA_productList{
			padding: 5px 10px 10px;
		}
}
@media (max-width: 860px){
	.pA_productArea .swiper-button-next ,
	.pA_productArea .swiper-button-prev{
		display: none;
	}
		/* 產品內頁下方輪播列表 */
		.pA_productList{
			padding: 5px 5px 10px;
		}	
}





/*/////////////////////////////////////////////////////////*/
/*-------服務據點--------*/	
/*/////////////////////////////////////////////////////////*/

/* 服務據點區 */
.baseBg{
}
	/* 服務據點列表 */
	.baseList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px;
		border-bottom: 1px #db931b dashed;
		margin-bottom: 60px;
	}
	.baseList:last-of-type{
		margin-bottom: 0px;
	}

		.baseListMap{
			/* width: 60%; */
			width: calc(100% - 430px);
			box-sizing: border-box;
		}
			.baseListMap iframe{
				max-width: 100%;
			}
		.baseListRight{	
			box-sizing: border-box;
			/* width: 36%; */
			width: 400px;
		}
			.baseImg{	
				margin: 0 0 15px;
			}
				.baseImg img{	
					width: 100%;
					height: auto;
				}			
			.baseBg .textArea{	
			}
				



@media (max-width: 990px){

	/* 服務據點列表 */
	.baseList{
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
		/* padding: 0 0 30px;
		border-bottom: 1px #db931b dashed;
		margin-bottom: 60px; */
	}
		.baseListMap{
			width: 100%;
		}
			.baseListMap iframe{
				height: 200px;
			}
		.baseListRight{	
			width: 100%;
			margin-top: 15px;
		}

}
			













/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/	
/*/////////////////////////////////////////////////////////*/

.contactArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin:0 -15px;
    /*align-items: flex-start;*/
}

	.contactL{
		box-sizing:border-box;
		width:50%;
		padding:0 15px
	}
	.contactR{
		box-sizing:border-box;
		width:50%;
		padding:0 15px
	}
	


  	
@media (max-width: 990px){
	
.contactArea{
	display:block;
    flex-wrap: unset;
    flex-direction: unset;
	margin:0 0px;
}

	.contactL{
		width:100%;
		padding:0 0px
	}
	.contactR{
		width:100%;
		padding:50px 0px 0px
	}	
	
	
}



















/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-family: 'BenchNine', sans-serif;}  /*頁數樣式*/
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}






/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

/* 下載區 */
.downloadBg{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
    /* 下載列表 */
	.downloadList{
		width: 33.3%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}

    .downloadListIn{
		box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
		border: 1px solid #dbdddd;
		text-align: center;
	}
		.downloadListTop{	
		}
			.downloadListTop .Title{
				background: #db931b;
				color: #ffffff;
				font-size: 12px;
				font-weight: 400;
				line-height: 30px;
				height: 30px;
				padding: 0 10px;
			}
			.downloadListTop .btn{	
				border-top: 1px solid #dbdddd;
				/* display: table;
				height: 100%; 
				width: 100%;*/
				font-size: 15px;
				line-height: 1.5;
				padding: 20px 30px 25px;
				position: relative;				
			}
				.downloadListTop .btn a{	
					color: #db931b;
					text-decoration: none;
					display: block;

					display: -webkit-box; 
					-webkit-box-orient: vertical; 
					-webkit-line-clamp: 1; 
					overflow: hidden;
					/* min-height: 45px; */
				}    
				.downloadListTop .btn span{	
					font-size: 12px;
					color: #94989a;
					text-decoration: none;
					display: block;
					margin: 5px 0 0;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					overflow: hidden;
				}				
				.downloadListTop .btn a:hover{	
					color: #787973;
					transition: 0.3s ease all;
				}    
				
      /* 下載列表圖 */
	  .downloadListImg{
		position: relative;
		padding: 20px 0;
		border-top: 1px solid #dbdddd;
		/* border-bottom: 1px solid #dbdddd; */
		background-color: #f6f6f7;
	}
		.downloadListImg a{
			display: block;
			text-decoration: none;
		}	
			.downloadListImg .vL_text_area{
				position: absolute;
				top: calc(50% - 15px);
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}
			.downloadListImg .vL_text_area img{
				width:50px;
				height: auto;
				border: 0px solid #dbdddd;
			}			
			.downloadListImg img{
				width: 100%;
				height: auto;
				margin: 0 auto;
				display: block;
				max-width: 30%;
				border: 1px solid #dbdddd;
			}




	
@media (max-width: 990px){	

	/*下載列表 */
	.downloadList{
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}

	/* 影片內頁--------------------------- */
	/* .downloadInArea{
		display: block;
		flex-wrap: unset;
		justify-content:unset;
	} */
		/* 影片內頁左------- */
		/* .downloadInLeft{
			width: 100%;
		} */
		/* 影片內頁右------- */
		/* .videoInRight{
			width: 100%;
			padding: 30px 0 0;
		} */


}
		
@media (max-width: 640px){	

/* 下載區 */
.downloadBg{
	/* display:unset;
	flex-direction: unset;
	flex-wrap: unset;
	margin: 0; */
	margin: 0 -5px -10px;
}
	/* 下載列表 */
	.downloadList{
		/* width: 100%; */
		box-sizing: border-box;
		padding: 0 5px 10px;
		/* padding: 0px 0px 25px; */
	}
	.downloadList:last-of-type{
		padding: 0px 0px 0px;
	}
		.downloadListTop .btn {
			line-height: 1.5;
			padding: 15px 5px;
		}
			.downloadListTop .btn a {
				color: #db931b;
				text-decoration: none;
				display: block;
				-webkit-box-orient:unset;
				-webkit-line-clamp:unset;
				overflow:unset;
				min-height:unset;
			}
}


		
@media (max-width: 425px){

	.downloadListImg {
		padding: 15px 0;
	}
		.downloadListImg img {
			max-width: 70%;
		}

}










		





/*/////////////////////////////////////////////////////////*/
/*-------下載內頁--------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.downloadArea{
	/*padding:5px 0px 20px;
	margin:0px -12px;*/
	margin: -15px 0 -15px;
}
	/*下載列表_清單*/
	.dLA_list{
		padding:15px 0px;
		/*float:left;*/
		width:48%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		float:left;
	}
	.dLA_list:nth-child(2n){
		float:right;
	}
	
		/*下載列表_清單_in*/
		.dLA_list_in{
			/*background:#e6e6e6;*/
			background: rgba(230, 230, 230, 0.8);
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #db931b solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

		/*下載列表_清單_左側*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			/*width:335px;*/
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #000;
				font-size: 16px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 14px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*下載_按鈕*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display:block;
				color: #db931b;
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid #db931b;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:#db931b;
				border:1px solid #db931b;
				/*border:1px solid #333;*/
				/* padding: 14px 50px; */
				transition: 0.2s ease all;
			}


			



@media (max-width:860px){
	


	/*下載列表_清單*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}


		/*下載列表_清單_左側*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*下載列表_清單_左側*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*下載_按鈕*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}		
		
}







/*/////////////////////////////////////////////////////////*/
/*影片模組*/
/*/////////////////////////////////////////////////////////*/	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2b286a;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			}
			
		/*燈箱資料區*/
		.lightboxContentArea {
			/* height: 100%; */
			height: 80vh;
		}
		
.index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		max-width:80px;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		/*padding:70px 20px 20px 20px;*/
		/*font-size:16px;
		line-height:22px;*/
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
			/*padding:0px 0px 8px 0px;*/
		}
		/*hover*/
		.index_video_list:hover > img {
			opacity:1;
		}

.video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
	/*margin: 20px -15px 0px -14px;*/
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}

	.video_list {
		box-sizing:border-box;
		/*display:inline-block;
		vertical-align:top;*/
		padding: 0px 12px 30px;
		/*width:485px;*/
		width:50%;
	}
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			}
			
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}

@media (max-width: 950px){	
	/*---Video---*/
	.video_list_area {
		margin: 0px 0px 0px 0px;
	}
		.video_list {
			/*width: 46%;*/
		}

		/*燈箱資料區*/
		.lightboxContentArea {
			 height: 100%;
		}
		/*.video_list:nth-child(2n+1) {
			padding: 35px 25px 30px 0px;
		}
		.video_list:nth-child(2n+0) {
			padding: 35px 0px 30px 25px;
		}*/
}
@media (max-width:768px){
	
	
	.vL_text_area {
		max-width:50px;
	}	
		
	/*---Video---*/
	/*.video_list:nth-child(2n+1) {
		padding: 35px 20px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 20px;
	}*/
}
@media (max-width: 600px){	

.video_list_area {
	margin: 0px -2.5px -5px;
    /* display: block;
    flex-wrap: unset;
    flex-direction: unset; */
}

	/*---Video---*/
	.video_list {
		padding: 0px 2.5px 5px;
		/* width: 100%;
		padding:0 0 30px; */
	}
		.vL_text_area {
			max-width: 30px;
		}
		.video_list_remark {
			font-size: 14px;
			line-height: 20px;
			padding: 5px 0px 0px 0px;
		}

	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	

	
	
}






















/*/////////////////////////////////////////////////////////*/
/*影音模組*/
/*/////////////////////////////////////////////////////////*/	
	
/* 影音區 */
.videoBg{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
	word-wrap: break-word;
	word-break: break-all;
}
    /* 影音列表 */
	.videoList{
		width: 33.3%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}

    .videoListIn{
		box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
		border: 1px solid #dbdddd;
		text-align: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
        .videoListTop{	
		}
			.videoListTop .Title{	
				background: #f6f6f7;
				color: #94989a;
				font-size: 12px;
				font-weight: 400;						
				line-height: 30px;
				height: 30px;		
				padding: 0 10px;

				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.videoListTop .btn{	
				border-top: 1px solid #dbdddd;
				/* display: table;
				height: 100%; 
				width: 100%;*/
				font-size: 15px;
				line-height: 1.5;
				padding: 20px 30px 25px;
				position: relative;				
			}
				.videoListTop .btn a{	
					color: #db931b;
					text-decoration: none;
					display: block;

					display: -webkit-box; 
					-webkit-box-orient: vertical; 
					-webkit-line-clamp: 4; 
					overflow: hidden;
					/* min-height: 45px; */
				}    
				
				.videoListTop .btn a:hover{	
					color: #787973;
					transition: 0.3s ease all;
				}    
				
				



        /* 影音列表圖 */
		.videoListImg{
			/* position: relative; */
			padding-bottom: 30px;
		}
			.videoListImg a{
				display: block;
				text-decoration: none;
				position: relative;
			}		
			.videoListImg .vL_text_area{
				position: absolute;
				z-index: 1;
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}
			.videoListImg .vL_text_area > img{
				width:50px;
				height: auto;
				border: 0px solid #dbdddd;
			}	
			.videoListImgIn{
				position: relative;
				padding-top:56.25%;
				/* padding-top: 100%;*/
				border-top: 1px solid #dbdddd;
				border-bottom: 1px solid #dbdddd;
			}		
			.videoListImgIn > img{
				/* width: 100%;
				height: auto;
				border-top: 1px solid #dbdddd;
				border-bottom: 1px solid #dbdddd; */

				width: 100%;
				height: auto;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}






/* 影片內頁--------------------------- */
.videoInArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	/* 影片內頁左------- */
	.videoInLeft{
		box-sizing: border-box;
		width: 70%;
	}
		.videoInLeft span{
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 30px;
			height: 0;
			overflow: hidden;
			display: block;
		}
			.videoInLeft iframe{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

	/* 影片內頁右------- */
	.videoInRight{
		box-sizing: border-box;
		width: 28.5%;
	}
		.videoInRight textArea{
		}

		








			
@media (max-width: 990px){	

    /* 影音列表 */
	.videoList{
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}

	/* 影片內頁--------------------------- */
	.videoInArea{
		display: block;
		flex-wrap: unset;
		justify-content:unset;
	}
		/* 影片內頁左------- */
		.videoInLeft{
			width: 100%;
		}
		/* 影片內頁右------- */
		.videoInRight{
			width: 100%;
			padding: 30px 0 0;
		}


}
		
@media (max-width: 640px){	

/* 影音區 */
.videoBg{
	/* display:unset;
    flex-direction: unset;
    flex-wrap: unset; */
	margin: 0 -5px -10px;
}
    /* 影音列表 */
	.videoList{
		/* width: 100%;
		box-sizing: border-box;
		padding: 0px 0px 25px; */
		padding: 0 5px 10px;
	}
	.videoList:last-of-type{
		padding: 0px 0px 0px;
	}

		.videoListImg {
			padding-bottom: 10px;
		}	
			.videoListImg .vL_text_area > img {
				width: 20px;
			}
			.videoListImg .vL_text_area {
				/* top: calc(50% - 7.5px); */
			}

			.videoListTop .btn {
				font-size: 12px;
				line-height: 1.2;
				padding: 10px 5px;
				/* padding: 15px 10px; */
			}
				.videoListTop .btn a {
					color: #db931b;
					text-decoration: none;
					display: block;
					-webkit-box-orient:unset;
					-webkit-line-clamp:unset;
					overflow:unset;
					min-height:unset;
				}
}






















/*/////////////////////////////////////////////////////////*/
/*-------產業/解決方案--------*/	
/*/////////////////////////////////////////////////////////*/

.solution_bannerArea{	
	margin: 30px 0 0;
}


/* 解決方案區 */
.solutionArea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px -30px;

	word-wrap: break-word;
	word-break: break-all;
}
	/* 解決方案列表 */
	.solutionList{
		width: 33.3%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}
		.solutionListIn{
			height: 100%;
			box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
		}
			.solutionListImg{	
			}
				.solutionListImg a{	
					text-decoration: none;
					display: block;
					position: relative;
					padding-top: 49%;
					/* padding-top: 100%;*/
				}
				.solutionListImg img{	
					width: 100%;
					height: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
				}

			.solutionListBottom{	
				padding: 30px;
				letter-spacing: 0;			
			}
			.solutionListBottom .Title{	
				font-size: 20px;
				line-height: 22px;
				color: #db931b;	
				
				/* overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap; */
				overflow : hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
			}
				.solutionListBottom .Title a{	
					color: #db931b;	
					text-decoration: none;				
				}
				.solutionListBottom .Title a:hover{
					transition: all 0.3s ease-out;
					color: #787973;	
				}	


			.solutionListBottom .text{	
				margin: 10px 0 0px;
				font-size: 15px;
				line-height: 1.5;
				color: #797979;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;	
				/* min-height: 90px; */
			}

			.solutionListBottom .btn{
				text-align: right;
				font-weight: 300;
				font-size: 14px;
				line-height: 24px;
				color: #5f6267;
				border-radius: 3px;
				font-family: 'Kulim Park', sans-serif;
				margin: 60px 0 0;
			}
				.solutionListBottom .btn a{
					color: #5f6267;
					display: block;
					text-decoration: none;
				}
					.solutionListBottom .btn i{
						color: #5f6267;
						font-size: 20px;
						line-height: 19px;
						vertical-align: middle;
						font-weight: bolder;
					}	
					.solutionListBottom .btn a:hover i{
						transition: all 0.3s ease-out;
						padding-right: 15px;
					}	



@media (max-width: 990px){	

	/* 解決方案列表 */
	.solutionList{
		width: 50%;
	}

}

@media (max-width: 640px){	

/* 解決方案區 */
.solutionArea{
	/* display: block;
	flex-direction: unset;
	flex-wrap: unset;
	margin: 0 0px -25px; */
	margin: 0 -5px -10px;
}
	/* 解決方案列表 */
	.solutionList{
		padding: 0 5px 10px;
		/* width: 100%;
		padding: 0 0px 25px; */
	}
	.solutionListBottom{	
		/* padding: 15px;*/
		padding: 10px 5px;
	}
	.solutionListBottom .Title{
		font-size: 17px;
		line-height: 18px;
	}
	.solutionListBottom .text {
		/* margin: 10px 0 0px; */
		font-size: 13px;
		/* line-height: 1.5; */
		min-height: 78px;
	}
	.solutionListBottom .btn{
		margin: 10px 0 0;
		/* margin: 30px 0 0; */
	}
}





/* 解決方案內頁--------------------------------------------------- */


/* 解決方案錨點區 */
	ul.solutionTabBg{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		ul.solutionTabBg li{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
			/* width: 33.3%; */
			width: 150px;
			box-sizing: border-box;
		}  
			ul.solutionTabBg li.solutionTab a{
				background: #F9F9F9;
				color: #000;
				display: block;
				text-decoration: none;
				border-bottom: 2px #db931b solid;
				padding: 20px 5px;
				/* width: 100px; */
				text-align: center;
			} 	
			/* ul.solutionTabBg li.solutionTab a:hover {
				background: #db931b;
    			color: #fff;
			}	 */
			ul.solutionTabBg li.solutionTab.active a{
				background: #db931b;
    			color: #fff;
			}

			/* 解決方案錨點內容區 */
			.solutionTabArea{
			}
				.solutionTabList{
					padding: 30px 0;
					border-bottom: #D8D8D8 1px solid;
				}
				.solutionTabList:last-of-type{
					/* padding: 30px 0 0; */
					border-bottom: #D8D8D8 0px solid;
				}			

				/* 錨點定位用 */
				.solutionTabList > a.anchor {
					display: block;
					position: relative;
					top: -125px;
					visibility: hidden;
					text-decoration: none;
				}





@media (max-width: 640px){	

/* 解決方案錨點區 */
ul.solutionTabBg{
}
	ul.solutionTabBg li{
		width: 33.3%;
	} 

}







/*/////////////////////////////////////////////////////////*/
/*-------最新消息--------*/	
/*/////////////////////////////////////////////////////////*/

/*-------最新消息區塊--------*/
/* .index_newsBg{
	padding:30px 0px;
}	
	.index_newsBg > .wrap{
	} */
		/*最新消息_內容區塊*/
		/*.index_newsArea{
		}*/

				/*最新消息區塊_列表區塊*/
				.NewsArea{
					margin-bottom: -20px;
				}
					/*列表*/
					.NewsList{
						position: relative;
						padding: 0px 0px 20px 220px;
						margin: 0px 0px 10px;
					}
						/*列表_日期*/
						.NewsListDate{
							position: absolute;
							left: 0px;
							font-size: 12px;
    						color: #005ead;
							line-height: 24px;
							font-family: 'Kulim Park', sans-serif;
						}
						
						/*列表_分類*/
						.NewsListTag{
							position: absolute;
							left: 85px;
							width: 105px;
							font-size: 12px;
							line-height: 24px;
							text-align: center;
							color: #fff;
    						/* background-color: #db931b; */ /* modify by pekey 20220331 */
							background-color: #bbbbbb;

							/* color: #545454;
							border: 1px solid #b3b3b3;
							-webkit-box-sizing: border-box; */
							box-sizing: border-box;
						}
						
						
						
						/*列表_標題*/
						.NewsListTit{
							/* font-family: 'Noto Sans JP', sans-serif; */
						}
							.NewsListTit a{
								display: block;
								color: #595757;
								font-size: 16px;
								line-height: 24px;
								text-decoration:none;
								font-weight:lighter;
								
								display: -webkit-box;
								-webkit-box-orient: vertical;
								-webkit-line-clamp: 1;
								overflow: hidden;
								transition:0.3s ease all;
							}
							/*hover*/
							.NewsListTit:hover a{
								color: #db931b;
								transition:0.3s ease all;
							}
				
			
@media (max-width: 640px){

/*-------最新消息區塊--------*/

	.NewsArea{
		margin-bottom: -20px;
	}

	/*列表*/
	.NewsList{
		padding:0px 0px 20px 0px;
		margin: 0;
	}
		/*列表_日期*/
		.NewsListDate{
			position:static;
			left:auto;
			display:inline-block;
			padding-right:10px;
		}
		
		/*列表_分類*/
		.NewsListTag{
			position:static;
			left:auto;
			display:inline-block;
		}
		
		/*列表_標題*/
		.NewsListTit {
			margin: 10px 0px 0px;
			padding: 0px 0px 5px;
			border-bottom: 1px dashed #b3b3b3;
		}
			
}


         


/*/////////////////////////////////////////////////////////*/
/*-------原廠連結--------*/	
/*/////////////////////////////////////////////////////////*/


/* 連結區 */
.LinkArea{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -60px -30px;
}
	/* 連結列表 */
	.LinkList{
		padding: 0 60px 30px;
		width: 33.3%;
		box-sizing: border-box;
	}
		.LinkList a{
			display: block;
			text-decoration: none;
			color: #3c3c3c;
			background-color: #dedede;
			padding: 10px 15px;
			border-radius: 50px;
		}
		.LinkList a:hover{
			/* background-color:#afe6f9; */
			/* background-color:#f9e300; */ /* modify by pekey 20220418 */
			/* background-color: #fff3d1; */
			background-color: #ffeebf;

			transition: 0.3s ease all;
		}
			.LinkImg{
			}
				.LinkImg a{
					display: block;
					text-decoration: none;
					background-color: #fff0 !important;
					padding: 0px !important;
					border-radius: 0px !important;
				}
				.LinkImg a:hover{
					transition: 0.3s ease all;
					opacity:0.5;
				}
					.LinkImg img{
						width: 80%;
						height: auto;
						display: block;
						margin: auto;
					}
			.LinkBottom{
				margin: 15px -5px 0;
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				justify-content: center;
				text-align: center;
			}
			.LinkTit{
				font-weight: bold;
				margin: 5px 5px;
				color: #646464;
				text-decoration: none;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				font-size: 16px;						
			}
				.LinkTit a{
					max-width: 166px;
					padding: 0px 15px;
					line-height: 2.5;		
				}




@media (max-width: 1800px){		

	/* 連結區 */
	.LinkArea{
		margin: 0 -20px -10px;
	}
		/* 連結列表 */
		.LinkList{
			padding: 0 20px 10px;
		}
			.LinkTit{
				font-size: 13px;			
			}
			.LinkTit a{
				max-width: 142px;
			}			
}

@media (max-width: 1080px){

/* 連結區 */
/* .LinkArea{
	margin: 0 -25px -20px;
} */
	/* 連結列表 */
	/* .LinkList{
		padding: 0 25px 20px;
	} */
	.LinkTit{
		font-size: 12px;		
	}
	.LinkTit a{
		max-width: 114px;
		padding: 0px 5px;
	}
}


@media (max-width: 990px){
/* @media (max-width: 860px){ */

/* 連結區 */
 .LinkArea{
	margin: 0 -2.5px -5px;
}
	/* 連結列表 */
	.LinkList{
		padding: 0 2.5px 5px;
		width: 50%;
	}
	
	.LinkBottom{
		margin: 5px 0 0;
		/* display: block;
		flex-wrap: unset;
		flex-direction: unset; */
	}
	/*.LinkTit{
		margin: 5px 0px;
		font-size: 13px;
		line-height: 1.2;
	} */

}


				
@media (max-width: 640px){

	.LinkTit {
		margin: 5px 5px;
		/* -webkit-line-clamp:unset; */
		font-size: 12px;
	}
		.LinkTit a {
			border-radius: 10px;
			max-width:unset;
			padding: 0px 5px;
			/* line-height: 3; */
		}
	/* .LinkTit {
		font-size: 12px;
	}
		.LinkList a {
			padding: 5px 2px;
		} */

}






/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/	
/*/////////////////////////////////////////////////////////*/




.contact_productName{
	/* padding-top: 20px;
	padding-left:8px; */
	margin-bottom: 30px;
}
	.contact_productTit{
		/* float:left; */
		display:inline-block;
		font-size: 16px;
		line-height: 22px;
		background-color: #ececec;
		padding: 5px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.contact_productIn{
		/* float:left; */
		display:inline-block;
		/* padding: 5px 0px 0px 10px; */
		font-size: 14px;
		line-height: 20px;
		vertical-align: middle;
	}


/* @media (max-width: 510px){
	
	.contact_productTit {
		float: none;
		padding: 0px;
		background-color: #ececec00;
	}			
	.contact_productIn {
		float: none;
		padding: 5px 0px 0px 0px;
	}	
} */



.contactArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin:0 -25px;
    /*align-items: flex-start;*/
}

	.contactL{
		box-sizing:border-box;
		width:50%;
		padding:0 25px
	}
	.contactR{
		box-sizing:border-box;
		width:50%;
		padding:0 25px
	}
	


  	
@media (max-width: 990px){
	
.contactArea{
	display:block;
    flex-wrap: unset;
    flex-direction: unset;
	margin:0 0px;
}

	.contactL{
		width:100%;
		padding:0 0px
	}
	.contactR{
		width:100%;
		padding:50px 0px 0px
	}	
	
	
}













/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 40px;
	/*padding-bottom:40px;*/
	font-family: 'Kulim Park', sans-serif;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #db931b;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #db931b;
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
	
@media (max-width: 640px){
	
	.number_pageArea {
		padding-top: 30px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}









/* 火狐用微軟正黑體 */
@-moz-document url-prefix() {
	body , body a , body p , 
	body h1 , body h2 , body h3 , 
	body span  , body div  , 
	body input  , body textarea{ 
		font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
	}	
}







/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}