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




/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'jf_openhuninn';
	src:url(../icon_fonts/jf_openhuninn_1_1/jf-openhuninn-1.1.ttf);
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------icon-字型 結束-------------------------------*/





/*------------------------------------------icon-字型 開始-------------------------------*/
/*@font-face {
    font-family: 'naikaifont';
	src:url(../icon_fonts/naikaifont_master_tw/NaikaiFont-Light.ttf);
	src:url(../icon_fonts/naikaifont_master_tw/NaikaiFont-Regular.ttf);
	src:url(../icon_fonts/naikaifont_master_tw/NaikaiFont-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}*/
/*------------------------------------------icon-字型 結束-------------------------------*/




/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'setofont';
	src:url(../icon_fonts/setofont/sp-setofont.ttf);
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------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:#d86794;
	color:#fff;
}

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

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

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

}

@media (max-width: 767px){
	.wrap {
		width: auto;
		padding: 0px 15px;
	}

}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 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: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	/*font-size: 13px;*/
	font-size: 15px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

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

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

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

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

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

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*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 {
		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; */
		color: #e96cad;
	}












/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.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;*/
		font-size:17px;
		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: #e96cad;
			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:49%;
			}
			
			
				.fL_tit {
					/*font-size: 16px;*/
					font-size: 18px;
    				/* font-weight: bold; */
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					.fL_tit label {
						font-size: 14px;
						vertical-align: middle;
					}
					.fL_tit label input[type="radio"], input[type="checkbox"]  {
						vertical-align: baseline;
					}					
					
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					.fL_info input ,
					.fL_info textarea{
						border-color: #e6e6e600;
						background-color: rgb(230 236 255 / 60%);
					}

					
					.fL_info select{
						width:100%;						
						/*width: auto;
						margin: 0px 0px 0px 0px;*/
						border: solid 1px #aeaeae00;
						background-color: rgb(230 236 255 / 60%);
						height: 42px;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 0px 0px 25px 0px;
    					line-height: 26px;
						font-size: 16px;
						color: #8e8e8e;
					}
					
					.fL_info label {
						display:inline-block;
						padding-right: 8px;/* ryan20220406新增 */
					}
					
					/*地址樣式*/
					/* feather修改20220310 start*/
					.fL_info.address{
						position: relative;
					}
						/* 縣市、鄉鎮市區、郵遞區號 容器 */
						.address .before{
							position: absolute;
							left: 0;
						}
							.fL_info.address select {
								width: 75px;
								height: 42px;
								left: 0px;
							}	
							.fL_info.address .before > input[type='text'] {
								/* position: absolute; */
								width:75px;
							}

						/* 地址資訊 容器 */
						.address .after{
							box-sizing: border-box;
							padding-left: 242px;
							width: 100%;
						}
							.fL_info.address .after > input[type='text'] {
								width:100%;
							}

					/* feather修改20220310 end*/
		



					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin: 0px 0px 0px 0px;
							border: solid 1px #aeaeae00;
							background-color: rgb(230 236 255 / 60%);
						}
						



			/*檔案上傳樣式*/
			.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: #2b286a;
						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{
				}	
				.text_area.agreeArea {
					text-align: left;
					height: 200px;
					border-radius: 3px;
					border: solid 1px #aeaeae;
					overflow-y: auto;
					word-break: break-word;
					padding: 10px;
				}	
					
					
					
					
					
					
				/*徵信*/
				/*.fL_info.Credit{
				}*/
				.fL_info.no_input span.CreditList{
					padding-right:5px;
				}                                       
				.fL_info.no_input span.CreditList input[type="text"]{
					width: 150px;
					height: 20px;
					line-height: 20px;
				}                          
					
					
					
					
/* feather修改20220310 start*/
@media (max-width: 1280px){					

	/*地址樣式*/
	/* 縣市、鄉鎮市區、郵遞區號 容器 */
	.address .before{
		position: static;
		width: 100%;
		padding-bottom:17px;
		
	}
		.fL_info.address .before > input[type='text'] {
			/* position: absolute; */
			width:75px;
		}

	/* 地址資訊 容器 */
	.address .after{
		padding-left: 0px;
		width: 100%;
	}
}
/* feather修改20220310 end*/


@media (max-width: 800px){
	/*表單區左*//*表單區右*/
	.form_left, .form_right {
		float:none;
		width:auto;
	}
	
		.form_list.fLType2{
			width:100%;
		}
	
		/*沒有輸入框時*/
		.fL_info.no_input {
			padding: 0px 0px 20px 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 select {
			width: calc(33% - 6px); /*feather修改20220310*/
			height: 42px;
			position: static;
			left: inherit;
		}

		.fL_info.address > input[type='text'] {
			position: static;
			width: 30%;
			left: inherit;
		}
		/* feather新增20220310 */
		.fL_info.address .before > input[type='text']{
			width: 33%;
		}
		.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;
		}



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

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

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


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

/*.header {
}*/
















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

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

/*首頁內容區塊*/	
.mainContent{
	font-family: jf_openhuninn;
	padding: 0px 0px;	
}

	
.main.indexmain {
    background-color:#d9d9d9;
    position: relative;
    z-index: 0;
}	
	





	
/*.indexmain .mainContent{
	position:relative;
}	
.indexmain .mainContent:before{
	position:absolute;
	content:"";
    background-image: url(../images/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	top:0%;
	right:0px;
	height:100%;
	z-index: -1;
}*/	

	




@media (max-width: 1100px){

	.main {
		padding-top: 56px;
	}	
	
}



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

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

}




/*/////////////////////////////////////////////////////////*/
/*-------首頁捐贈方式區--------*/
/*/////////////////////////////////////////////////////////*/



/*------首頁捐贈方式-------------*/




.index_way_AreaBg{
	padding:100px 0px;
	position:relative;
	font-family: 'setofont';
	/*background: url(../images/bg2.png) bottom 0 right 0px no-repeat,url(../images/bg1.png) top 0 left 0 no-repeat;
	background-size: contain;*/
	
	/*background: url(../images/bg2.png) bottom 0 right 0px no-repeat,url(../images/bg1.png) top 0 left 0 no-repeat;*/
}
/*.index_way_AreaBg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 50%;
	-webkit-transform: translateY(41%);
    transform: translateY(41%);
    background: url(../images/bg2.png) bottom 0 right 0px no-repeat,url(../images/bg1.png) top 0 left 0 no-repeat;
    background-size: contain;
}*/
.index_way_AreaBg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-16%) translateX(0%);
	transform: translateY(-16%) translateX(0%);
	background-image: url(../images/bg3.png);
	background-position: bottom 0 right 0;
	background-size: 30%;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.6;
}
.index_way_AreaBg:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -15%;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    background-image: url(../images/bg2.png);
    background-position: top 0 left 0;
    background-size: 28%;
    background-repeat: no-repeat;
    z-index: -1;
	opacity: 0.6;
}


.index_way_AreaBg > .wrap >.titStyle1{
	position:relative;
	font-size: 40px;
	line-height:40px;
	font-weight: 700;
	font-family: 'setofont';
	color: #39bc9e;
	text-align:center;
	padding-bottom: 40px;
}
/*.index_way_AreaBg .titStyle1:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background: url(../images/bg3.png) top 50% right 50% no-repeat;
}
*/


	
	.index_way_AreaBg .wrap{
		width: 990px;
	}
	
	
	      
	.index_way_Area{
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	
	
	
	/*.index_way_left{
		width: 45%;
		box-sizing: border-box;
		margin-right: 60px;
	}
		.index_way_left img{
			width:100%;
			height:auto;
		}*/
	
	
	.index_way_right{
		/*width: 55%;*/
		box-sizing: border-box;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: flex-end;
		margin: 0 -30px;
	}	
			
	/*捐贈方式列表*/
	.index_way_list{
		/*width: 50%;*/
		width: 33.3%;
		box-sizing: border-box;
		padding: 0px 30px;
	}
	.index_way_list_in{
	}	
	
	.index_way_list_in a{
		display:block;
		text-decoration:none;		
	}	
		
	
		.index_wayImg{
			margin: 0px auto 20px;
			transition: 0.3s ease all;
		}
			.index_wayImg img{
				width:100%;
				height:auto;
			}	
			  
		.index_wayTit{
			font-size: 24px;
    		line-height: 25px;
			/*color: #f176aa;*/
			color: #fbb129;
			font-weight:bolder;
			text-align:center;
		}    
	             
		.index_way_list:nth-child(2) .index_wayTit{
			color: #f176aa;
		} 
		.index_way_list:nth-child(3) .index_wayTit{
			color:#91c423;
		}     
		/*.index_way_list:nth-child(2n+2) .index_wayTit{
			color: #fbb129;
		} */	             

	.index_way_list_in:hover{
	}		
			
	.index_way_list:hover .index_wayImg {
		transition: 0.3s ease all;
		transform:scale(0.8);
	}			
	.index_way_list:hover .index_wayTit {
		opacity:0.8;
	}	




@media (max-width: 1100px){
	
.index_way_AreaBg {
    padding: 50px 0px;
}	
	.index_way_AreaBg .wrap {
		width: 80%;
	}	
			
}




@media (max-width: 990px){

.index_way_AreaBg .wrap {
    width: 60%;
}

	.index_way_AreaBg > .wrap >.titStyle1{
		font-size: 30px;
	}

	.index_way_Area {
		/*margin: 0 -10px;*/
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		align-items: unset;
		justify-content: unset;
	}

	.index_way_left {
		display:none;
		/*width: 100%;
		margin-right: 0px;*/
	}
	.index_way_right {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
	}	
		
		.index_way_list {
			/*width: 25%;
			box-sizing: border-box;*/
			padding: 0px 30px;
		}
		.index_wayTit {
			font-size: 20px;
			line-height: 22px;
		}

}


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

	.index_way_AreaBg .wrap {
		/*width: 70%;*/
		width: 90%;
	}
	.index_way_AreaBg:before {
		display:none;
	}
	.index_way_AreaBg:after {
		display:none;
	}
}


@media (max-width: 640px){

.index_way_AreaBg .wrap {
    /*width: 85%;*/
	width: auto;
}
	.index_way_Area {
		/*margin: 0 -20px;*/
	}
	
	.index_way_AreaBg > .wrap  > .titStyle1 {
		padding-bottom: 20px;
		/*font-size: 25px;
		line-height: 30px;*/
	}	
		
		.index_way_right {
			margin: 0 -5px;
		}
		.index_way_list {
			/*width: 50%;*/
			padding: 10px 5px;
		}
			.index_wayImg {
				margin: 0px auto 5px;
			}
			.index_wayTit {
				font-size: 16px;
				line-height: 18px;
			}
}


@media (max-width: 510px){
	
	.index_way_AreaBg > .wrap  > .titStyle1 {
		/*padding-bottom: 20px;*/
		font-size: 25px;
		line-height: 30px;
	}		
	
}
	
	
	
	
	
	

/*@media (max-width: 990px){
	.index_way_list{
		padding: 25px 25px;
	}

	.index_way_list_in{
		width:200px;
		height:200px;
	}	
		.index_wayImg{
			width: 100px;
			margin: 26px auto;
		}	
			
		.index_wayTit {
			font-size:17px;
			margin-top: -8px;
		}			
}

@media (max-width: 550px){
	.index_way_list{
		padding: 25px 10px;
	}

	.index_way_list_in{
		width: 140px;
		height: 140px;
	}	
		.index_wayImg{
			width: 75px;
			margin: 15px auto;
		}		
}





@media (max-width: 330px){
	.index_way_list{
		padding: 13px 25px;
	}	
}*/









.indexNewsVideoBg{
}


	.indexNewsVideoBg .wrap{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		width: unset;
		padding:0;
	}
		/* 20211119 feather 修改width樣式 */
		.indexNewsVideoBg  .indexNewsBg{
			width: 50%;
			padding-left:30px;
			padding-right:30px;
			/*padding-left: 5%;*/
			/*background-color: #fbb129;*/
			background-color: #fff;
		}	
			
			.indexNewsVideoBg  .indexNewsBg .tabs a {
				color: #333;
				background:#fff;
			}
			
			.indexNewsVideoBg  .tabs li.active a{
				color: rgb(252, 252, 252);
    			background: #95B47C;
			}
		
		
		
		/* 20211119 feather 修改width樣式 */
		.indexNewsVideoBg  .index_VideoBg{
			width: 50%;
			min-width: 50%;
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
		}	
		
			/*.indexNewsVideoBg .index_VideoBg{
				
			}*/
			
			

			
			
			
			


@media (max-width: 1350px){
	
	.indexNewsVideoBg  .indexNewsBg{
		/*padding-left: 2%;*/
		padding-left:10px;
	}		
	
}	
	
	
@media (max-width: 1100px){

	/* 最新消息背景色 */
.indexNewsVideoBg {
    background-color: #ffffff;
}

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

		.indexNewsVideoBg  .indexNewsBg{
			width: 100%;
			padding-left: 0%;
			background-color: #ffffff00;
			width: 85%;
			margin: 0 auto;
			padding: 50px 0px;
		}	
			.news_more {
				padding-right:0px;
			}
		
		
		
		
		.indexNewsVideoBg  .index_VideoBg{
			width: 100%;
			min-width:unset;
		}	
			.indexNewsVideoBg .index_VideoBg {
				height: 300px;
			}		
	
}





@media (max-width: 640px){
	
	.indexNewsVideoBg  .indexNewsBg{
		/*padding: 50px 0px;*/
	}
}















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

      

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




		
		.indexNewsVideoBg .tabs a.active {
			border-left: 0px #fff solid;
		}

.indexNewsBg{
}
	.indexNewsBg .wrap {
		/*width: 80%;*/
	}
	.indexNewsBg .p_tab_text_area {
		padding:0px;
		background: #fff;
	}


		.news {
			display:inline-block;
			padding: 30px 0px 20px 0px;
			/* background-color:#fff; */
			width:100%;
			/*border-top: 1px #9fe3d0 solid;*/
		}
		.news_wrap{
		    margin: 0px auto; 
			/*width:984px;*/
		}
		.news_bar{
			display: inline-block;
			width:100%;
			margin-bottom: 15px;
		}
		.news_lit{
			position: relative;
			padding:8px 0px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			/* width: 100%; */
			/* justify-content: center; */
		}
			.news_lit_date{
				font-family: 'Montserrat', sans-serif;
				box-sizing: border-box;
				/* float: left; */
				/* padding-top: 3px; */
				min-width: 95px;
				/* margin-right: 10px; */
				text-align: center;
				/*font-size: 14px;*/
				font-size: 16px;
				color: #678F48;
				font-size: 16px;
				line-height: 22px
			}
			.news_lit_sort1{
				border-radius: 2px;
				/* float:left; */				
				padding:5px 15px;
				/*color:#fff;
				background-color: #fbb129;*/
				background-color: #DEEED6;
				color: #515151;
				font-size:10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 125px;
				text-align:center;
				/*font-size: 16px;*/
				font-size: 18px;
				line-height: 22px
			}
			.news_lit_sort2{
				border-radius: 2px;
				/*background-color: #bcde8b;
				color: #232323;*/
				padding: 5px 20px;
				background-color: #DEEED6;
				color: #515151;
				font-size: 10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 125px;
				text-align:center;
				/*font-size: 16px;*/
				font-size: 18px;
				line-height: 22px
			}
			.news_lit_sort3{
				border-radius: 2px;
				/* float:left; */
				/*background-color: #fbb129;*/
				padding: 5px 20px;
				background-color: #DEEED6;
				color: #515151;
				font-size: 10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 125px;
				text-align:center;
				/*font-size: 16px;*/
				font-size: 18px;
				line-height: 22px
			}
			.news_lit_sort4{
				border-radius: 2px;
				/* float:left; */
				/*background-color: #fbb129;*/
				padding: 5px 20px;
				background-color: #DEEED6;
				color: #515151;
				font-size: 10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 125px;
				text-align:center;
				/*font-size: 16px;*/
				font-size: 18px;
				line-height: 22px
			}
			
			
			/*.news_lit_sort3{
				float:left;
				background-color:#00c0c0;
				padding:5px 20px;
				color:#fff;
				font-size:10px;
				margin-left:25px;
			}*/
			.news_lit_remark{
				/* float:left; */
				/* padding-left:20px; */
				/* width: 70%; */
				text-align:left;
				box-sizing: border-box;
				width: 100%;
				word-wrap: break-word;
				word-break: break-all;
			}
			.news_lit_remark a {
				/*font-size: 16px;*/
				font-size: 18px;
				line-height: 22px;
				text-decoration:none;
				color:#515151;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}
			.news_lit_remark a:hover {
				opacity:0.5;
				/*border-bottom: 1px #000 solid;*/
			}	
			
			
			.news_more {
				float:right;
				display:inline-block;
				/*padding-right: 20px;*/
				font-size: 18px;
			}
			.news_more:after {
				position: absolute;
				top: 27px;
				right: 6px;
				border-top: solid 9px #fff;
				border-bottom: solid 9px #fff;
				border-left: solid 15px #000;
				margin: 0 0 0 10px;
			}
			
			.news_more > a {
				color:#636363;
				text-decoration:none;
			}
			.news_more a:hover {
				opacity:0.5;
				/*color:#adadad;*/
			}
			.news_more_triangle{
				font-size:20px;
				float:right;
				line-height: 30px;
				/*padding-right:15px;*/
			}
			.news_more_text{
				float:right;
				line-height: 30px;
				padding-left: 10px;
			}
	




@media (max-width:1000px){
	.news_wrap{
		width: auto;
   		/*padding: 0px 20px;*/
	}
	
	.indexNewsVideoBg .indexNewsBg {
    width: 100%;
    padding-left: 0%;
    background-color: #ffffff00;
    width: 85%;
    margin: 0 auto;
    padding: 50px 0px;
	}
}

@media (max-width:900px){
	.news_lit_remark {
		/*width: 65%;*/
	}		
}

@media (max-width:768px){
	.news_lit_remark {
		/*width: 60%;*/
	}		
}

@media (max-width:640px){

.news_lit {
    flex-wrap: wrap;
    padding: 8px 0px 8px;
    margin-bottom: 12px;
    border-bottom: 1px #cdcdcd dashed;
}
	.news_lit_sort1 ,
	.news_lit_sort2 {
		margin: 0 10px;
		font-size: 15px;
		min-width: 100px;
		line-height: 20px;
	}	
	.news_lit_remark {
		margin-top: 10px;
	}



	.indexNewsBg .wrap {
		/*width: 90%;*/
	}	
	.news_lit_remark {
		/*width: 100%;
		float: none;
		padding: 35px 0px 10px;*/
	}		
}

     
        
        








   
		
		
		





/*/////////////////////////////////////////////////////////*/
/*影片模組*/
/*/////////////////////////////////////////////////////////*/	
	
/*燈箱*/
.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:rgb(71, 71, 71);
			text-align:center;
			background:#EDE2AB;
			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_VideoBg{
}	

		
.index_video_list {
	position:relative;
	/*float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;*/
}
	.index_video_list > img {
		/*opacity:0.6;*/
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	
	
	.indexNewsVideoBg .index_video_list{
		height: 100%;
		/*background-position:center;
		background-repeat:no-repeat;
		background-size:cover;*/
	}
	.index_video_list:hover{
		cursor: pointer; 
	}	
	
	
	
	
	
	
	.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;
		}
		.index_video_list:hover .vL_text_area img{
			transition:0.3s ease all;
			transform: scale(1.2);
		}	








.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;
  }
}
	/* 20211124 feather 修改width*/
	.video_list {
		box-sizing:border-box;
		/*display:inline-block;
		vertical-align:top;*/
		padding: 0px 12px 30px;
		/*width:485px;*/
		width:25%;
	}
	/*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: 16px;
				line-height: 24px;
				color: #888888;
				padding: 10px 0px 0px 0px;
				/* font-weight: bold;*/
			}
			
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.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;
	}*/
	

	
	
}














	

/*/////////////////////////////////////////////////////////*/
/*-------首頁_相關連結--------*/
/*/////////////////////////////////////////////////////////*/

		/*-------首頁_相關連結區塊--------*/
		.index_LinkBg{
			/*padding: 100px 0px;*/
			padding: 50px 0px;
			/*background-color:#FFDF6D;*/
			background-color:#faebf1;
			margin-bottom: -25px;
			position:relative;
		}	
		
		/* 圖片快速連結區_上方圖片 */
		/* .index_LinkBg:before {
			position: absolute;
			content: '';
			top: -80%;
			right: 36px;
			height: 250px;
			width: 145px;
			-webkit-transform: translateY(0%) translateX(0%);
			transform: translateY(0%) translateX(0%);
			background-image: url(../images/bg4.png);
			background-position: center;
			background-size: 100%;
			background-repeat: no-repeat;
			z-index: 0;
		} */
		
		
		
		
			.index_LinkBg > .wrap{
				/*width: 85%;*/
			}
			
				
				/*首頁_相關連結_列表區塊*/
				.indexLink_listArea{
					max-width: 80%;
					margin:0 auto;
				}
					.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 rgb(188 73 119 / 30%);
						}
						
						/*左鍵*/
						.device5 .Link_left {
							/*left: -13px;*/
							left: -45px;
						}
						/*右鍵*/
						.device5 .Link_right {
							/*right: -13px;*/
							right: -45px;
						}
							
							/*首頁_服務項目列表*/
							.indexLink_list{
								padding:0px 10px;
							}
								.indexLink_list a{
									display:block;
								}
								.indexLink_list img{
									width:100%;
									height:auto;
								}  		
	



@media (max-width: 1280px){

	.index_LinkBg:before {
		top: -82%;
		right: 50px;
		height: 215px;
		width: 125px;
		-webkit-transform: translateY(0%) translateX(0%);
		transform: translateY(0%) translateX(0%);
	}

}


@media (max-width: 1100px){

.index_LinkBg {
    padding: 50px 0px;
}
	.index_LinkBg:before {
		top: -82%;
		right: 50px;
		height: 175px;
		width: 100px;
		/*-webkit-transform: translateY(0%) translateX(0%);
		transform: translateY(0%) translateX(0%);*/
	}
}



@media (max-width: 768px){
	
	.index_LinkBg:before {
		display:none;
	}	
	
}
	

@media (max-width: 640px){
	
	/*首頁_服務項目列表*/
	.indexLink_list{
		padding:0px 2px;
	}
	
}

       
     





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

/*.main.page{
	padding-top: 90px;
}*/
	
	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	
	
	/*上方區塊*/
	/*.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}*/

	
	
		
/*內頁內容區塊*/
.pageContent{
	/* padding: 50px 0px; */
	position: relative;
	font-family: jf_openhuninn;
}
.pageContent:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
	/* -webkit-transform: translateY(-35%) translateX(0%);
	transform: translateY(-35%) translateX(0%); */

	/* 解決因為before高度低於版腳 而讓版腳浮起來的問題 feather修改20220310 */
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);

    background-image: url(../images/bg3.png);
    background-position: bottom 0 right 0;
    background-size: 30%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}	


/*麵包屑*/
.crumb {
	font-size: 13px;
	line-height: 17px;
	color: #5f6267;
	padding: 25px 0px 25px;
	word-wrap: break-word;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
	.crumb a {
		color: #CCAFBA;
		text-decoration:none;
	}
	.crumb a:hover {
		opacity:0.5;
	}	
	
	
		
	

	
	
	
/*內頁標題樣式1-----------------------------------------*/

.titStyle1 {
		font-size: 27px;
		/*color:#4a4a4a;*/
		color:#95B47C;
		font-family: jf_openhuninn;
	}           
	.titStyle1 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	} 



/*內頁標題樣式2-----------------------------------------*/

.titStyle2{
	font-size: 27px;
		/*color:#4a4a4a;*/
		color:#95B47C;
	font-family: jf_openhuninn;
}
	.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: 15px;
		color: #5f6267;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
	}

	
	
	
	
	
/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 20px;
	line-height: 30px;
	color: #6697bf;
	margin:20px 0px 20px;
	font-family: jf_openhuninn;
}

	.titStyle3 > h3 {
		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;
}

	
	
	
	
	
	
	
	
	
.containerIn{
	padding:30px 0px 0px;
}

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

@media (max-width: 768px){	

	.inbanner {
		height: 150px;
	}

}

@media (max-width: 510px){
	.inbanner {
		height: 100px;
	}

	.pageContent:before {
		display: none;
	}

}





	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom:40px;
	padding-top:10px;
	/* display: grid;
	grid-template-columns: 275px auto;*/
}
		
			
	/*左側*/
	.left{
		/*display:none;*/
		/*float:left;*/

		width:275px;
		min-width:275px;
		box-sizing:border-box;
		/*width:25%;*/
	}
	
	.left.leftPc{
		display:block;
	}
		
		/*左側表單名稱*/
		.leftList_tit{
			/*background-color: #fcfcfc;*/
			/* text-align:center; */
			font-size:25px;
			line-height: 29px;
			/* font-weight: bold; */
			word-break: break-word;
			padding: 15px 0px;
			/* color: #faa9cb; */
			color: #A37A89;
			/*font-family: 'Noto Sans JP', sans-serif;*/
		}
		
		/*左側選單列表*/
		.leftListArea{
			margin: 10px 0px 0px;
			/*background-color: #fcfcfc;*/
		}
			.leftList{
				font-size:18px;
			}
			
			.leftList.leftList2 > a{
				position:relative;
			}	

					
			.leftList.leftList2 > a:before{
				position: absolute;
				content:"+";
				font-size:18px;
				color: #8e8e8e;
				right:12px;
				top: 50%;
				transform:translateX(0%) translateY(-50%);
				-webkit-transform:translateX(0%) translateY(-50%);
				transition: 0.3s ease all;
				font-family: 'Montserrat', 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:#8e8e8e;
					padding: 15px 0px 15px 0px;
					position: relative;
					font-size: 18px;
					line-height: 22px;
					word-break: break-word;
					/* border-radius: 5px; */
					border-bottom: 1px #e6e6e6 solid;
					/*font-family: 'Noto Sans JP', sans-serif;*/
				}
					
				.leftList.active > a{
					/* color: #faa9cb; */
					color: #CCAFBA;
					/*background-color:#eaeaea;*/
				}
				.leftList:hover > a{
					color: #CCAFBA;
					/*background-color:#eaeaea;*/
				}
				
				
			
					.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:#231815;
					}*/
					
					
					.leftList.leftList2.active .leftList_top a{
						color:#231815;
					}
					.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_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 30px 10px 27px;
							font-size:16px;
							line-height: 20px;
							font-weight:normal;
							word-break: break-word;
						}
						.leftList_open_list.active a {
							color: #fbb129;
							/*color:#ef90b3;*/
						}
						.leftList_open_list a:hover {
							color: #fbb129;
							opacity:0.5;
							/*color:#ef90b3;*/
							text-decoration:none;
						}
		
		
	/*右側*/
	/* 20211124 feather 修改padding-left */
	.right{
		/*float:right;*/
		box-sizing:border-box;
		width:100%;
		padding-left: 3%;
		min-height: 400px;
		/*width: 100%;*/
		/*padding-top:9px;
		margin-bottom: 20px;*/
	}
	
	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		padding-left: 0px;
	}

		/*右側名稱*/
		.right_tit{
			font-size:24px;
			line-height:34px;
			padding-bottom:15px;
			color:#221912;
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}
		

		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
	
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	
		/*網編區塊*/
		.text_area{
			/*font-size: 14px;*/
			font-size: 16px;
			color: #5a5a5a;
			line-height: 1.7;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area a:hover{
				opacity:0.5;
			}	




		/*按鈕-----------------------------------------*/
		.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: #626262;
			border: 1px solid #626262;
		}	
		.btn_area input:nth-child(2n) {
			background: #626262;
			color: #fff;
			border: 1px solid #626262;
		}	



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





		@media (max-width: 1200px){

			/*左側*/
			.left {
				width: 200px;
				min-width: 200px;
			}

			/*右側*/
			.right{
				padding-left: 4%;
			}
	
		}



		@media (max-width: 860px){

			
		/*內頁上方選單*/
		/* .rightTopArea{
			display:none;
		} */
			
		.container{
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
			justify-content: unset;
			padding-top:0px;
		}
		
			/*左側*/
			.left{
				display:block;
				width:100%;
				min-width:inherit;
				margin-bottom: 30px;
			}
			
				/*左側表單名稱*/
				.leftList_tit {
					/* border: 1px #dbdbdb solid; */
					position: relative;
					cursor: pointer;
					background-color: #f9d7d7;
					padding: 10px 0px;
					text-align: center;
					color: #ffffff;
				}
				.leftList_tit:after {
					position: absolute;
					content: '';
					top: 22px;
					right: 20px;
					border-top: solid 6px #fff;
					border-left: solid 4px rgba(255,255,255,0);
					border-right: solid 4px rgba(255,255,255,0);
					border-bottom-width: 0px;
				}
				
				/*左側表單*/
				.leftListArea{
					display:none;
					/*background: #f7f7f7;*/
					margin: 0px 0px 0px;
				}
			
				
				.leftListArea.show {
					display: block;
				}
			
			/*右側*/
			.right{
				width:100%;
				padding-left:0px;
				min-height: unset;
			}
			
				
		
		
			.containerIn {
				padding: 20px 0px 0px;
			}
			


		}
		











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

.contactArea{
	display: block;
    flex-wrap: wrap;
    flex-direction: row;
	/* margin:0 -15px; */
    /*align-items: flex-start;*/
}
	/* 20211125 feather 修改width */
	.contactL{
		box-sizing:border-box;
		/* width:50%; */
		/* padding:0 15px */
	}
	.contactR{
		box-sizing:border-box;
		/* width:50%; */
		
	}
	


  	
@media (max-width: 990px){
	
.contactArea{
	display:block;
    flex-wrap: unset;
    flex-direction: unset;
	margin:0 0px;
}

	.contactL{
		width:100%;
		padding:0 0px
	}
	.contactR{
		width:100%;
		padding:50px 0px 0px
	}	
	
	
}


















/*================================================================================================================================*/
/*-------最新消息----------------------------------------------------------------------------*/
/*================================================================================================================================*/



/*最新消息列表*/
.news_list_area{
}

	.nLA_list{		
		position: relative;
		padding: 10px 0px 10px 120px;
		border-bottom: 1px dashed #ccc;
	}

	.nLA_list_date {
		position: absolute;
		left: 0px;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		/* text-align: center; */
		color: #575757;
		font-size: 18px;
		/*font-size: 16px;*/
		line-height: 22px;
	}
	

	.nLA_list_tit {
	}
		.nLA_list_tit a{
			/*font-size: 16px;*/
			font-size: 18px;
			line-height: 22px;
			text-decoration: none;
			color: #515151;
			display: block;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}
		
		/*hover*/
		.nLA_list_tit a:hover{
			color: #CCAFBA;
			transition:0.3s ease all;
		}
					
@media (max-width:640px){

		.nLA_list{
			padding: 10px 0px;
		}
		/* .nLA_list:first-child {
			padding: 5px 0px 10px;
		} */
		.nLA_list_date {
			position: static;
		}
		.nLA_list_tit {
			margin: 5px 0 0;
		}
		
}					

/*最新消息內頁標題*/
.newsInTit {
	padding-top: 22px;
}
	.nIT_time {
		font-size: 16px;
		display: inline-block;
		color: #7d7d7d;
		font-weight:bold;
		letter-spacing: 2px;
	}
	.nIT_tit {
		color:#fbb129;
		font-size:16px;
		line-height:24px;
		padding: 18px 0px 0px;
		font-weight: bold;
	}














/*================================================================================================================================*/
/*-------活動點滴----------------------------------------------------------------------------*/
/*================================================================================================================================*/


	
.photo_area{
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	 margin: 0 -15px -30px; 
}


/* 20211124 feather 修改width */
.photo_ListA {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0px 15px 30px;
}

.photo_List{
	/* position: relative; */
	/* overflow: hidden; */
	/* border-radius: 10px; */
}

.photo_List:hover{
	/*background-color: rgba(0, 0, 0, 1);*/
}	

		.photo_IMG{
			overflow:hidden;
			border-radius: 10px;
			/* background-color: #000; */
		} 
			.photo_IMG a{
				position: relative;
				display:block;
				/* padding-top:100%; */
				padding-top:50%;
				/* background-color: #f9d7d7; */
			} 				 
			.photo_IMG img{
				opacity:1;
				/*opacity: 0.3;*/
				transition: all 0.3s ease-out;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				/* border-radius: 50%; */
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
			}    		
							
			.photo_List:hover .photo_IMG a img{
				opacity: 0.8;
				transform:scale(1.05);
				transition: all 0.3s ease-out;
			} 
							
		.photo_title{
			/* padding-top:14px; */
			/* margin-bottom:20px; */
			/* position: absolute; */
			/* top: 50%; */
			/* left: 50%; */
			/* max-width: 90%; */
			/* max-height: 100%; */
			/* width: 100%; */
			/* height: 100%; */
			/* -webkit-transform: translateX(-50%) translateY(-50%); */
			/* transform: translateX(-50%) translateY(-50%); */
			/*font-family: 'Archivo Black', sans-serif;*/
			margin: 10px 0 0;
		}
			.photo_title a{
				font-size: 25px;
				line-height: 30px;
				color: #3b3b3b;
				/*font-weight:bolder; */
				display:block;
				text-decoration:none;
				/* text-shadow: #f9d7d7 4px 3px 4px; */
				/*overflow : hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp:3;
				-webkit-box-orient: vertical;*/
			}	

			/* 20211124 feather 隱藏:first-of-type樣式*/
			/* .photo_title span:first-of-type{
				display:block;
				font-family: 'Montserrat', sans-serif;
				text-align: center;
				font-size: 16px;
				line-height:normal;
				margin-bottom:5px;
				display:block;
				-webkit-box-orient: unset;
				-webkit-line-clamp: unset;
				overflow:unset;
			} */

			/* 20211124 feather 新增樣式*/
			.photo_title img{
				width: 20px;
				vertical-align:middle;
			}
			/* 20211124 feather 隱藏-webkit-box樣式*/
			.photo_title span{
				font-size: 18px;
				line-height: 24px;
				color: #888888;
				/* display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden; */
				/* font-family: jf_openhuninn; */
			}
			.photo_List:hover .photo_title a{
				opacity:0.5;
				/*color: #ffffff;
				text-shadow: #b0b0b0 0px 0px 10px;*/
			}				
	

	


/*-------活動花絮內頁列表-------------------------------------------------------*/		
		

.gallery_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
vertical-align: top;
margin: 0px -15px -30px;
}
 
.gallery_List{
	width:33.3%;
	box-sizing:border-box;
	padding: 0px 15px 30px;
	overflow:hidden;
}  
	.gallery_IMG{
		overflow:hidden;
		border-radius: 10px;
	}  
		.gallery_IMG a {
			display:block;
		}  
		.gallery_IMG img{
			width:100%;
			height:auto;
			transition: all 0.3s ease-out;
		} 
		.gallery_List:hover .gallery_IMG img{
			opacity:0.5;
			transform: scale(1.2);
			transition: all 0.3s ease-out;
		} 			           
	.photo_brief{
		display:none;
		padding:15px 0px 0px;
		font-size:15px;
		line-height:20px;
		color:#8b989e;
	}
	


	@media (max-width:1000px){

		.photo_ListA{
			width: 48%;
			padding:0 0 30px;
		}	
	}	

	
@media (max-width:768px){

	.photo_title span {
		/*font-size: 20px;*/
	}	

	.gallery_List{
		width:50%;
	} 
}	

@media (max-width:640px){

	.photo_area {
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		margin: 0 0px -30px;
	}
	.photo_ListA{
		width: 100%;
		padding:0 0 30px;
	}	


	.gallery_area{
		display: block;
		flex-direction: unset;
		margin: 40px 0px -20px;
	}
	
	.gallery_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; 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; 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;}











/*================================================================================================================================*/
/*-------我們的需要----------------------------------------------------------------------------*/
/*================================================================================================================================*/



/* 我們的需要區 */
.NeedArea {
	margin-bottom: 0px;
}

	/* 我們的需要列表 */
	.NeedList {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		vertical-align: top;
		margin-bottom: 30px;
	}

		/* 我們的需要列表圖 */
		.NeedImg {
			width: 280px;
			min-width: 280px;
			overflow: hidden;
			border-radius: 5px;
		}

			.NeedImg a {
				display: block;;
			}
			.NeedImg img {
				width: 100%;
				height: auto;
			}
			.NeedImg a:hover img{
				opacity: 0.5;
				transform:scale(1.2);
				transition: all 0.3s ease-out;
			} 

		/* 我們的需要列表右 */
		.NeedRight {
			width: 100%;
			margin-left: 50px;
			padding-bottom: 15px;
			border-bottom: 1px dashed #ccc;
		}
		/* 20211125 feather 新增樣式 */
		.NeedRight_2 {
			width: 100%;
			margin-left: 0px;
			padding-bottom: 15px;
			border-bottom: 1px dashed #ccc;
		}
		


			.NeedTit {
				font-size: 16px;
				line-height: 22px;
				text-decoration: none;
				color: #515151;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}

			.NeedTit a {
				font-size: 18px;
				color: #515151;
				text-decoration: none;;
			}
			.NeedTit a:hover {
			    opacity:0.5;
			}

			/* 20211125 feather 新增樣式 */
			.NeedTit_2 {
				font-size: 18px;
				line-height: 22px;
				text-decoration: none;
				color: #515151;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}

			.NeedTit_2 a {
				color: #515151;
				text-decoration: none;;
			}

			.NeedTit_2 a:hover {
			    opacity:0.7;
			}

			.NeedBrief {
				font-size: 15px;
				color: #5a5a5a;
				line-height: 1.5;
				margin-top: 15px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 4;
				overflow: hidden;
			}

			/* 20211125 feather 新增樣式 */
			.NeedBrief_2 {
				font-size: 15px;
				color: #5a5a5a;
				line-height: 1.5;
				margin-top: 15px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}



@media (max-width: 640px){

	/* 我們的需要列表 */
	.NeedList {
		display:block;
		flex-direction: unset;
		flex-wrap: unset;
		/* margin-bottom: 30px; */
	}
			/* 我們的需要列表圖 */
			.NeedImg {
				width: 100%;
				min-width:unset;
			}
			/* 我們的需要列表右 */
			.NeedRight {
				width: 100%;
				margin: 20px 0 0;
				/* border-bottom: 1px dashed #ccc; */
			}

}





























/*================================================================================================================================*/
/*-------捐政方式----------------------------------------------------------------------------*/
/*================================================================================================================================*/



.DonateWayArea{
}
								
	/*捐款方式列表*/
	.DonateWayList{
		margin: 0px 0px 15px;
		border-bottom: 1px dashed #ccc;
	}   
		.DonateWay_tit{
			font-size: 16px;
    		line-height: 22px;
			color: #6697bf;
			margin-bottom:5px;
			padding: 0 0 10px;
		}
		.DonateWay_tit i{
			color: #6697bf;
			font-size: 16px;
    		line-height: 22px;
			vertical-align: -6%;
		}		
		
		
		.DonateWay_remark{
			font-size:16px;
			line-height:24px;
			color: #5a5a5a;
			padding-bottom: 5px;
		}     











/*================================================================================================================================*/
/*-------芳名錄----------------------------------------------------------------------------*/
/*================================================================================================================================*/



.Record_top{
	/*display: table;
	width: 100%;*/
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* flex-direction: row; */
	/* justify-content: space-between; */
	/* align-items: center; */
	padding: 20px 0 5px;
}


.record_search {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	/*overflow-x: auto;*/
	/*padding-top:32px;*/
	/*display: table-cell;*/
	/* text-align: left; */
}
	/*.service span {
		display: inline-block;
		font-size:16px;
		line-height:26px;		
	}*/	
	.record_search_list{
		/* display: inline-block; */
		padding: 0px 5px 0px 0px;
	}	
		.record_search_list select{
			width:100px;
			/*line-height: 38px;
			height: 38px;*/
			box-sizing: border-box;
			margin: 5px 0px;
		}	
		/* 20211125 feather 修改width */
		.record_search_list input[type="text"] {
			border: solid 1px #aeaeae;
			line-height: 38px;
			height: 38px;
			width:170px;
			margin: 5px 0px;
		}


		.record_search label.lsf {
			font-size:25px;
			width:42px;
			height:38px;
			line-height:38px;
			display:inline-block;
			border-radius:4px;
			background: #EDE2AB;
			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: 100%;
		}	
		.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 #d9d9d9;
				border-right: solid 1px #d9d9d9;
				background: #f5f5f5;
			}
				/*商品名稱*/
				.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 #d9d9d9;
						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 #d9d9d9;
			/*padding: 5px;*/  /*修改 by pekey 20170608*/
			background-color:#DEEED6;  /*修改 by pekey 20170608*/
			/* 20211125 feather 新增樣式 */
			font-family: Verdana, Geneva, Tahoma, sans-serif;
			font-weight: bold; 
			color: #707070;
			font-size: 17px;
		}

		
		/*第一個td*/
		.cart_product_list_area td:first-of-type {
			/*width:40%;*/
			width:20%;
			border-left: solid 1px #d9d9d9;
		}
			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 #d9d9d9;
			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;
							}*/
							
						
		
@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 1px #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;
}
	.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;
}
/* 20211125 feather 新增樣式 */
/*第一個td*/
.cart_product_list_area td:first-of-type {
	border-left: solid 1px #bebebe;
}

}
/*修改密碼小標題*/
.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;
}



						
						
						
						
						
						
						
						
						
						
						
						





















/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



.sitemapArea{
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
	} 
    .sitemap:last-child{
		border-bottom: 0px #b5b5b5 dashed;
	} 
	               
		.sitemapTit{
			color: #fbb129;
			font-weight: bold;
			/*font-size: 17px;*/
			font-size: 16px;
    		line-height: 22px;
		}
		.sitemapTit a{
			color: #fbb129;
			text-decoration:none;
		}		
		.sitemapBottom{
			padding:10px 0;
		}
												
			.sitemapList{
				float:left;
				width: 16.6%;
				box-sizing:border-box;
				/* margin-right:30px; */
				padding: 10px 5px;
			}
				.sitemapList a{
					color: #424242;
					font-size: 14px;
					line-height:20px;
					display:block;
					text-decoration:none;
				}                    
				.sitemapList a:hover{
					opacity:0.5;
				}   
	

@media (max-width: 990px){
	.sitemapList{
		width: 24.9%;
	}
}

@media (max-width:768px){	
	.sitemapList{
		width: 33.3%;
	}
}

@media (max-width:510px){	
	.sitemapList{
		width: 49.9%;
	}	
}

@media (max-width:320px){	
	.sitemapList{
		/*float:none;
		width: 100%;*/
	}	
}





















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	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: #f9d7d7;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #f9d7d7;
				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;
		}
		
	
}










/*================================================================================================================================*/
/*-------套印----------------------------------------------------------------------------*/
/*================================================================================================================================*/





/*列印按鈕*/
.printBtn{
	cursor: pointer;
}



/*套印頁面設定*/
.overPrint{
}


			

.page {
	/*overflow: hidden;*/
	width: 210mm;
	height: 293mm;
	/* height: 297mm; */
	padding: 0mm 8.4mm;
	/*margin: 0.2mm auto;*/
	margin: 2.1mm auto;
	border-bottom: 1px #ccc solid;
	background: white;
	box-sizing: border-box;
	position: relative;
	font-family: "標楷體";
	
	/* background-image:url(../receipt/images/bg.png); */
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

	.pageIn{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		border-left: 1px #ababab dashed;
		border-right: 1px #ababab dashed;
		border-color: #fff0;
	}
	.pageIn li ,
	.pageIn ul {
		display:unset;
		list-style-type:none;
		margin: 0;
		padding: 0;
		box-sizing:border-box;
	}	





/*===========================================================*/
/*-------捐物收據--------------------------------------------*/
/*===========================================================*/


.receiptThingsPage{
	/* background-image:url(../receipt/images/receipt_things_bg.png); */
}


	.receiptThingsPage .pageIn {
		/* padding: 19.9mm 0mm 8.156mm; */
	}

	/* 捐物收據封面---------------------------- */
		.receiptThingsCover{
			position: relative;
			/* height: 95.5mm; */
			height: 93.5mm;  /* 手動 */
			/* background-color: rgb(51 51 51 / 0.5); */
		}

			ul.ReceiptThingsLogo{
				width: 315px;
				display: block;
				padding: 71px 0 0 27px;
				/* opacity: 0.2; */
			}
				ul.ReceiptThingsLogo img{	
					width: 100%;
					height: auto;		
				}

			ul.receiptThingsAdress{
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				max-width: 80%;
				-webkit-transform: translateX(-54%) translateY(26%);
				transform: translateX(-54%) translateY(26%);
			}
				.receiptThingsAdress li{
					display: block;
					font-size: 16px;
					text-align: center;
					padding: 10px 0;
				}


		.receiptThingsArea {
			margin: 0 6.6mm 0 1.6mm;
		}
		.receiptThingsArea2  {
			margin-top:29px;
			position: relative;
		}


		.receiptThingsArea1{
			position: relative;
		}

		/* 大章 */
		.emovebg{
			position: absolute;
			top: -9%;
			left: 50%;
			-webkit-transform: translateX(-50%) translateY(-0%);
			transform: translateX(-50%) translateY(-0%);
			z-index: 0;
			mix-blend-mode: multiply;
		}
			.emovebg img{	
				/* width: 120px;	 */
				height: auto;	
				opacity: 0.6;
				width: 3.1cm;	
			}
		

			/* 最右側文字 */
			.ReceiptNoteR{
				position: absolute;
				right: -33px;
				/* top: 24%; */
				top: 22%;
				-webkit-transform: translateY(0%);
				transform: translateY(0%);
				font-size: 14px;
				width: 14px;
				text-align: center;
				/* -webkit-writing-mode: vertical-lr;
				writing-mode: vertical-lr  */
			}
			.ReceiptNoteR span{
				font-size: 14px;
				display: block;
			}

			.receiptThingsArea2 .ReceiptNoteR span:last-of-type{
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
			} 
			.receiptThingsArea2 .ReceiptNoteR span:nth-last-of-type(2) {
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
			}



			.ThingsBox{
				width: 184.785mm;
				height: 96mm;
				/* height: 104.52mm;*/
			}

			.receiptThingsArea1 .ThingsBox {
				border-bottom: 2px #000 dotted;
			}

			.ThingsList{
				font-size: 14.5px;
				border-top: 1px #000 solid;
				border-left: 1px #000 solid;
				border-right: 1px #000 solid;
			}
			


			/* 捐物第一塊------------------------------*/
			.ThingsL1{
				padding-bottom: 2px;
				border: 0px #000 solid;
			}

			.ThingsL1 ul.company_name {
				display: block;
				text-align: center;
				font-size: 20px;
				margin: 2px 0 0 3px;
				letter-spacing: 1.5px;
			}
			.ThingsL1 ul.company{
				display:flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: space-between;
			}
				.ThingsL1 ul.company li{
					font-size: 12px;
				}
				.ThingsL1 ul.company li:first-of-type{
					transform: scale(0.85);
					transform-origin: left;
					padding-left: 5px;
					line-height: 17px;
					margin-top: -5px;
				}

				.ThingsL1 ul.company li:nth-of-type(2){
					font-size: 21px;
					letter-spacing: 10px;
					margin: 8px 0 0 50px;
				}

				.ThingsL1 ul.company li:last-of-type{
				}
					.ThingsL1 ul.company li:last-of-type span{
						display: block;
						text-align: right;
						font-size: 16px;
						margin-bottom: 16px;
					}
					.ThingsL1 ul.company li:last-of-type span:last-of-type{
						transform: scale(0.92);
						transform-origin:right;
						font-size: 12px;
						margin: 0;
					}



			/* 捐物第二塊------------------------------*/
			.ThingsL2{
			}

			.ThingsL2 {
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.ThingsL2 ul{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.ThingsL2 ul:first-of-type{
				min-width: 117.51mm;
			}
				.ThingsL2 li{
					height: 8.89mm;
					line-height: 31px;
					border-right: 1px #000 solid;
				}			

				li.ThingsListRight{
					border-right: 1px #000 solid;
					padding: 0 1px;
					text-align: center;
					border-right: 1px #000 solid;
					min-width:19.85mm;
					text-align: center;
				}
				.ThingsL2 ul:first-of-type li:last-of-type{
					width: calc(100% - 19.85mm);
					display: flex;  /*Judy修改20210520*/
				}
					.ThingsL2 ul:first-of-type li span{  /*Judy修改20210520*/
						box-sizing: border-box;
						font-size: 14px;
						line-height: 1;
						margin: auto 0;
						
						overflow : hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
					}
					.ThingsL2 ul:first-of-type li span:first-of-type{
						padding-left: 25px;												
					}


			/* 身分證/統⼀編號 */
			.ThingsL2 ul:nth-of-type(2) li.ThingsListRight{
				font-size: 13px;
				min-width: 29.85mm;
				letter-spacing: 0px;
			}
			.ThingsL2 ul:nth-of-type(2)  li:last-of-type{
				border-right: none;
				padding: 0 0 0 10px;
				font-size: 20px;
			}



			/* 捐物第三塊------------------------------*/
			.ThingsL3{
			}
				.ThingsL3 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
				.ThingsL3 li{
					height: 5.2mm;	
					border-right: 1px #000 solid;
					padding: 1.5px 0;	
				}
				.ThingsL3 ul li:nth-of-type(2){
					width: calc(100% - 56.8mm);
					padding-left: 16px;
    				letter-spacing: 0.2px;
				}
				.ThingsL3 ul li:last-of-type{
					/* width:37.677mm; */
					border-right: 0px #000 solid;
					font-size: 12px;
					letter-spacing: -0.5px;
				}				
				


			/* 捐物第四塊------------------------------*/
			.ThingsL4{
			}
				.ThingsL4 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					padding: 1.5px 0;
				}
					.ThingsL4 li{
						font-size: 16px;
						height: 22.1mm;
					}
						.ThingsL4 li span{
							padding-left: 4px;
							font-size: 15px;
						}
				


			/* 捐物第五塊------------------------------*/
			.ThingsL5{
			}
				.ThingsL5 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/* border-bottom: 1px #000 solid; */
				}
				.ThingsL5 li{
					font-size: 12px;
					line-height: 14px;
					padding: 5px 0px 0px 2px;
					letter-spacing: -0.6px;
					height: 13.5mm;
				}				
				.ThingsL5 li:first-of-type{
					border-right: 1px #000 solid;
					/*min-width: 117.51mm;*/
					width: 116mm;
					font-size: 16px;
					line-height: 20px;
					transform: unset;
					/* padding: 0px 0px 0px 20px; */
					letter-spacing: 0px;
					padding:0px;
					overflow: hidden;
				}
				.ThingsL5 li img{
					width: 100%;
					height: auto;
				}

			/* 捐物第六塊------------------------------*/
			.ThingsL6{
				border-left: 0px #000 solid;
    			border-right: 0px #000 solid;
			}
				.ThingsL6 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/* justify-content: space-between; */
					border: 0px #000 solid;
				}
				.ThingsL6 li{
					padding: 3px 0 0 8px;
					font-size: 13px;
					line-height: 14px;
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
	
				.ThingsL6 li span{
					box-sizing: border-box;
					display: block;
				}	
				.ThingsL6 li span:first-of-type{
					min-width: 15mm;
					/* background-color: rgb(51 51 51 / 0.5); */
				}
				.ThingsL6 li span img{
					width: 17.86mm;
					height: auto;
					margin-left: 10mm;
				}
			
				.ThingsL6 li:first-of-type{
					min-width:63.8mm;
				}				
				.ThingsL6 li:nth-of-type(2){
					min-width:65.1mm;
				}	
					.ThingsL6 li:nth-of-type(2) span img {
						margin-left: 5mm;
					}

				.ThingsL6 li:last-of-type{
					min-width:65.1mm;
				}						
					.ThingsL6 li:last-of-type span img {
						margin-left:6mm;
					}				



					











	
	
	
	
	
	
 
    
    

/*===========================================================*/
/*-------國內捐款收據--------------------------------------------*/
/*===========================================================*/


.receiptTwPage{
	 /* background-image:url(../receipt/images/receipt_tw_bg.png); */
	 border-bottom: 0px #ccc solid;        /*Judy修改20210325*/
}


	.receiptTwPage .pageIn {
	}

	/* 國內捐款收據封面---------------------------- */
		.receiptTwCover{
			position: relative;
			 /* height: 95.5mm;  */
			height: 93.5mm;  /* 手動 */
			/* background-color: rgb(51 51 51 / 0.5); */
		}

			ul.receiptTwLogo{
				width: 330px;
				display: block;
				padding: 49px 0 0 65px;
				/* opacity: 0.2; */
			}
				ul.receiptTwLogo img{	
					width: 100%;
					height: auto;		
				}

			ul.receiptTwAdress{
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				max-width: 80%;
				-webkit-transform: translateX(-64%) translateY(-67%);
				transform: translateX(-64%) translateY(-67%);
			}
				.receiptTwAdress li{
					display: block;
					font-size: 16px;
					text-align: center;
					padding: 10px 0;
				}

				ul.receiptTwC{
					border:1px #000 solid;
					display: block;
					position: absolute;
					bottom: 29.5mm;
					right: 0;
					width: 100%;
					max-width: 56.6mm;
					-webkit-transform: translateX(-15%) translateY(12%);
					transform: translateX(-15%) translateY(12%);
				}
					ul.receiptTwC li{
						display: block;
						text-align: center;
						font-size: 14px;
						line-height: 24px;
					}




		.receiptTwArea {
			margin: 0 6.6mm 0 1.6mm;
			position: relative;
		}
		.receiptTwArea2  {
			margin-top:28px;
		}

			.receiptTwBox{
				width: 184.785mm;
				height: 97mm;
				/* height: 104.52mm;*/
			}

			.receiptTwArea1 .receiptTwBox {
				border-bottom: 2px #000 dotted;
			}
			.receiptTwArea2 .receiptTwBox {
				height: 95mm;  /*Judy修改20210325*/
			}
			.receiptTwList{
				font-size: 14.5px;
				border-top: 1px #000 solid;
				border-left: 1px #000 solid;
				border-right: 1px #000 solid;
			}
				/* .receiptTwList ul li {
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				} */


			/* 國內捐款第一塊------------------------------*/
			.receiptTwL1{
				/* padding-bottom: 2px; */
				border: 0px #000 solid;
			}

			.receiptTwL1 ul.company_name {
				display: block;
				text-align: center;
				font-size: 20px;
				margin: 2px 0 0 3px;
				letter-spacing: 1.5px;
			}
			.receiptTwL1 ul.company{
				display:flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: space-between;
			}
				.receiptTwL1 ul.company li{
					font-size: 12px;
				}
				.receiptTwL1 ul.company li:first-of-type{
					transform: scale(0.83);
					transform-origin: left;
					padding-left: 6px;
					line-height: 17px;
					margin-top: -18px;
				}

				.receiptTwL1 ul.company li:nth-of-type(2){
					font-size: 23px;
					letter-spacing: 8px;
					margin: 8px 0 0 -41px;
				}

				.receiptTwL1 ul.company li:last-of-type{
				}
					.receiptTwL1 ul.company li:last-of-type span{
						display: block;
						text-align: right;
						font-size: 16px;
						margin-bottom: 16px;
					}
					.receiptTwL1 ul.company li:last-of-type span:last-of-type{
						transform: scale(0.92);
						transform-origin:right;
						font-size: 12px;
						margin: 0;
						letter-spacing: 0.7px;
					}



			/* 國內捐款第二塊------------------------------*/
			.receiptTwL2{
			}

			.receiptTwL2 {
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.receiptTwL2 ul{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.receiptTwL2 ul:first-of-type{
				min-width: 115mm;
			}
				.receiptTwL2 li{
					height: 8.3mm;
					line-height: 31px;
					border-right: 1px #000 solid;
				}			

				li.receiptTwListRight{
					border-right: 1px #000 solid;
					padding: 0 1px;
					text-align: center;
					border-right: 1px #000 solid;
					min-width:19.85mm;
					text-align: center;
				}
				.receiptTwL2 ul:first-of-type li:last-of-type{
					width: calc(100% - 19.85mm);					
					line-height:1;	

					display: flex;
					align-items: center;
				}
					.receiptTwL2 ul:first-of-type li span{
						box-sizing: border-box;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden; 
						/* margin: auto 0; */
						/*min-width:31px;*/
					}
					.receiptTwL2 ul:first-of-type li span:first-of-type{
						/* padding-left: 15px; */
						font-size: 16px;
					}
						/* .receiptTwL2 ul:first-of-type li span em{
							padding: 0;
							font-style: normal;
						} */
						/* .receiptTwL2 ul:first-of-type li span em:nth-of-type(2){
							margin-top: -1.5px;
						} */



			/* 身分證/統⼀編號 */
			.receiptTwL2 ul:nth-of-type(2) li.receiptTwListRight{
				font-size: 13px;
				min-width: 35mm;
				letter-spacing: 0px;
			}
			.receiptTwL2 ul:nth-of-type(2)  li:last-of-type{
				border-right: none;
				padding: 0 0 0 10px;
				font-size: 20px;
			}



			/* 國內捐款第三塊------------------------------*/
			.receiptTwL3{
			}
				.receiptTwL3 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
				.receiptTwL3 li{
					/* height: 5.2mm; */
					height: 6.1mm;	
					/* border-right: 1px #000 solid; */
					padding: 1.5px 0;
					line-height: 19px;	
				}

				.receiptTwL3 li.receiptTwListRight{

				}

				.receiptTwL3 ul li:nth-of-type(2){ /*Judy修改20210520*/
					width: calc(100% - 56.8mm);
					padding-left: 16px;
					letter-spacing: 0px;
					font-size: 11px;
					line-height: 11px;
					margin: auto 0;
					height: auto;
				}
				.receiptTwL3 ul li:last-of-type{
					border-right: 0px #000 solid;
					font-size: 12px;
					line-height: 16px;
					padding-left: 12px;
					letter-spacing: 0.1px;
				}				
				





			/* 國內捐款第四塊------------------------------*/
			.receiptTwL4{
			}
				.receiptTwL4 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/*justify-content: space-between;
					 position: relative; */
				}
				.receiptTwL4 li{
					height: 8.1mm;
					/* height: 5.2mm;	 */
					/* border-right: 1px #000 solid;
					padding: 1.5px 0;	 */
				}

				.receiptTwL4 li.receiptTwListRight{
					padding-top: 8px;
				}
				.receiptTwL4 li.DonationAmountTw{
					min-width: calc(100% - 82.2mm);
				}   
					.receiptTwL4 li.DonationAmountTw span{
					padding: 0px 0px 0px 7px;
					font-size: 18px;
					margin: 9px 0 0;
					display: inline-block;
					vertical-align: text-top;
					}    
					.receiptTwL4 li.DonationAmountTw span:first-of-type{
						font-size: 12px;
						padding: 0 0 0 5px;
						letter-spacing: -1px;
						margin: 0px;
					}	
				.receiptTwL4 li.DonationAmountTw2{
					/* width: 62mm; */
					font-size: 18px;
					line-height: 34px;
					letter-spacing: 2px;
					width: 100%;
				}  	 	
	
	





			/* 國內捐款第五塊------------------------------*/
			.receiptTwL5{
			}
				.receiptTwL5 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/*justify-content: space-between;
					 position: relative; */
				}
				.receiptTwL5 li{
					/* height: 7mm; */
					height: 6.1mm;	
					/* border-right: 1px #000 solid;
					padding: 1.5px 0;	 */
					line-height: 19px;
				}

				.receiptTwL5 li.receiptTwListRight{					
				}

				.receiptTwL5 li:nth-of-type(2){
					min-width: calc(100% - 74mm);
					padding: 1px 0 0 3px;
				}
				.receiptTwL5 li:last-of-type{
					font-size: 12px;
					line-height: 22px;
					padding: 0;
					margin: 0;
				}

				
	





			/* 國內捐款第六塊------------------------------*/
			.receiptTwL6{
			}
				.receiptTwL6 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
				.receiptTwL6 li{
					height: 7.4mm;
					line-height: 24px;
					/* height: 5.2mm;	 */
					/* border-right: 1px #000 solid;
					padding: 1.5px 0;	 */
				}

				.receiptTwL6 li.receiptTwListRight{
					/* line-height: 19px; */
				}

				


			/* 國內捐款第七塊------------------------------*/
			.receiptTwL7{
			}
				.receiptTwL7 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/* border-bottom: 1px #000 solid; */
				}
				.receiptTwL7 li{
					font-size: 12px;
					line-height: 14px;
					padding: 2px 0px 0px 9px;
					letter-spacing: -0.6px;
					height: 13.5mm;
				}				
				.receiptTwL7 li:first-of-type{
					border-right: 1px #000 solid;
					min-width: 115mm;
					max-width: 437px;
					font-size: 13px;
					line-height: 20px;
					transform: unset;
					padding: 2px 0px 0px;
					/* padding: 0px 0px 0px 16px; */
					letter-spacing: -0.5px;
					overflow: hidden;
					padding: 0;
				}
				.receiptTwL7 li:first-of-type span{
					font-size: 12px;
					letter-spacing: -0.7px;
				}
				.receiptTwL7 li:first-of-type img{
					width: 100%;
					height: auto;
				}


			/* 國內捐款第八塊------------------------------*/
			.receiptTwL8{
				border-left: 0px #000 solid;
    			border-right: 0px #000 solid;
			}
				.receiptTwL8 ul{
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
					/* justify-content: space-between; */
					border: 0px #000 solid;
				}
				.receiptTwL8 li{
					padding: 3px 0 0 8px;
					font-size: 13px;
					line-height: 14px;
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
	
				.receiptTwL8 li span{
					box-sizing: border-box;
					display: block;
				}	
				.receiptTwL8 li span:first-of-type{
					min-width: 15mm;
					/* background-color: rgb(51 51 51 / 0.5); */
				}
				.receiptTwL8 li span img{
					width: 15mm;
					height: auto;
					margin: 1.5mm 0 0 15mm;
				}
			
				.receiptTwL8 li:first-of-type{
					min-width:68.8mm;
				}				
				.receiptTwL8 li:nth-of-type(2){
					min-width:65.1mm;
				}	
					.receiptTwL8 li:nth-of-type(2) span img {
						margin-left: 10mm;
					}

				.receiptTwL8 li:last-of-type{
					min-width:65.1mm;
				}						
					.receiptTwL8 li:last-of-type span img {
						margin-left: 10mm;
					}				

    


				/* 火狐限定 */
				@-moz-document url-prefix() { 

					.receiptTwL2 ul:first-of-type li span:first-of-type {
						font-size: 14px;
						line-height: 1;
						/* page-break-inside: avoid; */
					}
						.receiptTwL2 ul:first-of-type li span em {
							/* display:inline-block;
							display: inline;
							vertical-align: bottom; */
						}
						/* .receiptTwL2 ul:first-of-type li span em:nth-of-type(2){
							margin-top: -3px;							
							padding-bottom: 3px;
						} */

					.receiptTwL7 ul li:first-of-type b{
						font-size: 12.5px !important;
					}
					.receiptTwL7 li:first-of-type span {
						font-size: 12.5px !important;
					}

				}






		
	
	
	
	
	
		
	
	

/*===========================================================*/
/*-------國外收據--------------------------------------------*/
/*===========================================================*/


.receiptEnPage{
	font-family: unset;
	/* background-image:url(../receipt/images/receipt_en_bg.png); */
}


	.receiptEnPage .pageIn {
		/* padding: 19.9mm 0mm 8.156mm; */
	}

	/* 國外收據封面---------------------------- */
		.receiptEnCover{
			position: relative;
			/* height: 110mm; */
			height: 108mm;   /*手動 */
			/* background-color: rgb(51 51 51 / 0.5); */
		}

			ul.ReceiptEnLogo{
				width: 326px;
				display: block;
				padding: 75px 0 0 28px;
				/* opacity: 0.2; */
			}
				ul.ReceiptEnLogo img{	
					width: 100%;
					height: auto;		
				}

			ul.receiptEnAdress{
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				max-width: 80%;
				-webkit-transform: translateX(-58%) translateY(-52%);
				transform: translateX(-58%) translateY(-52%);
				font-weight: bold;
			}
				.receiptEnAdress li{
					display: block;
					font-size: 16px;
					text-align: center;
					padding: 10px 0;
				}


		.receiptEnArea {
			margin: 0mm 6.6mm 0mm 6.6mm;
		}
		.receiptEnArea2  {
			margin-top: 45px;
		}

			.receiptEnBox{
				/* width: 177.785mm; */
				height: 86.5mm;
				/* background-color: rgb(51 51 51 / 0.5); */
				/* height: 104.52mm;*/
			}

			.receiptEnArea1 .receiptEnBox {
				border-bottom: 2px #000 dotted;
			}

			.receiptEnList{
				font-size: 13px;
				border-top: 1px #000 solid;
				/* border-left: 1px #000 solid;
				border-right: 1px #000 solid; */
			}
			


			/* 國外收據第一塊------------------------------*/
			.receiptEnL1{
				padding-bottom: 2px;
				border: 0px #000 solid;
				/* border-bottom: 1px #000 solid; */
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: space-between;
			}

			.receiptEnL1 ul{
			}
				.receiptEnL1 ul li{
					display: block;
				}


			.receiptEnL1 ul:first-of-type{
				min-width: 60mm;
				width: 60mm;
				text-align: center;
				padding-top: 8px;
				font-weight: bold;
				padding-right: 59px;
			}
				.receiptEnL1 ul:first-of-type li:first-of-type{
					font-size: 21px;
					letter-spacing: 7px;
				}
				.receiptEnL1 ul:first-of-type li:nth-of-type(2){
					padding-top: 13px;
					font-size: 16px;
				}



			.receiptEnL1 ul.company_name {
				min-width: 52mm;
				width: 52mm;
				text-align: center;
				padding-top: 5px;
			}
			.receiptEnL1 ul.company_name li:first-of-type {
				font-size: 15px;
				letter-spacing: 0.8px;
			}
			.receiptEnL1 ul.company_name li:nth-of-type(2) {
				font-size: 15px;
				font-weight: bolder;
				padding: 8px 0 0;
			}
			.receiptEnL1 ul.company_name li:nth-of-type(3) {
				font-size: 12px;
				padding-top: 5px;
				transform: scale(0.75);
				transform-origin: center;
				margin: 0 -54px;
				/* display: none; */
			}
			.receiptEnL1 ul.company_name li:nth-of-type(4) {
				padding-top: 1px;
				display:flex;
				flex-direction: row;
				flex-wrap: nowrap;
			}
			
				.receiptEnL1 ul.company_name span {
					display: block;
					font-size: 12px;
					letter-spacing: 0;
					transform: scale(0.85);
					margin: 0 -4px;
					transform-origin: center;
					box-sizing: border-box;
				}


				.receiptEnL1 ul.ReceiptNumberEn {
					width: calc(100% - 120mm);
					padding-left: 73px;
					padding-top: 4px;
				}
					.receiptEnL1 ul.ReceiptNumberEn li:first-of-type {
						font-size: 17px;
						letter-spacing:1px;
					}
					.receiptEnL1 ul.ReceiptNumberEn li:nth-of-type(2) {
						font-size: 17px;
						margin-top: 29px;
						letter-spacing: 0;
						text-decoration: underline;
						font-weight: bold;
						/* margin-right: -3px; */
					}







			/* 國外收據第二塊------------------------------*/
			.receiptEnL2{
			}

			.receiptEnL2 {
				/* display: flex;
				flex-wrap: nowrap;
				flex-direction: row; */
			}
			.receiptEnL2 ul{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.receiptEnL2 ul:first-of-type{
				min-width: 117.51mm;
			}
				.receiptEnL2 li{  /*Judy修改20210520*/
					height: 8mm;
					line-height: 31px;
					padding-left: 5px;
					letter-spacing: 1px;
					font-size: 14px;
					line-height: 1.2;
					/*line-height: 14px;*/
					display:flex;
				}			
				.receiptEnL2 li p{  /*Judy修改20210520*/
					margin: auto 0;
					overflow : hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}



				li.receiptEnListRight{
					min-width: 40mm;  /*Judy修改20210520*/
					/* min-width: 19.85mm;
					text-align: center; */
					font-size: 12px;
					letter-spacing: 0.9px;
					padding: 0;
					margin: 0;
				}


				


			/* 國外收據第三塊------------------------------*/
			.receiptEnL3{
			}

			.receiptEnL3 {
				/* display: flex;
				flex-wrap: nowrap;
				flex-direction: row; */
			}
			.receiptEnL3 ul{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.receiptEnL3 ul:first-of-type{
				min-width: 117.51mm;
			}
				.receiptEnL3 li{
					height: 8.8mm;
					line-height: 31px;
					padding-left: 5px;
					display: flex;
					/* letter-spacing: 1.5px; */
				}			

				.receiptEnL3 li.receiptEnListRight{
					padding: 0;
					margin: 0;
					min-width:93.27px;
					display:unset;
				} 
				.receiptEnL3 li p{
					margin:auto 0;
					line-height:normal;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

				


			/* 國外收據第四塊------------------------------*/
			.receiptEnL4{
			}

			.receiptEnL4 {
			}
			.receiptEnL4 ul{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.receiptEnL4 ul:first-of-type{
				min-width: 117.51mm;
			}
				.receiptEnL4 li{
					height: 8.5mm;
					line-height: 31px;
					padding-left: 5px;
					display: flex;      /*Judy修改20210316*/
				}
				.receiptEnL4 li.receiptEnListRight{  /*Judy修改20210316*/
					padding: 0;
					margin: 0;
					min-width:89.7px;
					display: unset;
				} 
					.receiptEnL4 li p {  /*Judy修改20210316*/
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						font-size: 12px;
						line-height: 15px;
						margin:auto 0;
						word-wrap: break-word;
						word-break: break-all;
					}



            /* 國外收據第五塊------------------------------*/
			.receiptEnL5{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
			}
				.receiptEnL5 ul{	
					width: 48.5%;
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;				
				}
				.receiptEnL5 li{
					height: 8.3mm;
				}

				.receiptEnL5 ul:first-of-type{
					border-right: 1px #000 solid;
				}
					.receiptEnL5 li.receiptEnListRight{
						padding: 0;
						margin: 0;
						line-height: 30px;
						min-width: 64px;
					} 
					.receiptEnL5 ul:first-of-type li:nth-of-type(2){
						width: 100%;
						line-height: 32px;
						overflow: hidden; 
						text-overflow: ellipsis; 
						white-space: nowrap;
					} 


				/* 茲收到 */
				.receiptEnL5 ul.receiptEnSignatureList{
					width: 51.5%;
					display: flex;
					flex-wrap: nowrap;
					flex-direction: row;
				}
					.receiptEnL5 ul.receiptEnSignatureList li:first-of-type{
						padding-left: 5px;
						display: block;
						min-width: 112.36px;
					}
						.receiptEnL5 ul.receiptEnSignatureList span{
							display: block;
							font-size: 12px;
							line-height: 16px;
						}

					.receiptEnL5 li.receiptEnSignatureImg{
						position: relative;
						width: 100%;
						display:flex;
					}
						.receiptEnL5 li.receiptEnSignatureImg img{
							/* width: 38.6mm;
							height: auto; */
							width: auto;
							/* height: 10mm; */
							height: 8mm;
							position: absolute;
							left: 22px;
							/* top: -8px; */
							top: 0px;
							-webkit-transform: translateX(0%) translateY(0);
							transform: translateX(0%) translateY(0);
						}
					.receiptEnL5 li.receiptEnSignatureImg p{
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						font-size: 12px;
						line-height: 15px;
						margin: auto 0;
					}
						
						


			/* 國外收據第六塊------------------------------*/
			 .receiptEnL6{
			}
				.receiptEnL6 ul{
				}
				.receiptEnL6 li{
					font-size: 12px;
					letter-spacing: 0;
					text-align: left;
					display: block;
					margin: 9px 0;
				}


					
				



			/* 國外收據第七塊------------------------------*/
			.receiptEnL7{
				display: flex;
				flex-wrap: nowrap;
				flex-direction: row;
				padding: 5px 0 0;
			}
				.receiptEnL7 ul{
					box-sizing: border-box;
					/* width: 48%; */
					width: 33.3%; 
					/* display: flex;
					flex-wrap: nowrap;
					flex-direction: row; */
				}
				.receiptEnL7 ul:nth-of-type(2){
					/* width: 52%; */
				}
					.receiptEnL7 li{
						font-size: 14px;
						letter-spacing: 0;
						/* text-align: center; */
						display: block;
						/* margin: 9px 0 0; */
					}
					.receiptEnL7 li.BoardChairman{
						min-width: 20mm;
						padding-left: 5px;
					}
					.receiptEnL7 ul:nth-of-type(2)  li.BoardChairman{
						min-width: 32mm;
					}

					.receiptEnL7 li.BoardChairmanImg{
						width: 100%;
						margin: 15px 0 0;
					}
						.receiptEnL7 li.BoardChairmanImg img{
							/* width:39mm;
							height: auto; */
							width: auto;
    						height: 10mm;
						}

				.receiptEnL7 ul:nth-of-type(3) li.BoardChairman:first-of-type {
					/* min-width: 43mm; */
				}

/* 20211125 feather 新增下載模組 */
/*///////////////////////////////////////////////////////////////////////*/
/*-------下載----------------------------------------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////*/
	



/*下載列表*/
.download_list_area{
	display:flex;
	flex-wrap: wrap;
	padding: 5px 0px 0px;
    margin-bottom: -15px;
	/*padding:5px 0px 20px;
	margin:0px -12px;*/
}
	/*下載列表_清單*/
	.dLA_list{
		/* padding:15px 0px; */
		/*float:left;*/
		width:50%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		/* float:left; */
	}
	.dLA_list:nth-child(2n){
		/* float:right; */
	}
		
		/*下載列表_清單_in*/
		.dLA_list_in{
			background: #fdfdfd;
			margin:0 10px 20px 0;
			padding:20px 25px;
			border: solid 1px #d9d9d9;
			border-radius: 3px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /* background:#e6e6e6; */
			 /*border: 1px #e0bb8c solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 margin-right: 0;
		}			

		/*下載列表_清單_左側*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			/*width:335px;*/
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #191717;
				font-size: 16px;
				line-height:20px;
				font-weight: normal;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 14px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*下載_按鈕*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display: block;
				color: #ffffff;
				font-size: 15px;
				text-decoration: none;
				padding: 12px 28px;
				background: #95B47C;
				border-radius: 7px;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				opacity:0.5;
				/*color:#fff;
				background-color:#e0bb8c;
				padding: 14px 50px;*/
				transition: 0.2s ease all;
			}

			.download_btn i{
				font-size: 20px;
				vertical-align: middle;
			}
			



@media (max-width:940px){
	


	/*下載列表_清單*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}
		/*下載列表_清單_in*/
		.dLA_list_in{
			margin:0;
		}

		/*下載列表_清單_左側*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*下載列表_清單_左側*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*下載_按鈕*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}		
		
}









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


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