/*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-字型 結束-------------------------------*/

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgba(201,9,21,1);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


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

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

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


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

}

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

}

@media (max-width: 768px){
	.wrap {
		width: 90%;
		/*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;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 36px;
    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 {
		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: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	font-size: 13px;
	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.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
	
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;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
			
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner2 {
				}
				.mobileBanner {
					display:none;
				}
				
					/*.banner .swiper-slide div {
					    position:relative;
					}
					.banner .swiper-slide div:after {
					    position:absolute;
					    content:'';
					    top:0;
					    left:0;
					    width:100%;
					    height:100%;
						background: inherit;
					    filter: blur(75px) ;
					    z-index: 2;
					}*/
				
				
				
					
@media (max-width: 900px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

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

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/*border-bottom: solid 1px #c4c4c4;*/
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		/*height:39px; */
		position:relative;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					/*border-right: solid 1px #c4c4c4;*/
				}
					.tabs li a:hover {
						background:#fff;
						background:#f5d124;
					}
					.tabs a { 
						font-size: 15px;
						color:#425d64;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 0px;
						transition:0.3s ease all;
						background: #ffa7a9;
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
					
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
						
						.tabs li.active a {
							background:#fff;
							/* background:#f5d124; */
							font-size: 19px;
							font-weight:bolder;
							transition:0.3s ease all;
						}				
						
		
		#tab1{}
		.tab_content{}

/* 新增標題樣式  modify by ryan 20211119*/
.tab_areaIn{
	display: flex;
    align-items: flex-end;
}

.tab_area_tit{

}
.tab_area_tit span{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #425d64;
	font-family: sans-serif;
}

.tab_area_tit.type2{

}
.tab_area_tit.type2 span{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 24px;
	color: #425d64;
}


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

/*.p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}*/

.pI_bottom .p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}








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

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
/*.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}*/
				/*hover*/
				/*.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}*/
					
					
					
/*-------驗證碼----------------------------------------------------------------------------*/
.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: #3a3a3a;
		/* background: #333; */
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
			transition: 0.2s ease all;
			opacity: 0.8;
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 900px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		text-align:center;
		font-size:15px;
		line-height:22px;
		padding:10px 0px 5px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display: inline-block;
			border-radius: 3px;
			font-size: 17px;
			color: #da5454;
			vertical-align: middle;
			/* background:#da5454; */
			line-height:18px;
		}



	/*表單區*/
	.form_area {
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				font-size: 15px;
				line-height: 21px;
				/* border-bottom: 1px #a8a8a8 dashed; */
				padding: 5px 0px 0px 0px;
			}
				.fL_tit {
					font-weight:bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/* position:absolute;
						right:0px; */
					}
					
				.fL_info {
					padding:0px 0px 10px 0px;
				}
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address select {
						margin:0px 5px 0px 0px;
					}
					.fL_info.address input[type='text']:nth-of-type(1) {
						width:97px;
					}
					.fL_info.address input[type='text']:last-of-type {
						margin:12px 0px 0px 0px;
					}
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						@media (max-width: 900px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 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;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
}





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

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

.main.indexmain{
	/* padding: 0; */
}


/*首頁內容區塊*/	
.mainContent{
	/* padding: 50px 0px; */
	padding: 0px 0px 50px;
	background: url(../index/images/background_paper.png);
}

	

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


/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息排版區--------*/
/*/////////////////////////////////////////////////////////*/
.index_Newsarea{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}



@media (max-width:990px){
	.index_Newsarea{
		display: flex;
		flex-direction: column;
	}
}



/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息區--------*/
/*/////////////////////////////////////////////////////////*/

      

/*-----首頁最新消息區--------------------------------------*/

.indexNewsBg{
	width: 70%;
	margin: 0 auto;
}
	.indexNewsBg .wrap {
		width: 75%;
	}

	.indexNewsBg .p_tab_text_area {
		width: 100%;
		padding:0px;
	}


		.news {
			display:inline-block;
			width:100%;
		}
		.news_wrap{
			padding: 40px 0px 20px 0px;
		    margin: 0px auto; 
		}
		.news_bar{
			display: inline-block;
			width:100%;
			margin-bottom: 24px;
		}
		.news_lit{
			display: flex;
			position: relative;
			padding: 6px 0;
			border-bottom: 1px #cdcdcd dashed;
		}
			.news_lit_date{
				margin: auto 0;
				margin-right: 20px;
				box-sizing: border-box;
				min-width: 95px;
				text-align: left;
				color: #747474;
				font-size: 15px;
				line-height: 22px
			}

			
			.news_lit_sort{
				display: block;
				margin: auto 15px;
				padding:6px 10px;
				color: #fff;
				background-color: #3ba15d;
				font-size: 14px;
				/*20211201 feather 新增min-width*/
				min-width: 60px;
			}

			.news_lit_remark{
				margin: auto 0;
				text-align:left;
				box-sizing: border-box;
				word-wrap: break-word;
				word-break: break-all;
			}

			.news_lit_remark a {
				margin: 5px 0;
				font-size: 16px;
				line-height: 22px;
				font-weight: bold;
    			letter-spacing: 1px;
				text-decoration:none;
				color:#425d64;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}
			.news_lit_remark a:hover {
				color: #f5d124;
				opacity:0.7;
				transition: 0.3s ease all;
			}

			/* 新增more按鍵 modify by ryan 20211119 */
			.news_lit_rwd{
				position: relative;
				padding-right: 100px;
			}
			
			
			.news_lit_more{
				display: flex;
				justify-content:flex-end;
				position: absolute;
				right: 0px;
				bottom: 10px;
			}

			.news_lit_more > .material-icons {
				font-size: 22px;
			}

			.news_lit_more a{
				font-weight:normal;
				color: #333333;
				text-decoration: none;
				padding-right:4px;
				display: flex;
			}
			.news_lit_more a:hover{
				opacity: 0.8;
				transition: 0.3s ease all;
			}


			.more_tit{
				display: flex;
			    align-items: flex-end;
			}
			.more_tit span{
				margin-top: 6px;
				font-size: 14px;
				line-height: 21px;
				color:#f5d124;
			}

			.more_tit img{
				width: 27px;
				height: auto;
				padding: 0px 8px;
			}

			.news_more {
				display: flex;
			    justify-content: flex-end;
			}
			.news_more:after {
				position: absolute;
				top: 27px;
				right: 6px;
				border-top: solid 9px #fff;
				border-bottom: solid 9px #fff;
				border-left: solid 15px #000;
				margin: 0 0 0 10px;
			}
			
			.news_more > a {
				color:#2e2e2e;
				text-decoration:none;
			}
			.news_more a:hover {
				color:#adadad;
			}
			.news_more_text{
				font-weight: bold;
				line-height: 30px;
				border-radius: 5px;
				padding: 6px 18px;
				color: #3ba15d;
				/* background-color: #425d64; */
			}

			.news_more_text:hover{
				color: #f5d124;
				opacity: 0.7;
				transition: 0.3s ease all;
			}


			
@media (max-width: 1100px){

	.indexNewsBg{
		width: 90%;
	}
		
}

@media (max-width:990px){
	.indexNewsBg{
		width: 100%;
		padding: 20px 0 0;
	}
	.news_lit{
		flex-wrap: wrap;
	}
	.news_lit_sort{
		margin-left: 0;
	}
}


@media (max-width:640px){

	.news_wrap{
		padding: 40px 0px 50px 0px;
		margin: 0px auto; 
	}

	.news_more > a {
		margin: 0 auto;
		padding-left: 10px;
	}

	.tab_areaIn {
		justify-content: center;
	}
}


/* 20211201 feather 新增模組 */
/*/////////////////////////////////////////////////////////*/
/*-------首頁_產品快速連結--------*/
/*/////////////////////////////////////////////////////////*/

/*-------首頁_產品快速連結區塊--------*/
.index_productBg{
	overflow: hidden;
}
	.index_productBg .wrap{
		width: 75%;
	}
		
		/*首頁_產品快速連結_列表區塊*/
		.product_listArea{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			margin:0 -20px;
			/* max-width: 90%;
			padding-bottom: 20px; */
		}
			/*產品列表*/
			.product_list{
				width: 25%;
				padding: 20px;
				box-sizing: border-box;						
				overflow: hidden;
				/* max-height: 250px; */
				/* position: relative;*/
			}
				/* 產品圖片框 */
				.product_img {
					position: relative;
					overflow: hidden;
					text-align: center;
					box-sizing: border-box;
					transition: 0.3s ease all;
					/* margin: 20px 15px;
					padding-bottom: 240px; */
					border-radius: 10px;
				}


				.product_img a {
					box-sizing: border-box;
					display: block;
					position: relative;
					padding-bottom: 100%;
					background-color: #000;
				}

				/* 產品圖片框:hover */
				.product_img:hover{
					transform:scale(0.95);
					transition: 0.3s ease all;
				}
				.product_img:before{
					position: absolute;
					content: "";
					bottom: 20px;
					right: 20px;
					/* width: calc(100% - 40px); */
					width: 0px;
					height: 1px;
					background-color: #fff;
					transition: 0.3s ease all;
					z-index: 3;
				}
				.product_img:after{
					position: absolute;
					content: "";
					bottom: 20px;
					right: 20px;
					/* height: calc(100% - 40px); */
					height: 0px;
					width: 1px;
					background-color: #fff;
					transition: 0.3s ease all;
					z-index: 3;
				}
				/* 黑色遮照_在後 */
				/* .product_img::after{
					content:'';
					position: absolute;
					top: 50%;
					left: 50%;
					display: block;
					min-width: 100%;
					min-height: 100%;
					transform:translate(-50%,-50%);
					background-color: #000;
					z-index: 1;
				} */


							/* 圖片_在前 */
							.product_img img{
								/* position: absolute;
								top: 0;
								left: 0;
								bottom: 0;
								left: 0;
								display: block;
								min-width: 100%;
								min-height: 100%;
								opacity: 0.8;
								z-index: 2; */

								width: 100%;
								height: auto;
								position: absolute;
								top: 0;
								left: 0;
								bottom: 0;
								right: 0;
								float: none;
								width: 100% !important;
								height: 100% !important;
								opacity: 0.8;
								z-index: 2;
								object-fit: cover;
								transition: 0.3s ease all;
							}

							.product_img a:before{
								position: absolute;
								content: "";
								top: 20px;
								left: 20px;
								/* width: calc(100% - 40px); */
								width: 0;
								height: 1px;
								background-color: #fff;
								transition: 0.3s ease all;
								z-index: 3;
							}
							.product_img a:after{
								position: absolute;
								content: "";
								top: 20px;
								left: 20px;
								/* height: calc(100% - 40px); */
								height: 0;
								width: 1px;
								background-color: #fff;
								transition: 0.3s ease all;
								z-index: 3;
							}
							/* 圖片裝飾線:hover */
							.product_img a:hover:before{
								width: calc(100% - 40px);
								transition: 0.3s ease all;
							}
							.product_img a:hover:after{
								height: calc(100% - 40px);
								transition: 0.3s ease all;
							}
							.product_img:hover:before{
								width: calc(100% - 40px); 
								transition: 0.3s ease all;
							}
							.product_img:hover:after{
								height: calc(100% - 40px);
								transition: 0.3s ease all;
							}



							/* 圖片:hover */
							.product_img:hover img{
								opacity: 0.3;
								transition: 0.3s ease all;
							}

							/* 描述 */
							.product_img span{
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 18px;
								font-weight: bolder;
								letter-spacing: 5px;
								color: #fff;
								-webkit-transform: translateX(-50%) translateY(-50%);
								transform: translateX(-50%) translateY(-50%);
								z-index: 2;
								transition: 0.3s ease all;
								text-shadow: 0px 1px 8px #000;
							}

							.product_img:hover span{
								font-size: 24px;
								transition: 0.3s ease all;
							}



@media (max-width: 1280px){

	.index_productBg .wrap{
		width: 90%;
	}

	.product_listArea{
		/* max-width: 100%;
		padding: 0; */
	}

	.product_list{
		/* width: 25%; */
	}

}

@media (max-width: 990px){

	.product_list{
		width: 33%;
	}

}

@media (max-width: 720px){

	.product_img{
		/* margin: 10px 5px; */
	}
	.product_listArea {
		margin: 0 -10px;
	}
		.product_list{
			width: 50%;
			padding: 10px;
		}

}

@media (max-width:640px){

	.product_listArea {
		margin: -10px 0;
	}
		.product_list{
			width: 100%;
			padding: 10px 0;
		}
	/* .product_list{
		width: 100%;
		height: auto;
	} */
}
							

























/* 新增專業與優勢 modify by Judy 20220527 start */


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------首頁_專業與優勢--------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.indexAdvALL{	
}

/*===============================================*/
/* 首頁_專業與優勢 PC版 ------------------------ */
/*===============================================*/

.indexAdvBg_pc{
	overflow: hidden;
    padding: 50px 0 50px;
    background-image: linear-gradient(to top, #5b8b47 0%, #ffffff66 30%, #ffffff33 100%) , url(../index/images/indexAdvBg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.indexAdvBg_pc .wrap{
	}

	.indexAdvBg_pc  .titStyle1 {
		color: #fff;
	}
	
	.indexAdvBg_pc .lineStyle_images{
		padding-bottom: 50px ;
	}


	.indexAdvBg{
		position: relative;
	}
	.indexAdvBg:before{
		/* background-image: url(../index/images/indexAdvBg.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover; */
		position: absolute;
		content: "";
		border: 4px #fff dotted;
		width: 600px;
		height: 600px;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		border-radius: 50%;
	}
		.indexAdvBg_pc .advRound_list{
			position: relative;
			width: 800px;
			height: 800px;
			margin:auto;
			/* padding: 2.8em;
			margin: 2em auto 0; */
			
			/* animation:rotate 13s linear infinite; */

		}

		/* 第一層 */
		.indexAdvBg_up{
			/* z-index: 3;
			position: relative; */
		}
			.indexAdvBg_up .indexAdvBg_pc  .advRound_list{
				border: dashed 1px;
				border-radius: 50%;			
			}
			/* 最左側圖片 放大_當前模式 */
			.indexAdvBg_up .advRound_list .deg{
				position: absolute;
				z-index: 3;
				margin: auto;
				width: 400px;
				height: 400px;
				top: 50%;
				left: -80px;
				transform-origin: 50% 50%;
				transform: translate(0%, -50%) rotate(0deg);
				/* transition: 0.3s ease all; */
				/* transition: width .3s ease-out .5s, height .3s ease-out .5s, top .3s ease-out .5s, left .3s ease-out .5s; */
			}

	/* 點擊後當前模式放大的特效 */
	@keyframes enlarge_animation {
		0% {
			position: absolute;
			top: 50%;
			left: -80px;
			transform-origin: 50% 50%;
			transform: translate(0%, -50%) rotate(0deg) scale(0);
			opacity: 0;
			/* transition: 0.3s ease all; */
		}
	
		100% {
			position: absolute;
			top: 50%;
			left: -80px;
			transform-origin: 50% 50%;
			transform: translate(0%, -50%) rotate(0deg) scale(1);
			opacity: 1;
			/* transition: 0.3s ease all; */
		}
	}




		/* 第二層 */
		.indexAdvBg_down{
			position: absolute;			
			top: 0%;
			left: 50%;
			transform:translate(-50%, 0%);
			z-index: 1;
		}
		.indexAdvBg_down.active{
			animation:rotate 13s linear infinite;
		}
			.indexAdvBg_down .indexAdvBg_pc .advRound_list{
				
			}
		@keyframes rotate{
			0%{
				transform:translate(-50%, 0%) rotate(0deg)skew(0deg)scale(1);
				/* -ms-transform:rotate(0deg)skew(0deg)scale(1);
				-moz-transform:rotate(0deg)skew(0deg)scale(1);
				-webkit-transform:rotate(0deg)skew(0deg)scale(1);
				-o-transform:rotate(0deg)skew(0deg)scale(1); */
			}
			
			100%{
				transform:translate(-50%, 0%) rotate(360deg)skew(0deg)scale(1);
				/* -ms-transform:rotate(360deg)skew(0deg)scale(1);
				-moz-transform:rotate(360deg)skew(0deg)scale(1);
				-webkit-transform:rotate(360deg)skew(0deg)scale(1);
				-o-transform:rotate(360deg)skew(0deg)scale(1); */
				}
		}

	.indexAdvBg_down .advRound_list .deg {
		width: 160px;
		height: 160px;
		transform-origin: 50% 400px;
		position: absolute;
		margin: auto;
		top: 0%; 
		left: 50%;
		transition: 0.3s ease all;
		/* animation: animate__rotateOut 8s infinite ease; */
	}

	.indexAdv_rotat{
		position: absolute;
		top: 0;
		left: 50%;
		/* transform-origin: center; */
		transform-origin: 50% 400px;
		transform: translateX(-50%) translateY(-50%) rotate(0deg);
	}

	/* 點擊後旋轉的特效 */
	@keyframes rotate_animation {
		0% {
			position: absolute;
			top: 0;
			left: 50%;
			transform-origin: 50% 400px;
			transform: translateX(-50%) translateY(-50%) rotate(0deg);
			opacity: 0.2;
		}
	
		100% {
			position: absolute;
			top: 0;
			left: 50%;
			transform-origin: 50% 400px;
			transform: translateX(-50%) translateY(-50%) rotate(360deg);
			opacity: 0.1;
		}
		/* 50% {
			position: absolute;
			top: 0;
			left: 50%;
			transform-origin: 50% 400px;
			transform: translateX(-50%) translateY(-50%) rotate(180deg);
			opacity: 0.5;
		}
	
		100% {
			position: absolute;
			top: 0;
			left: 50%;
			transform-origin: 50% 400px;
			transform: translateX(-50%) translateY(-50%) rotate(360deg);
			opacity: 0.1;
		} */
	}



		/* 圖片角度 */
		/* .deg0  */
		.indexAdvBg_down .advRound_list .deg:first-of-type{
			/* width: calc(); */
			transform: translate(-50%, 0%) rotate(0deg);
		}
		/* .deg1  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(2){
			transform: translate(-50%, 0%) rotate(calc(33deg * 1));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(2) > .img{
				transform: rotate(calc(-33deg * 1));
			}		
		/* .deg2  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(3){
			transform: translate(-50%, 0%) rotate(calc(33deg * 2));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(3) > .img{
				transform: rotate(calc(-33deg * 2));
			}	
		/* .deg3  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(4){
			transform: translate(-50%, 0%) rotate(calc(33deg * 3));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(4) > .img{
				transform: rotate(calc(-33deg * 3));
			}
		/* .deg4  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(5){
			transform: translate(-50%, 0%) rotate(calc(33deg * 4));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(5) > .img{
				transform: rotate(calc(-33deg * 4));
			}
		/* .deg5  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(6){
			transform: translate(-50%, 0%) rotate(calc(33deg * 5));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(6) > .img{
				transform: rotate(calc(-33deg * 5));
			}
		/* .deg6  */
		.indexAdvBg_down .advRound_list .deg:nth-of-type(7){
			transform: translate(-50%, 0%) rotate(calc(33deg * 6));
		}
			.indexAdvBg_down .advRound_list .deg:nth-of-type(7) > .img{
				transform: rotate(calc(-33deg * 6));
			}

	/* 已被點選 */
	.indexAdvBg_down .advRound_list .deg.active{
		/* display: none;
		opacity: 0.3; */
		transition: 0.3s ease all;
	}
		.indexAdvBg_down .advRound_list .deg.active .img{
			transform: scale(0.5);
			transform-origin: center;
			transition: 0.3s ease all;
			background-color: #8db273;
			box-shadow: 1px 1px 26px #fff0;
			border: 1px #fff0 solid;
		}
			.indexAdvBg_down .advRound_list .deg.active .img img {
				opacity: 0.3; 
				transition: 0.3s ease all;
			}

	.indexAdvBg_down .advRound_list .deg:hover{
		opacity: 0.3;
		transition: 0.3s ease all;
		cursor: pointer;
	}

		/* 圓形圖片 */
		.advRound_list .img{
			box-shadow: 1px 1px 26px #ffffffc7;
			border: 1px #fff solid;
    		border-radius: 50%;
			display: block;
			text-decoration: none;
			position: relative;
			padding-top: 100%;
			transition: 0.3s ease all;
			/* transition: width .3s ease-out .5s, height .3s ease-out .5s, top .3s ease-out .5s, left .3s ease-out .5s; */
		}
			.advRound_list img{
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				border-radius: 50%;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;			
			}

			.indexAdvBg_down .adv_textArea{
				display: none;
			}

			

		/* 第三層_文字 */
		.indexAdvBg_center{
			position: absolute;
			top: 50%;
			left: calc(50% + 50px);
			transform:translate(-50%, -50%);	
			z-index: 2;		
		}
			.indexAdvBg_center .advRound_list{
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.indexAdvBg_center .adv_textArea{
					max-width: 220px;
					margin: auto;
					/* background-color: #a54a4a; */
					color: #000;
				}
					.indexAdvBg_center .adv_textArea h3{
						border-left: 4px #75a660 solid;
						margin: 0;
						padding: 0;
						padding-left: 10px;
						font-size: 26px;
						line-height: 1;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;
						position: relative;
					}
					/* .indexAdvBg_center .adv_textArea h3 span{
						position: absolute;
						background-color: #000;
						width: 60px;
						height: 60px;
						right: 0;
						bottom: 0;
					} */

					.indexAdvBg_center .adv_textArea p{
						font-size: 17px;
						line-height: 1;
						margin: 30px 0;

						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;
					}
					.indexAdvBg_center .btn_area  {
						text-align: left !important;
					}
						.indexAdvBg_center .btn_area input {
							margin: 0px 0px !important;
							background: #75a660 !important;
							border-color: #75a660 !important;
							color: #fff !important;
						}




		




/*===============================================*/
/* 首頁_專業與優勢 手機版------------------------ */
/*===============================================*/

	.indexAdvBg_mobile{
		display: none;
		/* padding: 10px 0px 50px; */
		padding: 25px 0;
		background-image: url(../index/images/indexAdvBg2.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.indexAdvBg_mobile .titStyle1 {
		/* color: #fff; */
	}

		.indexAdvMobile_area{			
		}

		.indexAdvBg_mobile .swiper-wrapper{
			/* padding-bottom: 50px; */			
		}
		.indexAdvBg_mobileList{

		}
		.indexAdvBg_mobileList .img{
			padding: 0 0 25px;
			width: 200px;
			max-width: 70%;
			margin: auto;
		}
			.indexAdvBg_mobileList .img a{
				display: block;
				position: relative;
				padding-top: 100%;
				/* border: 1px solid rgba(255,255,255,0.8); */
			}
				.indexAdvBg_mobileList .img img {
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
					border-radius: 50%;		
				}


		.indexAdvBg_mobileList .adv_textArea{
			color: #333333;
			display: block;
			text-decoration: none;	
			text-align: center;		
		}
			.indexAdvBg_mobileList .adv_textArea h3{			
				padding: 0;
				margin: 0;
				font-size: 19px;
				line-height: 1;	
				font-weight: bold;

				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
			.indexAdvBg_mobileList .adv_textArea p{
				padding: 15px 0 0;
				font-size: 13px;
				line-height: 1;	

				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
			.indexAdvBg_mobileList .btn_area {
				margin: 20px 0px 0px;
			}
				.indexAdvBg_mobileList .btn_area input {
					margin: 0px 0px !important;
					background: #75a660 !important;
					border-color: #75a660 !important;
					color: #fff !important;
				}
				


@media (max-width: 990px){

	.indexAdvBg_pc{
		display: none;
	}

	.indexAdvBg_mobile{
		display: block;
	}

}



/* 新增專業與優勢 modify by Judy 20220527 end */

	













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

/* 20211201 feather 新增 material-icons 樣式 */
.material-icons {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    transform: translateY(-.1em);
}

.lineStyle_images{
	text-align: center;
	width: 100%;
}


/*------------------內頁背景--------------------*/
.main.inmain{
	padding-top: 96px;
	background: url(../images/background_paper.png);
}


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

		.inbanner > .wrap{
			text-align: center;
			height: 100%;
		}
			
			/* 內頁banner標題 */
			.inbannerTit{
				position: relative;
				top:40%;
				left: 0.5%;
				font-weight: bold;
				font-size: 30px;
				color: #fff;
				display:block;
				vertical-align: middle;
				text-shadow: 0px 0px 5px #000;
				letter-spacing: 1rem;
			}

			/* 內頁banner底線樣式 */
			.inbanner .wrap > .lineStyle_images{
				position: relative;
				top: 40%;
			}

	
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*麵包屑*/
		.crumb_bg{
			color: #777777;
			font-size: 14px;
			/* float: left; */
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
					line-height: 22px;
					color: #a5a5a5;
				}
				.crumb_area i:nth-of-type(1){
					color: #3ba15d;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #3ba15d;
					font-size: 14px;
					line-height: 22px;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					color: #f5d124;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: 14px;
					/* margin-right: -1px; */
					line-height: 22px;
				}	
	
	
	
/*------------------內頁內容區塊--------------------*/
.pageContent{
	padding: 50px 0px;
	position: relative;
}

.pageContent > .wrap{
	width: 80%;
}


	
/* @media (max-width: 900px){ */
@media (max-width: 990px){

	.main.inmain{
		/* padding-top: 88px; */
		padding-top: 62.8px;
	}
	
	.main.page {
		padding-top: 58px;
	}	
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		
		.lineStyle_images{
			margin-bottom: 10px;
		}
}



	
@media (max-width: 640px){

.pageContent_topArea .wrap {
    width: 95%;
}

	.crumb_area i{
		font-size: 16px;
		padding-bottom: 3px;
	}
	.crumb_area a{
		font-size: 12px;
	}

	.crumb_area span{
		font-size: 12px;
	}	
		
}


/* 內容區 */
.pageContentIn{
	padding: 35px 0;
}



/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
    font-size: 30px;
    line-height: 34px;
    color: #2e282a;
    font-weight: bolder;
    text-align: center;
    padding: 30px 0 15px;
	letter-spacing: 5px;
}

	.titStyle1 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;

		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
    font-size: 35px;
    line-height: 35px;
    color: #2e282a;
    font-weight: bolder;
    text-align: center;
    padding: 10px 0;
}
	.titStyle2 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle2Date {
		color: #e76120;
		font-size: 16px;
		font-family: 'Raleway', sans-serif;
		font-weight: normal;
		display: block;
		margin-bottom: 15px;
	}





/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 25px;
    line-height: 35px;
	color:#135065;
	font-weight:bolder;
	margin:20px 0px 30px;
}

	.titStyle3 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}





			
/*按鈕---------------------*/
.btn_area {
	text-align:center;
	margin:40px 0px 0px;
}
	.btn_area input{
		margin:0px 10px;
		/*width:49%;*/
	}
	.btn_area input:nth-child(2n+1) {
		background: #fff0;
		color: #231815;
		border: 1px solid #231815;
	}	
	.btn_area input:nth-child(2n) {
		background:#231815;
		color: #fff;
		border: 1px solid #231815;
	}	
			





@media (max-width: 990px){

	/*內頁標題樣式1-----------------------------------------*/
	.titStyle1{
		font-size: 28px;
		line-height: 30px;
		padding: 10px 0;
	}
	/*內頁標題樣式2-----------------------------------------*/
	.titStyle2{
		font-size: 25px;
		line-height: 30px;
		padding: 10px 0;
	}
}




.page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-bottom: 40px;
    padding-top: 10px; */
}





/*左側*/
.left{
	width: 280px;
	box-sizing: border-box;
	transition: 0.3s ease all;
	/* position: absolute;
	z-index: 2; */
}
			
	/*左側標題*/
	.left_title{
		font-size: 18px;
		letter-spacing: 0.2rem;
		background-color: #3ba15d;
		color: #fff;
		padding: 15px 10px 12px 10px;
	}
		/* .left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		} */
	
	/*左側選單列表*/
	.leftListArea{
		font-size:15px;
		line-height: 1.2;
		color: #333;
		/*background-color: #fcfcfc;*/
	}
	.leftListArea a{
		color: #333;
		text-decoration: none;
		padding: 15px 30px 15px 20px;
		display: block;
	}
		.leftList{
			/* font-size:18px;
			line-height: 1.2; */
		}
			.leftList > a{
				/* display:block;
				padding: 13px 45px 11px 10px;
				text-decoration:none;
				color:#000;
				position: relative;
				font-size: 15px;
				line-height: 22px;
				word-break: break-word;
				
				border-bottom: 1px dashed #cecece; */
			}
				
			.leftList.active > a{
				/* background-color: #ecececa4; */
			}
			.leftList:hover > a{
				/* background-color:#ececec; */
			}

			/* 左側選單第一層 */
			.leftList_top{
				position: relative;
			}
				.leftList_top a{
					display:block;
					padding:15px 30px 15px 10px;
					text-decoration:none;
					/* color:#000;
					position: relative;
					font-size: 15px;
					line-height: 22px; */
					word-break: break-word;
					
					border-bottom: 1px dashed #cecece;
				}

			.leftList.active .leftList_top a ,
			.leftList.leftList2.active .leftList_top a{
				background-color: #ecececa4;
			}



			/* 方向標誌_向下展開 */
			.left_Add{
				cursor: pointer;
				position: absolute;
				right: 0px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				transition: 0.3s ease all;

				display: flex;
				justify-content: center;
				align-items: center;
				width: 29px;
				height: 40px;
				/* background-color: #3ba15d; */
			}
				.left_Add svg{
					width: 12px;
					height: 12px;
				}
				.left_Add.active{
					transition: 0.3s ease all;
					-webkit-transform: translateY(-50%) rotate(180deg);
					transform: translateY(-50%) rotate(180deg);
				}
				.left_Add.active svg ,
				.left_Add:hover svg{
					/* opacity: 0.8; */
					fill:#e50012;
				}



			/* 左側選單第二層內容 */
			.leftList_open{	
				/* transition: 0.3s ease all; */
				display: none;       /*關閉*/
			}	
			/* 左側選單第二層內容展開 */
			/* .leftList.active .leftList_open{
				display: block;
			} */
			.leftList_open.active{
				display: block;
			}

				/* 左側選單第二層 */
				.leftList_open_sec{	
					/* display: none; */
					/* 調整標題位置 modify by david 20220524 */
					padding-left: 25px;
				}
					.leftList_open_secTit{
						position: relative;
						padding-left: 10px;
					}
					.leftList_open_secTit.active{
					}
						.leftList_open_secTit a{						
						}
						.leftList_open_secTit.active a{						
							color: #3ba15d;
						}
					
					/* 新增左側選單icon modify by david 20220524 start */
					.left_icon{
						position: absolute;
						left: 0;
						top: 50%;
						transform: translate(0, -50%);
						width: 24px;
						
					}
						.left_icon img{
							width: 100%;
							height: auto;
							
						}
					/* 新增左側選單icon modify by david 20220524 end */
					

					/* 左側選單第三層 */
					.leftList_third{	
						/* transition: 0.3s ease all; */
						display: none;    /*關閉*/
					}
					/* 左側選單第三層_當前展開 */
					.leftList_third.active{	
						transition: 0.3s ease all;
						display: block;
					}
						.leftList_third_open{								
						}
							.leftList_open_thirdTit{
								position: relative;
							}
								.leftList_open_thirdTit a{
									padding-left: 40px;
								}
								.leftList_open_thirdTit.active > a{
									color: #3ba15d;
								}
								

							/* 左側選單第四層 */
							ul.leftList_fourth_open{
								padding: 0;
								margin: 0;
								list-style-type: none;
								display: block;

								display: none;       /*關閉*/
								transition: 0.3s ease all;
							}
							/* 左側選單第四層_當前 */
							ul.leftList_fourth_open.active{
								display: block;
								transition: 0.3s ease all;
							}
								ul.leftList_fourth_open li{
									padding: 0;
									margin: 0;
									list-style-type: none;
									display: block;
								}
								ul.leftList_fourth_open li a{
									padding-left: 56px;
									color: #878787;
								}

								ul.leftList_fourth_open li.active a{
									color: #3ba15d;
								}






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

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


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

	.right_title{
		font-size: 24px;
		font-weight: bolder;
		color: rgba(73, 73, 73,1);
		line-height: 1.5;
		position:relative;
		border-bottom: 3.9px solid #f5d124;
		padding-bottom: 14px;
	}

	.right_title::before{
		content: "";
		background-color: #3ba15d;
		height: 4px;
		position: absolute;
		width: 25%;
		left: 0;
		top: 100%;
	}

		.right_title h2 {
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
			letter-spacing: 5px;
		}
		

		.right_title2{
			font-size: 24px;
			font-weight: bold;
			color: #777;
			line-height: 1.5;
			position:relative;
			/* border-bottom: 2px solid #f5d124; */
			padding-bottom: 20px;
		}
		
		.right_title2Date{
			/* font-family: 'Montserrat', sans-serif; */
			color: #575757;
			font-size: 16px;
			line-height: 1.2;
			margin-bottom: 10px;
			font-weight: normal;
		}
		
		.right_title2:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title2:after{	
			position: absolute;
			content: '';
			bottom: 12px;
			background: #f5d124;
			width: 55px;
			height: 4px;
			left: 0px;
		}
		.right_title2 h2 {
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
		}	
		
		/* 20211126 feather 新增樣式 */
		.right_title2 h3 {
			display: inherit;
			font-size: 18px;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
			margin-top: 30px;
		}
		
		
		
		
		
		
			
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	
		/*網編區塊*/
		.text_area{
			font-size: 16px;
			line-height:1.5;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}	
			.text_area iframe{
				max-width: 100%;
				/* height: auto; */
			}
			
			

		/*網編區塊*/
		/* .textArea{
			font-size: 16px;
			line-height:1.5;
		}
			.textArea img{
				max-width: 100%;
				height: auto;
			}	 */



		/*按鈕-----------------------------*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background: #fff0;
			color: #231815;
			border: 1px solid #231815;
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 1px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		
		
		
		
		






@media (max-width: 1280px){

	.pageContent > .wrap {
		width: 90%;
	}

		/*左側*/
		.left{
			width: 250px;
		}
		/*右側*/
		.right{
			width: calc(100% - 300px);
		}

}

@media (max-width: 768px){

	.pageContent > .wrap {
		width: 80%;
	}

		.page {
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
			justify-content: unset;
		}

		/*左側*/
		.left{
			width:100%;
			margin-bottom: 10px;
			/* position: static; */
		}
		
			/*左側表單名稱*/
			.left_title {
				position: relative;
				cursor: pointer;
				background-color: #fff;
				padding: 15px 50px 15px 15px;
				/*padding: 6px 50px 13px 15px;*/
				font-size: 17px;
				letter-spacing: 1px;
				color: #000;
				border: 1px solid #dddddd;
			}
				.left_title span{
					display:inline-block;
					font-size: 13px;	
					color: #000;
				}
				
				.left_title:after {
					content: '';
					position: absolute;
					border-left: solid 6px rgba(255,255,255,0);
					border-right: solid 6px rgba(255,255,255,0);
					border-bottom: solid 6px rgba(255,255,255,0);
					border-top: solid 10px #777;
					top: 50%;
					right: 15px;
					-webkit-transform: translateX(0) translateY(-41%);
					transform: translateX(0) translateY(-41%);
					transition:0.3s ease all;
				}
				.left_title.active:after {
					transition:0.3s ease all;
					-webkit-transform: translateX(0) translateY(-82%) rotate(180deg);
					transform: translateX(0) translateY(-82%) rotate(180deg);
				}
				
			
			/*左側表單*/
			.leftListArea{
				display:none;
				background: #fcfcfc;
				border: 1px #dbdbdb solid;
			}
			
				.leftList > a{
					padding: 13px 45px 11px 15px;
				}
					
					/*方向標誌*/
					.leftList_icon.direction{
						right: 11px;
					}
					
					.leftList_open_list a{
						padding: 13px 45px 11px 30px;
					}
	
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 35px 0px 10px;
	}
	
	
}







/*/////////////////////////////////////////////////////////*/
/*-------歷史沿革--------*/	
/*/////////////////////////////////////////////////////////*/



.history_wrap{	
}

.historyBg{	
}

	/* 歷史區 */
	.historyArea{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 40px 10px 35px;
	}
	.historyArea:nth-child(2n){
		/* background-color: #f0f0f0; */
	}

	



		/* 歷史左側  */
		.historyBoxL{
			box-sizing: border-box;
			/* min-width: 130px; */
			min-width: 65px;
		}
											
			/* 歷史左側標題 */
			.historyBoxLtit{
				font-size: 30px;
				letter-spacing: 2px;
				line-height: 0.6;
				position: relative;
				font-family: 'Noto Serif TC', serif;
				/* -webkit-writing-mode: vertical-lr;
				writing-mode: vertical-lr; */
				font-weight: bold;
				color: #425d64;
				/* background-color: #fff; */
			}
			.historyArea:nth-child(2n) .historyBoxLtit{
				/* background-color:#f0f0f0; */
			}
			/* feather */
/* 
			.historyBoxLtit:after {
				position: absolute;
				content: '';
				display: block;
				width: 1px;
				height: 35px;
				bottom: -40px;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(0);
				transform: translateX(-50%) translateY(0);
				background: #222;
			} */



		/* 歷史右側 */
		.historyBoxR{
			box-sizing: border-box;
			width: 100%;
		}
											
			/* 歷史右側標題 */
			/* feather */
			/* .historyBoxRtit{
				font-size: 23px;
				font-weight: bold;
				letter-spacing: 2px;
				font-family: 'Noto Serif TC', serif;
				margin-bottom: 42px;
				position: relative;
				z-index: 1;
				padding: 4px 0;
				background-color: #fff;
			}
			.historyArea:nth-child(2n) .historyBoxRtit{
				background-color: #f0f0f0;
			} */



			.historyBoxRbottom{
				margin-left: 85px;
			}
													
				/* 歷史右側列表 */
				.historyList{
					margin-top: 30px;
					position:relative;
				}
				.historyList:first-child{
					margin-top: 0px;
				}
				.historyArea:last-child{
					padding-bottom: 110px;
				}
				/* .historyArea:last-child .historyList:last-child{
					margin-bottom: 60px;
				} */


				.historyList:first-child:after {
					content: '';
					position: absolute;
					width: 1px;
					height: calc(100% + 160px);
					background: #68877d;
					left: -47px;
					top: -160px;
					z-index: 0;
				}
				.historyArea:first-child .historyList:first-child:after {
					opacity: 0;
				}


				.historyList:before{
					content: '';
					position: absolute;
					width: 1px;
					/* height: 100%; */
					height: calc(100% + 30px);
					/* height: calc(100% - 130px); */
					background: #68877d;
					/* left: 195px; */
					/* top: 90px; */
					left: -47px;
					top: 11px;
					z-index: 5;
				}
				.historyArea:last-child .historyList:last-child:before {
					content: '';
					position: absolute;
					/* bottom: -200%;
					width: 1px;
					height: calc(100% + 30px);
					background-image: linear-gradient(#222222 50%, rgba(255, 255, 255, 0) 0%); */
					left: -47px;
					bottom: 0;
					width: 1px;
					min-height: 150px;
					height: 110%;
					background-repeat: no-repeat;
					z-index: 1;
					background-image: url(../about/images/history_line.png);
					background-size: cover;
					background-position: center bottom;
					background-color: #2220;
				}


					/* 歷史右側列表月分 */
					.historyMonth{
						font-size: 16px;
						line-height: 20px;
						font-weight: bold;
						margin-bottom: 10px;
						position: relative;
					}
					.historyMonth:after{
						position: absolute;
						top: 50%;
						content: '';
						display: block;
						width: 33px;
						height: 1px;
						background: #bbb;
						transform: translateY(-50%);
						left: -47px;
					}
					/* .historyMonth:before{
						position: absolute;
						content: '';
						width: 5px;
						height: 5px;
						border-radius: 50%;
						left: -50px;
						top: 50%;
						display: block;
						background: #425d64;
						-webkit-transform: translateY(-50%) translateX(2px);
						transform: translateY(-50%) translateX(1px);
						z-index: 1;
					} */

					.historyMonth2:before{
						position: absolute;
						content: '';
						width: 8px;
						height: 8px;
						border-radius: 50%;
						left: -50px;
						top: 50%;
						display: block;
						background: #4e645d;
						transform: translateY(-50%) translateX(0px);
						z-index: 6;
					}



					/* 歷史右側列表事記 */
					.historyEvents{
						font-size: 17px;
						/* color: #000000; */
						line-height: normal;
						font-family: "微軟正黑體";
					}
					
						.historyEvents img{
							max-width: 100%;
							height: auto;
						}





@media (max-width: 640px){

	/* 歷史區 */
	.historyArea{
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		/* padding: 80px 10px 50px; */
		padding: 53px 10px 36px;
		/* margin: 0 -5%; */
	}
		/* 歷史左側  */
		.historyBoxL{
			min-width:unset;
			margin-bottom: 15px;
		}
			/* 歷史左側標題 */
			.historyBoxLtit{
				/* font-size: 25px; */
				font-size: 30px;
				position: unset;
				-webkit-writing-mode: unset;
				writing-mode:unset;
				position: relative;
				z-index: 2;
				padding: 5px 0;
			}

			.historyBoxLtit:after {
				display: none;
			}


			/* 歷史右側標題 */
			.historyBoxRtit{
				font-size: 18px;
				letter-spacing: 1px;
				/* margin-bottom: 42px; */
			}

			.historyBoxRbottom{
				margin-left: 40px;
			}

			.historyList:before {
				left: -30px;
			}
			.historyList:first-child:after {
				/* height: calc(100% + 40px); */
				height: calc(50% - 10px);
				left: -30px;
			}
			.historyArea:last-child .historyList:last-child:before {
				left: -30px;
				/* height: 120px; */
			}
			/* .historyArea:last-child .historyList:last-child:after {
				left: -30px;
			} */

			.historyMonth:after {
				width: 25px;
				left: -30px;
			}
			.historyMonth:before ,			
			.historyMonth2:before{
				left: -33px;
			}

}




/*/////////////////////////////////////////////////////////*/
/*-------最新消息區--------*/
/*/////////////////////////////////////////////////////////*/


/*最新消息*/
.news_bg{
	/*padding-top: 40px; */
    /* padding-bottom: 30px; */
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;*/
}

	.news_list{
		display:flex;
		width:100%;
		box-sizing:border-box;
		padding: 10px 0px;
		border-bottom: 1px #b5b5b5 dashed;
	}
		.news_list_tit{
			font-size:15px;
			font-weight:bold;
			/*padding:5px 0px;*/
			line-height:20px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:1;
			overflow: hidden;
			color:#4e4e4e;
			word-wrap: break-word;
			word-break: break-all;			
		}
			.news_list_tit > a {
				font-size: 16px;
				line-height: 22px;
				text-decoration: none;
				color:#425d64;
				display: block;
				/*min-height: 44px;*/
			}
			
			.news_list_tit > a i{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				/* transform: rotate(0deg); */
				vertical-align: baseline;
				transition: 0.3s ease all;
			}
			
				.news_list_tit > a:hover {
					/*opacity:0.7;*/
					color: #f5d124;
					transition: 0.3s ease all;
				}			
				.news_list_tit > a:hover i {
					color: #f5d124;
					/* transform: rotate(0deg); */
					transition: 0.3s ease all;
				}			
			
		.news_list_date{
			/* font-family: 'Montserrat', sans-serif; */
			margin: auto 0;
			margin-right: 20px;
			box-sizing: border-box;
			min-width: 95px;
			text-align: left;
			color: #747474;
			font-size: 15px;
			line-height: 22px
		}
		
		.news_list_text{
			display: none;
			font-size:15px;
			width:99%;
			/* display: inline-block; */
			vertical-align: middle;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.news_list_more{
			font-size: 15px;
			font-weight: bold;
			padding: 10px 0px 0px 0px;
		}
			.news_list_more > a {
				color:#ca1726;
				line-height: 22px;
				display: inline-block;
				vertical-align: middle;
			}
			.news_list_more > a i {
				font-size:12px;
				line-height: 22px;
				display: inline-block;
				vertical-align: -44%;
				font-weight: bold;
				color:#ca1726;
				transform: rotate(180deg);
			}
			.news_list_more > a:hover {
				opacity:0.7;
			}






@media (max-width: 640px){


/*最新消息*/
.news_bg{
    display:block;
    flex-wrap: unset;
    flex-direction: unset;
    align-content: unset;
    justify-content:unset;
}
	.news_list{
		width:100%;
	}
		.news_list_tit{
			display: block;
			-webkit-box-orient: unset;
			-webkit-line-clamp: unset;
			overflow: unset;
		}

}













/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg{
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 3px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.1;
		color: #333;
	}

		/* 表格_標題 */
		.no_bg caption{
			text-align: left;
			margin-bottom: 15px;
		}

			.no_bg caption h2{
				padding: 0;
				margin: 0;
				font-size: 19px;
				line-height: 1;
				color: #476e54;
			}

			.no_bg caption h3{
				padding: 0;
				margin: 0;
				font-size: 18px;
				line-height: 1.2;
				color: #476e54;
			}




		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: 16px;
					line-height: 1.2;
					color: #fff;
					padding: 10px 15px;
					box-sizing: border-box;
					/* border: solid 1px #bebebe; */
					/* border-left: solid 0px #bebebe; */
					/* border-bottom: solid 1px #bebebe;
					border-right: solid 1px #bebebe; */
					background: #476e54;
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius: 5px;
				}
				.no_bg thead th:last-of-type{
					border-radius:0 5px 0 0;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: 15px;
				line-height: 1.2;
				color: #333;
				padding: 15px 10px;
				box-sizing: border-box;
				border-bottom: 1px solid #cccccc;
				border-right: 2px dashed #e6e6e6;
				background: #f5f5f5;
			}
			.no_bg tbody tr td:first-of-type{
				border-left: 1px solid #cccccc;
			}
			.no_bg tbody tr td:last-of-type{
				border-right:1px solid #cccccc;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background: #fff;
			}

		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: #476e54;
			color: #ffffff;
			border: 1px solid #476e54;
			height:40px;
			line-height:40px;
			box-sizing: border-box;
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
		}
			.no_bg .cPL_twoBtn input[type='button'] {
				/* width: 49%; */
				max-width: 100px;
    			margin: 5px 2.5px;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #3ba15d;
				border-color:#3ba15d;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+2) {
				background: #476e54;
				border: 1px solid #476e54;
			}					



@media (max-width: 768px){


/*第一組tr*/
/* .no_bg tr:first-of-type  */
.no_bg thead{
	display:none;
}

/*第一個td*/
.no_bg tr td:first-of-type {
	width: auto;
	padding: 10px 14px;
	border-top: solid 0px #ADABAB;
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px #ADABAB;
	padding: 5px 14px 10px 14px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: solid 1px #ADABAB;
}


/*第五個td*/
/* .no_bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.no_bg td:nth-of-type(5):before {
		display:none;
	} */

.no_bg table {
	/*border: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	border-top: solid 1px #bebebe;
	border-radius:5px;
}
	.no_bg td {
		display:block;
		border:none;
		text-align:left;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		padding: 5px 14px;
	}
	
		.no_bg td:before {
			color: #7b7b7b;
			content:attr(data-name);
		}
		/*商品名稱*/
		/* .cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			font-size:16px;
		} */
		
		/* .no_bg table input {
			height:40px;
			line-height:40px;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:42px;
			} */
		
				/*兩個按鍵時*/
				/* .no_bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.no_bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			width: 100%;
		}				




}







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


/* 商品區 */
ul.productsBg{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

	/* 商品列表 */
	ul.productsBg li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;
		padding: 0 15px 30px;
		width: 25%;
	}
		.productsList{
		}
			.productsList a{
				display: block;
				text-decoration: none;
			}
			.productsList a:hover{
				opacity: 0.8;
			}


			/* 商品列表圖 */
			.productsListImg{
				position: relative;
				/* display: block; */
				padding-top: 100%;
			}
				.productsListImg img{
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
					border-radius: 10px;
				}

            /* 商品列表資訊 */
            .productsListBottom{
				margin-top: 10px;
				color: #476e54;			
			}
				.productsListBottom h3{	
					padding: 5px 0;
					margin: 0;
					font-size: 15px;
					line-height: 1.2;
					font-weight: normal;
				}
				.productsListBottom h3:before {
					color: #7b7b7b;
					content: attr(data-name);
					display: inline-block;
					box-sizing: border-box;
					/* padding-right: 10px; */
				}

				



@media (max-width: 1200px){

	/* 商品列表 */
	ul.productsBg li{
		width: 33.3%;
	}

}

@media (max-width: 1100px){

	/* 商品列表 */
	ul.productsBg li{
		width: 50%;
	}

}

@media (max-width: 640px){

	/* 商品列表 */
	ul.productsBg li{
		width: 100%;
	}

}







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




.product_in {
	/*background:#fff;	*/
}
	/*產品內頁上*/
	.pI_top{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		/* align-items: flex-start; */
	}
	
		/*產品內頁上左*/
		/*.pIT_left {
			float:left;
			width:40%;
			box-sizing:border-box;
		}*/
			
			/*商品內頁圖*/
			/*.pIT_left img{
				width:100%;
				height:auto;
				padding:15px 0px 0px;
			}*/
				/*.az-wrap-inner {
					width:100% !important;
				}
					.az-overly {
						width:100% !important;
					}*/
			
			
			
			
			
			
			
	/*產品內頁產品圖*/
	/* .product_in_img {
		box-sizing: border-box;
		padding: 0px 0px 0px;
		width: 45%;
	}*/

	/* pc */
	.pITL_img{
		/* width: 45%; */
		width: 35%;
		box-sizing: border-box;
		border: 1px #e2e2e2 solid;
	}
	/* mobile */
	.product_in_img{
		width: 100%;
		box-sizing: border-box;
		display: none;
	}
		.pI_top img {
			width:100%;
			height: auto;
			/* border: 1px #e2e2e2 solid; */
		} 
		
		/* 放大鏡圓形 */
		/*.magnifier{   
			 border-radius: 75px; 
			 border-radius: 100%;
			border: 5px solid #F0F0F0; 
		}*/

		/*商品內頁圖*/
		.pITL_img .small img {
			width:100%;
			height:auto;
		}
			.az-wrap-inner {
				width:100% !important;
			}
				.az-overly {
					width:100% !important;
					height:auto;
				}
				
			.pITL_img .pLL_capacity {
				top:0px;
			}
				.pITL_img .pLL_capacity.positionLeft {
					left:0px;
				}
				.pITL_img .pLL_capacity.positionRight {
					right:0px;
				}
		

		/*大圖*/
		/* .pII_big {
			border-radius: 5px;
    		overflow: hidden;
		}
			.pIIB_img {
				display:none;
			}
				.pIIB_img img {
					width:100%;
					height:auto;
					border-radius:5px;
				}
			#b_img1 {
				display:block;
			} */
		
		/*小圖*/
		/* .pII_s {
			margin:0px -5px;
			padding:20px 0px 0px;
		}
			.pII_s .device {
			}
				.pII_s .swiper-slide {
					box-sizing:border-box;
					padding:0px 5px;
				}
					.pII_s .swiper-slide a {
						display: block;
					}				
					.pII_s .swiper-slide img {
						width:100%;
						height:auto;
					}
					img.imgLisH {
					} 
					
					
					
					
			.pII_s .arrow-left {
				left:-17px;
			}
			.pII_s .arrow-right {
				right:-14px;
			}*/
				
			

			
			
			






			
		/*產品內頁上右*/
		.pIT_right {
			box-sizing: border-box;
			/* width: 50%; */
			width: 60%;
		}
		
			.pITR_tit {
				font-size: 17px;
				line-height: 1.5;
				color: #2e282a;
				font-weight: bolder;
			}
				.pITR_tit > h2 {
					display: inherit;
					font-size: inherit;
					margin-block-start: inherit;
					margin-block-end: inherit;
					margin-inline-start: inherit;
					margin-inline-end: inherit;
					font-weight: inherit;
				}			
			
			
			/*商品說明短文字*/
			.pITR_remark {
				margin: 20px 0px 0px 0px;
				font-size: 16px;
				/* line-height: 21px; */
				line-height: 1.7;
				color: #989898;
				/* display: inline-block; */
			}
			/* 預購商品提示 */
			.preorder{
				display: inline-block;
				background-color: #e0bb8c;
				padding: 5px;
				border-radius: 5px;
				color: #fff;
			}

			/* 價格 */
			.PITR_price {
				font-size:14px;
				line-height:30px;
				margin-top: 20px;
				/* padding: 15px 0px 0px 0px; */
			}
				.PITR_price span {
					color:#c5261a;
					font-weight:bold;
					font-size: 30px;
					letter-spacing: 2px;
				}


			/* 原價 */
			.Original_price {
				font-size:14px;
				line-height:30px;
				/* padding: 15px 0px 0px 0px; */
				margin-top: 20px;
				text-decoration:line-through;
				color: #969696;
			}
				.Original_price span {
					/* color: #969696; */
				}

			/* 規格選擇 */
			ul.pITR_specification{
				font-size: 17px;
				padding: 0;
				list-style-type: none;
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				margin-top: 30px;
			}
				.pITR_specification li{
					padding: 0 15px 7.5px 0px;
				}
				.pITR_specification li a{
					text-decoration: none;
					display: block;
					border: 1px solid #d4d9de;
					border-radius: 3px;
					color: #4a4e5c;
					padding: 8px 10px;
				}
				.pITR_specification li a:hover ,
				.pITR_specification li.active a{
					border: 1px solid #c5261a;
					background-color: #c5261a;
					color: #fff;
				}



				/* 缺貨 */
				.pITR_specification li.OutOfStock {
				}
				.pITR_specification li.OutOfStock a {
					text-decoration: line-through;
					background-color: #e2e2e2;
					color: #969696;
					cursor: default;
				}
				.pITR_specification li.OutOfStock a:hover{
					border: 1px solid #d4d9de;
					background-color: #e2e2e2;
					color: #969696;
				}



				/* 產品數量 */
				.pITR_quantity{
					margin: 30px 0;
				}
					.pITRQ_btn {
						background:#eee;
						border-radius:10px;
						width:46px;
						height:46px;
						line-height:46px;
						text-align:center;
						font-size:26px;
						color:#393939;
						cursor:pointer;
						float:left;
					}
					.pITRQ_text {
						background:#eee;
						border-radius:10px;
						float:left;
						width:75px;
						height:46px;
						line-height:46px;
						margin:0px 9px;
					}
						.pITRQ_text input[type='text'] {
							width:100%;
							border:none;
							background:none;
							font-size:25px;
							color:#393939;
							font-weight:bold;
							text-align:center;
							height:46px;
							line-height:46px;
						}
			
			
			/* 產品內頁按鍵*/
			.pITR_btn_area {
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
				/* justify-content: space-between; */
				margin: 0 -15px;
			}
			.pITR_btn_area div{
				/* width: 100%; */
				padding: 5px 15px;
			}
			.pITR_btn_area input {
				width: auto;
				box-sizing: border-box;
				border-radius: 5px;
				font-size: 16px;
				font-weight: bold;
				letter-spacing: 4px;
				border-color: #fff0;
				text-align: left;
				padding-left: 55px;
				padding-right: 25px;
				/* padding: 0px 20px 0px;*/
			}				
				.pITR_btn_area input.add {
					background-color: #2a2a2a;
					color: #ffffff;
					background-image: url(../images/cart_shop.svg);
					background-position: 20px 49%;
					background-repeat: no-repeat;
					background-size: 20px;
					/* padding: 0 0 0 28px;*/
				}		
				.pITR_btn_area input.favorite {
					background-color: #db0b23;
					color: #ffffff;
					background-image: url(../images/favorite_3.svg);
					background-position: 20px 49%;
					background-repeat: no-repeat;
					background-size: 20px;
					/* padding: 0px 0 0 32px;*/
				}
				.pITR_btn_area input.favorite.active {  /*點擊加入後的樣式*/
					background-color: #bababa;
					/* color: #949494; */
				}				
				
				
				.pITR_btn_area input.inquiry {
					background-color: #90690b;
					color: #ffffff;
					background-image: url(../images/cart.svg);
					background-position: 20px 49%;
					background-repeat: no-repeat;
					background-size: 20px;
					/* padding: 0 0 0 25px;*/
				}




				
								

/*-----分享按鍵區---------------------------------------------------------------------*/

/* .shareArea{
	padding-top: 40px;
}


.function {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 5px;
	font-size: 16px;
	color: #333;
}
	.function  a {
		display: block;
		padding: 0;
		text-decoration: none;
		width: 39px;
		height: 39px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-radius: 50%;
	}
	
	.function a:hover {
		opacity:0.7;
	}	
	
	.function img {
		width: 39px;
		height:auto;
	} */
	
											
						

								
	/*產品內頁下*/
	.pI_bottom{
		background: #fff;
		border-radius: 3px;
		padding: 15px;
		margin-top: 50px;
	}
		.pIB_tit {
			color: #8e8e8e;
			font-size: 20px;
			font-weight: bold;
			line-height: 22px;
			margin-bottom: 10px;
		}	
		.pI_bottom section.text_area p{
		}



@media (max-width: 1280px){
	
	/* .pITR_btn_area {
		margin: 0 -5px;
	}
	.pITR_btn_area div {
		padding: 5px 5px;
	}
	.pITR_btn_area input {
		padding-left: 45px;
    	padding-right: 15px;
	}
	.pITR_btn_area input.add {
		background-position: 15px 49%;
		background-size: 15px;
	}
	.pITR_btn_area input.favorite {
		background-position: 15px 49%;
		background-size: 15px;
	}
	.pITR_btn_area input.inquiry {
		background-position: 15px 49%;
		background-size: 15px;
	} */


	/*產品內頁產品圖*/
	/* .product_in_img {
		width: 40%;
	} */
	/*產品內頁上右*/
	/* .pIT_right {
		padding-left: 15px;
		width: 60%;
	} */
}






/* @media (max-width: 880px){

	.pII_s .device .arrow-left, 
	.pII_s .device .arrow-right {
		display:block;
	}
} */



@media (max-width: 990px){
	
.pI_top {
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    align-items: unset;
}	

	/* pc 產品內頁產品圖*/
	.pITL_img{
		width: 100%;
		/* display: none; */
	}
	/* mobile 產品內頁產品圖*/
	.product_in_img{
		/* display: block; */
	}

	/*產品內頁上右*/
	.pIT_right {
		padding:50px 0px 0px;
		width: 100%;
	}
	
		.pITR_price {
			padding: 20px 0px 0px 0px;
		}	

}





@media (max-width: 768px){
	
	/* 產品內頁按鍵*/
	.pITR_btn_area {
		/* display: block;
		flex-wrap: unset;
		flex-direction: unset; 
		justify-content: space-between;*/
		margin: 0 0px;
	}
	/* .pITR_btn_area div{
		width: 32%; 
		padding: 0px 0px;
	}	

		.pITR_btn_area input{
			width: 100%; 
			letter-spacing: 0;
			font-size: 14px;
		}
		.pITR_btn_area input.add {
			background-image: none;
			padding: 0;
		}		
		.pITR_btn_area input.favorite {
			background-image: none;
			padding: 0;
		}
		.pITR_btn_area input.inquiry {
			background-image: none;
			padding: 0;
		} */
		
		

	/*產品內頁上右*/
	/* .pIT_right {
		padding:20px 0px 0px;
	}	
		
	.pITR_In:nth-child(2) {
		margin: 20px 0px 0px;
	}	 */
	
	
	/*.pIT_left{
		width:100%;
		float:none;
	}
	.pIT_right{
		width:100%;
		float:none;
	}
		.pIT_left img{
			padding:0px;
		}
		.pITR_tit {
			padding:50px 0px 0px;
		}*/
		
		/*.pITR_In ,
		.pITR_In:nth-child(2) {
			float:none;
			width: 100%;
		}

		.pITR_quantityAndAddCart{
			padding:30px 0px 0px;
		}*/
		/*.pITR_quantity {
			padding:15px 0px 0px;
			float:none;
			margin:0px;
		}
			.pITR_quantity select{
				width:100%;
			}
	
		.pITR_btn_area {
			padding:20px 0px 0px 0px;
			float:none;	
			margin:0px;
		}
			.pITR_btn_area input{
				width:100%;
			}*/
}


@media (max-width: 510px){

	.pITR_btn_area {
		/* display: block;
		flex-wrap: unset;
		flex-direction: unset; */
		margin: 0 -5px;
	}
		.pITR_btn_area div {
			width: 33.3%;
		}
			.pITR_btn_area input {
				width: 100%;
				text-align: center;
			}
			.pITR_btn_area input.add , 
			.pITR_btn_area input.favorite, 
			.pITR_btn_area input.inquiry{
				background-image: none;
				padding: 0 0px;
				text-align: center;
			}


	/*產品內頁附加ProductInRight*/
	/* .right.ProductInRight{
		max-width:inherit;
	}
	
	.pITR_quantityAndAddCart{
		padding:20px 0px 0px;
		margin:0 auto;
	}	
	.pITR_quantity ,
	.pITR_btn_area {
		padding: 5px 0px;
		width: 100%;
		float:none;
	} */
	
}
























/*/////////////////////////////////////////////////////////*/
/*-------經銷商介紹--------*/
/*/////////////////////////////////////////////////////////*/


.dealerArea{
	padding-top: 30px;
}


.dealerArea:first-of-type{
	padding-top: 10px;
}

.dealerArea:nth-of-type(2){
	padding-top: 60px;
}

	.dealer_list {
		margin:0 auto;
		width: 60%;
		display: flex;
		justify-content: space-evenly;
		padding: 0;
	}


	.dealer_list span{
		font-size: 22px;
		font-weight: bolder;
		line-height: 18px;
		color: #425d64;
	}

		.dealer_anchor{
			list-style-type: none;
			text-decoration: none;
		}

			.dealer_anchor > a {
				text-decoration: none;
				font-size: 21px;
				font-weight: bolder;
				letter-spacing: 3px;
				color: #425d64;
			}

			.dealer_anchor > a:hover {
				transition: all 0.3s ease;
				opacity: 0.8;
				color: #425d64;
			}







	.dealerArea td{
	}

	/* 詳細資料	 */
	.dealerArea td .cPL_Btn{
		display: flex;
		align-items: center;
		justify-content: center;
		color: #3ba15d;
		cursor: pointer; 
	}
		.dealerArea td .cPL_Btn span{
			box-sizing: border-box;
			display: inline-block;
			padding-right: 5px;
			font-weight: bolder;
		}
		.dealerArea td .cPL_Btn svg{
			box-sizing: border-box;
			display: inline-block;
			fill: #3ba15d;
			stroke-width: 1px;
    		stroke: #3ba15d;
		}
		.dealerArea td .cPL_Btn:hover span ,
		.dealerArea td .cPL_Btn:hover svg{
			opacity: 0.5;
		}





@media (max-width:990px) {
	.dealer_list {
		width: 80%;
	}

	.dealer_list span{
		font-size: 18px;
		font-weight: bolder;
		line-height: 15px;
		color: #425d64;
	}

	.dealer_anchor > a {
		text-decoration: none;
		font-size: 17px;
		font-weight: bolder;
		letter-spacing: 3px;
		color: #425d64;
	}

}

@media (max-width:768px) {

	.dealerArea caption h2{
		padding: 0;
		margin: 0;
		font-size: 17px;
		line-height: 21px;
		color: #476e54;
	}

	.dealerArea:nth-of-type(2){
		padding:60px 0 20px;
	}

		.dealer_list {
			width: 100%;
		}


		.dealerArea table tr td:last-of-type{
			padding: 10px 14px;
		}
			.dealerArea td .cPL_Btn {
				justify-content: unset;
			}

}






/*/////////////////////////////////////////////////////////*/
/*-------經銷商詳細資料頁--------*/
/*/////////////////////////////////////////////////////////*/

/* 經銷商詳細資料頁 */
.dealerDetailsArea{	
}

	/* 經銷商詳細資料頁_上 */
	ul.dealerDetails_top{	
		padding: 0;
		margin: 0;
		letter-spacing: normal;
		display: block;

		box-sizing:border-box;
		/* max-width: calc(100% - 350px); */
		font-size: 16px;
		line-height: 1.5;
		color: #333;
		padding-bottom: 30px;
		/* margin-bottom: 30px;
		border-bottom: 1px #b5b5b5 dashed; */
	}
		ul.dealerDetails_top li{	
			padding: 10px 0;
			display: flex;
			align-items: center;	
		}
		ul.dealerDetails_top li a{	
			display: inline-block;
			color: #333;
			text-decoration: none;				
		}
		ul.dealerDetails_top li h3{
			padding: 0;
			margin: 0;
			padding-right: 15px;
			font-size: 27px;
		}
		ul.dealerDetails_top li svg {
			width: 21px;
			height: 21px;
			display: inline-block;
			fill: #3ba15d;
		}
		ul.dealerDetails_top li span{				
		}
		ul.dealerDetails_top li span:before {
			color: #7b7b7b;
			content: attr(data-name);
			display: inline-block;
			box-sizing: border-box;
			padding: 0 5px 0 10px;
		}

	/* map區塊 */
	.dealerDetailsArea .location_bottom{
		max-width: 100%;			
	}
	.dealerDetailsArea .text_area{
		padding-top: 30px;
		/* max-width: 100%; */
	}








@media (max-width:768px) {

	/* 店長資訊---------------------- */	
	ul.dealerDetails_top{
		/* max-width: unset;
		padding: 30px 0 0; */
		font-size: 13px;
		padding-bottom: 15px;
		/* margin-bottom: 20px; */
	}
	ul.dealerDetails_top li {
		padding: 5px  0;
	}
		ul.dealerDetails_top li svg {
			width: 14px;
			height: 14px;
		}
		ul.dealerDetails_top li span:before {
			padding: 0 2px 0 6px ; 
		}

	.dealerDetailsArea .text_area {
		padding-top: 20px;
	}

}











/*/////////////////*/
/*------錨點-------*/
/*/////////////////*/
.target_fix{
	position: relative;
    top: -75px;
    display: block;
}




/*/////////////////////////////////////////////////////////*/
/*-------相關連結--------*/
/*/////////////////////////////////////////////////////////*/


.linkArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin: 0 -15px -15px;
}
	/* 相關連結_清單*/
	.link_list{
		    /* font-size: 75px; */
			padding: 15px 0px 25px 10px;
			width: 49%;
			box-sizing: border-box;
	}
		/* 相關連結_清單_in */
		.link_list_in{
			display: inline;
			background:#ffffff;
			padding:0;
			border-radius:7px;
		}
			/* 相關列表_標題 */
			.link_tit a{
				font-size: 16px;
				font-weight: bolder;
				text-decoration: none;
				color: #425d64;
				transition: 0.3s ease all;
			}
			.link_tit a:hover{
				opacity: 0.9;
				color: #f5d124;
				transition: 0.3s ease all;
			}
			.link_tit::before{
				font-family: "Material Icons";
				content: "\e5cc";
				font-size: 20px;
				color: #3ba15d;
				vertical-align: sub;
			}			


@media (max-width:1100px) {
	/* 相關連結_清單*/
	.link_list{
		padding: 10px 0px 20px 10px;
		width: 50%;
	}
}

@media (max-width:640px) {
	/* 相關連結_清單*/
	.link_list{
		padding: 10px 0px 20px 10px;
		width: 90%;
		font-weight: bolder;
	}

		.link_tit a{
			font-size: 17px;
		}
}










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



/*聯絡我們表單區----------------------------------------*/
.contactArea{
}

/*表單區左*/
.contactLeft {
	width:49%;
	float:left;
}
/*表單區右*/
.contactRight {
	width:48%;
	float:right;
	/*border-left:1px solid #e6e6e6;*/
}

	.contactRight > .form_remark {
		text-align:left;
	}






@media (max-width: 1050px){
	
	/*表單區左*/
	.contactLeft {
		width:100%;
		float:none;
	}
	.contactLeft iframe{
		width:100%;
		height:350px;
	}
		
	
	/*表單區右*/
	.contactRight {
		padding-top:30px;
		width:100%;
		float:none;
	}

}
















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding: 40px 0px 0px;
	position: relative;
    z-index: 5;
}
	/*左側區塊*/
	.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: #ff6721;
				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;
	}
		.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: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #f5d124;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #f5d124;
				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: #f5d124;
		vertical-align: middle;
		font-weight: bold;
	}	
	





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

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



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


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







