/*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: var(--third_color); */
}
body:before{
	/* position:absolute;
	content: "";
	top: -125px;
	left:0px;
	width:100%;
	height: 140px;
	z-index: -1;
	background-color: var(--primary_color); */
}
/* ~~ 元素/標籤選取器 ~~ */
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:var(--primary_color);
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:var(--primary_color);
	color:#fff;
}

.wrap {
	/* width:80%; */
	width:75%;
	margin:0 auto;
	padding: 0;
}



	  
@media (max-width: 1280px){

	.wrap {
		width:95%;
	}					
}	

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
/* @media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 150/100){ */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and 
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74),
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	.wrap {
		width:90%;
	}			
					
}	





/*-------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; */
		min-width: 100px;
		width:auto;
		padding: 0 10px;
		box-sizing: border-box;
		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;
}

button{
	font-family: var(--mandarin_font);
}
	

	











/*banner----------------------*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
			/*左右鍵*/
			.device .arrow-left, .device .arrow-right {
				position:absolute;
				z-index:3;
				top:50%;
				margin:-18px 0px 0px 0px;
				opacity:0;
				transition:0.3s ease all;
			}
		

			.main .swiper-button-prev:after, 
			.main .swiper-button-next:after {
				/* content: 'prev'; */
				display: none;
			}



			/*左鍵*/
			/* .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: var(--primary_color) !important;				
			}	
			.banner .swiper-pagination-bullet {
				background: var(--primary_color) !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;		
				/* padding-top: 78%;
				padding-top: 59%;
				padding-top: 62.8%; */
				padding-top: 50%;
    			height: auto;
			}

			.mobileBanner{
				display: none;
				position: relative;
				/* padding-top: 100%; */

				padding-top: 50%; /*20241017*/
			}

			.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){
	
	.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;
	}
	
	.pcBanner{
		display: none;
	}
	.mobileBanner {
		display: block !important;
	}
				
}
				













				
				
/*-------頁次--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:var(--primary_color);
			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:var(--primary_color);
		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 ,
					.tabs li span:hover {
						background:#fff;
						color:#000;
					}
					.tabs a ,
					.tabs span { 
						color:#000;
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#f1f1f1; 
						cursor: pointer;
					}
					.tabs li.active  {
						/*當前模式*/
					}
						.tabs li.active a ,
						.tabs li.active span {
							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: 980px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			position: relative; /* 20241125 */
			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: var(--primary_color);
							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;  
					}






					.form_area_bottom{
						display: flex;
						flex-direction: row;
						flex-wrap: wrap;
						align-items: flex-end;
						justify-content: space-between;
						gap: 10px;
						width: 100%;
					}
					.form_area_bottom > *{
						width: auto;
					}
				
				









					
					
						@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: 640px){
							
							.form_area_bottom{
								align-items: unset;
								justify-content: unset;
								flex-direction: column;
							}
							
						}


							@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:var(--primary_color);
		left:0px;
		letter-spacing: 0px;
	}
	
	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:'Kulim Park', sans-serif;       /*全站外文字型*/ 
	--mandarin_font:'Noto Sans TC', sans-serif;   /*全站中文字型*/
	--primary_color:rgb(5 10 190);                    /*全站主色色碼*/
	--second_color:#d4d4d4;                   /*全站第二色碼*/
	--third_color:#787973;                   /*全站第三色碼*/
	/*--fourth_color:#dd1319;*/                   /*全站第四色碼*/
	/*--fifth_color:#dd1319;*/                    /*全站第五色碼*/
	/*--sixth_color:#dd1319;*/ 
	
	--services_w:75vw; /*全站第六色碼*/
	--services_h:calc(var(--services_w) / 4); /*全站第六色碼*/


	--asia_color:#ffb700;
	--europe_color:#214059;
	--america_color:#962d3d;
	--oceania_color:#346b4e;
}


@media (max-width: 1280px) {

	/*全站共用樣式*/
	:root {
		--services_w:95vw; /*全站第六色碼*/
		--services_h:calc(var(--services_w) / 4); /*全站第六色碼*/
	}

}








/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

	

.main{
	margin-top: 151px;
	background-color: #fff;
}


@media (max-width: 1280px){
	
	.main{
		/* margin-top: 142px; */
	}
	
	
}

@media (max-width: 990px){
	
	.main{
		margin-top: 106px;
	}
	
	
}

@media (max-width: 640px){

	.main {
		margin-top: 46px;
	}

}


.dom{	
	padding: 40px 0 70px !important;
}
.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: var(--primary_color);
				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: var(--primary_color); */ /* 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: var(--foreign_font);
					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: var(--primary_color);
					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: var(--foreign_font);
					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: var(--primary_color);
	}

  .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(../index/images/right_arrow4_1.svg);
	}
	.indexNewsProductBg .swiper-button-prev{
		left: -100px;
		background-image: url(../index/images/left_arrow4_1.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: 53.3%;
			/* 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: 16px; /* modify by peggy 20241107 */
		text-align: left;
	  }

		.indexNewProdR .Title{	
			font-size: 20px;
			line-height: 22px;
			color: var(--primary_color);
		}
			.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: 14px; /* modify by peggy 20241107 */
			line-height: 1.5;
			color: #797979;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}

		/* 如果是 Microsoft Edge 瀏覽器		 */
		.edgeBrowser  .indexNewProdR .text{	
			letter-spacing: 0;  /* modify by peggy 20241113 */
		}


		.indexNewProdR .btn{
			text-align: left;
			font-weight: 300;
			font-size: 14px;
			line-height: 24px;
			color: #5f6267;
			border-radius: 3px;
			font-family: var(--foreign_font);
			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;
	}


}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
/* @media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 150/100){ */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and 
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74),
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	
	/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
	/* .indexNewsProductBg  .wrap , */
	.indexNewProdArea{
        /* width: calc(90% - ( (90px / 1.5) * 2)); */
		width: calc(100% - ( (90px / 1.5) * 2));
		margin: 0 auto;
    }
		.indexNewsProductBg .swiper-button-prev ,
		.indexNewsProductBg .swiper-button-next {
			display: block !important;
			width: calc(90px / 1.5);
			height: calc(90px / 1.5);
			background-size:calc(90px / 1.5);
		}
		.indexNewsProductBg .swiper-button-prev {
			left:calc(-90px / 1.5);
		}
		.indexNewsProductBg .swiper-button-next {
			right:calc(-90px / 1.5);
		}

}




@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: var(--primary_color);
				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;
			justify-content: center;
			margin: 0 -15px -30px;
			/* width: 100%; */
			padding-top: 20px;
		}

		/* 首頁產品類別列表 */
		.indexProductList{
			box-sizing: border-box;
			width: 25%;
			padding: 0 15px 30px;
		}

		.indexProductList:hover{
			/*background-color: var(--primary_color);*/
			background-color:#25267224;
			transition: all 0.3s ease-out;
		}


			/* 首頁產品類別列表圖 */
			.indexProductLitImg{
				max-width: 75%;
				margin: auto;
			}
			.indexProductLitImg a{
				position: relative;
				display: block;
    			padding-top: 53.3%;
			}
				.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;
					}
					.indexProductList:hover a{
						border-color:#fff;
					}
					.indexProductListTit a span{
						display: block;
					}
					.indexProductListTit a span:nth-of-type(2){
						font-family: var(--foreign_font);
						font-size: 11px;
						margin: 8px 0 0;
						color: #646464;
						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;
		}	

	/*沒有Inbanner*/	
	.noInbanner {
		display: none;
	}

	
	/*上方區塊*/
	/*.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}*/

	
	
		
/*內頁內容區塊*/
.pageContent{
	/* padding: 50px 0px; */
	padding-bottom: 50px;
	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: var(--primary_color);
		color: #5f6267;
		text-decoration:none;
	}
	.crumb a:first-of-type {
		color: var(--primary_color);
		text-decoration:none;
	}

	.crumb a:hover {
		opacity:0.5;
	}	
	
	
		
	

	
	
	
/*內頁標題樣式1-----------------------------------------*/
         
.titStyle1  , .titStyle7{
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 30px;
	/* background-color: var(--primary_color);
    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: var(--primary_color);
		padding: 7px 10px;
		/*border-radius: 4px;*/
	} 



/*內頁標題樣式2-----------------------------------------*/

.titStyle2{
	font-size: 24px;
	color:var(--primary_color);
}
	.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: var(--foreign_font);
		display: block;
	}

	
.titStyle3{
}
	
	
/*內頁標題樣式3-----------------------------------------*/

.titStyle3 {
	font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    /* background-color: var(--primary_color); */ /* modify by pekey 20220310 */
	background-color: var(--primary_color);
    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: var(--foreign_font);
		font-size: 12px;
		/* margin: 8px 0 0; */
		color: #eaeaea;
		font-weight: normal;
		padding-left: 15px;
	}




	
/*內頁標題樣式4-----------------------------------------*/
.titStyle4 {
	font-size: 25px;
	line-height: 30px;
	color: var(--primary_color);
	border-bottom: 2px var(--primary_color) 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: var(--primary_color);
		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: var(--primary_color);
		font-size: 20px;
	} 
	.titStyle5 .btn_area input{
		background: #fff0 !important;
		color: var(--primary_color) !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: var(--third_color);
    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: var(--third_color);
		text-decoration: none;
	} 




/*內頁標題樣式7-----------------------------------------*/
.titStyle7{

}
.titStyle7 > strong  {
	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: var(--primary_color);
	padding: 7px 10px;
	/*border-radius: 4px;*/
} 



/*內頁標題樣式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: var(--primary_color);
		border-bottom: 2px var(--primary_color) 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: var(--primary_color);
			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: var(--foreign_font);
			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: var(--primary_color);
				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: #25267224;
			}	
					
			.leftList.leftList2.active > a:before{
				content:"-";
			}
			.leftList.leftList2.active.show > a:before{
				content:"-";
			}			
			
			
			
						
			
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#646464;
					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: var(--primary_color); */
					background-color: #25267224;
				}
				.leftList:hover > a{
					/* color: var(--primary_color); */
					/* color: var(--primary_color); */
					background-color: #25267224;
				}
				.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: var(--foreign_font);
					}									
				
				
				
				
					/*第二層選單樣式*/
					.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: var(--primary_color);
						}
						.leftList_open_list a:hover {
							color: var(--primary_color);
							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;
		}
	





		.textTitle{
			display: flex;
			flex-direction: column;
			align-items: unset;    
		}
		.textTitle > span{
			/* padding: 20px 0px 10px;
			font-weight: 600;
			font-size: 24px; */
			color: var(--primary_color);
			font-size: min(max(1.6667vw, 20px), 32px); /*字體大小 1.6667vw、最小值 20px、最大值 32px)*/
			/* font-size: 25px; */
			margin-bottom: 25px;
			font-weight: 700;
		}


	
	/*右側內容區塊*/
	.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: #25267224;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: var(--primary_color);
			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: #25267224;
			/* background-color: var(--primary_color);
			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;
			}	
			.textArea iframe{
				width: 100%;
			} 
			/* 20241114 start */
			.textArea *{
				/* text-align: unset !important; */
				max-width: 100%;
			}
			.textArea pre{
				white-space: pre-wrap;
			}
			.textArea pre strong{
				word-break: break-word;
			}
			/* 20241114 end */

			/*無預設_網編區塊 20241113*/
			.text_area2{
				max-width: 100%;
				word-wrap:break-word; /*可以使過長單字直接換行*/
			}
				.text_area2 *{
					/* text-align: unset !important; */
					max-width: 100%;
				}
				/* 20241114 start */
				.text_area2 pre{
					white-space: pre-wrap;
				}
				.text_area2 pre strong{
					word-break: break-word;
				}
				/* 20241114 end */

		/*按鈕-----------------------------------------*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			border-radius: 3px;
		}
		.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: 990px){
	.textTitle span{
		margin-bottom: 10px;
	}
	.textTitle > span{
		
		font-size: 34px;  /* 20241111 */
		
	}
}

@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: 20px;
				/* 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;
		}
		
}
		











/*/////////////////////////////////////////////////////////*/
/*-------產品--------*/	
/*/////////////////////////////////////////////////////////*/

.productClassificationBg{
	padding-top: 50px;
}
.productClassificationBg:first-child{
	padding-top: 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: 0px 0px 0px;
		}
		.productList a:hover{
			/* background-color:#25267224; */
			transition: all 0.3s ease-out;
		}
		
			/* 產品列表圖 */
			.productImg{
				position: relative;
				padding-top: 53.3%;
			}
				.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 ;
					font-size:14px ; /* 20241111 */
					color: #646464;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}				
				/* 產品列表簡述 */
				.product_remark{
					/* font-size: 12px; */
					font-size: 14px;
					line-height: 1.3;
					margin: 8px 0 0;
					color: #646464;
					font-weight: normal;
				}
				


				.product_text_area{
					margin-bottom: 25px;
				}



@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 ,
		.pI_bottom .tabs li.active span{
			background: var(--primary_color);
			color: #fff;
		}
		.pI_bottom  .tabs li.active a:after ,
		.pI_bottom  .tabs li.active span:after{
			content: url(../images/tab_icon2.png);
		}
		.pI_bottom .tabs li.active a:hover ,
		.pI_bottom .tabs li.active span:hover {
			background: var(--primary_color);
			color: #fff;
		}
		.pI_bottom .tab_area {
			border-bottom: 0px var(--primary_color) solid;
			/* border-bottom: 2px var(--primary_color) 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 ,
		.pI_bottom  .tabs li span{
			background: #F9F9F9;
			color: #000;
			position: relative;
			border-bottom: 2px var(--primary_color) solid;
			padding: 6px 25px;
			/* width: 100px; */
			text-align: center;
		}
		.pI_bottom  .tabs li a:after ,
		.pI_bottom  .tabs li span: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 ,
		.pI_bottom  .tabs li span: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 var(--primary_color) 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 var(--primary_color) 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: var(--primary_color);
}
.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);
}
.p_tab_text_area .swiper-button-next {
    right:0px;
	background-image: url(../images/right_arrow4.svg);
}
.p_tab_text_area .swiper-button-prev{
	left:0px;
	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: #25267224;
    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: var(--primary_color); */
				color: var(--primary_color);
				border-bottom: 1px var(--primary_color) solid;
				border-radius: 2px;
				font-size: 20px;
				line-height: 1.2;
				margin: 10px 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 var(--primary_color) 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 var(--primary_color) 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: var(--primary_color);
				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: var(--primary_color);
					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: var(--third_color);
					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: var(--primary_color);
				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 var(--primary_color) 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: var(--primary_color);
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid var(--primary_color);
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:var(--primary_color);
				border:1px solid var(--primary_color);
				/*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: var(--primary_color);
					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: var(--third_color);
					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: var(--primary_color);
					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%;
				}
				.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: var(--primary_color);	
				overflow : hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
			}
				.solutionListBottom .Title a{	
					color: var(--primary_color);	
					text-decoration: none;				
				}
				.solutionListBottom .Title a:hover{
					transition: all 0.3s ease-out;
					color: var(--third_color);	
				}	


			.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;	
			}

			.solutionListBottom .btn{
				text-align: right;
				font-weight: 300;
				font-size: 14px;
				line-height: 24px;
				color: #5f6267;
				border-radius: 3px;
				font-family: var(--foreign_font);
				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{
	margin: 0 -5px -10px;
}
	.solutionList{
		padding: 0 5px 10px;
	}
	.solutionListBottom{	
		padding: 10px 5px;
	}
	.solutionListBottom .Title{
		font-size: 17px;
		line-height: 18px;
	}
	.solutionListBottom .text {
		font-size: 13px;
		min-height: 78px;
	}
	.solutionListBottom .btn{
		margin: 10px 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: 150px;
			box-sizing: border-box;
		}  
			ul.solutionTabBg li.solutionTab a{
				background: #F9F9F9;
				color: #000;
				display: block;
				text-decoration: none;
				border-bottom: 2px var(--primary_color) solid;
				padding: 20px 5px;
				text-align: center;
			} 	
			ul.solutionTabBg li.solutionTab.active a{
				background: var(--primary_color);
    			color: #fff;
			}*/

			/* 解決方案錨點內容區 */
			/*.solutionTabArea{
			}
				.solutionTabList{
					padding: 30px 0;
					border-bottom: #D8D8D8 1px solid;
				}
				.solutionTabList:last-of-type{
					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;
						margin: 0px 0px 10px;
					} */
					
						/*列表_分類*/
						/* .NewsListTag{
							position: absolute;
							left: 85px;
							width: 105px;
							font-size: 12px;
							line-height: 24px;
							text-align: center;
							color: #fff;
							background-color: #bbbbbb;
							box-sizing: border-box;
						}
						 */
						
						
						/*列表_標題*/
						/* .NewsListTit{
						}
							.NewsListTit a{
								display: block;
								color: #595757;
								font-size: 16px;
								line-height: 24px;
								text-decoration:none;
								font-weight:400;
								
								display: -webkit-box;
								-webkit-box-orient: vertical;
								-webkit-line-clamp: 1;
								overflow: hidden;
								transition:0.3s ease all;
							} */
							/*hover*/
							/* .NewsListTit:hover a{
								color: var(--primary_color);
								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: #25267224; */
			background-color: var(--primary_color)40;

			transition: 0.3s ease all;
		}
			.LinkImg{
			}
				.LinkImg a{
					display: block;
					text-decoration: none;
					background-color: #fff0 !important;
					/* padding: 0px !important; */
					border-radius: 0px !important;
					position: relative;
					padding-top: 45%;
				}
				.LinkImg a:hover{
					transition: 0.3s ease all;
					opacity:0.5;
				}
					.LinkImg img{
						width: 80%;
						height: auto;
						display: block;
						margin: auto;

						max-width: 100%;
							max-height: 100%;
							height: auto;
							width: auto;
							position: absolute;
							margin: auto;
							top: 0;
							left: 0;
							bottom: 0;
							right: 0;
					}
			.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;	
				width: 100%;					
			}
				.LinkTit a{
					width: 100%;	
					padding: 0px 15px;
					line-height: 2.5;	
					box-sizing: border-box;	
				}




@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){
/* 連結列表 */
.LinkList{
	width: 100%;
}
	.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: 70px; */
	padding-top:40px;
	font-family: var(--foreign_font);
}
	/*左側區塊*/
	.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: var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--primary_color);
				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;
	}	
}


/*購物車商品列表*/
.cart_product_list_area {
}
	.cart_product_list_area a{
		text-decoration: none;
		color: #101010;
		vertical-align: middle;
	}
		.cart_product_list_area i{
			vertical-align: middle;
			font-size: 24px;
			color: #fff;
		}
	

	/*購物車備註*/
	.cart_remark {
		text-align:center;
		padding:0px 0px 15px 0px;
		color:#BF0000;
		line-height:22px;
	}
	
	.cart_product_list_area table {
		width:100%;
		margin:0 auto;
		overflow: hidden;
	}
		.cart_product_list_area tr {
		}
			.cart_product_list_area td {
				text-align:center;
				vertical-align:middle;
				font-size:16px;
				line-height: 24px;
				color:#000;
				padding:3px 14px;		
				background-color: #efefef;
			}
			.cart_product_list_area tr:nth-of-type(2n+0) td {
				background-color: #ffffff;
			}
				/*商品名稱*/
				.cPL_product {
					font-size:0px;
					min-height:111px;
					text-align:left;
					font-size:15px;
					position:relative;
				}
					
					.cPL_product a {
						color:#000;
						text-decoration:none;
						display:inline-block;
						vertical-align:middle;
						min-height:111px;
					}
						.cPL_product img {
							width:109px;
							border: solid 1px #dfdede;
							position:absolute;
							background:#fff;
						}
					.cPL_product_tit {
						padding:0px 0px 0px 115px;
						display:inline-block;
						vertical-align:middle;
						width: 96.5%;
						box-sizing: border-box;
					}
				
				.cart_product_list_area table input {
					height: 42px;
					line-height: 42px;
					margin: 4px 0px;
				}
					.cart_product_list_area table input[type='text'] {
						width: 66px;
						height: 30px;
						border: solid 1px #999999;
						text-align: right;
					}
					.cart_product_list_area table input[type='button'] {
						border-radius: 3px;
						font-weight: bold;
						width: auto;
						padding: 0px 8px;
						box-sizing: border-box;
						background: #969696;
						line-height: 42px;
						height: 42px;
						background: #FFFFFF;
						border: solid 1px #c4c4c4;
						color: #333;
					}
					
					.delBtn {
						display: inline-block;
						border-radius: 3px;
						font-weight: bold;
						width: auto;
						padding: 0px 8px;
						box-sizing: border-box;
						background: #969696;
						line-height: 28px;
						height: 28px;
						background: #FFFFFF;
						border: solid 1px #c4c4c4;
						color: #333;
						text-align:center;
					}
						.delBtn input[type='button'] {
							display:none;
						}
							.delBtn:hover {
								opacity:0.7;
							}
					
					.cart_product_list_area table input[type='button'].remittance_btn {
						width: auto;
						padding: 0px 12px;
						background: #BF4848;
						color:#fff;
					}					
						
		/*第一組tr*/
		.cart_product_list_area tr:first-of-type td {
			color: #ffffff;
			background: #585858;
			padding: 10px 14px;
			border-bottom: unset;
		}
		
		/*第一個td*/
		.cart_product_list_area td:first-of-type {
			width:23%;
		}
		
		/*2進位的tr*/
		.cart_product_list_area tr td {
			padding: 16px 14px;
		    font-size: 15px;
		    line-height: normal;
		    border-bottom: dashed 1px #aeaeae;
		    box-sizing: border-box;
		}

.cart_member_area{
	padding: 40px 0px 10px;
	width: 80%;
    margin: 0px auto;
}


.modify{
	background: #565656;
	border-radius: 3px;
    /* padding: 6px 11px; */ /* modify by pekey 20210525 */
	padding: 7px 11px 5px;
}
.cart_product_list_area a.modify{
	color: #ffffff;
}


.delete{
	background: #b20000;
	border-radius: 3px;
    padding: 6px 11px;
}
/*詢價查詢*/
.list_bg {
	padding: 20px;
	background: #f4f4f4;
	border: solid 1px #aeaeae;
	border-radius: 4px;
}

	.list_bg table input[type='button']{
		background: #585858;
	    color: #fff;
	    padding: 0px 38px;
	    height: 40px;
	}
	
	.list_bg table {
		border-radius: 4px;
		background: #aeaeae;
	}
	
	.list_bg tr td {
		border: 0px;
		font-size: 15px;
		color: #7d7d7d;
		padding: 12px 0px;
	}

	.list_bg tr:first-of-type td{
		background: #fff;
		font-size: 15px;
		color: #7d7d7d;
		padding: 12px 14px;
	}

	tr[class='active'] td {
		background: #fdf2f3;
	}
.noreply{
	color: #0066cc;
}


@media (max-width: 768px) {



	.cart_product_list_area td {
		/* modify by pekey 20210602 */
		display: table;
    	vertical-align: middle;
		width: 100%;
		text-align: left;
		padding-left: 0;
		border-bottom: unset;
		border-left: solid 1px #aeaeae;
    	border-right: solid 1px #aeaeae;
	}
	.cart_product_list_area tr td {
		/* modify by pekey 20210602 */
		border-bottom: unset;
		padding: 5px 15px;
	}

	.cart_product_list_area tr:first-of-type td {
		/* modify by pekey 20210602 */
		display: none;
	}

	.cart_product_list_area td:first-of-type {
		/* modify by pekey 20210602 */
		display: block;
		width: 100%;
		border-bottom: unset;
		padding: 15px 15px 5px;
		border-top: solid 1px #aeaeae;
	}
	.cart_product_list_area tr:nth-of-type(2) td:first-of-type {
		/* modify by pekey 20210602 */
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.cart_product_list_area tr:last-of-type td:last-of-type {
		/* modify by pekey 20210602 */
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom: solid 1px #aeaeae;
	}

	.cart_product_list_area td:last-of-type {
		/* modify by pekey 20210602 */
		padding-left: 0;
		padding: 10px 15px 15px;
	}
		.cart_product_list_area tr td:before {
			/* modify by pekey 20210602 */
			content: attr(data-name);
			font-weight: bold;
			/* letter-spacing: 15px; */ /* modify by pekey 20210609 */
			display: table-cell;
			width: 90px;
		}

		.cart_product_list_area tr td:first-of-type:before {
			/* modify by pekey 20210602 */
			letter-spacing: unset;
			vertical-align: middle;
			letter-spacing: 0;
		}

		.cart_product_list_area tr td.delete_td:before {
			/* modify by pekey 20210602 */
			display: none;
		}


			.cart_product_list_area tr td:first-of-type a {
				/* modify by pekey 20210602 */
				display: table-cell;
				vertical-align: middle;
			}

			.cart_product_list_area table input[type='text'] {
				/* modify by pekey 20210602 */
				text-align: center;
				margin-right: 10px;
			}

			.cart_product_list_area a.modify {
				/* modify by pekey 20210602 */
				display: inline-block;
				width: 65px;
				padding: 6px 10px;
				margin: 0px auto;
				box-sizing: border-box;
				text-align: center;
			}

			.cart_product_list_area a.delete{
				/* modify by pekey 20210602 */
				display: block;
				width: 100%;
				text-align: center;
				box-sizing: border-box;
			}
	
}


@media (max-width: 600px){
	/*第一組tr*/
	.cart_product_list_area.special tr:first-of-type {
		display:none;
	}

	/*第一個td*/
	.cart_product_list_area.special td:first-of-type {
		width: auto;
		padding: 10px 14px;
	}
	
	/*最後一個td*/
	.cart_product_list_area.special td:last-of-type {
		padding: 5px 14px 10px 14px;
	}
				
	/*第五個td*/
	.cart_product_list_area.special td:nth-of-type(5) {
		padding: 5px 14px 10px 14px;
	}
		.cart_product_list_area.special td:nth-of-type(5):before {
			display:none;
		}
				
	.cart_product_list_area.special table {
		border-top: solid 1px #e1e1e1;
		border-radius:5px;
	}
		.cart_product_list_area.special td {
			display:block;
			border:none;
			text-align:left;
			border-left: solid 1px #e1e1e1;
			border-right: solid 1px #e1e1e1;
			padding: 5px 14px;
		}
			.cart_product_list_area.special td:before {
				content:attr(data-name);
			}
						
			/*商品名稱*/
			.cPL_product {
				border-bottom: solid 1px #e1e1e1;
				padding:0px 0px 15px 0px;
				font-size:16px;
			}
						
			.cart_product_list_area.special table input {
				height:40px;
				line-height:40px;
			}
				.cart_product_list_area.special table input[type='button'] {
					width:100%;
					height: 42px;
					line-height: 42px;
				}
				.delBtn {
					width:100%;
					height: 42px;
					line-height: 42px;
				}
					.delBtn i {
						line-height:42px;
					}
					/*兩個按鍵時*/
					.cart_product_list_area.special table .cPL_twoBtn input[type='button'] {
						float:left;
						width:48%;
					}
					.cart_product_list_area.special table .cPL_twoBtn input[type='button']:nth-of-type(2) {
						float:right;
					}

	.cart_member_area{
		width:100%;
	}

}


@media (max-width: 540px){
	.fLType2.special {
		float: none;
	}
	.form_btn_area.special input {
		width: 100%;
	}
}
@media (max-width: 420px){
	.cart_product_list_area tr td {
		/* padding: 16px 0px; */ /* modify by pekey 20210602 */
	}
	.modify{
		padding: 6px 3px;
	}	    
}    
/*/////////////////////////////////////////////////////////*/
/*-------產品內頁--------*/
/*/////////////////////////////////////////////////////////*/
.product_top{
	display: flex;
    justify-content: space-between;
	padding: 30px 0;
}

.product_left {
    width: 35%;
    /* padding-right: 20px; */
}
.product_left img{
	width: 100%;
	height: auto;
}
.product_right {
    width: 60%;
}

.product_mainTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.product_detail {
    margin: 20px 0;
	line-height: 1.5;
	
}

@media (max-width: 990px) {
	.product_top {
		display: block;
	}
	.product_left{
		width: 100%;
	}
	.product_right{
		width: 100%;
		margin-top: 25px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------關鍵字--------*/
/*/////////////////////////////////////////////////////////*/
.tagBox{
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,.1);	
	padding-bottom: 15px;
}
.tagBox a{
	display: inline-block;
    background: #fff;
    color: var(--primary_color);
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    border: solid 1px var(--primary_color);
    border-radius: 20px;
    transition: all .5s;
	text-decoration: none;
	cursor: pointer;
	
}
.tagBox a:hover{
	background-color: var(--primary_color);
    color: #fff;
}
/*----- 網編區塊 -----*/
.text_area {
	/*Judy modify 20240326*/
	font-size: 16px;
	font-size: min(max(1.15vw, 16px), 21px);
	line-height: 1.5;
	color: var(--third_color);
}

.text_area img {
	max-width: 100%;
	height: auto;
}

.text_area iframe {
	max-width: 100%;
}





















/*/////////////////////////////////////////////////////////*/
/*-------關於我們--------*/
/*/////////////////////////////////////////////////////////*/
.about_container{

}

	.about_container .containerIn{
	padding: 0;
	}


.about_bg{
	padding-top: 15px;
}
	.about_area{
		padding: 60px 0;
	}
		.about_content_area{

		}


		.about_bg .titStyle1{
			font-size: min(max(1.8229vw, 20px), 35px); /*字體大小 1.8229vw、最小值 20px、最大值 35px*/
			color: var(--primary_color);
			text-align: center;
			margin-bottom: 40px;
			/* margin-bottom: 15px; */
		}
			.about_bg .titStyle1 strong{
				font-size: inherit;
				line-height: inherit;
				color: inherit;
			}
/* 20241113 */
@media(max-width:990px){
	.about_bg .titStyle1{
		
		font-size: 34px; /* 20241113 */
	}
}
/* 20241113 */

@media (max-width: 768px) {
	
	.about_area{
		padding: 40px 0;
	}
	.about_bg .titStyle1{
		margin-bottom: 15px;
		
	}
	
	

}






/* ======================================= */
/* 歷史沿革＆發展  */
/* ======================================= */

.history_area{
	padding-top: 0;
}
	.history_area .about_content_area{
		
	}


		/* 歷史項目容器 */
		.history_item {
			display: flex;
			flex-direction: column;
			gap: 20px;
			padding-bottom: calc(40px + 20px);
			position: relative;
		}

		/* 歷史橫幅圖像 */
		.history_banner{
			position: relative;
			padding-top: 16.9%;
			/* border-radius: 10px; */
			display: block;
			overflow: hidden;
		}
			.history_banner img {
				/* width: 100%;
				height: auto;
				border-radius: 8px; */

				width: 100%;
				height: 100%;
				object-fit: cover;
				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;
			}

		/* 時間軸基礎設定 */
		.timeline {
			display: flex;
			flex-direction: column;
			gap: 15px 0;
		}
			.timeline_year{

			}
				.timeline_year .year{
					color: var(--third_color);
					text-align: center;
					font-size: 35px;
					font-size: min(max(1.8229vw, 23px), 35px); /*字體大小 1.8229vw、最小值 20px、最大值 35px*/
					font-family: var(--foreign_font);
				}


		/* 時間軸內容區塊 */
		.timeline_content {
			/* padding-top: 10px; */
			display: flex;
			flex-direction: column;
		}
			
			.timeline_list {
				position: relative;
				width: calc(50% - 0px);
				display: flex;
				flex-direction: column;
			}
			/* .timeline_list:nth-child(2n+1) {
				margin-left: auto;
			}
			.timeline_list:nth-child(2n) {
				text-align: right;
			} */

			/* .timeline_list::before{
				position: absolute;
				content: "";
				background-color: #333;
				width: 4px;
				height: 100%;
			}
			.timeline_list:nth-child(2n+1)::before {
				left: -2px;
			}
			.timeline_list:nth-child(2n)::before {
				right: -2px;
			} */
			.line_color{
				position: absolute;
				background-color: #333;
				width: 4px;
				height: calc(40px + 0px);
				bottom: 20px;
				left: 50%;
				transform: translateX(-50%);

				display: none;
			}



				.timeline_list_in {
					
				}
				/* .timeline_list:nth-child(2n+1) .timeline_list_in{
					padding-left: 20px;
				}
				.timeline_list:nth-child(2n) .timeline_list_in{
					padding-right: 20px;
				} */


				.timeline_list .year {
					color: var(--primary_color);
					color: #333;
					margin-bottom: 5px;
					font-size: 25px;
					font-size: min(max(1.3021vw, 18px), 25px); /*字體大小 1.3021vw、最小值 18px、最大值 25px*/
					font-family: var(--foreign_font);
				}
				.timeline_list .content {
					font-size: 16px;
					line-height: 1.6;
					color: var(--third_color);
					display: flex;
					flex-wrap: wrap;
					align-items: baseline;
					gap: 10px;
				}

				.timeline_list .content .tag{
					background-color: var(--primary_color);
					color: #fff;
					/* padding: 4px 5px; */
					padding: 6px 5px 4px;
					border-radius: 5px;
					display: inline-block;
					line-height: 1;
					/* margin-right: 5px; */
				}

				.timeline_list.green .content .tag{
					background-color: #027353;
					/* color: #fff; */
				}
				.timeline_list.yellow .content .tag{
					background-color: #f2d43d;
					color: #000;
				}
				.timeline_list.purple .content .tag{
					background-color: #746d9f;
					/* color: #fff; */
				}
				.timeline_list.pink .content .tag{
					background-color: #d9a0af;
					color: #000;
				}
				.timeline_list.orange .content .tag{
					background-color: #f29f05;
					/* color: #000; */
				}	
				.timeline_list.lightGreen	 .content .tag{
					background-color: #39bfa7;
					/* color: #000; */
				}		
				.timeline_list.blue	 .content .tag{
					background-color: var(--primary_color);
					/* color: #000; */
				}




/* Safari 11-15 up to Monterey */
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	.timeline_list .content {
		align-items: center;
	}
}}
/* Safari 16+*/
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
	.timeline_list .content {
		align-items: center;
	}
}


@media (max-width: 860px) {

	.history_area{
		padding-top: 60px;
	}

}

@media screen and (min-width: 769px) {

	.timeline_content{
		position: relative;
	}
	.timeline_content::before{
		position: absolute;
		content: "";
		background-color: var(--second_color);
		width: 4px;
		height: calc(100% + 40px);
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}

	 .timeline_list:nth-child(2n+1) {
		margin-left: auto;
	}
	.timeline_list:nth-child(2n) {
		text-align: right;
	}
	
	/*.timeline_list:nth-child(2n+1)::before {
		left: -2px;
	}
	.timeline_list:nth-child(2n)::before {
		right: -2px;
	}*/
	.timeline_list:nth-child(2n+1) .timeline_list_in{
		padding-left: 20px;
	}
	.timeline_list:nth-child(2n) .timeline_list_in{
		padding-right: 20px;
	} 

	.timeline_list:nth-child(2n) .content {
	    flex-direction: row-reverse;
	}

	.timeline_list .year {
		width: 81px;
		text-align: center;
		padding: 0 5px;
	}
	.timeline_list:nth-child(2n) .year{
		margin-left: auto;
	}
	.timeline_list .content .tag {
		min-width: 81px;
		text-align: center;
	}


}


@media (max-width: 768px) {

	.history_area{
		padding-top: 40px;
	}


	.history_item {
		padding-bottom: 40px;
	}

	
	/* 時間軸基礎設定 */
	.timeline {
		gap: 10px 0;
	}
	/* 時間軸內容區塊 */
	.timeline_content {
		gap: 20px 0;
	}
		.timeline_list {
			width: 100%;
		}

		.timeline_list .content .events{
			width: 100%;
		}
		


}















/* ======================================= */
/* 企業精神  */
/* ======================================= */

.spirit_area{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 120px 0; */
}


.about_bg .spirit_area .titStyle1 {
    /* color: #fff;
    text-shadow: 
		-0.2rem -0.2rem 1rem #86bbe2,
		0.2rem 0.2rem 1rem #86bbe2,
		0 0 2rem #86bbe2,
		0 0 4rem #86bbe2,
		0 0 6rem #86bbe2,
		0 0 8rem #86bbe2,
		0 0 10rem #86bbe2; */
}


	.spirit_content_area{
		/*display: flex;
		flex-wrap: wrap;
		 justify-content: center; */
		display: grid;
		grid-template-columns: repeat(3 , 1fr);
		gap: 20px 4.1667vw; /*20px 80px*/
	}
		.spirit_item{
			width: 100%;
			box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
			box-sizing: border-box;
		}
			.spirit_img{
				
			}
				.spirit_img span{
					position: relative;
					padding-top: 70%;
					/* border-radius: 10px; */
					display: block;
					overflow: hidden;
				}
					.spirit_img img{
						width: 100%;
						height: 100%;
						object-fit: cover;
						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;
					}


			.spirit_information{
				background-color: #fff;
				padding: 2.3438vw 20px;  /*45px 20px*/
				text-align: center;
			}
				.spirit_information strong{
					font-weight: 600;
					font-size: 25px;
					/*font-size: min(max(1.3021vw, 18px), 25px);*/ /*字體大小 1.3021vw、最小值 18px、最大值 25px*/
					font-size: min(max(1.5104vw, 19px), 29px); 
				}
				.spirit_information .en{
					font-size: 16px;
					font-size: min(max(1.0417vw, 16px), 20px); 
					margin-top: 10px;
					font-family: var(--foreign_font);
					color: var(--third_color);
				}




@media (max-width: 768px) {

/* 企業精神  */
.spirit_area{
    padding: 40px 0;
}
.about_bg .spirit_area .titStyle1 {
    margin-bottom: 15px;
}

	.spirit_content_area{
		 display: flex;
		flex-wrap: wrap;
		gap: 20px 0; 
	}
		.spirit_item{
			width: 100%;
		}
			.spirit_information{
				padding: 20px 5px;
			}
}












/* ======================================= */
/* 經營理念  */
/* ======================================= */

.philosophy_area{
	/* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0; */
}
	.philosophy_content_area{
		
	}

	.philosophy_content_area .text_area{
		/* display: flex; */
		/* flex-wrap: wrap; */
		/* justify-content: space-between; */
	}

	/* 經營理念_文 */
	.philosophy_text{
		box-sizing: border-box;
		width: 100%;
	}

		.philosophy_area .titStyle1{
			/* text-align: left; */
		}

		.philosophy_text .text_area{

		}

	/* 經營理念_圖 */
	.philosophy_img{
		box-sizing: border-box;
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
		/* padding-left: 50px; */
	}
		.philosophy_img span{
			/* position: relative;
			padding-top: 70%;
			overflow: hidden; */
			display: block;			
		}
			.philosophy_img img{
				width: 100%;
				height: auto;

				/* width: 100%;
				height: 100%;
				object-fit: cover;
				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) {

	/* 經營理念  */
	.philosophy_content_area{
		/* display: block;
		flex-wrap: unset;
		justify-content: unset; */
	}

	.philosophy_content_area .text_area{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}

	/* 經營理念_文 */
	.philosophy_text{
		width: 100%;
	}

		.philosophy_area .titStyle1{
			/* text-align: left; */
		}

		.philosophy_text .text_area{

		}

	/* 經營理念_圖 */
	.philosophy_img{
		width: 100%;
		/* margin-top: 25px; */
		min-width: unset;
		padding-left: 0px;
	}


}








/* ======================================= */
/* 服務介紹  */
/* ======================================= */

.services_area{
	/* background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0; */
	
	overflow: hidden;
}

	.services_area_in{
		/* padding-top: calc((var(--services_h) + 0px) / 2); */
		padding-top: calc((var(--services_h) + 0px) / 4);
		margin-top: -70px; /*20241017*/
	}
	.services_content_area{
		/*display: flex;
		flex-wrap: wrap;
		justify-content: center; */
	}

	.services_top_area{
		margin-bottom: 20px;
	}
		.services_top_area .description{
			max-width: calc(var(--services_w) - 130px);
			max-width: 1000px;
			margin: 0 auto;
			font-size: 18px;
			font-size: min(max(0.9375vw, 14px), 18px); /*字體大小 0.9375vw、最小值 14px、最大值 18px*/
			line-height: 1.4;
			/* min-height: 125.94px; */
			min-height: min(max(calc(0.9375vw * 1.4 * 7), calc(14px * 1.4 * 7)), calc(18px * 1.4 * 7));
			display: -webkit-box;
			-webkit-box-orient: vertical;
			/* -webkit-line-clamp: 2;  */
			-webkit-line-clamp: 7;  /*約5行*/
			overflow: hidden;
			
		}



	.services_bottom_background{
		position: relative;
	}
	
	.backgroundColor{
		pointer-events: none;
		position: absolute;
		/* width: 100%; */
		width: var(--services_w);
		top: calc(-16% - 20px);
		/* top: -16%; */
		left: 50%;
		transform: translate(-50%, -29%);
		/* z-index: 3; */
	}
	.rotating-text {
		position: relative;
		z-index: 2;
	}

		.rotating-text svg{
			
		}
	
		.rotating-text .st1 {
			fill: none;
			stroke: var(--primary_color);
			stroke-width: 34;
			stroke-miterlimit: 10;
		}
		.rotating-text .st2 {
			fill: none;
		}

		.services_area text {
			font-family: var(--foreign_font)!important;
			font-size: 25px !important;
			line-height: 1!important;
			vertical-align: bottom!important;
			fill: #fff;
			
		}
		.services_area textPath{
			display: flex !important;
			align-items: baseline !important;
		}
		
		.services_bottom_background .wrap{
			max-width: 1000px;
		}



	.services_bottom_area{
		display: flex;
		margin: 0px -1.5625vw; /* 0px -30px */
		gap: 20px 0;
		position: relative;
		z-index: 3;
	}
		.services_item{
			width: 25%;
			padding: 0px 1.5625vw;
			/* width: 100%; */
			/* width: calc(33.3% - 4.1667vw); */
			box-sizing: border-box;
		}
			.services_img{
				position: relative;
				border-radius: 50%;
				padding: 50% 0;
				background-color: #fff;
				box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
			}

			.services_img_in{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 100%;
				/* max-width: 130px; */
			}

				.services_img strong{
					word-wrap: break-word;
					word-break: break-all;
					text-align: center;
					display: block;
					margin-top: 20px;
					font-weight: 600;
					font-size: 25px;
					font-size: min(max(1.3021vw, 18px), 25px); /*字體大小 1.3021vw、最小值 18px、最大值 25px*/
					/* font-size: min(max(1.3021vw, 13px), 16px); 字體大小 1.3021vw、最小值 18px、最大值 25px */
				}
				.services_img span{
					position: relative;
					/* padding-top: calc(100% * 0.4); */
					padding-top: 65px;
					display: block;
					overflow: hidden;
					margin: 0 auto;
					width: 65px;
					/* max-width: 130px; */
				}
					.services_img img{
						width: 100%;
						height: 100%;
						object-fit: cover;
						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;
					}


			.services_information{
				word-wrap: break-word;
				word-break: break-all;
			}
				.services_information strong{
					font-weight: 600;
					font-size: 25px;
					font-size: min(max(1.3021vw, 18px), 25px); /*字體大小 1.3021vw、最小值 18px、最大值 25px*/
				}
				.services_information ul.description{
					margin: 0;
					/* padding: 0; */
					/* list-style-type : none; */
					display: block;
					text-align: justify;
					padding-left: 19px;
				}
					.services_information ul.description li{
						/* font-size: 16px; */

						font-size: 18px;
						font-size: min(max(0.9375vw, 14px), 18px); /*字體大小 0.9375vw、最小值 14px、最大值 18px*/
					
						line-height: 1.4;
						margin-top: 10px;
						font-family: var(--foreign_font);
						color: var(--third_color);
						padding-left: 0px;
					}






@media screen and (min-width: 1281px) and (max-width: 1520px) {

	.services_top_area .description{
		max-width: 850px;
	}
	.services_bottom_background .wrap{
		max-width: 850px;
	}
}

@media (max-width: 1280px) {

	.services_top_area .description{
		max-width: 800px;
	}
	.services_bottom_background .wrap{
		max-width: 800px;
	}
		.services_img span{
			padding-top: 60px;
			width: 60px;
		}
}






/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
/* @media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25), 
only screen and (-o-min-device-pixel-ratio: 125/100){ */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and 
(-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49),
only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	.services_top_area .description{
		/*min-height: 100.75px;*/  /*約5行*/
	}		
					
}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
/* @media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 150/100){ */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and 
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74),
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	.services_top_area .description{
		/*min-height: 97.97px; */ /*約5行*/
	}		
					
}


@media screen and (min-width: 991px) {

	.services_area {
		padding-top: 0;
	}
	.services_area .titStyle1{
		margin-bottom: calc(40px + 33px);
	}
	
}

@media (max-width: 990px) {

	.services_area{
		padding-top: 60px;
	}
		.services_area_in{
			padding-top: 0;
			margin-top: 0px;
		}
			.services_top_area .description {
				-webkit-line-clamp: unset;
				min-height: auto;
			}



		.services_bottom_background::before{
			display: none;
		}
		.backgroundColor{
			display: none;
		}

		.services_information ul.description {
			padding-left: 20px;
		}

}

@media (max-width: 768px) {

	.services_area{
		padding-top: 40px;
	}

	/* 服務介紹  */
	.services_bottom_area{
		margin: 0px -20px;
		/* gap: 20px 0; */
		flex-wrap: wrap;
	}
		.services_item{
			width: 50%;
			padding: 0px 20px;
		}
}


@media (max-width: 510px) {

	/* 服務介紹  */
	.services_bottom_area{
		margin: 0px -10px;
		gap: 10px 0;
	}
		.services_item{
			padding: 0px 10px;
		}

		.services_img strong {
			margin-top: 10px;
		}
		.services_img span{
			padding-top: 40px;
			width: 40px;
		}

		.services_information ul.description {
			padding-left: 10px;
		}
}














/* ======================================= */
/* 公司數據  */
/* ======================================= */

.stats_area{
	padding-top: 0;
	/* background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
}
	.stats_content_area{
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(5 , 1fr);
		gap: 1.5625vw 1.5625vw; /*30px 30px*/
	}
		.stats_item{										
			width: 100%;
			/* width: calc(33.3% - 4.1667vw); */
			box-sizing: border-box;
			padding: 20px 5px;
			border-radius: 20px;
			background-color: #fff;
			box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		}
			.stats_img{
				max-width: 135px;
				margin: 0 auto;
			}
				.stats_img span{
					position: relative;
					padding-top: 100%;
					/* border-radius: 10px; */
					display: block;
					overflow: hidden;
				}
					.stats_img img{
						width: 100%;
						height: 100%;
						object-fit: cover;
						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;
					}


			.stats_information{
				text-align: center;
				margin-top: 20px;
			}
				.stats_information strong{
					font-weight: 600;
					font-size: 18px;
					font-size: min(max(0.9375vw, 14px), 18px); /*字體大小 0.9375vw、最小值 14px、最大值 18px*/
					margin-top: 10px;
					display: block;
					color: var(--third_color);
				}
				.stats_information .num{	
					color: var(--primary_color);
					font-size: 35px;
					font-size: min(max(1.8229vw, 23px), 35px); /*字體大小 1.8229vw、最小值 20px、最大值 35px*/
					font-family: var(--foreign_font); 
				}
				.stats_information .num span{	                                               
					font-weight: 600;                                      
				}
                            

@media (max-width: 990px) {

/* 公司數據  */
.stats_area{
	/* padding: 40px 0; */
}
	.stats_content_area{
		/* display: flex;
		flex-wrap: wrap;
		gap: 20px 0;  */
		display: flex;
		flex-wrap: wrap;
	}
		.stats_item{
			/* width: 100%; */
			width: calc(33.3% - (1.5625vw / 1.5));
		}
			.stats_information{
				margin-top: 0;
			}
}      

@media (max-width: 510px) {

/* 公司數據  */
.stats_area{
}
	.stats_content_area{
		gap: 10px 10px; 
	}
		.stats_item{
			border-radius: 5px;
			padding: 5px 5px;
			width: calc(50% - (10px / 2));
		}
			.stats_img {
				/* max-width:90%; */
				max-width: 65%;
			}
			.stats_information strong {
				margin-top: 5px;
			}
			
}
                            
@media (max-width: 320px) {

	/* 公司數據  */	
	/* .stats_area{
	}
		.stats_content_area{
			gap: 20px 0; 
		}
			.stats_item{
				width: 100%;
			}
				.stats_img {
					max-width: 100px;
				} */
				
}













/* ======================================= */
/* 證書  */
/* ======================================= */

.cert_area{
	/* background-position: center;
    background-repeat: no-repeat; */
    background-color: #f4f4f4;
    /* padding: 60px 0; */
}
	.cert_content_area{
		display: grid;
		/* flex-wrap: wrap; */
		/* justify-content: center; */
		grid-template-columns: repeat(4 , 1fr);
		gap: 20px 2.0833vw; /*20px 40px*/
	}
		.cert_item{
			width: 100%;
			/* width: calc(25% - 2.0833vw); */
			box-sizing: border-box;
		}
			.cert_img{
				box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
			}
				.cert_img a{
					position: relative;
					padding-top: 141.4%;
					/* border-radius: 10px; */
					display: block;
					overflow: hidden;
				}
					.cert_img img{
						width: 100%;
						height: 100%;
						object-fit: cover;
						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;
					}
			.cert_title{
				text-align: center;
				/* font-weight: 600; */
				font-size: 18px;
				font-size: min(max(0.9375vw, 14px), 18px);
				margin-top: 10px;
				display: block;
				color: var(--third_color);
			}
/* hover */
/* 點擊整個項目出現hover效果 modify by peggy 20240925 start */
.cert_item::before{	
	position: absolute;
	content: "點擊放大";
	font-family: var(--foreign_font);
	top: 50%;
	left: 50%;
	transform: translate(-50% , 0%) scale(0);
	color: #000;
	text-shadow: rgb(255, 255, 255) 0px 0px 10px;
	font-size: 20px;
	line-height: 1;
	z-index: 1;
	/* transition: 0.9s ease all; */
	opacity: 0;
}

.cert_img a:hover:before{	
	transform: translate(-50% , -50%) scale(1);
	opacity:1;
	transition: 0.9s ease all;
}
.cert_img:hover img{
	/* opacity: 0.5; */
	filter: grayscale(0.7) ;  /*灰階*/
	transition: 0.3s ease all;
}

.cert_item:hover  {
    filter: grayscale(0.7) ;  /*灰階*/
	transition: 0.3s ease all;
}
.cert_item:hover:before{	
	transform: translate(-50% , -50%) scale(1);
	opacity:1;
	transition: 0.9s ease all;
}
.cert_title:hover{
	cursor: pointer;
}
/* 點擊整個項目出現hover效果 modify by peggy 20240925 end */





@media (max-width: 768px) {

	/* 企業精神  */
	
	.cert_area{
		/* padding: 40px 0; */
	}
		.cert_content_area{
			/* display: flex;
			flex-wrap: wrap; */
			/* gap: 20px 0;  */
			grid-template-columns: repeat(2, 1fr);
			gap: 20px 20px; /*20px 40px*/
		}
			.cert_item{
				/*width: calc(50% - 20px);*/
			}
			
	}





/* ======================================= */
/* 專業團隊  */
/* ======================================= */

.team_area{
	padding-bottom: 0;
    /* padding: 60px 0; */
}
	.team_content_area{
	}







/*=======================================================================*/
/*-------相簿區塊--------*/
/*=======================================================================*/


/*相簿*/	
.index_albumBg{
	/* background-color: #fff; */
	/*position: relative;
	 background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	/* padding: 50px 0;
	position: relative; */
	/* z-index: 5; */
	/* display: flex;
	justify-content: flex-end; */
}
	/* 首頁_產品裝飾底 */
	/* .index_product_background{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 25%;
		height: 90%;
		background-color: #faf7f3;
		z-index: 0;
	} */


	/*----- 首頁標題1 -----*/
	/* .index_albumBg .index_title {
		text-align: center;
	} */


	
	.album_area .swiper-wrapper{
		transition-timing-function: linear; /*之前是ease-out*/
	}


	.album_area .swiper {
        width: 100%;
        height: 100%;
      }

      .album_area .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;
        background: #fff0;
      }

      .album_area .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }



	.index_albumBg .wrap {
		/* position: relative;
		z-index: 5;
		margin: 0; */
	}




	/* 相簿_左右按鍵 */
	/* .index_album_arrow{
		position: absolute;
		top: 45px;
		right: 100px;
		width: 70px;
	}
		.index_albumBg .swiper-button-prev ,
		.index_albumBg .swiper-button-next{
			left: unset;
			right: unset;
			top: unset;
			bottom: 0;
			transform: unset;
			width: 30px;
			height: 30px;
			background-size: 30px;
		}
		.index_albumBg .swiper-button-prev{
			left: 0;
		}
		.index_albumBg .swiper-button-next{
			right: 0;
		} */




	.album_content_area{	
		position: relative;	
	}
		/* 活動剪影列表 */
		.album_list{
			width: 100%;
			/* box-shadow: 1px 1px 15px #00000038;	 */
			box-sizing: border-box;
			/* padding: 2px; */
		}

			/* 相簿照片 */
			.albumImg{	
				position: relative;	
			}		
				.albumImg a{	
					box-sizing: border-box;
					position: relative;
					/* padding-top: 100%; */
					padding-top: 66%;
					overflow: hidden;	
					display: block;
					/* background-color: #000; */
				}
					.albumImg 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: all 0.3s ease-out;	
					}


					
					

			/* 裝飾線 */
			.album_line{
				display: none;
			}
				.album_line:before{
					position: absolute;
					content: "";
					background-color: #fff;
					/* width: calc(100% - (10px * 2)); */
					width: 0;
					height: 1px;
					top: 10px;
					left: 10px;
					z-index: 1;
					transition: 0.3s ease all;
				}
				.album_line:after{
					position: absolute;
					content: "";
					background-color: #fff;
					width: 1px;
					/* height: calc(100% - (10px * 2)); */
					height: 0;
					top: 10px;
					left: 10px;
					z-index: 1;
					transition: 0.3s ease all;
				}
			/* 裝飾線2 */
			.album_line2{
				display: none;
			}

			.album_line2:before{
				position: absolute;
				content: "";
				background-color: #fff;
				/* width: calc(100% - (10px * 2)); */
				width: 0;
				height: 1px;
				bottom: 10px;
				right: 10px;
				z-index: 1;
				transition: 0.3s ease all;
			}
			.album_line2:after{
				position: absolute;
				content: "";
				background-color: #fff;
				width: 1px;
				/* height: calc(100% - (10px * 2)); */
				height: 0;
				bottom: 10px;
				right: 10px;
				z-index: 1;
				transition: 0.3s ease all;
			}

			/* hover */
			.albumImg a:before{	
				position: absolute;
				content: "點擊放大";
				font-family: var(--foreign_font);
				top: 50%;
				left: 50%;
				transform: translate(-50% , 0%) scale(0);
				color: #fff;
				text-shadow: rgb(0 0 0) 0px 0px 10px;
				font-size: 20px;
				line-height: 1;
				z-index: 1;
				/* transition: 0.9s ease all; */
				opacity: 0;
			}
			.albumImg a:hover:before{	
				transform: translate(-50% , -50%) scale(1);
				opacity:1;
				transition: 0.9s ease all;
			}
			.albumImg:hover img{
				/* opacity: 0.5; */
				filter: grayscale(0.7) ;  /*灰階*/
				transition: 0.3s ease all;
			}
			.albumImg:hover  .index_product_line:before ,
			.albumImg:hover  .index_product_line2:before{
				width: calc(100% - (10px * 2));
			}
			.albumImg:hover  .index_product_line:after ,
			.albumImg:hover  .index_product_line2:after{
				height: calc(100% - (10px * 2));
			}




			/* 相簿_資訊 */
			.album_botom{
				line-height: 1.2;
				color: var(--third_color);
				text-align: left;
				padding: 15px 5px;
			}
				.album_botom h3.title{
					padding: 0;
					margin: 0;
					display: block;
					list-style-type: none;
					font-size: 15px;
					line-height: inherit;
					font-weight: normal;
					/* color: var(--primary_color); */
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}
					/* .album_botom h3.title a{	
						display: block;
						text-decoration: none;
						color: inherit;	
						
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 1;
						-webkit-box-orient: vertical;
					}

				.album_botom .brief{
					margin-top: 10px;
					font-size: 15px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;			
				} */






	.pswp__custom-caption {		
		font-size: 12px;
		color: #fff;
		/* width: calc(100% - 32px); */
		/* max-width: 400px; 
		padding: 2px 8px;
		border-radius: 4px;*/
		position: absolute;
		left: 50%;
		bottom: 16px;
		transform: translateX(-50%);

		background: rgba(0 0 0 / 35%);
		padding: 0;
		line-height: 1.3;
		text-align: center;		
		max-width: calc(100% - 20px);
    	width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	/* .pswp__custom-caption:before{
		content: "";		
		width: 100%;
	} */
		.pswp__custom-caption a {
			color: #fff;
			/* text-decoration: underline; */

			text-decoration: none;			
		}
		.hidden-caption-content {
			display: none;
		}




@media (max-width: 990px){

/*相簿*/	
/* .index_albumBg{
	padding: 30px 0 ;
} */

}





















/* ======================================= */
/* 合作夥伴 Partner  */
/* ======================================= */


/* .swiper.mySwiper.mySwiperAdd{
    padding-bottom: 20px;
} */

.link_area{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 0 -1.0417vw; /*0 20px*/
    /* display: grid;
    gap: 20px 20px;
    grid-template-columns:  repeat(5, 1fr); */
}

	.link_in{
		width: 25%;
		box-sizing: border-box;
		padding: 0 1.0417vw;
	}
		.link_list {
			display: flex;
			flex-direction: column;
			align-items: center;
			/* height: 140px; */
			justify-content: flex-end;
			/* border: 2px solid var(--primary_color); */
			/* border-radius: 15px; */
			box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 9px 100px -20px, rgba(0, 0, 0, 0.3) 0px 15px 60px -30px;
			/* background-color: white; */
			overflow: hidden; /* 确保背景不被遮挡 */
			border-radius: 0 0 13px 13px;
			height: 100%;
		}
		.link_img {
			width: 100%;
			max-width: 80%;
			margin: 0 auto;
			padding: 20px 5px;


			max-width: unset;
			padding: 0;
		}
			
			.link_img a{
				/* width: 80%; */
				/* height: 60%; */
				/* display: flex;
				justify-content: center;
				align-items: center; */
				position: relative;
				padding-top: calc(47% * 0.8);
				/* border-radius: 10px; */
				display: block;
				overflow: hidden;
			}
				.link_img img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					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;
					/* max-width: 100%;
					max-height: 100%;
					border-radius: 8px; */
				}
				.link_img a:hover{
					opacity: 0.5;
				}
				
	.link_name {
		background-color: gray;
		color: white;
		/* border-radius: 0 0 13px 13px; */
		text-align: center;
		width: 100%;
		font-weight: 600;
		line-height: 1.5;
		box-sizing: border-box;
		padding: 13px 15px;
		font-size: 16px;
		flex-grow: 1;
	}
	.link_name a{
		color: inherit;
		display: block;
		text-decoration: none;
	}
	.link_name a:hover{
		opacity: 0.5;
	}


		.link_area .asia .link_name {
			color: #212121;
			background-color: var(--asia_color);
			/* background-color: #c9ad83; */
		}
		.link_area .europe .link_name {
			background-color: var(--europe_color);
		}
		.link_area .america .link_name {
			background-color: var(--america_color);
		}
		.link_area .oceania .link_name {
			background-color: var(--oceania_color);
		}





@media (max-width: 990px){

	/* 合作夥伴 Partner  */
	.link_area{
	}
	
		.link_in{
			width: 25%;
		}
			.link_img {
				max-width: 90%;
				padding: 10px 5px;
			}
			.link_name {
				font-size: 14px;
				padding: 10px 5px;
			}

}

@media (max-width: 768px){

	/* 合作夥伴 Partner  */
	.link_area{
		gap: 10px 0;
	}	
		.link_in{
			width: 50%;
		}

}







/* ======================================= */
/* ContactUs 區域  */
/* ======================================= */


/* ---------------ContactUs 區域------------------- */
.contactUs_area {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /* padding: 45px 0  45px; */
    padding: 32px 0;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.contactUs_area .wrap{
		/* max-width: 1000px; */
	}




.contactUs_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.75;
    backdrop-filter: blur(10px);
}
.contactUs_img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* opacity: 0.7; */
    /* backdrop-filter: blur(6px); */ /* 背景濾鏡設定為 blur */
    background-image: linear-gradient(to top, #fff 0%, #fff 100%);
}



.contactUs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactUs_in{
    display: flex;
    margin: 0 -20px;
    gap: 20px 0;
}
.contactUs_left, .contactUs_right {
    display: flex;
    align-items: center; /* 垂直居中对齐内容 */
    justify-content: center; /* 水平居中对齐内容 */
    position: relative;
    z-index: 1; /* 确保内容在背景图像之上 */
    padding: 0 20px;
}

.contactUs_left {
    width: 40%;
    height: 100%;
    box-sizing: border-box;
}

.contactUs_title {
	line-height: 1.2;
    /* font-size: 40px; */
	font-size: min(max(2.0833vw, 22px), 40px); /*字體大小 2.5vw、最小值 12px、最大值 18px*/
    font-weight: 600;
    /* padding: 20px 0; */
    color: var(--primary_color);
    box-sizing: border-box;
    /* text-align: center; */
    max-width: 100%; /* 确保标题不超出父容器 */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
	.contactUs_title p{
		line-height: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
.contactUs_right {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 垂直居中对齐内容 */
    justify-content: center; /* 水平居中对齐内容 */
    /* padding-right: 15px; */
}

.inputBar_area {
    width: 100%;
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
}

.inputBar {
    width: 49%;
    border: none;
    /* border: 1px solid var(--primary_color) !important; */
}

.inputBar_content_bg{
    width: 100%;
}
.inputBar_content  , .inputBar_content_bg textarea{
    width: 100% !important;
    /* border: 1px solid var(--primary_color) !important; */
    border: none;
    height: 110px !important;
}
.inputBar, .inputBar_content, .inputBar_content_bg textarea ,
.contactUs_right .form_area input , .contactUs_right .form_area textarea{
    /* padding: 10px !important;
    text-align: left !important; */
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contactUs_right .fL_tit {
    font-weight: 600;
}


.btn_area.one.solutionBtn {
    text-align: center;
    margin: 0;
    /* margin-left: auto; */
    /* display: flex; */
}
	.solutionBtn a{
		margin: 0px 10px;
		min-width: 100px;
		width: auto;
		padding: 0 10px;
		box-sizing: border-box;
		height: 42px;
		border-radius: 2px;
		font-size: 15px;
		line-height: 42px;
		transition: 0.2s ease all;
		letter-spacing: 1px;
		background: var(--primary_color);
		color: white;
		border: var(--primary_color) 1px solid;
		text-decoration: none;
	}
	.solutionBtn a:hover{
		opacity: 0.5;
	}
	.btn_area.one.solutionBtn input{
		margin: 0;
	}

.solutionBtn input:nth-child(2n+1) {
    background: var(--primary_color);
    color: white;
    /* border: 1px solid #626262; */
    border-color: var(--primary_color);
}

@media(max-width:990px){
    .contactUs_in{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        align-content: center;
    }
    .contactUs_right,
    .contactUs_left{
        width: 100%;
        padding: 0;
    }
    
}



@media(max-width:768px){

.inputBar_area{
	display: flex;
	flex-direction: column;
}
.inputBar{
	width: auto;
	/* width: 100% !important; */
}

}
/* ============================================= */
/* 最新消息 20240925 modify by peggy  start*/
/* ============================================ */

.NewsArea{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.6vw 5.2vw;  /*50px 100px*/
}
.NewsList{
	/* border:1px solid #000; */
	/* padding: 10px; */
	position: relative;
}

.NewsListDate{
	color: #333;
	font-size: 12px;
}

.NewsList .NewsListTit{
	font-weight: bolder;
	padding-top: 10px;
	color: #333;
	margin-bottom: 10px;
	font-size: min(max(1.0938vw, 18px), 21px); /*字體大小 1.6667vw、最小值 20px、最大值 32px)*/
	line-height: 1.5;
}
.NewsList .NewsListTit a{color: inherit;text-decoration: none;display: block;}



.NewsList .News-imgContainer{
	/* padding-top: 10px; */
	/* width: 300px; */
	/* height:auto; */
	width: 100%;
}
.NewsList .News-imgContainer a{
	display: block;
	position: relative;
	padding-top: 59.05%;
}
.NewsList .News-imgContainer a img{
	width:100%;
	height:auto;
	transition: all 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
	
}
.NewsList-info{
	/* padding-top: 10px; */
	/* width:300px; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 2; */
	/* overflow: hidden; */
	margin: 10px 0;
	font-size: 15px;
	line-height: 1.5;
	color: #797979;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.NewsList .more_btn{
	/* width: 50px; */
	/* border: 1px solid var(--primary_color); */
	/* position: absolute; */
	/* right:-70px; */
	/* padding: 10px; */
	/* margin-top: 10px; */
	/* border-radius: 10px; */
	/* text-align: center; */
	/* font-size: min(max(1.0938vw, 18px), 21px); */ /*字體大小 1.6667vw、最小值 20px、最大值 32px)*/
	line-height: 1;
	font-size: 15px;
}
.NewsList .more_btn a{
	color: #333;
	display: block;
	text-align: right;
	text-decoration: none;
}

@media(max-width:990px){
	.NewsArea{
		/* display: flex; */
		gap: 25px 25px;
	}
}
@media(max-width:768px){
	.NewsArea{
		gap: 15px 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.NewsList-info {
		margin: 5px 0;
	}
}
/* ============================================= */
/* 最新消息 20240925 modify by peggy  end*/
/* ============================================ */

/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}