/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


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

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

.wrap {
	max-width:73.75rem;
	width: 90%;
	margin:0 auto;
	padding: 0;
}
@media (max-width: 1200px){
.wrap {
	max-width:60.625rem;
}
}
@media (max-width: 990px){
	.wrap {
		/* width:auto; */
		/* padding:0px 20px; */
	}
}
@media (max-width: 660px){
	.wrap {
		/* 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;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] ,
input[type="tel"] , input[type="time"] , input[type="date"],
input[type="number"] , input[type="email"]  {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus ,
	input[type="tel"]:focus, input[type="time"]:focus  ,
	input[type="date"]:focus, input[type="number"]:focus , input[type="email"]: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: clamp(8.125rem, 6.125rem + 3.23vw, 10rem);
	height:42px;
	background:var(--primary_color);
	color:#fff;
	border-radius:4px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
	font-size: clamp(0.75rem, 0.483rem + 0.43vw, 1rem);
}
	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: clamp(1.9355rem, 3.1250vw, 3.7500rem); /* 30.97px , 3.1250vw , 60.00px */
	aspect-ratio: 1;
    height: auto;
    background-size: 99.9%;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../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: 0.625rem;
			opacity: 1;			
		}
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			background-color: #dfdfdf;
			z-index: 5;
			display: inline-block;
			width: 0.625rem;
			height: 0.625rem;
			opacity: 1;
		}
		.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: var(--second_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: 880px){
	/* .device {
		height:auto;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			display:none;
		} */
}
@media (max-width: 640px){
	.pcBanner {
		display: none;
	}
	.mobileBanner {
		display:block;
	}
}










				
/*-------頁次--RWD版 by kevin 20150629------------------------------------------------------------------------*/							
.page_area_rwd {
	text-align:center;
	padding: 30px 0px 30px;
}
	.page_left_arrow, .page_right_arrow {
		width:66px;
		font-size:15px;
		background:#464646;
		line-height:30px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			border-radius:4px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:var(--primary_color);
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:12px !important;
			padding:7px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:30px !important;
			box-sizing:border-box;
			border-radius:3px;
		}
			@media (max-width: 760px){
				.page_left_arrow, .page_right_arrow {
					line-height: 40px;
					width: 83px
				}
				.page_select select {
					font-size: 15px !important;
					padding: 8px 18px 7px 16px !important;
					height: 40px !important;
					font-size: 15px !important;
				}
			}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	margin: 14px 0px 10px 0px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#595959;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
	}
		.tabs_btn_now:hover {
			background:#00a0e9;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #FFF;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
		background:#595959;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						background:#969696;
					}
					.tabs span { 
						color:#fff;
						text-decoration:none;
						display:block;
						padding:0px 36px 0px 36px;
						transition:0.3s ease all;
						background:#595959;
						font-size: clamp(0.875rem, 0.742rem + 0.22vw, 1rem);
						cursor: pointer; 
					}
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active span {
							/* background:#00a0e9; */
							background-color: #b6b83c;
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}
					@media (max-width: 980px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;
							}
								.tabs li {
									float:none;
									text-align:center;
								}
									.tabs li.active:after {
										content:"";
									}
					}
		
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
    margin: 0 auto;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	
	.form_list {
		padding:23px 8px 0px;
		box-sizing:border-box;
	}
		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
		}
			.required_icon {
				color:#f00;
				display:inline-block;
			}
			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
			
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}





		.agreeToTerms a {
			color:#ca0000;
		}
	
	/*表單區 按鍵區*/
	.form_btn_area {
		padding:30px 0px 0px;
		text-align:center;
	}
		.form_btn_area input {
			margin:0px 20px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}
			@media (max-width: 540px){
				/*一列兩個樣式*/
				.fLType2 {
					width:auto;
					display:block;
				}
				
				/*表單區 按鍵區*/
				.form_btn_area input {
					float:left;
					width:48%;
					margin:0px;
				}
					.form_btn_area input:nth-of-type(2) {
						float:right;
					}
				.form_btn_area.one input {
					float:none;
				}
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

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

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}

/*-------漣漪效果----------------------------------------------------------------------------*/
.ripplesBtn {
	position:relative;
	display:block;
	line-height:50px;
	text-align:center;
	background:#09C;
	color:#fff;
}


















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

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    /*--foreign_font:"Poppins", sans-serif;*/       /*全站外文字型*/
	/*--mandarin_font:'Noto Sans TC', sans-serif;*/   /*全站中文字型*/
	--primary_color:#ed1c24;                    /*全站主色色碼*/
	--second_color:#0048dc;                     /*全站第二色碼*/
 	--third_color:#00ab90;                        /*全站第三色碼*/
	/*--fourth_color:#dd1319;*/                   /*全站第四色碼*/
	/*--fifth_color:#dd1319;*/                    /*全站第五色碼*/
	/*--sixth_color:#dd1319;*/                    /*全站第六色碼*/

	--dark_color:#231F20;
	--fontSize: 16px;
}




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




/* 在螢幕放大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: 16px; 
	}

}














/*-------main----------------------------------------------------------------------------*/
.main {
}
	/*標題樣式1*/
	.titStyle1 {
		position:relative;
		font-size:18px;
		font-weight:bold;
		color:#333;
		padding:14px 0px 0px;
	}
		.titStyle1:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:var(--primary_color);
			top:0px;
			left:0px;
		}
		.titStyle1 a {
			font-size:12px;
			color:#929292;
			position:absolute;
			bottom:0px;
			right:0px;
			text-decoration:none;
			font-weight:100;
		}
			.titStyle1 a i {
				font-size:12px;
				color:#333;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
				.titStyle1 a:hover, .titStyle1 a:hover i {
					color:var(--primary_color);
				}
	
	/*標題樣式2*/
	.titStyle2 {
		font-size: 22px;
		font-weight: bold;
		color: #001133;
		position: relative;
		padding: 20px 0px 10px;
		border-bottom: solid 1px #ccc;
	}
		.titStyle2:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:var(--primary_color);
			top:0px;
			left:0px;
			display:none;
		}
		.titStyle2:after {
			position:absolute;
			content:'';
			height:1px;
			width:40px;
			background:var(--primary_color);
			bottom:-1px;
			left:0px;
		}
	
	/*內頁上圖*/
	.inBanner {
		height:126px;
		box-shadow: 0px 4px 10px rgba(187, 187, 187, 0.62);
		background-color: #002269!important;
		background-color: #a8c5ff!important;
		position:relative;
		overflow: hidden;
	}
		.inBanner:before {
			display:none;
			position: absolute;
			content: '';
			width: 400px;
			height: 400px;
			background: rgba(0, 0, 0, 0.22);
			transform: rotate(120deg);
			top: 50%;
			margin: -200px 0px 0px;
			left: -50px;
		}
		.inBanner .wrap {
			height:100%;
		}
			.inBannerTit {
				font-weight: bold;
				font-size: 30px;
				color:#585858;
				display: inline-block;
				vertical-align: middle;
				position: relative;
				/* padding: 13px 0px 0px; */
				text-shadow: 0px 0px 5px #fff;
			}
				.inBannerTit:before {
					position: absolute;
					content: '';
					width: 20px;
					height: 2px;
					background: #fff;
					left: 0px;
					top: 0px;
					display:none;
				}
			.inBannerSpace {
				display:inline-block;
				vertical-align:middle;
				height:100%;
			}
		@media (max-width: 715px){
			.inBanner {
				background-size: 1000px !important;
				height: 98px;
			}
				.inBanner:before {
					left: -248px;
				}
				.inBannerTit {
					font-size:20px;
				}
		}
	
	/*麵包屑*/
	.crumb {
		font-size:12px;
		line-height:18px;
		color:#666;
		text-align:right;
		padding:20px 0px 0px;
	}
		.crumb a {
			color:var(--primary_color);
		}
			.crumb i {
				font-size: 15px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
	
	/*網編區*/
	.textArea {
		padding:25px 0px 0px;
		font-size:15px;
		color:#333;
		line-height:1.53;
	}
		.textArea a {
			color:var(--primary_color);
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}
		
		.textArea iframe {
			max-width:100%;
		}
		.textArea table {
			max-width:100% !important;
		}
		.textArea pre {
			white-space: unset;
		}
















/*-------最新活動----------------------------------------------------------------------------*/
/*最新消息列表*/
.news_list_area {
	padding-bottom:10px;
}
	.news_list {
		position:relative;
		display: table;
		border-bottom: dashed 1px #5a5a5a;
		padding: 20px 0px;
		width:100%;
	}
	.news_list:first-of-type {
		/*padding-top:0px;*/
	}
		.news_list a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
		}
			.news_list a:hover {
				color:var(--primary_color);
			}
			
		.nL_img {
			width:200px;
			display:table-cell;
			vertical-align:top;
		}
			.nL_img a {
			}
				.nL_img img {
					width:100%;
					height:auto;
				}
		.nL_right {
			display:table-cell;
			vertical-align:top;
			padding: 0px 20px;
		}
			.nLR_time {
				font-size: 12px;
				background: var(--primary_color);
				display: inline-block;
				color: #fff;
				padding: 5px 5px;
				border-radius: 2px;
			}
			.nLR_tit {
			}
				.nLR_tit a {
					color:#333;
					font-size:19px;
					line-height:26px;
					font-weight:bold;
					padding: 9px 0px;
				}
			.nLR_remark {
				color: #565656;
				font-size: 15px;
				line-height:22px;
			}
	/*沒有照片時樣式*/
	.news_list.noImg .nL_img {
		display:none;
	}
				@media (max-width: 920px){
					.nL_right {
						padding: 0px 0px 0px 20px;
					}
				}
					@media (max-width: 425px){
						.nL_img {
							display:block;
							width:100%;
						}
						.nL_right {
							display:block;
							padding: 15px 0px 0px;
						}
					}

/*最新消息內頁標題*/
.newsInTit {
}
	.nIT_time {
		 font-size: 12px;
		background: var(--primary_color);
		display: inline-block;
		color: #fdfdfd;
		padding: 5px 5px;
		border-radius: 2px;
	}
	.nIT_tit {
		position: relative;
		font-size: 25px;
		line-height: 33px;
		font-weight: bold;
		border-bottom: solid 1px #717171;
		padding: 7px 0px;
	}
		.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: var(--primary_color);
			width: 30px;
			height: 3px;
			right: 0px;
		}

/*回上一頁*/
.back {
	padding:30px 0px 0px;
}
	.back a {
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		background: #333;
		border-radius: 3px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
		color:#333;
		background:#fff;
		border: solid 1px #686868;
	}
		.back a:hover {
			opacity:0.7;
		}
































/*-------產品展示----------------------------------------------------------------------------*/
/*商品類別列表*/
.productSortListArea {
	font-size:0px;
	margin:0px -10px;
}
	.productSortList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.productSortList a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
			overflow: hidden;
		}
			.productSortList img {
				width:100%;
				height:auto;
				transition:0.3s ease transform , 0.4s ease top;
				position:relative;
				border: solid 3px #fff;
				border-radius:5px;
				top:0px;
			}
			.productSortList_tit {
				font-size:18px;
				line-height:24px;
				color:#000;
				padding:10px 0px 0px;
				position:relative;
				transition:0.3s ease all;
				z-index: 3;
				background: #fff;
			}
				/*hover*/
				.productSortList a:hover img {
					transform:scale(1.2);
					z-index:2;
					box-shadow:0px 0px 10px rgba(0,0,0,0.3);
					/*top:-30px;*/
				}
				.productSortList a:hover .productSortList_tit {
					/*color:var(--primary_color);*/
					/*z-index:3;*/
				}

/*商品列表*/
.productListArea {
	font-size:0px;
	margin:0px -10px;
}
	.productList {
		display:inline-block;
		vertical-align:top;
		width:24.9%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.productListImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;
				border-radius:3px;
				border: solid 1px #ccc;
			}
		.productList_tit {
			font-size:15px;
			line-height:21px;
			color:#000;
			padding:10px 0px 0px;
			position:relative;
			transition:0.3s ease all;
		}

	@media (max-width: 1024px){
		/*商品類別列表*/
		/*hover*/
		.productSortList a:hover img {
			transform:scale(1);
			top:0px;
		}
	}
		@media (max-width: 840px){
			/*商品列表*/
			.productList {
				width:33.2%;
			}
		}
			@media (max-width: 510px){
				/*商品類別列表*/
				.productSortList {
					display:block;
					width:auto;
				}
				/*商品列表*/
				.productList {
					width:49.8%;
				}
			}
				@media (max-width: 320px) {
					/*商品列表*/
					.productList {
						display:block;
						width:auto;
					}
				}

/*產品燈箱*/
.productLightBox {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0;
	z-index:-999;
	transition:0s ease opacity;
}
.productLightBox.show {
	opacity:1;
	z-index:99;
	transition:0.3s ease opacity;
}
	.productLightBox_Bg {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		cursor: pointer;
	}
	.productLightBox_infoBg {
		position:absolute;
		width:700px;
		left:50%;
		top:50%;
		margin:-224px 0px 0px -350px;
	}
		.productLightBox_close {
			position:absolute;
			z-index:2;
			width:34px;
			line-height:34px;
			text-align:center;
			letter-spacing:0px;
			color:#333;
			background:#fff;
			border-radius:100%;
			top:-17px;
			right:-17px;
			cursor:pointer;
			box-shadow:0px 0px 10px rgba(0,0,0,0.3);
			font-size:13px;
			font-weight:bold;
			transition:0.3s ease all;
		}
			.productLightBox_close:hover {
				color:#fff;
				background:var(--primary_color);
			}
		.productLightBox_info {
			background:#fff;
			border-radius:4px;
			padding:20px 15px;
			border: solid 1px #ccc;
		}
			.productLightBox_info img {
				width:100%;
				height:auto;
				box-sizing:border-box;
				border: solid 1px #ccc;
			}
			.productLightBox_tit {
				font-size:15px;
				padding:15px 0px 0px;
			}
	@media (max-width: 800px){
		.productLightBox_infoBg {
			top:30%;
			left:5%;
			width:90%;
			margin:0px;
		}
	}
	@media (max-height: 520px){
		.productLightBox_infoBg {
			top:5%;
		}
	}
	
	
	
	
	
	


/*-------產品內頁---------------------------------*/

.product_in_top{
    padding: 40px 0px 50px;
    border-bottom: 1px #c5c5c5 solid;
    margin-bottom: 20px;
}
								
	.product_in_img{
		float:left;
		width:50%;
		box-sizing:border-box;
	}						
		.product_in_img img{
			width:100%;
			height:auto;
		}
		
	.product_in_right{
		float:right;
		width:46%;
		box-sizing:border-box;
	}
		
		.pIR_remark{
			font-size:15px;
			color:#626262;
			line-height:25px;
			padding:15px 0px;
		}
		
		.C_Down_btn{
			font-size: 0px;
			/*text-align: center;*/
			padding: 50px 0px 0px 0px;
		}
		
			.C_Down_btn a{
				-webkit-appearance: none;
				-webkit-border-radius: 0px;
				margin: 0;
				padding:13px 50px;
				outline: none;
				cursor: pointer;
				vertical-align: middle;
				width: 162px;
				height: 42px;
				background: #099596;
				color: #fff;
				font-size:15px;
				border-radius: 4px;
				text-decoration:none;
			}





@media (max-width: 768px){
	
.product_in_top{
    padding: 40px 0px 20px;
}	

	.product_in_img{
		float:none;
		width:100%;
	}	
		
	.product_in_right{
		padding-top: 30px;
		float:none;
		width:100%;
		/*box-sizing:border-box;*/
	}
		

}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.contactLeft {
	float: left;
    width: 48%;
    padding: 0px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    margin: 44px 0px 0px;
    background: #fff;
    border-radius: 5px;
}

/*聯絡我們右*/
.contactRight {
	float:right;
	width:50%;
	padding:25px 0px 0px;
}
	@media (max-width: 800px){
		.contactLeft, .contactRight {
			float:none;
			width:auto;
		}
			.contactLeft {
				margin:15px 0px 0px;
			}
	}

/*-------歡迎頁----------------------------------------------------------------------------*/
.welcomeWrap {
	padding:0px 50px;
}
	.welcomeLogo {
	}
	.welcome_btnArea {
		overflow:hidden;
	}
		.wBtn {
			float:left;
			width:50%;
		}
			.wBtn a {
				display:block;
				height:100%;
				text-align:center;
				text-decoration:none;
				background:#0071c1;
				color:#fff;
				font-size: 22px;
				line-height: 28px;
				padding: 10px 15px 210px;
				margin: 0px 0px -200px;
			}
			.wBtn:nth-of-type(2) a {
				background:#012060;
			}
				.wBtn a:hover {
					opacity:0.8;
				}
					.wBtn a span {
						display:block;
						padding: 14px 0px 0px;
					}
	
	.welcome_banner {
		padding:3px 0px 0px;
	}
	
	.welcome_bottom {
		background:#e0e0e0;
		padding:20px 0px;
		color:#000;
	}
		.wB_tit {
			font-weight: bold;
			font-size: 25px;
			line-height: 31px;
		}
		.wB_text {
			font-size: 18px;
			line-height: 24px;
			padding: 20px 0px 0px;
			color: #333;
		}
	
	@media (max-width: 1200px){
		.welcomeWrap {
			padding:0px 20px;
		}
	}
		@media (max-width: 600px){
			.wBtn {
				float:none;
				width:auto;
				padding:3px 0px 0px;
			}
				.wBtn a {
					font-size:18px;
					line-height:24px;
					padding:10px 15px;
					margin:0px;
				}
		}
	

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


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












/*/////////////////////////////////////////////////////////*/
/*-------首頁_詢問管理區塊--------*/
/*/////////////////////////////////////////////////////////*/

.askBg{
	position: fixed;
	right: 0px;
	top: 20%;
	/* display: flex; */
	z-index: 2;
	transition: 0.3s ease all;
}

    /* 詢問管理按鈕 */
	.askBtn{
		font-size: 19px;
		line-height: 1.4;
		text-align: center;
		box-sizing: border-box;
		/* width: 59px; */
		width: clamp(6.25rem, 5.917rem + 0.54vw, 6.563rem);
		padding: 5px 0;
	}
		.askBtn a{
			text-decoration: none;
			color: #fff;
			background-color: #b3b93d;
			display: block;
			padding: 15px 10px;
			border-radius: 15px 0 0 15px;
		}
		.askBtn i{
			color: #fff;
			font-size: 29px;
			line-height: 1.2;
			display: block;
			text-align: center;
			margin: 0 auto 15px;
		}
		.askBtn svg{
			display: block;
			width: 29px;
			height: 29px;
			margin: 0 auto 9px;
			text-align: center;
		}
			.askBtn svg .st0{
				fill:none;
				stroke:#FFFFFF;
				stroke-width:15;
				stroke-miterlimit:10;
			}


		.askBtn a:hover{
			background-color: #000000;
			transition: 0.3s ease all;
		}

		.askBtn2{
		}	
		/* modify by Joanna 20260223 start */
			.askBtn2 span ,
			.askBtn span {
				display: inline-block;
				background-color: #e37932;
				border-radius: 50%;
				text-align: center;
				color: #fff;
				font-family: 'genseki_b';
				position: absolute;
				top: 0;
				left: -12px;
				width: 25px;
				height: 25px;
				display: flex;
				/* padding: 6px 8.3px; */
				font-size: 14px;
				line-height: 14px;
			}
			.askBtn2 span b ,
			.askBtn span b {
				font-weight:lighter;
				margin: auto;
				text-align: center;
			}
		/* modify by Joanna 20260223 end */
			.askBtn2 a {
				background-color: #017071;
				position: relative;
			}

			.askBtn_text_en{
				font-size: clamp(0.75rem, 0.617rem + 0.22vw, 0.875rem);
			}



    /* .askArea{
		background-color: #fff;
		padding: 20px 10px;
		box-sizing: border-box;
		box-shadow: 0 18px 40px #33333300;
		width: 430px;

		display: none;
	}

    	.askArea .form_area{
		}
		.askArea .form_area input, 
		.askArea .form_area textarea{
			border: solid 1px #ffffff;
			background-color: #efefef;
		}
		.askArea .btn_area {
			margin: 0;
			padding: 10px 0 0;
		} */

	/* 展開	 */
	/* .askBg.active{
		right: 0px;
		transition: 0.3s ease all;
	}
	.askBg.active .askArea{
		box-shadow: 0 18px 40px #3333331a;
		transition: 0.3s ease all;
	} */


@media (max-width: 640px){

	.askBg{
		/* position: fixed;
		top: 40%;
		right: -250px;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
		display: flex;
		align-items: flex-start; */
	}
	.askBtn {
		/* font-size: 15px;
		width: 40px; */
	}
		.askBtn a {
			border-radius: 10px 0 0 10px;
			padding: 10px 10px;
		}
			.askBtn i {
				font-size: 19px;
				margin: 0 auto 5px;
			}
			.askBtn svg{
				width: 19px;
				height: 19px;
				margin: 0 auto 5px;
			}
				.askBtn svg .st0{
					stroke-width:15;
					stroke-miterlimit:10;
				}
			.askBtn2 span {
				left: -12px;
				width: 20px;
				height: 20px;
				font-size: 12px;
				line-height: 12px;
			}

    /* .askArea{
		padding: 10px 5px;
		width: 250px;
		overflow-x: hidden;
		overflow-y: auto;
	}
		.askIn{
			height: 250px;
			padding-right: 5px;
		}
		.askArea .fL_info {
			padding: 0px 0px 5px 0px;
		}
		.askArea .btn_area {
			padding: 10px 0;
		}
			.askArea .btn_area input {
				width: 100%;
				margin: 0;
				padding: 0;
			} */
}


/*================================*/
/*----- 版頭搜尋區塊 -----*/
/*================================*/


/*-----PC搜尋區塊-----*/
.search_areaPC {
    position: absolute;
    /* right: 0; */
    right: 6.25rem;
    top: 14px;
    /* transform: translateY(-50%); */
}

/*搜尋icon*/
.search_iconPC {
    transition: 0.3s ease all;
}

.search_iconPC label {
    position: relative;
    display: block;
}

.search_iconPC label div {
    position: relative;
    display: block;
}

.search_iconPC label div svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: #000;
}

/*hover*/
.search_iconPC:hover label {
    opacity: 0.5;
    transition: 0.3s ease all;
}



.search_inAreaPC {
    -webkit-transition: top .2s;
    transition: top .2s;
    position: absolute;
    overflow: hidden;
    width: 350px;
    max-width: 350px;
    /* max-width: 100%; */
    display: none;
    /* top: 76px; */
    top: 122px;
    right: 10%;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    padding: 5px 15px 5px 40px;
    z-index: 2;
}


/*搜尋類別*/
/* .search_categoryAreaPC3{
		position: absolute;			
		left: 15px;
		width: 59px;
		z-index: 2;
	}
		.search_categoryAreaPC3 select{
			color: #fff;
			background: #000 url(../images/select_arrow_white.png) no-repeat;
			background-size: 13px;
			background-position: right;
			padding-right: 18px !important;
		} */

.search_inBoxPC {
    position: relative;
    width: 100%;
    padding: 0px 45px 0px 0px;
    box-sizing: border-box;
}

.search_inBoxPC input[type="search"],
.search_inBoxPC input[type="text"] {
    background: transparent;
    border: 0px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    height: 40px;
    padding: 0px;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
}

.search_inBoxPC input[type="search"]:focus,
.search_inBoxPC input[type="text"]:focus {
    border: 0px;
}

.search_inBoxPC button[type="button"],
.search_inBoxPC button[type="submit"] {
    position: absolute;
    right: -15px;
    bottom: -5px;
    width: 50px;
    height: 50px;
    border-color: #fff0;
    text-align: center;
    cursor: pointer;
    background-color: var(--primary_color);
}

.search_inBoxPC button[type="button"] svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    /* color: var(--primary_color); */
    color: #fff;
}

.search_inBoxPC .search_closePC {
    z-index: 2002;
    color: #3e3a39;
    position: absolute;
    left: -30px;
    /* top: -10px; */
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
}

.search_inBoxPC span {
    display: inline-block;
    vertical-align: middle;
}

.search_closePC {
    font-size: 22px;
    font-weight: lighter;
}

.search_inBoxPC span svg {
    width: 15px;
    height: 15px;
    fill: var(--primary_color);
}

/* 手機板搜尋------------------------------- */

.siteSearch {
    display: none;
}

.siteSearchBg {
    border-radius: 0px;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
    background: #fff;
    width: auto;

}

.siteSearchBg input {
    border: none;
}

.siteSearchBg label {
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    height: 38px;
    padding: 10px 6px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    font-feature-settings: "liga" 1, "dlig" 1;
}

@media (max-width: 990px) {
    .search_areaPC {
        display: none;
    }

    .siteSearch {
        display: block;
    }

    .nav {
        width: auto;
    }
}
