/*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:#333;/*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

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

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

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

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


/*modify by ryan 20211110 start*/
.wrap {
	width: 90%;
	margin: 0 auto;
}


@media (max-width: 1240px){
	.wrap {
		width: 85%;
		margin: 0 auto;
	}
}
/*modify by ryan 20211110 end*/

	
		@media (max-width: 990px){
			.wrap {
				width: 90%;
				margin: 0 auto;
			}
		}
	
		
		
		@media (max-width: 640px){
			.wrap {
				width: 85%;
				margin: 0 auto;
			}
		}
	
	
		@media (max-width: 425px){
			.wrap {
				width: 90%;
				margin: 0 auto;
			}
		}
			
			
			
/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] .input, input[type="email"], input[type="date"]{
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    /* height: 42px; */
	height: 38px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}

input[type="date"]{
	/* modify by pekey 20220526 */
	width: 200px;
}
	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:162px;
	height:42px;
	background:#1C6900;
	color:#fff;
	border-radius:4px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    /* padding: 3px; */ /* modify by pekey 20220626 */
	padding: 6px 6px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	width: 100%;
	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;
	}
		/*左右鍵*/
		.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:0px;
			}
			/*右鍵*/
			.device .arrow-right {
				right:0px;
			}
				.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: -32px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 8px;
			  height: 8px;
			  border-radius: 5px;
			  background: #fff;
			  margin: 0 6px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #666;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
					
					@media (max-width: 880px){
						.device {
							height:auto;
						}
							/*左右鍵*/
							.device .arrow-left, .device .arrow-right {
								/*display:none;*/ /*modify by pekey 20180509*/
							}
							
							/*modify by pekey 20180509 start*/
							.device .arrow-left {
								left:20px;
							}
							.device .arrow-right {
								right:20px;
							}
							/*modify by pekey 20180509 end*/
					}
						@media (max-width: 640px){
							.pcBanner {
								display: none;
							}
							.mobileBanner {
								display:block;
							}
						}
				
/*-------頁次--RWD版 by kevin 20150629------------------------------------------------------------------------*/							
.page_area_rwd {
	text-align:center;
	padding: 25px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:66px;
		font-size:16px;
		background:#1C6900;
		line-height:36px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			border-radius:4px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#b7b7b7;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:12px !important;
			padding:7px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:36px !important;
			box-sizing:border-box;
			border-radius:3px;
		}
			@media (max-width: 760px){
				.page_left_arrow, .page_right_arrow {
					line-height: 40px;
					width: 83px
				}
				.page_select select {
					font-size: 15px !important;
					padding: 8px 18px 7px 16px !important;
					height: 40px !important;
					font-size: 15px !important;
				}
			}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	
	/*modify by pekey 20180509*/
	border-bottom: solid 1px #bebebe;
}
	.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:15px;
					width: auto;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#E8E8E8;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							background:#fff;
						}
						
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active span {
							background:#fff;    
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

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

@media (max-width: 760px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
			border: solid 1px #e3e3e3;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			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;
			}
				.tabs li.active:after {
					content:"";
				}
}

		
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

	.mLI_btn {
		/* modify by pekey 20220407 */
		padding: 15px 0px 0px;
	}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
	margin: 0 -8px;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	

	.form_list {
		padding: 15px 8px 0px;
		box-sizing:border-box;
	}
		.fL_tit {
			/* font-size:15px; */
			font-size:15px;
			line-height:normal;
			font-weight:bold;
		}	
/*-------------------------------modify by Leo 20220715 start--------------------------------*/
			.fL_tit .paragraph_style{
				padding-bottom:20px;
			}

			.fL_tit .heading_style{
				padding-bottom: 10px;
			}

			.fL_tit .cont_display{
				display: flex;
			}

			.fL_tit .contFormat{
				padding-left: 34px;
			}
				.contFormat div{
					padding-bottom: 5px;
				}
			

		.fL_tit2 {
			/* font-size:15px; */
			font-size:20px;
			line-height:30px;
			font-weight:bold;			
		}	
			.fL_tit2 div{
				padding-bottom: 15px;
			}
			
			.fL_tit2 .paragraph_style{
				padding-bottom:30px;
			}

			.fL_tit2 .heading_style{
				padding-bottom: 10px;
			}

			.fL_tit2 .cont_display{
				display: flex;
			}

			.fL_tit2 .contFormat{
				padding-left: 34px;
				padding-right: 34px;
			}
				.contFormat div{
					padding-bottom: 3px;
				}
					.contFormat .text_display{
						display: flex;
						justify-content: center;
						padding:  70px 0px 0px 0px;		
						width: 50%;				
					}	
						.text_display div{
							padding-right: 40px;
						}

					.contFormat .text_display2{
						display: flex;
						justify-content: left;	
						padding:   70px 0px 0px 0px;		
						width: 50%;				
					}	
						.text_display2 div{
							padding-right: 50px;
						}
				.fL_tit3 {
					/* font-size:15px; */
					font-size:15px;
					line-height:17px;
					font-weight:bold;
				}	
		
					.fL_tit3 .paragraph_style{
						padding-bottom:18px;
					}
		
					.fL_tit3 .heading_style{
						padding-bottom: 8px;
					}
		
					.fL_tit3 .cont_display{
						display: flex;
					}
		
					.fL_tit3 .contFormat{
						padding-left: 34px;
					}
						.contFormat div{
							padding-bottom: 2px;
						}

				
							

/*-------------------------------新增和修改套印內容 20220714 Leo end--------------------------------*/

		.fL_tit.type2{
			color: #1C6900;
		}
			.required_icon {
				color:#f00;
				display:inline-block;
			}
			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
			
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
	


	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}

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



			/*按鈕*/
			.btn_area {
				font-size: 0px;
				text-align: center;
				padding: 50px 0px 0px 0px;
			}
			
				.btn_area input {
					margin: 0px 30px;
				}		
				
				/*返回按鈕*/
				input.back[type="button"]{
					background-color: #1C6900;
					/* border-radius: 6px; */
					color: #fff;
					font-size: 14px;
					/* width: 120px; */
					/* height: 40px; */
					line-height: 30px;
					transition: 0.3s ease all;
				}

				/* 會員相關頁面 返回按鍵 */
				input.member_back[type="button"]{
					background-color: #cccccc;
					color: #fff;
					font-size: 14px;
					line-height: 30px;
					transition: 0.3s ease all;
				}

				
				input.back[type="button"]:hover{
					    opacity: 1;
						transition: 0.3s ease all;
						background-color: #ccc;
				}

				/*返回按鈕*/
				input.index[type="button"]{
					background-color: #ccc;
					/* border-radius: 6px; */
					color: #fff;
					font-size: 14px;
					/* width: 120px; */
					/* height: 40px; */
					line-height: 30px;
					transition: 0.3s ease all;
				}





		/*按鍵區*/	
		.btn_area.in_page_btn{
			padding:0px;
			margin:35px 0px 0px;
		}
			.in_page_btn input[type="submit"], .in_page_btn input[type="button"]{
				width: 102px;
				height: 33px;
				line-height: 33px;
				border-radius: 7px;
				background: #1C6900;
				color: #fff;
				font-size: 14px;
				transition: 0.3s ease all;
			}
			
			.in_page_btn input[type="reset"]{
				width: 102px;
				height: 33px;
				line-height: 33px;
				border-radius: 7px;
				background: #555;
				color: #fff;
				font-size: 14px;
				transition: 0.3s ease all;
			}
			
			.in_page_btn input[type="submit"]:hover,  .in_page_btn input[type="button"]:hover{
				transition: 0.3s ease all;
				opacity: 0.7;
			}

			/*.in_page_btn input[type="button"] {
				background: #1C6900;
			}*/



@media (max-width:640px){
	
	.in_member_wrap{
		width:auto;
	}

}

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

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

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

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

/*-------版頭----------------------------------------------------------------------------*/
.header {
	box-shadow: 0px 0px 6px #d9dad8;
	position:fixed;
	width:100%;
	background: #fff;
	z-index: 999;
	max-height: 114px;
}
.header.fixed {
	position: fixed;
    top: 0px;
    width: 100%;
	min-height: 76px;
}
	.header > .wrap {
		position:relative;
	}
		/*logo*/
		.logo {
			padding: 16px 0px 16px; 
			float:left;
			transition: 0.3s ease all;
		}
		.logo a img:nth-of-type(2){
			display: none;
		}

		/*浮動*/
		.fixed .logo{
			padding: 16px 0px 16px; 
			/* width: 200px; */
			width: 196px;
			transition: 0.3s ease all;
		}
		.fixed .logo a img:nth-of-type(1){
			display: none;
		}
		.fixed .logo a img:nth-of-type(2){
			display: block;
		}

			.logo img {
				width: 100%;
				height: auto;
			}
				
			/*logo的閃光*/
			.logo_flash {
				position:absolute;
				width:20px;
				height:86px;
				background: rgba(255,255,255,0.8);
				top:3px;
				left:-25px;
				transform:rotate(20deg);
				transform-origin:center;
				box-shadow: 0px 0px 10px #FFF;
				pointer-events: none;
			}
				.logo_flash_hover {
					left:482px;
					transition:0.4s ease all;
				}
		
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			width: 24px;
			top: 50%;
			right: 15px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -16px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background: #333;
				height:2px;
				margin: 7px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					top: 31px;
					position: fixed;
					margin: 0px;
					right: 15px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						transform: rotate(39deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						transform: rotate(-39deg);
						transform-origin: bottom left;
					}
				
		/*版頭右*/
		.headerRight {
			float: right;
			position: relative;
			padding: 32px 0px;
			transition: 0.5s ease all;
		}
		.fixed .headerRight {
			padding: 13px 0px;
			transition: 0.5s ease all;
		}




			/*主按鍵*/
			.navbar {
				padding: 8px 0px;
				float:left;
				box-sizing:border-box;
			}
				.nav {
					float:left;
					box-sizing:border-box;
					padding:8px 16px;
					position:relative;
					border:1px #fff0 solid;
				}
					.nav:first-of-type{
						border-left:unset;
					}

				/* .nav:nth-child(8){
					margin-right:-15px;
				}				 */
				
					.nav a {
						display:block;
						text-decoration:none;
					}
					.nav > a {			
						font-size:18px;  /*modify by ryan 20211223*/
						font-weight: 600;
						color:#333;
						letter-spacing: 1px;
					}
					/* modify by david 20220908 start */
					.nav.navBtn{
						overflow: hidden;
						border-radius: 5px;
						background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    					/* background: linear-gradient(270deg,#62a276 0%,#b7da6e 100%); */
					}
					.nav.navBtn a{
						color: #fff;
						position: relative;
						padding-left: 40px;
					}
					.nav.navBtn a:before{
						position: absolute;
						content: "";
						background-image: url(../images/handshake.svg);
						background-position: center;
						background-repeat: no-repeat;
						background-size: cover;
						width: 30px;
						height: 30px;
						top: 50%;
						left: 0;
						transform: translate(0% , -50%);
						transform-origin: center;
					}



					.nav.navBtn:hover a:before{
						transform: translate(0% , -50%) scale(1.2);
						transition: 0.3s ease all;
					}
					.nav.navBtn:hover{
						transition: 0.3s ease all;
						border-color: #fff0;
						color: #fff;
						background: linear-gradient(180deg,#62a276 0%,#b7da6e 100%);
					}
					.nav.navBtn a:hover{
						color: #fff;
					}
					.nav.navBtn a:after{
						content: '';
						width: 200%;
						height: 100%;
						background-image: linear-gradient(to right, #ffffff00 0%, #ffffff 20%, #ffffff 40%, #ffffff 60%, #ffffff 80%, #ffffff00 100%);
						background-size: 100%;
						position: absolute;
						transform: rotate(32deg) scaleY(2);
						top: 0;
						left: -200%;
						-webkit-animation: btn_shine 3s infinite;
						animation: btn_light 3s infinite;
						pointer-events: none;
					}
					.nav.navBtn:hover a:after{
						display: none;
					}
					/* navBtn反光動畫效果 */
					@keyframes btn_light {
						0% {
							left: -200%;
						}
						50%, to {
							left: 200%;
						}
					}

					/* modify by david 20220908 end */
					.nav:hover > a {
						color: #1C6900;
						transition:0.5s ease all;
					}
					.nav:hover{
						border:1px #1C6900 solid;
						border-radius: 5px;
						transition:0.3s ease all;
						box-sizing:border-box;
					}

					.nav.active a{
						color: #1C6900;
						transition:0.5s ease all;
					}
		
					/*主按鍵展開*/
					.navOpen {
						position:absolute;
						left:50%;
						padding: 24px 0px 0px;
						width:164px;
						margin:0px 0px 0px -82px;
						display:none;
						z-index: 2;
					}
					.nav:hover .navOpen.pc {
						display: block;
					}
					.navOpen.mobile {
						display:none;
						opacity:0;
						z-index:-999999;
					}
						.navOpenBg {
							position:relative;
						}
							.navOpenBg:before {
								position: absolute;
								content:'';
								border-bottom: solid 8px rgba(0,0,0,0.65);
								border-left: solid 12px rgba(255,255,255,0);
								border-right: solid 12px rgba(255,255,255,0);
								top:-8px;
								left:50%;
								margin:0px 0px 0px -12px;
							}
								.navOpenList {
								}
									.navOpenList a {
										text-align:center;
										font-size:15px;
										color:#fff;
										line-height:22px;
										padding:12px 8px;
										background:rgba(0,0,0,0.65);
										transition:0.3s ease all;
									}
										.navOpenList a:hover {
											background: rgba(109, 139, 109, 0.78);
										}




	
	
	@media (max-width: 1440px){ /* @media (max-width: 1240px){ modify by david 20220908 */
		.logo {
			width: 170px;    
			padding-top: 30px;
		}
		
		.headerRight{
			position: relative;
		}
			
			/*主按鍵*/
			.navbar {
				float: none;
     			padding: 8px 0px;
			}
		
		.nav {
			float: left;
			box-sizing: border-box;
			padding: 6px 12px;
			position: relative;
		}

	}
	
	
	@media (max-width: 1280px){	/*@media (max-width: 1110px){*/  /*modify by david 20220908*/	/*@media (max-width: 990px){*/  /*modify by pekey 20180509*/
			
		/*logo*/
		.logo {
			float:left;
			width: 160px;
			height:auto;
			padding: 25px 0px 20px;
		}

			
			/*手機menu按鍵*/
			.menu_btn {
				display:block;
			}
				.menu_btn span {
					margin: 5.5px 0px;
				}
			
			/*版頭右*/
			.headerRight {
				position: fixed;
				width: 200px;
				top: 0px;
				right: -200px;
				height: 100%;
				box-sizing: border-box;
				background: rgba(137, 137, 137, 0.9);
				transition: 0.3s ease all;
				padding: 94px 0px 0px;
				overflow-y: auto;
				z-index: 4;
			}

				.headerRight.active {
					right: 0px;
					padding: 94px 0px 0;
					box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
				}
				.fixed .headerRight {
					padding: 75px 0px 0; /*Judy修改20220912*/
				}
				.fixed .headerRight.active {
					padding: 75px 0px 0;
				}

						.hRT_socialLink {
							float: none;
							display: inline-block;
							padding: 0px;
						}
							.hRT_socialLink a {
								padding: 9px 9px;
							}
							
							
					.header_bottomArea{
					}
							

						/*主按鍵*/
						.navbar {
							margin:0px;
							padding: 0; /*Judy修改20220912*/
							/* padding: 12px 0px 0px; */
							float: none;
						}
							.nav {
								float:none;
								width:auto;
								padding: 0px;
							}
								.nav > a {
									color: #fff;
									border: none;
									border-radius: 0px;
									padding: 15px 15px;				
									font-size: 16px;
								}
									/*主按鍵展開*/
									.navOpen {
										position: relative;
										width: auto;
										margin: 0px;
										left: 0px;
										top: 0px;
										padding: 0px;
									}
									.nav:hover .navOpen.pc {
										display:none;
										opacity:0;
										z-index:-999999;
									}
									.navOpen.mobile {
										display:none;
										opacity:1;
										z-index:1;
									}
										.navOpenBg:before {
											margin: 0px;
											left: 15px;
											border-width: 8px;
											border-bottom: solid 5px #000;
											top: -5px;
										}
											.navOpenList a {
												text-align:left;
												padding: 12px 15px;
												font-size:14px;
											}

											.nav {
												border-left:unset;
											}
											.nav:hover{
												border:unset;
												border-radius:unset;
											}
											/* modify by david 20220908 start */
											.nav.navBtn{
												border-radius: unset;
												background: unset;
												padding-left: 15px; /*Judy修改20220912*/
											}
											.nav.navBtn:hover{
												transition: unset;
												background: unset;
											}
											/* navBtn反光動畫效果 */
											.nav.navBtn a:after{
												display: none;
											}
											
											/* modify by david 20220908 end */
	}






/*-------首頁----------------------------------------------------------------------------*/
.indexMain {
}
	.indexMain .wrap {
		font-size:0px;
	}
	
/*首頁公司最新消息*/

.indexnews{
	padding:40px 0px 35px;
	background-color:#f8f8f8;
	}


.indexnewsare_t{
	position:relative;
}

.indextite {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
	text-align:center;
}


    
.indexmore{
	position:absolute;
	border:1px solid #c9caca;
	border-radius:5px;
	height:25px;
	top:-1px;
	right:25px;
	}
	
.indexmore a{
	line-height:24px;
	color:#595757;
	font-size:12px;
	padding:8px 12px;
	text-decoration:none;
	}	
	


.indexnewsarea{
	padding-top:50px;
	width:100%;
	}


.newsarea{
	padding-right:25px;
	padding-left:25px;
	border-right:2px solid #e6e6e6;
	display:inline-block;
	width:30%;
	}


.newsdate{
	color:#898989;
	font-size:14px;
	padding-bottom:10px;
	border-bottom:2px solid #1C6900;
	width:80px;
	}


.newsInfo{
	padding-top:15px;
	font-size:16px;
	color:#595757;
	line-height:26px;
	}
	
.newsInfo a{
	font-size:16px;
	color:#595757;
	line-height:26px;
	text-decoration:none;
	}



.newsarea:first-child{
	margin-left:-25px;
	}

.newsarea:last-child{
	margin-right:-25px;
	border-right:0px;
	}



/*首頁公司簡介*/
.indexabout{
	padding-top:50px;
	}

.indexaboutInfo{
	padding-top:45px;
	text-align:center;
	font-size:16px;
	color:#595757;
	line-height:30px;
	}




/*首頁產品簡介*/
.indexproduct{
	padding: 35px 0px 0px;
}



/*首頁產品簡介輪播圖*/
	.iL_bg{
		margin: 0px -6px 0px;
	}
		.device2{
			
		}
			.device2 .loverLeft{
				position: absolute;
				z-index: 9;
				top: 50%;
				left:-10px;
				margin: -15px 0px 0px 0px;
				opacity: 0;
				transition: 0.3s ease all;
			}
			.device2 .loverRight{
				position: absolute;
				z-index: 9;
				top: 50%;
				right:-10px;
				margin: -15px 0px 0px 0px;
				opacity: 0;
				transition: 0.3s ease all;
			}
			
			.device2:hover .loverLeft{
				opacity:1;
				left:-12px;
			}
			.device2:hover .loverRight{
				opacity:1;
				right:-12px;
				
			}			


		/*首頁商品輪播區*/
		/*.swiper-container {
			height:auto;
		}*/
			.swiper-wrapper.prod {
				width:100%;
			}
				.swiper-slide.prod {
					padding: 0px 5px;
					box-sizing:border-box;
					overflow:hidden;
					}

					.swiper-slide.prod img {
						width:100%;
						height:auto;
					}

				.lover_Item{
					height: auto;		
				    border: 1px solid #ccc;				
				}

				.lover_Item:hover{
					opacity:0.5;
					transition: 0.3s ease all;
				}
					.lover_Item a{
						display:-webkit-box;
						text-align: -webkit-center;
					}



	@media (max-width: 1200px){
		.newsarea{
			padding-right:15px;
			padding-left:15px;
			}
		.newsarea:first-child{
			margin-left:-15px;
			}
		.newsarea:last-child{
			margin-right:-15px;
			}	
	}


	@media (max-width: 768px){
		
		.indexnews {
			padding: 40px 0px 20px;
		}
		
		.newsarea{
			padding-right:0px;
			padding-left:0px;
			padding-bottom:20px;
			padding-top:20px;
			width:100%;
			border-right:0px;
			border-bottom:2px solid #e6e6e6;
			}
			
		.newsarea:first-child{
			margin-left:0px;
			}
		
		.newsarea:last-child{
			margin-right:0px;
			border-bottom:0px;
			}	


		/*modify by pekey 20180509 start*/
		.device2 .loverLeft{
			opacity:1;
			left:-12px;
		}
		.device2 .loverRight{
			opacity:1;
			right:-12px;
			
		}		
	}


	@media (max-width: 425px){
		.indexmore{
			display:none;
		}		
	}



/*-------footer----------------------------------------------------------------------------*/
.footer_all {
}
	/*返回最上面*/
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:3;
	}
		.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: #1C6900;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #1C6900;
					}


.footer{
    background: #477f57;
    padding: 20px 0px 20px;
    background-image: url(../index/images/footerbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

	/* modify by pekey 20220419 */
	margin-top: 35px;
}

	.footer:before {
		position: absolute;
		content: "";
		background-image: url(../index/images/tree.svg);
		background-repeat: no-repeat;
		left: -78px;
		top: -135px;
		width: 360px;
		height: 140px;
		z-index: -1;
	}

.footerLeft_info{
	font-size:14px;
	font-weight: 400;
	color: #fff;
	text-align:center;
	line-height: 21px;
	letter-spacing: 1px;
}
.footerLeft_info span{
	padding-left:16px;
	display: inline-block;
}
.footerLeft_info span b{
	padding-right:6px;
}
	.footerLeft_info span:first-of-type{
		padding: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;

	}


.copyright{
	padding-top:10px;
	font-size:12px;
	color: #e1e1e1;
	text-align:center;	
}
	.copyright a{
		color: #e1e1e1;
		text-decoration: none;
	}
	.copyright a:hover{
		opacity: 0.6;
		transition: 0.3s ease all;
	}


@media (max-width: 640px) {
	
	.footer:before {
		/* modify by pekey 20220406 */
		background-size: 200px;
		width: 200px;
		height: 72px;
		left: -50px;
		top: -72px;
	}

}
/*-------main共用區----------------------------------------------------------------------------*/


.main {
	padding-top: 112px;
}

	/*內頁上圖*/
	.inBanner {
		/* width:100%;
		height:auto; */ /* modify by pekey 20220510 */
		display: block;
		text-decoration: none;
		padding-top: 15%;
		position: relative;
	}

	.inBanner img{
		/* width:100%;
		height:auto; */ /* modify by pekey 20220510 */
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
	
	
	/*麵包屑*/
	.crumb {
		font-size:13px;
		line-height:18px;
		color:#858585;
		padding:20px 0px;
	}
		.crumb a {
			color:#1C6900;
			text-decoration:none;
		}




@media (max-width: 1280px){	
	.main {
		padding-top:94px; /*Judy修改20220912*/
	}
}

@media (max-width: 1100px){		
	.main {
		/* padding-top: 100px; */
	}
}


.main_in{    /*沒有右側選單時*/
	padding-bottom:50px;
}


	
	/*網編區*/
	.textArea {
		/*width: 100%;*/ /*modify by pekey 20180509*/
		padding:35px 0px 0px;
		font-size: 16px;
		color:#333;
		line-height:23px;
	}
		.textArea a {
			/* color:#fff; */

			/* modify by pekey 20220407 */
			word-break: break-all;
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}

			
		@media (max-width: 1200px){			
			/*內頁網編區*/					
			.textArea {
			}
		}


		@media (max-width: 1050px){
					
			/*內頁網編區*/					
			.textArea {
			}
		}
		
		
		@media (max-width: 990px){		
			.main_in{
				padding-top:40px;
				padding-bottom:30px;			
			}	
				
				/*內頁網編區*/					
				.textArea {
					
				}	
		}		
		

/*-------公司簡介----------------------------------------------------------------------------*/


	/*左*/
	.left {
		float: left;
		/* width:20.5%; */
		width:18%;
		position:relative;
		margin:0px 0px 30px;   /*修改by pekey 20170803*/
		box-sizing: border-box;
	}
		
		/*左類別標題*/
		.leftList_tit {
			font-size:20px;
			line-height:27px;
			color:#65a475;
			padding: 42px 0px 10px 0px;			
			font-weight:bold;
			border-bottom:#65a475 2px solid;
			width:132px;
		}
		
		
		
		/*左選單*/
		.leftListArea {
			min-height:153px;
			margin:25px 0px 0px;
			background: #fafafa; /* Old browsers */
			background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			/*新增by pekey 20170803*/
			/* background:url('../images/left_area.png') no-repeat bottom left;    */
		}
			.leftList {
			}
				.leftList a {
					display:block;
					text-decoration:none;
					font-size: 16px;
					color:#333;
					position: relative;
					line-height: 22px;
					padding: 12px 35px 12px 20px;
					border-bottom: 1px #a0a0a0 solid;
				}
								
				.leftList:last-child a{		/*右側選單最後一個選項沒有下底線*/
					border-bottom: 0px;
				}				
				
					.leftList a:before {
						content:'';
						position:absolute;
						top: 10px;
						left: 28px;
					}
					
						.leftList a:hover {
							color:#65a475;
						}
						.leftList.active > a {
							color:#fff;
							background: #65a475;
						}
						
					
					
			
					/*左側選單列表第二層*/
					.leftList_open{
						display: none;
					}
					.leftList_open.active{
						display:block;
					}
						.leftList_open_list{
						}
							.leftList_open_list a {
								display: block;
								transition: 0.3s ease all;
								color: #838383;
								padding: 10px 10px 10px 38px;
								line-height: 26px;
								/*font-size:18px;
								line-height: 40px;*/  /*modify by pekey 20180509*/
 								font-size:15px;
								line-height: 22px;
								font-weight:normal;
  							    /*modify by pekey 20180509*/
								background: #efefef;
								letter-spacing: 0px;
							}
							.leftList_open_list.active a {
								color: #65a475;
							}
							.leftList_open_list a:hover {
								color: #65a475;
								text-decoration:none;
							}

					
	
		/*右*/
		.right {
			float: right;
			min-height: 250px;
			width:78%;
			margin: 0px 0px 30px;
			box-sizing: border-box;
			padding: 0px 0px 30px 0px;			
			height:auto;
			box-sizing: border-box;	
		}
		
		/*無左側選單時*/
		.no_type{
			width:100%;
			float:none;
			margin: 0px;
			padding: 13px 0px 40px;
		}


					
			/*內頁大標*/
			.in_tit_area {
				position:relative;
			}
				.in_tit {
					padding-top:20px;
					color: #000000;
					font-size: 26px;
					line-height:24px;
					font-weight:bold;
					/* 新增by ryan */
					padding-bottom: 32px;
					border-bottom: 1px #4b690c solid;
				}
				.in_tit:after {
					position: absolute;
					content: '';
					bottom: 0px;
					background: #4b690c;
					width: 62px;
					height: 6px;
					left: 0px;
				}


			@media (max-width: 1050px){
				/*右側*/
				.right{
					/*width:70%;*/
				}
			}



			@media (max-width: 990px){
				
				/*左測*/
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
				}
					.leftList_tit{
						cursor:pointer;
						width: 100%;
					}
					
					
					.leftList_tit:after{
						content:'';
						position:absolute;
						border-left: solid 4px rgba(0,0,0,0);
						border-right: solid 4px rgba(0,0,0,0);
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 6px #333;
						/*top: 16px;*/
						top: 50px;
						right:20px;
					    transition: 0.5s ease all;
					}
					.leftList_tit.no_arrow:after{
						display: none;
					}
					
					.leftList_tit.active:after{
						-webkit-transform: rotate(180deg); /*Firefox*/
						-moz-transform: rotate(180deg); /*Chrome*/
						-ms-transform: rotate(180deg); /*IE9 、IE10*/
						-o-transform: rotate(180deg); /*Opera*/
						transform: rotate(180deg);
						top:50px;
						transition: 0.5s ease all;
					}
					
					/*左選單*/
					.leftListArea {
						display:none;
					}
					
				/*右側*/	
				.right{
					float:none;
					width:100%;
					margin-top:20px;
				    padding: 0px 0px 30px;
				}
					/*內頁大標*/
					.in_tit {
						font-size: 20px;
						line-height: 26px;
						padding: 0px 0px 24px;
					}

			}
			






/*-------公司訊息----------------------------------------------------------------------------*/


.newsArea{
	padding-top:7px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

	.newsList{
		/* width: 49%; */
		width: 100%;
		border-bottom:#a0a0a0 1px dotted;
		/* padding: 20px 0px 20px; */ /* modify by pekey 20220804 */
		padding: 10px 0px 5px;
		display: flex;
		justify-content: space-between;
	}

	.nL_img{
		width: 20%;
	}
	.nL_img img{
		width: 100%;
		height: auto;
	}

	.newsListIn{
		width: 75%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		/* padding-left: 220px; */
	}
	.newsListIn.noimg{
		width: 100%;
	}

	.newsListTop{
	}
			
		.newsindate{
			color:#69a675;
			font-size:14px;
			padding-bottom:5px;
			/* border-bottom:2px solid #1C6900; */
			width:80px;
		}
		
		.news_tit{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			padding: 6px 0px;
		}

		.news_tit span{
			font-size: 26px;
			font-weight: bold;
			line-height: 36px;
			color: #4b690c;

		}
		.news_tit img{
			width: 28px;
			height: auto;
			padding-left: 4px;
			transform: rotate(0deg);
		}
		.news_tit:hover img{
			transform: rotate(360deg);
			transition:0.5s ease transform , 0.4s ease top;
		}
			.news_tit a{
				color:#595757;
				font-size:18px;
				font-weight:bolder;
				text-decoration:none;
				
				white-space: nowrap;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: normal;

				/* modify by pekey 20220804 */
				line-height: normal;
			}
			.news_tit a:hover{
				opacity: 0.6;
			}
				
			.newsInfo{
				color:#595757;
				font-size:16px;
				line-height:30px;
			}
			
			.newsmore{
				text-align: right;
				/* float:right;	 */

				/* modify by pekey 20220804 */
				display: none;
			}
				.newsmore a{
					color:#1C6900;
					font-size: 15px;
					text-decoration:none;
				}
		

		.newsList.newsin{
			border-bottom:0px;	
		}



@media (max-width: 1100px){
	.newsList{
		width: 100%;
	}
	.nL_img{
		width: 30%;
	}
	.newsListIn{
		width: 65%;
	}
}
@media (max-width: 428px){
	.newsList {
		flex-direction: column;
	}	
	.newsListTop {
	/* padding-top: 12px; */ /* modify by pekey 20220804 */
	}
	.nL_img{
		width: 100%;
	}
	.newsListIn{
		width: 100%;
	}
}



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

/*商品列表*/
.productListArea {
	font-size:0px;
	margin:0px -26px;  /*modify by pekey 20180509*/
}
	.productList {
		display:inline-block;
		vertical-align:top;
		/*width:49.5%;*/ /*modify by pekey 20180509*/
		width:33.2%;
		box-sizing:border-box;
		/*overflow:hidden;*/
		/* padding:30px 26px 30px; */
		padding:32px 26px 8px;/*modify by ryan 20211110*/
		
	}

	
		.productListImg {
			/*border: solid 3px #fff;*/  /*modify by pekey 20180509*/		      
			border: solid 1px #ccc;
			/*border-radius:5px;*//*modify by pekey 20180509*/		      
			cursor:pointer;
			overflow: hidden;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;	      
				/*modify by pekey 20180509*/
				box-sizing: border-box;
				transition: 0.4s ease all;
			}
			/*hover*/
			.productListImg:hover img {
				opacity: 0.7;
				transform: scale(1.1);
				transition: 0.4s ease all;
				overflow: hidden;
			}
			
		.productList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

	.productList a{
		display:block;
		text-decoration:none;
		color:#000;		
	}


	@media (max-width: 1200px){
		.productListArea {
			/*margin: 0px -10px;*/  /*modify by pekey 20180509*/
		}
			.productList {
				/*width: 47%;
				padding: 30px 10px 30px;*/  /*modify by pekey 20180509*/
			}
	}

	@media (max-width: 1050px){
		.productList {
			/*width: 49.9%;*/ /*modify by pekey 20180509*/
		}
	}
	
	/*modify by pekey 20180509 start*/
	@media (max-width: 768px){
		.productListArea {
			margin: 0px -5px;  
		}
			.productList {
				padding: 30px 5px 15px; 
				/* padding: 30px 5px 30px;   */
			}
	}
	
	@media (max-width: 640px){
		.productListArea {
		}
			.productList {
				width: 49.8%;
			}
	}
	
	@media (max-width: 320px){
		.productListArea {
			margin: 0px 0px;
		}

		.productList {
			width: 100%;
			padding: 30px 0px 0px;
		}
	}
	/*modify by pekey 20180509 end*/


	/*modify by pekey 20180509*/
	/*@media (max-width: 425px){
		.productListArea {
			margin: 0px auto;
		}

		.productList {
			width: 100%;
			padding: 30px 0px 0px;
		}

	}*/



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

/*商品列表內頁*/
.product_inArea {
	font-size:0px;
	margin:0px -8px;
}
	.product_in {
		display:inline-block;
		vertical-align:top;
		width:33%;
		box-sizing:border-box;
		padding:15px 8px 15px;
	}

	
		.productinImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.productinImg img {
				width:100%;
				height:auto;
				position:relative;
				border: solid 1px #ccc;
			}
		/*.productList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;
		}*/

	.product_in a{
		display:block;
		text-decoration:none;
		color:#000;		
	}


	@media (max-width: 1200px){
		.product_inArea {
			margin: 0px -10px;
		}

		.product_in {
			width: 47%;
			padding: 30px 10px 30px;
		}
	}



	@media (max-width: 1050px){

		.product_in {
			width: 49.6%;
		}
	}


@media (max-width: 425px){
		.product_inArea {
			margin: 0px auto;
		}

		.product_in {
			width: 100%;
			padding: 30px 0px 0px;
		}

			}

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



/*-------精密設備----------------------------------------------------------------------------*/
/*精密設備列表*/
.equipmentListArea {
	font-size:0px;
	margin:0px -10px;
}
	.equipmentList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.equipmentList a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
		}
			.equipmentList img {
				width:100%;
				height:auto;
				transition:0.3s ease transform , 0.4s ease top;
				position:relative;
				border: solid 3px #fff;
				border-radius:5px;
				top:0px;
			}
			.equipmentList_tit {
				font-size:18px;
				line-height:24px;
				color:#000;
				padding:10px 0px 0px;
				position:relative;
				transition:0.3s ease all;
			}
				/*hover*/
				.equipmentList a:hover img {
					transform:scale(1.2);
					z-index:2;
					box-shadow:0px 0px 10px rgba(0,0,0,0.3);
					top:-30px;
				}
				.equipmentList a:hover .equipmentList_tit {
				}

/*設備列表*/
.equipmentListArea {
	font-size:0px;
	margin:0px -10px;
}
	.equipmentList {
		display:inline-block;
		vertical-align:top;
		width:24.9%;
		box-sizing:border-box;
		padding:19px 10px 19px;
	}

	
		.equipmentListImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.equipmentListImg img {
				width:100%;
				height:auto;
				position:relative;
				border: solid 1px #ccc;
			}
		.equipmentList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

	.equipmentList a{
		display:block;
		text-decoration:none;
		color:#000;		
	}

	@media (max-width: 1200px){
		.equipmentListArea {
			margin: 0px -10px;
		}

		.equipmentList {
			width: 33%;
			padding: 30px 10px 30px;
		}
	}

	@media (max-width: 1050px){

		.equipmentList {
			width: 49.9%;
		}
	}

@media (max-width: 660px){
		.equipmentListArea {
			margin: 0px auto;
		}

		.equipmentList {
			width: 100%;
			padding: 30px 0px 0px;
		}

			}


/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.contactLeft {
	float: left;
    width: 49%;
    padding: 0px 10px 20px 0px;
    box-sizing: border-box;	
}

.map{
	padding-top:30px;
	}
	

.iframe{
	width:100%;
	height:auto;
	}	
	

/*聯絡我們右*/
.contactRight {
	float:right;
	width:49%;
}

	@media (max-width: 768px){
		.contactLeft, .contactRight {
			float:none;
			width:auto;
		}
			.contactLeft {
				margin:15px 0px 0px;
			}
			
			
		.contactLeft {
    		padding: 0px 0px 20px 0px;
		}
			
	}



/*/////////////////////////////////////////////////////////*/
/*新增樣式by 20180509   開始*/
/*/////////////////////////////////////////////////////////*/

/*手機版搜尋按鈕*/
.search_icon{
	display: none;
}

/*搜尋框*/
/* .search{
	width: 190px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	position: absolute;
	top: 20px;
	right: 135px;
}
	.search_in {
		position: relative;
		top: 0;
	}
		.search_in input[type='text']{
			height: 28px;
			line-height: 42px;
			font-size: 14px;
			border-radius:36px;
			border-right:0px;
			background:#fff;
			border:0px;
			padding: 0px 48px 0px 16px;
			color: #333;
			border: solid 0.5px #ccc;
		}
		.search_in label{
			width: 35px;
			height: 30px;
			cursor: pointer;
			transition: 0.3s ease all;
			position: absolute;
			right: 0px;
			top: 0px;
			border-radius: 0px 36px 36px 0px;
		}
		
		.search_in label:hover{
			opacity:0.7;
			transition: 0.3s ease all;
		}
			.search_in i{
				position: relative;
				right: -6px;
				top: 3px;
				z-index:10;
				color:#333;	
			}
			.search_in input[type='submit']{
				width: 35px;
				height: 30px;
				cursor: pointer;
				transition: 0.3s ease all;
				position: absolute;
				right: 0px;
				top: 0;
				background: rgba(255,255,255,0);
			}
			
	.search_area2{
		display: none;
	}

@media (max-width: 1280px){	
	.search{
		width: 135px;
	}
}

@media (max-width: 990px){
	.search{
		display: none;
	}
	
	.search_icon{
		display: block;
		position: absolute;
		width: 30px;
		top: 54%;
		right: 65px;
		cursor: pointer;
		z-index: 2;
		margin: -16px 0px 0px;
	}
		.search_icon label{
			width: 30px;
		}
			.search_icon i{
				font-size: 28px;
			}
			
	
	.search_area2{
		opacity: 0.8;
		-webkit-transition: top .2s;
		transition: top .2s;
		z-index: 15;
		position: absolute;
		width: 100%;
		z-index: 2000;
		overflow: hidden;
		display:none;
		top:91px;
		left: 0px;
		background: #000;
		border-radius:0px 0px 25px 25px ;
	}
		.search_in2{
			padding: 15px;
		}
			.search_in2 input{
				background: transparent;
				border: 0px;
				text-align: center;
				color: #fff;
				font-size: 28px;
				font-weight: bold;
				line-height: 42px;
				height: 58px;
    		 	padding: 0px 80px;
			}
			.search_in2 input[type="text"]:focus{
				border: 0px;
			}
			
		.search_in2 a{	
			z-index: 2002;
			color: #fff;
			position: absolute;
			right: 30px;
			top: 37px;
			text-decoration: none;
		}
			.search_in2 span{
				display:inline-block;
				vertical-align:middle;
			}
			.close_icon{
				font-size:22px;
				font-weight:lighter;
			}
			
}

@media(max-width: 640px){
	.search_in2 input{
		padding: 0px 55px;
	}
	
	.search_in2 a{	
		z-index: 2002;
		color: #fff;
		position: absolute;
		right: 30px;
		top: 25px;
		text-decoration: none;
	}
		.search_in2 span:nth-child(2){
			display:none;
		}
		.close_icon{
			font-size:40px;
		}
}		 */




/*語系*/
.lang {
    position: absolute;
    right: 0px;
	top: 20px;
}
	.lang select {
		font-size: 13px;
		color: #5e5e5e;
		border-color: #919191;
		border-radius: 4px;
		padding: 0px 13px;
		width: 103px;
		text-align: center;
		height: 27px;
		
		/*modify by pekey 20180425*/
		line-height: 17px;
		cursor: pointer;
	}

@media (max-width: 1210px){
	/*語系*/
	.lang {
		 right: 0px;
	}
}

@media (max-width: 990px){
	/*語系*/
	.lang {
		position: static;
	}
	
		.lang select{
			width: 100%;
			font-size: 15px;
			border-radius: 0;
			padding: 0px 13px;
			height: 40px;
			line-height: 35px;
		}

}


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

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


/*標題樣式1*/
.titStyle1 {
	position: relative;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #404040;
	padding: 0px 0px 20px 17px;
    line-height: 24px;
}
	.titStyle1:before {
		position:absolute;
		content:'';
		width:8px;
		height:17px;
		background:#1C6900;
		top:0px;
		left:0px;
	}

@media (max-width: 990px){

	.product_in_top{
		padding-top: 0px;
	}
	
}

@media (max-width: 620px){

	.product_in_img{
		float:none;
		width:100%;
	}	
		
	.product_in_right{
		padding-top: 30px;
		float:none;
		width:100%;
	}

}


/*產品內頁下*/
.pI_bottom{
	background: #fff;
	border-radius: 3px;
	padding: 35px 0px 0px;
}
	.pIB_tit{
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
	}	
	.pI_bottom section.text_area p{
	}


	/*網編區*/
	.text_area{
		/* padding-top: 20px; */
		/* font-size: 15px; 
		line-height: 22px; */ /* modify by pekey 20220705 */

		font-size: 16px;
		line-height: normal;
	}
		.text_area img{
			max-width: 100%;
			height: auto;
		}
	

/*/////////////////////////////////////////////////////////*/
/*新增樣式by pekey 20180509   結束*/
/*/////////////////////////////////////////////////////////*/

	


/*/////////////////////////////////////////////////////////*/
/*新增關於我們區塊by ryan 20211108   開始*/
/*/////////////////////////////////////////////////////////*/
.aboutusBg{
	background-color: #ededed;
    background-image: url(../index/images/aboutBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    background-attachment: fixed;

}
.aboutusBg .wrap{
	/* width: 80%; */ /* mpdify by pekey 20220406 */
}
	.aboutusBgIn{
		display: flex;
		flex-direction: row;
	}

	/* 左側 */
	.aboutus_left{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
		/* 網編區塊 */
		.aboutus_textarea{
			width: 50%;
			/* padding-left: 5%; */ /* mpdify by pekey 20220406 */
			/* padding-left: 12%; */ /* mpdify by pekey 20220324 */
			display: flex;
			align-items: center;
		}
			.aboutus_textareaIn{
				display: block;
				padding: 32px 0px;
			}
		/* 標題 */
		.aboutus_tit{
			padding-bottom: 20px;
		}
			.aboutus_tit span{
				font-size: 26px;
				font-weight: bold;
				line-height: 36px;
				color: #4b690c;
			}
			.aboutus_tit img{
				width: 28px;
				height: auto;
				padding-left: 4px;
				transform: rotate(0deg);
			}
			.aboutus_tit:hover img{
				transform: rotate(360deg);
				transition:0.5s ease transform , 0.4s ease top;
			}

		/* 網邊區 */
		.aboutus_text{
			font-size: 17px;
			line-height: 22px;
		}

		/* 外部連結 */
		.aboutus_connect{

		}
			.aboutus_connect a{
				color: #1C6900;
				font-size: 14px;
				line-height: 21px;
				text-decoration: none;
			}


		/* 輪播區塊 */
		.indexFactory {
			margin: auto 0;
			width: 32%;
			/* padding:60px 5% 60px 5%; */ /* mpdify by pekey 20220406 */
			padding: 60px 0px 60px 5%;
			float: left;
		}
		.indexFactory .device {
			overflow: visible;
			position: relative;
		}
		.indexFactory .pagination {
			position: absolute;
			bottom: -32px;
			width: 100%;
			text-align: -webkit-center;
			z-index: 2;
		}
		

	/* 右側 */
	.aboutus_right{
		width: 35%;
		display: flex;
		align-items: center;
	}

		.aboutus_rightIn{
			margin: auto;
			padding: 15px 60px 30px 60px;	
		}
	
		/* 圖片 */

		.aboutus_img{
		}
		.aboutus_img img{
			width: 100%;
			box-shadow:  0px 0px 8px 0px rgb(0 0 0 / 20%);
		}
		.aboutus_img img:hover{
			opacity: 0.8;
			transition: 0.3s ease all;
		}



@media (max-width: 1200px){
	.aboutus_left{
	}
	.aboutus_right{
		width: 30%;
	}
	.indexFactory {
		width: 264px;
		height: 160px;
		/* padding: 32px; */  /* mpdify by pekey 20220406 */
		padding: 32px 0px 32px 32px;
	}
	.aboutus_rightIn{
		padding: 0px 0px 0px 32px;
	}
	.aboutus_tit span{
		padding-left: unset;
	}
}
@media (max-width: 1100px){
	.aboutusBg .wrap{
		width: 85%;
	}
	.aboutus_textarea {
		padding-left: unset;
	}
}
@media (max-width: 990px){
	.aboutusBg .wrap{
		width: 90%;
	}
}

@media (max-width: 950px){
	.aboutus_textareaIn{
		/* padding:16px 0px 32px 32px; */  /* mpdify by pekey 20220406 */
		padding: 16px 0px 32px 0px;
	}
	.aboutusBg {
		padding: 32px 0px;
	}
	.aboutusBgIn {
		display: flex;
		flex-direction: column;
	}
	.aboutus_left{
		width: 100%;
	}
	.aboutus_right{
		padding: 32px 0;
		width: 100%;
	}
	.aboutus_rightIn {
		width: 100%;
		padding: 0px 32px;
	}
}

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

	.aboutus_textarea{
		width: 100%;
	}

	.aboutus_textareaIn {
		width: 100%;
		/* padding:16px 32px; *//* mpdify by pekey 20220406 */
		padding: 16px 0px;
	}

	.indexFactory {
		/* width: 90%; */ /* mpdify by pekey 20220406 */
		width: 100%;
		height: auto;
		/* padding: 0 5% 7.5%; */
		/* mpdify by pekey 20220406 */
		box-sizing: border-box;
		padding: 7.5% 0px;
	}

	.aboutus_rightIn {
		padding: 0px 0px 0px 0px;
	}
}

@media (max-width: 425px){
	.indexFactory {
		/* padding: 0 5% 12%; *//* mpdify by pekey 20220406 */
		padding: 0px 0px 12%;
	}
}

@media (max-width: 320px){
	.aboutus_tit {
		text-align: center;
	}
	.aboutus_text {
		text-align: center;
	}
}

	
/*/////////////////////////////////////////////////////////*/
/*新增關於我們區塊by ryan 20211108   結束*/
/*/////////////////////////////////////////////////////////*/





/*/////////////////////////////////////////////////////////*/
/*-------首頁_服務提供商區塊--------*/
/*/////////////////////////////////////////////////////////*/


/*首頁_服務提供商區塊*/
.index_ProviderBg{
	padding: 100px 0px 100px;
	color:#fff;
	background-image:url(../index/images/index_ProviderBg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
}
.index_ProviderBg:before{
	position:absolute;
	content:'';
	background-color: rgba(0, 0, 0, 0.7);
	width:100%;
	height:100%;
    top: 0px;
    left: 0px;	
}



.index_ProviderBg > .wrap{
	width: 55%;
}
  
 .index_ProviderBg .index_tit{
	 text-align:center;	
	 color:#fff;	
} 
	.index_ProviderBg .index_tit:first-letter{
	color:#ff6c66;
	}

/*首頁_服務提供商區*/
.index_Provider_listArea{
	position: relative;
}

	.index_Provider_listArea .text_area{
		font-size:15px;
		line-height:25px;
		color:#b9b9b9;
		text-align:center;		
	}
					
	
	/*首頁_服務提供商*/
	.index_Provider{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		margin:0px -10px;
		padding: 50px 0px 0px;
	}
							 
		/*首頁_服務提供商列表*/
		.indexProviderList{
			box-sizing:border-box;
			width:25%;
			padding:0px 10px;
			text-align:center;
		}    
			.indexProviderNumber{
				font-size:90px;
				line-height:100px;
				font-weight:bolder;
			}
			.indexProviderInfo{
				margin-top:20px;
				font-size:15px;
				line-height:25px;
			}
		
	
		
@media (max-width: 1280px){
	
	.indexProviderNumber {
		font-size: 75px;
		line-height: 85px;
	}  	
	
}	
		
@media (max-width: 990px){

	.index_ProviderBg > .wrap{
		width: 85%;
	}
  
		.indexProviderNumber {
			font-size: 70px;
			line-height: 80px;
		}  
  
}
		
@media (max-width: 640px){

		/*首頁_服務提供商列表*/
		.indexProviderList{
			width:50%;
			padding:10px 10px;
		} 
		.indexProviderInfo{
			margin-top:10px;
			font-size:13px;
			line-height:20px;
		}	
}	


/*首頁快速連結區--------------------------*/
.index_proessBg {
	padding: 90px 0px 120px;
	text-align: center;
	position: relative;
    background-image: url(../index/images/index_linkBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.index_proessBg:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/*bg裝飾*/
.index_proessBg_cover{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 73px;
	background-image: url(../index/images/moreserviceCover.png);
	background-position: center bottom;
	background-size: cover;
	z-index: 9;
	
	/*modify by pekey 20191227*/
	display: none;
}
	
	
	.proess_listArea{
	}
		.proess_list{
			float: left;
			box-sizing: border-box;
			width: 16.666%;
			padding: 0px 10px;
		}
			/* hover */
			.proess_list:hover{
				opacity: 0.6;
				transition: 0.5s ease all;
			}
			.proess_listIn{
			}
				
				/*圖片*/
				.proess_listImg{
					border: 1.5px dashed #ffffff85;
					border-collapse:separate; /*border間距樣式*/
  					border-spacing:10px 50px; /*border間距樣式*/
					border-radius: 100%;
					position: relative;
					animation-duration:2s;
				}
					.proess_listImgIn{
						padding: 25%;
					}
						
						.proess_listImgIn img{
							width: 100%;
							height: auto;
						}
					
				/*標題區塊*/	
				.proess_listTitleArea{
					margin: 30px 0px 0px;
					padding: 0px 10px;
				}
					.proess_listTitleIn{
						position: relative;
					}
						
						/*次序*/
						.proess_listNumber{
							position: absolute;
							top: -10px;
							left: 50%;
							-webkit-transform: translateX(-50%) ;
							transform: translateX(-50%);
							z-index: 10;
							width: 22px;
							height: 22px;
							line-height: 22px;
							font-size: 12px;
							font-weight: bold;
							border-radius: 100%;
							color: #fff;
							background-color: #000;
						}
						
						.proess_listTitleContent{
							position: relative;
							height: 56px;
						}
							/*標題區塊裝飾_上*/
							.proess_listTitleTop{
								display: block;
								position: absolute;
								width: 100%;
								height: 50%;
								background-color: #fff0;
							}
							
						
							/*標題區塊裝飾_下*/
							.proess_listTitleBottom{
								display: block;
								position: absolute;
								width: 100%;
								height: 50%;
								background-color: #fff0;
							}
							
							
							
							/*標題內容*/
							.proess_listTitleName{
								color: #fff;
								display: block;
								width: 100%;
								line-height: 20px;
								font-size: 20px;
								text-align: center;
								
							}
							.proess_list:nth-of-type(1) .proess_listTitleName{
								/*text-shadow: 0.1em 0.1em 0.2em #b87e45;*/
							}
							.proess_list:nth-of-type(6) .proess_listTitleName{
								padding-top: 5px;
							}
						
						
@media (max-width: 1024px){
	
	.proess_listTitleArea {
		padding: 0px 3px;
	}
		.proess_listTitleName{
			font-size: 18px;
			letter-spacing: 0px;
			
			color: #fff;
			display: block;
			position: absolute;
			width: 100%;
			line-height: 20px;
			top: 50%;
			transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-webkit-transform: translateY(-50%)
		}
	.proess_listArea {
		/* padding: 0px 0px 50px; */
	}
	
}
	

	
@media (max-width: 780px){
	.index_proessBg {
		padding: 0px 0px 40px;
	}
		.proess_listTitleArea {
			margin: 0;
		}
			.proess_list{
				float: left;
				box-sizing: border-box;
				width: 50%;
				padding: 0px 10px;
			}
}



/*/////////////////////////////////////////////////////////*/
/*-------SOLUTIONS產品資訊--------*/
/*/////////////////////////////////////////////////////////*/
.index_tit {
	font-size: 36px;
    font-weight: bold;
    line-height: 54px;
    color: #333333;
    text-align: center;
	padding: 40px 0px 10px;
}


/*首頁產品區*/
.index_solutions_bg{
	padding:30px 0px 40px;
	background-image: url(../index/images/background_dec.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/*mobile版產品類別區*/
.solutions_area{
	text-align:center;
	padding: 20px 0px 20px;
	margin: 0px -0.5%;
}

/*mobile版產品類別01*/
.solutions_list{
	float:left;
	vertical-align:top;
	box-sizing:border-box;
	width: 25%;
	padding: 0px 0.5% 1%;
}
	.solutions_list_in{
	}   
		.solutions_list_in a{
			position: relative;
			display:block;
			text-decoration:none;
			background-color: rgba(0, 0, 0, 1);
		}                	
			.solutions_list_img{
				overflow: hidden;
			}   
				.solutions_list_img img{
					width:100%;
					height:auto;
					overflow: hidden;
					transition: 1s ease all;
					opacity: 0.5;
				}  
					
				.solutions_list_in a:hover .solutions_list_img img{
					background-color: rgba(0, 0, 0, 0.8);
					opacity:1;
					transform:scale(1.15);
					transition: 1s ease all;
				}

				.solutions_list_in a:hover{
				}
					 

			.solutions_list_tit{
				text-align: center;
				font-size: 24px;
				font-weight: 400;
				line-height:36px;
				color: #fff;
				position: absolute;
				left: 6%;
				bottom: 6%;
				-webkit-transform: translateX(0%) translateY(0%);
				transform: translateX(0%) translateY(0%);
				letter-spacing: 2px;
				} 
			

			
			
			.solutions_list_in a:hover .solutions_list_tit{
				text-shadow: #000000 0px 0px 10px;
			}
			.solutions_list_in:hover a:before{
				transition: all ease-in 0.3s;
				left: 15%;
			}			
			
			



@media (max-width: 1240px){
	.solutions_list_tit {
		font-size: 20px;
		line-height: 30px;
	}
		
}


@media (max-width: 990px){

	.solutions_list {
		width: 33.3%;
	}
	
}



@media (max-width: 640px){

	.solutions_list {
		width: 50%;
	}
				
}




@media (max-width: 425px){

	.solutions_list {
		width: 100%;
	}

}




/* 聯絡我們 */
.contactBg{
	padding-bottom: 40px;
}




/*內頁產品列表*/
	.productIn_area .in_tit_area {
		padding-top: 20px;
		padding-bottom: 8px;
	}
	.productIn_area .productList {
		padding: 2% 0% 0% 2%;
		width:24%;
	}

	@media (max-width: 1280px){
		.productIn_area .productList {
			padding: 2% 0% 0% 2%;
		}
	}

	@media (max-width: 990px){
		.productIn_area .productList {
			width:32.3%;
		}
	}

	@media (max-width: 768px){
		.productIn_area .productList {
			padding: 4% 0% 0% 1%;
		}
	}
	
	@media (max-width: 640px){
		.productIn_area .productList {
			width: 49%;
			padding: 2% 1% 0% 1%;
		}
	}
	
	@media (max-width: 320px){
		.productIn_area .productList {
			width: 100%;
		}
	}



/* 聯絡我們 */
.contactBg .wrap{
	margin: 0px;
	width: 100%;
}










/*/////////////////////////////////////////////////////////*/
/*-------商標輪播區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_brandBg{
	padding: 50px 0px 50px;
	background-color: #f6f8fa;	
}

.brand_content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.imgbrand{
width: 14.6%;
padding:0 1%;
}

@media(max-width: 990px){
	.imgbrand{
		width: 31.3%;
		padding:1% 1%;
		}

}

@media(max-width: 640px){
	.imgbrand{
		width: 48%;
		padding: 1% 1%;
		}
}


/* 輪播特效 */
.index_LinkBg{
	padding: 70px 0px;
	background-color: #f6f8fa;
}	
	.index_LinkBg > .wrap{
		width: 85%;
	}
	
		
		/*首頁_相關連結_列表區塊*/
		.indexLink_listArea{
			padding: 0px 0px 35px;
		}
		.indexLink_listArea:nth-of-type(2){
			padding: 0px 0px 48px;
		}
		.indexLink_listArea:nth-of-type(3){
			background-color:#fff ;
		}

			.device5{
				overflow: inherit;
			}
				/*左右鍵*/
				.device5 .Link_left, .device5 .Link_right {
					position:absolute;
					z-index:2;
					top:50%;
					margin:-18px 0px 0px 0px;
					border-radius:100%;
					box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
				}
				
				/*左鍵*/
				.device5 .Link_left {
					left: -25px;
				}
				/*右鍵*/
				.device5 .Link_right {
					right: -25px;
				}

				

					/*首頁_服務項目列表*/
					.indexLink_list{
						padding:0px 10px;
					}
						.indexLink_list a{
							display: block;
							text-decoration: none;
							/* padding-top: 32%; */ /* modify by pekey 20220329 */
							padding-top: 56%;
							position: relative;

							/* modify by pekey 20220329 */
							background-color: #ffffff;
						}

						.indexLink_list img{
							/* width:100%;
							height:auto; */

							/* width: 100%;
							height: auto;
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							right: 0;
							object-fit: cover; */ /* modify by pekey 20220329 */

 							
							width:100%;
							/* width: auto; */
							height: auto;
							font-size: inherit;
							margin: 0;
							padding: 0;
							border: 0;
							outline: 0;
							vertical-align: top;
							background: 0 0;
							text-decoration: none;
							text-shadow: none;
							float: none;
							position: static;
							white-space: normal;
							cursor: inherit;
							-webkit-tap-highlight-color: transparent;
							line-height: normal;
							font-weight: 400;
							text-align: left;
							-webkit-box-sizing: content-box;
							box-sizing: content-box;
							direction: ltr;
							max-width: none;
							-webkit-box-orient: horizontal;
							-webkit-box-direction: normal;
							-ms-flex-flow: row nowrap;
							flex-flow: row nowrap;
							-webkit-box-pack: start;
							-ms-flex-pack: start;
							justify-content: flex-start;
							
							left: 50%;
							max-height: 100%;
							max-width: 100%;
							position: absolute;
							top: 50%;
							-webkit-transform: translateX(-50%) translateY(-50%);
							transform: translateX(-50%) translateY(-50%);
							z-index: 100;
						}  		



@media (max-width: 640px){

	.indexLink_listArea {
		/* modify by pekey 20220406 */
		padding: 0;
	}

		/*首頁_服務項目列表*/
		.indexLink_list{
		padding:0px 2px;
		}

		/*左鍵*/
		.device5 .Link_left {
			left: 0px;
		}
		/*右鍵*/
		.device5 .Link_right {
			right: 0px;
		}



}


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

      

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

.indexNewsBg{
	padding: 72px 0px 24px;
}
	.indexNewsBg .wrap {
	}
	.indexNewsBg .p_tab_text_area {
		padding:0px;
	}
	/* 新增樣式 by ryan */
	.indexNewsIn{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

		/* 左側 */
		.news {
			display:inline-block;
			padding: 0px 0px 48px 0px;
			background-color:#fff;
			width:50%;
		}
		.news_wrap{
		    margin: 0px auto; 
		}
		.news_bar{
			display: inline-block;
			width:100%;
			margin-bottom: 28px;
		}
		.news_lit{
			position: relative;
			padding:10px 0px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
		}
			.news_lit_date{
				font-family: 'Montserrat', sans-serif;
				box-sizing: border-box;
				padding-right: 32px;
				min-width: 95px;
				text-align: center;
				font-size: 14px;
				color: #69a675;
				font-size: 14px;
				line-height: 22px
			}

			.news_lit_remark{

				text-align:left;
				box-sizing: border-box;
				width: 100%;
				word-wrap: break-word;
				word-break: break-all;
			}
			.news_lit_remark a {
				font-size: 16px;
				line-height: 22px;
				text-decoration:none;
				color:#2e2e2e;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}
			.news_lit_remark a:hover {
				opacity:0.5;
			}	
			
			
			.news_more {
			}
			.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 {
				display: block;
				text-decoration:none;
			}
			.news_more a:hover {
				color:#adadad;
			}
			.news_more_triangle{
				font-size:24px;
				float:right;
				padding-right:15px;
			}
			.news_more_text{
				text-align: center;
			}
			.news_more_text span{
				font-size: 14px;
    			line-height: 21px;
				color: #fff;
				padding: 10px 28px 10px 28px;
				border-radius: 5px;
				background: linear-gradient(270deg,#62a276 0%,#b7da6e 100%);
			}
			.news_more_text span:hover{
				transition: 0.3s ease all;
				background: linear-gradient(180deg,#62a276 0%,#b7da6e 100%);
			}
	

			/* 右側 */
			.indexNews_right{
				width: 32%;
				padding: 0px 0% 0px 5%;
			}
			/* 右側內部 */
			.newsRight_in{
				padding: 30px 15px;
				box-shadow: -1px -2px 16px 3px #333b391a;
			}
				/* 標題區 */
				.right_tit{
					display: flex;
					flex-direction: column;
					align-items: center;
				}

					/* 圖片 */
					.right_tit img{
						width: 54px;
						height: auto;
						padding-bottom: 6px;
					}
					/* 標題 */
					.right_tit span{
						font-size: 20px;
						line-height: 40px;
						color:#4b690c;
						font-weight: bold;
						border-bottom: 2px #4b690c solid;
					}
				/* 清單區 */
				.right_list{
					display: flex;
					flex-direction: column;
					align-items: center;
					width: 75%;
					margin: 0 auto;
					padding: 24px 0px 0px;
				}
					/* 清單01 */
					.right_listIn{
						display: flex;
						flex-direction: row;
						align-items: center;
						justify-content: flex-start;
						width: 100%;
						padding: 10px 0px;
						border-bottom: 1px #333 dashed;
					}
					.right_listIn:hover{
						opacity: 0.5;
						transition: 0.3s ease all;
					}
					/* 左側icon */
					.right_listIn img{
						width: 24px;
						height: auto;
						padding-right: 6px;
					}
					/* 右側連結 */
					.right_listIn a{
						font-size: 16px;
						font-weight: 24px;
						text-decoration: none;
						color:#333;

						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						display: -webkit-box;
						-webkit-line-clamp: 1;
						-webkit-box-orient: vertical;
						white-space: normal;
					}


@media (max-width:1000px){
	.news_wrap{
		width: auto;
	}	
	/* 右側 */
	.indexNews_right{
		width: 40%;
		padding: unset;
	}			
}


@media (max-width:768px){	
	.indexNewsIn {
		flex-direction: column-reverse;
	}
		/* 左側 */
		.news {
			width:100%;
			padding: 48px 0px 48px 0px;
		}
		/* 右側 */
		.indexNews_right{
			width: 100%;
		}
		.right_list {
			width: 85%;
		}	
}

@media (max-width:640px){

	.news_lit {
		flex-wrap: wrap;
		padding: 8px 0px 8px;
		margin-bottom: 8px;
		border-bottom: 1px #cdcdcd dashed;
	}
	.indexNewsBg {
		padding: 32px 0px;
	}
		
		.news_lit_remark {
			margin-top: 10px;
		}

		.right_list {
			width: 75%;
		}

}


/*/////////////////////////////////////////////////////////*/
/*-------圖文輪播區塊--------*/
/*/////////////////////////////////////////////////////////*/

/* 輪播區塊 */
.listArea_in{
	width: 85%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* 文字區 */
.listLeft{
	width: 60%;
}

/* 標題 */
.listLeft_tit{
padding-bottom: 16px;
}
	.listLeft_tit span{
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2;
		line-height: 30px;
		color: #4b690c;
	}
/* 內文 */
.listLeft_text{
	font-size: 16px;
	line-height: 24px;
}

/* 圖片區 */
.listRight{
width: 35%;
}
	.listRight img{
		width: 100%;
		height: auto;
	}



@media (max-width:640px){
	.listArea_in{
		justify-content: unset;
		flex-direction: column;
	}
	.listLeft{
		width: 100%;
	}
	.listRight{
		width: 100%;
		}
	.listLeft_tit{
		text-align: center;
	}
	.listLeft_text {
		padding-bottom: 32px;
	}
}



/*/////////////////////////////////////////////////////////*/
/*-------首頁_廠商區塊--------*/
/*/////////////////////////////////////////////////////////*/

		
.index_VendorBg{
    /* background-color: #ededed; */
	background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0px;
}


	/* 首頁_廠商資訊替換區塊------------------- */
	.index_VendorInformation{
		padding-top: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

		/* 首頁_廠商資訊替換區塊_左 */
		.index_VendorInformationL{
			box-sizing: border-box;
			width: calc(100% - 600px);
			font-size: 16px;
			line-height: 1.5;
			color: #333;

			/* modify by pekey 20220705 */
			padding: 25px;
			background: rgba(0,0,0,0.25);
			border-radius: 15px;
			box-sizing: border-box;
		}
			/* 標題 */
			.vendorInformation_tit{
				font-size: 20px;
				font-weight: bold;
				line-height: 40px;
				color: #4b690c;
				padding-bottom: 8px;
			}
			.vendorInformation_tit:after {
				position: absolute;
				content: '';
				background: #fff;
				width: 60px;
				height: 6px;
				transform: translateY(-440%);
			}
			.index_VendorInformationL h2{
				color: #fff;
				font-size: 26px;
				line-height: 1.2;
				padding: 0px 0px 20px;
				margin: 0px 0px 20px;
				border-bottom: 1px #fff solid;

				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				white-space: normal;

				/* modify by pekey 20220705 */
				text-shadow: 0.1em 0.1em 0.2em black;
			}

			.index_VendorInformationL p{
				color: #ededed;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 6;
				overflow: hidden;
			}
			/* 下載按鈕樣式 */
			.btn.type{
				padding-top: 36px;

				/* modify by pekey 20220705 */
				width: 120px;
			}
			.btn.type a{
				font-size: 14px;
				text-decoration: none;
				color: #fff;
				padding: 10px 28px 10px 28px;
				border-radius: 5px;
				background: linear-gradient(270deg,#62a276 0%,#b7da6e 100%);

				/* modify by pekey 20220705 */
				display: block;
				text-align: center;
				text-shadow: 0.1em 0.1em 0.2em black;
			}
				/* hover */
				.btn.type a:hover{
					background: linear-gradient(180deg,#62a276 0%,#b7da6e 100%);
					transition: 1s ease all;
				}

			.btn.type i{
				font-size: 14px;
				text-decoration: none;
				color: #fff;
				position: absolute;
			}

		/* 首頁_廠商資訊替換區塊_右 */
		.index_VendorInformationR{
			/* width: 520px; */ /* modify by pekey 20220324 */
			/* width: 400px; */  /* modify by pekey 20220804 */
			width: 500px;
			box-sizing: border-box;
		}
			.index_VendorInformationR a{
				cursor: default;
				display: block;
				/* position: relative;
				padding-top: 75%; */ /* modify by pekey 20220324 */
			}
				.index_VendorInformationR img{
					width: 100%;
					height: auto;
					/* 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; */ /* modify by pekey 20220324 */
				}

				@media (max-width:1200px){
					.index_VendorInformationR {
						width: 480px;
					}
					.index_VendorInformationL {
						width: calc(100% - 540px);
					}
				}
				@media (max-width:990px){
					.index_VendorInformationR {
						width: 300px;
					}
					.index_VendorInformationL {
						width: calc(100% - 340px);
					}
				}
				@media (max-width:640px){
					.btn.type a {
						padding: 8px 24px 8px 24px;
						font-size: 12px;
					}
	
				}
				@media (max-width:320px){
					.btn.type{
						text-align: center;
					}
	
				}



	/* 首頁_廠商logo區塊------------------- */
	.index_VendorArea{
		position: relative;
	}

	.swiper-container {
		width: 100%;
		height: 100%;
	}

		.index_VendorBg .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}



		.index_VendorArea .swiper-button-prev, 
		.index_VendorArea .swiper-button-next {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			margin: 0;
		}
		.index_VendorArea .swiper-button-prev{
			left: -15px;		
		}
		.index_VendorArea .swiper-button-next {
			right: -15px;
		}

		.index_Vendor{
			width: 100%;
		}
		
		/*首頁_廠商圖*/
		.index_VendorImg{
			width: 90%;
			margin: auto;
			overflow: hidden;
			box-shadow: 0px 0px 17px #ffffff00;
			transition: 0.3s ease all;
		}
			.index_VendorImg a{
				display: block;
				position: relative;
				padding-top: 100%;
				
				/* modify by pekey 20220406 */
				text-decoration: none;
				background-color: #ffffff;
			}
				.index_VendorImg img{
					/* width: 100%;
					height: auto;
					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; */ 
				background-color: #ffffff;
					
					width:100%;
					/* width: auto; */
					height: auto;
					font-size: inherit;
					margin: 0;
					padding: 0;
					border: 0;
					outline: 0;
					vertical-align: top;
					background: 0 0;
					text-decoration: none;
					text-shadow: none;
					float: none;
					position: static;
					white-space: normal;
					cursor: inherit;
					-webkit-tap-highlight-color: transparent;
					line-height: normal;
					font-weight: 400;
					text-align: left;
					-webkit-box-sizing: content-box;
					box-sizing: content-box;
					direction: ltr;
					max-width: none;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-flow: row nowrap;
					flex-flow: row nowrap;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
					
					left: 50%;
					max-height: 100%;
					max-width: 100%;
					position: absolute;
					top: 50%;
					-webkit-transform: translateX(-50%) translateY(-50%);
					transform: translateX(-50%) translateY(-50%);
					z-index: 100;
				}

				.index_VendorImg:hover{
					transition: 0.3s ease all;
					opacity: 0.7;
				}


		/* 首頁_廠商資訊 */
		.index_VendorBottom{
			font-size: 12px;
			line-height: 1.5;
			color: #333;
		}
			.index_VendorBottom h2{
				display: block;

				/* modify by pekey 20220705 */
				text-shadow: 0.1em 0.1em 0.2em black;
    			color: #ffffff;
			}
			.index_VendorBottom p{
				display: none;		
			}

		/*首頁檔案型錄下載按鍵*/
		.index_Vendor .btn{
			margin-top:20px;
			width: 100%;
			display: none;
		}
			/* .index_Vendor .btn a{
				display: flex;
				align-items: center;
				justify-content: center;
				text-decoration: none;
				color: #fff;
				text-align: center;
				padding: 8px 0px 10px;
				border-radius: 4px;
				font-size: 15px;
				line-height: 1.1;
				letter-spacing: 5px;
				transition: 0.3s ease all;
			}
			.index_Vendor .btn a:hover{
				transition: 0.3s ease all;
				color: #adb9b6;
			}			  
			.index_Vendor .btn i{
				color: #fff;
				font-size: 14px;
				line-height: 1.1;
				display: block;
				padding-left: 10px;
			}			  
	
			.index_Vendor .btn a:hover i{
				transition: 0.3s ease all;
				color: #adb9b6;
				-webkit-transform: translateY(10px);
				transform: translateY(10px);
			} */


@media (max-width: 1400px){	

	/* 箭頭 */
	/* .index_VendorBg  .swiper-button-next ,
	.index_VendorBg .swiper-button-prev{
		background-size: 60px;
		width: 60px;
		height: 60px;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

		.index_VendorBg  .swiper-button-next {
			left: 0px;
		}
			.index_VendorBg .swiper-button-prev {
			right: 0px;
		}	 */
	

}



@media (max-width: 990px){

	.index_VendorBg .wrap{
		/* width:85%; */
	}

}

@media (max-width: 640px){

	.index_VendorBg{
		padding: 40px 0;
	}	

	/* 首頁_廠商資訊替換區塊------------------- */
	.index_VendorInformation{
		padding-top: 40px;
		display: block;
		align-items: unset;
		justify-content: unset;
		flex-direction: unset;
	}

		/* 首頁_廠商資訊替換區塊_左 */
		.index_VendorInformationL{
			width: 100%;
			/* padding-top: 48px; */ /* modify by pekey 20220705 */
			margin-top: 45px;
		}

		/* 首頁_廠商資訊替換區塊_右 */
		.index_VendorInformationR{
			width: 100%;
		}


		/*首頁檔案型錄下載按鍵*/
		/* .index_Vendor .btn{
			margin-top:0px;		
		}
			.index_Vendor .btn a{
				text-align: left;
				font-size: 12px;
				line-height: 1.5;
				letter-spacing: 1px;
			}
			.index_Vendor .btn i {
				padding-left: 5px;
			} */
}


/*/////////////////////////////////////////////////////////*/
/*-------首頁_合作夥伴--------*/
/*/////////////////////////////////////////////////////////*/
.partner_tit{
	font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #4b690c;
    padding-bottom: 8px;
	text-align: center;
}


/*/////////////////////////////////////////////////////////*/
/*------友站連結區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_connectBg{	
	/* background-color: #06F; */
	/* padding: 0px 0px 15px; */ /* modify by pekey 20220406 */
	/* padding: 0px 0px 90px; */ /* modify by pekey 20220419 */
	padding: 0px 0px 55px;
}
.connectBg{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.connectBg_in{
	width: 10.5%;
	padding: 1%;
}
.connectBg_in img{
	width: 100%;
	height: auto;
}

@media (max-width: 1280px){
	.connectBg_in{
		width: 23%;
	}
}


@media (max-width: 640px){
	.connectBg_in{
		width: 48%;
	}
}


/*================================================================================================================*/
/*-- 首頁_活動相簿展示 --*/
/*================================================================================================================*/	
/* 新增背景樣式 by ryan 20211214 */
.index_CarouselBg{
}

.index_PhotoPcBg{
	padding: 35px 0 25px;
}


/*首頁內容_標題區塊*/
.index_PhotoPcBg .indexMain_titArea{
	text-align: center;
	 color: #1d2088; 
}

/* 標題 */
.photo_tit{
	padding-bottom: 32px;
	text-align: center;
}
	.photo_tit span{
		font-size: 26px;
		font-weight: bold;
		line-height: 36px;
		color: #65a475;
	}
	.photo_tit img{
		width: 28px;
		height: auto;
		padding-left: 4px;
		transform: rotate(0deg);
	}
	.photo_tit:hover img{
		transform: rotate(360deg);
		transition:0.5s ease transform , 0.4s ease top;
	}


.index_PhotoPcBg .iN_tit {
    color: #000000;
    text-align: center;
}

	.index_PhotoArea{
		width:100%;
		position: relative;
	}

	.index_PhotoArea .scrollingHotSpotLeft,.index_PhotoArea .scrollingHotSpotRight{
		display: none!important;
	}
	
		.index_PhotoArea .scrollableArea{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			justify-self: center;
			/* align-items: center; */
			align-items: flex-start;
			width: 100% !important;
		}

		.index_PhotoArea .scrollableArea .index_PhotoList{
			position: relative;
			margin: 0;
			padding: 0;
			box-sizing: border-box;
			max-width: 25%;	
			width:25%;	
			min-width:25%;	
			/* max-width: 16.6%;	
			width:16.6%;	
			min-width:16.6%;	 */
	
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}

			.index_PhotoList{	
				transition: 0.5s ease all;				
				/* height: 90vh; */
			}

			.index_PhotoListIn{
				padding: 0 5px;	
			}
			/* .index_PhotoArea .scrollableArea .index_PhotoList:nth-of-type(1n+1){
				max-width: 25%;	
				width: 25%;	
				min-width:25%;
			}
			.index_PhotoArea .scrollableArea .index_PhotoList:nth-of-type(1n+2){
				max-width:20%;
				widows: 20%;
				min-width:20%;
			}
			.index_PhotoArea .scrollableArea .index_PhotoList:nth-of-type(1n+3){
				max-width: 25%;	
				width: 25%;	
				min-width:25%;
			}
			.index_PhotoArea .scrollableArea .index_PhotoList:nth-of-type(1n+4){
				max-width:20%;
				widows: 20%;
				min-width:20%;
			}
			.index_PhotoArea .scrollableArea .index_PhotoList:nth-of-type(1n+5){
				max-width: 25%;	
				width: 25%;	
				min-width:25%;
			} */

					.index_PhotoList a{
						display: block;
						text-decoration: none;
						transition: 0.3s ease all;

						/* modify by pekey 20220406 */
						cursor: unset;
					} 

					.index_PhotoList a:hover{
						opacity: 0.8;
						transition: 0.3s ease all;
					}

				/* 首頁_活動相簿列表圖片 */
				.index_PhotoImg{
					border: 1px solid #fff;
					display: block;
					text-decoration: none;
					padding-top: 60%;
					position: relative;						
				}
					.index_PhotoImg img{
						/* width: 100%;
						height: auto; */
						overflow: hidden;
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						object-fit: cover;
					}

				/* 首頁_活動相簿列表下方資訊 */
				.index_PhotoBottom{
					padding: 15px 0 0;
					/* display: none; */
				}

					/* 首頁_活動相簿列表日期 */
					.index_PhotoDate{
						font-size: 15px;
						line-height: 25px;
						color: #333;
						display: none;
					}
					/* 首頁_活動相簿列表標題 */
					.index_PhotoTit{
						margin-bottom: 5px;
						font-size: 18px;
						font-weight: bold;
						line-height: 25px;
						color: #333;
						text-align: center;

						display: -webkit-box; 
						-webkit-box-orient: vertical; 
						/* -webkit-line-clamp: 2;  */
						overflow: hidden;
					}



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

	.index_PhotoPcBg {
		padding: 50px 0;
	}
	.index_PhotoArea .scrollableArea .index_PhotoList{
		max-width: 33.3%;	
		width: 33.3%;	
		min-width:33.3%;
	}
	
} */


@media (max-width: 1280px){
	.index_PhotoArea .scrollableArea .index_PhotoList{
		max-width: 50%;	
		width:50%;	
		min-width:50%;	
	}
}

@media (max-width: 900px){

	.index_PhotoPcBg{
		padding: 35px 0;
	}

	/*首頁內容_標題區塊*/
	.index_PhotoPcBg .indexMain_titArea{
		margin-bottom: 20px;
	}

}

@media (max-width: 640px){

	.index_PhotoPcBg{
		padding: 20px 0;
	}
	.index_PhotoPcBg .indexMain_titArea {
		margin-bottom:5px;
	}
	.index_PhotoArea .scrollableArea .index_PhotoList{
		max-width: 70%;	
		width: 70%;	
		min-width:70%;
	}
		.index_PhotoListIn{
			padding: 0 5px;	
		}	

			/* 首頁_活動相簿列表標題 */
			.index_PhotoTit{
				/* margin-top: 5px; */
				font-size: 16px;
				line-height: 20px;
				-webkit-line-clamp: 1; 
			}		
}



/*產品燈箱*/
.product_lightBox {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:99;
	display:none;
}
	.product_lightBox_bg {
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.8);
	}
	.pLb_info_area {
		background:#fff;
		position:absolute;
		/* width:900px; */
		width: 90%;
		height:75%;
		left:5%;
		top: 20%;
		/* margin:0px 0px 0px -450px; */
		border-radius:5px;
		box-sizing:border-box;
		padding:20px 30px;
	}
		.pLb_close {
			position: absolute;
			letter-spacing: 0px;
			border-radius: 100%;
			text-align: center;
			width: 35px;
			line-height: 35px;
			border: solid 1px #ccc;
			color: #777;
			background: #fff;
			top: -18px;
			right: -18px;
			cursor: pointer;
			transition:0.2s ease all;
			font-size:15px;
		}
			.pLb_close:hover {
				box-shadow:0px 0px 10px rgba(0,0,0,0.2) inset;
				color:#333;
			}
			
		.pLbI_info {
			height:100%;
		}
			/*產品內頁上*/
			.product_in_top {
				padding: 0px 0px 30px;
				height:100%;
			}
				/*產品內頁產品圖*/
				.product_in_img {
					width:40%;
					float:left;
					padding: 20px 0px 0px;
				}
					.product_in_img img {
						width:100%;
						height: auto;
						border-radius:5px;
					}
				
				/*產品內頁右*/
				.product_in_right {
					float:right;
					/* width: 55%; */
					width: 100%;
					/* padding: 25px 0px 0px; */
					height:100%;
					/* overflow-y:scroll; */
					box-sizing:border-box;
				}

				/*產品內頁右網邊區*/
				.product_in_right .text_area{
					height:100%;
				}

					.pIR_sort_tab {
						display: inline-block;
						font-size: 12px;
						padding: 5px 7px;
						border-radius: 3px;
						border: solid 1px #ababab;
						color: #ababab;
					}
					.pIR_tit {
						font-weight:bold;
						font-size:22px;
						line-height: 30px;
						padding:5px 0px 10px;
						color:#383838;
					}
					.pIR_remark {
						font-size:14px;
						line-height:22px;
						color:#808080;
						padding:10px 0px 0px;
					}
					
							@media (max-width: 1160px){
								/*產品內頁產品圖*/
								.product_in_img {
									width: 43%;
								}
								/*產品內頁右*/
								.product_in_right {
									width: 100%;
								}
							}
								@media (max-width: 920px){
									.pLb_info_area {
										width: 600px;
										left: calc(50% - 300px);
										/* margin: 0px 0px 0px -300px; */
										padding: 15px;
									}
								}
										@media (max-width: 620px){
											.pLb_info_area {
												width:90%;
												margin:0px;
												left:5%;
											}
												.pLbI_info {
													overflow-y:scroll;
												}
													
													/*產品內頁產品圖*/
													.product_in_img {
														float:none;
														width:auto;
														max-width:300px;
														margin:0 auto;
													}
													
													/*產品內頁右*/
													.product_in_right {
														float:none;
														width:auto;
														padding: 15px 0px 0px;
														height:auto;
														overflow:auto;
													}
										}



/*/////////////////////////////////////////////////////////*/
/*-------理監事會專區--------*/
/*/////////////////////////////////////////////////////////*/
.aboutArea{

}
.aboutAreaIn{
	padding: 20px 0px;
	border-bottom: 1px #7b7b7b dashed;
}
.aboutAreaIn:last-of-type{
	border-bottom:unset;
}

	/* 屆數 */
	.aboutSession{
		padding: 8px 0px;
	}
	.aboutSession span{
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #4b690c;
	}
	/* 詳細資訊 */
	.aboutInfo{
		display: flex;
		flex-direction: column;
	}
		/* 列 */
		.aboutList{
			display: inline-flex;
		}
		
			/* 標題 */
			.about_tit{
				min-width: 100px;
			}
			.about_tit span{
				font-size: 16px;
				line-height: 24px;
				color: #7b7b7b;
			}
			/* 內容 */
			.about_content{

			}
			.about_content span{
				font-size: 16px;
				line-height: 24px;
				font-weight: bold;
				color: #333;
			}


	@media (max-width: 425px){
		.aboutList{
			display: inline-block;
		}
		.aboutList {
			padding: 4px 0px;
		}
	}



/*/////////////////////////////////////////////////////////*/
/*會員搜尋*/
/*/////////////////////////////////////////////////////////*/	

.search_area{
	text-align: right;
	/*padding:20px 0px;*/
	padding:20px 0px 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin-right:-5px;
	justify-content: flex-end;
}
	.search_select{
		box-sizing:border-box;
		width: 180px;
		padding-right:5px;
	}
		.search_select select{
			width:100%;
			height: 38px;
		}
	
	.search_area .search{
		box-sizing:border-box;
		padding-right:5px;
		width:165px;
	}
		.search_area .search input{
			width:100%;
			height: 38px;
		}
	
	
	.search_area .search_btn {
		padding-right:5px;	
	}
		.search_area .search_btn label.lsf {
			font-size: 25px;
			width: 42px;
			height: 38px;
			line-height: 38px;
			display: inline-block;
			vertical-align:middle;
			border-radius: 4px;
			background: #4b690c;
			color: #fff;
			vertical-align: top;
			text-align: center;
			transition: 0.3s ease all;
			letter-spacing: 0px;
		}
			.search_area  .search_btn label.lsf:hover {
				opacity:0.7;
			}
			.search_area .search_btn label.lsf input[type='submit'] {
				display:none;
			}	
	
	
	
@media (max-width:640px){

.search_area{
	margin:0px -5px;
	flex-wrap:wrap;
}
	
	.search_select{
		/* width: 50%; */ /* modify by pekey 20220802 */
		width: 100%;
		padding:5px 5px;
	}

	.search_area .search {
		padding: 5px;
	}
	.search_area .search{
		width: 100%;
	}	
	.search_area .search_btn {
		width:100%;
		padding:5px 5px;
	}	
		.search_area .search_btn label.lsf {
			width: 100%;
		}
	
}
	
	
	
	
@media (max-width:425px){

	.search_select{
		width: 100%;
	}
	
}

/*================================================================================================================================*/
/*-------會員名錄----------------------------------------------------------------------------*/
/*================================================================================================================================*/

.Record_top{
	padding: 20px 0 5px;
}


.record_search {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
}

	.record_search_list{
		padding: 0px 5px 0px 0px;
	}	
		.record_search_list select{
			width:100px;
			box-sizing: border-box;
			margin: 5px 0px;
		}	
		
		.record_search_list input[type="text"] {
			border: solid 1px #aeaeae;
			line-height: 38px;
			height: 38px;
			width:85px;
			margin: 5px 0px;
		}


		.record_search label.lsf {
			font-size:25px;
			width:42px;
			height:38px;
			line-height:38px;
			display:inline-block;
			border-radius:4px;
			background: #fbb129;
			color:#fff;
			/*vertical-align: top;*/
			vertical-align: middle;
			text-align:center;
			transition:0.3s ease all;
			letter-spacing:0px;
		}
			.record_search label.lsf:hover {
				opacity:0.7;
			}
			.record_search label.lsf input[type='submit'] {
				display:none;
			}

			/*最後更新日期*/
			.RecordUpdate{
				color: #696969;
				font-size:15px;
				line-height: 22px;
				box-sizing: border-box;
				text-align: right;
				margin-top: 10px;
			}
				.RecordUpdate span{
					color: #696969;
					font-size:15px;
					line-height: 22px;
				}
				
				
				
@media (max-width:640px){
	
	 .Record_top {
		display: block;
		text-align:left;
		padding-bottom:5px;
	}
	.record_search , .RecordUpdate {
		display: block;
		text-align: center;
	}	
	
	.RecordUpdate {
		margin-top: 20px;
	}
	
	.record_search_list{
		text-align: center;
		display: flex; 
		flex-wrap: wrap; 
		flex-direction: row; 
		justify-content: space-between; 
		align-items: center;
		padding: 0px  0px 0px;
	}

		.record_search_list select {
			width: 49%;	
		}
		.record_search_list input[type="text"] {
			width: 32.3%;
		}	
		.record_search label.lsf {
			width: 100%;
			margin-top: 5px;
		}

	
}








.white_bg{
	padding:15px 0px 0px ;
}


/*購物車商品列表*/
.cart_product_list_area {
	/*padding: 15px 15px 0px 15px;*/
	/*padding: 15px 0px 0px;*/
}
.padding_20{
	padding: 0px 20px;
}
	/*購物車備註*/
	.cart_remark {
		text-align:center;
		padding:0px 0px 15px 0px;
		color:#BF0000;
		line-height:22px;
	}
	
	.cart_product_list_area table {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
	}
		.cart_product_list_area tr {
		}
			.cart_product_list_area td {
				text-align:center;
				vertical-align:middle;
				font-size:15px;
				line-height: 24px;
				color:#333;
				padding:10px 15px;
				box-sizing:border-box;
				border-bottom: solid 1px #bebebe;
				border-right: solid 1px #bebebe;
				background: #f4f4f4;
			}
				/*商品名稱*/
				.cPL_product {
					font-size:0px;
					min-height:72px;
					text-align:left;
					font-size:15px;
					position:relative;
				}
					/*加購品標籤*/
					.cPLP_label {
						position: absolute;
						top: 0px;
						left: 0px;
						font-size: 12px;
						color: #fff;
						background: #333;
						line-height: 20px;
						z-index: 1;
						padding: 0px 10px;
					}
					
					.cPL_product a {
						color:#000;
						text-decoration:none;
						display:inline-block;
						vertical-align:middle;
						min-height:74px;
					}
						.cPL_product img {
							/*width:72px;*/
							width:100px;   /*修改by pekey 20170608*/
							border: solid 1px #dfdede;
							position:absolute;
							background:#fff;
						}
					.cPL_product_tit {
						padding:0px 0px 0px 115px;
						display:inline-block;
						vertical-align:middle;
						width: 96.5%;
						box-sizing: border-box;
					}
				
				/*商品規格*/
				.specification {
					text-align:left;
					font-size: 14px;
					line-height: 22px;
					padding: 6px 0px 0px;
					color: #226484;
				}
				
				.cart_product_list_area table input {
					height:40px;
					line-height:40px;
					margin:4px 0px;
				}
					.cart_product_list_area table input[type='text'] {
						width:66px;
						border: solid 1px #e7e7e7;
						text-align:right;
					}
					.cart_product_list_area table input[type='button'] {
						border-radius: 3px;
						font-weight: bold;
						width: auto;
						padding: 0px 8px;
						box-sizing: border-box;
						background: #969696;
						line-height: 28px;
						height: 28px;
						background: #FFFFFF;
						border: solid 1px #c4c4c4;
						color: #333;
					}
					.cart_product_list_area table input[type='button'].remittance_btn {
						width: auto;
						padding: 0px 12px;
						background: #BF4848;
						color:#fff;
					}					
						
		/*第一組tr*/
		.cart_product_list_area tr:first-of-type td {
			border-top: solid 1px #bebebe;
			/*padding: 5px;*/  /*修改 by pekey 20170608*/
			/*background-color:#e5e5e5;*/  /*修改 by pekey 20170608*/
		}
		/*第三組tr*/
		.cart_product_list_area tr:nth-of-type(3) td {
			/*background-color:#e5e5e5;	*/
		}

		/* td內a連結 */
		.cart_product_list_area td a{
			text-decoration: none;
			color: #4b690c;
			font-weight: bold;
		}
		.cart_product_list_area td a:hover{
			opacity: 0.6;
		}
		
		/*第一個td*/
		.cart_product_list_area td:first-of-type {
			/*width:40%;*/
			width:20%;
			border-left: solid 1px #bebebe;
		}
			td.cPL_twoBtn {
				padding: 5px 0px;
			}
		
		/*2進位的tr*/
		.cart_product_list_area tr:nth-of-type(2n+0) td {
			background:#fff;
		}
		
		/*折抵列*/
		.cart_product_list table {
			background: #e0e0e0;
			border-radius: 3px;
			border: 1px solid #bebebe;
			font-size: 14px;
			line-height: 25px;
			font-weight:bold;
		}
			.cart_product_list table input[type=text] {
				/*height: 22px;
				line-height: 22px;*/
				
				/*修改by pekey 201741012*/
				height: 42px;
				line-height: 42px;	
				
				width: 62%;
			}
			.cart_product_list.single_row {
				/*padding: 20px 15px 5px;*/
				padding: 20px 0px 5px;
			}
				.cart_product_list td {
					background: #f4f4f4;
					padding: 15px 5px;
					box-sizing: border-box;
					vertical-align: middle;
				}
				.cart_product_list td:nth-of-type(2),.cart_product_list td:nth-of-type(4) {
					color:#de494a;
				}
				
				.cart_product_list td:first-of-type,.cart_product_list td:nth-of-type(3) {
					background: #e5e5e5;
				}
					.c_p_l_del_btn.update {
						background: #de484d;
						background-size: 100%;
						/* font-weight: 100; */
						width: 42px;
					}
						input[type=button].c_p_l_del_btn {
							font-size: 14px;
							font-weight: 700;
							color: #fff;
							/*width: 35px;
							height: 22px;
							line-height: 22px;*/
							
							/*修改by pekey 20171012*/
							width:42px;
							height:32px;
							line-height:32px;
							
							
							border-radius: 3px;
						}
						
						
						


/*購物車合計區*/
.cart_total_area {
	/*padding:20px 15px 5px;*/
	padding:20px 0px 5px;
}
	.cart_total_area table {
		font-size:15px;
		line-height:29px;
		border-top: solid 2px #707070;
		border-bottom: solid 1px #707070;  /*新增by pekey  20170731*/
	}
		.cart_total_area tr {
		}
			.cart_total_area td {
				padding:6px 15px;
				text-align:right;
				border-bottom: solid 1px #bebebe;
				font-weight: bold;
				background:#fff;
			}
				.cart_total_area td strong {
					font-size:20px;
					color:#de494a;
				}
				.cart_total_area td span {
					/*font-size:13px;*/
					color:#666;
				}
					/*每一行第一個td*/
					.cart_total_area td:first-of-type {
						border-right: solid 1px #bebebe;
					}
					/*每一行第二個td*/
					.cart_total_area td:last-of-type {
						width:200px;
					}
					
						/*購物車表單最後的按鈕*/
						.btn_area {
							font-size: 0px;
							text-align: center;
							padding: 25px 0px;
						}
						
							.btn_area input {
								margin: 0px 30px;
							}
							
							/*.btn_area input:nth-of-type(2) {
								background: #555;
							}*/
							.hide {
								display: none;
							}
						
		
@media (max-width: 715px){

.cart_step{
	text-align:left;
}

.fA_bg{
	/*padding:20px 0px 0px;*/
	padding:10px 0px 0px;  /*修改 by pekey 20170608*/
}	
	.form_area.none{
		padding:0px;
	}
/*折抵列*/
.cart_product_list.single_row td {
	display: block;
	width: 100%;
}


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

/*第一個td*/
.cart_product_list_area td:first-of-type {
	width: auto;
	padding: 10px 14px;
}

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

/*modify by pekey 20180416 start*/
.cart_product_list_area tr:last-of-type td:last-of-type {
	border-bottom: solid 1px #ADABAB;
}
/*modify by pekey 20180416 end*/

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

.cart_product_list_area table {
	/*border: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	border-top: solid 1px #bebebe;
	border-radius:5px;
}
	.cart_product_list_area td {
		display:block;
		border:none;
		text-align:left;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		padding: 5px 14px;
	}
	
		.cart_product_list_area td:before {
			content:attr(data-name);
		}
		/*商品名稱*/
		.cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			/*color: #BA896F;*/
			/*font-weight: bold;*/
			font-size:16px;
		}
		
		.cart_product_list_area table input {
			height:40px;
			line-height:40px;
		}
			.cart_product_list_area table input[type='button'] {
				width:100%;
				height:42px;  /*修改 by pekey 20170608*/
			}
		
				/*兩個按鍵時*/
				.cart_product_list_area table .cPL_twoBtn input[type='button'] {
					float:left;
					/*width:48%;*/
				}
				.cart_product_list_area table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				}
				
				
		.right_list_area.none{
			border: 0px;
			padding: 0px;
			background: none;
		}		
		
			.cart_product_list_area{
				/*padding:15px 0px;*/
				padding:0px 0px 15px;  /*修改 by pekey 20170608*/	
			}			
			.cart_product_list.single_row{
				padding:20px 0px 5px;
			}
			.cart_total_area{
				padding:20px 0px 5px;
			}
}


@media (max-width: 525px){
	.btn_area input {
		float: left;
		width: 48%;
		margin: 0px;
	}
	.btn_area.one input {
		float:none;
	}
	.btn_area input:nth-of-type(2) {
		float: right;
	}	
}


@media (max-width: 440px){
	/*每一行第二個td*/
	.cart_total_area td:last-of-type {
		width: 120px;
	}
}			


/*運費提示詞*/
.shippingFee_remark {
	background: #ffc102;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    padding: 8px 5px;
	color:#333;
	font-weight:bold;
}


/*時間搜尋區*/
.rB_time{
	/*margin: 0px -20px;
    padding: 0px 20px;	*/	
}
	.time_search_area {
		font-size:0px;
		letter-spacing: 3px;
		text-align: right;
		/*padding-right: 18px;*/
	}
		.time_search {
			font-size:15px;
			display:inline-block;
			vertical-align:middle;
			padding: 0px 18px 0px 0px;
		}
			.time_search select {
				/*margin-top: -3px;*/
			}
		.time_search_area span {
			font-size:15px;
			display:inline-block;
			padding: 0px 20px 4px 0px;
			vertical-align:middle;
		}
		
		.time_search_area label.lsf {
			font-size:25px;
			width:42px;
			height:38px;
			line-height:38px;
			display:inline-block;
			border-radius:4px;
			background: #333;
			color:#fff;
			vertical-align: top;
			text-align:center;
			transition:0.3s ease all;
			letter-spacing:0px;
		}
			.time_search_area label.lsf:hover {
				opacity:0.7;
			}
			.time_search_area label.lsf input[type='submit'] {
				display:none;
			}
		
		.time_search_area input[type='submit'] {
			width:36px;
			height:32px;
			background: #d2bcb1 url(../images/header_search_icon.png) center center no-repeat;
			background-size:19px;
			border-radius:4px;
		}
			.time_search_area input[type='submit']:hover {
				opacity:0.7;
			}
				@media (max-width: 780px){
					.time_search_area {
						letter-spacing:1px;
					}
						.time_search {
							padding: 0px 10px 0px 0px;
						}
						.time_search_area span {
							padding: 0px 10px 4px 0px;
						}
				}
					@media (max-width: 680px){
						.time_search_area {
							text-align:center;
						}
							.time_search {
								padding: 5px 20px 5px 0px;
							}
							.time_search_area span {
								padding: 0px 26px 4px 0px;
							}
							.time_search_area label.lsf {
								margin: 3px 0px 0px 0px;
							}
					}
						@media (max-width: 415px){
							.time_search_area {
								padding:0px;
								margin:0px;
							}
							.time_search, .time_search_area span {
								display:block;
								padding: 0px 0px 10px 0px;
							}
							.time_search_area label.lsf {
								width:100%;
								height:42px;
								line-height:42px;
								margin:10px 0px 0px 0px;
							}
							.time_search_area span {
								text-align:center;
							}
						}
							@media (max-width: 350px){
								.time_search {
									font-size:14px;
									letter-spacing:0px;
									white-space:nowrap;
								}
									.time_search select {
										width:68px;
									}
							}	


/*訂單列表*/
.order_list {
}
	/*第一個td*/
	.order_list td:first-of-type {
		width:auto;
	}
	.order_list table input[type='button'] {
		height: 40px;
		line-height: 40px;
		background:#70b42b;
		color:#fff;
		border:none;
	}
		.order_list table input[type='button']:nth-of-type(2) {
			background:#9a9a9a;
		}

			@media (max-width: 600px){
				/*第一個td*/
				.order_list td:first-of-type {
					padding: 10px 14px 5px 14px;
				}
			}


		
.order_list table input[type='button'].no_product {
	background: #C7C7C7;
	cursor: auto;
}		
.order_list td.cPL_twoBtn input[type='button']:nth-of-type(2) {
	background: #fff;
	border: solid 1px #c4c4c4;
	color: #333;
}		

/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}

/*剩餘點數*/
.remaining_points {
	text-align:right;
	text-align: right;
    font-size: 15px;
    /*padding-bottom:10px;*/
	padding:0px 0px 10px 0px;
}
	.remaining_points strong {
		font-size: 20px;
		color: #de484d;
	}
	
/*訂單完成說明*/	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0PX;
}	
	.oCR_list {
		display: inline-block;
		padding: 0px 15px 0px 0px;
		/*font-size:18px;*/  /*修改by pekey  20171012*/
		
		font-size:16px;
		line-height: 28px;  /*新增 by pekey 20170608*/
	}	

@media (max-width:715px){
.order_complate_remark{
	/*padding:15px 0px 0px;*/
	padding:15px 0px;
}
}
/*修改密碼小標題*/
.little_tit{
	font-size:18px;
	padding-top:18px;
	border-top:dotted 1px #0f0f0f;
	font-weight:bold;
	margin-top:55px;
}





/*新增 by pekey 20170608*/						
/*購物車規格列表*/
.cart_specification {
}
	.cart_specification tr {
	}
		.cart_specification td:first-of-type {
			width:80%;
			text-align:left;
		}
		.cart_specification td {
			width:20%;
			background:#fff;
		}
			@media (max-width: 715px){
				.cart_specification {
					margin: 5px 0px 0px !important;
				}
					.cart_specification tr:first-of-type {
						display: table-row;
					}
						.cart_specification tr:first-of-type td {
							border-top:none;
						}
						.cart_specification td:first-of-type, .cart_specification td {
							display: table-cell;
							border-bottom: solid 1px #e1e1e1 !important;
						}
			}



.triplex_invoice {
	display:none;
	padding:0px 7px;
}



/* -----內頁----- */
.directoryArea{
	padding: 40px 0px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

	.directoryList{
		width: 100%;
		display: inline-flex;
		flex-wrap:wrap ;
		flex-direction: row;
		border-bottom: 1px #333 dashed;
		padding: 12px 0px;
	}
	.directoryList.type2{
		width: 49%;
	}
	.directoryList:first-of-type{
		display: inline-flex;
	}
	.directoryList:first-of-type .directoryListIn:nth-of-type(2) span{
		font-weight: bold;
		color: #1C6900;
	}

	.directoryListIn{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		/* padding: 12px 0px ; */
	}

		.directoryListIn h2{
			font-size: 18px;
			font-weight: bold;
			line-height: 27px;
			color: #333;
			margin: 0px;
		}

		.directoryListIn span{
			font-size: 16px;
			line-height: 24px;
			color: #333;
		}

		.directoryListIn img{
			width: 20px;
			height: 20px;
			padding-right: 12px;
		}


	.download{
		display: flex;
		align-items: center;
		margin-left: auto;
		/* padding: 12px 0px 12px; */
	}
	.download a{
		font-size: 16px;
		display: flex;
		align-items: center;
		padding-left: 16px;
	}
	
	.download img{
		width: 20px;
		height: auto;
		padding-right: 8px;
	}


	@media (max-width: 640px){
		.directoryList.type2{
			width: 100%;
		}
		.directoryArea{
			padding: 20px 0px 20px;
		}
	}
	@media (max-width: 425px){
		.directoryList {
			flex-direction: column;
		}
		.directoryListIn:first-of-type{
			padding: 12px 0px 0px;
		}
	}

/*/////////////////////////////////////////////////////////*/
/*-------下載區塊--------*/
/*/////////////////////////////////////////////////////////*/
.DownloadH{
	display: block; 
	unicode-bidi: unset; 
	border-style: dotted; 
	border-width: 0.2px; 
	padding: 0;
	margin:30px 0; 
	color: #65a475;
}

.DownloadArea{
	padding:0px 0px 20px;

	/* modify by pekey 20220324 */
	padding: 30px 0px 0px;
}

	/*下載列表*/
	.DownloadList{
		/* modify by pekey 20220407 */
		display: inline-block;
		width: 49%;
		box-sizing: border-box;
		padding: 10px 10px;
	}
	.DownloadList:nth-of-type(2n-1){
		/* modify by pekey 20220407 */
		padding-left: 0px;
	}
	.DownloadList:nth-of-type(2n){
		/* modify by pekey 20220407 */
		padding-right: 0px;
	}

		.DownloadList_in {
			/* modify by pekey 20220407 */
			position: relative;
			/* border-bottom: 1px #b5b5b5 dashed;
			padding: 10px 145px 10px 110px; */

			background: #f2f2f3;
			padding: 15px 170px 15px 25px;
			border-radius: 7px;

		}
	
		.DownloadTag{
			position:absolute;
			/*top:15px;*/
			left:0px;
			font-size: 16px;
			/*font-weight: bold;*/
			color: #7d6c64;
			text-align: left;
		}	
	
		.DownloadDate{
			/* position:absolute; */ /* modify by pekey 20220407 */
			/*top:15px;*/
			left: 0px;
			/* font-family: 'Montserrat', sans-serif; */
			color: #575757;
			font-size: 15px;
			line-height: 22px;
			font-family: 'Raleway', sans-serif;
		}
		
		.DownloadTit{
			font-weight:bolder;
			font-size: 16px;
			line-height: 22px;
			color: #2e2e2e;
			display: block;

			/* modify by pekey 20220407 */
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: normal;
		} 

		.DownloadTit .Brief{
			font-size: 13px;
			line-height: 17px;
			color: #7c7c7c;
			display: block;
			margin: 5px 0 0;
			font-weight: normal;
		} 		
		


		.Download{
			position:absolute;
			/* top: 5px;
			right:0px; *//* modify by pekey 20220407 */

			/* modify by pekey 20220407 */
			right: 25px;
			top: 50%;
			transform: translateY(-50%);
		}
											
			/*下載圖標*/
			.DownlFile{
				/* float:left; */
				/* padding-left:10px; */
			}
				.DownlFile a{
					display:block;
					text-decoration: none;
					background-color: #65a475;
					border-radius: 5px;
					padding: 0px 5px 8px;
					text-align: center;
				}
				.DownlFile a:hover{
					opacity:0.5;
				}		
				
				/* modify by pekey 20220407 */
				.DownlFile a span{
					display: inline-block;
					vertical-align: middle;
					color: #ffffff;
					padding: 10px 5px 0;
				}

				.DownlFile img{
					width:20px;
					height:auto;
				}
				.DownlFile i{
					font-size: 22px;
					line-height: 30px;
					color: #ffffff;
					display: inline-block;

					/* modify by pekey 20220407 */
					vertical-align: middle;
				}	



/*@media (max-width: 768px){
	
	.DownloadList {
		padding: 10px 170px 10px 0px;
	}
		.DownloadTag{
			position:static;
			top:0px;
			left:0px;
			display:inline-block;
			padding-right:20px;
		}	
	
		.DownloadDate{
			position:static;
			top:0px;
			left:0px;
			display:inline-block;
		}
				
		.DownloadTit{
			margin-top:10px;
		} 	
		.Download{
			top:auto;
			bottom:15px;
		}	
	
}*/


@media (max-width:990px){
	
	/*下載列表*/
	.DownloadList{
		/* padding: 0px 0px 10px 0px;
		margin-bottom: 10px; */

		/* modify by pekey 20220407 */
		display: block;
		width: 100%;
		padding: 10px 0px;
	}

	
	.DownloadList:nth-of-type(2n-1){
		/* modify by pekey 20220407 */
		padding-left: unset;
	}
	.DownloadList:nth-of-type(2n){
		/* modify by pekey 20220407 */
		padding-right: unset;
	}

		.DownloadDate {
			position: unset;
			left: unset;
			margin-bottom: 10px;
		}
		
		.Download {
			/* position: unset;
			top:unset;
			margin-top: 10px;
			bottom: 0px; */ /* modify by pekey 20220407 */
		}
		.DownlFile {
			/* padding: 0px 10px 0px 0px; */ /* modify by pekey 20220407 */
		}
}


@media (max-width:524px) {

	.DownloadList_in {
		/* modify by pekey 20220407 */
		padding: 15px;
	}

		.DownloadTit{
			/* modify by pekey 20220407 */
			display: unset;
			-webkit-line-clamp: unset;
			-webkit-box-orient: unset;
			overflow: unset;
			text-overflow: unset;
			white-space: unset;
		} 

		.Download {
			position: unset;
			right: unset;
			top: unset;
			transform: unset;
			padding-top: 5px;
		}
}


/*/////////////////////////////////////////////////////////*/
/*-------活動專區--------*/
/*/////////////////////////////////////////////////////////*/
/* 必填 */
.requirde_icon {
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #c13e42;
    line-height: 18px;
    padding: 0px 5px;
}
.form_list_remark {
    font-size: 15px;
    line-height: 21px;
    color: #c13e42;
    padding: 0px 0px 12px 0px;
}


.activity_bg{
	/* background-color: #ffffff; */
	margin: 40px 0px 0px;
}
.activity_bg.consult{
	padding-bottom: 10px;
	border-bottom: 1px #333 solid;
}
.activity_bg.type2{
	padding-bottom: 32px;
	border-bottom: 1px #aeaeae solid;
}

	/* 預約時段 */
	.activity_bg .form_reserve{
		border-bottom: dotted 0px #0f0f0f;
	}

			
		.activity_bg .fL_tit{
			text-align: left;
			padding: 0px;
		}

		.activity_bg .fL_info{
			/* padding: 8px 0px 16px 0px; */ /* modify by pekey 20220324 */
			padding: 16px 0px;

			/* modify by pekey 20220626 */
			width: 100%;
			box-sizing: border-box;
		}

			.activity_bg select{
				width: 49.5%;
			}
			.activity_bg .form_score{
				width: 49.5%;
			}

/*--------------------------modify by Leo 20220715 start-----------------------------*/
	.title_style {
		font-size: 25px;
		font-weight: bold;
		text-align: center;		
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.title2_style {
		font-size: 30px;
		font-weight: bold;
		text-align: center;		
		padding-bottom: 50px;
	}
/*-------------------------------modify by Leo 20220715 end--------------------------------*/

	/* 基本資料 */
	.activity_bg .form_listArea{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.activity_bg .form_list{
		width: 49.5%;
		padding: 0px;
		border-bottom: dotted 0px #0f0f0f;
		/* padding-top: 0px; */
	}
	.activity_bg .form_list.type2{
		width: 100%;
	}

	.activity_bg .form_list select{
		width: 100%;
	}


	/* 備註欄位 */
	.activity_bg .form_remark{
		width: 100%;
		/* padding: 0px 4px; */
		border-bottom: dotted 0px #0f0f0f;
	}
	/* 選擇欄位 */
	.activity_bg .radio {
		/* padding:8px 16px 16px 16px; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.activity_bg label {
		line-height: 38px;
		padding-right: 16px;

		/* modify by pekey 20220526 */
		display: inline-block;
	}
	/* 注意事項 */
	.activity_bg .notice_area{
		padding: 10px 0px;
	}

	.activity_bg .agree_area {
		text-align: left;
		font-size: 15px;
		/* padding: 15px 0; */
		/* padding: 8px 0; */
		color: #201c1c;
		position: relative;
		z-index: 9;
	}

	/* 上傳檔案 */
	.inputFileArea {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
		.inputFileArea .inputFileList {
			box-sizing: border-box;
			width: 100%;
			margin: 0px 0px 0px;
		}
		
			.inputFileArea .inputFile {
				position: relative;
				border: solid 1px #aeaeae;
				background: #fff;
				border-radius: 3px;
				padding: 0px 80px 0px 0px;
				/* margin: 0px 0px 17px; */
				box-sizing: border-box;
			}
			
				.inputFile input[type='text'] {
					border: none;
					background: none;
				}

				.inputFile label {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					text-align: right;
					padding: 0px;
				}
					.inputFile label div {
						/* background: #82ab29; */
						background: #aeaeae;
						color: #fff;
						font-size: 14px;
						line-height: 39px;
						text-align: center;
						width: 80px;
						display: inline-block;
						transition: 0.3s ease all;
					}
						.inputFile input[type='file'] {
							display: none;
						}


	input.disAbledColor{
		background-color: #cccccc;
		color: #fff;
		border: 1px solid #cccccc;
		cursor: default;
	}


	.other_input {
		display: inline-block;
		width: 20%;
	}


/* 新增其他欄位樣式 modify by pekey 20220526 start */
.checkbox.other_checkbox {
}
	.checkbox.other_checkbox > label{
		padding-right: 0;
		display: block;
	}

	.checkbox.other_checkbox .other_textarea{
		padding-top: 20px;
		width: 100%;
		box-sizing: border-box;

		min-height: 38px;
	}

/* 新增其他欄位樣式 modify by pekey 20220526 end */



/* 新增學經歷欄位樣式 modify by pekey 20220526 start */
.experience{
}
	.experience_list {
		display: inline-block;
		padding-top: 10px;
	}
		.experience_list input[type="text"] {
			width: 60px;
			text-align: center;
			margin: 0px 10px;
			/* border-radius: unset;
			border: 0;
			border-bottom: 1px solid #aeaeae; */
		}
/* 新增學經歷欄位樣式 modify by pekey 20220526 start */
	

@media (max-width: 640px){
	.activity_bg select{
		width: 100%;
	}
	.activity_bg .form_list{
		width: 100%;
	}
	.activity_bg .form_score{
		width: 100%;
	}
	.other_input {
		display: inline-block;
		width: 30%;
	}
}




/* -----友站介紹----- */
	/*商品列表*/
	.product_list_area {
		margin: 0px -10px;
		padding: 20px 0px 0px;
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
	}
		.product_list {
			float: left;
			width: 20%;
			box-sizing: border-box;
			position: relative;
			cursor: pointer;
			/* box-shadow: 0px 0px 6px #d9dad8; */
		}
		.product_list a{
			margin: 10px;
			display: block;
			box-shadow: 0px 0px 6px #d9dad8;

			/* modify by pekey 20220406 */
			position: relative;
		}
			.pL_img {
				display: block;
				text-decoration: none;
				/* padding-top: 32%; */ /* modify by pekey 20220329 */
				padding-top: 56%;
				position: relative;
				/* padding-top: 75%; */
				/* margin: 0px 10px; */

				/* modify by pekey 20220329 */
				background-color: #ffffff;
			}
			
			/*hover*/
			.product_list:hover .pL_img {
				/* modify by pekey 20220406 */
				z-index: 0;
			}

				.pL_img img {
					/* width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					object-fit: cover; */ /* modify by pekey 20220329 */

					width:100%;
						font-size: inherit;
						margin: 0;
						padding: 0;
						border: 0;
						outline: 0;
						vertical-align: top;
						background: 0 0;
						text-decoration: none;
						text-shadow: none;
						float: none;
						position: static;
						/* width: auto; */
						height: auto;
						white-space: normal;
						cursor: inherit;
						-webkit-tap-highlight-color: transparent;
						line-height: normal;
						font-weight: 400;
						text-align: left;
						-webkit-box-sizing: content-box;
						box-sizing: content-box;
						direction: ltr;
						max-width: none;
						-webkit-box-orient: horizontal;
						-webkit-box-direction: normal;
						-ms-flex-flow: row nowrap;
						flex-flow: row nowrap;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start;
						
						left: 50%;
						max-height: 100%;
						max-width: 100%;
						position: absolute;
						top: 50%;
						-webkit-transform: translateX(-50%) translateY(-50%);
						transform: translateX(-50%) translateY(-50%);
						z-index: 100;
				}

			.pL_tit {
				display: flex;
				align-items: center;
				justify-content: center;
				position: absolute;
				/* width: calc(100% - 20px);
				height: calc(100% - 20px); *//* modify by pekey 20220406 */

				width: 100%;
				height: 100%;

				box-sizing: border-box;
				font-size: 20px;
				line-height: 24px;
				font-weight: bold;
				text-align: center;

				/* top: 10px;
				left: 10px; */ /* modify by pekey 20220406 */
				top: 0;
				left: 0;

				background: rgba(0, 0, 0, 0.75);
				transition: 0.3s ease all;
				color: #fff;
				text-shadow: 0px 0px 3px #000;
				padding: 0px 20px;
				overflow: hidden;
				opacity: 0;
			}

				/* 裝飾線 */
				/* .pL_tit:before, .pL_tit:after {
					position:absolute;
					content:'';
					top:10%;
					left:10%;
					transition:0.5s ease all;
				}
					.pL_tit:before {
						border-top: solid 1px #da2328;
						border-bottom: solid 1px #da2328;
						height:80%;
						width:0px;
					}
					.pL_tit:after {
						border-left: solid 1px #da2328;
						border-right: solid 1px #da2328;
						height:0px;
						width:80%;
					} */

				/*hover*/
				.product_list:hover .pL_tit {
					opacity:1;

					/* modify by pekey 20220406 */
					z-index: 2;
				}
					.product_list:hover .pL_tit:before {
						width:80%;
					}
					.product_list:hover .pL_tit:after {
						height:80%;
					}



@media (max-width: 1280px){
	.product_list {
		width: 24%;
	}
}


@media (max-width: 1080px) {
	.pL_tit {
		/* modify by pekey 20220406 */
		font-size: 16px;
		line-height: 20px;
		padding: 0px 15px;
	}
}


@media (max-width: 700px){
	.product_list {
		width: 50%;
		margin: 0px 0px 10px;
	}
		.pL_tit {
			color: #333;
			opacity: 1;
			height: auto;
			background: none;
			position: unset;
			top: unset;
			width: 100%;
			bottom: unset;

			/* font-size: 20px;
			line-height: 24px; */ /* modify by pekey 20220406 */
			
			padding: 5px;
			text-shadow: none;
														
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c32126+0,c32126+100&0+23,1+100 */
			/* background: -moz-linear-gradient(top,  rgba(195,33,38,0) 0%, rgba(195,33,38,0) 23%, rgba(195,33,38,1) 100%);  *//* FF3.6-15 */
			/* background: -webkit-linear-gradient(top,  rgba(195,33,38,0) 0%,rgba(195,33,38,0) 23%,rgba(195,33,38,1) 100%);  *//* Chrome10-25,Safari5.1-6 */
			/* background: linear-gradient(to bottom,  rgba(195,33,38,0) 0%,rgba(195,33,38,0) 23%,rgba(195,33,38,1) 100%);  *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c32126', endColorstr='#c32126',GradientType=0 );  *//* IE6-9 */
					
		}

		/*hover*/
		/*.product_list:hover .pL_tit {
			opacity:1;
		}*/
			.product_list:hover .pL_tit:before {
				/*width:80%;*/
				display:none;
			}
			.product_list:hover .pL_tit:after {
				/*height:80%;*/
				display:none;
			}										
		
}

@media (max-width: 510px){
	.product_list {
		width: 100%;
	}
	
		.dom_2:before {
			display:none;
		}
	
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*行事曆樣式*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	



/*議程表格*/
.process_bg{
	/* background-color: #ffffff; */
	padding: 0px 0px 50px
}

.dc_table{
	/* overflow-y: hidden; */
	/* padding-top: 3.5%; */
}

.process_bg table{	
	width:100%;
	margin:0 auto;
	border-radius: 3px;
	/* overflow: hidden; */
	/* min-width: 768px;*/
	border-spacing: 0;
	border-radius: 0;	
	table-layout: fixed;
	border-collapse: collapse;
}



.process_bg table th, td{	
	/* height: 40px; */
	padding: 10px;
	font-size: 16px;
	color: #333;
    line-height: 1.5;	
	text-align: center;
	vertical-align: middle;
	/* border: none; */
	border-top:2px solid #333 ;
	border-bottom:2px solid #333 ;
	border-right:1px solid #333 ;
	border-left:1px solid #333 ;
}


/* 會員填寫資料 */
.dataInfo{
	font-size: 14px;
	line-height: 21px;
	padding-left: 16px;
}
	.dataInfo span{
		font-size: 14px!important;
		padding-left: 12px!important;
	}

.dataInfo:nth-of-type(2){
	padding-left: unset;
	margin-bottom: 52px;
}
.dataInfo:nth-of-type(3) span{
	padding-left: 100px!important;
	margin-bottom: 52px;
}
.dataInfo:nth-of-type(4) span{
	padding-left: 100px!important;
	margin-bottom: 120px;
}
.dataInfo:nth-of-type(5){
	font-weight: bold;
	text-align: center;
	padding-left: unset!important;
	margin-bottom: unset;
}


.process_bg table tr:first-of-type td{	
	text-align: left;
}
/* .process_bg table tr:first-of-type td span{	
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	margin: 0;
} */



@media (max-width: 768px){
	.process_bg table th, td{	
		/* height: 32px; */
	}

	.process_bg table{
		/* font-size: 12px; */
	}

	.process_bg table th, td{
		/* font-size: 12px; */
	}
	
}


/*首頁網編區------------------------------------------*/
.textArea_home{
	font-size: 18px;
	/*line-height: normal;*/
	line-height: 36px;
	color: #7b7b7b;
	word-wrap: break-word;
	/* word-break: break-all; */
	/*text-align: center;
	border: 1px #d4d4d4 solid;
	padding: 50px 10px;*/
}

.textArea_home span{
	font-size: 24px;
	line-height: normal;
	font-weight:bolder;
	color: #333;
	margin-bottom:15px;
	display: block;
}
.textArea_home p {
	display:inherit;
	margin-block-start: 0em;
	margin-block-end:0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}		

	.textArea_home img {
		max-width:100%;
		height:auto;
	}
	.textArea_home a {
		text-decoration:none;
		transition: 0.3s ease all;
	}			
	.textArea_home a:hover {
		opacity:0.5;
		transition: 0.3s ease all;
	}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*會員專區 新增by ryan20220110*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	

	/* 按鈕區塊 */
	.mLI_btn{
		display: flex;
		padding-top: 20px;
	}
		/* 按鈕 */
		.mLI_btn input {
			width: 160px;
		}
		/* 第一按鈕 */
		.mLI_btn input:nth-of-type(1) {
			background-color: #1C6900;
			margin-right: 10px;
		}
		/* 第二按鈕 */
		.mLI_btn input:nth-of-type(2) {
			background-color: #aeaeae;
		}

		/* 忘記密碼按鈕 */
		.mLI_btn_2 input {
			background: #f4f4f4;
			border: solid #a4a4a4 1px;
			color: #333;
			width: 330px;
			margin-top: 20px;
		}

	/* 忘記密碼*/
	.mLI_input{
		padding-bottom: 15px;
	}


@media (max-width: 640px){
	/* 按鈕 */
	.mLI_btn input {
		width: 49%;
	}
	.mLI_btn_2{
		width: 100%;
	}
	.mLI_btn_2 input {
		width: 100%;
	}
}



/* modify by pekey 20220324 */
.form_list.company_amount .fL_info {
	position: relative;
	padding-right: 50px;
}

	.form_list.company_amount .fL_info input[type="text"] {
	}
		.form_list.company_amount .fL_info span {
			position: absolute;
			top: 50%;
			right: 10px;
			transform: translate(0,-50%);
			font-weight: bold;
		}

	input#mp_company_found_date {
		width: 100%;
		height: 38px;
		line-height: 42px;
		padding: 0px 6px 0px 6px;
		box-sizing: border-box;
		transition: 0.2s ease all;
	}

	input#mp_service_type label{
		display: inline-block;
	}





/* 新增免責聲明區塊 modify pekey 20220525 start */
.alert_area {
	margin: 20px 0px;
}
	.alert_in {
		background-color: #f2dede;
		border: 1px solid #ebccd1;
		border-radius: 4px;
		padding: 20px 20px;
	}
		.alert_title{
			color: #a94442;
			font-size: 16px;
			line-height: normal;
			font-weight: bold;
		}
		.alert_text{
			color: #a94442;
			font-size: 16px;
			line-height: normal;
			padding-top: 10px;
		}

/* 新增免責聲明區塊 modify pekey 20220525 end */





/* 新增 地址樣式 modify pekey 20220616 start */
.fL_info.address select {
	margin: 0px 5px 0px 0px;
	width: auto;
}
.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;
}

/* 地址樣式 */
.home .address .address_select{
}
	.home .address .address_select select{
		height: 38px;
	}
	.home .address .address_select input[type="text"]{
		height: 38px;
	}

	.home .address .address_text{
		/* padding: 10px 0px 0px; */ /* modify by pekey 20220426 */
	}

	.home.show .address .address_text{
		/* modify by pekey 20220506 */
		padding: 10px 0px 0px;
	}

	.home.show.cart3 .address .address_text {
		/* modify by pekey 20220506 */
		position: relative;
		padding-left: 90px;
		box-sizing: border-box;
	}

		.home .address .address_text input[type="text"]{
			height: 38px;
		}
		
/* 新增 地址樣式 modify pekey 20220616 end */

