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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.wrap {
	position: relative;
	width:91%;
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}

.inmain .wrap{
	padding-top: 40px;
	
}

/*當沒有左側選單+純文字列表時改使用wrap2*/
.wrap.list {
	position: relative;
	width:75%;	
	margin:0 auto;
	/* padding: 0; */
	display: block;
}

	  
@media (max-width: 1280px){

	.wrap,
	.wrap.list {
		width:95%;
	}						
}	

	  
@media (max-width: 990px){

	.wrap,
	.wrap.list {
		width: 90%;		
	}	
	
	.inmain .wrap {		
		padding-top: 20px;
		
	}					
}	





/*-------input reset--------------------------------------------------------*/
input, text_area, 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 #cacaca;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #00489d;
    border: 1px solid #00489d;
	border-radius:2px;
	font-size: 15px;
	line-height:1.5px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#00489d;
		color: #fff;
	}	
	
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
	border: solid 1px #cacaca;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}










/*-------輪播----------------------------------------------------------------------------*/


/*首頁banner區*/
.bannerArea{
}

/*首頁banner----------------------*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;

	/* display: none; */
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			/*z-index:9;*/
			z-index:3;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}

			.banner .swiper-pagination-bullet-active {
			  /*opacity: 1;*/
			  background:#231815;
			}	
				
	
			.pcBanner{				
			}

			.mobileBanner{
				display: none;
			}

				
						

@media (max-width: 640px){

	.banner {
		/*width:100%;*/
	}	
		
		.pcBanner{
			display: none;
		}
		.mobileBanner {
			display: block;
		}
		
	
}
				
	
	
/* 影片banner-------------------------------------*/
.BannerVider{
	display:none;
}
	/*.BannerVider a{
		display:block;
	}*/				
	 .BannerViderIn{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;			
	}					
		.BannerViderIn iframe{
			position: absolute;
			top: 0;left: 0;
			width: 100%;
			height: 100%;				
		} 	












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

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













			
			
			
			
			
			









/*-------浮動top鍵----------------------------------------------------------------------------*/
.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*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:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		vertical-align: middle;
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}





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

	/*表單區*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		justify-content: space-between;
		align-content: flex-start;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				width:100%;
				/*border-bottom: dotted 1px #0f0f0f;*/
				/*padding:12px 0px 0px 0px;*/
			}
			.form_list.fLType2{
				width:48%;
			}
			
			
				.fL_tit {
					font-size: 16px;
    				font-weight: bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					
					.fL_info select{
						width:100%;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin:0px 0px 0px 0px;
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.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: #00489d;
						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;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#d7261a;
						text-decoration:none;
					}	
					.agreeToTerms a:hover {
						opacity:0.5;
					}					
					
				
				.agreeArea{
				}	
				.agreeArea.text_area {
					text-align: left;
					height: 200px;
					border-radius: 3px;
					border: solid 1px #aeaeae;
					overflow-y: auto;
					word-break: break-word;
					padding: 10px;
				}	
					
					
						@media (max-width: 990px){					
						
							/*地址樣式*/
							.fL_info.address{
								position: relative;
								padding-left: 280px;
							}
								.fL_info.address select {
									width: 65px;
								}
								.fL_info.address select:nth-of-type(2) {
									left: 70px;
								}	
								.fL_info.address select:nth-of-type(3) {
									left: 140px;
								}				
								.fL_info.address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}					

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									top: -6px;
								}
								
								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		box-sizing:border-box;
		width:48%;
		padding: 0px 8px;
		text-align: center;
		color: #00489d;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float: right;
		/*background-color:#00489d;*/
		color: #fff;
		/*border: 1px #00489d solid;*/
		box-sizing:border-box;
		
		background-color: #00489d;
		border: 1px #00489d solid;
	}









/*-------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;
	}
}










/*/////////////////////////////////////////////////////////*/
/*表格*/
/*/////////////////////////////////////////////////////////*/	





	table {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
	}
		tr {
		}
			td {
				text-align:center;
				vertical-align:middle;
				/*vertical-align:top;*/
				font-size:15px;
				line-height: 24px;
				color:#333;
				padding:10px 15px;
				box-sizing:border-box;
				border-bottom: solid 1px #e5e9ea;
				border-right: solid 1px #e5e9ea;
				
				/*background: #f4f4f4;*/
			}
			tr:first-child td{
			    border-top: solid 1px #e5e9ea;
			}
			td:first-child{
			    border-left: solid 1px #e5e9ea;
			}
			
			
			
			table.bluetoothTab {
				min-width: 1000px;
				width: 100%;
				table-layout: fixed;
				border-collapse: collapse;
				border-spacing: 0;
			}


			@media (max-width: 640px){

				tr td {
					position:relative;
					display:block;
					border-left: solid 1px #e5e9ea;
					border-bottom: solid 0px #e5e9ea;
					border-top: solid 0px #e5e9ea;
				}
				td:before {
					content: attr(data-name);
				}
								
				tr:first-child td{
					display:none;
				}
				
				tr td:last-child{
					border-bottom: solid 1px #e5e9ea;
				}	
				tr:nth-child(2) td:first-child{
					border-top: solid 1px #e5e9ea;
				}				

			}










/*購物車大標*/
.cart_big_tit {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:0px 0px 0px 44px;
	margin-bottom: 30px;
}
	.cart_big_tit span {
		position:absolute;
		display:block;
		border-radius:100%;
		font-size:15px;
		font-weight:100;
		color:#fff;
		text-align:center;
		width:25px;
		background:#00489d;
		left:0px;
		letter-spacing: 0px;
	}
	
.cart_big_tit span.red {
    position: unset;
    display: inline-block;
    border-radius: 0;
    /* font-size: 15px; */
    /* font-weight: 100; */
    color: #f00;
    text-align: left;
    width: auto;
    background: #ffffff00;
    left: unset;
    /* letter-spacing: 0px; */
}	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







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

	

.main{
	/* margin-top:160px; */
}
.index_main{
	/* background-color:#00489d ; */
		background-color: #fff;
}

@media (max-width: 1280px){
	
	.main{
		/* margin-top:134px; */
	}
	
	
}

@media (max-width: 990px){
	
	.main{
		/* margin-top:63px; */
	}
	
	
}

@media (max-width: 640px){
	
	.index_main{
		/* margin-bottom: -100px; */
	}
		
}



.index_main .dom{
	/* padding: 50px 0; */
}

/* .index_main .dom:nth-child(even){
	padding: 80px 10px;
} */


@media (max-width: 1280px){

	.index_main .dom{
		/* padding: 25px 0; */
	}

}







/*/////////////////////////////////////////////////////////*/
/*-------首頁廣告banner區--------*/
/*/////////////////////////////////////////////////////////*/

/* 首頁廣告banner區 */
.indexAdBg{	
}
	.indexAdBg a{
		display: block;	
		text-decoration: none;
	}   
	.indexAdBg img{	
		width: 100%;
		height: auto;
	} 
	

/*/////////////////////////////////////////////////////////*/
/*-------首頁最新產品區--------*/
/*/////////////////////////////////////////////////////////*/

.indexProductBg{
	/* height: 600px; */
	padding: 50px 0;	
}

	/* @media (max-width: 1440px){
		.indexProductBg{
			height: 450px;
		}
	}

	@media (max-width: 1280px){
		.indexProductBg{
			height: 500px;
		}
	}

	@media (max-width: 1024px){
		.indexProductBg{
			height: 500px;
		}
	}

	@media (max-width: 990px){
		.indexProductBg{
			height: 550px;
		}
	}

	@media (max-width: 868px){
		.indexProductBg{
			height: 500px;
		}
	}


	@media (max-width: 639px){
		.indexProductBg{
			height: 650px;
		}
	} */

@media (max-width: 640px){

	.indexProductBg{
		padding: 0px 0 50px;	
		/* height: 550px; */
	}
	.indexProductBg:last-of-type{
		padding-bottom: 0;
	} 

}


	@media (max-width: 320px){
		.indexProductBg{
			/* height: 500px; */
		}
	}


	

/*modify by Ray 20210812 start*/
.indexProductBg.white{
	background-color: #fff;
}
/*modify by Ray 20210812 end*/


.indexProductBg .swiper-container {
	width: 100%;
	height: 100%;
	/* padding-bottom: 30px; */
  }

  .indexProductBg .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	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;

	padding: 10px 0;
  }

  .indexProductBg  .swiper-pagination-bullet-active {
    background: #3D61AF;
}


  .indexProductBg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border: 1px solid #000; */
	
  }

  .indexProductBg .swiper-slide img:first-child {
	 /* border: 1.5px solid #00489d;  */
	 box-shadow: 1.5px 1.5px 7px #808080;
	
  }


	.indexProductBg  .swiper-button-prev, 
	.indexProductBg  .swiper-container-rtl .swiper-button-next {
		background-image: url(../index/images/left_arrow2.png);
		left: 5px;
		/* right: auto; */
		
	}
	.indexProductBg  .swiper-button-next, 
	.indexProductBg  .swiper-container-rtl .swiper-button-prev {
		background-image: url(../index/images/right_arrow2.png);
		right: 5px;
		/* left: auto; */
	}
	.indexProductBg  .swiper-button-prev, 
	.indexProductBg  .swiper-button-next {
		width: 70px;
		height: 70px;
		background-size: 70px;
		margin-top: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0.7;
		-webkit-filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.7));
    	filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.7))
	}

	.indexProductA{
		/* padding-top: 80px; */
		/* padding-top: 35px; */
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	@media (max-width: 1280px){

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

	@media (max-width: 1024px){

		.indexProductA{
			padding-top: 20px;			
		}
	}

	@media (max-width: 640px){

		.indexProductA{
			padding-top: 0px;			
		}
		.indexProductBg .swiper-slide {
			padding: 0px 0;
		}
	}


	@media (max-width: 425px){

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

	.indexProductBg2 .indexProductA{
		flex-direction: row;
	}

	.indexProductBg .index_tit {
		box-sizing: border-box;
		width: 25%; /*modify by Ray 20210902*/
		text-align: center; /*modify by Ray 20210902*/
		
		position: relative;
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		font-size: 40px;
		line-height: 40px;
	}

	@media (max-width: 1684px){

		.indexProductBg .index_tit {		
		font-size: 30px;
		
	}
	}


	.indexProductBg2 .index_tit {
		/* text-align: left; */
		text-align: center;  /*modify by Ray 20210902*/
	}

	.indexProductBg2 .index_tit.left{
		/* text-align: center; */
		text-align: center;  /*modify by Ray 20210902*/
		/* padding-left: 70px; */
	}

	

	.indexProductBg .index_tit > h1 {
		display: inline-block;
		background-color: #fff;
		color: #00489d;
		vertical-align: middle;	
		position: relative;
		z-index: 4;
		font-size: 40px;  /*modify by Ray 20210902*/
		
		

		/* word-wrap: break-word;
		word-break: break-all; */
	}

	
@media (max-width: 1680px){

	.indexProductBg .index_tit > h1 {
		margin:20px 40px;
	}
}

@media (max-width: 1280px){

	.indexProductBg .index_tit > h1 {
		margin:0px 0px;
	}
}
	.indexProductBg2 .index_tit.left h1{
		padding-left: 0px; /*modify by Ray 20210902*/
	}


	/*modify by Ray 20210823 start*/

	.index_tit_icon{		
		z-index: 3;
		position: relative;
		vertical-align: middle;		
		width: 140px;
		height: 140px;
	}

	@media (max-width: 1280px){	

		.index_tit_icon{
			width: 70px;
			height: 70px;
		}
	}

	/*modify by Ray 20210823 end*/

	.indexProductBg .index_tit span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
		max-width: 70%;
		display: block;
	}

	/*modify by Ray 20210902 start*/

	.indexProductBg.indexProductBg2 .index_tit span {
		left:50%;		
	}

	/*modify by Ray 20210902 end*/

	.indexProductBg .index_tit span img{
		width: 100%;
		height: auto;
	}
	.indexProductBg .index_tit span img.titPic01{
		z-index: 0;
		transform:rotate(0deg);
		animation: animateindexProduct 10s ease-in infinite alternate;
	}
	.indexProductBg .index_tit span img.titPic02{
		z-index: 0;
		position:absolute;
		top: 0;
		left: 0;
		transform:rotate(0deg);
		animation: animateindexProduct2 5s ease-in-out infinite alternate;
	}


	@keyframes animateindexProduct {
		0% { top: 0%; left: 0%; transform:rotate(0deg); opacity: 1;}
		50% {   top: 0%; left: 0%; transform:rotate(-180deg); opacity: 0.7; }
		100% { top: 0%; left: 0%; transform:rotate(-359deg); opacity: 1;}
	}
	@keyframes animateindexProduct2 {
		0% { top: 0%; left: 0%; transform:rotate(0deg); opacity: 1;}
		50% {   top: 0%; left: 0%; transform:rotate(180deg); opacity: 0.5; }
		100% { top: 0%; left: 0%; transform:rotate(359deg); opacity: 1;}
	}

	.indexProdArea {
		box-sizing: border-box;
		/* width: 80%; */
		width: 75%;
	}


	/* 首頁最新產品列表 */
	.indexProdList{
		position: relative;
		width: 100%;
		border: 1px #e2e2e2 solid;
		box-shadow: 1.5px 1.5px 7px #808080;
		/* background-color: #ffffff;
		padding: 5px 10px;		
		box-shadow: 0 18px 40px #3333331a; */
	}
	.indexProdList:before{
		display: none; /*modify by Ray 20210812*/
		content: '';
		position:absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-image: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);  /*modify by Ray 20210812*/
	}


	  	/* 首頁最新產品列表圖 */
		.indexProdImg{
		position: relative;
		display: block;
		padding-top: 100%;
		overflow: hidden;
		}
		.indexProdImg{
		}
		.indexProdImg:before{
			content: '';
			position:absolute;
			bottom: 0px;
			left: 0px;
			right: 0px;
			width: 100%;
			height: 70%;
			background-image: linear-gradient(to top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.3) 85%, rgba(255,255,255,0) 100%);  /*modify by Ray 20210824*/
		}
	
			.indexProdImg 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;
			}

  
  
	  /* 首頁最新產品列表右側 */
	  .indexProdR{
			box-sizing: border-box;
			width: 100%;
			text-align: left;
			/* position: absolute;
			left: 0;
			bottom: 0;
			padding: 15px; */
			padding: 10px 10px; 
		}

		.indexProdR .Title{
			/* font-size: 20px; */
			font-size: 20px;/*modify by Ray 20210812*/
			line-height: 26px;
			/* color: #ffffff; */ 
			color: #00489d; /*modify by Ray 20210823*/			
		}
			.indexProdR .Title h1{
				display: block;
				font-size:inherit;
				margin-block-start: 0;
				margin-block-end: 0;
				margin-inline-start: 0px;
				margin-inline-end: 0px;
				/* font-weight: normal; */
				font-weight: bold; /*modify by Ray 20210812*/
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				/* min-height: 52px; */
			}

		.indexProdR .Tag{
			font-size: 18px; 
			line-height: 19px;
			color: #00489d ;
			font-weight:bold; 
			margin: 11px 0 9px; 
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}


		.indexProdR .text{
			font-size: 16px;
			line-height: 1.5;
			/* min-height: 48px; */
			color: #00489d;
			font-weight: bold;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}

		.indexProdR .btn{
			text-align: left;
			/* font-weight: 300; *//*modify by Ray 20210823*/
			font-size: 14px;
			line-height: 24px;
			color: #5f6267;
			border-radius: 3px;
			/* font-family: 'Raleway', sans-serif; */
			/* margin: 20px 0 0; */
			margin: 10px 0 10px; /*modify by Ray 20210812*/
		}
			.indexProdR .btn a{
				/* color: #ffffff; */
				color: #00489d; /*modify by Ray 20210812*/
				display: inline-block;
				text-decoration: none;
				/* border: 1px #fff solid; */ /*modify by Ray 20210812*/
				border: 2px #00489d solid;
				padding: 2px 15px 2px 5px;
				position: relative;
				border-radius: 2px;
			}
				.indexProdR .btn span{
					font-size: 14px;
					line-height: 16px;
					vertical-align: middle;
					font-weight: bolder;
					/* color: #fff; */
				}	
				.indexProdR .btn img{
					width: 30px;
					height: auto;
					display: inline-block;
					box-sizing: border-box;
					position: absolute;
					top: 50%;
					right: -23px;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
				.btn a:hover{
					transition: all 0.3s ease-out;
					padding: 2px 35px 2px 5px;
					background-color: #fff;
					color: #333;
				}
				.btn a:hover img{
					transition: all 0.3s ease-out;
					/*right: -45px;
					 -webkit-transform: translateY(-50%);
					transform: translateY(-50%); */
				}

			


@media (max-width: 1280px){

	.indexProductBg{
		/* padding:35px 0;	 */
	}
	
	.indexProductA{
		display: block;
		flex-direction: unset;
		flex-wrap:unset;
		align-items: unset;
		justify-content: unset;
	}
		.indexProductBg .index_tit {
			width: auto;
			font-size: 30px;
			line-height: 30px;
			text-align: center;
			margin: 0;
		}
			.indexProductBg .index_tit > h1 {
				background-color: #00489d00;
			}
			.indexProductBg .index_tit span {
				display: none;
			}

		.indexProdArea {
			width: 100%;
			/* margin: 25px 0 0; */
		}


}
	

@media (max-width: 1280px){

	.indexProductBg .index_tit {
		/* font-size: 20px; */
		line-height: 1;
		margin: 0 0 5px;
	}
		.indexProductBg .index_tit > h1 {
			font-size: 30px;
		}
		.index_tit_icon{			
			width: 60px;
			height: 60px;
		}
}














/*-------產品內頁----------------------------------------------------------------------------*/
.top_in{
	border:1px solid #dbdbdb;
	padding:20px 14px;
	background:#fff;
}

	
	/*產品內頁上左*/
	.top_in_left {
		float:left;
		width:49%;
		position: relative;
		box-sizing: border-box;
	}
		
		/*商品內頁圖*/
		.top_in_left img{
			width:100%;
			height:auto;
		}
		
	/*產品內頁上右*/
	.top_in_right {
		float:right;
		width: 46%;
		box-sizing: border-box;
	}
		/*標籤*/
		.pITR_label {
			background: #C00;
			color: #fff;
			font-size: 14px;
			padding: 5px 10px;
			display:inline-block;
			margin:10px 0px 0px 0px;
		}
		
		.pITR_tit {
			font-size: 18px;
			font-weight: bold;
			line-height: 22px;
			margin-top: 10px;
		}
		
		/*商品說明短文字*/
		.pITR_remark {
			padding: 25px 0px 0px 0px;
			font-size: 15px;
			line-height: 23px;
			color: #666;
		}
		
		.pITR_original_price {
			text-decoration:line-through;
			color:#999;
			font-size:14px;
			line-height:22px;
			padding:14px 0px 0px 0px;
		}
		
		.pITR_price {
			font-size:14px;
			line-height:30px;
			padding:10px 0px 0px 0px;
		}
			.pITR_price span {
				color: #ed3729;
				/*font-weight:bold;*/
				font-size:20px;
			}
			
		.pITR_quantityAndAddCart {
			/*position: relative;*/
			/*padding: 40px 0px 0px 0px;*/
			padding: 20px 0px 0px 0px;  /*修改 by pekey 20170608*/
			
		}	
			.pITR_quantity {
				/*position: absolute;
				top: 19px;
				left: 0px;*/	
				/*box-sizing: border-box;
				float: left;
				padding:0px 22px;
				margin:0px -22px;*/
				padding-top:10px;
			}
			.pITR_quantity select {
				
			}
		
			.pITR_btn_area {
				box-sizing: border-box;
				float: left;
				/*padding:0px 55px;*/
				margin:0px -10px;
			}
				.pITR_btn_area input {
					-webkit-appearance: none;
					-webkit-border-radius: 0px;
					margin: 0px 10px;
					padding: 0;
					outline: none;
					cursor: pointer;
					vertical-align: middle;
					border: none;
					width: 157px;
					height: 42px;
					background: #e68491;
					color: #fff;
					border-radius: 3px;
					line-height: 42px;
					transition: 0.2s ease all;
					letter-spacing: 1px;
				}
					
					.pITR_btn_area input.add {
						/*background: #9a9a9a;*/  /*修改by pekey 20170502*/
						background:#fac300;
					}
					
					.pITR_btn_area input.buy {
						background: #de484d;
					}
					
					.pITR_btn_area input.none {
						background: #C7C7C7;
						cursor:auto;
					}
						/*兩個按鍵時*/
						.pITR_btn_area.two_btn {
						}
							.pITR_btn_area.two_btn input {
								/*width:47%;*/
							}
					
					/*新增by pekey 20170828*/
					.pITR_btn_area input.tracking{
						background: #70b42b;
					}
					
					

/*sns分享按鈕*/
.pITL_share {
	padding:20px 20px 0px 0px;
	display: inline-block;
}
		
@media (max-width:1024px){				
		.pITR_btn_area input {
		}
	
}
							
@media (max-width:830px){		
.pITR_quantityAndAddCart{
	text-align:center;
	padding:20px 0px 0px;  /*新增 by pekey 20170608*/
}
	.pITR_btn_area{
		float:none;
		margin:0px -1%;
	}
		.pITR_btn_area input{
			width:47%;
			margin:0px 1%;
		}
	
		
		/*新增by pekey 20170828*/
		.pITR_btn_area input.tracking{
			width:100%;		}
	
}
							
@media (max-width:640px){		
	.top_in_left{
		float:none;
		width:100%;
	}
	.top_in_right{
		float:none;
		width:100%;
		padding-top:20px;
	}
		
}
@media (max-width:320px){	
	.pITR_btn_area input{
		
		/*修改 by pekey 20170608*/
		width:46%; 
		/*width:100%;*/  
		/*margin:10px 0px;*/
	}
}

							





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






/*首頁網編區塊標題*/
.index_tit {
	font-size: 33px;
	line-height: 42px;
	font-weight: bold;
	color: #5f6267;
	text-align:center;
	margin-bottom: 14px;
}
.index_tit > h1 {
    display:inherit;
    font-size:inherit;
    margin-block-start:inherit;
    margin-block-end:inherit;
    margin-inline-start:inherit;
    margin-inline-end:inherit;
    font-weight:inherit;
}
	.index_titTW{
	}

.index_tit > h1 > p {
    font-size: 21px;
    line-height: 21px;
    display: inline-block;
    margin-left: 20px;
    color: #7d7d7d;
    /* background-color: #00489d; */
    padding: 10px 10px;
    border-radius: 4px;
    vertical-align: 28%;
    box-sizing: border-box;
}



/*內頁banner*/
.inbanner{	
	width: 100%;
}

.inbanner img{	
	width: 100%;
	height: auto;
}



/*麵包屑*/
.crumb {	
	display: none;
    font-size: 14px;
    line-height: 1.2;
    color:#969696;
    padding: 15px 0;   
    word-wrap: break-word;	
}

	.crumb a {
		color:#00489d;
		text-decoration:none;
	}
	
	.crumb a:hover {
		opacity:0.5;
	}	

	.main_in{				
		display: flex;
		justify-content: space-between;
	}

	
	
	








/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	font-size: 20px;
    line-height: 30px;
	color: #2e282a;
	font-weight:bolder;
	/*text-align: center;*/
	position:relative;
	padding-bottom: 15px;
	border-bottom: 2px solid #00489d;
	
}

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


		.titStyle1:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #00489d;
			width: 62px;
			height: 4px;
			left: 0px;
		}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
	font-size: 20px;
    line-height: 30px;
	color: #2e282a;
	font-weight:bolder;
	/*text-align: center;*/
	position:relative;
	padding-bottom: 15px;
	border-bottom: 2px solid #00489d;
}
	.titStyle2 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle2Date {
		padding-bottom: 5px;
		color: #00489d;
		font-size: 16px;
		font-weight:lighter;
		font-family: 'Kulim Park', sans-serif;
	}
		.titStyle2:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #00489d;
			width: 62px;
			height: 4px;
			left: 0px;
		}




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

	.titStyle3 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	
	
.containerIn{
	padding:30px 0px 0px;
}










	
	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom:40px;
	padding-top:40px;
	/* display: grid;
	grid-template-columns: 275px auto;*/
}		
			
	/*左側*/
	.inmain .wrap .left{
		border-right: 1px #00489d solid;
		text-transform: uppercase;
		/*display:none;*/
		/* float:left; */
		box-sizing:border-box;
		width:18%;
	}
	
	.left.leftPc{
		display:block;
	}
		
		/*左側表單名稱*/
		.leftList_tit{
			/* background-color: #00489d; */
			/* text-align: center; */
			font-size: 24px;/*modify by Ray 20211005*/			
			font-weight: bold;
			word-break: break-word;
			padding: 15px 0px;
			color: #00489d;
			/* font-family: 'Noto Sans JP', sans-serif;*/
		}
		
		/*左側選單列表*/
		.leftListArea{
			/*margin: 10px 0px 0px;*/
			/*background-color: #fcfcfc;*/
		}
			.leftList{
				font-size:18px;
			}

			.leftList.active{
				font-size:18px;				
			}

			.leftList_title{
				display: inline-block;
			}
						
			.leftList.active .leftList_title{
				color: #00489d;/*modify by Ray 20211005*/
				font-weight: bold;/*modify by Ray 20211005*/
			}
			
			.leftList.leftList2 > a{
				
			}	

					
			/* .leftList.leftList2 > a:before{
				position: absolute;
				content:"+";
				font-size:15px;
				color:#3e3e3e;
				right:12px;
				top: 50%;
				transform:translateX(0%) translateY(-50%);
				-webkit-transform:translateX(0%) translateY(-50%);
				transition: 0.3s ease all;
				font-family: 'Kulim Park', sans-serif;
			}

			.leftList.leftList2.show > a:before{
				content:"-";
				transition: 0.3s ease all;
			}			

			.leftList.leftList2.active > a{
				position:relative;
			}	
					
			.leftList.leftList2.active > a:before{
				content:"-";
			}
			
			.leftList.leftList2.active.show > a:before{
				content:"-";
			}*/			
						
			
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#313131;
					padding: 13px 30px 13px 1px;
					position: relative;
					font-size: 16px;
					line-height: 22px;
					word-break: break-word;
					/* border-radius: 5px; */
					/* border-bottom: 1px  dashed #00489d; */
					/*font-family: 'Noto Sans JP', sans-serif;*/
				}
					
				.leftList.active > a{
					color: #000;
					
				}
				.leftList:hover > a{
					color: #000;					
				}
			
					.leftList_top {
						position:relative;
						padding-right: 30px;
					}	
									
					.leftList_top a{
						display: block;
						text-decoration: none;
						color: #8e8e8e;
						padding: 10px 10px 10px 10px;
						/* position: relative; */
						font-size: 18px;
						line-height: 22px;
						word-break: break-word;
					}
					
					/*.leftList_top.active a{
						color:#00489d;
					}*/
					
					
					.leftList.leftList2.active .leftList_top a{
						color:#00489d;
					}
					.leftList.leftList2.active .leftList_top a:hover{
						color: #8e8e8e;
						opacity:0.5;
					}				
				
					.leftList.leftList2 .leftList_Add {
                        position: absolute;
                        top: 50%;
                        right:0px;
                        max-width: 100%;
                        max-height: 100%;
                        transform:translateX(0%) translateY(-50%);
                        -webkit-transform: translateX(0%) translateY(-50%);
                        z-index: 2;
                     }	
					 .leftList_Add:hover {
                       cursor: pointer;
					   transition: 0.3s ease all;
					   opacity:0.5;
                     }
				
					.leftList.leftList2.active .leftList_Add:before {
						position: absolute;
						content: "-";
						font-size: 19px;
						font-weight: lighter;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
					}				
					
					.leftList.leftList2 .leftList_Add:before {
						position: absolute;
						text-align: center;
						content: "+";
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						font-size: 15px;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						left: -30px;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
						font-family: 'Kulim Park', sans-serif;
					}									
				
				
					/*第二層選單樣式*/
					.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
						content: '';
						position: absolute;						
						border-top: solid 6px #000;
						border-left: solid 4px rgba(255,255,255,0);
						border-right: solid 4px rgba(255,255,255,0);							
						border-bottom-width: 0px;
						top: 24px;
						right: 12px;
					}
				
			/*方向標誌*/
			.leftList_icon.direction{
				position: absolute;
				right: 35px;
				top: 12px;
				
			}

				/*方向標誌_向下展開*/
				.leftList_icon.direction i.down{
					display: block;
				}
				/*方向標誌_向上收合*/
				.leftList_icon.direction i.up{
					display: none;
				}
				
				
			/*active*/ /*方向標誌_向下展開*/
			.leftList.active .leftList_icon.direction i.down{
				display: none;
			}
			/*active*/ /*方向標誌_向上收合*/
			.leftList.active .leftList_icon.direction i.up{
				display: block;
			}				
			
		
		/*左側選單列表第二層*/
		.leftList_open{
			display: none;
		}
		.leftList_open.active{
			display:block;
		}
			.leftList_open_list{
				position:relative;
			}
				.leftList_open_list a {
					display: block;
					transition: 0.3s ease all;
					color: #999;
					/*padding: 13px 35px;*/
					padding: 10px 10px 10px 20px;
					font-size: 16px;
					line-height: 1.5;
					font-weight:normal;
					word-break: break-word;
					/* border-bottom: 1px dashed #cecece; */
				}
				.leftList_open_list.active a {
					color: #00489d;	
					font-weight: bold;				
					
				}

				.leftList_open_list a:hover {
					color: #00489d;
					text-decoration:none;				
				}

				.leftList_title:hover {
					color: #00489d;								
				}
		
	/*右側*/
	.right{
		/* float: right; */
		box-sizing: border-box;
		width: 76%;
		padding-top: 25px;
	}
	
	/*右側_無左選單*/
	.right.no_left{
		width:100%;
		padding-left: 0px;
		padding-top: 0px;
	}

		/*右側名稱*/
		.right_tit{
			text-transform: uppercase;
			font-size:24px;
			padding:15px 0px;
			color:#00489d;/*modify by Ray 20211005*/
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}

		@media (max-width:1280px){

			/*右側名稱*/
		.right_tit{
			font-size:22px;
		}
		}

		@media (max-width: 990px){

		.inmain .wrap .left {				
				width: 100%;
				border: none;
			}

		/*右側名稱*/
		.right_tit{
			font-size: 20px;
			padding: 10px 10px 10px 5px;
			}

			.leftList > a {				
				padding: 13px 30px 13px 10px;
			}
			
			.leftList_open_list a {
				padding: 10px 10px 10px 25px;
			}
			
		}

		
 
		
		
		
		
	
/*內頁上方選單*/
.rightTopArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -5px 20px;
}
	.rightTopList{
		box-sizing:border-box;
		width:20%;
		text-align:center;
		margin-bottom:10px;
		padding:0px 5px 0px;
	} 
	.rightTopList.active {
	}
	.rightTopList.active a {
		background-color: #000;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: #00489d;
    		padding: 10px 5px;
			/*padding: 0px 3px;
			margin:10px 0px;*/
			font-size:13px;
			line-height:15px;
			color:#fff;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}     
		.rightTopList a:hover{
			transition: all 0.3s ease-out;
			background-color: #000;
			opacity:0.5;
		} 		
	
	
	
		
		
		
		/*網編區------------------------------------------*/
		.text_area{
			/*padding: 20px 0px;*/
			font-size:18px;
			line-height:1.5;
			color:#333;
			word-wrap: break-word;
			/* word-break: break-all; */
			padding-bottom: 20px;
			
		}
			.text_area iframe{
				max-width: 100%;
			}
			.text_area img {
				max-width:100%;
				height:auto;
			}
			.text_area a {
				text-decoration:none;
				transition: 0.3s ease all;
			}			
			.text_area a:hover {
				opacity:0.5;
				transition: 0.3s ease all;
			}	
			
			.text_area ul {
				padding-left: 20px;
			}	
			
			
			
			
			
			
			
			
			
						
			
		/*按鈕*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background: #fff0;
			color: #00489d;
			border: 1px solid #00489d;
		}	
		.btn_area input:nth-child(2n) {
			background:#00489d;
			color: #fff;
			border: 1px solid #00489d;
		}	
			
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
@media (max-width: 1200px){
	
	
	
/*內容區背景----------------------------------------------*/	
/*.container {
	padding: 3% 0px;
    border-radius: 20px;
    max-width: 85%;
}		
	
.container .wrap {
    width: 95%;
}*/	
	
.container > .wrap {
    width: 80%;
}	
	
	
	/*首頁輪播點點*/
	.wrap.pagination_wrap{
		width: 98%;
		padding: 0;
	}
	
	/*左側*/
	.left{
		width:200px;
		min-width: 200px;
	}
		
	/*右側*/
	/*.right{
		width:65%;
	}*/
	
}



@media (max-width: 990px){
	

	
	/*麵包屑*/
	/*.crumb {
		padding:10px 0px 10px;
	}*/




	.containerIn {
		padding: 20px 0px 0px;
	}
	
	
/*內頁上方選單*/
.rightTopArea{
	display:none;
}
	
.container{
	display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
}

	/*左側*/
	.left{
		border: none;
		display:block;
		width:100%;
		min-width:unset;
		margin-bottom: 5px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			/* border: 1px #dbdbdb solid; */
			position:relative;
			cursor:pointer;
			padding: 10px 10px;
			color: #fff;
			background-color: #00489d;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 20px;
			right: 20px;
			border-top: solid 8px #fff;
			border-left: solid 5px #fff0;
			border-right: solid 5px #fff0;
			border-bottom-width: 0px;
		}
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #f7f7f7;
			margin: 0px 0px 0px;
		}
	
		
		.leftListArea.show {
			display: block;
		}
	
	/*右側*/
	.right{
		width:100%;
		padding-left:0px;
		padding-top: 0px;
	}
	

}

@media (max-width: 990px){

	.main_in {
		display: block;
		justify-content: space-between;
	}				
}


@media (max-width: 768px){


	/*內頁banner--------------------------*/
	.inbanner{
		min-height: 200px;
		padding-top:0px;
		margin-top: -1px;
	}	


	/*左側*/
	.left{
		margin-bottom: 20px;
	}	
		
		/*內頁標題樣式1-----------------------------------------*/
		.titStyle1{
			font-size: 20px;
			line-height: 30px;
		}
		
		
		/*內頁標題樣式2-----------------------------------------*/
		.titStyle2{
			font-size: 20px;
			line-height: 30px;
		}


}

.contentBg{
	overflow: hidden;
	position: relative;
	padding: 20px 0 40px 0;
}


/*內頁banner--------------------------*/
.inbanner{
	min-height:140px;
    /*padding-top: 45px;*/
}	




	
	

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

	/*按鈕*/
	.btn_area {
	}
	
		.btn_area input {
			/*width: 45%;*/
			margin: 0px 5px;
		}
	
	/*.btn_area input:nth-child(2n){
		background-color:#555;
	}*/


}
	
	
	
	
	
	


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




/*最新消息*/
.news_bg{
	/*padding-top: 40px; */
    /* padding-bottom: 30px; */
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;*/
}
	.news_list{
		display: flex;
        justify-content: space-between;
       align-items: center;
		box-sizing:border-box;
		padding: 10px 0px;
		border-bottom: 1px #b5b5b5 dashed;
	}
		.news_list_tit{
			font-size:15px;
			font-weight:bold;
			/*padding:5px 0px;*/
			line-height:20px;
			
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:1;
			overflow: hidden;
			
			word-wrap: break-word;
			word-break: break-all;			
		}
			.news_list_tit > a {
				font-size: 18px;
				line-height: 2;
				text-decoration: none;
				color: #2e2e2e;
				display: block;
				/*min-height: 44px;*/
			}

			
			.news_list_tit > a i{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				transform: rotate(265deg);
				vertical-align: baseline;
				transition: 0.3s ease all;
			}

			/*---置頂---*/
			
			.news_list_tit.top > a {
				color: #00489d;
			}

			.news_list_tit.top > a i{
				color: #00489d;
					transform: rotate(0deg);
			}

			/*---置頂---*/
			
			
				.news_list_tit > a:hover {
					/*opacity:0.7;*/
					color: #00489d;
					transition: 0.3s ease all;
				}			
				.news_list_tit > a:hover i {
					color: #00489d;
					transform: rotate(0deg);
					transition: 0.3s ease all;
				}				
		
		.news_list_date{
			font-family: 'Montserrat', sans-serif;
			/* text-align: center; */
			color: #575757;
			font-size: 13px;
			line-height: 22px;
			margin: 10px 0 0;
			text-align: right;
		}
		.news_list_text{
			display: none;
			font-size:15px;
			width:99%;
			/* display: inline-block; */
			vertical-align: middle;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.news_list_more{
			font-size: 15px;
			font-weight: bold;
			padding: 10px 0px 0px 0px;
		}
			.news_list_more > a {
				color:#ca1726;
				line-height: 22px;
				display: inline-block;
				vertical-align: middle;
			}
			.news_list_more > a i {
				font-size:12px;
				line-height: 22px;
				display: inline-block;
				vertical-align: -44%;
				font-weight: bold;
				color:#ca1726;
				transform: rotate(180deg);
			}
			.news_list_more > a:hover {
				opacity:0.7;
			}






@media (max-width: 640px){


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

}








/*/////////////////////////////////////////////////////////*/
/*聯絡我們*/
/*/////////////////////////////////////////////////////////*/	
	
.contact_left{
	float:left;
	width:48%;
	line-height:26px;
	/* border: 1px solid #c9c9c9; */
}
.contact_right{
	float:right;
	width:48%;
}
	.fLType2{
		display: inline-block;
    	vertical-align: top;
		width:47%;
	}
	.fLType2:nth-child(2n+1) {
		margin-right: 2%;
	}
	.fLType2:nth-child(2n+0) {
		margin-left: 2%;
	}
	
		.required{
			color:#ff0000;
			display:inline-block;
		}
		
	.btn_area{
		text-align:center;
	}
		
		.contact_right .btn_area{
			padding:15px 0px;
		}
			.contact_right .btn_area input {
				float: left;
				box-sizing: border-box;
				width: 47%;
				margin:0px;
			}
			.contact_right .btn_area input:nth-of-type(2) {
				float: right;
			}	


@media (max-width: 1200px){
	/*---Cooperation---*/
	.fLType2.long_tit {
		margin-left: 0px;
		width:100%;
	}
		input[type="reset"] {
			margin: 30px 15px 0px;
		}
}
@media (max-width: 990px){	
	/*---Cooperation---*/
	.fLType2 {
		margin: 0px;
		width:100%;
	}
	.fLType2:nth-child(2n+0) {
		margin-left: 0px;
	}
		.contact_right .btn_area input {
		}
}
@media (max-width:990px){	
	/*---Cooperation---*/
	.contact_left{
		float:none;
		width:100%;
	}
	.contact_right{
		float:none;
		width:100%;
		padding:20px 0px 0px;
	}
}
@media (max-width: 640px){	
	/*---Cooperation---*/
	input[type="submit"], input[type="reset"] {
		width: 100%;
		margin: 20px 0px 0px;
	}
}
	

.searchArea{

	text-align: left;

}

.pageContent.staff .searchArea select {
	width: 100px;
}

@media (max-width: 990px){	
	.searchArea{

		text-align:center;
	
	}

	.pageContent.staff .searchArea select {	
		margin: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	

}





/*/////////////////////////////////////////////////////////*/
/*影片模組*/
/*/////////////////////////////////////////////////////////*/	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#00489d;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			}
					
		/*燈箱資料區*/
		.lightboxContentArea {
			height: 100%;
		}
		
.index_video_list {
	position:relative;
	cursor:pointer;
	background:#fff;
}

	.index_video_list > img {
		opacity: 0.9;
		border: none;
		width:100%;
		height:auto;
		/* -webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.7));
		filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.7)) */
	}



	.vL_text_area {
		position:absolute;
		width:100%;
		max-width:80px;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		/*padding:70px 20px 20px 20px;*/
		/*font-size:16px;
		line-height:22px;*/
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			
			width:100%;
			height:auto;
			/*padding:0px 0px 8px 0px;*/
		}
		/*hover*/
		.index_video_list:hover > img {
			opacity:1;
		}

.video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
	/*margin: 20px -15px 0px -14px;*/
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}

	.video_list {
		float: left;
		width: 33.3%;
		box-sizing: border-box;
		padding: 0px 15px 30px;
	}
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			}
			
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:700px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}

@media (max-width: 950px){	
	/*---Video---*/
	.video_list_area {
		margin: 0px 0px 0px 0px;
	}
		.video_list {
			/*width: 46%;*/
		}
		/*.video_list:nth-child(2n+1) {
			padding: 35px 25px 30px 0px;
		}
		.video_list:nth-child(2n+0) {
			padding: 35px 0px 30px 25px;
		}*/
}
@media (max-width:768px){
	
	
	.vL_text_area {
		max-width:50px;
	}	
		
	/*---Video---*/
	/*.video_list:nth-child(2n+1) {
		padding: 35px 20px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 20px;
	}*/
}
@media (max-width: 600px){	

.video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
}

	/*---Video---*/
	.video_list {
		width: 100%;
		padding:0 0 30px;
	}
	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	
}







		
/*按鈕-----------------------------*/
.btn_area {
	text-align:center;
	margin:30px 0px 0px;
	
}
.btn_area input{
	margin:0px 10px;    
	width: 200px;
	max-width: 40%;
}

.btn_area input:nth-child(2n+1) {
	background: #fff0;
	color: #231815;
	border: 1px solid #231815;
}	

.btn_area input:nth-child(2n) {
	background:#231815;
	color: #fff;
	border: 1px solid #231815;
}	
	

		
/*右側返回按鈕*/
.btn_area.one {
	text-align:center;
	margin:30px 0px 0px;
}
		
		















/*/////////////////////////////////////////////////////////*/
/*產品區*/
/*/////////////////////////////////////////////////////////*/	




/*產品列表區*/
.product_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	margin: 0px 0px;
}
                        
/*產品列表*/
.productList{
	width: 30%;
    box-sizing: border-box;
    padding: 15px;
    margin: 10px;
    position: relative;
    border: 1px solid #d0cece;
}
	.productListIn{
		padding: 10%;
	}			
	
	a.productListIn{
		text-decoration: none;
	}
		/*產品圖片*/
		.productListImg{
			overflow:hidden;
			position: relative;
			/* max-width: 80%; */
			/* margin: auto; */
		}
		.productListImg:before {
			position: absolute;
			content: '';
			background-image: linear-gradient(0deg , #ffffff 15%, #ffffff00 100%);
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			display: none;
		}

		.productListImg a{
			display: block;
			position: relative;
			padding-top: 100%;
		}
			.productListImg img{
				width:100%;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}
		
			
	/*產品下方資訊*/
	.productListBottom{
		margin: 15px 0 0;
		/* padding: 10px 0px; */
		/* position: absolute;
		bottom: 0;
		width: 100%;
		max-width: 80%;
		left: 50%;
		padding-bottom: 30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2; */
		/* width: 100%; */
	}
									
		/*產品標題*/
		.productListTitle{
			letter-spacing: 1px;
			font-size: 18px;
			font-weight: bold;
			color: #231815;
			line-height: 26px;
			margin-bottom:5px;
			
			word-wrap: break-word;
			/*word-break: break-all;*/
		}
		/*產品標題*/
		.productListTitle a{
			text-align: center;
			color: #1a141a;
			display: block;
			text-decoration: none;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}		
		
		/*產品價格*/
		.productListPrice{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: flex-start;
			justify-content: center;			
			/*justify-content: space-between;*/
		}
		
		/*原價*/
		.rL_PreferentialPrice{
			/*display:inline-block;*/
			box-sizing:border-box;
			color: #b5b5b5;
			font-size: 16px;
			line-height: 26px;
			font-family: 'Kulim Park', sans-serif;
			/*position:relative;*/
			text-decoration: line-through;
		}












/*/////////////////////////////////////////////////////////*/
/*相簿&影片模組*/
/*/////////////////////////////////////////////////////////*/

.photo_listArea{
	margin: 20px -15px 30px;
}
	.photo_list{
		float: left;
		width: 33.3%;
		box-sizing: border-box;
		padding: 0px 15px 30px;
	}

	/* 當沒有左側選單時 */
	.right.no_left .photo_list{
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0px 15px 30px;
	}

		.photo_listContent,
		.video_listContent{
			position: relative;			
			box-sizing: border-box;
			border: 1px solid #00489d;
			padding: 8px;
			/* border: 1px #d4d2d2 solid; */
			/* box-shadow: 5px 8px 9px 0px rgba(10%,10%,10%,0.09); */
			
		}

			.photo_list a{
				display:block;
				padding: 10px;
			}

			.photo_list a:hover img {
				opacity:.7;
				transform: scale(1.05);
				transition: 0.3s ease all;
			}

				.photo_list img{
					width:100%;
					height: auto;					
					opacity:1;
					transition: .7s ease all;

					
				}
				/* .photo_list:hover img,
				.video_list:hover img {
					opacity:.9;
					transform: scale(1.05);
					transition: 0.3s ease all;
				} */

			.photo_listTit{
				font-size: 20px;
				line-height: 1.5;
				padding: 15px 0px 0px;
				text-align: center;
			}

			.vL_text_area {
				position:absolute;
				width:100%;
				max-width:80px;
				text-align:center;
				left: 50%;
				top: 50%;
				-webkit-transform:translateX(-50%) translateY(-50%);
				transform:translateX(-50%) translateY(-50%);
				box-sizing: border-box;
				/*padding:70px 20px 20px 20px;*/
				/*font-size:16px;
				line-height:22px;*/
				color:#fff;
				text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
			}
				.vL_text_area img {
					opacity: 0.9;
					border: none;
					width:100%;
					height:auto;
					-webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.7));
					filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.7))
				}


@media (max-width: 1280px){
	.photo_list{		
		width: 50%;
	}

	/* 當沒有左側選單時 */
	.right.no_left .photo_list{
		width: 33.3%;
	}
}	

@media (max-width: 850px){
	.photo_list{		
		width: 100%;
	}

	/* 當沒有左側選單時 */
	.right.no_left .photo_list{
		width: 50%;
	}
}	
				
@media (max-width: 640px){

	/* 當沒有左側選單時 */
	.right.no_left .photo_list{
		width:100%;
	}
	
}		

@media (max-width: 414px){
	.photo_listArea {
		margin: 20px 0px 30px;
	}
		.photo_list{
			width: 100%;
			padding: 0px 0px 20px;
		}
}				




/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-family: 'BenchNine', sans-serif;}  /*頁數樣式*/
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; display: block;  margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left; }
        #cboxNext{position:absolute; top:50%; right:5px; display:block; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}





/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	position:relative;
	z-index:1;
	text-align:center;
	padding-top: 40px;
	/*padding-bottom:40px;*/
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #00489d;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #00489d;
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
	
@media (max-width: 640px){
	
	.number_pageArea {
		padding-top: 30px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}







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


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