/*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%;
	box-sizing: border-box;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/

	font-family:var(--mandarin_font); 


	/* background: var(--primary_color); */
	background: var(--bg_color);
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: .0625em;
	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);
}
/*------------------------------------------icon-字型 結束-------------------------------*/















/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	/* background:var(--primary_color); */
	background: #0040ff;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	/* background:var(--primary_color); */
	background: #0040ff;
	color:#fff;
}

.wrap {
	max-width: 1595px;
	/* width: 85%; */
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 990px){
	.wrap {
		width: 90%;
	}

}

@media (max-width: 767px){
	.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:15px;
	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"],
button[type="button"], button[type="submit"], button[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width: 100px;
	height: 50px;
	background:var(--primary_color);
	color:#fff;
	border-radius:5px;
	line-height:normal;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover ,
	button[type="button"]:hover, button[type="submit"]:hover, button[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] ,
	button[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: 60px;
    height: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../index/images/left_arrow.png);
}
.main .swiper-button-next{
	background-image: url(../index/images/right_arrow.png);
}
.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;
	}
}



				
	

/*-------頁籤------------------------------------------------------------------------*/
.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; */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
}
	.captcha input[type="text"] {
		width:80px;
		/* margin-right:5px; */
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		/* margin: 9px 0px 7px; */
		/* line-height: 29px; */
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		/* vertical-align:middle; */
		max-width: 130px;
		min-width: 80px;
		width: 6.83vw;
		height: auto;
	}
	.captcha span {
		/* color:var(--primary_color); */
		color: #000;
		line-height: 1;
	}










/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.form_area_bg {
	/* width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px; */
}

	/*表單區備註*/
	.form_remark {
		font-size: 15px;
		line-height: 22px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		.form_remark span{
			display: inline-block;
			box-sizing: border-box;
		}
		/*必填icon*/
		/* .requirde_icon {
			display:inline-block;
			font-size: 17px;
			color: var(--primary_color);
			line-height: 1;
			padding:0px 5px;
		} */
		.requirde_icon {
			display: inline-block;
			font-size: 1rem;
			line-height: 1;
			color: #ff0000;
			background: transparent;
			padding: 0px;
		}



		.form_remark .requirde_icon{
			color: #fff;
			background-color: var(--primary_color);
			padding: 5px 6px 0px;
			border-radius: 3px;
			margin-right: 10px;
		}






	/*----- 表單區 -----*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		.form_list {
			box-sizing:border-box;
			font-size:15px;
			line-height:1.5;
			width:100%;
			padding:15px 0px 0px 0px;
		}
		.form_list.fLType2{
			width:49%;
		}
			.fL_tit {
				font-weight: 600;
				padding:3px 0px 6px 0px;
				position:relative;
			}
				/*必填icon*/
				.fL_tit .requirde_icon {
					/* position:absolute; */
					/* right:0px; */
				}
				.fL_tit sup{
					font-size: inherit;
					font-size: 14px;
				}


			.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 {
				}
			

						
					/*生日樣式*/
					.birthday{						
					}
					/* .fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						} */







	/* ----- radio+checkbox選取框--------------------------  */
	@keyframes hover-color {
		from {
			border-color: #c0c0c0; }
		to {
			border-color:  var(--primary_color); } 
	}
		.item_RadioCheckArea{
			/* padding-top: 9px; */
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			gap: 7.5px 15px;		
		}
			.item_RadioCheckArea .item_RadioCheck{
				display: flex;
				align-items: center;
			}
			  .item_RadioCheckArea .item_radio,
			  .item_RadioCheckArea .item_checkbox {
				  position: absolute;
				  /* display: none;  */
				  position: relative;
				  opacity: 0;
				  
				  
			  }
			  
			  .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; */

				  font-weight: 500;
				  font-size: inherit;
			  }
				
			  .item_RadioCheckArea .item_radio + span,
			  .item_RadioCheckArea .item_checkbox + span {
				  position: relative;
				  /*display: block;*/
				  padding-left: 30px;
				  cursor: pointer;
				  vertical-align: middle; 
				  
				  /* font-weight: bold; */

				  font-weight: 500;
				  font-size: inherit;
			  }
				
				  .item_RadioCheckArea .item_radio + span:hover:before,
				  .item_RadioCheckArea .item_checkbox + span:hover:before {
					  animation-duration: 0.4s;
					  animation-fill-mode: both;
					  animation-name: hover-color; 
				  }
				  
				  .item_RadioCheckArea .item_radio + span:before,
				  .item_RadioCheckArea .item_checkbox + span: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 + span:after,
				  .item_RadioCheckArea .item_checkbox + span:after {
					  position: absolute;
					  display: none;
					  content: ''; 
				  }
			  
			  .item_RadioCheckArea .item_radio[disabled] + span,
			  .item_RadioCheckArea .item_checkbox[disabled] + span {
				  cursor: not-allowed;
				  color: #e4e4e4; 
			  }
			  
				  .item_RadioCheckArea .item_radio[disabled] + span:hover, 
				  .item_RadioCheckArea .item_radio[disabled] + span:before, 
				  .item_RadioCheckArea .item_radio[disabled] + span:after,
				  .item_RadioCheckArea .item_checkbox[disabled] + span:hover,
				  .item_RadioCheckArea .item_checkbox[disabled] + span:before,
				  .item_RadioCheckArea .item_checkbox[disabled] + span:after {
					  cursor: not-allowed; 
				  }
				  
				  .item_RadioCheckArea .item_radio[disabled] + span:hover:before,
				  .item_RadioCheckArea .item_checkbox[disabled] + span:hover:before {
					  border: 1px solid #e4e4e4;
					  animation-name: none; 
				  }
				  
				  
				  .item_RadioCheckArea .item_radio[disabled] + span:before,
				  .item_RadioCheckArea .item_checkbox[disabled] + span:before {
					  border-color: #e4e4e4; 
				  }
			  
			  .item_RadioCheckArea .item_radio:checked + span:before,
			  .item_RadioCheckArea .item_checkbox:checked + span:before {
				  animation-name: none; 
			  }
			  
			  .item_RadioCheckArea .item_radio:checked + span:after,
			  .item_RadioCheckArea .item_checkbox:checked + span:after {
				  display: block; 
			  }
			  
			  .item_RadioCheckArea .item_radio + span:before {
				  border-radius: 50%; 
			  }
			  
			  .item_RadioCheckArea .item_radio + span:after {
				  /*top: 7px;*/
				  /* top: 6px; */
				  left: 7px;

				  top: 50%;
				  transform: translateY(-50%);

				  width: 8px;
				  height: 8px;
				  border-radius: 50%;
				  background:  var(--primary_color); 
			  }
			  
			  .item_RadioCheckArea .item_radio:checked + span:before {
				  border: 1px solid  var(--primary_color); 
			  }
			  
			  .item_RadioCheckArea .item_radio:checked[disabled] + span:before {
				  border: 1px solid #c9e2f9; 
			  }
			  
			  .item_RadioCheckArea .item_radio:checked[disabled] + span:after {
				  background: #c9e2f9; 
			  }
			  
			  .item_RadioCheckArea .item_checkbox + span:before {
				  border-radius: 3px; 
			  }
			  
			  .item_RadioCheckArea .item_checkbox + span: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-top: 0;
				  border-left: 0; 
			  }
			  
			  .item_RadioCheckArea .item_checkbox:checked + span:before {
				  border:  var(--primary_color);
				  background:  var(--primary_color); 
			  }
			  
			  .item_RadioCheckArea .item_checkbox:checked[disabled] + span:before {
				  border: #c9e2f9;
				  background: #c9e2f9; 
			  }

			  .item_RadioCheckArea .small{
				font-size: 14px;
				display: block;
				font-weight: 400;
			  }
			  label.item_RadioCheck {
				outline: none; /* 不讓外框干擾 */
			}
			input.item_radio:focus + span {
				background-color: var(--focus_color);
				color: #fff;
			}
			


			  /*用js影響css的核選---------------------*/
			.item_RadioCheckArea .item_radio.selected:checked + label:before,
			.item_RadioCheckArea .item_checkbox.selected:checked + label:before {
				animation-name: none; 
			}
			
			.item_RadioCheckArea .item_radio.selected:checked + label:after,
			.item_RadioCheckArea .item_checkbox.selected:checked + label:after {
				display: block; 
			}
			.item_RadioCheckArea .item_radio.selected:checked + label:before {
				border: 1px solid  var(--primary_color); 
			}
			.item_RadioCheckArea .item_checkbox.selected:checked + label:before {
				border:  var(--primary_color);
				background:  var(--primary_color); 
			}










		/*水平排列方式*/
		.form_list.horizontalLayout .fL_info ,
		.form_list.horizontalLayout_tel .fL_info{
			/* display: flex; */
			align-items: center;
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
			gap: 10px;
		}
		.form_list.horizontalLayout_tel .fL_info {
			display: flex;
		}
		/*水平排列空隙*/
		.form_list.horizontalLayout .fL_info span.separate{
			padding: 0 10px;
			display: inline-block;
			white-space: nowrap;
		}		
		.form_list.horizontalLayout_tel .fL_info span.separate{
			white-space: nowrap;
			/* font-weight: inherit; */
		}
		.form_list.horizontalLayout_tel .fL_info label{
			white-space: nowrap;
		}



		




		.fL_info span.separate.arrow_right{
			padding: 0 2px;
			display: inline-block;
			font-size: 20px;
			font-size: min(max(2vw, 15px), 25px); /*字體大小 2vw、最小值 12px、最大值 25px*/
			font-weight: 900;
			color: inherit;
		}
			.fL_info span.separate.arrow_right i{
				font-size:inherit;
				font-weight: inherit;
				color: inherit;
				display: block;
			}

		.form_list .fL_info span.separate{
			/* color: var(--third_color);
			font-weight: 900; */
			font-weight: 600;
		}
		.form_list .fL_info span.notice{
			color: var(--notice_color);
		}






@media (max-width: 990px){

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;

		overflow: hidden; /*防止英文爆版*/
	}

		.form_list.fLType2 {
			width: 100%;
		}

		/*沒有輸入框時*/
		/* .fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		} */


		/*----- 地址樣式 -----*/
		.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;
			}






	/* ----- radio+checkbox選取框--------------------------  */
	.item_RadioCheckArea{
		padding-top: 9px;	
	}


	/*水平排列方式*/
	.form_list.horizontalLayout .fL_info ,
	.form_list.horizontalLayout_tel .fL_info{
		/* align-items: center; */
		display: flex;
		grid-template-columns: unset;
		gap: 5px;
		/* flex-wrap: wrap; */
	}

}

@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;
	}
}













/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg{
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 3px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.1;
		color: #333;
	}

		/* 表格_標題 */
		.no_bg caption{
		}

		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: 18px;
					line-height: 24px;
					color: #fff;
					padding: 10px 15px;
					box-sizing: border-box;
					/* border: solid 1px #bebebe; */
					/* border-left: solid 0px #bebebe; */
					/* border-bottom: solid 1px #bebebe;
					border-right: solid 1px #bebebe; */
					background: var(--primary_color);
					min-width: 68px;

					font-size: 24px;
					line-height: 1;
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius: 20px;
				}
				.no_bg thead th:last-of-type{
					border-radius:0 20px 0 0;
					border-top-right-radius: 20px;
					border-bottom-right-radius: 20px;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: 15px;
				line-height: 24px;
				color: #333;
				padding: 15px 10px;
				box-sizing: border-box;
				/* border-bottom: 1px solid #cccccc; */
				/* border-right: 2px dashed #e6e6e6; */
				background: #f5f5f5;

				font-size: 18px;
			}
			.no_bg tbody tr td:first-of-type{
				/* border-left: 1px solid #cccccc; */
			}
			.no_bg tbody tr td:last-of-type{
				border-right:1px solid #cccccc;
				border-right: none;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background: #fff;
			}

		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: #005f99;
			color: #ffffff;
			border: 1px solid #005f99;
			height:40px;
			line-height:40px;
			box-sizing: border-box;
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
		}
			.no_bg .cPL_twoBtn input[type='button'] {
				/* width: 49%; */
				max-width: 100px;
    			margin: 5px 2.5px;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #99ca3b;
				border-color:#99ca3b;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+2) {
				background: #005f99;
				border: 1px solid #005f99;
			}					



@media (max-width: 768px){


/*第一組tr*/
/* .no_bg tr:first-of-type  */
.no_bg thead{
	display:none;
}

/*第一個td*/
.no_bg tr td:first-of-type {
	width: auto;
	padding: 10px 14px;
	border-top: solid 0px #ADABAB;
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px #ADABAB;
	padding: 5px 14px 10px 14px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: solid 1px #ADABAB;
}


/*第五個td*/
/* .no_bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.no_bg td:nth-of-type(5):before {
		display:none;
	} */

.no_bg table {
	/*border: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	border-top: solid 1px #bebebe;
	border-radius:5px;
}
	.no_bg td {
		display:block;
		border:none;
		text-align:left;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		padding: 5px 14px;
	}
	
		.no_bg td:before {
			color: #7b7b7b;
			content:attr(data-name);
		}
		/*商品名稱*/
		/* .cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			font-size:16px;
		} */
		
		/* .no_bg table input {
			height:40px;
			line-height:40px;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:42px;
			} */
		
				/*兩個按鍵時*/
				/* .no_bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.no_bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			width: 100%;
		}				




}











/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		width:48%;
		padding: 0px 8px;
		text-align: center;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float: right;
		background-color: #757575;
		color: #fff;
		border: 1px #757575 solid;
	}















/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:'Quicksand', sans-serif;       /*全站外文字型*/
	--mandarin_font:'Noto Sans TC', sans-serif;   /*全站中文字型*/
	--primary_color:#82C9C0;                    /*全站主色色碼*/
	--second_color: #1d73bf;    /*#71ade1*/     /*全站第二色碼*/
	--third_color:#E0E0E0;                    /*全站第三色碼*/
	/* modify by Joanna 20251114 start*/
	/*--fourth_color:#489344;*/                   /*全站第四色碼*/
	--fourth_color:#41853D;                   /*全站第四色碼*/ /* 20251203 因AA更換色碼 */
	/*--fifth_color:#379800;*/                    /*全站第五色碼*/
	--fifth_color:#008A00;                    /*全站第五色碼*/ /* 20251204 因AA更換色碼 */
	--sixth_color:#00645A;                    /*全站第六色碼*/
	
	--border_color:#898989;                    /*全站border色碼*/
	--back_color:#89a364 /*#617E37*/;                     /*回上一頁色碼*/
	--notice_color:#e54a70; 
	
	--bg_color:#a2dad3;                    /*全站bg色碼*/

	--focus_color: #047368;
	/* modify by Joanna 20251114 end*/	
	  /*--fontSize:1.2307em;*/ /*相當於1em = 16px*/
	  --fontSize:0.666em;  /*calc(1em / 1.5)*/  /*相當於1em = 16px*/
	  --fontSize:1em;
}

/* 字級轉換_basic */
.htmlFontSizeA body{
	/* font-size: 1.1307em; */
	font-size: calc(var(--fontSize) * 0.95);
  }
  
  .htmlFontSizeB body ,
  body{
	font-size: var(--fontSize);
  }
  
  
  .htmlFontSizeC body{
	/* font-size: 1.3307em; */
	font-size: calc(var(--fontSize) * 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: 0.8em;*/ /*calc(16px / 1.25)*/
    --fontSize: 1em; /*calc(16px / 1.25)*/
	}


	.htmlFontSizeA body {
		/* font-size: 1.1307em; */
		font-size: calc(var(--fontSize) * 0.65);
	  }
	  
	  body ,
	  .htmlFontSizeB body {
		font-size: calc(var(--fontSize) * 0.75);
	  }
	  
	  .htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 0.85);
	  }

  

}

/* 在螢幕放大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: 1em; 
	}

	.htmlFontSizeA body {
		/* font-size: 1.1307em; */
		font-size: calc(var(--fontSize) * 0.65);
	  }
	  
	  body ,
	  .htmlFontSizeB body {
		font-size: calc(var(--fontSize) * 0.75);
	  }
	  
	  .htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 0.85);
	  }


}


.main{
	position: relative;
	padding-top: 96px;
}
.main::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/left_bg.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 10.5vw;  /*205*/
    height: calc(10.5vw * 2.82); /*580*/
}





/* 導盲磚_跳到中央內容區塊----------------- */
/* .main > a.maincontent */
a.maincontent {
  position: absolute;
  top: 0;
  font-size: 0.7em;
  line-height: 1;
  color: #fff0;
  z-index: 1;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  z-index: 5;
  /* top: 150px; */
  /* opacity: 0; */
  z-index: 999;
}
/* .main > a.maincontent.fixed */
a.maincontent.fixed {
}
a.maincontent:focus{
  opacity: 1;
}






@media (max-width: 990px){
	
	.main {
		padding-top:71px;
	}	
}














/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/



.main.inmain{
	display: flex;
	flex-direction: column;
}
	







	/*----- 內頁banner -----*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	





	/*----- 上方區塊 -------------------------*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*----- 麵包屑 -----*/
		.crumb_bg{
			color: #777777;
			font-size: .875em;
		}
			.crumb_area{				
				display: flex;				
				flex-wrap: wrap;
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 1.125em;
					line-height: 20px;
				}
				.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: .875em;
					line-height: 22px;
					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: .875em;
					line-height: 20px;
					box-sizing: border-box;
				}	
	
	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 50px 0px;
		position: relative;
		flex-grow: 1;
	}
	
	

	/*----- 內頁標題塊1 -----*/
	.right_title{
		font-size: 40px;
		font-size: 2.5em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
		font-weight: 700;
		color: var(--sixth_color);
		line-height: 1.3;
		text-align: center;
		/* margin-bottom: 20px; */
		margin-bottom: 1.05vw;
	}
		/* .right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		} */
		.right_title strong{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	






/* 內頁標題樣式2------------------------- */
.in_titStyle2{
	color: #fff;
	/* text-align: center; */
	/* font-size: 30px; */
	/* font-size: min(max(1.57vw, 17.5px), 30px);
    font-weight: 700;
    letter-spacing: 6px; */
	border-color: var(--fourth_color);
	/*font-size: min(max(1.47vw, 16px), 30px); *//*字體大小 1.05vw、最小值 15px、最大值 20px*/
	font-size:1.3125em;
	display: flex;
	align-items: center;
	text-align: center;
	transform: translateX(-10px);
	font-weight: 700;
	letter-spacing: 2px;
	text-indent: 2px;
}	

	.in_titStyle2 strong {
		display: inherit;
		font-size: inherit;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		font-weight: inherit;
		padding: 1.31vw 0.52vw; /*25px 10px*/
		background-color: var(--primary_color);
		border-radius: 0px 50px 50px 0px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: calc(100% - 1.31vw);
	}
	/* .in_titStyle2 .icon {
		max-width: 32px;
		min-width: 25px;
		width: 1.68vw;
		margin-right: 10px;
	}
		.in_titStyle2 .icon img{
			width: 100%;
			height: auto;
		} */












/* 內頁標題樣式4------------------------- */
.in_titStyle4{
	color: #000;
	text-align: center;
	/* font-size: 30px; */
	font-size: 1.875em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
	font-weight: 700;
	letter-spacing: 6px;
	border-bottom: 2px solid var(--sixth_color);
	padding-bottom: 15px;
	margin-bottom: 50px;

	padding-bottom: 0.78vw;
	margin-bottom: 2.62vw;
}	

	.in_titStyle4 strong {
		display: inherit;
		font-size: inherit;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		font-weight: inherit;

		/* display: flex;
		align-items: center; */
	}





/* 內頁標題樣式3------------------------- */
.in_titStyle3{
	color: #000;
    /* text-align: center; */
    /* font-size: 30px; */
    /* font-size: min(max(1.57vw, 17.5px), 30px);
    font-weight: 700;
    letter-spacing: 6px; */
    border-color: var(--fourth_color);
    font-size: 1.875em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
    display: flex;
    align-items: center;
}	

	.in_titStyle3 strong {
		display: inherit;
		font-size: inherit;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		font-weight: inherit;
	}
	.in_titStyle3 .icon {
		/* width: 35px; */
		max-width: 32px;
		min-width: 25px;
		width: 1.68vw;
		margin-right: 10px;
	}
		.in_titStyle3 .icon img{
			width: 100%;
			height: auto;
		}











		/*----- 網編區塊 -----*/
		.text_area{
			font-size: 1em;
			color: #000;
			line-height:1.5;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
			}
			.text_area pre{
				white-space: normal;
			}

		
			
		/*----- 按鈕 -----*/
		.btn_area {
			text-align:center;
			margin:30px auto 0px;
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			gap: 10px;
		}
		.btn_area.one{
			gap: 0;
		}
			.btn_area input ,
			.btn_area button {
				width: 48%;
				max-width: 220px;
				color: #FFF;
				/* font-size: 20px; */
				font-size:1.25em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
				font-weight: 500;
				letter-spacing: 4px;
				border-radius: 50px;
				background: var(--fifth_color);
				margin: 0;
				/* margin: 0 5px; */
				border-color: #fff0;
			}
			.btn_area button {
				font-weight: 600;
			}

			.btn_area input:nth-child(2n+1) ,
			.btn_area button:nth-child(2n+1){
			}	
			.btn_area input:nth-child(2n) ,
			.btn_area button:nth-child(2n) {
				background:#231815;
				color: #fff;
			}	
			.btn_area.one input ,
			.btn_area.one button{
				margin: 0 auto;
				width: 100%;
				max-width: 220px;
			}

			.btn_area input.send ,
			.btn_area button.send{
				background: var(--fifth_color);
			}
			.btn_area input.back ,
			.btn_area button.back{
				background: var(--back_color);
			}
			
		
			.btn_area.three input ,
			.btn_area.three button{
				max-width: 170px;
				letter-spacing: normal;
			}







@media (min-width: 990.1px){
	.pageContentWrap {
		margin: 0;
		width: 99%;
		/* max-width: 1595px; */
		/* width: 90%;
		margin: 0 auto;
		padding: 0; */
		/* max-width: calc(100vw - 1595px); */
	}

}
		
		



@media (max-width: 990px){
	
.main.inmain {
}	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 25px 0px;
	}


		/*----- 內頁標題塊1 -----*/
		.right_title{
			/* font-size: 18px;
			line-height: 1.2; */
			margin-bottom:20px;
			font-size: 1.25em;
		}

		/* 內頁標題樣式4------------------------- */
		.in_titStyle4{
			padding-bottom: 10px;
			margin-bottom:20px;
			font-size: 0.8625em;
		}	

		/*----- 按鈕 -----*/
		.btn_area {
			margin:25px auto 0px;
			gap: 5px 5px;
		}
			.btn_area input ,
			.btn_area button{
				width: fit-content;
				min-width: 90px;
				/* width: calc(50% - 10px); */
				height: 40px;
				letter-spacing: normal;
				margin: 0;
				padding: 0 10px;
				font-size: .9375em;
			}

					
			.btn_area.three input ,
			.btn_area.three button{
			}

		
}

	


@media (max-width: 768px){

	
	/* 內頁標題樣式2------------------------- */
	.in_titStyle2 {
		transform: unset;
		letter-spacing: normal;
		text-indent: unset;
		line-height: 1.3;
		font-weight: 600;
	}
	.in_titStyle2 strong {
		padding: 5px 5px; /*25px 10px*/
		/* background-color: var(--primary_color); */
		border-radius: 0px  0px;
		/* display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%; */
		max-width: unset;
	}
}



/*----- 左右區塊 -------------------------*/

.page{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	/* 處理瀏覽器相容 */
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
}



	/*左側*/
	.left{
		box-sizing: border-box;
		width: 210px;
	}
				
		/*左側標題*/
		.left_title{
			font-size: 1.25em;
			letter-spacing: -1px;
			background-color: #aeaeae;
			color: #fff;
			padding: 13px 10px 10px;
			display: none;
		}
			.left_title span{
				font-size: .9375em; 
				color: #fff;
				padding-top: 10px;
				letter-spacing: 1px;
				display: block;
				font-weight: normal;
				font-family: var(--foreign_font);
			}
		
		/*左側選單列表*/
		.leftListArea{
			/*background-color: #fcfcfc;*/
		}
			.leftList{
				font-size:1em;
			}
				.leftList > a{
					display:block;
					/*padding: 13px 45px 13px 35px;*/
					padding: 13px 0px 11px 0px;
					text-decoration:none;
					/* color:#000; */
					position: relative;
					font-size: .9375em;
					line-height: 22px;
					word-break: break-word;
					/* border-bottom: 1px dashed #cecece; */
					color: #FFF;
					font-size: 1.75em;
					font-weight: 700;

					font-size: 1.65em; /*字體大小 2.5vw、最小值 12px、最大值 18px*/
				}
					
				.leftList.active > a{
					/* background-color: #ececec; */
				}
				.leftList:hover > a{
					opacity: 0.5;
					/* background-color:#ececec; */
				}
					
					/*代表性標誌*/
					/*.leftList_icon.first{
						position: absolute;
						left: 10px;
						top: 16px;
					}*/
						.leftList_icon i{
							font-size: 1.1875em;
							line-height: 14px;
							color: #777;
						}
					
					/*功能名稱*/	
					.leftList_title{
						display: inline-block;
						vertical-align: bottom;
						display: flex;
						align-items: center;
						gap: 0 10px;
					}

						/* 步驟 */
						.leftList_title .numStep{
							padding: 15px 40px 15px 15px;
						}
							.leftList_title .numStep span{
							display: inline-block;
							width: 30px;
							height: 30px;
							text-align: center;
							border-radius: 100px;
							border: 2px solid #FFF;
							font-size: 0.62em;
							font-weight: 900;
							}
							.leftList_title .numStep img{
							width: 30px;
							height: auto;
							}



						.leftList.active .leftList_title .numStep{
							border-radius: 0px 9px 9px 0px;
							background: #FFF;
							/* padding: 15px 40px 15px 15px; */
						}
							.leftList.active .leftList_title .numStep span{
									
							}
							.leftList.active .leftList_title .numStep img{
									
							}

							









					
					/*方向標誌*/
					.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;
					}
					
					
					
				
				/*左側選單列表第二層*/
				.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: 13px 10px 11px 25px;
							font-size: .9375em;
							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);							
						}




			.left2 .leftList_title {
				line-height: 1.2;
			}
				.left2 .leftList_title .numStep {
					padding: 15px 15px 15px 15px;
				}

			.left3 a{
				cursor: default;
			}
				.left3 .leftList:hover > a{
					opacity: 1;
				}






							
	/*右側*/
	.right{
		box-sizing:border-box;
		/* width: calc(100% - 210px - 90px); */
		width: calc(100% - 210px - 3.5vw);
	}


	/*無左側選單*/
	.right.no_left{
		width: 100%;
	}

	
	/*右側內容區塊*/
	.right_contentBg{	
		/* padding-top: 20px; */
	}
	/* 在螢幕放大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) { 
		/*左側*/
		.left{
			box-sizing: border-box;
			width: 8.4375rem !important;
		}
		.htmlFontSizeC .left{
			box-sizing: border-box;
			width: 9.0625rem !important;
		}
		
		/*右側*/
		.right{
			width: calc(100% - 8.4375rem - 0.9375rem) !important;
		}
		.right.no_left{
			width: 100% !important;
		}
		/*右側*/
		.htmlFontSizeC .right{
			width: calc(100% - 9.0625rem - 0.9375rem) !important;
		}
		/*右側*/
		.htmlFontSizeC .right.no_left{
			width: 100% !important;
		}
	}
	
@media (max-width: 1280px){

	/* 步驟 */
	.leftList_title .numStep{
		padding: 15px 15px;
	}

	/*右側*/
	.right{
		width: calc(100% - 210px - 20px);
	}

}


@media (max-width: 990px){

	.page{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	
	
	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*左側表單名稱*/
		.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;

			display: block; */

			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 10px 50px 10px 15px;
			font-size: 1.0625em;
			letter-spacing: 1px;
			/* font-size: min(max(1.05vw, 15px), 20px); */
			font-size: 2.5em;
			color: var(--primary_color);
			/* border: 1px solid #777; */
			border-radius: 10px;
			display: block;
			font-weight: 700;
		}
			.left_title span{
				display:inline-block;
				font-size: .8125em;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				background-image: url(../images/arrow_down.svg);
				/* 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: 50%;
				right: 15px;
				transform: translateY(-50%);
				transform-origin: center;
				width: 15px;
				height: 15px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				cursor: pointer;
				transition: 0.3s ease all;
			}
			.left_title.active:after{
				transition: 0.3s ease all;
				transform: translateY(-50%) rotate(180deg);
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			/* background: #fcfcfc;
			border: 1px #dbdbdb solid; */
		}
		
			.leftList > a{
				/* padding: 13px 45px 11px 15px; */
				padding: 5px 0px;
				font-size: 1em;
			}
				
				/* 步驟 */
				.leftList_title .numStep{
					padding: 5px;
				}
					.leftList_title .numStep span{
						/* display: inline-block; */
						width: 25px;
						height: 25px;
						/* text-align: center;
						border-radius: 100px; */
						border: 1px solid #FFF;
						font-size: .8125em;
						font-weight: 500;
					}
					.leftList_title .numStep img{
						width: 25px;
						/* height: auto; */
					}

				.leftList.active .leftList_title .numStep{
					/* border-radius: 0px 9px 9px 0px; */
					padding: 0;
					margin: 5px 2px 5px 5px;
					border-radius: 100px;
					/* background: #FFF0; */
					border: 0.5px solid #FFF;
				}


				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}



		/*左側表單*/
		.left2 .leftListArea{
			margin-top: 10px;
		}
			.left2 .leftList_title .numStep {
				padding: 5px;
				display: none;
			}
				.left2  .leftList > a {
					padding: 5px 5px;
				}
				.left2  .leftList.active > a {
					color: #000;
				}




		/*左側表單名稱*/
		.left3 .left_title {
			display: none;
		}		
		/*左側表單*/
		.left3 .leftListArea{
			display:flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			gap: 2.5px 5px;
		}





	
	/*右側*/ /*無左側選單*/
	.right ,
	.right.no_left{
		width:100%;
		padding: 0px 0px 0;
	}
	
	
}









@media (max-width: 510px){


	.left3 .leftList_title {
		gap: 0px 10px;
		flex-direction: column;
	}
    .left3 .leftListArea {
        /* display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; */
        gap: 2.5px 10px;
    }


	/* 步驟 */
	.leftList_title .numStep{
		margin: 0;
	}
	.leftList.active .leftList_title .numStep{
		margin: 5px;
	}
		.leftList_title .numStep span{
			/* display: inline-block; */
			/* width: 25px;
			height: 25px;
			border: 1px solid #FFF;
			font-size: 13px;
			font-weight: 500; */

			/* display: none; */
		}
		.leftList_title .numStep img{
			transform: rotate(90deg);
		}


}








/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/

/* 聯絡我們區塊 */
.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%;
	}

}

























/*===========================================================*/
/*-------表單_資料填寫_區塊--------*/
/*===========================================================*/


/*資料填寫-------------------------------------*/
.valuationBackground{
	border-radius: 50px;
	background: #FFF;
	padding: 25px 45px 120px;
	/* padding-bottom: 6.3vw; */
	position: relative;
}

.valuationBackground .bottomBackground{
	position: absolute;
	/* content: ""; */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/bottom_bg.svg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% - (45px * 2));
	padding-top: 14.5%;
	/* z-index: -1; */
	pointer-events: none;
}


.valuationContent{
	margin: 0 0 -20px;	
}

	.valuationArea {
		padding: 0px 0 20px;
	}
	.valuationBackground .valuationArea:first-of-type{
		padding-top: 0;
	}
	.valuationBackground .valuationArea:last-of-type {
		border-bottom: 0 #d6d6d6 dashed;
		padding-bottom: 0;
	}


		.valuationBackground .form_list {
			position: relative;
			padding: 0;
			/* padding-left: 215px; */
			margin-bottom: 40px;
			/* font-size: 20px; */
			font-size: 1.25em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
			/* padding-left: 12.8vw; */  /*245*/
			margin-bottom: 2.1vw;
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.valuationBackground .form_list.fLType2 {
			/* width: calc((100% - 47px) / 2); */
			width: calc((100% - 2.46vw) / 2);
		}

		.valuationBackground .fL_tit{
			/* position: absolute; */
			/* left: 0; */
			/* top: 50%; */
			/* transform: translateY(-50%); */
			padding: 0;
		}     
		.valuationBackground .fL_info {
			flex: 1;
		} 
	

	
		.valuationBackground .form_list input ,
		.valuationBackground .form_list select{
			width: 100%;
			font-size: inherit;
			border-radius: 0;
			border: none;
			border-bottom: 1px solid var(--border_color);
		}

		.valuationBackground .form_list .captcha  input{
			width: auto;
			border: 1px solid var(--border_color);
			border-radius: 50px;
			padding: 0 20px;
		}
		.valuationBackground .form_list .captcha a {
			font-size: inherit;
			border-radius: 50px;
			background: var(--fourth_color);
			padding: 10px 55px;

			padding: 0.52vw 2.89vw;
		}






		.valuationBackground .btn_area {
			margin: 100px 0px 0px;
			position: relative;
			z-index: 3;
			/* pointer-events: none; */
		}





	.cart_checkbox{
		font-size:0.8em;
		color: #000;
		font-weight: 500;
		margin-left: 10px;
	}

/* 收據抬頭+收據地址_隱藏 */
.receipt_show{
	display: none;
}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	
	.valuationBackground .form_list {
		font-size: 1.05em;
	}
}





@media (max-width: 1280px){

	/*資料填寫-------------------------------------*/
	.valuationBackground{
		border-radius: 20px;
		padding: 25px 20px 120px;
	}

		.valuationBackground .btn_area {
			margin: 30px 0px 0px;
		}

}

@media (max-width: 990px){

	/*資料填寫-------------------------------------*/
	.valuationBackground{
		border-radius: 15px;
		/* background: #FFF; */
		padding: 15px 15px 60px;
		position: relative;
	}
	
	.valuationBackground .bottomBackground{
		width: calc(100% - (15px * 2));
	}




	.right_contentBg .valuationBackground .right_title{
		/* display: none; */
	}




	.valuationBackground .form_list {
		/* position: relative;
		padding: 0;
		padding-left: 215px;
		margin-bottom: 40px; */

		/*font-size: min(max(1.05vw, 15px), 20px);*/ /*字體大小 1.05vw、最小值 15px、最大值 20px*/
		/* padding-left:115px; */
		margin-bottom: 10px;
	}
	.valuationBackground .form_list ,
	.valuationBackground .form_list.fLType2 {
		width: 100%;
		display: block;
		font-size: 0.75em;
	}
	.valuationBackground .form_list .captcha span {
		font-size: 0.8em;
	}

	.valuationBackground .btn_area {
		margin: 40px 0px 0px;
	}



}




@media (max-width: 510px){

    .valuationBackground .form_list {
        /* font-size: min(max(1.05vw, 15px), 20px); */
        padding-left: 0px;
        /* margin-bottom: 10px; */
		
			font-size: 0.6em;
		}
    }
		.valuationBackground .fL_tit {
			position: unset;
			left: unset;
			top: unset;
			transform: unset;
			/* padding: 0; */
		}
		



		.valuationBackground .form_list .captcha input {
			width: 100%;
			border:none;
			border-bottom: 1px solid var(--border_color);
			border-radius: 0px;
			padding: 0 0px;
		}
		.valuationBackground .form_list .captcha a {
			padding: 7px 10px;
			line-height: 1;
		}
}









/*===================================================*/
/*第四步驟_以能源或使用量計算_區塊*/
/*===================================================*/


.pageContent4{

}






/*===================================================*/
/*選擇填寫方式_區塊*/
/*===================================================*/

/* 選擇填寫方式附加selMethodPage */
.selMethodPage{

}

	.selMethodPage .form_area {

	}

	.selMethodPage .form_area .form_list {
		flex-direction: column;
		align-items: unset;
		margin-bottom: 0;
		margin-top: 2.1vw;
	}


		.selMethodPage .form_area .fL_info.item_RadioCheckArea {
			flex-direction: column;
			align-items: unset;
			gap: 20px 15px;
		}

			.selMethodPage .form_area .fL_info.item_RadioCheckArea label{
				color: var(--second_color);
			}
			.selMethodPage .form_area .fL_info.item_RadioCheckArea .item_RadioCheck:nth-child(2n) label{
				color: var(--sixth_color);
			}
			.selMethodPage .form_area .fL_info.item_RadioCheckArea label .small{
				color: #333;
			}	






@media (max-width: 990px){

	
	.selMethodPage .form_area .form_list {
		margin-top: 0;
	}
	.selMethodPage .form_area .fL_info.item_RadioCheckArea {
		gap: 7.5px 15px;
	}

}








/*===================================================*/
/*選擇填寫方式2_區塊*/
/*===================================================*/


/* 填寫方式方案區 */
ul.calculationMethodArea{
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	margin: 3.67vw auto 0; /*70px auto 0*/
	max-width: 810px;
	gap: 1.31vw 5.2vw;  /*25px 100px*/
}

    /* 填寫方式方案選項 */
	ul.calculationMethodArea li{
		margin: 0;
		padding: 0;
		list-style-type : none;
		display: block;
		width: 50%;
		/* padding: 0 50px; */
	}
    /* 填寫方式方案選項 */
	ul.calculationMethodArea li:active,
	ul.calculationMethodArea li:focus{
		background-color: var(--focus_color) !important;
		color: #fff !important;
		transition: 0.2s ease all;
	}
        .calculationMethodList{
			border-radius: 30px;
			background: rgba(255 255 255 / 65%);
			/* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20); */
			box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
			padding: 25px 0;
			position: relative;
			height: 100%;
			display: flex;
			flex-direction: column;
			z-index: 2;
			cursor: pointer;
			transition: 0.3s ease all;
		}
		.calculationMethodList:hover{
			transition: 0.3s ease all;
			box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 28px, rgba(0, 0, 0, 0.22) 0px 1px 10px;
		}

            /* 填寫方式方案Icon */
			.calculationMethodIcon{
				margin: 0 auto 0;
				display: flex;
				justify-content: center;
				align-items: center;
				overflow: hidden;
				position: relative;
			}
				.calculationMethodIcon img{
					width: 40px;
					height: auto;
				}
				
				/* 內頁標題樣式4 */
				.calculationMethodList .in_titStyle4 {
					border-bottom: none;
					/* padding-bottom: 0; */
					padding: 0 5px;
					margin: 1.05vw 0; /*20px 0*/
					letter-spacing: 3px;
					font-size:1.25em;
				}
					.calculationMethodList .in_titStyle4 strong {
						
					}


				/* 內頁標題樣式2 */
				.calculationMethodList .in_titStyle2 strong {
					background: linear-gradient(96deg, #4c8d84 10%, var(--primary_color) 100%);
					position: relative;
					box-shadow: rgba(50, 50, 93, 0.15) 0px -13px 27px -5px, rgb(0 0 0 / 20%) 0px 2px 16px -8px;
				}
				.calculationMethodList .in_titStyle2 strong::before {
					position: absolute;
					content: "";
					width: 10px;
					height: 100%;
					top: -10px;
					left: 0;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 0 10px 10px;
					border-color: transparent transparent var(--fourth_color) transparent;
				}


                /* 填寫方式方案_說明 */
				.calculationMethodList .illustrate{
					color: var(--border_color);
					font-size:1.25em;
					font-weight: 400;
					line-height: 1.5;
					padding: 1.83vw 1.31vw; /*35px 25px*/
					flex-grow: 1;
				}


                /* 填寫方式方案_裝飾 */
				.calculationMethodDecorate{
					background-repeat: no-repeat;
					background-position: top center;
					background-size: cover;
					width: 100%;
					padding-top: 34.2%;
					border-radius: 0 0 30px 30px;
					position: absolute;
					left: 0;
					bottom: 0;
					transform: translate(0px, 0px);
					overflow: hidden;
				}




	
		/* 填寫方式方案_按鍵 */
		.calculationMethodList .btn_area {
			margin: 0 auto;
			max-width: 190px;
			width: 9.84vw;
			min-width: 125px;
			color: #FFF;
			/* font-size: 25px; */
			font-weight: 600;
			font-size: 1.5625em; /*字體大小 1.05vw、最小值 15px、最大值 20px*/
			transition: 0.3s ease all;
		}

			.calculationMethodList .btn_area button{
				cursor: pointer;
				color: inherit;
				font-size: inherit;
				font-weight: inherit;
				text-align: center;
				line-height: normal;
				height: calc(9.84vw * 0.27);
				min-height: 40px;
				letter-spacing: 5px;
				width: 100%;
				border-radius: 30px;
				border: none;				
				outline: 3px solid #FFF;
				background: linear-gradient(96deg, var(--primary_color) 10%, #4c8d84 100%);
				transition: 0.3s ease all;
				box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
			}
			

			.calculationMethodList:hover .btn_area button{
				background: linear-gradient(96deg, var(--primary_color) 70%, var(--primary_color) 100%);
				outline-color: transparent;
				transition: 0.3s ease all;
				
				box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
			}





			


			.calculationMethodIcon:before,
			.calculationMethodDecorate:before{
				content: '';
				width: 200%;
				/* width: 60%; */
				height: 200%;
				background-image: linear-gradient(to right, #ffffff00 0%, #ffffff 20%, #ffffff 40%, #ffffff 60%, #ffffff 80%, #ffffff00 100%);
				/* background: url(../index/images/shine-light.png) center no-repeat; */
				background-size: 100%;
				position: absolute;
				transform: rotate(32deg) scaleY(2);top: 0;
				left: -300%;
				-webkit-animation: btn_shine 3s infinite;
				animation: shine 2s infinite;
				pointer-events: none;
				mix-blend-mode: overlay; /*覆蓋*/
				opacity: 0;
			}
			.calculationMethodDecorate:before{
				animation: shine 1.5s infinite;
				/* opacity: 0.5; */
				opacity: 0;
			}
			.calculationMethodList:hover .calculationMethodIcon:before ,
			.calculationMethodList:hover .calculationMethodDecorate:before{
				opacity: 0.5;
			}

			
			@keyframes shine {
				0% {
					left: -300%;
				}
				50%, to {
					left: 300%;
				}
			}
	




		/* 填寫方式方案_偶數列表 */
		ul.calculationMethodArea li:nth-child(2n){
		}
			ul.calculationMethodArea li:nth-child(2n) .in_titStyle2 strong {
				/* background-color: var(--second_color); */
				background: linear-gradient(96deg, #447EB0 10%,var(--second_color) 100%);
			}
			ul.calculationMethodArea li:nth-child(2n)  strong::before {
				border-bottom-color: #294b68;
				/* border-color: transparent transparent #3a7169 transparent; */
			}
			ul.calculationMethodArea li:nth-child(2n) .btn_area button {
				background: linear-gradient(96deg, var(--second_color) 10%, #447EB0 100%);
			}
			ul.calculationMethodArea li:nth-child(2n) .calculationMethodList:hover .btn_area button:hover{
				background: var(--second_color);
			}

			ul.calculationMethodArea li:nth-child(2n) .calculationMethodIcon:before{
				animation: shine 2.5s infinite;
			}
			ul.calculationMethodArea li:nth-child(2n) .calculationMethodDecorate:before{
				animation: shine 2s infinite;
				/* opacity: 0.5; */
			}

			.calculationMethodList .btn_area button:active,
			.calculationMethodList .btn_area button:focus,
			ul.calculationMethodArea li:nth-child(2n) .btn_area button:focus {
				background:unset;
				background-color: var(--focus_color) !important;
				color: #fff !important;
				transition: 0.2s ease all;
			}

	


@media (max-width: 1280px){

	/* 填寫方式方案區 */
	ul.calculationMethodArea{
		max-width: 760px;
		gap: 1.31vw 1.56vw;  /*25px 20px*/
	}

}

@media (max-width: 990px){

	/* 填寫方式方案區 */
	ul.calculationMethodArea{
		max-width: 590px;
		gap: 25px 30px;  /*25px 20px*/
	}
		.calculationMethodList{
			border-radius: 15px;
			padding: 15px 0;
			box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
		}

						
			/* 內頁標題樣式4 */
			.calculationMethodList .in_titStyle4 {
				letter-spacing: normal;
				margin: 10px 0;
			}

			.calculationMethodIcon img{
				width: 25px;
			}

			/* 填寫方式方案_說明 */
			.calculationMethodList .illustrate{
				line-height: 1.2;
				padding: 10px 5px; 
				letter-spacing: normal;
			}
				
			.calculationMethodList .btn_area{
				max-width: calc(100% - 20px);
				width: auto;
				min-width: unset;
				/* font-weight: 500; */
			}			
				.calculationMethodList .btn_area button {
					outline-width: 2px;
					padding:0px 15px 0;
					letter-spacing: normal;
					line-height: normal;
					height: 35px;
					min-height:35px;
					/* max-width: 190px;
					width: 9.84vw;
					min-width: 125px; */
				}

				
		/* 填寫方式方案_裝飾 */
		.calculationMethodDecorate{
			border-radius: 0 0 15px 15px;
		}


}


@media (max-width: 768px){

	/* 填寫方式方案區 */
	ul.calculationMethodArea{
		/* max-width: 590px; */
		gap: 25px 10px;  /*25px 20px*/
	}

	.calculationMethodList {
        border-radius: 5px;
	}
		.calculationMethodList .in_titStyle2 strong::before {
			display: none;
		}
		/* 填寫方式方案_裝飾 */
		.calculationMethodDecorate{
			border-radius: 0 0 5px 5px;
		}
}













/*===================================================*/
/*圓餅圖_頁籤_區塊*/
/*===================================================*/

.pieContentTab{font-size: 1.125em;}


	.pieContentTab .tab_area {
	    /* border-bottom: solid 1px #c4c4c4; */
	    border-bottom: none;
	}
		
		.pieContentTab ul.tabs {
			margin: 0 -10px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
		}

			.pieContentTab .tabs li {
				/* line-height:39px; */			
				/* position: relative; */
				float:none;
				font-size: inherit;
				width: auto;
				color: var(--border_color);
				border: none;
				padding: 0 10px;
			}
				.pieContentTab .tabs span {
					/* text-decoration:none; */
					/* display:block; */
					/* padding:0px 18px; */
					/* transition:0.3s ease all; */
					/* background:#fff; */
					text-align:center;
					cursor:pointer;
					font-weight: 500;
					/* border: 1px var(--border_color) solid; */
					box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px;
					border-radius: 50px;
				}

					
				.pieContentTab .tabs li.active {
					/*當前模式*/
					/* color:#333; */
					color: #fff;
				}
					.pieContentTab .tabs li.active span {
						/* box-shadow: 0 -2px #3d3d3d inset; */
						box-shadow: none;
						border-color: transparent;
						background: var(--primary_color);
					}
					.pieContentTab .tabs li.active span:focus {
						color: #fff !important;
						background-color: var(--focus_color) !important;
						border-color: var(--focus_color);
					}

					.pieContentTab .tabs li span:hover {
						/* color:#333;
						box-shadow: 0 0 #3d3d3d inset; */
						box-shadow: none;
						border-color: transparent;
						background: var(--primary_color);
					}



					.pieContentTab .tabs li.active:after {
						position:absolute;
						bottom:-6px;
						left:50%;
						margin:0px 0px 0px -10px;
					}



	.pieContentTab .p_tab_text_area{
		background: transparent;
	}
	
	




@media (max-width: 990px){
	/*頁籤*/
	.pieContentTab .tab_area {
		position:relative;
	}
		.pieContentTab .tabs_btn_now {
			display:block;
			font-size: 1.125em;
		}
		
		.pieContentTab .img-scroll {
			display:none;
			height:auto;
			/*position: absolute;*/
			width: 100%;
			z-index: 999;
		}

		.pieContentTab ul.tabs {
			margin: 0 0;
			display: block;
			flex-wrap: unset;
			justify-content: unset;
			align-items: unset;
		}



			.pieContentTab .tabs li, 
			.pieContentTab .img-scroll1 .tabs li, 
			.pieContentTab .img-scroll2 .tabs li, 
			.pieContentTab .img-scroll3 .tabs li, 
			.pieContentTab .img-scroll4 .tabs li, 
			.pieContentTab .img-scroll5 .tabs li {
				float:none;
				text-align:center;
				width:100%;
				/* font-size:15px; */
				border-radius:0px;
				border: none;
				border-bottom: solid 1px var(--third_color);
				padding: 0;
			}
				.pieContentTab .tabs li.active:after {
					content:"";
				}

				.pieContentTab .tabs span {
					box-shadow: none;
					border-radius: 0px;
				}
}







/*===================================================*/
/*圓餅圖*/
/*===================================================*/

.pieContent{

}

	.pieContent .pie{
		max-width: 600px;
		/* max-width:80%; */
		margin: 0 auto;
		margin-top: 20px;
		display: flex;
    	justify-content: center;
		
	}
	.pieContent .pie2{		
		max-width: 646px;
	}
   

		.pieContent .pie canvas{
			/* width: 600px; */
			width: 100% !important;
			height: 100% !important;
		}

		.pieContent .pie2 canvas{
			/* height: calc(300px* 1.15) !important; */
		}










/*===================================================*/
/*第五步驟_區塊*/
/*===================================================*/


/*/////////////////////////////////////////////////////////*/
/*以能源或資源費用計算*/
/*/////////////////////////////////////////////////////////*/	

.pageContent5{

}


	.pageContent5 .text_area{
		margin: 25px 0;
	}


.energyBox3{
	width: auto;
    max-width: unset;
}

.energy_costCalculationArea {	
	margin-top: 30px;
}
.energy_costCalculationArea table {	
	border-top: solid 0px #bebebe;
}



		/* 以能源或資源費用計算_表頭 */
		.energy_costCalculationArea thead {	
		}
			.energy_costCalculationArea thead th{
				/* border-radius: 0 !important; */
				font-weight: 500;
				color: #231815;
			}
			.energy_costCalculationArea:first-child thead th{
				/* background: var(--primary_color); */
				background: #ffdd88;				
			}
			.energy_costCalculationArea:nth-of-type(2) thead th{
				/* background: #9dd2e3; */
				background: #72bef1;
			}
			.energy_costCalculationArea:nth-of-type(3) thead th{
				/* background: var(--fifth_color); */
				background: #ffb0c1;
			}
			
			.energy_costCalculationArea thead th:first-of-type{
				width: 180px;
				min-width: 180px;
				/* background-color: #000; */
				/* background-color: var(--fourth_color); */
				background-color: #b1b1b1;
				/* border-radius: 15px 0 0 0; */
				border-bottom-left-radius: 20px;				
			}



			.energy_costCalculationArea thead th .num{
				display: inline;
				font-family: var(--foreign_font);
			}




		/* 收闔按鈕 */
		.emissionsBtn {
			/* font-size: 20px; */
			line-height: 1;
			font-weight: 600;
			/* font-size: min(max(1.57vw, 17.5px), 30px); 
			font-size: min(max(1.15vw, 16px), 22px);*/
			font-size: 1em; /* modify by Judy 20240726 */
		}
			.emissionsBtn a {
				display: block;
				text-decoration: none;
				color: #fff;
				position: relative;
				transition: 0.3s ease all;
			}
			.emissionsBtn a:hover {
				opacity: 0.5;
				transition: 0.3s ease all;
			}
			.emissionsBtn span {
				display: inline-block;
				box-sizing: border-box;
				/* margin-left: 5px; */
				font-size: inherit;
				padding-left: 20px; /* modify by Judy 20240726 */
			}
			.emissionsBtn a:before {
				position: absolute;
				content: "";
				background-image: url(../images/plus-circle.svg);
				background-size: 20px;
				background-repeat: no-repeat;
				background-position: center;
				width: 20px;
				height: 20px;
				top: 50%;
				left: 0;
				transform: translateY(-46%) translateX(0%);
				transition: 0.3s ease all;
			}
			/* 展開 */
			.energy_costCalculationArea.show .emissionsBtn a:before {
				background-image: url(../images/dash-circle.svg);
				transition: 0.3s ease all;
			}
			




		/* 以能源或資源費用計算_表身 */
		.energy_costCalculationArea tbody {	
			display: none;
			/* transition: 0.3s ease all; */
		}
		.energy_costCalculationArea.show tbody {	
			display: table-row-group;
			/* transition: 0.3s ease all; */
		}

			/* 占比最大的數值附加largest  */
			.energy_costCalculationArea .largest td{
				color: var(--notice_color);
				/* font-size: 23px; */
				font-size: 1.3125em;
				font-weight: bold;
				border-radius: 0 !important;
			}
			.energy_costCalculationArea .largest td .num{
				/* font-family: var(--foreign_font);
				display: inline; */
			}
			.energy_costCalculationArea td .num{
				font-family: var(--foreign_font);
				display: inline;
			}
		.energy_costCalculationArea th:before {
			/* color: #c8c8c8; */
			/* color: #484848; */
			/* color: rgba(255 255 255 / 80%); */
			color: rgba(35 24 21 / 70%);
    		content: attr(data-name);
			font-size: .875em;
		}
		/* .energy_costCalculationArea th:after {
			color: #c8c8c8;
			content: attr(data-unit);
			font-size: 14px;
		} */
		.energy_costCalculationArea td:before {
			/* color: #484848; */
			color: inherit;
			content: attr(data-name);
			font-size: .75em;
		}
		/* .energy_costCalculationArea td:after {
			color: #c8c8c8;
			content: attr(data-unit);
			font-size: 12px;
		} */

		/* .energy_costCalculationArea:first-child thead th:before{
			color: inherit;
		} */


@media (max-width: 768px){

	.pageContent5 .text_area{
		margin: 15px 0;
	}


	.energy_costCalculationArea thead {
		display: block;
	}
		.energy_costCalculationArea thead tr {
			display: block;
		}
			.energy_costCalculationArea thead th{
				display: block;
				text-align: left;
				padding: 5px 5px;
			}
			.energy_costCalculationArea thead th:first-of-type {
				padding: 10px 15px;
				width: 100%;
				min-width: unset;
				/* background-color: #000; */
				border-radius: 0;
			}

			/* 收闔按鈕 */
			.emissionsBtn {
			}
				.emissionsBtn a {
					padding-left: 25px;
				}

			.energy_costCalculationArea .kilogram ,
			.energy_costCalculationArea .percentage{
				display: none;
			}

			.energy_costCalculationArea tr td ,
			.energy_costCalculationArea tr td:first-of-type ,
			.energy_costCalculationArea tr td:last-of-type{
				padding: 10px 5px;
				/* border-left: none; */
				/* border-right: none; */
				border: none;
			}

			/* 占比最大的數值附加largest  */
			.energy_costCalculationArea .largest td{
				font-size: 1.1875em;
			}

			.energy_costCalculationArea th:before {
				/* color: #b0b0b0; */
				content: attr(data-name);
				font-size: .8125em;
			}
			.energy_costCalculationArea th:after {
				/* color: #b0b0b0; */
				content: attr(data-unit);
				font-size: .8125em;
			}

			.energy_costCalculationArea td:before {
				color: #9a9a9a;
				content: attr(data-name);
				font-size: .75em;
			}
			.energy_costCalculationArea td:after {
				color: #9a9a9a;
				content: attr(data-unit);
				font-size: .75em;
			}

}















/*/////////////////////////////////////////////////////////*/
/*直接排放量_下方資訊*/
/*/////////////////////////////////////////////////////////*/	

.energy_costCalculationBottom{
	display: none;
	gap: 10px;
	margin-top: 20px;
}
.energy_costCalculationArea .energy_costCalculationBottom.show {
	display: flex;
	align-items: center;
}
	.carbonReductionSuggestions{
		box-sizing: border-box;
		border: 2px solid var(--sixth_color);
		padding: 10px;
		border-radius: 10px;
		width: 51%; /*20241010*/
	}
		.energy_costCalculationBottom .in_titStyle4{
			margin-bottom: 10px;
			border-bottom:none;
			padding-bottom: 0;
			text-align: left;
		}
		.carbonReductionSuggestionsIn{	
			font-size: 1em;
			color: #000;
			line-height: 1.5;
		}
		.energy_costCalculationBottom pre{
			white-space: normal;
		}

	.carbonReductionSuggestion_pie{
		min-width: 49%;
		box-sizing: border-box;
	}
		.carbonReductionSuggestion_pie .pie{
			width: 100%;
		}
			.carbonReductionSuggestion_pie .pie canvas {
				width: 100% !important;
				height: 100% !important;
			}




@media (max-width: 990px){

	.pieContent .pie{
		/* max-width: 100%; */
		max-width: 599px;
	}
	.pieContent .pie2{
		max-width: 646px;
	}

}
			

@media (max-width: 768px){

	.energy_costCalculationBottom{
		/* display: none;
		gap: 10px;
		margin-top: 20px; */
		flex-direction: column;
	}
	.energy_costCalculationArea .energy_costCalculationBottom.show {
		/* display: flex; */
	}


	
	.pieContent .pie{
		max-width: 433px;
		/* max-width: unset; */
	}
		.pieContent .pie canvas {
			/*height: 59.79vw !important;*/ /*459.25px*/
		}
	.pieContent .pie2{
		max-width: 500px;
		/* max-width: unset; */
	}

	.carbonReductionSuggestion_pie{
		min-width: unset;
	}
	.carbonReductionSuggestion_pie2{
		min-width: unset;
	}
	.carbonReductionSuggestion_pie .pie{
		max-width: 500px;
		margin: 0 auto;
	}
	
		.carbonReductionSuggestion_pie .pie canvas{
			width: 100% !important;
			/* height: 78.2vw !important; */
			height: 500px !important;
			/* height: 50vh !important; */
			/* height: 61vh !important; */
			/* height: 526.25px !important; */
			/*height: 65.65vw !important; *//*504.25px*/
		}


		.carbonReductionSuggestions{
			width: 100%; /*20241010*/
		}


}

@media (max-width: 640px){

	.pieContent .pie{
		max-width: unset;
		width: 334px;
	}
		.pieContent .pie canvas {
			/* border: 1px #000 solid; */
			height: 400px  !important;
		}
	.pieContent .pie2{
		max-width: unset;
		width: 400px;
	}
		.pieContent .pie2 canvas {
			height: 490px  !important;
		}

	.carbonReductionSuggestion_pie .pie{
		margin: 0 auto;
		width: 400px;
	}
		.carbonReductionSuggestion_pie .pie canvas{
			height: 489px !important;
		}
}

@media (max-width: 510px){

	.pieContent .pie{
		max-width: unset;
		width: 238px;
	}
		.pieContent .pie canvas {
			height: 321px  !important
		}
	.pieContent .pie2{
		max-width: unset;
		width: 238px;
	}
		.pieContent .pie2 canvas {
			height: 498px  !important;
		}

	.carbonReductionSuggestion_pie .pie{
		max-width: unset;
		width: 238px;
	}
		.carbonReductionSuggestion_pie .pie canvas{
			height: 498px  !important;
		}

}


/*/////////////////////////////////////////////////////////*/
/*合計排放量*/
/*/////////////////////////////////////////////////////////*/	


/*購物車合計區*/
.cart_total_area {
	padding: 30px 0px 0px;
}
	.cart_total_area table {
		font-size:1.125em;
		line-height:1.5;
	}
		.cart_total_area tr {
		}
			.cart_total_area td {
				padding: 5px 15px;
				/* padding: 10px 15px; */
				text-align: right;
				font-weight: bold;
			}
				.cart_total_area td strong {
					/* font-size: 26px; */
					font-size:1.875em;
					color: var(--notice_color);
					padding: 0px 10px;
				}
				.cart_total_area td strong.num{
					font-family: var(--foreign_font);
				}
				/* modify by Judy 20240726 */
				.cart_total_area td  .kilogramCo2 {
					display: inline;
					white-space: nowrap;
				}



				.cart_total_area td span {
					color:#666;
				}
					/*每一行第一個td*/
					.cart_total_area td:first-of-type {
						width: 90%;
						/* border-right: solid 1px #bebebe; */
					}
					/*每一行第二個td*/
					.cart_total_area td:last-of-type {
						/* modify by william 20240805 */
						white-space: nowrap;
					}

@media (max-width: 990px){

	/*每一行第一個td*/
	.cart_total_area td:first-of-type {
		width: auto;
	}	

}

@media (max-width: 640px){

	.cart_total_area td{
		font-size:  .8125em;
	}
	.cart_total_area td:first-of-type {
		width: 85px;
	}
	.cart_total_area td:last-of-type {
		width: calc(100% - 117px);
	}
		/* modify by Judy 20240726 */
		.cart_total_area td strong{
			font-size: 1.25em;
			padding: 0 5px;
			letter-spacing: -1px;
		}
		/* modify by Judy 20240726 */
		.cart_total_area td  .kilogramCo2 {
			/* display: inline;
			white-space: nowrap; */
			font-size: .625em;
			letter-spacing: -0.5px;
		}
}


@media (max-width: 440px){
	/*每一行第二個td*/
	.cart_total_area td:last-of-type {
		width: 120px;
	}
}
@media (max-width: 360px){
	.cart_total_area td {
		padding: 5px 10px;
	}
}
@media (max-width: 425px){

	.cart_total_area td {
		display: table-cell;
	}
	.cart_total_area tr td:last-of-type {
		border-bottom: solid 0px #bebebe;
	}
	.cart_total_area tr:last-of-type td:last-of-type {
		/* border-bottom: solid 1px #bebebe; */
	}

}

@media (max-width: 321px){
	.cart_total_area td {
		letter-spacing: 0px;
	}
}


			











/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
/*/////////////////////////////////////////////////////////*/

.number_pageArea{
	text-align:center;
	margin:30px 0px 0px;
	position: relative;
    z-index: 5;
	font-family: var(--foreign_font);
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: 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: .9375em;
				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: 1.3125em;
		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;
		}
		
	
}



/* =============================== */
/* 無障礙 modify by peggy 2025043028 start  */
/* =============================== */


/*AA檢測備註*/
.detection_aa {
	display: none;
  }
  
  
  
  
  
  a:active,
  a:focus {
	text-decoration: none;
	background-color: var(--focus_color) !important;
	color: #fff !important;
  }
  
  .footer_nav a:active,
  .footer_nav a:focus,
  .nav_title a:active,
  .nav_title a:focus {
	outline: 0 dashed var(--focus_color) !important;
	background-color: var(--focus_color) !important;
	color: #fff !important;
  }
  
  input[type="checkbox"]:active,
  input[type="checkbox"]:focus,
  input[type="radio"]:active,
  input[type="radio"]:focus {
	background-color: var(--focus_color);
	color: #fff !important;
	transition: 0.2s ease all;
  }
  
  button:active,
  button:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="text"]:active,
  input[type="text"]:focus,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="date"]:active,
  input[type="date"]:focus {
	background-color: var(--focus_color) !important;
	color: #fff !important;
	box-sizing: border-box;
  }
  .inputFile input[type="text"]:active,
  .inputFile input[type="text"]:focus {
	background: var(--focus_color);
  }
  
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
	opacity: 1;
	/* line-height: 2.375em; */
	color: #fff !important;
	background-color: var(--focus_color) !important;
	border-color: var(--focus_color);
	box-sizing: border-box;
  }
  
  select:active,
  select:focus {
	color: #fff !important;
	background-color: var(--focus_color) !important;
	border-color: var(--focus_color);
  }
  
  textarea:active,
  textarea:focus {
	color: #fff !important;
	background-color: var(--focus_color) !important;
  }
label.item_RadioCheck:active,
label.item_RadioCheck:focus{
	background-color: var(--focus_color);
	color: #fff !important;
	transition: 0.2s ease all;
}

/* =============================== */
/* 無障礙 modify by peggy 2025043028 end  */
/* =============================== */




/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}











/* .energy_costCalculationArea table{
	display: none;
} */