/*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;
}
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: #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橫平轉豎屏時字變大的問題*/

	font-family:var(--mandarin_font), "微軟正黑體", "新細明體" , var(--foreign_font), 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-字型 結束-------------------------------*/















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

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

.wrap {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 900px){
	.wrap {
		width: 90%;
	}

}

@media (max-width: 768px){
	.wrap {
		width: calc(100% - 15px * 2);
		/* width: auto;
		padding: 0px 15px; */
	}

}





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size: 14px;
	border-radius:3px;
	border: solid 1px #aeaeae;
	font-family:var(--mandarin_font);
}
input[type="text"]   , .input,                 input[type="password"], 
input[type="search"] ,  input[type="email"]  , input[type="tel"] , 
input[type="time"]   ,  input[type="number"] , input[type="date"]{
	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:focus,   input:focus , input[type="password"]:focus, 
	input[type="search"]:focus , input[type="email"]:focus   , input[type="tel"]:focus , 
	input[type="time"]:focus   , input[type="number"]:focus  , input[type="date"]: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: 100%;
	max-width: clamp(10.1250rem, 9.3750vw, 11.2500rem); /* 162.00px , 9.3750vw , 180.00px */
	height: auto;
	border: 1px #fff solid;
	border-color: var(--third_color);
	background-color: #fff;
	color: var(--third_color);
	/* border-radius: 50px; */
	border-radius: .625rem;
	line-height: 2.5rem;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]: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: 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;
}
	














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


.banner {
	background:#fff;
	position:relative;
}

.main .swiper-button-prev, 
.main .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
    width: 47px;
    height: 47px;
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../images/arrow_left.svg);
}
.main .swiper-button-next{
	background-image: url(../images/arrow_right.svg);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}


	/*輪播區*/
	.swiper-container {
		height:auto;
	}
		.swiper-slide img {
			width:100%;
			height:auto;
		}
		
		
		/*輪播點點*/
		.main .swiper-pagination {
			z-index: 888;
			height: 10px;
			opacity: 1;			
		}
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			background-color: #fff;
			z-index: 5;
			display: inline-block;
			width: 10px;
			height: 10px;
			opacity: 1;
		}
		.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: var(--primary_color);
		}

		.index_bannerArea .swiper-pagination {
			left: 15px !important;
			text-align: left;
		}
		

		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
			
				.pcBanner ,
				.mobileBanner {
					/* background-position: center;
					background-repeat: no-repeat;
					background-size: cover; */
				}

				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
				
				

@media (max-width: 990px){
	.pcBanner{
		display: none;
	}
	.mobileBanner {
		display: block;
	}
	.main .swiper-button-prev, 
	.main .swiper-button-next {
		display: none;
	}
}



				
	

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	border-bottom: solid 1px #c4c4c4;
}
	.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 { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					border-right: solid 1px #c4c4c4;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@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;
							}
								.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 #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			


					






/*-------驗證碼----------------------------------------------------------------------------*/
.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 !important;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		/* margin: 9px 0px 7px; */
		margin: 0;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:var(--primary_color);
	}











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

/*表單區底*/
.form_area_bg {
	/* width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px; */
}

	/*表單區備註*/
	.form_remark {
		font-size: clamp(0.9375rem, 0.8854vw, 1.0625rem); /* 15.00px , 0.8854vw , 17.00px */
		line-height: 1.1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		.form_remark span{
			display: inline-block;
			box-sizing: border-box;
		}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/* border-radius:3px; */
			font-size: clamp(0.9375rem, 0.8854vw, 1.0625rem); /* 15.00px , 0.8854vw , 17.00px */
			/* color:#fff; */
			color: var(--primary_color);
			line-height: 1;
			padding:0px .3125rem;
		}
		.form_remark .requirde_icon{
			color: #fff;
			background-color: var(--primary_color);
			padding: .3125rem .375rem 0px;
			border-radius: .1875rem;
			margin-right: .625rem;
		}






	/*----- 表單區 -----*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		.form_list {
			box-sizing:border-box;
			font-size: clamp(0.9375rem, 0.8854vw, 1.0625rem); /* 15.00px , 0.8854vw , 17.00px */
			line-height:1.5;
			width:100%;
			padding:.9375rem 0px 0px 0px;
		}
		.form_list.fLType2{
			width:49%;
		}
			.fL_tit {
				font-weight:bold;
				padding:.1875rem 0px .375rem 0px;
				position:relative;
			}
				/*必填icon*/
				.fL_tit .requirde_icon {
					/* position:absolute; */
					/* right:0px; */
				}
				
			.fL_info {
			}
				/*沒有輸入框時*/
				/* .fL_info.no_input {
					padding: 10px 0px 25px 0px;
					line-height: 24px;
				} */
				
				.fL_info label {
					display:inline-block;
				}
					




			/*----- 地址樣式 -----*/
			/* .fLR_address.fL_info {
				position:relative;
				padding-left: 333px !important;
			}
				.fLR_address select {
					position:absolute;
					left:0px;
					width:100px;
					height:42px;
				}
				.fLR_address select:nth-of-type(2) {
					position:absolute;
					left:110px;
				}

				.fLR_address input.fLRA_postalCode {
					position:absolute;
					width:100px;
					left:220px;
				}
				.fLR_address input.fLRA_address {
				} */


					/*地址樣式*/
					.fLR_address.fL_info {
						/* position:relative;
						padding-left: 315px !important; */
						display: grid;
						grid-template-columns: repeat(3 , 6.25rem) auto; /*100px*/
						gap: 0.625rem; /*10px*/
					}
						.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 {
						}
								

						
					/*生日樣式*/
					.birthday{						
					}
					/* .fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						} */




			/* ----- radio+checkbox選取框--------------------------  */
			.item_RadioCheckArea{
				padding-top: 9px;
				display: flex;
				align-items: center;
				flex-wrap: wrap;		
			}
				.item_RadioCheckArea .item_RadioCheck{
					display: flex;
					align-items: center;
				}
				.item_RadioCheckArea .item_radio,
				.item_RadioCheckArea .item_checkbox {
					position: absolute;
					display: none; 
				}
				
				.item_RadioCheckArea .item_radio[disabled],
				.item_RadioCheckArea .item_checkbox[disabled] {
					cursor: not-allowed; 
				}
				
				.item_RadioCheckArea .item_radio + label,
				.item_RadioCheckArea .item_checkbox + label {
					position: relative;
					/*display: block;*/
					padding-left: 30px;
					cursor: pointer;
					vertical-align: middle; 
					
					/* font-weight: bold; */
					/* margin-right: 10px; */
					margin: 2px 10px 2px 0;
				}

				.item_RadioCheckArea .item_radio + label a,
				.item_RadioCheckArea .item_checkbox + label a {
					text-decoration: none;
					color: var(--primary_color);
				}
				.item_RadioCheckArea .item_radio + label a:hover,
				.item_RadioCheckArea .item_checkbox + label a:hover {
					opacity: 0.5;
				}
				  
					.item_RadioCheckArea .item_radio + label:hover:before,
					.item_RadioCheckArea .item_checkbox + label:hover:before {
						animation-duration: 0.4s;
						animation-fill-mode: both;
						animation-name: hover-color; 
					}
					
					.item_RadioCheckArea .item_radio + label:before,
					.item_RadioCheckArea .item_checkbox + label:before {
						position: absolute;
						/*top: 0;*/
						/* top: -1px; */
						top: 50%;
    					transform: translateY(-50%);
						left: 0;
						display: inline-block;
						width: 20px;
						height: 20px;
						content: '';
						border: 1px solid #c0c0c0; 
					}
					
					.item_RadioCheckArea .item_radio + label:after,
					.item_RadioCheckArea .item_checkbox + label:after {
						position: absolute;
						display: none;
						content: ''; 
					}
				
				.item_RadioCheckArea .item_radio[disabled] + label,
				.item_RadioCheckArea .item_checkbox[disabled] + label {
					cursor: not-allowed;
					color: #444444;
					/* color: #e4e4e4;  */
				}
				
					.item_RadioCheckArea .item_radio[disabled] + label:hover, 
					.item_RadioCheckArea .item_radio[disabled] + label:before, 
					.item_RadioCheckArea .item_radio[disabled] + label:after,
					.item_RadioCheckArea .item_checkbox[disabled] + label:hover,
					.item_RadioCheckArea .item_checkbox[disabled] + label:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:after {
						cursor: not-allowed; 
					}
					
					.item_RadioCheckArea .item_radio[disabled] + label:hover:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:hover:before {
						border: 1px solid #e4e4e4;
						animation-name: none; 
					}
					
					
					.item_RadioCheckArea .item_radio[disabled] + label:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:before {
						border-color: #e4e4e4; 
					}
				
				.item_RadioCheckArea .item_radio:checked + label:before,
				.item_RadioCheckArea .item_checkbox:checked + label:before {
					animation-name: none; 
				}
				
				.item_RadioCheckArea .item_radio:checked + label:after,
				.item_RadioCheckArea .item_checkbox:checked + label:after {
					display: block; 
				}
				
				.item_RadioCheckArea .item_radio + label:before {
					border-radius: 50%; 
				}
				
				.item_RadioCheckArea .item_radio + label:after {
					/*top: 7px;*/
					/* top: 6px; */
					top: 50%;
    				transform: translateY(-50%);
					left: 7px;
					width: 8px;
					height: 8px;
					border-radius: 50%;
					background: var(--primary_color);
				}
				
				.item_RadioCheckArea .item_radio:checked + label:before {
					border: 1px solid #000;
					border-color:var(--primary_color);
				}
				
				.item_RadioCheckArea .item_radio:checked[disabled] + label:before {
					border: 1px solid #c9e2f9; 
				}
				
				.item_RadioCheckArea .item_radio:checked[disabled] + label:after {
					background: #c9e2f9; 
				}
				
				.item_RadioCheckArea .item_checkbox + label:before {
					border-radius: 3px; 						
				}
				
				.item_RadioCheckArea .item_checkbox + label:after {
					top: 2px;
					left: 7px;
					box-sizing: border-box;
					width: 6px;
					height: 12px;
					transform: rotate(45deg);
					border-width: 2px;
					border-style: solid;
					/* border-color: #fff; */
					border-color: #000639;
					border-top: 0;
					border-left: 0; 
				}
				
				.item_RadioCheckArea .item_checkbox:checked + label:before {
					border:var(--primary_color);
					background:var(--primary_color);
				}
				
				.item_RadioCheckArea .item_checkbox:checked[disabled] + label:before {
					border: #c9e2f9;
					background: #c9e2f9; 
				}



















@media (max-width: 990px){

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	}

		.form_list.fLType2 {
			width: 100%;
		}

		/*沒有輸入框時*/
		/* .fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		} */



		/*地址樣式*/
		.fL_info.fLR_address{
			grid-template-columns: repeat(3 , 1fr);
		}
			/* .fL_info.fLR_address select {
				width: 49.5%;
				left: unset;
				position: unset;
			}
			.fL_info.fLR_address select:nth-of-type(2) {
				width: 49.5%;
				left: unset;
				position: unset;
			}	
			.fL_info.fLR_address select:nth-of-type(3) {
			}
			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: 0;
				margin-bottom:17px; */
				grid-column-start: 1;
				grid-column-end: 4;
			}
			
			

		/*----- 地址樣式 -----*/
		/* .fLR_address.fL_info {
			padding-left: 0px !important;
		}
			.fLR_address select {
				width:49%;
			}
			.fLR_address select:nth-of-type(2) {
				left:auto;
				width:49%;
				right: 0;
			}

			.fLR_address input.fLRA_postalCode {
				position:static;
				width:100%;
				left:auto;
				margin-top: 52px;
			}
			.fLR_address input.fLRA_address {
				margin-top:10px;
			} */


}

@media (max-width: 320px){
	/*生日樣式*/
	/* .fL_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		font-size: 12px;
	} */
}
	








/*-------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; */
		background: var(--primary_color);
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
}

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

/*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(--member_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;
	font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
	line-height: 1.5;
}

	.table_contentBg table th{
		border-top: solid 1px #d6d6d6;
		/* background-color: #a9a9a9;
		color: #fff; */
		background-color: var(--primary_color);
		color: #fff;
		font-size: inherit;
		padding: .5rem .3125rem;
	}



	.table_contentBg table td {
		text-align:center;
		vertical-align:middle;
		font-size:  inherit;
		line-height:  inherit;
		color: var(--dark_color);
		/* padding:8px 14px; */
		padding: .5rem .3125rem;
		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: 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(--primary_color);
		color: #fff;
		border: 1px solid var(--primary_color);
		height: 40px;
		line-height: normal;
		box-sizing: border-box;
		padding: 0 2px;
		font-size: inherit;;
		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 thead{
		display: none;
	}


	.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;
		font-size: inherit;
	}
		.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: inherit;
			line-height: inherit;
		}
		
}

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

















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

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:'Noto Sans', sans-serif;       /*全站外文字型*/
	--mandarin_font:'Noto Sans', sans-serif;     /*全站中文字型*/
	/*--primary_color:#dd1319; */                   /*全站主色色碼*/
	--primary_color:#007DB6;                      /*全站主色色碼*/
	--secondary_color:#96C25C ;                    /*全站次色色碼*/
	--third_color:#5A5959 ;                    /*全站次色色碼*/


	--notice_color:#bb1f1f ;
	--fontSize: 16px;
}


.main{
	padding-left: 240px;
	/* padding-top: 90px; */
}


/* 在螢幕放大110%且寬度大於1101時，套用這裡的特定樣式 */ 
@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%且寬度大於1101時，套用這裡的特定樣式 */ 
@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%且寬度大於1101時，套用這裡的特定樣式 */ 
@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: calc(16px * 0.9); 
	}

}


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









/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.main.inmain{
	min-height: 751px;
	overflow: hidden;
}
	
	/*----- 內頁banner -----*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* height: 200px; */
		display: none;
	}

	/*----- 內頁banner_title -----*/
	.inbanner_title{
		text-align: center;
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: 10px;
		font-weight: bold;
		color: #fff;
		padding: 100px 0;
		text-shadow: rgba(0 0 0) 0px 0px 10px;
	}
		.inbanner_title h3{
			padding: 0;
			margin: 0;
			font-size:inherit;
			line-height:inherit;
			display: inline-block;
			font-weight: inherit;
		}





	/*----- 上方區塊 -------------------------*/
	.pageContent_topArea{
		padding: .625rem 0px;
		background-color: #fff;
		/* border-bottom: 1px solid #e3e3e3; */
	}
		
		/*----- 麵包屑 -----*/
		.crumb_bg{
			color: #777;
			font-size: clamp(0.8889rem, 0.8333vw, 1.0000rem); /* 14.22px , 0.8333vw , 16.00px */
			line-height: 1;
		}
			.crumb_area{
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-end;
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 15px;
					line-height: inherit;
				}
				.crumb_area i:nth-of-type(1){
					color: var(--primary_color);
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: var(--primary_color);
					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: block;
					vertical-align: middle;
					/* font-size: 14px; */
					/* line-height: 20px; */
					box-sizing: border-box;
				}	
	
	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 20px 0px;
		position: relative;
		background: #F8FAFC;
		min-height: inherit;
	}

	/*內頁內容區塊*/
	.pageContent .wrap{
		/* min-height: inherit; */
		/* position: relative; */
	}

	.pageContent .wrap::before{
		position: absolute;
		content: "";
		background-image: url(../images/before_image.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 99.9%;
		width: 100%;
		max-width: 25rem; /* 400 */
		right: -2%;
		bottom: 5%;
		aspect-ratio: 400 / 173;
		opacity: 0.25;
		pointer-events: none;
		z-index: 0;
	}

	/*----- 內頁標題塊1 -----*/
	.right_title{
		font-size: clamp(1.3750rem, 1.3542vw, 1.6250rem); /* 22.00px , 1.3542vw , 26.00px */
		font-weight: 700;
		text-align: center;
		/* color: var(--primary_color); */
		color: var(--secondary_color);
		line-height: normal;
		position:relative;
		border-bottom: 0px solid #e3e3e3;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: .625rem;
		padding-bottom: 0;
	}
	.right_title .right_title_left_area{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: .625rem;
	}

		.right_title:after{
			position: absolute;
			content: '';
			bottom: -7.5px;
			left: 50%;
			transform: translateX(-50%);
			background: var(--primary_color);
			width: 15px;
			height: 15px;
			display: none;
		}
		.right_title .deco_left{	
			min-width: 60px;
			max-width: 60px;
			height: 25px;
			aspect-ratio: 60 / 25;
		}	
		.right_title .deco_left img{	
			width: 100%;
			height: auto;
		}	
		.right_title h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	



	/*----- 內頁標題塊2 -----*/
	.right_title2{
		font-size: clamp(1.25rem,1.25vw,1.5rem);
		font-weight: 700;
		text-align: center;
		color: var(--primary_color);
		line-height: normal;
		position:relative;
		border-bottom: 0px solid #e3e3e3;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: .625rem;
		padding-bottom: 0;
	}
		.right_title2:after{
			position: absolute;
			content: '';
			bottom: -7.5px;
			left: 50%;
			transform: translateX(-50%);
			background: var(--primary_color);
			width: 15px;
			height: 15px;
			display: none;
		}
		.right_title2 h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
		.right_title2 span{	
			text-align: right;
			display: block;
			font-family: var( --foreign_font);
			color: var(--primary_color);
			font-size: clamp(.875rem,0.9375vw,1.125rem);
		}	

		/*副標題樣式 20251022 tom*/
		.subtitle_title_area{
		margin-top: clamp( 1.25rem, 5.3333vw, 2.5rem ); /* 20 40 */
		margin-bottom: clamp( .9375rem, 2.6667vw, 1.25rem ); /* 15 20 */
		padding: .625rem;
		border-bottom: 1px solid var(--primary_color);
		}

		.subtitle_title_area .tit_text {
		font-size: clamp( 1rem, 2.6667vw, 1.25rem ); /* 16 20 */
		font-weight: 600;
		color: var(--primary_color);
		}


		/*----- 網編區塊 -----*/
		.text_area{
			font-size: 1.0625rem;
			color: #000;
			line-height:1.5;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
			}


		
			
		/*----- 按鈕 -----*/

		.btn_area{
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			text-align:center;
			margin:1.875rem 0px 0px;
			font-size: clamp(1.1250rem, 1.0417vw, 1.2500rem); /* 18.00px , 1.0417vw , 20.00px */
			gap:clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
		}
		.btn_area.search{
			width: 2.625rem;
			max-width:  2.625rem;
			height: 2.625rem;
			margin: 0;
		}
			.btn_area input{
				/* margin: 0px .3125rem; */
				padding-right: 1.5625rem;
				background-image: url(../images/btn_arrow_right.svg);
				background-repeat: no-repeat;
				background-size: .75rem;
				background-position: calc(100% + -35px) 50%;
				background-position:clamp(calc(100% + -1.1291rem), calc(100% + -1.8229vw), calc(100% + -2.1875rem)) 50%; /* 最小值 18.07px、大小約 1.8229vw、最大值 35.00px */
				/* color: #fff;*/
				background-color: #fff;
				font-size: inherit;
				line-height: clamp(2.8125rem, 2.6042vw, 3.1250rem); /* 45.00px , 2.6042vw , 50.00px */
			}
			.btn_area button.search{
				position: relative;
				color: #fff0;
				margin: 0;
				padding: 0;
				width: 100%;
				height: 100%;
				background: var(--secondary_color);
				border: var(--secondary_color) 0.0625em solid;
				cursor: pointer;
				/* color: #fff;*/
			}
			.btn_area button.search:before {
			position: absolute;
			transition: 0.3s ease all;
			font-family: "Bootstrap-icons";
			content: " \F52A";
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #fff;
			font-size: 1.25em;
			}
			.btn_area input:hover{
				transition: 0.3s ease all;
				background-position: calc(100% + -30px) 50%;
				background-position:clamp(calc(100% + -1.1291rem), calc(100% + -1.8229vw), calc(100% + -2.1875rem)) 50%
			}
			.btn_area input:nth-child(2n+1) {
			}	
			.btn_area input:nth-child(2n) {
				background:#231815;
				color: #fff;
				background-image: url(../images/btn_arrow_right_w.svg);
				background-repeat: no-repeat;
				background-size: .75rem;
				background-position: calc(100% + -35px) 50%;
				background-position:clamp(calc(100% + -1.1291rem), calc(100% + -1.8229vw), calc(100% + -2.1875rem)) 50%; /* 最小值 18.07px、大小約 1.8229vw、最大值 35.00px */
				background-color: #231815;
			}	
			.btn_area.one input{
				margin:0px auto;
			}
			
		
			.btn_area input.next,
			.btn_area input.prev ,
			.btn_area input.cancel{
				padding-right: 0;
				background-image: none;

			}
			.btn_area input.prev{
				background-color: #fff;
				color: #000;

			}
			.btn_area input.next{
				background-color: #000;
				color: #fff;
				
			}


			.btn_area input.prev-step{
				padding-right: 0;
				padding-left: 1.5625rem;
				background-image: url(../images/btn_arrow_left.svg);
				background-repeat: no-repeat;
				background-size: .75rem;
				background-position:clamp(calc(0% + 1.1291rem), calc(0% + 1.8229vw), calc(0% + 2.1875rem)) 50%; /* 最小值 18.07px、大小約 1.8229vw、最大值 35.00px */
				background-color: #fff;
			}


			/* disAbled樣式------------ */
			.btn_area.disAbled input:not(.cancel):not(.prev-step) ,
			.btn_bottom_area.disAbled button:not(.cancel):not(.prev-step) {
				background-color: #c5c5c5;
				color: #e4e4e4;
				border-color:  #c5c5c5;
				cursor: default;
			}
			.btn_area.disAbled input:not(.cancel):not(.prev-step):hover ,
			.btn_bottom_area.disAbled button:not(.cancel):not(.prev-step):hover  {
				opacity: 1;
			}
			.btn_area.disAbled input:not(.cancel):not(.prev-step):hover {
				background-position: clamp(calc(100% + -1.1291rem), calc(100% + -1.8229vw), calc(100% + -2.1875rem)) 50%;
			}







@media (max-width: 990px){
	
.main.inmain {
}	
	/*----- 麵包屑 -----*/
	.crumb_area{
		justify-content: unset;
	}

	/*內頁內容區塊*/
	.pageContent{
		/* padding: 25px 0px; */
	}

		/*----- 內頁標題塊1 -----*/
		.right_title{
			font-size: 1.25rem;
			line-height: 1.2;
		}
		.right_title .deco_left{	
			display: none;
		}	
		/*----- 內頁標題塊2 -----*/
		.right_title2{
			/* font-size: 16px; */
			line-height: 1.2;
		}
			.right_title2 span {
				text-align: left;
			}
			.btn_area.search{
				width: 100%;
				max-width: unset;
			}
}

@media (max-width: 768px){

	/*----- 按鈕 -----*/
	.btn_area {
	}
		.btn_area input{
			/* font-size: 14px;
			width: 150px;
			height: 40px;
			line-height: 35px;
			background-position: calc(100% + -15px) 50%; */
		}

}



/*----- 左右區塊 -------------------------*/

.page{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	/* justify-content: space-between; */
	min-height: inherit;
	position: relative;
}
.page2{
	position: relative;
	padding-top: 40px;
}

	/*左側*/
	.left{
		box-sizing: border-box;
		width: 225px;
		display: none;
	}
	.page2 .left{
		/* box-sizing: border-box;
		width: 225px; */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}



	/*無右側選單*/
	/* .left.no_right{
		width: 100%;
	}	 */

		/*左側標題*/
		.left_title{
			font-size: 20px;
			/* letter-spacing: -1px; */
			background-color: var(--secondary_color);
			color: #fff;
			padding: 10px 10px;
			position: relative;
			border-radius: 3px;
			cursor: pointer;
		}
			.left_title span{
				font-size: 15px;
				color: #333;
				padding: 10px 30px 10px 10px;
				display: none;
				font-weight: normal;
				font-family: var(--foreign_font);
			}
		
			.left_title:before {				
				position: absolute;
				transition: 0.3s ease all;
				font-family: 'Bootstrap-icons';
				content: '\F282';
				top: 50%;
				right: 10px;
				transform:translateY(-50%);
				color: #fff;
				font-size: 13px;
				transform-origin: center;
				transition: all 0.3s ease-out;
				/* opacity: 0; */
			}
			.left_title.active:before {
				transform:translateY(-50%) rotate(180deg);
				transition: all 0.3s ease-out;
			}

			/* .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: 19px;
				right: 15px;
			} */

		/*左側選單列表*/
		.leftListArea{
			/* display: none; */
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
		}
		.page2 .leftListArea{
			display: none;
		}
		


			.leftList{
				font-size:18px;
			}
				.leftList > a{
					display:block;
					padding: 10px 10px 10px 25px;
					text-decoration:none;
					color:#000;
					position: relative;
					font-size: 16px;
					line-height: 22px;
					word-break: break-word;
					/* border-bottom: 1px dashed #cecece; */
				}
					
				.leftList.active > a{
					background-color: var(--primary_color);
					color: #fff;
				}
				.leftList:hover > a{
					background-color: var(--primary_color);
					color: #fff;
				}
					
					/*代表性標誌*/
					/*.leftList_icon.first{
						position: absolute;
						left: 10px;
						top: 16px;
					}*/
						.leftList_icon i{
							font-size: 19px;
							line-height: 14px;
							color: #777;
						}
					
					/*功能名稱*/	
					.leftList_title{
						display: inline-block;
						vertical-align: bottom;
					}
					
					/*方向標誌*/
					.leftList_icon.direction{
						position: absolute;
						right: 10px;
						top: 16px;
					}
						/*方向標誌_向下展開*/
						.leftList_icon.direction i.down{
							display: block;
						}
						/*方向標誌_向上收合*/
						.leftList_icon.direction i.up{
							display: none;
						}
						
						
					/*active*/ /*方向標誌_向下展開*/
					.leftList.active .leftList_icon.direction i.down{
						display: none;
					}
					/*active*/ /*方向標誌_向上收合*/
					.leftList.active .leftList_icon.direction i.up{
						display: block;
						color: #fff;
					}
					.leftList:hover .leftList_icon i{
						/* display: block; */
						color: #fff;
					}
					
					
				
				/*左側選單列表第二層*/
				.leftList_open{
					display: none;
				}
				.leftList_open.active{
					display:block;
				}
					.leftList_open_list{
					}
						.leftList_open_list a {
							display: block;
							transition: 0.3s ease all;
							color: #999;
							text-decoration:none;
							padding: 10px 10px 10px 25px;
							font-size: 15px;
							line-height: 22px;
							font-weight:normal;
							word-break: break-word;
							border-bottom: 1px dashed #cecece;
						}
						.leftList_open_list.active a {
							color: var(--primary_color);
						}
						.leftList_open_list a:hover {
							color: var(--primary_color);							
						}

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


	/*無左側選單*/
	.right.no_left{
		width: 100%;
		min-height: inherit;
	}

	
	/*右側內容區塊*/
	.right_contentBg{	
		padding-top: 35px;
		padding-top: clamp(1.0625rem,1.8229vw,2.1875rem);
		min-height: inherit;
	}
	
	



	/* 分享區塊 */
	.share_bg{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 20px;
		display: none;
	}
			
		/* 分享區塊_標題 */
		.share_title{
			box-sizing: border-box;
			font-size: 15px;
			line-height: 1.1;
		}

		/* 分享區塊_內容 */
		.share_content{
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			margin-right: -5px;
		}
		
			.share_content .list{	
				box-sizing: border-box;
				padding: 5px;		
			}

				.share_content .list a{	
					display: block;	
					text-decoration: none;
					background-color: #333;
					padding: 7px;
					border-radius: 50%;
					transition:0.3s ease all;
				}
				.share_content .list a:hover{	
					opacity: 0.5;
				}
					.share_content .list img{	
						width: 15px;
						height: auto;		
					}








@media (max-width: 990px){

	.page{
		padding: 0;
		/* display: block;
		flex-wrap: unset;
		justify-content: unset; */
	}
	
	
	/*左側*/
	.left{
		width:100%;
		/* margin-bottom: 10px; */
		position: unset;
	}
	.page2 .left{
		position: unset;
		top: unset;
		left: unset;
		z-index: unset;
	}
		/*左側表單名稱*/
		/* .left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 6px 50px 13px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid #777;
		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
			} */
			
		
		/*左側表單*/
		.leftListArea ,
		.page2 .leftListArea{
			display: none;
		}
		

		/* .leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid; 
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}*/
				
				/*方向標誌*/
				/* .leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				} */
	
	/*右側*/ /*無左側選單*/
	.right ,
	.right.no_left{
		width:100%;
		padding: 20px 0px 0;
	}

	.right_contentBg {
		/* padding-top: 0; */
	}
	
	
}
















/*/////////////////////////////////////////////////////////*/
/*-------內頁_最新消息區--------*/
/*/////////////////////////////////////////////////////////*/


ul.index_news_area.news_area {
    background-color: #fff0;
    padding: 0;
	margin: 0 -10px -20px;
}

ul.index_news_area.news_area li {
    padding: 0 10px 20px;
}
	.news_area .index_NA_list{
		padding: 0px 0 20px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dashed #e3e3e3;
	}

		/* 最新消息列表_圖 */
		.news_area .NA_img{	
			width: 150px;
			min-width: 150px;
			box-sizing: border-box;
		}
			.news_area .NA_img a{	
				box-sizing: border-box;
				position: relative;
				padding-top: 100%;
				overflow: hidden;
				display: block;
			}
				.news_area .NA_img 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;
				}
				.news_area .NA_img a:hover img{	
					transform: scale(1.1);
					transition: all 0.3s ease-out;
				}

		/* 最新消息列表_右側 */
		.news_area .index_NA_right{
			width: calc(100% - 165px);
		}

			/* 最新消息列表_日期 */
			.news_area .index_NA_list .date{
				position: unset;
				left: unset;
				top: unset;
				transform: unset;
				margin-bottom: 10px;
			}
			/* 最新消息列表_標題 */
			.news_area .index_NA_right h3 a{
				/* -webkit-line-clamp: 2; */
			}
			/* 最新消息列表_簡述 */
			.news_area .index_NA_right .brief{
				-webkit-line-clamp: 2;
				margin-top: 10px;
			}

			/*----- 按鈕 -----*/
			.news_area .btn_area {
				text-align:left;
				margin:10px 0px 0px;
			}
				.news_area .btn_area input{
					margin: 0;
				}




@media (max-width: 1200px){

	ul.index_news_area.news_area {
		margin: 0px;
	}
		ul.index_news_area.news_area li {
			padding: 10px 0;
		}

}


@media (max-width: 510px){

	ul.index_news_area.news_area {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -5px -20px;
	}
		ul.index_news_area.news_area li {
			padding: 0px 5px;
			width: 50%;
			box-sizing: border-box;
		}

	.news_area .index_NA_list {
		display: block;
		justify-content: unset;
		border-bottom: none;
	}
		/* 最新消息列表_圖 */
		.news_area .NA_img{	
			width: 100%;
			min-width: unset;
		}
		
		/* 最新消息列表_右側 */
		.news_area .index_NA_right{
			width: 100%;
			margin-top: 10px;
		}

			/*----- 按鈕 -----*/
			/* .news_area .btn_area {
				text-align:center;
			}
				.news_area .btn_area input{
					width: 100%;
					padding-right: 40px;
					margin: 0;
				} */
					
			
}















/*/////////////////////////////////////////////////////////*/
/*-------產品介紹區--------*/
/*/////////////////////////////////////////////////////////*/

/* 產品介紹區 */
.index_productBg.productBg{
	background-color: #fff0;
	padding: 0px 0;
	flex-wrap: wrap;
	justify-content:unset;
	margin: 0 -10px -20px;
}
.productBg .index_product_list {
    width: 33.3%;
    padding: 0px 10px 20px; 
}






@media (max-width: 990px){

	/* 產品介紹區 */
	.index_productBg.productBg {
		display: flex;
	}

}

@media (max-width: 510px){

/* 產品介紹區 */
.index_productBg.productBg{
	margin: 0 -5px -20px;
}
	.productBg .index_product_list {
		width: 50%;
		padding: 0px 5px 20px; 
	}

	/* 產品介紹區 */
	/* .index_productBg.productBg {
		display: block;
		margin: 0 0 -20px;
	}
	.productBg .index_product_list {
		width:100%;
		padding: 0px 0px 20px;
	} */
}















/*/////////////////////////////////////////////////////////*/
/*-------產品介紹內頁區--------*/
/*/////////////////////////////////////////////////////////*/

.product_pageBg{	
	margin-top: -35px;
}

	/* 產品內頁_上半部區塊 */
	.product_pageBg .top{
		padding-bottom: 25px;
	}

		/* 產品內頁_左半部區塊 */
		.product_leftArea{
			float: left;
			width: 50%;
			box-sizing: border-box;
		}
			

		.product_leftArea .swiper {
			width: 100%;
			height: 100%;
		  }
	
		  .product_leftArea .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;
		  }
	
		  .product_leftArea .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		  }
	
		  
		  .product_leftArea .swiper {
			width: 100%;
			height: 300px;
			margin-left: auto;
			margin-right: auto;
		  }
	
		  .product_leftArea .swiper-slide {
			background-size: cover;
			background-position: center;
		  }
	
		  .product_leftArea .mySwiper2 {
			height: 80%;
			width: 100%;
		  }
	
		  .product_leftArea .mySwiper {
			height: 20%;
			box-sizing: border-box;
			padding: 10px 0;
		  }
	
		  .product_leftArea .mySwiper .swiper-slide {
			width: 25%;
			height: 100%;
			opacity: 0.4;
		  }
	
		  .product_leftArea .mySwiper .swiper-slide-thumb-active {
			opacity: 1;
		  }
	






					/* 大圖列表 */
					.bigProduct_img {
						position: relative;
						padding-top: 100%;
						border-radius: 10px;
						overflow: hidden;
						width: 100%;
					}
						#big_img1 {
							display:block;
						}
						.product_leftArea .swiper-slide img {
							display: block;
							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;
						}


					/* 小圖區塊 */
					.product_leftArea .smallProduct_img{
						position: relative;
						padding-top: 100%;
						border-radius: 5px;
						overflow: hidden;
						width: 100%;
						/* margin: 0px;
						padding: 10px 15px 0px 15px; */
					}
						.product_leftArea .smallProduct_img a{
							display: block;
							/* position: relative;
							padding-top: 100%;
							border-radius: 10px;
							overflow: hidden;
							width: 100%;*/
						}
							.product_leftArea .smallProduct_img img {
								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;
							}





		  /* 左右鍵 */
		  .product_leftArea .swiper-button-prev, 
		  .product_leftArea .swiper-button-next {
			  width: 30px;
			  height: 30px;
			  background-size: 30px;
		  }
		  .product_leftArea .swiper-button-prev{
			left: -5px;
			/* background-image:url(../index/images/left_arrow2.png); */
		  }
		  .product_leftArea .swiper-button-next{
			right: -5px;
			/* background-image:url(../index/images/right_arrow2.png); */
		  }


		  
			/* 分享區塊 */
			/* .share_bg{
				padding-top: 20px;
			}
				.share_bg .in{
				}				 */
					/* 標題 */
					/* .share_bg .title{
						display: inline-block;
						vertical-align: middle;
						padding-right: 5px;
						font-size: 15px;
					} */
				
					/* 內容 */
					/* .share_bg .content{
						display: inline-block;
						vertical-align: middle;
					}
					
						.share_bg .list_area{
							margin: 0px -5px;
						}
							.share_bg .list{
								float: left;
								box-sizing: border-box;
								width: 45px;
								padding: 0px 5px;
							}
								.share_bg .list a{
									display: block;
									box-sizing: border-box;
									padding: 7px;
									border-radius: 30px;
									transition: 0.2s ease all;
								} */
								/* hover */
								/* .share_bg .list a:hover{
									opacity: 0.7;
									transition: 0.2s ease all;
								} */
								
								/* line */
								/* .share_bg .list.line a{
									background-color: #00b900;
								} */
								
								/* fb */
								/* .share_bg .list.fb a{
									background-color: #3b5998;
								} */
								
								/* link */
								/* .share_bg .list.link a{
									background-color: #555555;
								}
									.share_bg .list img{
										width: 100%;
										height: auto;
									} */
		





		/* 產品內頁_右半部區塊 */
		.product_rightArea{
			float: right;
			width: 50%;
			box-sizing: border-box;
			padding-left: 20px;
		}

			/* 商品促銷標籤 */
			/* .promotion_tab{
				display: inline-block;
				background-color: #c1272d;
				color: #ffffff;
				font-size: 14px;
				padding: 7px 10px 5px;
				margin: 10px 0px 0px 0px;
			} */

			/* 商品促銷標語 */
			/* .promotion_text{
				color: #e11212;
				font-size: 15px;
				line-height: 21px;
				padding: 10px 0px;
			} */

			/* 商品名稱 */
			.product_rightArea .name{
				margin: 0px;
				font-size: 22px;
				line-height: 1.5;
				font-weight: bold;
				color: #000000;
			}

			/* 簡述 */
			.product_rightArea .text{
				margin: 15px 0;
				font-size: 15px;
				line-height: 1.5;
				color: #898989;
			}
			

			



	/* 產品內頁_下半部區塊 */
	.product_pageBg .bottom{
		padding-top: 25px;
	}





@media (max-width: 990px){

	/* 產品內頁_上半部區塊 */
	.product_pageBg .top{
		padding-bottom: 15px;
	}
		/* 產品內頁_左半部區塊 */
		.product_leftArea{
			float: none;
			width: 100%;
		}
		/* 產品內頁_右半部區塊 */
		.product_rightArea{
			float: none;
			width: 100%;
			padding-left: 0px;
			padding-top: 15px;
		}

	/* 產品內頁_下半部區塊 */
	.product_pageBg .bottom{
		padding-top: 15px;
	}

}
	




















/*/////////////////////////////////////////////////////////*/
/*-------友站連結區--------*/
/*/////////////////////////////////////////////////////////*/

ul.link_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 友站連結_列表 */
	ul.link_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
	}
        .link_list{	
			font-size: 16px;
			line-height: 1.5;			
		}
			.link_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
			}
                /* 友站連結_列表_圖 */
				.link_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 100%;
					overflow: hidden;
					display: block;
				}                                            
					.link_img 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;				
					}
                
				/* 友站連結_列表_標題 */
				ul.link_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;	
					margin-top: 15px;		
				}
                /* 友站連結_列表_網址 */
				ul.link_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: 15px;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				}



@media (max-width: 640px){

	ul.link_area{	
		margin: 0 -5px -20px;
	}	
		/* 友站連結_列表 */
		ul.link_area li{
			width: 50%;	
			padding: 0 5px 20px;
		}
			ul.link_area h3.title {
				margin-top: 5px;
			}

}










/*/////////////////////////////////////////////////////////*/
/*-------檔案下載區--------*/
/*/////////////////////////////////////////////////////////*/

ul.download_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 檔案下載_列表 */
	ul.download_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
	}
        .download_list{
			font-size: 16px;
			line-height: 1.5;
			word-wrap: break-word;
			word-break: break-all;
			display: grid;
			/* grid-template-columns: auto 124px; */
			grid-template-columns: 130px auto;
			grid-template-rows: auto 32.5px;
			grid-gap: 15px;
		}
		
                /* 檔案下載_列表_圖 */
				.download_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 100%;
					overflow: hidden;
					display: block;
					grid-column-start: 1;
					grid-column-end: 2;
					grid-row-start: 1;
					grid-row-end: 3;
				}                                            
					.download_img 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;				
					}
                
				/* 檔案下載_列表_標題 */
				ul.download_area .title{
					/* margin-top: 15px; */
					/* grid-column-start: 2; */
					/* grid-column-end: 3; */
					/* grid-row-start: 1; */
					/* grid-row-end: 2; */
				}
				ul.download_area .title h3{
					padding: 0;
					margin: 0;
					font-size: inherit;
					line-height: inherit;
					font-weight: inherit;
					color: inherit;

					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 5;
					-webkit-box-orient: vertical;
				}


				/* 檔案下載_列表_btn */
				.download_btn{
					/* margin-top: 10px; */
					/* grid-column-start: 2; */
					/* grid-column-end: 3; */
					/* grid-row-start: 2; */
					/* grid-row-end: 3; */
					display: flex;
					align-items: flex-end;
					font-size: 13px;
				}
					.download_btn a{
						position: relative;
						border-radius: 20px;
						padding: 7px 40px 7px 15px;
						display: inline-block;
						text-decoration: none;
						color: #fff;
						background-color: var(--primary_color);
						/* margin-top: auto; */
					}
					.download_btn a:hover{
						opacity: 0.5;
						transition: 0.3s ease all;
					}
					.download_btn a:before {
						position: absolute;
						transition: 0.3s ease all;
						font-family: 'Bootstrap-icons';
						content: '\F30A';
						top: 50%;
						right: 15px;
						transform: translateY(-55%);
						color: #fff;
						font-size: 17px;
						transform-origin: center;
						transition: all 0.3s ease-out;
						display: none;
					}



@media (max-width: 1400px){

	ul.download_area{	
		margin: 0 -10px -20px;
	}	
		/* 檔案下載_列表 */
		ul.download_area li{
			width: 33.3%;	
			padding: 0 10px 20px;
		}

}

@media (max-width: 1280px){

	ul.download_area{	
		margin: 0 -5px -20px;
	}	
		/* 檔案下載_列表 */
		ul.download_area li{
			width: 50%;	
			padding: 0 5px 20px;
		}	

}

@media (max-width: 640px){

	/* ul.download_area{	
		margin: 0 -10px -20px;
	}	 */
		/* 檔案下載_列表 */
		/* ul.download_area li{
			width: 50%;	
			padding: 0 10px 20px;
		} */
		.download_list {
			display: block;
			grid-template-columns: unset;
			grid-template-rows: unset;
			grid-gap:unset;
		}
			/* 檔案下載_列表_標題 */
			ul.download_area .title{
				margin: 10px 0;
			}
				ul.download_area .title h3 {
					-webkit-line-clamp: 2;
				}

}


@media (max-width: 510px){

	/* ul.download_area{	
		margin: 0 0px -20px;
	}	 */
		/* 檔案下載_列表 */
		 /* ul.download_area li{
			width: 100%;	
			padding: 0 0px 20px;
		}

		.download_btn {
			display: block;
			text-align: center;
		}
			.download_btn a {
				display: block;
			} */

}



















/*/////////////////////////////////////////////////////////*/
/*-------門市資訊區--------*/
/*/////////////////////////////////////////////////////////*/

ul.stores_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -15px;
	word-wrap: break-word;
	word-break: break-all;
}

    /* 友站連結_列表 */
	ul.stores_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 33.3%;	
		padding: 0 5px 15px;
	}
        .stores_list{
			font-size: 16px;
			line-height: 1.5;
		}
                /* 友站連結_列表_圖 */
				.stores_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 70%;
					overflow: hidden;
					display: block;
				}                                            
					.stores_img 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;				
					}
                
				/* 門市資訊_列表_標題 */
				ul.stores_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;	
					margin: 5px 0;		
				}

				/* 門市詳細資訊 */
				.store_information{
					font-size: 15px;
					line-height: 1.3;
				}
					.store_information_list{
						display: flex;
						align-items: center;
						padding: 2px 0;
					}
					.store_information_list i{
						color: var(--primary_color);
						font-size: 14px;
					}
					.store_information_list h4{
						padding: 0;
						margin: 0;
						line-height: inherit;
						font-weight: inherit;
						color: var(--primary_color);
						padding-left: 5px;
						min-width: 70px;
					}
					.store_information_list span{		
					}
						.store_information_list a{	
							color: inherit;	
							display: inline-block;
							text-decoration: none;	
						}
						.store_information_list a:hover{	
							opacity: 0.5;
						}



						


@media (max-width: 990px){

	ul.stores_area{	
		/* margin: 0 -10px -20px; */
	}	
		/* 友站連結_列表 */
		ul.stores_area li{
			width: 50%;	
			/* padding: 0 10px 20px; */
		}
			/* ul.stores_area h3.title {
				margin-top: 5px;
			} */

}

@media (max-width: 640px){

	ul.stores_area{	
		display: block;
		margin: 0 0px -15px;
	}	
		/* 友站連結_列表 */
		ul.stores_area li{
			width: 100%;	
			padding: 0 0px 15px;
		}
			/* ul.stores_area h3.title {
				margin-top: 5px;
			} */

}


















/*/////////////////////////////////////////////////////////*/
/*-------影音專區--------*/
/*/////////////////////////////////////////////////////////*/

ul.video_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 影音專區_列表 */
	ul.video_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
	}
        .video_list{	
			font-size: 15px;
			line-height: 1.5;			
		}
			.video_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
			}
                /* 影音專區_列表_圖 */
				.video_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 56.25%;
					overflow: hidden;
					display: block;
				}                                            
					.video_img 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;				
					}
					/* .video_img img.play{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: auto;
						z-index: 1;
					} */
					.play_icon{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: 50px;
						z-index: 1;
					}
					.video_list:hover .play_icon{
						transform: translate(-50% , -60%);
						transition:0.3s ease all;
					}
					.play_icon:before {
						position: absolute;
						transition: 0.3s ease all;
						font-family: 'Bootstrap-icons';
						content: '\F4F3';
						/* top: 50%;
						right: 10px;
						transform: translateY(-50%); */
						color: #fff;
						font-size: 50px;
						line-height: 50px;
						transform-origin: center;
						transition: all 0.3s ease-out;
					}

				/* 影音專區_列表_標題 */
				ul.video_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;	
					margin-top: 10px;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}
                /* 友站連結_列表_網址 */
				/* ul.video_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: 12px;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				} */


@media (max-width: 990px){

	ul.video_area{	
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 33.3%;	
		}

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

	ul.video_area{	
		margin: 0 -5px -10px;
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 50%;	
			padding: 0 5px 10px;
		}
			.play_icon {
				width: 20px;
				height: 20px;
			}
				.play_icon:before {
					font-size: 20px;
					line-height: 20px;
				}
				ul.video_area h3.title {
					margin-top: 5px;
				}

}







/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

	
	
/*燈箱*/
.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 {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			height: 34px;
			line-height: 34px;
			color: #333;
			background: var(--secondary_color);
			right: 20px;
			top: 20px;
			border: solid var(--secondary_color) 1px;
			box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
			cursor: pointer;
			transition: 0.3s ease all;
			display: flex;
			transition: 0.3s ease all;
			/* font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2a6695;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2; */
		}
		.lightboxCloseBtn svg{
			fill: #000;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn:hover {
				background: #b9b9b9;
				border-color: #b9b9b9;
				transition: 0.3s ease all;
			}
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			/* .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: 15%;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
		} */
		/*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;
} */
/*firefox hack*/
/* @-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
} */

	/* .video_list {
		box-sizing:border-box;
		padding: 0px 12px 30px;
		width:33.3%;
	}

	.video_list2{
		width:100%;
		padding: 0px 0px 30px;
	} */


	/*firefox hack*/
	/* @-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
			border-radius: 5px;
			overflow: hidden;
		}
			.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){	

	/*燈箱資料區*/
	.lightboxContentArea {
		height: 100%;
	}

}

@media (max-width: 600px){	

/* .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
} */

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

	
	
}





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

/* 聯絡我們區塊 */
.contactArea{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;	
}

    /* 聯絡我們區塊left */
	.contact_left{
		box-sizing: border-box;
		padding: 0 15px;
		width: 50%;
	}
		.contact_left .text_area{
		}

			.contact_left .text_area iframe{	
				width: 100%;		
			}


    /* 聯絡我們區塊right */
	.contact_right{
		box-sizing: border-box;
		padding: 0 15px;
		width: 50%;
	}
		
	


@media (max-width: 1024px){

/* 聯絡我們區塊 */
.contactArea{
	display: block;
	flex-wrap: unset;
	margin: 0;	
}

    /* 聯絡我們區塊left */
	.contact_left{
		padding: 0 0px;
		width: 100%;
	}
	
    /* 聯絡我們區塊right */
	.contact_right{
		padding: 30px 0 0px;
		width: 100%;
	}

}















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

.number_pageArea{
	text-align:center;
	margin:clamp(0.9678rem, 1.5625vw, 1.8750rem) 0 0; /* 15.48px , 1.5625vw , 30.00px */
	position: relative;
	z-index: 5;
	font-family: var(--foreign_font);
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
	/*左側區塊*/
	.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-flex;
		gap: 0.5rem;
		vertical-align: middle;
		/* padding: 0px .5rem; */
		font-family: poppins, sans-serif;
		font-weight: 500;
		font-style: normal;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 0;
		}
			.numberPage_middleList a{
				display: flex;
				justify-content: center;
				align-items: center;
				text-decoration: none;
				width: 1.9375rem;
				aspect-ratio: 1;
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 0;
				font-size: clamp(0.9375rem, 0.8854vw, 1.0625rem); /* 15.00px , 0.8854vw , 17.00px */
				line-height: 1;
				/* aspect-ratio: 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: 1.3125rem;
		line-height: 1;
		color: var(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





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

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














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


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