/*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橫平轉豎屏時字變大的問題*/

	background-image: url(../images/background.jpg);
    background-position: top center;
	background-repeat: repeat;
	background-size: cover;
	font-family:var(--mandarin_font);/* modify by Abby 20231117 */
}

/* ~~ 元素/標籤選取器 ~~ */
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;*/
}
/*----------------------------------


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);



--------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-color:#999999;
	color:#fff;
}

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

.wrap {
	width: 1360px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1440px){
	.wrap {
		width: 85%;
	}

}

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

}

/* @media (max-width: 767px){ */ /* modify by pekey 20210304 */
@media (max-width: 769px){
	.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:162px;
	height:42px;
	background:#de484d;
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	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: 990px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

@media (max-width: 640px){
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
}
				
				
	






/* 新增 影片嵌入 modify by Judy 20230914 start */

/* 影片嵌入 */
.banner_video{
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 30px; */
	height: 0;
	overflow: hidden;	
}

	.banner_video iframe{
		position: absolute;
		top: 0;left: 0;
		width: 100%;
		height: 100%;	
	}


/* 新增 影片嵌入 modify by Judy 20230914 end */

	
	




















/*-------頁籤------------------------------------------------------------------------*/
.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 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;
						}
		
		#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:"";
									}
					}

			









/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width: 115px;
		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;
	}

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

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

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

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

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








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

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    /*--foreign_font:'Quicksand', sans-serif;*/       /*全站外文字型*/
	--mandarin_font:'Noto Serif TC', serif;   /*全站中文字型*/
	/*--primary_color:#6199AF; */                   /*全站主色色碼*/
}




















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

.header {
}





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

.main{
	padding-top: 77.5px;
}

/*首頁內容區塊*/	
.mainContent{
	font-family: var(--mandarin_font);
}
	
	
@media (max-width: 990px){
	
	.main {
		padding-top: 52.5px;
	}	
}


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

.main.page{
	padding-top: 90px;
}
	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
		position: relative;
	}
		.inbanner > .title{
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform:  translateX(-50%) translateY(-50%);
			transform:  translateX(-50%) translateY(-50%);

			font-size: 48px;
			font-weight: bold;
			color: #fff;
		}
	
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*麵包屑*/
		.crumb_bg{
			color: #777777;
			font-size: 14px;
			float: left;
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
				}
				.crumb_area i:nth-of-type(1){
					color: #e71f19;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #e71f19;
					font-size: 14px;
					line-height: 22px;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					color: #252525;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: 14px;
					margin-right: -1px;
					line-height: 22px;
				}	
	
	
	
/*內頁內容區塊*/
.pageContent{
	padding: 50px 0px;
	position: relative;
	background-image: url(../images/background.jpg);
    background-position: top center;
    background-repeat: repeat;
}
	
	
	
@media (max-width: 769px){
	
.main.page {
	padding-top: 58px;
}	

	.inbanner > .title{
		font-size: 34px;
	}

	/*內頁內容區塊*/
	.pageContent{
		padding: 35px 0px;
	}
	
}

	
@media (max-width: 767px){

	.inbanner {
		height: 150px;
	}
}
	
@media (max-width: 425px){
	
	.inbanner {
		height: 130px;
	}
		.inbanner > .title{
			font-size: 28px;
		}
}

	

/*左側*/
.left{
	float: left;
	width: 25%;
	padding-right: 60px;
	box-sizing: border-box;
	/* width: 225px;
	position: absolute;
	z-index: 2; */
}
			
	/*左側標題*/
	.left_title{
		font-weight:bold;
		font-size: 22px;
		color: #000;
		padding-bottom: 26px;
		line-height: 30px;
	}
		.left_title span{
			font-size: 16px; 
			color: #000;
			padding-left: 15px;
			letter-spacing: 0px;
		}
	
	/*左側選單列表*/
	.leftListArea{
		/*background-color: #fcfcfc;*/
		padding: 0px 0px 20px;
	}
		.leftList{
			font-size:18px;
		}
			.leftList > a{
				display:block;
				/*padding: 13px 45px 13px 35px;*/
				padding: 15px 14px 13px 30px;
				text-decoration:none;
				color:#000;
				position: relative;
				font-size: 18px;
				line-height: 22px;
				word-break: break-word;
				
				border-bottom: 1px dashed #cecece;
				position: relative;
			}
				
			.leftList.active > a{
				/* background-color: #9c9c9c; */
				background-color: rgba(156,156,156,0.3);
			}
			.leftList:hover > a{
				/* background-color: #9c9c9c; */
				background-color: rgba(156,156,156,0.3);
			}

				.leftList > a:before {
					position: absolute;
					content: url(../images/big_tit_arrow.png);
					left: 11px;
					top: 20px;
				}
				/*代表性標誌*/
				/*.leftList_icon.first{
					position: absolute;
					left: 10px;
					top: 16px;
				}*/
					.leftList_icon i{
						font-size: 19px;
						line-height: 14px;
						color: #777;
					}
				
				/*功能名稱*/	
				.leftList_title{
					display: inline-block;
					vertical-align: bottom;
				}
				
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					right: 10px;
					top: 16px;
				}
					/*方向標誌_向下展開*/
					.leftList_icon.direction i.down{
						display: block;
					}
					/*方向標誌_向上收合*/
					.leftList_icon.direction i.up{
						display: none;
					}
					
					
				/*active*/ /*方向標誌_向下展開*/
				.leftList.active .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				.leftList.active .leftList_icon.direction i.up{
					display: block;
				}
				
				
				
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #999;
						/*padding: 13px 35px;*/
						padding: 15px 14px 13px 30px;
						font-size: 15px;
						line-height: 22px;
						font-weight:normal;
						word-break: break-word;
						border-bottom: 1px dashed #cecece;
					}
					.leftList_open_list.active a {
						color: #009688;
					}
					.leftList_open_list a:hover {
						color: #009688;
						text-decoration:none;
					}

/*右側*/
.right{
	float: right;
	box-sizing:border-box;
	width: 75%;
	/* position: relative;
	width: 100%;
	padding-left: 300px; */
	min-height: 450px;
}


/*無左側選單*/
.right.no_left{
	float: none;
	width: 100%;
}

	.right_titleBg{
		position:relative;
		border-bottom: 2px solid #000;
		padding-bottom: 25px;
	}
		.right_titleBg:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #000;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		
		/* 內容 */
		.right_titleBg .content{
			padding-bottom: 15px;
		}
			.right_titleBg .content .time{
				display: inline-block;
				vertical-align: middle;
				font-size: 15px;
				color: #000;
				font-weight: bold;
				font-family: 'Raleway', sans-serif;
				margin-right: 10px;
			}
			.right_titleBg .content .category{
				display: inline-block;
				vertical-align: middle;
				padding: 5px 10px;
				font-size: 15px;
				color: #fff;
				/* background-color: #2d755b; */
				transition: 0.3s ease all;
			}
		
		/* 標題 */
		.right_titleBg .title{
			font-size: 22px;
			font-weight: bold;
			color: #000;
			line-height: 30px;
		}

	
	/*右側內容區塊*/
	.right_contentBg{	
		padding-top: 25px;
	}


		.remark{
			position: relative;
			font-size: 15px;
			line-height: 22px;
			/* padding: 12px 0px 11px 35px; */
			padding: 0px 0px 0px 35px;
		}

			.remark:before{
				content: '!';
				position: absolute;
				font-size: 13px;
				color: #fff;
				border-radius: 100%;
				background: #009688;
				width: 25px;
				height: 25px;
				text-align: center;
				line-height: 25px;
				font-weight: bold;

				box-sizing: border-box;
				padding: 0px;
				left: 0;

				top: 50%;
				-webkit-transform:  translateY(-50%);
				transform:  translateY(-50%);
			}

	
		/*網編區塊*/
		.text_area{
			font-size: 14.5px;
			color: #000;
			/*line-height:22px;*/
			/* line-height:26px; */
			line-height: normal;
			/* padding-top: 25px; */
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		

			.back_button {
				font-size:0px;
				text-align:center;
				padding: 50px 0px 0px;
				
			}
				.back_button input[type="button"]{
					-webkit-appearance:none;
					-webkit-border-radius:0px;
					margin:0;
					padding:0;
					outline:none;
					cursor:pointer;
					vertical-align: middle;
					border:none;
					width:162px;
					height:42px;
					background:#999;
					color:#fff;
					/* border-radius: 42px; */
					line-height:42px;
					letter-spacing:1px;
					transition: 0.3s ease all;
				}
				.back_button input[type="button"]:hover {
					background-color: #aeaeae;
					transition: 0.3s ease all;
				}


@media (max-width: 990px){

	/*左側*/
	.left{
		width: 30%;
		padding-right: 30px;
	}

	/*右側*/
	.right{
		width: 70%;
	}
}


@media (max-width: 769px){

	/*左側*/
	.left{
		float: none;
		width:100%;
		padding-right: 0px;
		/* margin-bottom: 10px;
		position: static; */

		padding-bottom: 30px;
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			/* border: 1px solid #ccc; */
			padding: 15px;
			background-color: #19264b;
			color: #fff;
		}
			.left_title span{
				display:inline-block;
				padding-left: 15px;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				/* border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				border-bottom: solid 4px rgba(0,0,0,0); */
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #fff;
				right: 20px;
				top: 25px;

				/* top: 50%;
				-webkit-transform:  translateY(-50%);
				transform:  translateY(-50%); */
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
			padding: 0px;
		}
		
			.leftList > a{
				/* padding: 13px 45px 11px 15px; */
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/
	.right{
		float: none;
		width: 100%;
		
		/* position: static;
		padding: 35px 0px; */
	}
	
	
}






			
/*/////////////////////////////////////////////////////////*/
/*-- 換頁按鈕區塊 start--*/	

.number_pageArea{
	text-align:center;
	padding-top: 50px;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: 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: #19264b;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #aeaeae;
				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;
			}
		
	
@media (max-width: 640px){
	
	.numberPage_leftList:first-child{
		display: none;
	}
	
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}


/*-- 換頁按鈕區塊 end--*/	
/*/////////////////////////////////////////////////////////*/





/* 首頁_最消息區塊 */
.index_newsBg{
	padding: 30px 0px;
}

		/* 標題 */
		.index_newsBg .title_bg{
			text-align: center ;
			width: 45%;
			margin: 0px auto ;
			letter-spacing: 2px;
		}	
			.index_newsBg .title_in{
				background-image: url(../images/index_title_deco.png);
				background-position: center center;
				background-repeat: repeat-x;
			}	

				/* 中文 */
				.index_newsBg .title_bg .tw{
					display: inline-block;
					font-size: 40px;
					height: 40px;
					padding: 0px 20px 11px;
					/* background-color: #fff; */
				}	
				/* 英文 */
				.index_newsBg .title_bg .en{
					display: block;
					font-size: 24px;
					height: 40px;
					font-weight: 900;
					color: #2d755b;
					padding: 10px 20px 0px;
					/* background-color: #fff; */
					font-family: 'Raleway', sans-serif;
					/* margin-top: 22px; */
				}	


	/* 首頁_最新消息列表區塊 */
	.index_newsBg .news_listArea{
		text-align: center;
		padding: 20px 0px 0px;
	}		
	
		.index_newsBg .news_listArea > .in{
			margin: 0px -12.5px;
		}	

			/* 首頁_最新消息列表 */
			.index_newsBg .news_listArea .news_list{
				/* display: inline-block;
				width: 32%;
				vertical-align: top; */
				float: left;
				width: 33.3%;
				text-align: left;
				padding: 0px 12.5px;
				box-sizing: border-box;
			}	
				.index_newsBg .news_listArea .news_list > .in{
					/* border: 1px solid #cfcfd0; */
					box-sizing: border-box;
					box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.5);
				}	
					/* 圖片 */
					.index_newsBg .news_listArea .news_list > .in .img{
					}	
						.index_newsBg .news_listArea .news_list > .in .img a{
							display: block;
							text-decoration: none;
							transition: 0.3s ease all;
						}	
						/* hover */
						.index_newsBg .news_listArea .news_list > .in .img a:hover{
							opacity: 0.7;
							transition: 0.3s ease all;
						}	

							.index_newsBg .news_listArea .news_list > .in .img img{
								width: 100%;
								height:auto;
								margin: 0px;
							}	


					/* 下方內容 */
					.index_newsBg .news_listArea .news_list > .in .content{
						padding: 24px 24px;
						box-sizing: border-box;
						background-color: #fff;
					}	

						/* 時間 */
						.index_newsBg .news_listArea .news_list > .in .content .time{
							font-size:  13px;
							color: #aeaeae;
							font-weight: bold;
							font-family: 'Raleway', sans-serif;
						}	

						/* 標題 */
						.index_newsBg .news_listArea .news_list > .in .content .title{
							font-size:  20px;
							color: #555;
							font-weight: bold;
							margin-top: 15px;

							display: -webkit-box;
							overflow: hidden;
							/* -webkit-text-overflow: ellipsis; */
							-webkit-line-clamp: 1;
							-webkit-box-orient: vertical;
						}	

						/* 簡述 */
						.index_newsBg .news_listArea .news_list > .in .content .text{
							/* font-size:  14px;
							line-height: 22px; */
							font-size: 15px;
    						line-height: 24px;
							color: #777;
							margin-top: 20px;

							display: -webkit-box;
							overflow: hidden;
							/* -webkit-text-overflow: ellipsis; */
							-webkit-line-clamp: 3;
							-webkit-box-orient: vertical;
						}	

						/* 查看更多_按鈕 */
						.index_newsBg .news_listArea .news_list > .in .content .more_button{
							margin-top: 25px;
							display: inline-block;
						}	
							.index_newsBg .news_listArea .news_list > .in .content .more_button a{
								display: block;
								text-decoration: none;
								padding: 10px 20px;
								/* border-radius: 20px; */
								font-size:  13px;
								color: #fff;
								background-color: #0d2d6d;
								transition: 0.3s ease all;
							}	
							.index_newsBg .news_listArea .news_list > .in .content .more_button a:hover{
								background-color: #aeaeae;
								transition: 0.3s ease all;
							}	





@media (max-width: 1440px){
	

}

@media (max-width: 990px){

/* 首頁_最消息區塊 */
.index_newsBg{
	padding: 45px 0px 20px;
}


/* 標題 */
.index_newsBg .title_bg{
	width: 60%;
}	
	/* 中文 */
	.index_newsBg .title_bg .tw{
		display: inline-block;
		font-size: 36px;
		height: 36px;
	}	
	/* 英文 */
	.index_newsBg .title_bg .en{
		font-size: 18px;
		height: 36px;
	}	


.index_newsBg .news_listArea {
	padding: 15px 0px;
}

	.index_newsBg .news_listArea > .in {
		margin: 0px;
	}

		/* 首頁_最新消息列表 */
		.index_newsBg .news_listArea .news_list{
			float: none;
			width: 100%;
			padding: 15px 0px;

			display: table;
			/* border-bottom: 1px solid #cfcfd0; */
		}	
			.index_newsBg .news_listArea .news_list > .in{
				/* border: 0;
				box-shadow: none; */
			}

				.index_newsBg .news_listArea .news_list > .in .img{
					display: table-cell;
					vertical-align: top;
					width: 300px;
				}

				.index_newsBg .news_listArea .news_list > .in .content{
					display: table-cell;
					vertical-align: top;
					padding: 15px 20px 10px;
				}

					.index_newsBg .news_listArea .news_list > .in .content .title{
						font-size: 18px;
					}

					.index_newsBg .news_listArea .news_list > .in .content .text {
						margin-top: 10px;
						-webkit-line-clamp: 2;
						font-size: 13px;
						padding-top: 5px;
					}

					.index_newsBg .news_listArea .news_list > .in .content .more_button {
						margin-top: 15px;
					}

}

@media (max-width: 769px){


.index_newsBg {
	padding: 20px 0px;
}


	/* 標題 */
	.index_newsBg .title_bg{
		width: 90%;
	}	

		.index_newsBg .title_in{
			/* modify by pekey 20210304 */
			background: none;
			text-align: center;
		}

			/* 中文 */
			.index_newsBg .title_bg .tw{
				/* display: block;
				float: left; */ /* modify by pekey 20210304 */
				font-size: 26px;
				/* height: 26px; *//* modify by pekey 20210304 */
				height: auto;
				padding: 0px;
				box-sizing: border-box;

				/* modify by pekey 20210304 */
				vertical-align: middle;
			}	
			/* 英文 */
			.index_newsBg .title_bg .en{
				/* float: left; */
				font-size: 16px;
				/* height: 26px; */ /* modify by pekey 20210304 */
				height: auto;
				/* padding: 5px 15px 2px 10px; */ /* modify by pekey 20210304 */
				padding: 0px 15px 0px 0px;
				box-sizing: border-box;
				letter-spacing: 0;

				/* modify by pekey 20210304 */
				display: inline-block;
				vertical-align: middle;
				margin: 0;
			}	


			/* 首頁_最新消息列表 */
			.index_newsBg .news_listArea .news_list{
				width: 90%;
				margin: 0px auto;
			}
}

@media (max-width: 767px){
	
	/* 首頁_最新消息列表 */
	.index_newsBg .news_listArea .news_list{
		/* modify by pekey 20210304 */
		width: 100%;
	}

}

@media (max-width: 640px){

/* 首頁_最新消息列表 */
.index_newsBg .news_listArea .news_list{
	display: block;
	border: 0;
}	
	.index_newsBg .news_listArea .news_list > .in{
	}

	.index_newsBg .news_listArea .news_list > .in .img{
		display: block;
		width: 100%;
	}

	.index_newsBg .news_listArea .news_list > .in .content{
		display: block;
		padding: 20px 20px;
	}

}

@media (max-width: 425px){
	

}














		/* 標題 */
		.mainContent .title_bg{
			/* text-align: center;
			width: 45%;
			margin: 0px auto;
			letter-spacing: 2px; */
			text-align: left;
			letter-spacing: 2px;
			width: auto;
			margin: 0;
		}	
			.mainContent .title_in{
				/* background-image: url(../images/index_title_deco.png);
				background-position: center center;
				background-repeat: repeat-x; */

				background-image: none;
			}	
				/* 中文 */
				.mainContent .title_bg .tw{
					/* display: inline-block;
					font-size: 40px;
					height: 40px;
					padding: 0px 20px 11px; */
					display: inline-block;
					font-size: 45px;
					vertical-align: middle;
					padding: 0;
					height: auto;
					font-weight: 700;
				}	
				/* 英文 */
				.mainContent .title_bg .en{
					/* display: block;
					font-size: 24px;
					height: 40px;
					font-weight: 900;
					color: #2d755b;
					padding: 10px 20px 0px;
					font-family: 'Raleway', sans-serif; */
					display: inline-block;
					font-size: 24px;
					font-size: 20px;
					font-weight: 900;
					color: #2d755b;
					/* padding: 15px 0px 0px; */
					font-family: 'Raleway', sans-serif;
					vertical-align: middle;
					padding: 0;
					height: auto;
				}






			  /* 公司簡介_內文超連結 */
			  .readMore {
				text-align: right;
				line-height: 2;
				font-size: 16px;
				margin: 45px 0 0;				
			  }
  
			  .about_in .readMore {			
				  margin: 20px 0 0;
				}
				  .readMore i {
					display: none;
				  }
				  .readMore a {
					display: inline-block;
					text-decoration: none;
					padding: 10px 20px;
					font-size: 13px;
					line-height: normal;
					color: #fff;
					border: none;
					background-color: #0d2d6d;
					transition: 0.3s ease all;
				  }
				  .readMore a:hover {
					background-color: #aeaeae;
					transition: 0.3s ease all;
				}



@media (max-width: 1280px){

	/* 中文 */
	.mainContent .title_bg .tw{
		font-size: 40px;
	}	
	
}


@media (max-width: 990px){
	
	/* 標題 */
	.mainContent .title_bg{
		/* width: 60%; */
	}	
		/* 中文 */
		.mainContent .title_bg .tw{
			/* display: inline-block;
			font-size: 36px;
			height: 36px; */
			font-size: 30px;
		}	
		/* 英文 */
		.mainContent .title_bg .en{
			/* font-size: 18px;
			height: 36px; */

			font-size: 18px;
		}	
		
}
	
@media (max-width: 769px){
	
	/* 標題 */
	.mainContent .title_bg{
		/* width: 90%; */		
		line-height: 1.2;
	}

		.mainContent .title_in{
		}

			/* 中文 */
			.mainContent .title_bg .tw{
				font-size: 26px;
			}	
			/* 英文 */
			.mainContent .title_bg .en{
				font-size: 16px;
			}	
				
}
					
	
@media (max-width: 640px){
	
	/* 中文 */
	.mainContent .title_bg .tw{
		font-size: 25px;
	}	
	/* 英文 */
	.mainContent .title_bg .en{
		font-size: 15px;
	}	
				
}
	











/*/////////////////////////////////////////////////////////*/
/*-------首頁_公司簡介區塊 --------*/
/*/////////////////////////////////////////////////////////*/


    /* 首頁_公司簡介區塊 */
	.index_aboutBg {
		/* margin: 60px 0px; */
		/* background-position: center; */
		background-repeat: repeat;
		background-size: cover;
		padding: 60px 0;
		position: relative;
		min-height: 100vh;
		overflow: hidden;
	}

	.index_aboutBg:before {
		position: absolute;
		content: "";

		/* background-image: linear-gradient(to left, #ffffff00 0%, #ffffff00 4%, #ffffff00 15%, rgba(231 240 249 / 80%) 55%, rgba(231 240 249 / 90%) 78%, rgba(231 240 249 / 95%) 100%); */
		
		/*background-image: linear-gradient(to left, rgba(223 208 201 / 50%) 0%,
		rgba(223 208 201 / 50%) 4%,
		rgba(223 208 201 / 50%) 15%,
		rgba(223 208 201 / 80%) 55%,
		rgba(223 208 201 / 90%) 78%,
		rgba(223 208 201 / 95%) 100%);*/

		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0.2;
		mix-blend-mode: multiply;  /* 色彩增值 */
		opacity: 0;
	}

	.background_image{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 30% 50%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: calc(100vh + 120px);
		z-index: -2;
		/*opacity: 0.8;
		 mix-blend-mode: multiply; */

		opacity: 0.7;
		/*mix-blend-mode: luminosity; */
	}

	

		.index_aboutBg .wrap {
			/* width: auto; */
			min-height: inherit;
		}
		
		/* 公司簡介_標題 */
		/* .about_title {
		  text-align: center;
		  color: #354693;
		  font-size: 11px;
		  margin: 0px 0px;
		} */
	
			.mainContent .index_aboutBg .title_in{
				/* text-align: right; */
			}
				/* 中文 */
				.mainContent .index_aboutBg  .title_bg .tw{
					/* color: #fff; */
				}	
				/* 英文 */
				.mainContent .index_aboutBg  .title_bg .en{
					/* color: #fff; */
				}






		/* 公司簡介_內容區塊 */
		.about_in {
			position: relative;/* modify by Ray 20210809*/
			/* margin-top: 25px; */
			display: flex;
			flex-wrap: wrap;
			/* justify-content: space-between; */
			align-items: center;
			min-height: inherit;
		}
  
		  /* 公司簡介_左側區塊 */
		  .about_leftArea {
			/* float: left; */
			vertical-align: text-top;
			/* width: 40%; */
			display: none;
			}
  
		  .about_in img {
			  vertical-align: bottom;
			}
	 
			  .about_leftArea img {
				width: 100%;
			  }
  
		  /* 公司簡介_右側區塊 */
		  .about_rightArea {
			vertical-align: text-top;
			width: 50%;
			/* margin-left: auto; */
			display: flex; /*使物件依序排列*/
			flex-direction: column; /*使物件垂直排列*/
			}
  
			  /* 公司簡介_內容文字 */
			  .about_text {
				  line-height: 1.8;
				  font-size: 18px;
				  /* color: #5e5e5e; */
				  color: #333;
				  /* color: #fff; */
				  /* height: 100%; */
				  flex-grow: 1; /*可佔滿垂直剩餘的空間*/
				 }
  
				.about_text  .text_area{
					overflow: hidden;  /*modify by Ray 20210809*/
					display: -webkit-box;  /*modify by Ray 20210809*/
					-webkit-line-clamp: 3; /*行數 modify by Ray 20210809*/
					-webkit-box-orient: vertical;  /*modify by Ray 20210809*/
					white-space: normal;  /*modify by Ray 20210809*/
					line-height: inherit;
					font-size: inherit;
					/* color: inherit; */
					/* text-align: right; */
				}


				




			  /* 公司簡介_內文超連結 */
			  .index_aboutBg .readMore {
			  text-align: left;
			  }
  
			  .index_aboutBg  .about_in .readMore {	
				}
				.index_aboutBg .readMore i {
				  }
				  .index_aboutBg .readMore a {
					/* color: #0d2d6d; */
					/* background-color: #fff; */
					}
				  .index_aboutBg  .readMore a:hover {
				}
  
  
  @media (max-width: 990px) {
  
	/* 首頁_公司簡介區塊 */
	.index_aboutBg {
	  /* margin: 25px 0px; */
	  min-height: unset;
	  padding: 40px 0 150px;
	}

	.index_aboutBg:before {
		/* position: absolute;
		content: ""; */

		background-image: linear-gradient(to left, rgba(223 208 201 / 50%) 0%,
		rgba(223 208 201 / 50%) 4%,
		rgba(223 208 201 / 50%) 15%,
		rgba(223 208 201 / 80%) 55%,
		rgba(223 208 201 / 90%) 78%,
		rgba(223 208 201 / 95%) 100%);
		
		


		/* background-image: linear-gradient(to left, rgb(13 45 109 / 60%) 0%, rgb(13 45 109 / 60%) 10%, rgb(13 45 109 / 65%) 30%, rgb(13 45 109 / 70%) 55%, rgb(13 45 109 / 80%) 78%, rgb(13 45 109 / 90%) 100%) ; */
		/* top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0; */
		opacity: 0.2;
		mix-blend-mode: unset;

		/*display: none;*/
	}
	.background_image{
		background-size: 100%;
		min-height: 100%;
		opacity: 0.5;
		mix-blend-mode: multiply;
		/*mix-blend-mode: screen;*/ /*濾色*/
		/* display: none; */
		background-size: cover;
	}
	
	
	.mainContent .index_aboutBg .title_in{
		text-align: left;
	}
	



  		/* 公司簡介_內容區塊 */
		.about_in {
			margin-top: 0px;
			flex-direction: column-reverse;
		}

			/* 公司簡介_左側區塊 */
			.about_leftArea {
				float: none;
				width: 100%;
				/* display: block; */
				margin-top: 20px;
			}
			/* 公司簡介_右側區塊 */
			.about_rightArea {
				/* margin: 10px 0 0; */
				float: none;
				width: 100%;
			}
			 
			.about_text  .text_area{
				text-align: left;
				margin: 15px 0 0 0;
				font-size: 15px;
				line-height: 1.6;
			}


				.about_in .readMore {			
					margin:15px 0 0 0;
					text-align: left;
				}

  }
  



@media (max-width: 769px){

	/* 公司簡介_內容區塊 */
		.about_in {
		/* margin-top: 15px; */
	}

}


  
  @media (max-width: 425px){
  
	.about_in .readMore{
		/* margin: 25px 0 0 0; */
		/* margin: 50px 0 0 0; */
	}

	
	/* modify by pekey 20231107 */
	.index_chairmanBg .background_image {
		opacity: 0.4;
		background-position: 60% 50%;
	}
}
  
  
@media (max-width: 414px){	

	.about_text .text_area{
		-webkit-line-clamp: 4;
	}
	
}
 
  




/*/////////////////////////////////////////////////////////*/
/*-------首頁_董事長的話區塊 --------*/
/*/////////////////////////////////////////////////////////*/


	/* 首頁_董事長的話區塊 */
	.index_chairmanBg {
		padding: 60px 0;
		background-repeat: repeat;
		background-size: cover;
		background-position: center right;
		position: relative;
		min-height: 100vh;
		overflow: hidden;
	}
	.index_chairmanBg:before {
		position: absolute;
		content: "";
		/* background-image: linear-gradient(to left, #ffffff00 0%, #ffffff00 4%, #ffffff00 15%, rgba(255 255 255 / 80%) 55%, rgba(255 255 255 / 90%) 78%, rgba(255 255 255 / 95%) 100%); */
		
		
		/*background-image: linear-gradient(to left, rgba(223 208 201 / 50%) 0%,
		rgba(223 208 201 / 50%) 4%,
		rgba(223 208 201 / 50%) 15%,
		rgba(223 208 201 / 80%) 55%,
		rgba(223 208 201 / 90%) 78%,
		rgba(223 208 201 / 95%) 100%);*/
		
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* z-index: 0; */

		z-index: -1;
		/* opacity: 0.5; */
		opacity: 0;
		/* mix-blend-mode: multiply; */
	}
	
	/* modify by pekey 20231107 */
	/* .index_chairmanBg .background_image {
		background-position: 70% 50%;
	} */



		.index_chairmanBg .wrap {
			min-height: inherit;
		}
		
		/* 董事長的話_標題 */
		.about_title {
			text-align: center;
			color: #354693;
			font-size: 11px;
			margin: 0px 0px;
		}
	
		/* 董事長的話_內容區塊 */
		.chairman_in {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			/* justify-content: space-between; */
			align-items: center;
			/* flex-direction: row-reverse; */
			min-height: inherit;
		}
	
			/* 董事長的話_左側區塊 */
			.chairman_leftArea {
				/* float: left; */
				vertical-align: text-top;
				width: 40%;

				display: none;
			}
	
			.chairman_in img {
				vertical-align: bottom;
			}
		
				.chairman_leftArea img {
				width: 100%;
				}
	
			/* 董事長的話_右側區塊 */
			.chairman_rightArea {
				vertical-align: text-top;
				/* width: 54%; */
				width: 50%;
				margin-left: 0;

				display: flex; /*使物件依序排列*/
				flex-direction: column; /*使物件垂直排列*/
			}
	
				/* 董事長的話_內容文字 */
				.chairman_text {
					line-height: 1.8;
					font-size: 18px;
					/* color: #5e5e5e; */
					color: #333;
					/* height: 100%; */
					flex-grow: 1; /*可佔滿垂直剩餘的空間*/
				}
	
				.chairman_text  .text_area{
					overflow: hidden;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
					white-space: normal;
					line-height: inherit;
					font-size: inherit;
					/* color: inherit; */
					text-align: left;
				}


				




				/* 董事長的話_內文超連結 */
				.index_chairmanBg .readMore {
				text-align: right;
				line-height: 2;
				font-size: 16px;
				margin: 45px 0 0;
				}
	
				/*新增by Ray 20210809 start*/
				.chairman_in .readMore {			
					margin: 20px 0 0;
					text-align: left;
				}
	

				/*新增by Ray 20210809 end*/
				
					.index_chairmanBg .readMore i {
					/* color: #f4cb26;
					font-size: 20px;
					line-height: 19px;
					vertical-align: middle;
					font-weight: bolder; */
					display: none;
					}
					.index_chairmanBg .readMore a {
					/* font-weight: 900;
					letter-spacing: 0;
					line-height: 2;
					text-decoration: none;
					color: #f4cb26;*/
	
					/* 底線 */
					/* padding-bottom: 8px;
					border-bottom: 1px solid #f4cb26;

					border-color:  #333; */


					display: inline-block;
					text-decoration: none;
					padding: 10px 20px;
					font-size: 13px;
					line-height: normal;
					color: #fff;
					border: none;
					background-color: #0d2d6d;
					transition: 0.3s ease all;
					}
					.readMore a:hover {
					background-color: #aeaeae;
					transition: 0.3s ease all;
				}
	
	
	@media (max-width: 990px) {
	
	/* 首頁_董事長的話區塊 */
	.index_chairmanBg {
		width: 100%;
		padding: 40px 0 40px;
		min-height: unset;
		padding: 40px 0 150px;
	}
	.index_chairmanBg:before{
		background-image: linear-gradient(to left, rgba(223 208 201 / 50%) 0%,
		rgba(223 208 201 / 50%) 4%,
		rgba(223 208 201 / 50%) 15%,
		rgba(223 208 201 / 80%) 55%,
		rgba(223 208 201 / 90%) 78%,
		rgba(223 208 201 / 95%) 100%);
						
		opacity: 0.2;
		mix-blend-mode: unset;

		/*display: none;*/
	}

	/* modify by pekey 20231107 */
	/* .index_chairmanBg .background_image {
		background-position: 50% 100%;
		background-size: 100%;
	} */






		
		/* 董事長的話_內容區塊 */
		.chairman_in {
			margin-top: 0px;	
			
			flex-direction: column-reverse;
		}

			/* 董事長的話_左側區塊 */
			.chairman_leftArea {
				width: 100%;
				/* display: block; */
				margin-top: 20px;
			}
			/* 董事長的話_右側區塊 */
			.chairman_rightArea {
				width: 100%;
				/* margin-top: 10px; */
				margin-top: 0px;
			}
				
			.chairman_text  .text_area{
				text-align: left;
				margin: 15px 0 0 0;
				font-size: 15px;
				line-height: 1.6;
			}


				.chairman_in .readMore {			
					margin:15px 0 0 0;
					text-align: left;
				}

}
	

@media (max-width: 769px){

	/* 董事長的話_內容區塊 */
	.chairman_in {
	}

}
@media (max-width: 425px){
	
	.chairman_in .readMore{
	}
}
	
@media (max-width: 414px){	

	.chairman_text  .text_area{
		-webkit-line-clamp: 4;
	}

}







/* ===================================================== */
/* 首頁_品牌理念區塊 */
/* ===================================================== */

	
/* 首頁_品牌理念區塊 */
.index_brandIdeaBg{
	margin: 60px 0px;
}



		/* 標題 */
		.mainContent .index_brandIdeaBg .title_bg{
			/* text-align: left;
			letter-spacing: 2px;
			width: auto;
			margin: 0; */
			text-align: center;
			width: 45%;
			margin: 0 auto 25px;
			/* line-height: 1.8; */
		}	
			.mainContent .index_brandIdeaBg .title_in{
				background-image: url(../images/index_title_deco.png) ;
				background-position: center calc(50% + 6px) ;
				background-repeat: repeat-x;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}	
				/* 中文 */
				.mainContent .index_brandIdeaBg .title_bg .tw{
					/* display: inline-block;
					font-size: 40px;
					vertical-align: middle;
					padding: 0;
					height: auto; */
					display: block;
				}	
				/* 英文 */
				.mainContent .index_brandIdeaBg .title_bg .en{
					/* display: inline-block;
					font-size: 24px;
					font-weight: 900;
					color: #2d755b;
					font-family: 'Raleway', sans-serif;
					vertical-align: middle;
					padding: 0;
					height: auto; */
					display: block;
					margin-top: 35px;
				}






	.index_brandIdeaArea{
		/* max-width: 80%; */
		margin: 0 auto;
	}
		.index_brandIdeaArea img {
			width: 100%;
			height: auto;
		}
		.index_brandIdeaArea img.pc {
		}
		.index_brandIdeaArea img.mobile {
			display: none;
		}

  
@media (max-width: 990px) {

	/* 首頁_品牌理念區塊 */
	.index_brandIdeaBg{
		/* margin: 25px 0px; */
		margin: 0 0px;
		padding: 40px 0;
		position: relative;
	}


	.index_brandIdeaBg:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		
		background-image: linear-gradient(to left, rgba(223 208 201 / 50%) 0%,
		rgba(223 208 201 / 50%) 4%,
		rgba(223 208 201 / 50%) 15%,
		rgba(223 208 201 / 80%) 55%,
		rgba(223 208 201 / 90%) 78%,
		rgba(223 208 201 / 95%) 100%);
		
		opacity: 0.2;
		mix-blend-mode: unset;
	}


	.index_brandIdeaArea{
		max-width: 100%;
	}
}




  
@media (max-width: 769px) {

	
/* 首頁_品牌理念區塊 */
.index_brandIdeaBg{
}

	.index_brandIdeaBg .wrap{
		padding: 0;
		width: auto;
		max-width: 100%;
	}
		/* 標題 */
		.mainContent .index_brandIdeaBg .title_bg{
			text-align: left;
			width: auto;
			margin: 0 0 25px;
		}	
			.mainContent .index_brandIdeaBg .title_in{
				background-image: none;
				/* flex-wrap: wrap;
				flex-direction: row; */
				display: block;
				text-align: center;
				/* justify-content: unset;
				align-items: center; */
			}	
				/* 中文 */
				.mainContent .index_brandIdeaBg .title_bg .tw{
					display: inline-block;
				}	
				/* 英文 */
				.mainContent .index_brandIdeaBg .title_bg .en{
					display: inline-block;
					margin-top:0px;
				}

				.index_brandIdeaArea img.pc {
					display: none;
				}
				.index_brandIdeaArea img.mobile {
					display: block;
				}

}







/* ===================================================== */
/* 首頁_最新消息區塊_前4筆 */
/* ===================================================== */

.index_newsBg2{
    padding: 60px 0 85px;
}



.index_newsBg2 .news_listArea > .in{
	margin: 0;
}	

	/* 首頁_最新消息列表 */
	.index_newsBg2 .news_listArea .news_list{
		float: none;
		width: auto;
		
		/* padding: 10px 0px; */
		border-bottom: 1px dashed #999;
		padding: 15px 15px;
		width: 100%;
	}

	.index_newsBg .news_listArea .news_list > .in {
		box-shadow: none;
	}

		/* 圖片 */
		.index_newsBg2 .news_listArea .news_list > .in .img{
			display: none;
		}	

		/* 下方內容 */
		.index_newsBg2 .news_listArea .news_list > .in .content{
			padding: 0px 0px;
			background-color: #fff0;
			position: relative;
			padding-left: 205px;
		}	

			/* 時間 */
			.index_newsBg2 .news_listArea .news_list > .in .content .time {
				/* font-size: 16px;
				line-height: 1.5;
				color: #0d2d6d; */
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-50%);


				font-size: 15px;
				color: #000;
				font-weight: bold;
				font-family: 'Raleway', sans-serif;
			}

			/* 類別 */
			.index_newsBg2 .category {
				display: inline-block;
				vertical-align: middle;
				margin-left: 10px;
				padding: 5px 10px;
				font-size: 15px;
				color: #fff;
				/* background-color: #2d755b; */
				transition: 0.3s ease all;
				position: absolute;
				top: 50%;
				left: 95px;
				transform: translateY(-50%);
			}

			/* 標題 */
			.index_newsBg2 .news_listArea .news_list > .in .content .title {
				color: #5e5e5e;
				display: block;
				-webkit-box-orient:unset;
				-webkit-line-clamp: unset;
				overflow: unset;
				margin: 0;

				font-size: 15px;
				line-height: 26px;
				color: #000;
				font-weight: normal;
			}
				.index_newsBg2 .news_listArea .news_list > .in .content .title a{
					color: inherit;
					text-decoration: none;
					display: block;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					overflow: hidden;
					margin: 0;
					padding: 0;
				}
				.index_newsBg2 .news_listArea .news_list > .in .content .title a:hover{
					opacity: 0.5;
				}

			/* 簡述 */
			.index_newsBg2 .news_listArea .news_list > .in .content .text{
				display: none;
			}	

			/* 查看更多_按鈕 */
			.index_newsBg2 .news_listArea .news_list > .in .content .more_button{
				display: none;
			}					







@media (min-width: 770px){

	/* 標題 */
	.index_newsBg .title_bg{
		text-align: center !important;
		width: 45% !important;
		margin: 0px auto !important;
		letter-spacing: 2px;
	}	
		.index_newsBg2 .title_in{
			background-image: url(../images/index_title_deco.png) !important;
			background-position: center calc(50% + 6px) !important;
			background-repeat: repeat-x !important;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}	
		
			/* 英文 */
			.index_newsBg2 .title_bg .en{
				margin-top: 22px;
			}	
	
}
			

@media (max-width: 990px) {

	.index_newsBg2{
		/* padding:25px 0 50px; */
		padding: 40px 0 ;
	}
	

	.index_newsBg2 .news_listArea{
		padding: 0;
	}
	.index_newsBg2 .news_listArea > .in {
		/* margin-bottom: -15px; */
	}
		.index_newsBg2 .news_listArea .news_list {
			/* padding: 0px 0px 15px; */			
		}
		/* 下方內容 */
		.index_newsBg2 .news_listArea .news_list > .in .content{
			position: unset;
			padding-left: 0px;
		}	
			/* 時間 */
			.index_newsBg2 .news_listArea .news_list > .in .content .time {
				/* font-size: 16px;
				line-height: 1.5;
				color: #c7a15f; */
				position: unset;
				top: unset;
				left: unset;
				transform: unset;
				margin-bottom: 5px;
				display: inline-block;
			}
			/* 類別 */
			.index_newsBg2 .category {
				top: unset;
				left: unset;
				transform: unset;
				position: unset;
				display: inline-block;
			}

			/* 標題 */
			.index_newsBg2 .news_listArea .news_list > .in .content .title {
				width: 100%;
				margin-top: 15px;
			}
}


@media (max-width: 769px){
	
	.index_newsBg2 .news_listArea{
		padding-top: 15px;
	}
		/* .index_newsBg .title_in {
			text-align: left;
		} */

		.index_newsBg2 .news_listArea .news_list {
			padding: 15px 0px;
		}
}





/* ===================================================== */
/* 首頁_熱門建案區塊 */
/* ===================================================== */


/* 首頁_熱門建案區塊 */
.index_caseBg{
	padding: 30px 0px 0px;
}
	.index_caseIn{

	}

	
		/* 首頁_最新消息列表區塊 */
		.index_caseBg .index_caseArea{
			position: relative;
			box-sizing: border-box;
			display: flex;
		}		
			/* 熱門建案_輪播區塊 */
			.index_caseBg .index_caseArea .case_bannerArea{
				/* position: absolute;
				width: 670px; */
				width: 50%;
				box-sizing: border-box;
			}
				.index_caseBg .index_caseArea .case_banner{
				}
			

			/*熱門建案_右側區塊  */
			.index_caseBg .case_rightArea{
				/* padding: 0px 0px 0px 670px; */
				width: 50%;
				box-sizing: border-box;
				/* background-image: url(../index/images/case_bg.png); */
				/* background-repeat: no-repeat; */
				/* background-position: center center; */
				/* background-size: cover; */
				/* height: 409px; */
			}
				.index_caseBg .case_rightArea > .in{
					/* padding: 40px 50px; */
					padding-left: 40px;
					box-sizing: border-box;
				}

					/* 標題 */
					.case_rightArea .in > .title_bg{
						text-align: left;
						letter-spacing: 2px;
						width: auto;
						margin: 0;
					}	
						.case_rightArea .in .title_in{
							
background-image: none;
						}	
							/* 中文 */
							.case_rightArea .in > .title_bg .tw{
								display: inline-block;
								/* font-size: 40px; */
								
								/* modify by pekey 20210304 */
								vertical-align: middle;
								padding: 0;
								height: auto;
							}	
							/* 英文 */
							.case_rightArea .in > .title_bg .en{
								display: inline-block;
								/* font-size: 24px; */
								/* font-weight: 900; */
								color: #2d755b;
								/* padding: 15px 0px 0px; */
								/* font-family: 'Raleway', sans-serif; */
								
								/* modify by pekey 20210304 */
								vertical-align: middle;
								padding: 0;
								height: auto;
							}	

							/* 內容 */
							.case_rightArea .content{
								padding-top: 30px;
							}
								/* 標題 */
								.case_rightArea .content .title{
									font-size: 28px;
									color: #b59773;
									font-weight: bold;
									line-height: 34px;
									padding-bottom: 15px;
								}

								/* 簡述 */
								.case_rightArea .content .text{
									font-size: 15px;
									line-height: 1.6;
									color: #000;
									display: -webkit-box;
									overflow: hidden;
									-webkit-text-overflow: ellipsis;
									-webkit-line-clamp: 9;
									-webkit-box-orient: vertical;
								}

								/* 查看更多_按鈕 */
								.case_rightArea .more_button{
									display: inline-block;
									padding: 20px 0px 0px;
									box-sizing: border-box;
								}
									.case_rightArea .more_button a {
										display: block;
										text-decoration: none;
										padding: 10px 20px;
										/* border-radius: 20px; */
										font-size:  13px;
										line-height: normal;
										color: #fff;
										background-color: #0d2d6d;
										transition: 0.3s ease all;
									}
									.case_rightArea .more_button a:hover{
										background-color: #aeaeae;
										transition: 0.3s ease all;
									}	


@media (max-width: 1440px){

	/* 簡述 */
	.case_rightArea .content .text{
		-webkit-line-clamp: 7;
	}

}

@media (max-width: 1360px){
	
	/* 簡述 */
	.case_rightArea .content .text{
		-webkit-line-clamp: 5;
	}

}


@media (max-width: 1280px){

	
	/* 熱門建案_輪播區塊 */
	.index_caseBg .index_caseArea .case_bannerArea{
		/* width: 600px; */
	}

	/*熱門建案_右側區塊  */
	.index_caseBg .case_rightArea{
		/* padding: 0px 0px 0px 600px; */
	}
			
		.index_caseBg .case_rightArea > .in{
			/* padding: 25px 35px; */

			padding-left: 35px;
		}
			.case_rightArea .content {
				padding-top: 25px;
			}

			/* 中文 */
			.case_rightArea .in > .title_bg .tw{
				font-size: 40px;
			}	


			/* 簡述 */
			.case_rightArea .content .text{
				-webkit-line-clamp: 4;
			}
			

}
		
@media (max-width: 1080px){
	
	/* 簡述 */
	/* .case_rightArea .content .text{
		-webkit-line-clamp: 6;
	} */

}

@media (max-width: 990px){

/* 首頁_熱門建案區塊 */
.index_caseBg {
	padding: 0px;
}

	/* 熱門建案_輪播區塊 */
	.index_caseBg .index_caseArea .case_bannerArea{
		/* width: 450px; */
		width: 60%;
	}

	/*熱門建案_右側區塊  */
	.index_caseBg .case_rightArea{
		/* padding: 0px 0px 0px 450px; */
		width: 40%;
	}
		
	.index_caseBg .case_rightArea > .in{
		/* padding: 25px 30px; */
		/* padding: 40px 30px; */

		padding-left: 30px;
	}

		/* 中文 */
		.case_rightArea .in > .title_bg .tw{
			font-size: 30px;
		}	
		/* 英文 */
		.case_rightArea .in > .title_bg .en{
			font-size: 18px;
			/* padding-top: 15px; */
		}	

	.case_rightArea .content {
		padding-top: 15px;
	}

		/* 標題 */
		.case_rightArea .content .title {
			font-size: 22px;
			line-height: 28px;
			
			/* display: -webkit-box;
			overflow: hidden;
			-webkit-text-overflow: ellipsis;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical; */
			padding-bottom: 10px;
		}

		/* 簡述 */
		.case_rightArea .content .text{
			-webkit-line-clamp: 3;
		}
}

@media (max-width: 769px){
	/* 熱門建案_輪播區塊 */
	.index_caseBg .index_caseArea .case_bannerArea{
		/* width: 350px; */
	}

	/*熱門建案_右側區塊  */
	.index_caseBg .case_rightArea{
		/* padding: 0px 0px 0px 350px; */
	}

		.index_caseBg .case_rightArea > .in {
			/* padding: 15px 30px; */ /* modify by pekey 20210304 */
		}

			/* 中文 */
			.case_rightArea .in > .title_bg .tw{
				font-size: 26px;
			}	
			/* 英文 */
			.case_rightArea .in > .title_bg .en{
				font-size: 16px;
			}	

				.case_rightArea .content {
					padding-top: 15px;
				}
					.case_rightArea .content .title {
						font-size: 18px;
						padding-bottom: 5px;
					}
					.case_rightArea .content .text {
						/* -webkit-line-clamp: 2; */
					}

}



@media (max-width: 767px){

/* 首頁_熱門建案區塊 */
.index_caseBg{
	/* width: 85%;
	margin: 0px auto; */
}

	.index_caseBg .index_caseArea{
		display: block;
	}
	
		/* 熱門建案_輪播區塊 */
		.index_caseBg .index_caseArea .case_bannerArea{
			width: 100%;
			position: unset;
		}

		/*熱門建案_右側區塊  */
		.index_caseBg .case_rightArea{
			width: 100%;
			padding: 0px;
		}

			.index_caseBg .case_rightArea > .in {
				/* padding: 25px 15px; */
				/* padding: 40px 15px; */

				padding: 40px 0px;
			}
				/* 中文 */
				.case_rightArea .in > .title_bg .tw{
					
				}	
				/* 英文 */
				.case_rightArea .in > .title_bg .en{
					
				}	
						
					/* 簡述 */
					.case_rightArea .content .text{
						-webkit-line-clamp: 3;
					}

					/* 查看更多_按鈕 */
					.case_rightArea .more_button{
						padding: 15px 0px 0px;
					}

}

@media (max-width: 426px){

	/* 簡述 */
	.case_rightArea .content .text{
		-webkit-line-clamp: 3;
	}
	
}

@media (max-width: 414px){

.index_caseBg .case_rightArea > .in {
	/* padding: 15px 15px; */
}

	/* 簡述 */
	.case_rightArea .content .text{
		-webkit-line-clamp: 4;
	}
	
}





/* 最新消息_模組 */
.news_bg{

}
	.news_bg > .in{
		
	}	

		/* 置頂公告區塊 */
		.news_bg .top_newsArea{
			margin-bottom: 20px;
		}	

			.news_bg .top_newsArea{

			}
				
				.news_bg .top_newsArea .news_list {
					border-bottom: 0px;
					/* background-color: #fff2c2; */
					background-color: #ffeb00;
					padding: 13px 15px 10px;
				}

					/* .news_bg .top_newsArea .news_list .news_listIn{
						padding-left: 253px;
					} */

						/* 圖示 */
						/* .news_bg .top_newsArea .news_list .icon{
							display: inline-block;
    						vertical-align: middle;
							width: 25px;
							margin-left: 15px;
						}
							.news_bg .top_newsArea .news_list .icon img{
								width: 100%;
								height: auto;
							} */

					.news_bg .top_newsArea .news_list .news_listIn  .content .time {
						color: #f00;
					}
					.news_bg .top_newsArea .news_list .news_listIn  .title a{
						color: #f00;
						font-weight: bold;
					}


		/* 最新消息_列表區塊 */
		.news_bg > .in .news_listArea{
			
		}
			.news_bg .news_list{
				border-bottom: 1px dashed #999;
				padding: 15px 15px;
			} 

			
			.news_bg .news_list .news_listIn{
				position: relative;
				width: 100%;
				padding-left: 208px;
    			box-sizing: border-box;
			} 
				/* 內容 */
				.news_bg .news_list .news_listIn .content{
					position: absolute;
					left: 0;
				} 
					.news_bg .news_list .news_listIn .content .time{
						display: inline-block;
						vertical-align: middle;
						font-size: 15px;
						color: #000;
						font-weight: bold;
						font-family: 'Raleway', sans-serif;
					}
					.news_bg .news_list .news_listIn .content .category{
						display: inline-block;
						vertical-align: middle;
						margin-left: 10px;
						padding: 5px 10px;
						font-size: 15px;
						color: #fff;
						/* background-color: #2d755b; */
						transition: 0.3s ease all;
					}

				/* 標題 */
				.news_bg .news_list .news_listIn .title{
					width: 100%;
					box-sizing: border-box;

					display: -webkit-box;
					overflow: hidden;
					/* -webkit-text-overflow: ellipsis; */
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				} 
					.news_bg .news_list .news_listIn .title a{
						display: block;
						font-size: 15px;
						line-height: 26px;
						color: #000;
						text-decoration: none;
						/* padding: 5px 0px; */
						box-sizing: border-box;
						transition: 0.3s ease all;
					} 
					.news_bg .news_list .news_listIn .title a:hover{
						opacity: 0.5;
						transition: 0.3s ease all;
					} 

@media (max-width: 640px){
	
.news_bg .news_list .news_listIn{
	padding-left: 0;
} 

	.news_bg .news_list .news_listIn .content{
		position: static;
	}
	.news_bg .news_list .news_listIn .title{
		margin-top: 15px;
	}
		.news_bg .news_list .news_listIn .title a{
			line-height: normal;
			padding: 0px;
		}
}






/* 最新建案_模組 */
.letest_caseBg .case_listArea{
	margin: 0px -10px;
}

	.letest_caseBg .case_listArea .case_list{
		/* float: left;
		width: 33.3%; */
		display: inline-block;
		vertical-align: top;
		width: 32.5%;
		text-align: left;
		padding: 15px 10px;
		box-sizing: border-box;
	}	
	.letest_caseBg .case_listArea .case_list:nth-of-type(1),
	.letest_caseBg .case_listArea .case_list:nth-of-type(2),
	.letest_caseBg .case_listArea .case_list:nth-of-type(3){
		padding-top: 0;
	}

		.letest_caseBg .case_listArea .case_list > .in{
			/* border: 1px solid #cfcfd0; */
			box-sizing: border-box;
			box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.5);
		}	
			/* 圖片 */
			.letest_caseBg .case_listArea .case_list > .in .img{
			}	
				.letest_caseBg .case_listArea .case_list > .in .img a{
					display: block;
					text-decoration: none;
					transition: 0.3s ease all;
				}	
				/* hover */
				.letest_caseBg .case_listArea .case_list > .in .img a:hover{
					opacity: 0.7;
					transition: 0.3s ease all;
				}	

					.letest_caseBg .case_listArea .case_list> .in .img img{
						width: 100%;
						height:auto;
						margin: 0px;
					}	


			/* 下方內容 */
			.letest_caseBg .case_listArea .case_list > .in .content{
				padding: 24px 24px;
				box-sizing: border-box;
				background-color: #fff;
			}	

				/* 時間 */
				.letest_caseBg .case_listArea .case_list > .in .content .category{
					font-size:  14px;
					color: #fff;
					font-weight: bold;
					display: inline-block;
					padding: 7px 12.5px;
				}	

				/* 標題 */
				.letest_caseBg .case_listArea .case_list > .in .content .title{
					font-size:  20px;
					color: #555;
					font-weight: bold;
					margin-top: 20px;

					display: -webkit-box;
					overflow: hidden;
					/* -webkit-text-overflow: ellipsis; */
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				}	

				/* 簡述 */
				.letest_caseBg .case_listArea .case_list > .in .content .text{
					/* font-size:  14px;
					line-height: 22px; */
					font-size: 15px;
					line-height: 24px;
					color: #777;
					margin-top: 10px;

					display: -webkit-box;
					overflow: hidden;
					/* -webkit-text-overflow: ellipsis; */
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
				}	

		

@media (max-width: 1440px){


}

@media (max-width: 990px){

	.letest_caseBg .case_listArea {
		/* padding: 10px 0px; */
	}

	.letest_caseBg .case_listArea > .in {
		margin: 0px;
	}

	/* 最新建案_列表 */
	.letest_caseBg .case_listArea .case_list{
		width: 49%;
	}	
	
	.letest_caseBg .case_listArea .case_list:nth-of-type(3){
		padding-top: 15px;
	}

	.letest_caseBg .case_listArea .case_list > .in{
		/* border: 0;
		box-shadow: none; */
	}

		.letest_caseBg .case_listArea .case_list > .in .img{
		
		}

		.letest_caseBg .case_listArea .case_list > .in .content{
			
		}

			.letest_caseBg .case_listArea .case_list > .in .content .title{
				font-size: 18px;
			}

			.letest_caseBg .case_listArea .case_list > .in .content .text {
				margin-top: 10px;
				-webkit-line-clamp: 2;
				font-size: 13px;
				padding-top: 5px;
			}


}

@media (max-width: 769px){


}

@media (max-width: 640px){


	/* 最新建案_列表 */
	.letest_caseBg .case_listArea {
		margin: 0px;
	}
		.letest_caseBg .case_listArea .case_list{
			display: block;
			width: 90%;
			padding: 15px 0px;
			border: 0;
			margin: 0px auto;
		}	

		.letest_caseBg .case_listArea .case_list:nth-of-type(2){
			padding-top: 15px;
		}
			
			.letest_caseBg .case_listArea .case_list > .in{
			}

}


/* 最新建案_模組內頁 */

/* 代表圖 */
.right_contentBg .case_bigImg{

}
	.right_contentBg .case_bigImg img{
		width: 100%;
		height: auto;
	}


/* 介紹區塊 */
.right_contentBg .case_contentArea{
	margin-top: 30px;
}	

	/* 圖片 */
	.right_contentBg .case_contentArea > .in .img{
		float: left;
		width: 45%;
		box-sizing: border-box;
	}
		.right_contentBg .case_contentArea > .in .img img{
			width: 100%;
			height: auto;
		}
	
	/* 簡述 */
	.right_contentBg .case_contentArea > .in .text{
		float: left;
		width: 55%;
		box-sizing: border-box;
		padding: 0px 0px 0px 25px;

		font-size: 14.5px;
		color: #000;
		line-height: normal;
	}


/* 輪播區塊 */
.right_contentBg .case_bannerArea{
	margin-top: 30px;
}
	.right_contentBg .case_bannerArea .slide_list{
		
	}
		.right_contentBg .case_bannerArea .slide_list {
			position: relative;
		}
			/* 圖片 */
			.right_contentBg .case_bannerArea .slide_list .img {
				
			}
				.right_contentBg .case_bannerArea .slide_list .img img{
					width: 100%;
					height: auto;
				}
			
			
			/* 簡述區塊 */
			.right_contentBg .case_bannerArea .slide_list .content {
				position: absolute;
				right: 7.5%;
				bottom: 7.5%;
				/* top: 50%;
				-webkit-transform:  translateY(-50%);
				transform:  translateY(-50%); */

				width: 40%;
				padding: 20px 25px;
				background-color: rgba(255,255,255,0.8);
				box-sizing: border-box;
			}	

				/* 標題 */
				.right_contentBg .case_bannerArea .slide_list .title {
					font-weight: bold;
					font-size: 28px;
					color: #b96f16;
					line-height: 34px;
				}

				/* 簡述 */
				.right_contentBg .case_bannerArea .slide_list .text {
					margin-top: 15px;
					font-size: 15px;
					line-height: 24px;
					color: #000;
					
					/* display: -webkit-box;
					overflow: hidden;
					-webkit-text-overflow: ellipsis;
					-webkit-line-clamp: 5;
					-webkit-box-orient: vertical; */
				}

@media (max-width: 990px){
	
	/* 圖片 */
	.right_contentBg .case_contentArea > .in .img{
		float: none;
		width: 100%;
	}
	
	/* 簡述 */
	.right_contentBg .case_contentArea > .in .text{
		float: none;
		width: 100%;
		padding: 20px 0px 0px;
	}


		/* 簡述區塊 */
		.right_contentBg .case_bannerArea .slide_list .content {
			position: static;
			right: 5%;
			top: unset;
			-webkit-transform:  unset;
			transform: unset;

			width: 100%;
			padding: 20px 20px;
		}	

}		





/* 都市更新_模組 */

/* 都更Q&A */
.qa_listBg {
}
	.qa_listBg > .in{

	}
		.qa_listArea{
			
		}

			.qa_list {
				border-bottom: 1px dashed #999;
			}
				.qaL_tit {
					font-size:15px;
					line-height:22px;
					color:#333;
					position:relative;
					padding:11px 27px 11px 44px;
					cursor:pointer;
				}
					.qaL_tit:before {
						content:'?';
						position:absolute;
						font-size:13px;
						color:#fff;
						border-radius:100%;
						background: #009688;
						width:25px;
						height:25px;
						text-align:center;
						line-height:25px;
						font-weight:bold;
						top:9px;
						left:8px;
						box-sizing: border-box;
						padding: 0px;
					}
					.qaL_tit:after {
						content:'+';
						position: absolute;
						font-size:19px;
						color: #585858;
						top: 9px;
						right: 8px;
						transition:0.3s ease all;
						transform-origin:center center;
					}
					
				.qaL_text {
					position:relative;
					font-size:14px;
					line-height:24px;
					color:#464545;
					padding:11px 27px 11px 44px;
					display:none;
				}
					.qaL_text:before {
						content:'！';
						position:absolute;
						border-radius:100%;
						text-align:center;
						width:25px;
						line-height:25px;
						font-size:13px;
						color:#fff;
						background: #e6a500;
						box-sizing: border-box;
						padding: 0px;
						top:9px;
						left:8px;
					}
					/*hover*/
					.qaL_tit:hover {
						
					}
					/*當前模式*/
					.qa_list.active .qaL_tit {
					}
						.qa_list.active .qaL_tit:after {
							-webkit-transform: rotate(45deg);
									transform: rotate(45deg);
							top:11px;
							font-size:21px;
						}
					.qa_list.active .qaL_text {
						background-color: #fff;
					}



/* 聯絡我們_模組 */
.contactBg{

}
	.contactBg > .in{
		margin: 0px -20px;
	}
		
		/* 左側 */
		.contactBg .contact_leftBg{
			float: right;
			box-sizing: border-box;
			width: 50%;
			padding: 0px 20px;
		}

		/* 右側 */
		.contactBg .contact_rightBg{
			float: left;
			box-sizing: border-box;
			width: 50%;
			padding: 0px 20px;
		}

			.contactBg .contact_rightBg .text{
				font-size: 14.5px;
				color: #000;
				line-height: 22px;
			}

			.contactBg .contact_rightBg .form_listArea{
				padding: 35px 0px 0px;
			}

				.contactBg .contact_rightBg .form_list {
					box-sizing: border-box;
					padding: 0px 0px 20px;
						
					font-size: 15px;
					line-height: 21px;
					border: 0px;
				}
					.contactBg .contact_rightBg .form_list .title {
						font-size: 15px;
						line-height: 23px;
						font-weight: bold;
						padding: 0px 0px 10px;
					}
						.contactBg .contact_rightBg .form_list .title .required_icon {
							color:#f00;
							display:inline-block;
						}
					
					.contactBg .contact_rightBg .form_list .content {
						position: relative;
						font-size: 14px;
					}
					.contactBg .contact_rightBg .form_list .content.name {
						width: 100%;
						box-sizing: border-box;
						padding-right: 50%;
					}
						.contactBg .contact_rightBg .form_list .content.name input[type="text"]{
							
						}
						.contactBg .contact_rightBg .form_list .content.name .label{
							width: auto;
							position: absolute;
							left: 50%;
							top: 50%;
							-webkit-transform:  translateY(-50%);
							transform:  translateY(-50%);
							padding-left: 20px;
							
						}


						.contactBg .contact_rightBg .form_list .content select {
							width: 100%;
							height: 42px;
							cursor: pointer;
						}
		
						
		/* 個資法聲明 */
		.agreeToTerms{

		}
			.agreeToTerms a{
				color: #f00;
				text-decoration: underline;
			}
		
		/* 確認送出_按鈕 */
		.submit_button {
			font-size: 0px;
			/* text-align: left; */
			text-align: center;
			padding: 35px 0px 0px;
		}

			.submit_button input[type="submit"]{
				-webkit-appearance: none;
				-webkit-border-radius:0px;
				margin: 0;
				padding: 0;
				outline: none;
				cursor: pointer;
				vertical-align: middle;
				border: none;
				width: 162px;
				height: 42px;
				/* background:#19264b; */
				background-color: #009688;
				color:#fff;
				/* border-radius: 42px; */
				line-height: 42px;
				letter-spacing: 1px;
				transition: 0.3s ease all;
			}

			.submit_button input[type="submit"]:hover {
				background-color: #aeaeae;
				transition: 0.3s ease all;
			}


						
@media (max-width: 990px) {
		
	.contactBg > .in{
		margin: 0px -10px;
	}
		/* 左側 */
		.contactBg .contact_leftBg{
			padding: 0px 10px;
		}

		/* 右側 */
		.contactBg .contact_rightBg{
			padding: 0px 10px;
		}

}
				
						
@media (max-width: 769px) {
		
	.contactBg > .in{
		margin: 0px;
	}
		/* 左側 */
		.contactBg .contact_leftBg{
			float: none;
			width: 100%;
			padding: 0px 0px 35px;
			margin-bottom: 35px;
			border-bottom: 1px dashed #000;
		}

		/* 右側 */
		.contactBg .contact_rightBg{
			float: none;
			width: 100%;
			padding: 0px;
		}

			/* 確認送出_按鈕 */
			.submit_button {
				text-align: center;
			}
}

@media (max-width: 319px){
	
	.contactBg .contact_rightBg .form_list .content.name .label{
		padding-left: 15px;
		
	}
}