/*202003 by pekey*/
@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;
}
html{
	font-size: var(--fontSize);  /*預設16px*/
}

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: #ffffff;
	color: #000000;
	/* 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橫平轉豎屏時字變大的問題*/
	font-family: 'Noto Sans TC', sans-serif , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";	
	              /*思源黑體字型*/
}

/* ~~ 元素/標籤選取器 ~~ */
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:#b0b0b0; */
	background: #007be9;
	color:#ffffff;
}

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




/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: var(--mandarin_font) , var(--foreign_foreign) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";	
	font-size:0.9375rem;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], input[type="date"] ,
input[type="search"] , input[type="email"] ,
input[type="tel"] , input[type="time"] , input[type="number"]{
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px;
    box-sizing: border-box;

	-webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}
	input[type="text"]:focus, .input:focus, input[type="password"]:focus, input[type="date"]:focus ,
	input[type="search"]:focus , input[type="email"]:focus ,
	input[type="tel"]:focus , input[type="time"]:focus , input[type="number"]: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:162px;
	height:42px;
	background:#3e3e3e;
	color:#fff;
	border-radius: 3px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="date"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
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: 6px 6px;
}
	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) , var(--foreign_foreign) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";	
}
	
/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_foreign: "Junge", serif; /* 外語+數字 字型樣式 */
	--foreign_foreign2: "Anonymous Pro", serif; /* 外語+數字 字型樣式 */
	--mandarin_font:'Noto Sans TC', sans-serif;   /*全站中文字型*/
	--mandarin_font2:'Noto Serif TC', serif;   /*全站中文字型2*/

	
	--primary_color:#93B5E5;                    /*全站主色色碼*/
	--secondary_color: #00935D;              /*全站次要色色碼*/
	--third_color: #ffd635;                   /*全站第三色色碼*/   
	--fourth_color: #b7c3b7;                 /*全站第四色色碼*/	
	--fifth_color: #FF6D6D/*#ac555e*/;                  /*全站第五色色碼*/
	--sixth_color: #bcc3d2;                 /*全站第六色色碼*/	
	--seventh_color: #557799;                 /*全站第七色色碼*/

	--dark_color: #3e4751; 
	--dark_color_sec:#6c6c6c;
	--notice_color: #FF6D6D/*#ac555e*/;    
	--magnification150: 1.5;                 /*全站150%筆電倍率*/

	--fontSize: 16px;
}






/* 在螢幕放大110%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and  (-webkit-min-device-pixel-ratio: 1.1) and 
(-webkit-max-device-pixel-ratio: 1.21), 
only screen and (min-resolution: 110dpi) and (max-resolution: 121dpi) {

   /*全站共用樣式*/
	:root {
		--fontSize: 14.5px; /*calc(16px / 1.1)*/
	}

}


/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@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) {

	/*全站共用樣式*/
	:root {
		--fontSize: 12.8px; /*calc(16px / 1.25)*/
	}

}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	/*全站共用樣式*/
	:root {
		/*--fontSize: 10px;*/ /*10.6px*//*calc(16px / 1.5)*/
		/*--fontSize: 12px; */
		--fontSize: 16px; 
	}

}













/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageBg{
	text-align:center;
	padding-top: 35px;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
				padding: 0px 10px;
			}

			.numberPage_leftList:nth-of-type(1) a{
				color: #bcbcbc;
			}

			.numberPage_leftList:nth-of-type(2) a{
				color: #71b057;
			}


			
			img.hover_after{
				display: none;
				background-color: #71b057;
				border-radius: 50%;
			}
			
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			
			.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: #bcbcbc;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #71b057;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #bcbcbc;
				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;
				padding: 0px 10px;
			}

			.numberPage_rightList:nth-of-type(1) a{
				color: #71b057;
			}

			.numberPage_rightList:nth-of-type(2) a{
				color: #bcbcbc;
			}
			
			
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
@media (max-width: 640px){
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}






/*///////////////////////////*/
/*------- banner輪播 --------*/
/*///////////////////////////*/
.banner {
	/* background:#fff; */
	position:relative;
}
.banner > .wrap{
	/* background:#fff; */
	width: 100%;
}
@media(max-width:990px){
	.banner > .wrap{
		/* background:#fff; */
		width: unset;
		padding: 0;
		
	}
}

.main .swiper-wrapper{
	/* transition-timing-function:ease-in 
	transition-timing-function: linear; ; */
	transition-timing-function: ease;
}
.main .swiper-button-prev, 
.main .swiper-button-next {
	position: absolute;
	top: 50%;
	margin: 0px;
	/* z-index: 10;
	cursor: pointer; */
	width: 60px;
	height: 60px;
	background-size: 99.9%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image:url(../images/roundbutton_left.svg);
	/* background-image:url(../../index/images/left_arrow2.png); */
	/* background-image: url(../index/images/left_arrow.png); */
}
.main .swiper-button-next{
	background-image:url(../images/roundbutton_right.svg);
	/* background-image:url(../../index/images/right_arrow2.png); */
	/* background-image: url(../index/images/right_arrow.png); */
}
.swiper-button-next:after,
.swiper-button-prev:after {
	/* content: 'prev'; */
	display: none !important;
	content:"";
}



.main .swiper-pagination-clickable .swiper-pagination-bullet {
	/* background-color: #000; */
	background-color: rgba(0 0 0 / 67%);
	z-index: 5;
	display: inline-block;
	width: 10px;
	height: 10px;
	/* opacity: 1; */
	opacity: 0.6;
}
.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	/* background-color: #231815; */
	background: var(--primary_color);
	opacity: 1;
}









	/* .device {
		position:relative;
		overflow:hidden;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		} */
		
			/*左鍵*/
			/* .device .arrow-left {
				left:-20px;
			} */
			
			/*右鍵*/
			/* .device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				} */
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			/* .swiper-wrapper {
			}
				.swiper-slide {
				} */
					.swiper-slide a {
						display: block;
						position: relative;
						/* padding-top: 47.29%; */						
					}
					.swiper-slide 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; */
						
					}
		
		/*輪播點點*/
		/* .swiper-pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;

		  display: none;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			} */
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
				
					
@media (max-width: 1023px){
	/* .device {
		height:auto;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			display:none;
		} */

	/*左右鍵*/
	.main .swiper-button-prev, 
	.main .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	

}

@media (max-width: 640px){
	.pcBanner{
		display: none;
	}
	.mobileBanner {
		display: block;
	}
	.swiper-slide a {
		display: block;
		position: relative;
		/* padding-top: 122%; */		
	}
}
				














/*-------banner輪播----------------------------------------------------------------------------*/
/* .device {
	position:relative;
	overflow:hidden;
} */
	/*左右鍵*/
	/* .device .arrow-left, .device .arrow-right {
		position:absolute;
		z-index:9;
		top:50%;
		margin:-18px 0px 0px 0px;
		opacity:0;
		transition:0.3s ease all; 
	}*/
	
		/*左鍵*/
		/* .device .arrow-left {
			left:-20px;
		} */
		
		/*右鍵*/
		/* .device .arrow-right {
			right:-20px;
		}
			.device:hover .arrow-left {
				opacity:1;
				left:20px;
			}
			.device:hover .arrow-right {
				opacity:1;
				right:20px;
			} */
	
	/*輪播區*/
	/* .swiper-container {
		height:auto;
	}
		.swiper-wrapper {
		}
			.swiper-slide {
			}
				.swiper-slide img {
					width:100%;
					height:auto;
				} */
	
	/*輪播點點*/
	/* .pagination {
		position: absolute;
		z-index: 1;
		bottom: -39px;
		width: 100%;
		text-align: center;
	}
		.swiper-pagination-switch {
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 5px;
			background: #edbdb4;
			margin: 0 7px;
			cursor: pointer;
		} */

		.swiper-active-switch {/*輪播點點當前模式*/
			/* background: #c42605; */
		}
		
			/*客制區塊*/
			/* .swiper-slide {
				position:relative;
			}
			.pcBanner {
			}
			.mobileBanner {
				display:none;
			} */
			
					
@media (max-width: 1023px){
	/* .device {
		height: auto;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			display: none;
		} */
}

@media (max-width: 640px){
	
}
				
				
				
/*-------頁次--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:#de484d;
			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 {
	
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			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;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li {
					float:left;
					width: 25%;
					font-size:14px;
					color:#000000;
					line-height: normal;
					box-sizing: border-box;
					position: relative;
				}

				/* active */
				.tabs li.active {
				}

					.tabs span {
						text-decoration:none;
						display:block;
						padding: 10px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
						box-sizing: border-box;
						border-bottom: 1px solid var(--seventh_color);
						border-left: 0;
						font-size: 15px;

						/* 修正 modify by pekey 20210429 */
						height: 42px;
						line-height: 24px;
					}

					.tabs li:nth-of-type(1) span {
						/* border-left: 1px solid var(--seventh_color); 
						border-top-left-radius: 3px;
						border-bottom-left-radius: 3px;*/
					}

					.tabs li:last-of-type span { 
						/* border-top-right-radius: 3px;
    					border-bottom-right-radius: 3px; */
					}

					/* hover */
					.tabs li span:hover {
						/* background-color: #cccccc; */
						/* color: #ffffff; */
						opacity: 0.5;
					}

					/* active */
					.tabs li.active span {
						/* background-color: #cccccc; */
						/* color: #ffffff; */
						position: relative;
						border: 1px solid var(--seventh_color);
						border-bottom: none;
						border-top-left-radius: 10px;
						border-top-right-radius: 10px;
					}

						/* active */
						.tabs li.active span:before {
							position: absolute;
							content:'';
							border-top: solid 10px #cccccc;
							border-left: solid 10px rgba(255,255,255,0);
							border-right: solid 10px rgba(255,255,255,0);
							bottom: -10px;

							left: 50%;
							-webkit-transform:  translateX(-50%);
							transform:  translateX(-50%);

							opacity: 0;
						}

		
		#tab1{}
		.tab_content{}



/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding: 30px 0px 0px;
}


@media (min-width: 761px) {

ul.tabs {
	position: relative;
	min-height: 42px;
}
	ul.tabs::before{
		position: absolute;
		content: "";
		background-color:var(--seventh_color);
		width: 100%;
		height: 1px;
		bottom: 0;
		left: 0;
	}
	
}

@media (max-width: 760px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			/*position: absolute;*/
			width: 100%;
			
			/* z-index: 999; */ 
			/* 修正 modify by pekey 20210429 */
			z-index: 99;
		}
			.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
				float:none;
				text-align:center;
				width:100%;
				font-size:15px;
				border-radius:0px;
				border: none;
				border-bottom: solid 1px #cccccc;
			}
				.tabs li.active:after {
					content:"";
				}

					.tabs span {
						border: 0px;
					}

					.tabs li:nth-of-type(1) span {
						border-left: 0px;
						border-top-left-radius: 0px;
						border-bottom-leftradius: 0px;
					}
					.tabs li:last-of-type span {
						border-top-right-radius: 0px;
						border-bottom-right-radius: 0px;
					}
					.tabs li.active span {
						/* background-color: #cccccc; */
						color: #ffffff;
						position: relative;
						border: none;
						background-color: var(--seventh_color);
						border-radius: 0px;
					}
}










/*-------表單區----------------------------------------------------------------------------*/


/*-------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;
	}
}






/*===============================================================*/
/*---- 時間搜尋區 -----*/
/*===============================================================*/
.time_search_area {
	font-size: 0px;
	letter-spacing: 3px;
	padding: 10px 0px;
	font-size: clamp(0.8125rem, 0.7813vw, 0.9375rem); /* 字體 最小值 13.00px、大小約 0.7813vw、最大值 15.00px */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(0.6250rem, 0.9375vw, 1.1250rem); /*  最小值 10.00px、大小約 0.9375vw、最大值 18.00px */
}
	.time_search {
		font-size: inherit;
		display:inline-block;
		vertical-align:middle;
		/* padding: 0px 18px 0px 0px; */
		display: flex;
		align-items: center;
		gap:  clamp(0.3472rem, 0.5208vw, 0.6250rem); /*  最小值 5.56px、大小約 0.5208vw、最大值 10.00px */
	}
		.time_search select {
			border-color: var(--fourth_color);
			font-family: var(--foreign_foreign2);
		}
	.time_search_area span {
		font-size: inherit;
		display:inline-block;
		/* padding: 0px 20px 4px 0px; */
		vertical-align:middle;
	}
	
	/* .time_search_area label.lsf {
		font-size:25px;
		width:42px;
		height:38px;
		line-height:38px;
		display:inline-block;
		border-radius:4px;
		background: var(--primary_color);
		color:#fff;
		vertical-align: top;
		text-align:center;
		transition:0.3s ease all;
		letter-spacing:0px;
	}
		.time_search_area label.lsf:hover {
			opacity:0.7;
		}
		.time_search_area label.lsf input[type='submit'] {
			display:none;
		} */
	
	/* .time_search_area input[type='submit'] {
		width:36px;
		height:32px;
		background: #d2bcb1 url(../images/search.svg) center center no-repeat;
		background-size:19px;
		border-radius:4px;
	}
		.time_search_area input[type='submit']:hover {
			opacity:0.7;
		} */


		.time_search_area button{
			padding: 0;
			margin: 0;
			background: var(--primary_color);
			border-radius:4px;
			border: none;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 2.25rem; /*36px*/
			height: auto;
			aspect-ratio: 1;
			cursor: pointer;
		} 

		.time_search_area button img{
			width: 1.1875rem; /*19px*/
			height: auto;
		} 
		.time_search_area button:hover {
			opacity:0.7;
		} 



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
/*@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){


	.time_search {
		font-size:calc(15px / var(--magnification150));
		padding: 0px calc(18px / var(--magnification150)) 0px 0px;
	}
	
	.time_search_area span {
		font-size:calc(15px / var(--magnification150));
		padding: 0px calc(20px / var(--magnification150)) calc(4px / var(--magnification150)) 0px;
	}

	.time_search select{
		font-size:calc(15px / var(--magnification150));
		padding: 4px 0px 7px 7px;
	}
	.time_search_area label.lsf {
		font-size: calc(25px / var(--magnification150));
		width: calc(42px / var(--magnification150));
		height: calc(38px / var(--magnification150));
		line-height: calc(38px / var(--magnification150));
	}

}*/





@media (max-width: 768px){
	.time_search_area {
		text-align:center;
		justify-content: space-between;
	}
		.time_search {
			/* padding: 5px 20px 5px 0px; */
		}
			.time_search_area span {
				/* padding: 0px 26px 4px 0px; */
			}
				.time_search_area label.lsf {
					/* margin: 3px 0px 0px 0px; */
					width: 100%;
				}
	.time_search_area label.lsf button{
		width: 100%;
		aspect-ratio: auto;
		padding: 8px;
	}
}


@media (max-width: 415px){

	.time_search_area {
		padding: 0px 0px 0px;
		flex-direction: column;
		align-items: unset;
		justify-content: center;
	}
		.time_search, .time_search_area span {
			/* display:block; */
			/* padding: 0px 0px 10px 0px; */
			display: grid;
			grid-template-columns: repeat(3, 1fr auto);
		}
		.time_search_area span {
			text-align:center;
			grid-template-columns: unset;
		}
			.time_search_area label.lsf {
				/* width:100%; */
				/* height:42px; */
				/* line-height:42px; */
				/* margin:10px 0px 0px 0px; */
			}
}


/* @media (max-width: 413px){
	.time_search {
		font-size:14px;
		letter-spacing:0px;
		white-space:nowrap;
	}
		.time_search select {
			width: 55px;
		}
} */



















/*===============================================================*/
/*---- 表格區塊 -----*/
/*===============================================================*/
.table_contentBg table{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/* padding: 20px 0px 0px; */
	box-sizing: border-box;
}

	.table_contentBg table td {
		text-align:center;
		vertical-align:middle;
		font-size: 1rem;
		line-height: 1.5;
		color: var(--dark_color);
		padding:8px 14px;
		padding: 8px 5px;
		box-sizing:border-box;
		border-bottom: solid 1px #d6d6d6;
		border-right: solid 1px #d6d6d6;
		background-color: #f8f8f8;
		width: 33%;
	}

	.table_contentBg table tr:first-of-type td {
		border-top: solid 1px #d6d6d6;
		/* background-color: #a9a9a9;
		color: #fff; */
		background-color: var(--primary_color);
		color: #fff;
	}

	.table_contentBg table tr:nth-of-type(2n+0) td {
		background-color: #ffffff;
	}

	.table_contentBg table td:first-of-type {
		width: 15%;
		max-width: 20%;
		border-left: solid 1px #d6d6d6;
	}
	.table_contentBg table td:last-of-type {
		width: 15%;
		max-width: 20%;
	}


	/* 表格_按鈕 */
	.table_contentBg input[type='button'] {
		background: var(--seventh_color);
		color: #fff;
		border: 1px solid var(--seventh_color);
		height: 40px;
		line-height: normal;
		box-sizing: border-box;
		padding: 0 2px;
		font-size: min(max(0.5vw, 13px), 18px);
		letter-spacing: 0;
		border-radius: 4px;
		width: 100%;
	}
	.table_contentBg .cPL_twoBtn{
		/* display: flex;
		justify-content: space-between; */
	}
		.table_contentBg .cPL_twoBtn input[type='button'] {
			/* width: 49%; 
			max-width: 100px;*/
			margin: 5px 1.5px;
			width: 47%;
		}
		.table_contentBg .cPL_twoBtn input:nth-child(2n+1) {
			float: left;
		}
		.table_contentBg .cPL_twoBtn input:nth-child(2n+2) {
			float: right;
		}					


				


		/* 點數樣式 */
		/* 增加 */
		.table_contentBg table span.increase{
			color: var(--notice_color);
		}
		/* 減少 */
		.table_contentBg table span.decrease{
			color: #007be4;
		}
		/*已取消*/
		.cancel {
			color: #929292;
		}







@media (max-width: 1200px) {

	/* 表格_按鈕 */
	.table_contentBg input[type='button'] {
		padding: 0 1px;
		/* width: 100%; */
		/* max-width:unset; */
    	font-size: min(max(0.4vw, 10px), 18px);
	}
	.table_contentBg .cPL_twoBtn input[type='button'] {
		/* width: 47%;
		max-width:unset; */
	}

}







/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){

	.table_contentBg table td {
		font-size:calc(15px / var(--magnification150));
		line-height: 1.6;
		padding: 4px 2px;
	}

}






@media (max-width: 920px) {

	.table_contentBg table tr:first-of-type {
		display: none;
	}

	.table_contentBg table td {
		display:block;
		width: 100%;
		border:none;
		text-align:left;
		border-left: solid 1px #d6d6d6;
		border-right: solid 1px #d6d6d6;
		padding: 5px 14px;
		position: relative;
		vertical-align: middle;
    	word-break: break-all;
	}
		.table_contentBg table td:first-of-type {
			width: 100%;
			max-width: 100%;
			padding: 10px 14px 5px 14px;
			border-top: solid 1px #d6d6d6;
		}
		.table_contentBg table td:last-of-type {
			width: 100%;
			max-width: 100%;
			border-bottom: solid 1px #d6d6d6;
		}

		.table_contentBg td:before {
			content:attr(data-name);
			font-weight: bold;
		}
		.table_contentBg td.cPL_Btn:before
		.table_contentBg td.cPL_twoBtn:before{
			display: none;
		}
		.table_contentBg .cPL_twoBtn input[type='button'] {
			width: 48%;
			max-width:unset;
		}
		.table_contentBg input[type='button'] {
			/* width: 100%; */
			max-width:unset;
			font-size: min(max(0.5vw, 13px), 18px);
		}

}


@media (max-width: 524px) {

	.table_contentBg table td {
		/* font-size: 13px; */
		/* line-height: 17px; */
	}
		.table_contentBg td:before{
			font-size: 13px;
			line-height: 17px;
		}
		
}

@media (max-width: 413px){
	
	.table_contentBg table td:first-of-type:before {
		display: block;
		padding-bottom: 5px;
	}
}

























/*/////////////////////////////////////////////////////////*/
/*-------主要內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
	padding: 13px 0px 0px;
}


@media (max-width: 1023px){
	
	.main {
		
	}	
}






.main{
	/* padding-top: 185px; */
}


.main.page{
	/* padding-top: 200px; */
}
	.index_Tit.mainIn{
		padding: 35px 0;
	}
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		background-color: var(--primary_color);
		/* border-top: 1px var(--secondary_color) solid; */
	}
		
		/*麵包屑*/
		.crumb_bg{
			/* color: #777777; */
			color: #fff;
			font-size: 14px;
			float: left;
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
				}
				.crumb_area i:nth-of-type(1){
					/* color: #e71f19; */
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: inherit;
					/* color: #777777; */
					font-size: inherit;
					line-height: inherit;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					color: #252525;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size:inherit;
					margin-right: -1px;
					line-height: inherit;
				}	
	
	
	
/*內頁內容區塊*/
.pageContent{
	padding: 30px 0px 60px;
	position: relative;
	min-height: 500px;
	box-sizing: border-box;
}

.inBanner {
	/* padding: 30px 0 0;	 */
}
	.inBanner img {
		width: 100%;
		height: auto;
	}
	









	
		/*網編區塊*/
		.text_area{
			color: var(--dark_color);
			font-size: 1rem;
			line-height: 1.5;
		}

		.text_area.magazine {
			padding-bottom: 30px;
		}	
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
			}			
			.text_area pre{
				white-space:unset;
			}






@media (max-width: 1440px){
	
	/* .pageContent .wrap{
		width: 80%;
	} */
		
}

@media (max-width: 1280px){
	
	/* .pageContent .wrap{
		width: 85%;
	} */
		
}

@media (max-width: 1080px){
	
	/* .pageContent .wrap{
		width: 90%;
	} */
		
}




/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){
		
	/*麵包屑*/
	.crumb_bg{
		font-size: calc(14px / var(--magnification150));
	}
		.crumb_area i{
			font-size: calc(18px / var(--magnification150));
		}


}


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

	.main.page{
		padding-top: 100px;
	}
	.pageContent {
		padding: 25px 0 0;
	}

		
}	

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


.pageContent_in {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 0px;
}
	

/*左側*/
.left{
	/*float: left;*/
	width: 17.5rem; /*280*/
	min-width: 17.5rem;
	/* position: absolute;
	z-index: 2; */
}

	/* 選擇類別按鈕 */
	.category_changeButton {
		display: none;
	}
	

		.category_changeButton a {
			display: block;
			text-decoration: none;
			width: 100%;
			text-align: center;
			font-size: 1rem;
			line-height: normal;
			color: #ffffff;
			background-color: var(--primary_color);
			padding: 10px 0px;
		}
			
	/*左側標題*/
	.left_title{
		/* font-size: 20px; */
		
		line-height: normal;
		font-weight: bold;	
		letter-spacing: -1px;
		color:var(--dark_color);
		font-size: clamp(1.1250rem, 1.1458vw, 1.3750rem); /* 字體 最小值 18.00px、大小約 1.1458vw、最大值 22.00px */
		padding: 15px 10px;
    	line-height: 1.5;
		letter-spacing: 2px;
		font-weight: 700;
	}
		.left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		}
	
	/*左側選單列表*/
	.leftListArea{
		color:var(--dark_color);
		line-height: 1.5;
		font-size: min(max(0.8vw, 16px), 18px); /*字體大小 2.5vw、最小值 12px、最大值 18px*/
	}
		.leftList{
			/* font-size:18px; */
		}	
			.leftList a{
				display:block;
				text-decoration:none;
				padding: 15px 10px;
				color: inherit;
				/* width: 100%; */
			}

			/* .leftList:first-of-type > a */
			.leftList:first-of-type .leftList_title > a{
				color:inherit;
				border-top: 1px solid var(--fourth_color);
			}


			/* .leftList > a  */
			.leftList_title > a{
				display:block;
				/* padding: 15px 10px; */
				text-decoration:none;
				/* color: #808080; */
				position: relative;
				/* font-size: 15px;
				line-height: 22px; */
				word-break: break-word;
				border-top: 1px solid var(--fourth_color);
				/* border-bottom: 1px solid var(--fourth_color); */
			}
				
			.leftList.active .leftList_title > a ,
			.leftList:hover .leftList_title > a{
				color: var(--primary_color);
				font-weight: 700;
			}
			/* .leftList:hover > a{
				color: #000;
			} */
				
				/*代表性標誌*/
				/*.leftList_icon.first{
					position: absolute;
					left: 10px;
					top: 16px;
				}*/
					.leftList_icon i{
						font-size: 30px;
						line-height: 25px;
						color: var(--dark_color);
					}
				
				/*功能名稱*/	
				.leftList_title{
					/* display: inline-block; */
					vertical-align: bottom;
					position: relative;
					/* width: 100%; */
				}
				
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					right: 10px;
					/* top: 16px; */
					top: 50%;
					transform: translateY(-50%);

					cursor: pointer;
				}
					/*方向標誌_向下展開*/
					.leftList_icon.direction i.down{
						display: block;
					}
					/*方向標誌_向上收合*/
					.leftList_icon.direction i.up{
						display: none;
					}
					
					
				/*active*/ /*方向標誌_向下展開*/
				/* .leftList.active .leftList_icon.direction i.down  , */
				.leftList.active .leftList_title .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				/* .leftList.active .leftList_icon.direction i.up  , */
				.leftList.active .leftList_title .leftList_icon.direction i.up{
					display: block;
				}
				
				
				
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}


				.leftList_sec_area{

				}
					.leftList_sec_title{
						position: relative;
						border-bottom: 1px solid var(--fourth_color);
					}
					
					.leftList_open_list:last-of-type .leftList_sec_title{
						border-bottom: none;
					}
						.leftList_sec_title a{
							padding-left: 25px;
							/* font-weight: 700; */
							/* padding-right: 50px; */ /*Judy修改20240411*/
						}

					.leftList_sec_title.active{
						color: var(--seventh_color);
					}
						.leftList_sec_title.active  a {
							color: inherit;
						}

						.leftList_sec_title .leftList_icon i {
    						font-size: 25px;
						}

				/*active*/ /*方向標誌_向下展開*/
				.leftList .leftList_sec_title.active .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				.leftList .leftList_sec_title.active .leftList_icon.direction i.up{
					display: block;
				}
				






					.leftList_open_list a {
						/* display: block; */
						transition: 0.3s ease all;
						/* color: #999; */
						/*padding: 13px 35px;*/
						/* padding: 13px 10px 11px 25px; */
						/* font-size: 15px; */
						/* line-height: 22px; */
						/* font-weight:normal; */
						/* word-break: break-word; */
						/* border-bottom: 1px dashed var(--fourth_color); */
					}

					.leftList_open_list:first-of-type a{
						/* border-top: 1px solid var(--fourth_color); */
					}

					.leftList_open_list.active  a {
						/* color: var(--secondary_color); */
						/* color: var(--primary_color); */
						/* color: inherit; */
						/* padding-left: 25px; */
					}
					.leftList_open_list a:hover {
						/* color: #e71f19; */
						/* color: #000;
						text-decoration:none; */
					}













			/*左側選單列表第三層*/
			.leftList_third_area{
				display: none;  /*點擊前隱藏*/
			}
			.leftList_third_area.active {
				display: block;
			}
				.leftList_third_list{
					
				}
					.leftList_third_list  > a{
						color: inherit;
						padding-left: 40px;
						border-bottom: 1px solid var(--fourth_color);
					}

				.leftList_third_list.active{
					color: var(--secondary_color);
				}
					.leftList_third_list.active  > a{
					}










/*右側*/
.right{
	/*float: right;*/
	box-sizing:border-box;
	/*width: 75%;*/
	position: relative;
	width: 100%;
	/* padding-left: 325px; */
	padding-left: 2.8125rem; /*45px*/
	max-width: calc(100% - 2.8125rem - 17.5rem);
	height: auto;
}


/*無左側選單*/
.right.no_left{
	float: none;
	padding-left: 0px;
	width: 100%;

	padding-top: 0px;
	max-width: 100%;
}

	.right_title{
		/* display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
		position:relative;

		font-size: 12px;
		line-height: normal;
		font-weight: bold;
		color: #000;
		border-bottom: 2px solid #777; */
		padding-bottom: 15px;
	}

	.right.no_left .right_title,
	.pageContent_title.special_title {
		display: block;
		text-align: center;
		padding-bottom: unset;
		border-bottom: unset;
		padding-top: 0;
		font-size: clamp(1.2500rem, 1.2500vw, 1.5000rem); /* 字體 最小值 20px、大小約 1.2500vw、最大值 24.00px */
		color: var(--dark_color);
		font-weight: 700;
		margin-bottom: 25px;
	}
		.right .right_title h2 ,
		.right .right_title strong {
			font-size: inherit;
			line-height: normal;
			margin: 0;
		}

		.right.no_left .right_title h2,
		.pageContent_title.special_title h2{
			display: inline-block;
			vertical-align: middle;
			/* font-size: 28px;
			font-size: 24px; */
			margin: 0;
		}





	/* 右側標題2 */
	.pageContent_title2{
		font-weight: 700;
		font-size: clamp(1.1250rem, 1.0417vw, 1.2500rem); /* 字體 最小值 18.00px、大小約 1.0417vw、最大值 20.00px */
		color: var(--seventh_color);
		margin-bottom:1.25rem; /*20px*/
	}
		.pageContent_title2 strong{
			font-weight: inherit;
			font-size:inherit;
			color: inherit;
		}
		.pageContent_title2 .title_line{
			position: relative;
			width: 100%;
		}
		.pageContent_title2  .title_line::after{
			position: absolute;
			content: "";
			display: block;
			width: calc(100% -  1.25rem - 5px); /* 让底边框宽度占元素宽度的 15% */
			border-bottom: 1px solid var(--seventh_color);
			/* left:50%; */
			/* transform: translateX(-50%); */
			bottom:-10px;
		}
	
		/* 小圖標 */
		.pageContent_title2   .title_line .icon-left,
		.pageContent_title2   .title_line .icon-right {
			position: absolute;
			width: 1.25rem; /*20px*/
			aspect-ratio: 1;
			/* height: 20px; */
			background-image: url(../images/lighticon_grey.svg);
			/* background-image: url(../../../images/lighticon_grey.svg); */
			/* background-image: url(../../images/lighticon_grey.svg); */
			background-size: contain;
			background-repeat: no-repeat;
			bottom: -18px;
			/* background-size: 20px; */

			background-size: 99.9%;
			background-position: center;
		}

		/* 左圖標 */
		/* .pageContent_title2 .title_line .icon-left {
			left: calc(50% - 7.5% - 25px);
		} */

		/* 右圖標 */
		.pageContent_title2 .title_line .icon-right {
			/* right: calc(50% - 7.5% - 25px); */
			right: 0;
		}
		.pageContent_title2 .title_en{
			font-family: var(--foreign_foreign);
			color: var(--fourth_color);
			/* text-align: center; */
			padding-top: 20px;
			font-size: clamp(0.8571rem, 0.8333vw, 1.0000rem); /* 字體 最小值 13.71px、大小約 0.8333vw、最大值 16.00px */
		}
		
















	

	/*右側內容區塊*/
	.right_contentBg{
		/* padding-top: 20px; */

		/* modify by pekey 20241017 */
		min-height: 600px;
	}









/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){

	/*左側*/
	.left{
		/* width: calc(280px  / var(--magnification150));
		position: absolute; */
	}

	
		/*左側標題*/
		.left_title{
			/* font-size: calc(20px  / var(--magnification150)); */
		}
		/*左側選單列表*/
		.leftListArea{
			/*font-size: min(max(0.53vw, calc(16px  / var(--magnification150))), 18px);*/ /*字體大小 2.5vw、最小值 12px、最大值 18px*/
		}
			/* .leftList_icon i ,
			.leftList_sec_title .leftList_icon i{
				font-size: calc(30px  / var(--magnification150));
				line-height: 1;
			} */


	/*右側*/
	/* .right{
		padding-left: calc(325px  / var(--magnification150));
	}

		.right .right_title h2 {
			font-size: calc(24px  / var(--magnification150));
		}
		.right.no_left .right_title h2,
		.pageContent_title.special_title h2{
			font-size: calc(24px  / var(--magnification150));
		} */


}









@media (max-width: 990px){

.pageContent_in {
	padding: clamp(1.25rem, 1.5625vw, 1.875rem) 0;  /*最小值 20px、大小約 1.5625vw、最大值 30px*/

	display: flex;
	flex-direction: column;
	justify-content: unset;
	gap: clamp(1.25rem, 1.5625vw, 1.875rem);  /*最小值 20px、大小約 1.5625vw、最大值 30px*/
}

	/*左側*/
	.left{
		width:100%;
		min-width: unset;
		/* margin-bottom: 30px; */
		position: static;
	}

		
		/* 選擇類別按鈕 */
		.category_changeButton {
			display: block;
		}

		/* active */
		.category_changeButton.active {
			padding-bottom: 0;
		}
	
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 15px 50px 15px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid var(--fourth_color);
		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: calc(50% - 4px);
				right: 15px;
				transform: translateY(calc(-50% - -7px));
				transform-origin: center;
				transition: 0.3s ease all;
				/* height: 8px; */
				/* overflow: hidden; */
			}
			.left_title.active:after {
				transform: translateY(calc(-50% + 0px)) rotate(180deg);
			}
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px var(--fourth_color) solid;
			border-top: none;
		}
	
		/* active */
		.leftListArea.active {
			margin-bottom: 25px;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
			.leftList:first-of-type > a {
				border-top: none;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
					border-bottom: 1px solid var(--fourth_color);
				}

				.leftList_sec_title{
					border-bottom: none;
				}


				.leftList_open .leftList_third_list:last-of-type > a {
					border-bottom: none;
				}

	
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 0;
		max-width:100%;
	}
	

	.sort_title {
		display: none;
	}
	.display_Tit {
		display: none;
	}
	

	.right.no_left .right_title,
	.pageContent_title.special_title {
		/* padding-top: 35px; */
	}


}


@media(max-width:990px){

}














	/*按鈕-----------------------------*/
	.btn_area {
		text-align:center;
		margin:30px 0px 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.625rem; /*10px*/
		font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
	}
		.btn_area input{
			/* margin:0px 10px; */
			border-radius:100px;
			font-weight: 700;
			font-size: initial;
		}
		.btn_area input:nth-child(2n+1) {
			/* background: #fff0;
			color: #231815; */
			border: 1px solid var(--primary_color);


			background: var(--primary_color);
			border-color:var(--primary_color);
			color: #fff;
		}	
		.btn_area input:nth-child(2n) {
			color: #fff;

			background: var(--seventh_color);
			border-color: var(--seventh_color);
		}	
		
		/* disabled狀態 */
		.btn_area input:disabled  {
			color: rgba(255 255 255 / 60%) !important;
			background: var(--sixth_color) !important;
			border-color: var(--sixth_color) !important;
			cursor: default;
		}	
		.btn_area input:disabled:hover  {
			opacity: 1;
			cursor: default;
		}	

		/* 繼續購物 */
		.btn_area input.shopping{
			/* background-color: #ff9800;
			border-color: #ff9800; */
			background: #A0A0A0;
			border-color: #A0A0A0;
			color: #ffffff;
			background: var(--seventh_color);
			border-color: var(--seventh_color);
		}

		/* 上一步 */
		.btn_area input.before{
			/* background-color: #ff9800;
			border-color: #ff9800; */
			background: #A0A0A0;
			border-color: #A0A0A0;
			color: #ffffff;
		}

		/* 下一步 */
		.btn_area input.next{
			/* background-color: #000000;
			border-color: #000000;
			color: #ffffff; */
			background: var(--primary_color);
			border-color: var(--primary_color);
			color: #fff;
		}

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


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){

	.btn_area input{
		font-size:calc(15px / var(--magnification150));
	}	


}

@media (max-width: 768px){

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



@media (max-width: 425px){

	/*按鈕-----------------------------*/
	.btn_area input {
		margin: 0px 3px;
		width: 46%;
	}	
		
}
	





    











/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
/*/////////////////////////////////////////////////////////*/

.number_pageArea{
	text-align:center;
	/* margin:30px 0px 0px; */
	position: relative;
    z-index: 5;
	font-family: var(--foreign_foreign2);

	/*margin-top: clamp(5.0625rem, 4.9479vw, 5.9375rem) ;*/  /*最小值 81px、大小約 4.9479vw、最大值 95px*/ 
	margin-top: clamp(1.8750rem, 3.1250vw, 3.7500rem); /*  最小值 30.00px、大小約 3.1250vw、最大值 60.00px */
}
	/*左側區塊*/
	.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: var(--primary_color);
				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;

		font-family: poppins, sans-serif;
		font-weight: 500;
		font-style: normal;
	}
		.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: 8px 0px;
				font-size: 15px;
				line-height: 1;
			}
			/*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;
			}
		
	.numberPage_leftList span ,
	.numberPage_rightList span{
		display: inline-block;
		box-sizing: border-box;
		font-size: 21px;
		line-height: 23px;
		color: var(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





@media (max-width: 990px){
	
	.number_pageArea{
		/* padding: 40px 0px 15px; */
	}

}
	
@media (max-width: 640px){
	
	.number_pageArea {
		/* margin:25px 0px 0px; */
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}


