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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

@media (max-width: 990px){
	.wrap {
		width: 100%;
		max-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: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;
}
	/* modify by david 20220803 start */
	.banner_bg{
		width: 100%;
		/* height: 400px; modify by david 20220908  */
		padding-top: 31.25%;
		
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/* modify by david 20220803 end */

	.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;
				}
				.pcBanner {
					display: none;
				}
				.mobileBanner {
					display:none;
				}
				
					
@media (max-width: 990px){
	/* modify by david 20220812 start */
	.banner_bg{
		/* display: none; */
	}
	
	.pcBanner{
		/* display: block; */
	}
	/* modify by david 20220812 end */

	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

@media (max-width: 640px){
	/* modify by david 20220908 start */
	.pcBanner{
		/* display: block; */
	}
	.banner_bg{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
	/* modify by david 20220908 end */
}
				
				
				
/*-------頁次--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: 1.625em;
				/*line-height: 26px;*/
				float:left;
				position: relative;
				font-size:0.8125em;
			}
				.tabs li span { 
					/*border: #fff0 solid 0.1rem;*/
					cursor: pointer;
				}
				.tabs li span:hover {
					/*background:#00a0e9;*/
					/*border-top: 3px solid #ddca7f;*/
					color: #CD6854;
					/*border: #dbb3b3 solid 0.1rem;*/
				}
				.tabs span {
					border-radius:3px;
					/*color:#004998;*/
					color:#959595;
					text-decoration:none;
					display:block;
					/*padding:0px 36px 0px 36px;*/
					padding:0px 15px;
					transition:0.3s ease all;
					/*background-color:#eaeaea;*/
					font-weight: bold;
					font-size:1.2em;
					/*border-right: 1px solid #dcdcdc;
					border-bottom: 1px solid #dcdcdc;*/
					/*border-top: 3px solid #eaeaea;*/
					border-left: 1px solid #dcdcdc;
				}
				.tabs li.active {
					/*當前模式*/
				}
				.tabs li:nth-of-type(1) span{
					/*border-left: 0px; */
					/*border-left:#fff0 solid 0.1rem;*/
				}
				
				.tabs li:nth-of-type(1) span:hover{
					/*border-left:#dbb3b3 solid 0.1rem;*/
				}	
				
					.tabs li.active span {
						/*background-color:#fff;
						border-top: 3px solid #ddca7f;
						border-bottom: 0px;*/
						/*border-bottom: 0px;
						color: #595757;*/
						color:#CD6854;
						font-size:1.7em;
						background-color: transparent;
						
					}
					.tabs li.active:after {
						/*content:url(../product/images/tabs_arrow.png);*/
						/*position:absolute;
						bottom:-6px;
						left:50%;
						margin:0px 0px 0px -10px;*/
					}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	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: #333;
		background: #dac4b7;
		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;
	}

/*-------表單區----------------------------------------------------------------------------*/
.white_bg{
	padding:15px 0px 0px ;
}
	.fA_bg{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		/*padding: 0px 20px;*/
		padding: 10px 20px 0px;  /*修改 by pekey 20170608*/
	}
	.form_area {
		display: flex;
		flex-flow: row wrap;
		font-size:0px;
		/* margin: 0 auto; */
		/* padding:7px; */
	}
		.form_area br {
			font-size:15px;
		}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}

.form_left{
	float:left;
	width:40%;
	box-sizing:border-box;
	padding-right: 20px;
	}

.form_right{
	/*float:right;*/
	float:left;
	width:40%;	
	box-sizing:border-box;
	padding-left:20px;
	}


	
	
/*表單區備註*/
.form_remark {
	text-align:center;
	font-size:15px;
	line-height:22px;
	padding:10px 0px 5px 0px;
}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
		width: 85px;
    	letter-spacing: 0px;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	
	.form_list {
		padding:23px 8px 0px;
		/* display: flex; */
		/* flex-direction: column; */
		/* padding: 10px 0px 0px; */
		box-sizing: border-box;
		font-size: 15px;
		line-height: 21px;
		width: 100%;
	}

/*必填icon*/
.fL_tit .requirde_icon {
	display: inline-block;
	/* border-radius: 3px; */
	font-size: 18px;
	line-height: 18px;
	/* padding: 0px 5px; */
	color: #cb2923;
	background: #ffffff00;
	padding: 0px;

}

		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			/* width: 130px; */
			/* display: flex; */
			vertical-align: middle;
		}
		
		.fL_tit.mess{
			padding-top: 7px;
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			width: 111px;
			display: table-cell;
			vertical-align:top;
		}
		



.fL_tit.dealer{
	padding-left:15px;
	position:relative;
	width: 195px;
}


.fL_tit.mess.dealer{
	padding-left:15px;
	position:relative;	
}




		
		

			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
			/* display: table-cell; */
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 42px;
				display: table-cell;
				vertical-align: middle;
				padding: 0px 0px 0px 0px;
				/*padding: 0px 0px 0px 18px;*/
			}
				.fLR_info a {
					display:inline-block;
					vertical-align:top;
					padding:0px 8px;
					color:#006e36;
					text-decoration:underline;
				}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 90px 0px 0px;
			}
			.inputFile + .inputFile {
				margin-top:15px;
			}
				.delFile {
					position: absolute;
					cursor: pointer;
					font-size: 12px;
					letter-spacing: 0px;
					border-radius: 100%;
					background: #b73f3f;
					color: #fff;
					width: 20px;
					height: 20px;
					line-height: 20px;
					text-align: center;
					top: -10px;
					right: -10px;
					z-index: 2;
					transition:0.3s ease all;
				}
					.delFile:hover {
						background:#006e36;
					}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 14px;
						line-height: 42px;
						text-align:center;
						/*width:80px;*/
						display: inline-block;
						transition:0.3s ease all;
						padding: 0px 15px;
					}
						.inputFile label:hover div {

							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
					letter-spacing:0px;
				}
			
			/*沒有輸入框時*/
			.fL_info.no_input {
				padding: 10px 0px 25px 0px;
				line-height: 24px;
				font-size:15px;  /*新增by pekey 20170605*/
			}
			
			.fL_info label {
				display:inline-block;
			}
					
					
					
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
				
				
				
				
				
		@media (max-width:860px){
			.form_left , .form_right{
				width:100%;
				float:none;
				padding:0px;
			}
		}				
				

				
				
				
				
				
				
				
				
			
@media (max-width: 375px){
	/*地址樣式*/
	input.fLRA_postalCode {
		margin-top: 10px;
	}
}
			
/*新增by pekey 20170725*/
@media (max-width: 320px){
	/*生日樣式*/
	.fLR_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		position:relative;
	}	
		.fLR_info.birthday select{
			display:block;
			width:85%;
			margin:5px 0px;
		}
			span.birthday_year{
				position:absolute;
				right:3px;
				top:15px;
			}
			span.birthday_month{
				position:absolute;
				right:3px;
				top:61px;
			}
			span.birthday_date{
				position:absolute;
				right:3px;
				top:107px;
			}
		
}


			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
					/*firefox*/
					@-moz-document url-prefix() { 
						.dateRange select {
							margin:0px 1px;
						}
					}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
					
			/*日期區間樣式2*/
			.fL_timeInterval {
			}
				.fL_timeInterval input {
					width: 44%;
					font-size: 12px;
					letter-spacing: 0px;
					padding: 0px 3px;
				}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width: 50%;
		box-sizing: border-box;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}

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

.main.indexmain{
	z-index: 0;
	padding-top: 0px;
	margin-bottom: 200px;
	position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6efe7 49%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6efe7 49%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6efe7 49%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6efe7',GradientType=0 );
}
/* 背景松果圖 */
.mainbgImg{
	position: absolute;
    background-image: url(../index/images/bg03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 500px;
    max-width: 80%;
    max-height: 80%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(180deg);
}
.mainbgImg2{
    position: absolute;
    right: 0;
    top: 29%;
    width: 700px;
    height: 700px;
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
}

.mainbgImg2::before{
    content: '';
    position: absolute;
    background-image: url(../index/images/bg03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    right: -10%;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(280deg);
}

.mainbgImg3 {
    position: absolute;
    background-image: url(../index/images/bg03.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
	max-width: 80%;
    max-height: 80%;
    bottom: -200px;
    left: 0;
    /* z-index: -1; */
    opacity: 0.2;
    transform: rotate(90deg);
}

.main.indexmain::after{
	/* content: "";
    position: absolute;
    background-image: url(../index/images/bg03.png);
    background-position: 110% 100%;
    background-repeat: no-repeat;
    background-size: 20%;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.2;
    transform: rotate(180deg); */
}
.main.indexmain::before {
    position: absolute;
    content: "";
    bottom: -100px;
    width: 100%;
    height: 100px;
    border-radius: 0 0 100% 100%;
    background-color: #f6efe7;
}

/*首頁內容區塊*/	
.mainContent{
	padding: 50px 0px 80px;
	position: relative;
}
.mainContent::after{
	/* content: "";
    position: absolute;
    background-image: url(../index/images/bg03.png);
    background-position: 135%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.2; */
}
.mainContent > .wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
	.index_tit{
		font-size: 26px;
		font-weight: bolder;
		padding: 20px 0;
		position: relative;
	}

	.index_tit.ltitle{
		padding-left: 35px;
	}

	.index_tit.rtitle{
		padding-left: 35px;
	}

	.index_tit.ltitle::before{
		content: "";
		background-image: url(../images/icon_01.svg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 50px;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-20%, -50%);

	}

	.index_tit.rtitle::before{
		content: "";
		background-image: url(../images/icon_02.svg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 50px;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-20%, -50%);

	}

	.index_morebtn{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		width: calc(100% - 42px);
	}
	.index_morebtn.moreright{
		padding: 23px 0 0;
	}

		.buttonMore{
			border-radius: 15px 0 0 15px;
			width: 100px;
			height: 42px;
			background: #dac4b7;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.buttonMore:hover{
			opacity: 0.7;
			transition: 0.3s ease all;
		}
		.buttonMore a{
			color: #fff;
		}
		.buttonMore a:hover{
			text-decoration: none;
		}
		.buttonArrow{
			padding: 0 2px;
		}
		.buttonArrow a::after{
			position: absolute;
			content: "";
			background-image: url("../images/Button_04.png");
			background-position: 50%;
			background-repeat: no-repeat;
			background-size: 24px;
			width: 42px;
			height: 42px;
			background-color: #dac4b7;
			border-radius: 0 15px 15px 0;
		}

		.buttonArrow a:hover{
			opacity: 0.7;
		}
@media(max-width:1280px){
	.mainContent > .wrap {
		flex-direction: column;
	}
		
}
@media(max-width:990px){
	.mainbgImg3{
		/* display: none; */
	}
}
@media (max-width: 900px){
	
	.main {
		padding-top: 58px;
	}	
}
@media(max-width:425px){
	.mainContent{
		padding: 15px 0 0;
	}
}
/* modify by david 20220908 start */
@media(max-width:375px){
	.mainbgImg{
		display: none;
	}
	.mainbgImg2{
		display: none;
	}
	.mainbgImg3{
		display: none;
	}
}

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

.index_news_listarea{
	width: 50%;
}
	.index_news_list{
		width: 100%;
		padding: 23px 0;
	}
		.index_news_listIn{
			display: flex;
			flex-direction: row;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			position: relative;
		}
			.index_newsBigTitle{
				box-sizing: border-box;
				padding: 50px 0;
				width: 150px;
				background-color: #dac4b7;
				border-radius: 10px;
				text-align: center;
				min-width: 150px;
			}
			.index_newsBigTitle span{
				font-size: 24px;
				letter-spacing: 3px;
				font-weight: bolder;
			}

			.index_newsCategory{
				letter-spacing: 3px;
				font-weight: bolder;
				border-bottom: 3px solid #b1907c;
				position: relative;
				padding-left: 20px;
				margin: 0 25px;
				font-size: 18px;
				width: 42px;
				min-width: 42px;
			}

			.index_newsCategory::before{
				content: "";
				position: absolute;
				background-position: center;
				background-image: url(../images/icon-06.png);
				background-repeat: no-repeat;
				background-size: 30px;
				width: 30px;
				height: 30px;
				left: 0;
				top: 50%;
				transform: translate(-25%, -50%);

			}

			.index_newsTit{
				
				width: calc(100% - 212px);
				white-space: nowrap;
				overflow: hidden;  
				text-overflow: ellipsis;

			}
			.index_newsTit a{
				font-size: 22px;
				font-weight: bolder;
				color: #333;
			}
			.index_newsTit a:hover{
				text-decoration: none;
				opacity: 0.7;
			}
				.index_newsDate{
					font-size: 15px;
					color: #a9a3a3;
					padding: 10px;
					white-space: nowrap;
					overflow: hidden;  
					text-overflow: ellipsis;
				}

	@media(max-width:1280px){
		.index_news_listarea{
			width: 100%;
			padding: 25px 0 0;
		}
			
	}
	@media(max-width:990px){
		.index_news_list {
			padding: 10px 0;
		}
		.index_morebtn.moreleft{
			padding-top: 13px;
		}
	}
	@media(max-width:768px){
		.index_newsBigTitle {
			width: 130px;
			min-width: 130px;
		}
		.index_newsCategory {
			margin: 0 20px;
		}
		.index_newsTit {
			width: calc(100% - 192px);
		}
		.index_newsTit a{
			font-size: 18px;
		}
		.index_newsDate{
			font-size: 14px;
		}
	}
	@media(max-width:640px){

	}
	@media(max-width:425px){
		.index_newsBigTitle {
			padding: 30px 0;
			width: 80px;
			min-width: 80px;
		}
		.index_newsBigTitle span {
			font-size: 20px;
		}
		.index_newsCategory {
			margin: 0px;
			position: absolute;
			left: 90px;
			top: 15%;
			font-size: 12px;
			padding: 0px;
			width: auto;
			min-width: unset;
			border-bottom: unset;
			background-color: #b1907c;
			padding: 2px 5px;
			color: #fff;
		}


		.index_newsCategory::before{
			width: 0;

		}
		.index_newsTit {
			width: calc(100% - 100px);
			padding-top: 35px;
		}
		.index_newsTit a{
			font-size: 14px;
		}
		.index_newsDate{
			font-size: 12px;
		}

		.index_morebtn {
			width: 90%;
			max-width: 90%;
		}
	}
/*/////////////////////////////////////////////////////////*/
/*-------榮譽榜區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_honor_listarea{
	width: 45%;
}

.index_honor_listarea .swiper-button-prev, 
.index_honor_listarea .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
	width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index_honor_listarea .swiper-button-prev{		
	background-image: url(../images/Button_02.png);
}
.index_honor_listarea .swiper-button-next{
	background-image: url(../images/Button_01.png);
}
.index_honor_listarea .swiper-button-prev:after, 
.index_honor_listarea .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}

@media(max-width:1280px){
	.index_honor_listarea{
		width: 100%;
		padding: 50px 0;
	}
		
}
/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

.main.page{
	padding-top: 0px;
	margin-bottom: 200px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6efe7 90%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6efe7 90%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6efe7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6efe7',GradientType=0 );
}
.main.page::before {
    position: absolute;
    content: "";
    bottom: -100px;
    width: 100%;
    height: 100px;
    border-radius: 0 0 100% 100%;
    background-color: #f6efe7;
}	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	
	
	/*上方區塊*/
	.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: #dac4b7;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #dac4b7;
					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;
}
	
	
	
@media (max-width: 900px){
	
	.main.page {
		/* padding-top: 58px; */
	}	
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		
}
@media(max-width:425px){
	
	.main.indexmain {
		margin-bottom: 0px;
		
	}
	.main.indexmain:before {
		width: 0;
		
	}
	.main.page {
		margin-bottom: 0px;
	}	
	.main.page:before {
		width: 0;
		
	}
	
}
	
.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;*/
}
	.page{
		width: 100%;
	}	
			
	/*左側*/
	.left{
		/*display:none;*/
		/*float:left;*/

		width: 200px;
		min-width: 200px;
		box-sizing:border-box;
		/*width:25%;*/
	}
			
	/*左側標題*/
	.left_title{
		font-size: 20px;
		letter-spacing: -1px;
		background-color: #dac4b7;
		color: #333;
    	padding: 13px 10px 10px;
		font-weight: bolder;
		display: none;		
	}
		.left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		}
	
	/*左側選單列表*/
	.leftListArea{
		/*background-color: #fcfcfc;*/
	}
		.leftList{
			font-size:18px;
			padding: 5px 0;
		}
			.leftList > a{
				display:block;
				/*padding: 13px 45px 13px 35px;*/
				padding: 11px 10px 11px 10px;
				text-decoration:none;
				color:#000;
				position: relative;
				font-size: 15px;
				line-height: 22px;
				word-break: break-word;
				background-color:#f6efe7;
				border-bottom: 1px dashed #cecece;
				border-radius: 15px;
				color:#cd6854;
			}
				
			.leftList.active > a{
				background-color: #dac4b7;
				color:#333;
			}
			.leftList:hover > a{
				color:#cd6854;
				transition: 0.3s ease all;
				opacity: 0.7;
			}
				
				/*代表性標誌*/
				/*.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; */
					display: flex;
    				justify-content: center;
					font-weight: bolder;
					
				}
				
				/*方向標誌*/
				.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: #333;
						/*padding: 13px 35px;*/
						padding: 11px 10px 11px 10px;
						font-size: 15px;
						line-height: 22px;
						font-weight:normal;
						word-break: break-word;
						border-bottom: 1px dashed #cecece;
						text-align: center;
					}
					.leftList_open_list.active a {
						color: #CCC;
					}
					.leftList_open_list a:hover {
						color: #CCC;
						text-decoration:none;
					}

/*右側*/
/* 20211124 feather 修改padding-left */
.right{
	/*float:right;*/
	box-sizing:border-box;
	width:100%;
	padding-left: 5%;
	min-height: 400px;
	/*width: 100%;*/
	/*padding-top:9px;
	margin-bottom: 20px;*/
}

/*右側_無左選單*/
.right.noleft{
	width:100%;
	padding-left: 0px;
}

	.right_title{
		font-size: 20px;
		font-weight: bold;
		color: #777;
		line-height: 28px;
		position:relative;
		border-bottom: 2px solid #dac4b7;
		padding-bottom: 20px;
	}
		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #dac4b7;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title2{
			font-size: 20px;
			font-weight: bold;
			color: #777;
			line-height: 28px;
			position:relative;
			border-bottom: 2px solid #dac4b7;
			padding-bottom: 20px;
			padding-left: 8px;
			
		}
		
		.right_title2Date{
			font-family: 'Montserrat', sans-serif;
			font-weight: bold;
			color: #575757;
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 5px;
		}
		
		.right_title2:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #dac4b7;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title2 h1 {
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
		}
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	
		/*網編區塊*/
		.text_area{
			font-size: 14px;
			color: #000;
			/*line-height:22px;*/
			line-height:26px;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}	
		
		/*按鈕-----------------------------*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background: #dac4b7;
			color: #333;
			font-weight: bolder;
			/* border: 1px solid #231815; */
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 1px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
			width: 100%;
		}

@media (max-width: 1200px){
	.left {
		width: 200px;
		min-width: 200px;
	}

}



@media (max-width: 990px){
.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;
	}
	
		/*左側表單名稱*/
		.left_title {
			display: block;
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 13px 50px 13px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid #777;
		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: 16px;
				right: 15px;
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fff;
			border: 1px #dbdbdb solid;
		}
			.leftList {
				padding: 0px;
			}
		
			.leftList > a{
				/* padding: 13px 45px 11px 15px; */
				border-radius: unset;

			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/
	.right{
		width: 100%;
		padding-left: 0px;
		min-height: unset;
	}
	
	
}

/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding: 40px 0px 0px;
	position: relative;
    z-index: 5;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #dac4b7;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #dac4b7;
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
	.numberPage_leftList span ,
	.numberPage_rightList span{
		display: inline-block;
		box-sizing: border-box;
		font-size: 21px;
		line-height: 23px;
		color: #dac4b7;
		vertical-align: middle;
		font-weight: bold;
	}	
	





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

}
	
@media (max-width: 640px){
	
	.number_pageArea {
		/*padding-top: 30px;*/
		padding: 30px 0px 0px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}
/*-------最新活動----------------------------------------------------------------------------*/
/*最新消息列表*/
.news_list_area{
	/*padding-top:20px;*/
}

.news_list_area.index{
}

	.nLA_list{
		
		position: relative;
		padding: 10px 0px 10px 150px;
		border-bottom: 1px dashed #ccc;
	}
	.news_list_area.index .nLA_list{
		padding: 10px 0px 10px 128px;
	}
	
	.nLA_list:first-child{
		padding: 20px 0px 10px 150px;
	}
	
	.news_list_area.index .nLA_list:first-child{
		padding: 10px 0px 10px 128px;
	}
	
	.nLA_list_category{
		position: absolute;
		left: 0;
		font-size: 15px;
		background-color: #dac4b7;
		padding: 5px 10px;
		color: #333;
		font-weight: bolder;
		text-align: center;
		width: 55px;
		box-sizing: border-box;
		top: 20%;
	}
	.nLA_list_category.firstcategory{
		top: 37%;
	}
	
	
	.nLA_list_date {
		position: absolute;
		left: 55px;
		color: #CD6854;
		font-size: 14px;
		line-height: 22px;
		padding: 0 0 0 10px;
	}
	
	.news_list_area.index .nLA_list_date{
		left: 25px;
	}
	
	
	.nLA_list_tit {
	}
		.nLA_list_tit a{
			display:block;
			color:#000;
			font-size:15px;
			line-height:22px;
			/*letter-spacing:0px;*/
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition:0.3s ease all;
			text-decoration:none;
		}
		
		/*hover*/
		.nLA_list_tit a:hover{
			/* modify by david 20220531 start*/
			color: #CD6854;
			/* modify by david 20220531 end*/
			transition:0.3s ease all;
		}
					
					


		
		
		
		
		
						
						


@media (max-width: 990px){
	.index_moreBtn{
		right: 20px;
	}
}

@media (max-width:640px){

		.nLA_list{
			padding: 10px 0px;
		}
		.nLA_list:first-child {
			padding: 5px 0px 10px;
		}
		.news_list_area.index .nLA_list:first-child {
			padding: 10px 10px;
		}
		.nLA_list_category{
			position: static;
		}
		.nLA_list_date {
			position: static;
			padding: 0px;
		}
		.news_list_area.index .nLA_list{
			padding: 10px 10px;
		}


.index_newsBg{
	padding: 20px 0px 0px;
}

	.index_moreBtn{
		position: static;
		padding: 15px 0px 0px;
		/*width: 162px;*/
		margin: 0px auto;
	}
		.index_moreBtn a{
			color: #a7a7a7;
			/* background-color: #dfdfdf; */
			/* border-radius: 42px; */
			border: 1px solid #dcdcdc;
		}
}




/*最新消息 內頁標題區塊*/
.news_bg.inPage .title_bg{
}

	
		
	/*標題*/
	.news_bg.inPage .title {
		font-weight:bold;
		font-size: 20px;
		line-height: 28px;
		color: #000;
	}
	
	/*時間*/
	.news_bg.inPage .date {
		/*font-weight:bold;*/
		font-size: 14px;
		line-height: 20px;
		/*color:#cecece;*/
		color: red;
		padding: 5px 0px 0px;
	}
		.news_bg.inPage .date span{
			display: inline-block;
			vertical-align: middle;
			padding-right: 10px;
		}

/*網編區*/
.news_bg.inPage .text_area{
	padding: 40px 0px 0px;
}

/*-------交通位置----------------------------------------------------------------------------*/

.content_location_area{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}

	.content_location_map{
		width: 55%;
	}

	.content_location_info{
		width: 40%;
	}

		.content_title{
			font-size: 20px;
			font-weight: bolder;
			padding-bottom: 40px;	
		}

		.content_text{
			font-size: 18px;
			padding-bottom: 10px;
		}

@media(max-width:640px){
	.content_location_area {
		flex-flow: column;
		padding: 25px 0 0;
	}
	.content_location_map {
		width: 100%;
	}
	.content_location_info {
		width: 100%;
		padding: 25px 0;
	}
}


@media(max-width:425px){
	.content_title {
		font-size: 18px;
		padding-bottom:20px;
	}
	.content_text {
		font-size: 14px;
		padding-bottom: 10px;
	}
}


@media(max-width:320px){
	.content_title {
		font-size: 15px;
	}
	.content_text {
		font-size: 12px;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------活動花絮--------*/
/*/////////////////////////////////////////////////////////*/


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

.photo_ListA{
	width: 25%;
	box-sizing:border-box;
	padding: 0px 15px 30px;
}	
.photo_List{
	/*float: left;*/
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	
	overflow:hidden;
}

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

		.photo_IMG{
			/*overflow:hidden;*/
			
			/* background-color: #000; */
		} 
			.photo_IMG a{
				display:block;
				padding-top:100%;
				background-color: #000; 
			} 				 
			.photo_IMG img{
				/*opacity:1;*/
				opacity:0.5;		
				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.9;
				transform:scale(1.2);
				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;*/
		}
			.photo_title a{
				font-size: 25px;
				line-height: 30px;
				color: #ffffff;
				font-weight:bolder; 
				display:block;
				text-decoration:none;
				text-shadow: #000000 4px 3px 4px;
				
				/*overflow : hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp:3;
				-webkit-box-orient: vertical;*/
			}	

			.photo_title span:first-of-type{
				display:block;
				font-family: 'Montserrat', sans-serif;
				text-align: center;
				font-size: 15px;
				line-height:normal;
				margin-bottom:5px;
				
				display:block;
				-webkit-box-orient: unset;
				-webkit-line-clamp: unset;
				overflow:unset;
			}
			.photo_title span{
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
			}
			.photo_List:hover .photo_title a{
				color: #ffffff;
				text-shadow: #000000 0px 0px 10px;
			}				
	
	


	


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

.gallery_area{
display: flex;
flex-direction: row;
flex-wrap: wrap;
vertical-align: top;
margin: 0px -15px -30px;
}
 
.gallery_List{
	width:25%;
	box-sizing:border-box;
	padding: 0px 15px 30px;
	overflow:hidden;
}  
	.gallery_IMG{
		overflow:hidden;
	}  
		/* .gallery_IMG a {
			display:block;
		}  
		.gallery_IMG img{
			width:100%;
			height:auto;
			transition: all 0.3s ease-out;
		}  */
		.gallery_IMG a {
			position:relative;
			display: block;
			padding-top: 100%;
		}  
		.gallery_IMG img{
			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;
		}
		.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:1280px){

	.photo_ListA{
		width: 33.3%;
	}
	.photo_List{
		/*width: 33.3%;*/
	}
	.gallery_List{
		width:33.3%;
	} 
}


	
@media (max-width:640px){


.photo_ListA{
	width: 50%;
}	
	.photo_List{
		/*width: 50%;*/
	}
		.photo_title span {
			font-size: 20px;
		}	



	.gallery_List{
		width:50%;
	} 
	}	

	@media (max-width:425px){

	.photo_area{
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		margin: 0 0px -20px; 
		/*padding-bottom: 40px;*/
	}	
	.photo_ListA{
		width: 100%;
		padding:0 0 20px;
	}	
		.photo_List{
			/*width: 100%;*/
		}	


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


/*/////////////////////////////////////////////////////////*/
/*-------課程資訊--------*/
/*/////////////////////////////////////////////////////////*/

.course_list_area{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

	.course_list{
		width: 50%;
		padding: 10px 15px;
		box-sizing: border-box;
	}

		.course_listIn{
			background-color: #fff;;
			padding: 15px;
			border-radius: 15px;
		}


			.course_listTit{

			}

			.course_listTit a{
				color: #cd6854;
				display: block;
			}

			.course_listTit a:hover{
				opacity: 0.7;
				text-decoration: none;
			}
	
	.course_img{
		padding: 50px 0;
	}

	.course_img img{
		width: 100%;
		height: auto;
	}
	@media(max-width:990px){
		
	}
	@media (max-width:768px){
		.course_list_area{
			margin: 0px;
		}
		.course_list{
			width: 100%;
			padding: 10px 0px;
		}
	}

/*/////////////////////////////////////////////////////////*/
/*-------規章辦法--------*/
/*/////////////////////////////////////////////////////////*/

.link_listarea{

}

	.link_list{
		border-bottom: 1px dashed #ccc;
		padding-bottom: 10px;
	}
		.link_listIn{
			padding: 15px 0;
		}
			.link_listTit{
				padding-top: 10px;
			}

			.link_listTit a{
				color: #333;
				font-weight: bolder;
				font-size: 20px;
			}

			.link_listTit a:hover{
				text-decoration: none;
				color: #CD6854;
				transition: 0.3s ease all;
			}
			
			.link_list .text{
				margin-top: 12px;
				line-height: 1.5em;
			}
@media(max-width:425px){
	.link_listIn {
		padding: 5px 0;
	}
	.link_listTit a {
		font-size: 16px;
	}
	.link_list .text {
		font-size: 12px;
	}
}
/*/////////////////////////////////////////////////////////*/
/*-------人員名錄--------*/
/*/////////////////////////////////////////////////////////*/


/*專任研究人員錨點區----------*/

.TeacherTagArea{
	margin: 30px -10px 25px;
}
                
	.TeacherListTag{
		display:inline-block;
		padding:2px 10px;
		vertical-align:top;
	}
		.TeacherListTag a{
			text-decoration:none;
			display:inline-block;
			font-size:1em;
			line-height:1.2em;/*wcteng*/
			color:#5f5f5f;
		}

		.TeacherListTag a:hover{
			color:#cd6854;
		}




	.teacher_list_area{
		padding:25px 0px;
	}
			   
	.teacher_list{
		margin-bottom: 25px;
		box-sizing:border-box;
		/*width:48%;*/
	
	}
	/*.teacher_list:nth-child(2n+1){
		float:left;
	}
	.teacher_list:nth-child(2n){
		float:right;
	}*/
	
		
		.teacherListBorder{
			box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
			padding:15px;
		}
		
			.teacher_list_in{
				display: table;
				width: 100%;
				/* position:relative; */
				/* padding: 0px 0px 0px 140px; */
				/*margin-bottom: 15px;*/
			}
							
			.tL_img{
				vertical-align: top;
				display: table-cell;
				/* position:absolute; */
				/* top: 0px; */
				/* left: 0px; */
				/* width: 320px; */
				width: 200px; /*wcteng*/
				overflow:hidden;
			}
				.tL_img a{
					display:block;
				}
				.tL_img img{
					width:100%;
					height:auto;
					transition: all 0.3s ease-out;
				}
				
				.tL_img a:hover img{
					opacity:0.5;
					transform:scale(1.2);
					transition: all 0.3s ease-out;
				}			
				
				
			 
			/*右半邊*/
			.tL_right{
				width: calc(100% - 200px);
				vertical-align: top;
				display: table-cell;
				padding-left: 30px;
				/*padding-bottom: 10px;*/
			}
				/*標題*/
				.tLR_tit{
					font-size:0.875em;
					line-height:1.6em; /*wcteng*/
					color:#5f5f5f;
				}
				
					.TLR_TitI1{
						font-weight:bolder;
						font-size: 1.1em;
						line-height: 1.6em;
						color:#5f5f5f;
						display:inline-block;	
					}
					.TLR_TitI2{
						font-size: 1em;
						line-height: 1.2em;
						display:inline-block;	
						color:#333;
						word-wrap: break-word;
					}
					.TLR_TitI2 a{
						color:#004a90;
					}
	
		.directory_tLR_tit{
			font-size:1.0625em;
			padding-bottom:12px;
			/*line-height:2.125em;*/
			font-weight:bolder;
		}		
		/*.directory_tLR_tit a{
			text-decoration:none;
			color:#333;
		}*/		
	
		/*.teacher_listBottom{
		}
			.teacher_listBottom .tLR_tit:nth-child(2){
				margin-top: 10px;
				padding-top: 10px;
				border-top: 1px #5f5f5f solid;
			}
				.teacher_listBottom .tLR_tit span{
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					overflow: hidden;
				}*/
	


/*@media (max-width: 1280px){
	.tL_img{
		width: 180px;
	}	
}
*/
@media (max-width: 1024px){	
}

@media (max-width: 768px){
	.teacher_list{
		width:100%;
	
	}
	.teacher_list:nth-child(2n+1) , 
	.teacher_list:nth-child(2n){
		float:none;
	}
	
	.tL_img{
		width: 250px;
	}	
}


@media (max-width: 640px){

	.teacher_list_in{
		display: inherit;
	}
					
	.tL_img{
		display:block;
		width:100%;
	}

	/*右半邊*/
	.tL_right{
		width: 100%;
		display:block;
		margin-top: 20px;
		padding-left: 0px;
	}
	
	/*.teacher_listBottom .tLR_tit span{
		-webkit-line-clamp: 5;
	}*/

}


@media (max-width: 425px){
	.TLR_TitI1 ,
	.TLR_TitI2 {
		display:block;
	}
}





/*人員名錄內頁---------------------------*/


.teacher_list.teachLin2{
	width: 100%;
    float: none;
    margin-bottom: 0px;
}
	
	.teacher_list.teachLin2 .teacher_list_in {
		display: inherit;
		padding:25px 0;
	}
	
		.teacher_list.teachLin2 .tL_img {
			/* width: 40%; */
			width: 25%; /*wcteng*/
			display: block;
			float: left;
			box-sizing: border-box;
			border: 1px #c7c7c7 solid;
		}
		
		.teacher_list.teachLin2 .tL_right {
			/* width: 55%; */
			width: 70%; /*wcteng*/
			display: block;
			float: right;
			box-sizing: border-box;
			padding-left: 0px;
		}

		.teacher_list.teachLin2 .TLR_TitI2:first-of-type{
			font-size:1.2em;
			line-height:2.125em;
			font-weight:bolder;
		}	
	




@media (max-width: 768px){

	.teacher_list.teachLin2 .tL_img {
		width: 300px;
		float:none;
		margin-bottom:20px;
	}
	
	.teacher_list.teachLin2 .tL_right {
		width: 100%;
		float:none;
	}

}

@media (max-width: 510px){

	.teacher_list.teachLin2 .tL_img {
		width: 100%;
	}

}






/*/////////////////////////////////////////////////////////*/
/*-------師資頁籤區內容--------*/
/*/////////////////////////////////////////////////////////*/

/*wcteng*/ /*mod by wcteng, 20190328 for personal biography tab*/
.bio_tab{
	font-size: 1em;
}

.bio_tab h6{		
	color: #003300; 
	font-weight: bold; 
	font-size:1.1em; 
	margin: 0; 
	padding:10px 0px;
}
.bio_tab .title{	
	line-height: 1.5625em;
	font-size: 1.0625em;
	font-weight:bold;
	color: #333;
	padding:10px 0px;
}
.bio_tab .content{
	font-size: 0.93em;
	color: #000;
	line-height: 1.5em;
}



/*wcteng*//*mod by wcteng, 20190328 for personal publish tab*/
.publish_tab{
	font-size: 1.1em;
}

.publish_tab .title{	
	line-height: 1.5625em;
	font-size: 1.0625em;
	font-weight:bold;
	color: #333; 
	padding:10px 0px;
}


.publish_tab .content{
	font-size: 0.93em;
	color: #000;
	line-height: 2em;
}

.publish_tab .content tr:nth-of-type(2n+1) td {
	background:#fff;
}
.publish_tab .content tr:nth-of-type(2n+0) td {
	background:#f6efe7;
}

.publish_tab .contentx{
	font-size: 0.93em;
	color: #000;
	line-height: 2em;
}

.publish_tab .contentx tr:nth-of-type(2n+1) td {
	background:#fff;
}
.publish_tab .contentx tr:nth-of-type(2n+0) td {
	background:#f6efe7;
}












/*論文標題*/
.TeampaperTit{
	line-height: 1.5625em;
	font-size: 1.0625em;
	color: #333;
	padding:10px 0px;
}
     /*論文區*/                   	
	.paperArea{
		padding-bottom:40px;
	}
	.paperArea:last-of-type{
		padding-bottom:0px;
	}
		/*論文列表*/  
		.paperList{
			font-size: 0.93em;
			color: #000;
			line-height: 2em;
			border-bottom:1px #a5a5a5 dashed;
		}




.TeamInTable{
	margin: 20px 0px;
}

.TeamInTable table {
    width: 100%;
    margin: 0 auto;
    /*border-radius: 3px;*/
    overflow: hidden;
}

	.TeamInTable tr:first-of-type{
		/*background: #e8e8e8;*/
	}
	.TeamInTable td:first-of-type{
		/*border-top: solid 1px #bebebe;
		border-bottom: solid 1px #bebebe;*/
		font-size:1.0625em;
		padding:18px 5px;
		font-weight: bold;

		vertical-align: top; /*wcteng*/
	}

	.TeamInTable tr td{
		/*border-top: solid 1px #bebebe;*/
		border-bottom: solid 1px #bebebe;
		font-size:0.875em;
		line-height:1.5625em;
		padding:15px 5px;
		color:#333;
		/*line-height:26px;*/
	}
	
		.TeamInTable tr td a{
			text-decoration:none;
			/*display:block;*/
			display:inline-block;
			color:#333;
			/*margin-right:15px;*/
		}
		.TeamInTable tr td a:hover{
			color:#67961b;
		}
		
		.TeamInTable td:before {
			content:attr(data-name);
			display:none;
		}



@media (max-width: 768px){
	
	
	/*師資頁籤-----------------------------*/
	
	.directoryTab .img-scroll {
		/*border-bottom: 0px solid #dcdcdc;
		margin: 0px 0px 0px;*/
		padding: 0px 0px 5px;
	}
							
	/*.tabs a {
		padding: 0px 15px;
	}*/
	
	.directoryTab .tabs li{
		box-sizing: border-box;
		width: 33%;
		text-align: center;
		/* float: none; */
		 display: inline-block; 
		vertical-align: top;
		margin: 5px 0px;
	}
	
	.directoryTab  .tabs li:nth-of-type(1) span{
		border-left: 1px solid #dcdcdc;
		/*font-size: 1.5em;*/
	}						
	.directoryTab  .tabs li:nth-of-type(3) span{
		border-right: 1px solid #dcdcdc;
	}
	/*.directoryTab  .tabs li:nth-of-type(6) a{
		border-right: 1px solid #dcdcdc;
	}*/						
	
	.directoryTab  .tabs li span {
		font-size:1.15em;
	}
	.directoryTab  .tabs li.active span {
		font-size:1.5em;
	}	
	
	
	
/*師資頁籤內容---------------------------------------------*/
		
		.TeamInTable table {
			border-top: solid 1px #bebebe;
			/*border-radius: 5px;*/
		}
		.TeamInTable tr{
			border-bottom: solid 2px #bebebe;
		}	
		.TeamInTable tr:first-of-type {
			/* display: none; */ /*wcteng*/ /*mod by wcteng, 20190329 for personal publish tab*/
		}
		
		.TeamInTable tr td {
			display: block;
			text-align: left;
			padding: 5px 14px 10px;
			border-left: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			border-bottom: solid 0px #bebebe;
			width: auto; /*wcteng*//*mod by wcteng, 20190329 for personal publish tab*/
		}
		
		.TeamInTable td:first-of-type{
			padding:10px 5px 0px;
		}	
		
			
		.TeamInTable tr td:last-of-type {
			border-bottom: solid 1px #bebebe;
		}
		.TeamInTable tr:first-of-type td {
			border-top: solid 1px #bebebe;
		}
			
		.TeamInTable td:before {
			/*content:attr(data-name);*/
			display:inline-block;
		}
		.TeamInTable tr td:nth-of-type(2):before {
			display:none;
		}		
			
		/*.TeamInTable tr td a{
			margin-right:0px;
		}*/	
			
}
			

@media (max-width: 425px){
	.directoryTab .tabs li.active a {
		font-size: 1.3em;
	}
	.tabs a {
		padding: 0px 5px;

	}

}

/*/////////////////////////////////////////////////////////*/
/*-------學生事務--------*/
/*/////////////////////////////////////////////////////////*/

.student_category_listarea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

	.student_category_list{
		padding: 0 15px;
		width: 33.3%;
		box-sizing: border-box;
	}

	.student_category_list.fourlist{
		width: 25%;
	}

		.student_category_listIn{
			position: relative;
		}

		.student_category_listIn a{
			
		}
			.student_categoryImg{
				position: relative;
				padding-top: 100%;
			}

			.student_categoryImg img{
				position: absolute;
				right: 0;
				left: 0;
				top: 0;
				bottom: 0;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
			}
			
			.student_category_listIn:hover .student_categoryImg img{
				transition: all 0.3s ease-out;
				opacity: 0.5;
			} 

			.student_categoryTit{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}

			.student_categoryTit a{
				font-size: 30px;
				font-weight: bolder;
				text-align: center;
				color: #fff;
				text-shadow: #000000 4px 3px 4px;
			}

			.student_categoryTit a:hover{
				text-decoration: none;
			}

	@media(max-width:1280px){
		.student_categoryTit a {
			font-size: 26px;
		}
		.student_category_list.fourlist{
			width: 50%;
			padding: 15px 15px;
		}
	}

	@media(max-width:1080px){
		.student_categoryTit a {
			font-size: 20px;
		}
	}

	@media(max-width:640px){
		.student_category_listarea {
			flex-direction: column;
		}
		.student_category_list {
			padding: 20px 0px;
			width: 100%;
		}
		.student_category_list.fourlist{
			padding: 20px 0px;
			width: 100%;
		}
		.student_categoryTit a {
			font-size: 30px;
		}
	}

/* ////////////////////////////////////////////// */
/*table列表區*/
/* ////////////////////////////////////////////// */
.table_list_area {
}
	.table_list_area table {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 30px;
		border-left: 0.3px #b5b5b5 solid; /* table 豎線 */
		word-break: keep-all;
	}
		.table_list_area tr {	
		}
				/* 連結 */
				.table_list_area a{
					font-size: 17px;
    				color: #cd6854;
					text-decoration: none;
					transition: all 0.3s ease-out;
					vertical-align: bottom;
				}
				.table_list_area a:hover{
					opacity: 0.8;
					transition: all 0.3s ease-out;
				}
				
		
		/*第一行tr欄位*/
		.table_list_area thead tr:first-of-type td {
			background-color: #DAC4B7;
			border-top: 1px #b5b5b5 solid;
			color: #333;
			font-size: 14px;
			font-weight: bolder;
			line-height: 28px;
			white-space: nowrap;
		}

		/* td欄位 */
		.table_list_area td {
			border-bottom: 1.5px #b5b5b5 solid; /* table 橫線 */
			border-right: 0.3px #b5b5b5 solid; /* table 豎線 */
			text-align:center;
			vertical-align:middle;
			font-size:15px;
			line-height: 24px;
			color:#333;
			padding: 4px 8px;
			box-sizing:border-box;
			background: #fefefe;
		}

		/*2進位的td欄位*/
		.table_list_area tr:nth-of-type(2n+0) td {
			background:#f6efe7;
		}
			/* 欄位內分行 */
			.table_list_area p{
				line-height: 1.5;
			}
				/* 中、英名字 */
				.table_list_area p.name_zh,
				.table_list_area p.name_en{
					white-space: nowrap;
				}
					
@media (max-width:1280px) {
	/*第一行tr欄位*/
	.table_list_area thead tr:first-of-type td {
		white-space:normal;
	}
}

@media (max-width: 990px){

	.table_list_area td{
		font-size: 16px;
	}

	/*第一行tr欄位*/
	.table_list_area thead tr {
		display:none;
	}
	
	/*每行 最後一個td*/
	.table_list_area td:last-of-type {
		border-bottom: solid 1px #ADABAB;
		padding-bottom: 10px;
	}

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

			.right_list_area.none{
				border: 0px;
				padding: 0px;
				background: none;
			}		
				.table_list_area{
					/*padding:15px 0px;*/
					padding:0px 0px 15px;  /*修改 by pekey 20170608*/	
				}			
				.table_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;
	}
}		

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



.sitemapArea{
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
	}                
		.sitemapTit{
			color: #cd6854;
			font-weight: bold;
			font-size: 17px;
		}
		
		.sitemapBottom{
			padding:10px 0;
		}
												
			.sitemapList{
				float:left;
				width: 20%;
				box-sizing:border-box;
				/* margin-right:30px; */
				padding: 10px 0px;
			}
				.sitemapList a{
					color: #424242;
					font-size: 15px;
					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%;
	}	
}






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


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