/*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*/
}
html{
	font-size: var(--fontSize);  /*預設16px*/
}
/* 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橫平轉豎屏時字變大的問題*/
	/* background: linear-gradient(90deg, #000 0.24%, #000 20.38%, #000 52.2%, #1D1712 76.09%, #000 99.99%); */
	/* background-color: var(--primary_color); */
	/* font-family: var(--mandarin_font), var(--mandarin_font2) , "微軟正黑體", "新細明體", var(--foreign_font) , var(--foreign_font2) , var(--foreign_font3) , var(--foreign_font4) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;   */


	font-family: 
		var(--mandarin_font),
		var(--mandarin_font2),
		"Noto Sans TC",
		"Microsoft JhengHei",
		"微軟正黑體",
		"新細明體",

		var(--foreign_font),
		var(--foreign_font2),
		"Quicksand",
		"Century Gothic",
		Arial,
		Helvetica,

		sans-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:inherit;
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	/* opacity:0.7; */
}
	
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);
}

/* LINE Seed TW 繁體中文 */

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Th.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Bd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Eb.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------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: 103.125rem; /* 1650px*/
	/* width: 85%; */
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 900px){
	.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"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width: 100px;
	height:42px;
	background:var(--second_color);
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.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: 30px;
    height: 60px;
    background-size: 30px;
    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.svg);
	left: 10%;
	opacity: 0;
}
.main .swiper-button-next{
	background-image: url(../index/images/right_arrow.svg);
	right: 10%;
	opacity: 0;
	
}
.main .banner:hover .swiper-button-prev,		
.main .banner:hover .swiper-button-next{		
	opacity: 1;
	transition: all 1s ease;
}

.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 #ddd; */
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:1rem;
		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;
		/* background-color: #fff; */
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li {
					float:left;
					width: 33.3%;
					font-size:.875rem; /*14px*/
					color:#000000;
					line-height: normal;
					box-sizing: border-box;
					position: relative;
				}

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

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

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

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

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

					/* hover */
					.tabs li span:hover {
						/* background-color: #cccccc; */
						/* color: #ffffff; */
						/* opacity: 0.5; */
					}
					.tabs li:hover span:after {
						width: 100%;
						transition: width 0.3s ease;
					}

					/* active */
					.tabs li.active span {
						/* background-color: #cccccc; */
						/* color: #ffffff; */
						position: relative;
						/* border-bottom: 1px solid #fff0; */
						/* border-bottom: none; */
						/* border-top-left-radius: 10px;
						border-top-right-radius: 10px; */
					}
					/* .tabs li span:after{
						position: absolute;
						content: "";
						width: 100%;
						height: 1px;
						background-color: #ddd;
						bottom: 0;
						left: 0;
						transition: width 0.3s ease;
					} */
					.tabs li.active span:after{
						position: absolute;
						content: "";
						width: 0%;
						height: 3px;
						background-color: var(--primary_color);
						bottom: 0;
						left: 0;
						transition: width 0.3s ease;
					}
					.tabs li.active span:after{
						width: 100%;
					}

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

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

							opacity: 0;
						}

		
		#tab1{}
		.tab_content{}



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



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

					.tabs span {
						border: 0px;
					}

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






					






/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	/* padding: 0px 0px 5px 0px !important; */
}
	.captcha input[type="text"] {
		width: 175px;
		/* margin-right:5px; */
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #000000;
		border-radius: 20px;
		padding: 0px 11px;
		/*font-size: 14px;*/
		font-size: clamp(0.875rem, 0.8333vw, 1rem); /*字體 最小值 14px、大小約 0.8333vw、最大值 16px*/
		display: inline-block;
		padding: 7px 15px;
		/* margin: 9px 0px 7px; */
		line-height: normal;
		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: 1rem;
		line-height: 1.2;
		display: flex;
		align-items: first baseline;
		/* align-items: center; */
		/* flex-wrap: wrap; */
	}
		.form_remark span{
			display: inline-block;
			box-sizing: border-box;
			color: #fff;
		}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/* border-radius:3px; */
			font-size: 1.0625rem;
			/* color:#fff; */
			color: var(--fourth_color);
			line-height: 1;
			padding:0px 5px;
		}
		.form_remark .requirde_icon{
			color: #fff;
			/* background-color: var(--primary_color); */
			/* padding: 5px 6px 0px; */
			border-radius: 1.5625rem;
			margin-right: .625rem;
			aspect-ratio: 1;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			line-height: 1;
			font-size: 10px;
			width: 20px;
		}






	/*----- 表單區 -----*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		justify-content: space-between;
	}
	
		.form_list {
			box-sizing:border-box;
			font-size: 1rem;
			line-height:1.5;
			width:100%;
			/* padding:15px 0px 0px 0px; */

			display: flex;
			flex-direction: column;
			row-gap: .625rem; /*10px*/
		}
		.form_list.fLType2{
			width: calc(50% - 7.5px);
		}
			.fL_tit {
				font-weight:bold;
				/* padding:3px 0px 6px 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;
				}
				.fL_info select{
					width: 100%;
				}





			/*----- 地址樣式 -----*/
			.fLR_address.fL_info {
				display: grid;
				grid-template-columns: repeat(3 , 7.1875rem) auto; /*115px*/
				gap: 10px;
				/* 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;
						} */
			

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

















/*========================================================*/
/*-------單選radio和複選Check父層樣式--------*/
/*========================================================*/

.item_RadioCheckArea {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 12px 15px; */
  row-gap: clamp(0.3871rem, 0.6250vw, 0.7500rem); /* 6.19px , 0.6250vw , 12.00px */
  column-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
  /* margin-top: 12px; */
  min-height: unset;
}

/* 附加item_RadioCheckColumn為垂直 */
.item_RadioCheckColumn{
  flex-direction: column;
  align-items: unset;
}
/* 附加item_RadioCheckColumnIn為內部垂直 */
.item_RadioCheckColumnIn{

}


.item_RadioCheckArea .order{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: inherit;
}
.item_RadioCheckArea .order input[type="text"]{
	width: 100px;
	border-top: none;	
	border-left: none;	
	border-right: none;	
}




/*============================*/
/*-------複選checkbox樣式--------*/
/*============================*/


    /* .item_CheckArea {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px 15px;
      margin-top: 12px;
    } */
    
    /* .item_Check_list  */
    .item_RadioCheckArea .item_Check_list{
      display: inline-flex ;
      align-items: center;
      cursor: pointer;
      gap: 7px;
	  min-height: unset;
	      line-height: normal;
    }
    
    /* .item_CheckArea .item_Check_list {
      display: inline-flex;
    } */
    .item_RadioCheckColumn .item_Check_list {
      align-items: unset;
    }
    
    .item_Check_list .item_check {
      /* position: absolute;
      opacity: 0; */
    }
    
    .item_Check_list .custom-check {
      min-width: 1.25rem; /*20*/
      /* height: 20px; */
      aspect-ratio: 1;
      border-radius: 4px; /* 圓角矩形 */
      border: 1px solid #c0c0c0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .item_Check_list .custom-check .check-mark {
      min-width: .5rem; /* 勾選標記的寬度 */
      /* height: 8px; */
      aspect-ratio: 1;
      border-radius: 2px;
      /* width: 12px; 
      height: 12px; */
      background-color: transparent;
      /*clip-path: polygon(14% 44%, 0 28%, 50% 82%, 100% 0, 86% 14%, 50% 60%);  *//* 使用clip-path創建勾選標記 */
      transition: background-color 0.2s ease;
    }
    
    .item_Check_list .item_check:checked + .custom-check {
      border-color: var(--fourth_color);
    }
    
    .item_Check_list .item_check:checked + .custom-check .check-mark {
      background-color: var(--fourth_color);
    }
    
    .item_Check_list .check-text {
      font-size: inherit; /* 文字大小 */
      color: inherit;     /* 文字颜色 */
    }

	.item_Check_list .item_check:disabled ~ .check-text {
		color: #c0c0c0;
		cursor: default;
	}
	.item_Check_list .item_check:checked ~ .check-text {
		color: inherit;
	}
    


/*============================*/
/*-------單選radio樣式--------*/
/*============================*/

.item_RadioCheckArea .item_Radio_list {
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 7px;
}
/* 附加item_RadioCheckColumnIn為內部垂直 */
.item_RadioCheckColumnIn .item_Radio_list{
  flex-direction: column;
  text-align: center;
  gap: 3px;
  min-width: 85px;
}

  .item_Radio_list .item_radio {
    /*display: none;*/
    position: absolute;
    opacity: 0;
  }
  .item_Radio_list .custom-radio {
    min-width: 1.25rem; /*20*/
    aspect-ratio: 1;
    /* height: 20px; */
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .item_Radio_list .custom-radio .inner-circle {
      min-width: 0.5rem;  /* 小圓圈的直徑8 */
      aspect-ratio: 1;
      /* height: 8px; */
      border-radius: 50%;
      background-color: transparent;
      transition: background-color 0.2s ease;
    }
    .item_Radio_list  .item_radio:checked + .custom-radio{
      border-color:var(--fourth_color);
    }
    .item_Radio_list  .item_radio:checked + .custom-radio .inner-circle {
      background-color: var(--fourth_color);
    }
    .item_Radio_list  .radio-text {
      font-size: inherit; /* 文字大小 */
      color: inherit;     /* 文字颜色 */
    }
	.item_Radio_list .item_radio:disabled ~ .radio-text {
		color: #c0c0c0;
		cursor: default;
	}
	.item_Radio_list .item_radio:checked ~ .radio-text {
		color: inherit;
	}




@media (max-width: 900px) {

/*-------單選radio和複選Check父層樣式--------*/
.item_RadioCheckArea {
  margin-top: 5px;
  flex-direction: column;
  align-items: unset;
  gap: 10px 15px;
}
.item_RadioCheckArea .fL_info label {
	/* line-height: normal; */
}

  /*-------複選Check樣式--------*/
  .item_RadioCheckArea .item_Check_list {
    padding: 0;
  }
  /*-------單選radio樣式--------*/
  .item_RadioCheckArea .item_Radio_list {
    padding: 0;
	line-height: normal;
  }

  /* 附加item_RadioCheckColumnIn電腦版為內部垂直 */
  .item_RadioCheckColumnIn .item_Radio_list{
    gap: 5px;
    min-width: unset;
    flex-direction: row;
    align-items: center;	
  }
    .item_RadioCheckColumnIn .item_Radio_list br{
      display: none;
    }


}




















			/* ----- 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;
					padding-left: 30px;
					cursor: pointer;
					vertical-align: middle; 
					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: 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;
				}
				
					.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: 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: #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;
		display: flex;
		flex-direction: column;
	}

		.form_list.fLType2 {
			width: 100%;
		}

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


		/*----- 地址樣式 -----*/
		.fLR_address.fL_info {
			grid-template-columns: repeat(3, 1fr);
		}
			.fLR_address select {
			}
			.fLR_address select:nth-of-type(2) {
			}

			.fLR_address input.fLRA_postalCode {
			}
			.fLR_address input.fLRA_address {
				grid-column-start: 1;
				grid-column-end: 4;
			}


}

@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;
	}
}























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

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:"Krub", serif;                      /*全站外文字型*/
	/*--foreign_font2: "Roboto", sans-serif; */            /*全站外文字型2*/
	/*--foreign_font3: "Playfair Display SC", serif;*/     /*全站外文字型3*/
	--foreign_font2: "ltc-globe-gothic", sans-serif;   /*全站外文字型4：400+700*/

	--mandarin_font:'LINESeedTW', sans-serif;          /*全站中文字型*/
	--mandarin_font2:'Century Gothic', sans-serif;     /*全站中文字型*/


	--primary_color:#ef831e;                    /*全站主色色碼*/
	--second_color:#10af45;                  /*全站第二色碼*/
	--third_color:#ff33c1;                    /*全站第三色碼*/
	--fourth_color:#62c7ff;                   /*全站第四色碼*/
	--fifth_color:#00dc4a;                    /*全站第五色碼*/
	--sixth_color:#ffff1f;                    /*全站第六色碼*/
	
	--dark_color:#202020;
	--dark_color2:#b2b2b2;
	--fontSize: 16px;
}




.main{
	/* padding-top: 90px; */
	position: relative;
}
.main::before{
	content: "";
	width: 100%;
	height: 42.1875rem;
	position: absolute;
	bottom: 15%;
	left: 0;
	/* background-image: url(../images/bg.png); */
	background-position: initial;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.3;
	z-index: -1;
}
.main::after{
	content: "";
	width: 100%;
	height: 18.8125rem;
	height: clamp(9.375rem,15.6771vw,18.8125rem);
	position: absolute;
	bottom: 0;
	left: 0;
	/* background-image: url(../images/bg.png); */
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}


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

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

}

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

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

}


@media (max-width: 990px){
	.main::before{
		display: none;
	}
}
@media (max-width: 900px){
	
	.main {
		padding-top: 52px;
	}	


}









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


.main.inmain{
}




	/*----- 內頁banner -----*/
	.inbanner_area{
		position: relative;
	}
		.inbanner{
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			/* height: 200px; */

			/* padding: 10.7% 0; */
			padding:clamp(4.1937rem, 6.7708vw, 8.1250rem) 0; /* 最小值 67.10px、大小約 6.7708vw、最大值 130.00px */
		}
			.inbanner .wrap{
				/*padding: clamp(10rem, 15.625vw, 18.75rem) 0;*/ /*最小值 160px、大小約 15.625vw、最大值 300px*/
				/* padding-top: 0;
				padding-bottom: 0; */
				display: flex;
				justify-content: center;
				flex-direction: column;
				gap: clamp(0.6452rem, 1.0417vw, 1.25rem); /*  最小值 10.32px、大小約 1.0417vw、最大值 20px */
			}	
			.inbanner_content{
				margin: 0 auto;
				text-align: center;
				gap: 1rem 0;
				color: #fff;
			}
				.inbanner_title{
					overflow: hidden;
					position: relative;
					font-family:var(--foreign_font);
					/* font-size: 90px; */
					/* font-size: 74px; */
					/*font-size: clamp(3.1875rem, 3.8542vw, 4.625rem); */ /*字體 最小值 51px、大小約 3.8542vw、最大值 74px*/
					color: inherit;
					font-size: clamp(1.9375rem, 2.3438vw, 2.8125rem);  /*字體 最小值 31px、大小約 2.3438vw、最大值 45px*/
					/* border-bottom: 1px #fff solid; */
					padding-bottom: clamp(0.6452rem, 1.0417vw, 1.25rem); /*  最小值 10.32px、大小約 1.0417vw、最大值 20px */
				}
				
				.inbanner_title::before{
					position: absolute;
					content: "";
					bottom: 0;
					left: 0;
					background-color:#fff;
					width: 100%;
					/* width: 0%; */
					height: 1px; 
					z-index: 2;
					opacity: 0;
					animation: growBar 2s ease-in-out infinite;
					animation-fill-mode: forwards;
				  }
				  
				  @keyframes growBar {
					0% {
					  transform: translateX(-200%);
					  opacity: 0;
					}
					10% {
					  transform: translateX(-100%);
					  opacity: 1;
					}
					30% {
					  transform: translateX(0%);
					  opacity: 1;
					}
					70% {
					  transform: translateX(200%);
					  opacity: 1;
					}
					90% {
					  transform: translateX(250%);
					  opacity: 0;
					}
					100% {
					  transform: translateX(250%);
					  opacity: 0;
					}
				  }












				.inbanner_sub_title{
					/* font-size: 23px; */
					font-size: clamp(1rem, 1.1979vw, 1.4375rem);  /*字體 最小值 16px、大小約 1.1979vw、最大值 23px*/
					color: var(--second_color);
					font-family:var(--foreign_font);
				}
					.inbanner_content p{
						font-size: inherit;
						color: inherit;
					}
					
				.inbanner_decorate.top{
					/*margin-bottom: calc(25px - 16px);*/
					/*max-width: clamp(12.5000rem, 13.0208vw, 15.6250rem);*/ /* 字體 最小值 200.00px、大小約 13.0208vw、最大值 250.00px */
				}
					/* .inbanner_decorate.top img{
						width: 100%;
						height: auto;
					} */



		/* .inbanner-decorat.bottom{
			position: absolute;
			bottom: -1px;
			left: 0;
			width: 100%;
		}
			.inbanner-decorat img{
				height: 40px;
				width: 100%;
				object-fit: cover;
				max-width: 100%;
				vertical-align: middle;
			} */




	/*----- 上方區塊 -------------------------*/
	.pageContent_topArea{
		/* padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3; */
	}
		
		/*----- 麵包屑 -----*/
		.crumb_bg{
			/* margin-top:clamp(1.6758rem, 2.7083vw, 3.2500rem); */ /* 最小值 26.81px、大小約 2.7083vw、最大值 52.00px */
			/* color: #fff; */
			color: #c9c9c9;
			font-size: clamp(0.8125rem, 0.7292vw, 0.8750rem); /* 字體 最小值 13.00px、大小約 0.7292vw、最大值 14.00px */
		}
			.crumb_area{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
				text-align: center;
				gap: 0.625rem 0.3125rem; /* 10px 5px */
			}
				/* .crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
					line-height: 20px;
				}
				.crumb_area i:nth-of-type(1){
					color: var(--primary_color);
				} */


				.crumb_area span:first-of-type a{
					font-family: var(--foreign_font);
				}

				.crumb_bg .arrow{
					width: 1.125rem; /*18px*/
				}
					.crumb_bg .arrow img{
						width: 100%;
						height: auto;
					}
					
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: inherit;
					font-size: inherit;
					line-height: inherit;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					/* color: #252525; */
					transition: 0.3s ease all;
					opacity: 0.2;
				}
				
				.crumb_area span{
					display: block;
					vertical-align: middle;
					font-size: inherit;
					line-height: inherit;
					box-sizing: border-box;
				}	
	
	
	
	/*內頁內容區塊*/
	.pageContent{
		/* padding: .3125rem 0px clamp(1.6113rem, 2.6042vw, 3.125rem);  */
		position: relative;
	}
	
		.pageContent .wrap{
			max-width: 93.75rem; /*1500*/
		}
		


	/* 錨點位置 */
	.id_offset ,
	.id_offset2 ,
	.id_offset3{
		transition: transform 0.3s ease;
		will-change: transform;
		/* position: absolute; */
	}
	/*只限首頁聯絡我們表單*/
	.id_offset3{
		/* scroll-margin-top: 100px;  */
	}
	
	



	/*----- 內頁標題塊1 -----*/
	.right_title{
		letter-spacing: 3px;
		letter-spacing: normal;
		font-size: clamp(1.5625rem,2.6042vw,3.125rem); /*50 - 25*/

		font-weight: 700;
		font-family: var(--mandarin_font2);
		line-height: normal;
		margin: 0 0 clamp(1.25rem,2.0833vw,2.5rem);
	}
		/* .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;
			color: var(--dark_color);
			/* background: linear-gradient(90deg, var(--third_color) 14%, var(--second_color) 40% , var(--second_color) 55%, var(--fourth_color) 89%);
			background-clip: text;
			-webkit-background-clip: text;
			color: transparent;
			-webkit-text-fill-color: transparent;
			-moz-background-clip: text;
			-moz-text-fill-color: transparent; */
		}	
		.right_title .sub{	
			font-family: var(--foreign_font);
			line-height: inherit;
			font-size: clamp(0.9033rem, 1.4583vw, 1.7500rem); /* 字體 最小值 14.45px、大小約 1.4583vw、最大值 28.00px */
		}	







	/*----- 內頁標題塊2 -----*/
	.right_title2 {
		/*font-size: clamp(1.0598rem, 1.3542vw, 1.6250rem);*/ /* 字體 最小值 16.96px、大小約 1.3542vw、最大值 26.00px */
		font-size: clamp(0.9375rem, 1.0417vw, 1.25rem);  /*字體 最小值 15px、大小約 1.1979vw、最大值 23px*/
		line-height: 1.2; /*55px*/
		color: var(--dark_color);
		font-weight: 700;
		position: relative;
		display: flex;
		flex-direction: column;
		gap: .625rem;
		margin-bottom: 1.5625rem; /*25px*/
	}	
		.right_title2 strong{
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
			/* margin-bottom: calc(22px - 16px); */
		}	
		
		.right_title2 .sub_title{
			width: fit-content;
			display: inline-block;
			/* color: var(--primary_color); */
			/*font-family: "GlitterySnowfall", sans-serif;*/
			/* font-size: 23px; */
			font-size: clamp(1rem,1.25vw,1.5rem);  /*字體 最小值 15px、大小約 1.1979vw、最大值 23px*/
			line-height: 1.13; /*26px*/
			/* margin-bottom: 16px; */
			font-family: var(--foreign_font);

			
		}





















		/*----- 網編區塊 -----*/
		.text_area{
			font-size: 1rem;
			/* background-color: #ffffff; */
			/* border-radius: 8px; */
			color: var(--dark_color);
			line-height:1.5;
			/* padding: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); */
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
			}


		
		/*----- 按鈕 -----*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
			.btn_area input{
				margin:0px 5px;
				color: #fff;
			}
			.btn_area input:nth-child(2n+1) {
			}	
			.btn_area input:nth-child(2n) {
				background:#231815;
				color: #fff;
			}	
			
		


			
		/*----- 最下方按鈕 -----*/
		.btn_bottom_area {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 0.625rem;
			text-align:center;
			margin:0px auto;
			margin-top:  clamp(.9375rem,1.5625vw,1.875rem); /* 最小值 25.00px、大小約 1.5625vw、最大值 30.00px */
			padding: 0.625rem 0;
		}

			.btn_bottom_area input ,
			.btn_bottom_area button{
				all: unset;
				letter-spacing: 1px;
				color: #f7f7f7;
				display: inline-block;
				background-color: var(--second_color);
				/* letter-spacing: 3.91px; */
				padding: clamp(.5rem,0.8854vw,1.0625rem) clamp(1.875rem,3.125vw,3.75rem); /* 最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
				border-radius: 100px;
				border: 3px solid transparent;
				font-size: clamp(.875rem,1.1979vw,1.4375rem);
				font-family: var(--foreign_font);
				font-weight: 700;
				position: relative;
				cursor: pointer;
				line-height: 0.5;
				min-width: 7.8125rem;
			}
			

			.btn_bottom_area input:hover ,
			.btn_bottom_area button:hover{
				opacity: 0.5;
			}
			
			
			
			.btn_bottom_area input:nth-child(2n+1) {
				/* background:var(--second_color); */
			}	
			.btn_bottom_area input:nth-child(2n) {
				background:var(--second_color);
				color: #fff;
			}	
			

			.btn_bottom_area .prev,
			.btn_bottom_area .back{
				background-color: var(--fourth_color);
			}
						

			/* disAbled樣式------------ */
			/* 使用更精準的選取器，並確保涵蓋 input 與 button */
			.btn_bottom_area.disAbled input.next,
			.btn_bottom_area.disAbled button {
				background: #c7c7c7 !important; /* 使用 !important 強制覆蓋 */
				color: #888888 !important;
				cursor: default !important;
				box-shadow: none !important;
				transform: none !important;
				opacity: 1 !important;
			}

			/* 確保 hover 時不會有變色效果 */
			.btn_bottom_area.disAbled input.next:hover,
			.btn_bottom_area.disAbled button:hover {
				background: #c7c7c7 !important;
				filter: none !important;
				transform: none !important;
			}

		    









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


		/*----- 內頁標題塊1 -----*/
		.right_title{
			/* font-size: 18px; */
			line-height: 1.2;
		}

		
}

	







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

.page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:  clamp(1.6130rem, 2.6042vw, 3.1250rem) 0; /* 25.81px , 2.6042vw , 50px */
}



	/*左側*/
	.left{
		box-sizing: border-box;
		width: 14.0625rem; /*225px*/
	}
				
		/*左側標題*/
		.left_title{
			font-size: clamp(1.2500rem, 1.3021vw, 1.5625rem); /* 字體 最小值 20.00px、大小約 1.3021vw、最大值 25.00px */
			/* background-color: #aeaeae; */
			color: var(--second_color);
			padding: 13px 10px 10px;
		}
			.left_title span{
				font-size: clamp(0.8750rem, 0.7813vw, 0.9375rem); /* 字體 最小值 14.00px、大小約 0.7813vw、最大值 15.00px */
				color: var(--fourth_color);
				padding-top: 0.6250rem;
				letter-spacing: 1px;
				display: block;
				font-weight: normal;
				font-family: var(--foreign_font);
			}
		
	/*左側選單列表*/
	.leftListArea{
		color: var(--dark_color);
		line-height: 1.5;
		font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 字體 最小值 16px、大小約 0.9375vw、最大值 18px */
	}
		.leftList{
			/* font-size:18px; */
		}	
			.leftList a{
				display:block;
				text-decoration:none;
				padding: 15px 10px;
				color: inherit;
				/* width: 100%; */
			}

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


			/* .leftList > a  */
			.leftList_title > a{
				display:block;
				text-decoration:none;
				position: relative;
				word-break: break-word;
				border-top: 1px solid var(--third_color);
				padding-right: 40px;
			}
				
			.leftList.active .leftList_title > a ,
			.leftList:hover .leftList_title > a{
				color: var(--primary_color);
				font-weight: 700;
			}
			/* .leftList:hover > a{
				color: #000;
			} */
				
				/*代表性標誌*/
				/*.leftList_icon.first{
					position: absolute;
					left: 10px;
					top: 16px;
				}*/
					.leftList_icon i{
						font-size: 30px;
						line-height: 25px;
						color: var(--third_color);
					}
				
				/*功能名稱*/	
				.leftList_title{
					/* display: inline-block; */
					vertical-align: bottom;
					position: relative;
					/* width: 100%; */
				}
				
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					right: 10px;
					/* top: 16px; */
					top: 50%;
					transform: translateY(-50%);
					cursor: pointer;
				}
					/*方向標誌_向下展開*/
					.leftList_icon.direction i.down{
						display: block;
					}
					/*方向標誌_向上收合*/
					.leftList_icon.direction i.up{
						display: none;
					}
					
					
				/*第一層當前*/	
				/*active*/ /*方向標誌_向下展開*/
				/* .leftList.active .leftList_icon.direction i.down , */
				.leftList.active .leftList_title > .leftList_icon.direction > i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				/* .leftList.active .leftList_icon.direction i.up , */
				.leftList.active .leftList_title > .leftList_icon.direction > i.up{
					display: block;
				}
				
				
				
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}


				.leftList_sec_area{

				}
					.leftList_sec_title{
						position: relative;
						border-bottom: 1px solid var(--fourth_color);
					}
					
					.leftList_open_list:last-of-type .leftList_sec_title{
						border-bottom: none;
					}
						.leftList_sec_title a{
							padding-left: 25px;
							font-weight: 600;
							padding-right: 50px;
						}

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

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

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




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

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

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













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

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

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


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

	
	/*右側內容區塊*/
	.right_contentBg{	
		/* padding-top: 20px; */
		background-color: #ffffff;
		border-radius: 8px;
		color: #555555;
		line-height: 1.5;
		padding: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	}
	
	




/* 在螢幕度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) {



	/*左側*/
	.left.left_horizontal  {
		box-sizing: border-box;
		width: 100%;
	}
	
		/*左側標題*/
		.left_horizontal  .left_title {
			font-size: 1.25rem; /*20px*/
			letter-spacing: -1px;
			background-color: #aeaeae;
			color: #fff;
			padding: .8125rem .625rem; /*13px 10px*/
			display: none;
		}
		
		.left_horizontal  .left_title span {
			font-size: .9375rem; /*15px*/
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
			font-family: var(--foreign_font);
		}
		
		/*左側選單列表*/
		.left_horizontal  .leftListArea {
			/*background-color: #fcfcfc;*/
			display: flex !important;
			justify-content: center;
			border-bottom: 1px solid #dddddd;
			margin-bottom: 50px;
		}
		
		.left_horizontal  .leftListArea.active {
			display: flex;
		}
		
		.left_horizontal  .leftList {
			font-size: 18px;
			padding: 0 20px;
			box-sizing: border-box;
		}
		
		.left_horizontal  .leftList > a {
			color: #333;
			text-decoration: none;
			display: block;
			width: auto;
			/* padding: 0 20px;
			line-height: 80px; */
			padding: 25px 20px;
			position: relative;
			/* font-size: 16px; */
			font-weight: 400;
			/* 
			border-bottom: 1px dashed #cecece; */
			border-bottom: none;
			font-size:inherit;
		}
		
		.left_horizontal  .leftList a:after {
			content: '';
			width: 0;
			height: 3px;
			position: absolute;
			left: 0;
			bottom: -1px;
			transition: all .3s;
			background-color: var(--third_color);
		}
		
		.left_horizontal  .leftList.active a,
		.left_horizontal  .leftList a:hover {
			color: var(--third_color);
			background-color: transparent;
			background-image:none;
		}
		
		.left_horizontal  .leftList.active a:after,
		.left_horizontal  .leftList a:hover:after {
			width: 100%;
		}
		
		.left_horizontal  .leftList_icon i {
			font-size: 19px;
			line-height: 14px;
			color: #777;
		}
		
		/*功能名稱*/
		.left_horizontal  .leftList_title {
			display: inline-block;
			vertical-align: bottom;
		}
		
		/*方向標誌*/
		.left_horizontal  .leftList_icon.direction {
			position: absolute;
			right: 10px;
			top: 16px;
		}
		
		/*方向標誌_向下展開*/
		.left_horizontal  .leftList_icon.direction i.down {
			display: block;
		}
		
		/*方向標誌_向上收合*/
		.left_horizontal  .leftList_icon.direction i.up {
			display: none;
		}
		
		
		/*active*/
		/*方向標誌_向下展開*/
		.left_horizontal  .leftList.active .leftList_icon.direction i.down {
			display: none;
		}
		
		/*active*/
		/*方向標誌_向上收合*/
		.left_horizontal  .leftList.active .leftList_icon.direction i.up {
			display: block;
		}
		
		
		
		
		/*左側選單列表第二層*/
		.left_horizontal  .leftList_open {
			display: none;
		}
		
		.left_horizontal  .leftList_open.active {
			display: block;
		}
		
		.left_horizontal  .leftList_open_list {}
		
		.left_horizontal  .leftList_open_list a {
			display: block;
			transition: 0.3s ease all;
			color: #999;
			text-decoration: none;
			padding: 13px 10px 11px 25px;
			font-size: inherit;
			line-height: inherit;
			font-weight: normal;
			word-break: break-word;
			border-bottom: 1px dashed #cecece;
		}
		
		.left_horizontal  .leftList_open_list.active a {
			color: var(--primary_color);
		}
		
		.left_horizontal  .leftList_open_list a:hover {
			color: var(--primary_color);
		}
	
}
	

@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: 13px 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;

				display: none;
			}
			
			/* .left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: calc(50% + 3px);
				right: 15px;
				transform: translateY(-50%);
				transform-origin: center;

				transition: 0.3s all ease;
			}
			.left_title.active:after {
				content: '';
				top: calc(50% - 3px);
				transform: translateY(-50%) rotate(180deg);
				transition: 0.3s all ease;
			} */

			.left_title::after  {
				position: absolute;
				content: "";
				background-image: url(../images/bottom_arrow_icon.svg);
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 18px;
				transition: 0.3s ease all;
				width: 18px;
				height: calc(18px / 2);
				z-index: 0;
				right: 10px;
				top: 50%;
				transform: translateY(-50%);
				transform-origin: center center;
				width: 33px;
				height: 33px;
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
			}	
			.left_title.active::after {
				transform: translateY(-50%) rotate(180deg);
				transform-origin: center center;
			}


		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}

			.leftList:first-of-type .leftList_title > a {
				border-top: none;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/ /*無左側選單*/
	.right ,
	.right.no_left{
		width:100%;
		padding: 0px 0px 0;
	}
	
	
}













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

.number_pageArea{
	text-align:center;
	/* margin:30px 0px 0px; */
	margin-top:  clamp(1.5625rem, 1.5625vw, 1.8750rem); /* 最小值 25.00px、大小約 1.5625vw、最大值 30.00px */
	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: 15px;
				line-height: 1;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--primary_color);
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
	.numberPage_leftList span ,
	.numberPage_rightList span{
		display: inline-block;
		box-sizing: border-box;
		font-size: 21px;
		line-height: 23px;
		color: var(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





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

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














/*===========================================*/
/*-------內頁_重複的動畫class區塊--------*/
/*===========================================*/


/*右至左--------*/
.active_animate_no_left{
	animation-fill-mode:forwards;  /*動畫播放結束後，停留在最後一個影格*/	
	clip-path: inset(0 0 0 100%);
	-webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.active_animate_left {
	clip-path: inset(0 0 0 0);
	animation-delay: 0.5s;
}


/*左至右--------*/
.active_animate_no_right{
	animation-fill-mode:forwards;  /*動畫播放結束後，停留在最後一個影格*/	
	clip-path: inset(0 100% 0 0);
	-webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	-o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
	transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.active_animate_right {
	clip-path: inset(0 0 0 0);
	animation-delay: 0.5s;
}





.animat_right{
	animation-name: history_right; /*往下滾動animation*/
	animation-duration: 0.8s;
}
.animat_left{
	animation-name: history_left; /*往上滾動animation*/
	animation-duration: 0.8s;
}
.animat_right2{
	animation-name: history_right2; /*往下滾動animation*/
	animation-duration: 0.8s;
}
.animat_left2{
	animation-name: history_left2; /*往上滾動animation*/
	animation-duration: 0.8s;
}
.animat_down{
	animation-name: history_down; /*往下滾動animation*/
	animation-duration: 0.8s;
}
.animat_up{
	animation-name: history_up; /*往上滾動animation*/
	animation-duration: 0.8s;
	/*animation-direction:reverse; 相反方向播放，從100% 到 0%*/
}


/*往下滾動animation*/		
@keyframes history_down {
	0% {
		transform: translateY(0%);
	}
	100% {	
		transform: translateY(-10%);
	}
}
/*往上滾動animation*/
@keyframes history_up {
	0% {
		transform: translateY(-10%);
	}
	100% {	
		transform: translateY(0%);
	}
}


/*往下滾動animation*/		
@keyframes history_right {
	0% {
		transform: translateX(0%);
	}
	100% {	
		transform: translateX(-10%);
	}
}
/*往上滾動animation*/
@keyframes history_left {
	0% {
		transform: translateX(-10%);
	}
	100% {	
		transform: translateX(0%);
	}
}

/*往下滾動animation*/		
@keyframes history_right2 {
	0% {
		transform: translateX(0%);
	}
	100% {	
		transform: translateX(10%);
	}
}
/*往上滾動animation*/
@keyframes history_left2 {
	0% {
		transform: translateX(10%);
	}
	100% {	
		transform: translateX(0%);
	}
}









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


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