/*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;
}

html{
	font-size: var(--fontSize);  /*預設16px*/
}

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: 1280px){
	.wrap {
		width: 95%;
	}

}

@media (max-width: 900px){
	.wrap {
		width: 90%;
	}

}

@media (max-width: 768px){
	.wrap {
		width: 80%;
		/*width: auto;
		padding: 0px 15px;*/
	}

}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	font-size: 13px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
}
/*新增 modify by karol 20201105 start*/
.banner:before {
	opacity: 0.9;
	position:absolute;
	content:'';
	top: 0px;
	z-index: 2;
	width: 100%;
	height:220px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 81%, rgba(255,255,255,0) 92%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 92%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/*新增 modify by karol 20201105 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;
				}
				.pcBanner2 {
				}
				.mobileBanner {
					display:none;
				}
				
					/*.banner .swiper-slide div {
					    position:relative;
					}
					.banner .swiper-slide div:after {
					    position:absolute;
					    content:'';
					    top:0;
					    left:0;
					    width:100%;
					    height:100%;
						background: inherit;
					    filter: blur(75px) ;
					    z-index: 2;
					}*/
				
				
				
					
@media (max-width: 900px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

@media (max-width: 640px){
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
/*新增 modify by karol 20201105 start*/
	.banner:before {
		opacity: 0;
		height: 0px;
	}
/*新增 modify by karol 20201105 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:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					/*border-right: solid 1px #c4c4c4;*/
				}
					.tabs li a:hover {
						background:#fff;
						background:var(--second_color);
					}
					.tabs a { 
						font-size: 15px;
						color:#fff;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 36px;
						transition:0.3s ease all;
						background: var(--third_color);
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
					
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
						
						.tabs li.active a {
							background:#fff;
							background:var(--second_color);
							font-size: 19px;
							font-weight:bolder;
							transition:0.3s ease all;
						}					
						
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	/*padding:10px;*/
	padding: 38px 0px 10px;
}

/*.p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}*/

.pI_bottom .p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}








					@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;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}*/
				/*hover*/
				/*.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}*/
					
					
					
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 900px){
		.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: 900px){
							/*表單區左*//*表單區右*/
							.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;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
}





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
	/*padding-top: 90px;*/
}

/*首頁內容區塊*/	
.mainContent{
	padding: 25px 0px;
}

	

@media (max-width: 900px){
	
	.main {
		/*padding-top: 58px;*/
	}	
}











/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息區--------*/
/*/////////////////////////////////////////////////////////*/

      

/*-----首頁最新消息區--------------------------------------*/

.indexNewsBg{
}
	.indexNewsBg .wrap {
		width: 80%;
	}
	.indexNewsBg .p_tab_text_area {
		padding:0px;
	}


		.news {
			display:inline-block;
			padding: 30px 0px 20px 0px;
			background-color:#fff;
			width:100%;
			border-top: 1px var(--third_color) solid;
		}
		.news_wrap{
		    margin: 0px auto; 
			/*width:984px;*/
		}
		.news_bar{
			display: inline-block;
			width:100%;
			margin-bottom: 15px;
		}
		/* 新增置頂 modify by peggy 20240902 */
		.news_lit{
			position: relative;
			padding:8px 0px;
			padding-left: 29px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			/* width: 100%; */
			/* justify-content: center; */
		}
		.news_lit i{
			position: absolute;
			left: 0;
			color:#aeaeae;
			font-size: 20px;
			line-height: 22px;
			transform: unset;
			vertical-align: baseline;
			transition: 0.3s ease all;
		}
			.news_lit_date{
				font-family: 'Montserrat', sans-serif;
				box-sizing: border-box;
				/* float: left; */
				/* padding-top: 3px; */
				min-width: 95px;
				/* margin-right: 10px; */
				text-align: center;
				font-size: 14px;
				color: #575757;
				font-size: 16px;
				line-height: 22px;
				padding-left: 20px;
				/* 新增置頂 modify by peggy 20240902 */
				
			}
			.news_lit_sort1{
				/* float:left; */
				background-color: var(--second_color);
				padding:5px 20px;
				color:#fff;
				font-size:10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 120px;
				text-align:center;
				font-size: 16px;
				line-height: 22px
			}
			.news_lit_sort2{
				/* float:left; */
				background-color: var(--third_color);
				padding: 5px 20px;
				color: #fff;
				font-size: 10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 120px;
				text-align:center;
				font-size: 16px;
				line-height: 22px
			}
			.news_lit_sort3{ /* 調整 modify by Joanna 20251113  */
				background-color: var(--third_color);
				padding: 5px 20px;
				color: #fff;
				font-size: 10px;
				box-sizing: border-box;
				margin: 0px 25px;
				min-width: 120px;
				text-align:center;
				font-size: 16px;
				line-height: 22px
			}
			.news_lit_remark{
				/* float:left; */
				/* padding-left:20px; */
				/* width: 70%; */
				text-align:left;
				box-sizing: border-box;
				width: 100%;
				word-wrap: break-word;
				word-break: break-all;
			}
			.news_lit_remark a {
				font-size: 16px;
				line-height: 22px;
				text-decoration:none;
				color:#2e2e2e;
				display: block;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}
			.news_lit_remark a:hover {
				opacity:0.5;
				/*border-bottom: 1px #000 solid;*/
			}	
			
			
			.news_more {
				float:right;
				display:inline-block;
			}
			.news_more:after {
				position: absolute;
				top: 27px;
				right: 6px;
				border-top: solid 9px #fff;
				border-bottom: solid 9px #fff;
				border-left: solid 15px #000;
				margin: 0 0 0 10px;
			}
			
			.news_more > a {
				color:#2e2e2e;
				text-decoration:none;
			}
			.news_more a:hover {
				color:#adadad;
			}
			.news_more_triangle{
				font-size:30px;
				float:right;
				padding-right:15px;
			}
			.news_more_text{
				float:right;
				line-height: 30px;
			}
	




@media (max-width:1000px){
	.news_wrap{
		width: auto;
   		/*padding: 0px 20px;*/
	}			
}

@media (max-width:900px){
	.news_lit_remark {
		/*width: 65%;*/
	}		
}

@media (max-width:768px){
	.news_lit_remark {
		/*width: 60%;*/
	}		
}

@media (max-width:640px){


.news_lit {
    flex-wrap: wrap;
    padding: 8px 0px 8px 45px;
    margin-bottom: 12px;
    border-bottom: 1px #cdcdcd dashed;
}
.news_lit i{
	position: absolute;
	left: 0;
	top:10px;
	color:#aeaeae;
	font-size: 20px;
	line-height: 22px;
	transform: unset;
	vertical-align: baseline;
	transition: 0.3s ease all;
}
	.news_lit_sort1 ,
	.news_lit_sort2 ,
	.news_lit_sort3{ /* 調整 modify by Joanna 20251113  */
		margin: 0 10px;
		font-size: 15px;
		min-width: 100px;
		line-height: 20px;
	}	
	.news_lit_remark {
		margin-top: 10px;
	}



	.indexNewsBg .wrap {
		/*width: 90%;*/
	}	
	.news_lit_remark {
		/*width: 100%;
		float: none;
		padding: 35px 0px 10px;*/
	}		
}

     
        
        









	

/*/////////////////////////////////////////////////////////*/
/*-------首頁_相關連結--------*/
/*/////////////////////////////////////////////////////////*/

		/*-------首頁_相關連結區塊--------*/
		.index_LinkBg{
			padding: 70px 0px;
			background-color: var(--third_color);
			/*background-color: #47bab5;
			background-color:#bf080b;*/
			margin-bottom: -25px;
		}	
			.index_LinkBg > .wrap{
				/*width: 85%;*/
			}
			
				
				/*首頁_相關連結_列表區塊*/
				.indexLink_listArea{
					max-width: 80%;
					margin:0 auto;
				}
					.device5{
						overflow: inherit;
					}
						/*左右鍵*/
						.device5 .Link_left, .device5 .Link_right {
							position:absolute;
							z-index:2;
							top:50%;
							margin:-18px 0px 0px 0px;
							border-radius:100%;
							box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
						}
						
						/*左鍵*/
						.device5 .Link_left {
							/*left: -13px;*/
							left: -39px;
						}
						/*右鍵*/
						.device5 .Link_right {
							/*right: -13px;*/
							right: -39px;
						}
							
							/*首頁_服務項目列表*/
							.indexLink_list{
								padding:0px 10px;
								
							}
								.indexLink_list a{
									display:block;
									position: relative;
									
									
								}
								.indexLink_list img{
									width:100%;
									height:auto;
								}
								.indexLink_list .link_text{
									position: absolute;
									bottom:0;
									opacity: 0;
									background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
									color: #fff;
									text-decoration: none;
									display: -webkit-box;
									-webkit-line-clamp: 2;
									-webkit-box-orient: vertical;
									overflow: hidden;
									text-overflow: ellipsis;
									width: 100%;
									line-height: 1;
									max-height: 31px;
									
									
									
								}  		
								.indexLink_list a:hover .link_text{
									opacity: 1;
									transition: all 0.3s ease;
								}  		
	



@media (max-width: 640px){
	
	/*首頁_服務項目列表*/
	.indexLink_list{
		padding:0px 2px;
	}
	
}

       
        
		
		
		
		        
        
        
        
        
        	
	








/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/



/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    /*--foreign_font:"Merriweather", serif;*/      /*全站外文字型*/
    /*--mandarin_font:'Noto Sans TC', sans-serif;*/   /*全站中文字型*/
    --primary_color:#673a41;                     /*全站主色色碼*/
    --second_color:#7d6c64;                   /*全站第二色碼*/
    --third_color:#c1ada4;                    /*全站第三色碼*/
    /*--fourth_color:#b22222; */                  /*全站第四色碼*/
    /*--fifth_color: #e2b533;*/                    /*全站第五色碼*/
    /*--sixth_color: #e0e0e0;*/                    /*全站第六色碼*/
   /* --seventh_color:#0C3651;*/                  /*全站第七色碼*/
    /*--eighth_color:#52B3F1;*/                   /*全站第八色碼*/
    /*--ninth_color: #bd3439; */                   /*全站第九色碼*/
    /*--tenth_color:#BE2656; */                   /*全站第十色碼*/
    /*--dark_color:#262628;*/
	/*--second_dark_color:#e4e4e4;*/
    --fontSize: 16px;
}





.inbody .header:before {
	/*display:none;*/
    opacity: 0.5;
    position: absolute;
    content: '';
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 81%, rgba(255,255,255,0) 92%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 92%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}







.main.page{
	padding-top: 90px;
}
	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*麵包屑*/
		.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: var(--second_color);
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: var(--second_color);
					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;
}
	
	
	

/* 在螢幕放大110%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and  (-webkit-min-device-pixel-ratio: 1.1) and 
(-webkit-max-device-pixel-ratio: 1.21), 
only screen and (min-resolution: 110dpi) and (max-resolution: 121dpi) {

   /*全站共用樣式*/
	:root {
		--fontSize: 14.5px; /*calc(16px / 1.1)*/
	}

}


/* 在螢幕放大125%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and
 (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
  (-webkit-max-device-pixel-ratio: 1.49)
, only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: 12.8px; /*calc(16px / 1.25)*/
	}

}

/* 在螢幕放大150%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: calc(16px * 0.9); 
	}

}



@media (max-width: 900px){
	
	.main.page {
		padding-top: 58px;
	}	
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		
}





	
@media (max-width: 640px){

.pageContent_topArea .wrap {
    width: 95%;
}

	.crumb_area i{
		font-size: 16px;
	}
	.crumb_area a{
		font-size: 12px;
	}

	.crumb_area span{
		font-size: 12px;
	}	
		
}


	

/*左側*/
.left{
	/*float: left;*/
	width: 225px;
	position: absolute;
	z-index: 2;
}
			
	/*左側標題*/
	.left_title{
		font-size: 20px;
		letter-spacing: -1px;
		background-color: #aeaeae;
		color: #fff;
    	padding: 13px 10px 10px;		
	}
		.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;
		}
			.leftList > a{
				display:block;
				/*padding: 13px 45px 13px 35px;*/
				padding: 13px 45px 11px 10px;
				text-decoration:none;
				color:#000;
				position: relative;
				font-size: 15px;
				line-height: 22px;
				word-break: break-word;
				
				border-bottom: 1px dashed #cecece;
			}
				
			.leftList.active > a{
				background-color: #ececec;
			}
			.leftList:hover > a{
				background-color:#ececec;
			}
				
				/*代表性標誌*/
				/*.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: 13px 10px 11px 25px;
						font-size: 15px;
						line-height: 22px;
						font-weight:normal;
						word-break: break-word;
						border-bottom: 1px dashed #cecece;
					}
					.leftList_open_list.active a {
						color: #e71f19;
					}
					.leftList_open_list a:hover {
						color: #e71f19;
						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%;
	padding-left: 0px;
}

	.right_title{
		font-size: 20px;
		font-weight: bold;
		color: #777;
		line-height: 28px;
		position:relative;
		border-bottom: 2px solid var(--second_color);
		padding-bottom: 20px;
	}
		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: var(--second_color);
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title 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_title2{
			font-size: 20px;
			font-weight: bold;
			color: #777;
			line-height: 28px;
			position:relative;
			border-bottom: 2px solid var(--second_color);
			padding-bottom: 20px;
		}
		
		.right_title2Date{
			font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 5px;
		}
		
		.right_title2:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title2:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: var(--second_color);
			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;
			}		
			.text_area iframe{
				width: 100%;
				max-width: 100%;
				height: auto;
				aspect-ratio: 16/9;
				margin: 0 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: #fff0;
			color: #231815;
			border: 1px solid #231815;
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 1px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		
		
		
		
		












@media (max-width: 768px){

	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 15px 50px 15px 15px;
			/*padding: 6px 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: 50%;
				right: 15px;
				-webkit-transform: translateX(0) translateY(-41%);
				transform: translateX(0) translateY(-41%);
				transition:0.3s ease all;
			}
			.left_title.active:after {
				transition:0.3s ease all;
				-webkit-transform: translateX(0) translateY(-82%) rotate(180deg);
				transform: translateX(0) translateY(-82%) rotate(180deg);
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 35px 0px 10px;
	}
	
	
}






































/*/////////////////////////////////////////////////////////*/
/*-------歷屆主任--------*/
/*/////////////////////////////////////////////////////////*/


	.Director_list_area{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		/* justify-content: space-between; */
		margin: 0 -15px -30px;
	}
			   
	.Director_list{
		padding: 0 15px 30px;
		box-sizing:border-box;
		width: 25%;
	}
		.DirectorListBorder{
			box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
			padding:10px;
			/* height: calc(100% - 30px); */
		}
		
			.Director_list_in{
				/* display: flex; */
				/* flex-wrap: wrap; */
				/* flex-direction: row; */
				/* align-items: center; */
				/* justify-content: space-between; */
			}
							
			.DirectorL_img{
				box-sizing: border-box;
				overflow: hidden;
			}
				.DirectorL_img a{
					display:block;
				}
				.DirectorL_img img{
					width:100%;
					height:auto;
					transition: all 0.3s ease-out;
				}
				
				.DirectorL_img a:hover img{
					opacity:0.5;
					transform:scale(1.2);
					transition: all 0.3s ease-out;
				}			
				
				
			 
			/*右半邊*/
			.DirectorL_right{
				/* width: 75%; */
				padding-top: 20px;
				box-sizing: border-box;
			}
				/*標題*/
				.DirectorR_tit{
					font-size:14px;
					line-height: 30px;
					color: #848484;
					overflow: hidden;
					text-overflow:ellipsis;
					white-space: nowrap;
					/*display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;*/
				}
					.DirectorR_tit span{
						color: #2e2e2e;
						font-weight: bold;
						font-size: 16px;
						line-height: 30px;
						word-wrap: break-word;
					}
	

	
  

@media (max-width:1280px){
	
	.Director_list{
		width: 33.3%;
	}	
	
}

@media (max-width:640px){

	.Director_list_area{
		margin: 0 0px -20px;
	}	
	.Director_list{
		padding: 0 0px 20px;
		width:100%;
	}	
	
}












/*/////////////////////////////////////////////////////////*/
/*-------系上成員--------*/
/*/////////////////////////////////////////////////////////*/


/*.TeacherArea{
}
	
	.teacherListTit{
		font-size:20px;
		color:#84bf24;
		line-height:30px;
		margin:30px 0px 20px;
	}
		.teacherListTit i{
			font-size: 20px;
			color: #84bf24;
			line-height: 30px;
			vertical-align: -7%;
		}*/
	
	.teacher_list_area{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom:-30px;
	}
			   
	.teacher_list{
		margin-bottom: 30px;
		box-sizing:border-box;
		width: 49%;
	}
		.teacherListBorder{
			box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
			padding:15px;
			height: calc(100% - 30px);
		}
		
			.teacher_list_in{
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				align-items: center;
				/* justify-content: space-between; */
			}
							
			.tL_img{
				/* width: 190px; */
				width:25%;
				box-sizing: border-box;
				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: 75%;
				padding-left: 20px;
				box-sizing: border-box;
				font-family: "新細明體";
			}
				/*標題*/
				.tLR_tit{
					font-size:14px;
					line-height: 30px;
					color: #848484;
					overflow: hidden;
					text-overflow:ellipsis;
					white-space: nowrap;
					/*display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;*/
				}
					.tLR_tit span{
						color: #2e2e2e;
						/*font-weight: bold;*/  /*Judy修改20200909*/
						font-size: 16px;
						line-height: 30px;
						word-wrap: break-word;
					}
	
					.tLR_tit a{
						font-size: 1rem;
						line-height: 30px;
						
						text-decoration: none;
						display: inline-flex;
						gap: clamp(0.1613rem, 0.2604vw, 0.3125rem); /* 2.58px , 0.2604vw , 5.00px */
						align-items: center;
						
						transition: 0.3s ease all;
						/* color: inherit; */
					}
					/* .tLR_tit a i{
						font-size: 16px;
						line-height: 30px;
						color: #fff;
					} */
					.tLR_tit a:hover{
						color: var(--primary_color);
						/* background-color: var(--primary_color); */
					}
					/* <!--標題--><!-- 新增 活動連結 modify by Joanna 20251107 --> */
					/* .tLR_tit:last-of-type{ 
						
					} */
					/* <!--標題--><!-- 新增 活動連結 modify by Joanna 20251119 --> */
					.tLR_tit .activity_link{
						display: flex;
						flex-wrap: wrap;
						gap: .3125rem;
					}


					.teacher_list:not(.teachLin2) .tLR_tit a{
						background-color: var(--second_color);
						color: #fff;
						padding: 0 11px;
						border-radius: 15px;
					}
						.teacher_list:not(.teachLin2) .tLR_tit a i{
							font-size: 16px;
							line-height: 30px;
						}

					.teacher_list:not(.teachLin2) .tLR_tit a:hover{
						background-color: var(--primary_color);
						color: #fff;
					}




@media (max-width: 1280px){

	.tL_img{
		width:35%;
	}	
	
	/*右半邊*/
	.tL_right{
		width: 65%;
	}	
	
}


@media (max-width: 990px){
	
	.teacher_list{
		width:100%;
	}
	
}


@media (max-width: 510px){

	.teacher_list_area{
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		justify-content: unset;
		/*margin-bottom:-30px;*/
	}
		
	
	.teacherListBorder {
		height:auto;
	}
		.teacher_list_in{
			display:block;
			flex-wrap: unset;
			flex-direction:unset;
			align-items: unset;
		}
						
		.tL_img{
			width:100%;
		}
		
		 
		/*右半邊*/
		.tL_right{
			width:100%;
			padding: 20px 0px 0px;
		}	
		
		.tLR_tit {
			overflow: unset;
			text-overflow: unset;
			white-space: unset;
		}		

}


















/*系上成員內頁---------------------------*/


.teacher_list.teachLin2{
	width: 100%;
    /*float: none;*/
    margin-bottom: 50px;
}
	
	.teacher_list.teachLin2 .teacher_list_in {
		align-items: unset;
	}
	
		.teacher_list.teachLin2 .tL_img {
			box-sizing: border-box;
			/*border: 1px #c7c7c7 solid;*/
		}
		
		.teacher_list.teachLin2 .tL_right {
			box-sizing: border-box;
			padding-left: 50px;
		}

		.teacher_list.teachLin2 .tLR_tit {
			margin: 0px 0px 10px;
			padding-bottom: 10px;
			border-bottom: 1px #b5b5b5 dashed;
			overflow: unset;
			text-overflow: unset;
			white-space: unset;
			font-size: 16px;
			line-height: 25px;
		}

		.teacher_list.teachLin2 .tLR_tit span {
			font-size: 16px;
			line-height: 25px;
		}
		.teacher_list.teachLin2 .tLR_tit:nth-of-type(5) span ,
		.teacher_list.teachLin2 .tLR_tit:nth-of-type(6) span ,
		.teacher_list.teachLin2 .tLR_tit:nth-of-type(7) span {
			display:block;
		}





@media (max-width: 1350px){
	
	.teacher_list.teachLin2 .tL_img {
		width: 40%;
	}	
	.teacher_list.teachLin2 .tL_right {
		width: 60%;
	}
}


@media (max-width: 990px){
	
	.teacher_list.teachLin2 .teacher_list_in {
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		align-items: unset;
	}	
		.teacher_list.teachLin2 .tL_img {
			width: 100%;
		}	
		.teacher_list.teachLin2 .tL_right {
			width: 100%;
			padding: 30px 0 0;
		}
}







/*/////////////////////////////////////////////////////////*/
/*-------師資頁籤列表內容--------*/
/*/////////////////////////////////////////////////////////*/



.TeamInTable{
	/*margin: 29px 0px 0;*/
}

.TeamInTable table {
    width: 100%;
    margin: 0 auto;
    /*border-radius: 3px;*/
    overflow: hidden;
}

	.TeamInTable tr:first-of-type{
		/*background: #e8e8e8;*/
	}
	.TeamInTable tr:first-of-type td{
		/*border-top: solid 1px #bebebe;*/
		border-bottom: solid 1px #bebebe;
		font-size:17px;
		padding:18px 0px;
		/*line-height:26px;*/
		font-weight: bold;
	}

	.TeamInTable tr td{
		/*border-top: solid 1px #bebebe;*/
		border-bottom: solid 1px #bebebe;
		font-size:14px;
		line-height:25px;
		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:var(--second_color);
		}
		
		.TeamInTable td:before {
			content:attr(data-name);
			display:none;
		}

	

@media (max-width: 1280px){
	
	.TeamInTable.TeamInTabProject table {
		border-top: solid 1px #bebebe;
		border-radius: 5px;
	}
	.TeamInTable.TeamInTabProject tr{
		border-bottom: solid 2px #bebebe;
	}	
	.TeamInTable.TeamInTabProject tr:first-of-type {
		display: none;
	}
	
	.TeamInTable.TeamInTabProject tr td {
		display: block;
		text-align: left;
		padding: 5px 14px;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		border-bottom: solid 0px #bebebe;
	}	
	.TeamInTable.TeamInTabProject tr td:last-of-type {
		border-bottom: solid 1px #bebebe;
	}
	.TeamInTable.TeamInTabProject tr:first-of-type td {
		border-top: solid 1px #bebebe;
	}
		
	.TeamInTable.TeamInTabProject td:before {
		/*content:attr(data-name);*/
		display:inline-block;
	}	
	/*.TeamInTable.TeamInTabProject tr td a{
		margin-right:0px;
	}	*/
}

	
		
		

@media (max-width: 768px){
	
	.TeamInTable table {
		border-top: solid 1px #bebebe;
		border-radius: 5px;
	}
	.TeamInTable tr{
		border-bottom: solid 2px #bebebe;
	}	
	.TeamInTable tr:first-of-type {
		display: none;
	}
	
	.TeamInTable tr td {
		display: block;
		text-align: left;
		padding: 5px 14px;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		border-bottom: solid 0px #bebebe;
	}	
	.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 a{
		margin-right:0px;
	}*/	
}





























/*/////////////////////////////////////////////////////////*/
/*-------系辦人員--------*/
/*/////////////////////////////////////////////////////////*/


.AdministrativeBg {
    /* padding: 10px 0px; */
}


.AdministrativeList{
	position:relative;
	border-bottom: 1px #b5b5b5 dashed;
	margin-bottom: 10px;
	
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	
	padding: 10px 0px 10px 0px;
	/*padding: 10px 1000px 10px 0px;*/
	/*padding: 10px 390px 10px 0px;*/
}

		
	.AdministrativeTit{
		font-size:16px;
		line-height:22px;
		width: 150px;
		display: inline-block;
		box-sizing:border-box;
		padding-right: 5px;
	}
		.AdministrativeTit a{
			font-weight: bold;
			font-size: 16px;
			line-height: 22px;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.AdministrativeTit a:hover{
			color: var(--second_color);
			transition: 0.3s ease all;
		}			
		
		
		
	/*列表_職稱*/
	.AdministrativeJobTitle{
		color: #575757;
		line-height: 22px;
		font-weight: bold;
		display: inline-block;
		width: 150px;
		box-sizing:border-box;
		padding-right: 5px;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	
	
	/*列表_承辦業務*/
	.AdministrativeBusiness{
		color: #575757;
		line-height: 22px;
		font-weight: bold;
		display: inline-block;
		width: 300px;
		box-sizing:border-box;
		padding-right: 5px;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}	
				
		
		
	.AdministrativeMail{
		position:absolute;
		top: 10px;
		right:200px;
		font-family: 'Montserrat', sans-serif;
		color: #575757;
		/*font-size: 13px;*/
		line-height: 22px;
		text-align: right;
		font-weight: bold;
	}	
			
	.AdministrativeTell{
		position:absolute;
		top: 10px;
		right:0px;
		font-family: 'Montserrat', sans-serif;
		color: #575757;
		/*font-size: 13px;*/
		line-height: 22px;
		text-align: right;
		font-weight: bold;
	}





.AdministrativeList:first-child  ,
.AdministrativeList:first-child .AdministrativeTit ,
.AdministrativeList:first-child .AdministrativeMail ,
.AdministrativeList:first-child .AdministrativeJobTitle ,
.AdministrativeList:first-child .AdministrativeBusiness ,
.AdministrativeList:first-child .AdministrativeTell {
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	font-weight:normal;
	font-family:微軟正黑體;
}



	





@media (max-width: 1500px){
	

.AdministrativeList{
	padding: 10px 0px 10px 0px;
	display: block;
    flex-wrap: unset;
    flex-direction: unset;
}	
.AdministrativeList:first-child{
	display:none;
}	


	.AdministrativeTit{
		width: 100%;
		display: block;
		padding-right: 0px;
		margin-top: 10px;
	}
	
	/*列表_職稱*/
	.AdministrativeJobTitle{
		width: 100%;
		display: block;
		padding-right: 0px;
		margin-top: 10px;
	}
	
	
	/*列表_承辦業務*/
	.AdministrativeBusiness{
		width: 100%;
		display: block;
		padding-right: 0px;
		margin-top: 10px;
	}


	.AdministrativeMail ,
	.AdministrativeTell {
		position: unset;
		top: unset;
		text-align:left;
		/*font-weight: normal;*/
		margin-top:10px;
	}

}




































/*/////////////////////////////////////////////////////////*/
/*-------系所摘要下載--------*/
/*/////////////////////////////////////////////////////////*/

/*系所摘要下載列表*/
.DepartmentSummaryArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin: 0 -15px -15px;
    /*align-items: center;
    justify-content: space-between;*/
}
	/*系所摘要下載列表_清單*/
	.DSummary_list{
		padding: 0px 15px 15px;
		width: 50%;
		box-sizing:border-box;
	}

		/*系所摘要下載列表_清單_in*/
		.DSummary_list_in{
			background:#ececec;
			padding:25px 25px;
			border-radius:7px;
		}
		

		/*系所摘要下載列表_清單_左側*/
		.DSummary_left{
			float:left;
			box-sizing:border-box;
			/*width:60%;*/
			width: calc(100% - 120px);
		}
			/*系所摘要下載_標題*/
			.DSummary_tit{				
				color: #000;
				font-size: 16px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*系所摘要下載_內容*/
			.DSummary_text{			
				font-family: 'Montserrat', sans-serif;
				color: #575757;
				font-size: 13px;
				line-height: 22px;
				margin-top:10px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*系所摘要下載_按鈕*/
		.DSummary_btn{
			float: right;
		}
			.DSummary_btn a{
				display:block;
				color: var(--second_color);
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid var(--second_color);
				transition: 0.2s ease all;
			}
			.DSummary_btn:hover a{
				color:#fff;
				background-color:var(--second_color);
				transition: 0.2s ease all;
			}


			



@media (max-width:990px){
	
/*系所摘要下載列表*/
.DepartmentSummaryArea{
	/*display: flex;
    flex-wrap: wrap;
    flex-direction: row;*/
	margin: 0px 0px -15px;
}

	/*系所摘要下載列表_清單*/
	.DSummary_list{
		width:100%;
		/*float:none;*/
		padding:0px 0px 15px;
	}


		/*系所摘要下載列表_清單_左側*/
		.DSummary_left{
			/*width:75%;*/
		}
}

@media (max-width:640px){
	
		/*系所摘要下載列表_清單_左側*/
		.DSummary_left{
			width:100%;
			float:none;
		}
		
		/*系所摘要下載_按鈕*/
		.DSummary_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.DSummary_btn a {
				padding: 10px 0px;
			}		
				.DSummary_btn a:hover{
					padding: 10px 0px;
				}		
		
}





















/*/////////////////////////////////////////////////////////*/
/*-------最新消息區--------*/
/*/////////////////////////////////////////////////////////*/




/*最新消息*/
.news_bg{
	/*padding-top: 40px; */
    /* padding-bottom: 30px; */
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;*/
}
	.news_list{
		/*width:49%;*/
		box-sizing:border-box;
		padding: 10px 0px;
		border-bottom: 1px #b5b5b5 dashed;
	}
		.news_list_tit{
			font-size:15px;
			font-weight:bold;
			/*padding:5px 0px;*/
			line-height:20px;
			
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:1;
			overflow: hidden;
			
			word-wrap: break-word;
			word-break: break-all;			
		}
			.news_list_tit > a {
				font-size: 16px;
				line-height: 22px;
				text-decoration: none;
				color: #2e2e2e;
				display: block;
				/*min-height: 44px;*/
			}
			
			.news_list_tit > a i{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				transform: rotate(265deg);
				vertical-align: baseline;
				transition: 0.3s ease all;
			}
			.news_list_tit > a i.pin{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				transform: unset;
				vertical-align: baseline;
				transition: 0.3s ease all;
			}
			
				.news_list_tit > a:hover {
					/*opacity:0.7;*/
					color: var(--second_color);
					transition: 0.3s ease all;
				}			
				.news_list_tit > a:hover i {
					color: var(--second_color);
					transform: rotate(0deg);
					transition: 0.3s ease all;
				}			
			
		.news_list_date{
			font-family: 'Montserrat', sans-serif;
			/* text-align: center; */
			color: #575757;
			font-size: 13px;
			line-height: 22px;
			margin: 10px 0 0;
			text-align: right;
		}
		.news_list_text{
			display: none;
			font-size:15px;
			width:99%;
			/* display: inline-block; */
			vertical-align: middle;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.news_list_more{
			font-size: 15px;
			font-weight: bold;
			padding: 10px 0px 0px 0px;
		}
			.news_list_more > a {
				color:#ca1726;
				line-height: 22px;
				display: inline-block;
				vertical-align: middle;
			}
			.news_list_more > a i {
				font-size:12px;
				line-height: 22px;
				display: inline-block;
				vertical-align: -44%;
				font-weight: bold;
				color:#ca1726;
				transform: rotate(180deg);
			}
			.news_list_more > a:hover {
				opacity:0.7;
			}






@media (max-width: 640px){


/*最新消息*/
.news_bg{
    display:block;
    flex-wrap: unset;
    flex-direction: unset;
    align-content: unset;
    justify-content:unset;
}
	.news_list{
		width:100%;
	}
		.news_list_tit{
			display: block;
			-webkit-box-orient: unset;
			-webkit-line-clamp: unset;
			overflow: unset;
		}

}




























                        
                        



/*/////////////////////////////////////////////////////////*/
/*-------國際交流--------*/
/*/////////////////////////////////////////////////////////*/


.ExchangeBg {
    /* padding: 10px 0px; */
}


.ExchangeList{
	position:relative;
	border-bottom: 1px #b5b5b5 dashed;
	margin-bottom: 10px;
	padding: 10px 150px 10px 0px;
	/*padding: 10px 150px 10px 150px;*/
}

	.ExchangeListTag{
		position:absolute;
		top: 10px;
		left:0px;
	}
		.ExchangeListTag a{
			font-size: 16px;
			font-weight: bold;
			color: var(--second_color);
			text-align: left;
			display: block;
			text-decoration: none;
			/*cursor: default;*/
		}
		.ExchangeListTag a:hover{
			opacity:0.5;
		}
		
	.ExchangeTit{
		font-size:16px;
		line-height:22px;
	}
		.ExchangeTit a{
			font-weight: bold;
			font-size: 16px;
			line-height: 22px;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.ExchangeTit a:hover{
			color: var(--second_color);
			/*opacity:0.8;
			padding-left:20px;*/
			transition: 0.3s ease all;
		}			
			
			
			
	.ExchangeDate{
		position:absolute;
		top: 10px;
		right:0px;
		font-family: 'Montserrat', sans-serif;
		color: #575757;
		font-size: 13px;
		line-height: 22px;
		text-align: right;
	}





.ExchangeList:first-child  ,
.ExchangeList:first-child .ExchangeListTag a ,
.ExchangeList:first-child .ExchangeTit a ,
.ExchangeList:first-child .ExchangeDate {
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	font-weight:normal;
	font-family:微軟正黑體;
}
.ExchangeList:first-child .ExchangeListTag a:hover ,
.ExchangeList:first-child .ExchangeTit a:hover {
	color:#aeaeae;
	padding-left:0px;
	opacity:1;
}





/*國際交流內頁下方列表-----------------------------------------*/
/* modify by peggy 20250714 start  */
.link_exchange{
	margin: 0px 0px 0px;
}
.link_exchange.link_exchange2{
	margin: 30px 0px 0px;
}
/* modify by peggy 20250714 end  */
	.link_exchangeList{
		box-sizing: border-box;
		padding: 10px 0px;
		border-bottom: 1px #d2d2d2 dashed;
	}
		.link_exchangeList a{
			font-size: 14px;
			line-height: 22px;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
		}
		.link_exchangeList a:hover{
			opacity:0.5;
		}	
	
	
	





@media (max-width: 640px){
	

.ExchangeList{
	padding: 10px 0px 10px 0px;
}	
.ExchangeList:first-child{
	display:none;
}	
	.ExchangeListTag {
		position: static;
		top: 0px;
	}
	
	/*.ExchangeTit {
		padding: 15px 0px;
	}*/
	
	.ExchangeDate {
		position: static;
		top: 0px;
		text-align: right;
		/*font-size: 14px;*/
		font-weight: normal;
		margin-top:10px;
	}

}

























/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

.DownloadArea{
	padding:0px 0px 20px;
}

	/*下載列表*/
	.DownloadList{
		position: relative;
		border-bottom: 1px #b5b5b5 dashed;
		margin: 5px 0px;
		padding: 10px 170px 10px 110px;
	}
	
		.DownloadTag{
			position:absolute;
			/*top:15px;*/
			left:0px;
			font-size: 16px;
			/*font-weight: bold;*/
			color: var(--second_color);
			text-align: left;
		}	
	
		.DownloadDate{
			position:absolute;
			/*top:15px;*/
			left: 0px;
			font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 13px;
			line-height: 22px;
		}
		
		.DownloadTit{
			font-weight:bolder;
			font-size: 16px;
			line-height: 22px;
			color: #2e2e2e;
			display: block;
		}                        
		.Download{
			position:absolute;
			top:15px;
			right:0px;			
		}
											
			/*下載圖標*/
			.DownlFile{
				float:left;
				padding-left:10px;

			}
				.DownlFile a{
					display:block;
				}
				.DownlFile a:hover{
					opacity:0.5;
				}				
				.DownlFile img{
					width:20px;
					height:auto;
				}
	



/*@media (max-width: 768px){
	
	.DownloadList {
		padding: 10px 170px 10px 0px;
	}
		.DownloadTag{
			position:static;
			top:0px;
			left:0px;
			display:inline-block;
			padding-right:20px;
		}	
	
		.DownloadDate{
			position:static;
			top:0px;
			left:0px;
			display:inline-block;
		}
				
		.DownloadTit{
			margin-top:10px;
		} 	
		.Download{
			top:auto;
			bottom:15px;
		}	
	
}*/


@media (max-width:990px){
	
	/*下載列表*/
	.DownloadList{
		padding: 0px 0px 10px 0px;
		margin-bottom: 10px;
	}

		.DownloadDate {
			position: unset;
			left: unset;
			margin-bottom: 10px;
		}
		
		.Download {
			position: unset;
			top:unset;
			margin-top: 10px;
			bottom: 0px;
		}
		.DownlFile {
			/*float: left;*/
			padding: 0px 10px 0px 0px;
		}
}


                       
                        
















                   
                    


/*/////////////////////////////////////////////////////////*/
/*-------招生入學--------*/
/*/////////////////////////////////////////////////////////*/


	
	.recruit_area{
        text-align:center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
        margin: 0 -15px -30px; 
        /*padding-bottom: 40px;*/
    }
	
	.recruit_ListA{
		width: 50%;
		box-sizing:border-box;
		padding:0px 15px 30px;
	}	
	.recruit_List{		
		/*float: left;*/
		position: relative;
		background-color: rgba(0, 0, 0, 0);
		
		overflow:hidden;
	}
	
	.recruit_List:hover{
		background-color: rgba(0, 0, 0, 1);
	}	
	
			.recruit_IMG{
				/*overflow:hidden;*/
				
				/* background-color: #000; */
			} 
				.recruit_IMG a{
					display:block;
					padding-top:100%;
				} 				 
				.recruit_IMG img{
					opacity:1;		
					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;
				}    		
								
				.recruit_List:hover .recruit_IMG a img{
					opacity: 0.5;
					transform:scale(1.2);
					transition: all 0.3s ease-out;
				} 
								
			.recruit_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;*/
			}

				.recruit_title a{
					font-size: 40px;
					line-height:45px;
					color: #ffffff;
					/* font-weight:bolder; */
					display:block;
					text-decoration:none;
					/*text-shadow: #000000 0px 0px 10px;*/
					text-shadow: #000000 4px 3px 4px;
					
					/*overflow : hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp:3;
					-webkit-box-orient: vertical;*/
				}	

				.recruit_List:hover .recruit_title a{
					color: #ffffff;
					text-shadow: #000000 0px 0px 10px;
				}				
		
		
	









                         
                            
                            
/*招生入學列表-----------------------------------------*/
.recruit_link_area{
	/*margin: 30px 0px 0px;*/
}
	.recruit_link_List{
		box-sizing: border-box;
		padding: 10px 0px;
		border-bottom: 1px #d2d2d2 dashed;
	}
		.recruit_link_List a{
			font-size: 16px;
			line-height: 22px;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
		}
		.recruit_link_List a:hover{
			opacity:0.5;
		}	
	                            
                            
                            






		
@media (max-width:640px){
	
.recruit_area{
	margin: 0 0px -20px; 
	/*margin:0px;*/
}

	.recruit_ListA{
		width: 100%;
		padding:0px 0px 20px;
	}		
	.recruit_List{
		/*width:100%;*/
	}
}	
		
		
		
		
	







/*/////////////////////////////////////////////////////////*/
/*-------學術成果：系出版品--------*/
/*/////////////////////////////////////////////////////////*/






/*系出版品--------------------------------------------*/
.AcademicPaperBg {
	margin:30px 0 -10px;
    /* padding: 10px 0px; */
}


.PublishingList{
	position:relative;
	border-bottom: 1px #b5b5b5 dashed;
	margin-bottom: 10px;
	padding: 10px 320px 10px 220px;
}


	/*序號--------------------------------------*/			
	.PublishingNumber{
		position:absolute;
		left:0px;
		top:50%;
		-webkit-transform:translateX(0) translateY(-50%);
		transform:translateX(0) translateY(-50%);
		font-family: 'Montserrat', sans-serif;
		color: #2e2e2e;
		font-size: 13px;
		line-height: 22px;
		font-weight: bold;
	}



	/*作者--------------------------------------*/
	.PublishingListName{
		position:absolute;
		left:100px;
		top:50%;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		color: #2e2e2e;
	}


	
	/*書名-------------------------------*/	
	.PublishingTit{
		font-size:16px;
		line-height:22px;
	}
		.PublishingTit a{
			font-weight: bold;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
			transition: 0.3s ease all;
		}
		.PublishingTit a:hover{
			color: var(--second_color);
			/*opacity:0.8;
			padding-left:20px;*/
			transition: 0.3s ease all;
		}			
			
			

/*出版年--------------------------------------*/			
.PublishingYearr{
	position:absolute;
	right: 230px;
	top:50%;
	-webkit-transform:translateX(0) translateY(-50%);
	transform:translateX(0) translateY(-50%);
	font-family: 'Montserrat', sans-serif;
	color: #2e2e2e;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}



/*系別------------------*/
.PublishingListProfessor{
	position:absolute;
	top: 50%;
	right:0px;
	-webkit-transform:translateX(0) translateY(-50%);
	transform:translateX(0) translateY(-50%);
	color: #575757;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
}



.PublishingList:first-child ,
.PublishingList:first-child  .PublishingNumber ,
.PublishingList:first-child  .PublishingListName ,
.PublishingList:first-child  .PublishingTit ,
.PublishingList:first-child  .PublishingYearr ,
.PublishingList:first-child  .PublishingListProfessor{
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	font-weight:normal;
	font-family:微軟正黑體;
	margin-bottom:0px;
}

                            
                           

@media (max-width: 990px){
	

.PublishingList{
	padding: 10px 0px 10px 0px;
}	
.PublishingList:first-child{
	display:none;
}	


.PublishingNumber:before ,
.PublishingListName:before ,
.PublishingTit:before ,
.PublishingYearr:before ,
.PublishingListProfessor:before{
    content: attr(data-name);
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	font-family:微軟正黑體;
	margin:0px 0px 3px;
	display: block;
}


	.PublishingNumber {
		position: unset;
		top: unset;
		left: unset;
		-webkit-transform: unset;
    	transform: unset;
		text-align: left;
		padding:5px 0px;
	}

	.PublishingListName {
		position:unset;
		top:unset;
		left:unset;
		-webkit-transform:unset;
		transform:unset;
		padding:5px 0px;
	}
	.PublishingTit {
		padding:5px 0px;
	}

	.PublishingYearr {
		position: unset;
		top: unset;
		right: unset;
		-webkit-transform: unset;
		transform: unset;
		text-align: left;
		padding:5px 0px;
	}
	
	.PublishingListProfessor {
		position: unset;
		top: unset;
		right: unset;
		-webkit-transform: unset;
		transform: unset;
		text-align: left;
		padding:5px 0px;
	}

}




           
		   
		   
		   
		   
		   
		   
		   
		   
		   
		   
		   
		   
		   
		                
   
/*/////////////////////////////////////////////////////////*/
/*-------學術成果：博士論文--------*/
/*/////////////////////////////////////////////////////////*/







/*博士論文--------------------------------------------*/
.AcademicPaperBg {
	margin:30px 0 -10px;
    /* padding: 10px 0px; */
}


.academic_paperList{
	position:relative;
	border-bottom: 1px #b5b5b5 dashed;
	margin-bottom: 10px;
	padding: 10px 100px 10px 220px;
}


	/*博士論文畢業年度--------------------------------------*/			
	.academic_paperYear{
		position:absolute;
		left:0px;
		top:50%;
		-webkit-transform:translateX(0) translateY(-50%);
		transform:translateX(0) translateY(-50%);
		font-family: 'Montserrat', sans-serif;
		color: #2e2e2e;
		font-size: 13px;
		line-height: 22px;
		font-weight: bold;
	}



	/*博士論文姓名--------------------------------------*/
	.academic_paperListName{
		position:absolute;
		left:100px;
		top:50%;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		color: #2e2e2e;
	}


	
	/*博士論文論文題目-------------------------------*/	
	.academic_paperTit{
		font-size:16px;
		line-height:22px;
	}
		.academic_paperTit a{
			font-weight: bold;
			text-decoration: none;
			color: #2e2e2e;
			display: block;
			transition: 0.3s ease all;
		}
		.academic_paperTit a:hover{
			color: var(--second_color);
			/*opacity:0.8;
			padding-left:20px;*/
			transition: 0.3s ease all;
		}			
			
			


/*博士論文指導教授------------------*/
.academic_paperListProfessor{
	position:absolute;
	top: 50%;
	right:0px;
	-webkit-transform:translateX(0) translateY(-50%);
	transform:translateX(0) translateY(-50%);
	color: #575757;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
}



.academic_paperList:first-child ,
.academic_paperList:first-child  .academic_paperYear ,
.academic_paperList:first-child  .academic_paperListName ,
.academic_paperList:first-child  .academic_paperTit ,
.academic_paperList:first-child  .academic_paperListProfessor{
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	font-weight:normal;
	font-family:微軟正黑體;
	margin-bottom:0px;
}







/*博士論文內頁--------------------------------------------*/
.AcademicPaperArea{
	margin:35px 0 0;
}

.AcademicPaperArea table{
	width: 100%;
}

.AcademicPaperArea td{
	font-size: 16px;
    line-height: 26px;
	/*text-align: center;*/
	padding:10px 10px;
	border-top: 1px #ececec solid;

    border-left: 1px #ececec solid;
}

.AcademicPaperArea td:last-of-type{
	border-right: 1px #ececec solid;
}
.AcademicPaperArea tr:last-of-type td{
	border-bottom: 1px #ececec solid;
}




	





@media (max-width: 860px){
	

.academic_paperList{
	padding: 10px 0px 10px 0px;
}	
.academic_paperList:first-child{
	display:none;
}	


.academic_paperYear:before ,
.academic_paperListName:before ,
.academic_paperTit:before ,
.academic_paperListProfessor:before{
    content: attr(data-name);
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	font-family:微軟正黑體;
	margin:0px 0px 3px;
	display: block;
}


	.academic_paperYear {
		position: unset;
		top: unset;
		left: unset;
		-webkit-transform: unset;
    	transform: unset;
		text-align: left;
		padding:5px 0px;
	}

	.academic_paperListName {
		position:unset;
		top:unset;
		left:unset;
		-webkit-transform:unset;
		transform:unset;
		padding:5px 0px;
	}
	.academic_paperTit {
		padding:5px 0px;
	}
	
	.academic_paperListProfessor {
		position: unset;
		top: unset;
		right: unset;
		-webkit-transform: unset;
		transform: unset;
		text-align: left;
		padding:5px 0px;
	}

}





		
@media (max-width:640px){

	.AcademicPaperArea td{
		display:block;
	}
	.AcademicPaperArea td:first-of-type{
		display:none;
	}
	
	.AcademicPaperArea td:before {
		content: attr(data-name);
		color:#a0a0a0;
	}	
	
}	
		

































/*/////////////////////////////////////////////////////////*/
/*-------活動花絮--------*/
/*/////////////////////////////////////////////////////////*/


	
	.photo_area{
        text-align:center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
         margin: 0 -15px -30px; 
        /*padding-bottom: 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_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:990px){
	
	.photo_ListA{
		width: 33.3%;
	}
	.photo_List{
		/*width: 33.3%;*/
	}
	
}

	
		
@media (max-width:768px){
	
	
	.photo_ListA{
		width: 50%;
	}	
		.photo_List{
			/*width: 50%;*/
		}
			.photo_title span {
				font-size: 20px;
			}	
	
	
	
	.gallery_List{
		width:50%;
	} 
}	
	
@media (max-width:510px){
	
	.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;}











	
	
/*/////////////////////////////////////////////////////////*/
/*QA列表*/
/*/////////////////////////////////////////////////////////*/	
	
.qa_list_area {
	/*margin: 20px 0px 0px;*/
}
.qa_list_area:first-of-type {
	/*padding-top:6px;*/
}
	.qa_list {
		font-size:18px;
		line-height:30px;
		border-bottom: solid 1px #D2D2D2;
	}
		.qL_tit {
			position:relative;
			/*font-weight:bold;*/
			padding: 9px 50px;
			cursor:pointer;
		}
		.qL_tit.show {
			background: rgb(192 8 11 / 0.1);
		}
			
		.qL_text {
			position:relative;
			transition:0.3s ease all;
			opacity:0;
			height:0px;
			box-sizing:border-box;
		}
		.qL_text img {
			max-width:100%;
			height:auto;
		}		
		
		.qL_tit:before, .qL_text:before {
			position: absolute;
			left: 10px;
			top: 9px;
			font-size: 20px;
			color: #fff;
			letter-spacing: 0px;
			text-align: center;
			width: 28px;
			height:28px;
			border-radius: 100%;
			background: #221912;
		}
		.qL_tit:before {
			content: '?';
		}
		.qL_text:before {
			content: '!';
			background:var(--second_color);
		}
		
		.qL_tit:after {
			position: absolute;
			content: '';
			background-image:url(../images/plus.png);
			background-repeat:no-repeat;
			top: 22px;
			right: 20px;
			width: 10px;
    		height: 10px;
		}
		.qL_tit.show:after {
			/*content: '-';*/
			background-image:url(../images/x.png);
			background-repeat:no-repeat;
		}

				/*展開*/
				.qL_text.show {
					opacity:1;
					height:auto;
					padding: 9px 50px;
				}
















	
	
/*/////////////////////////////////////////////////////////*/
/*歷屆得獎紀錄*/
/*/////////////////////////////////////////////////////////*/	



/*歷屆得獎紀錄區*/
.awardedBg{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -20px -30px;
}
                            
	/*歷屆得獎紀錄列表*/
	.awardedList{
		width:25%;
		box-sizing:border-box;
		padding:0 20px 30px;
	}
										
		/*歷屆得獎紀錄圖*/
		.awardedImg{
			box-shadow: 0px 0px 6px rgb(0 0 0 / 0.0);
		}
			.awardedImg a{
				display:block;
			}
			.awardedImg img{
				width:100%;
				height:auto;
			}
			.awardedImg:hover{
				/*opacity:0.5;*/
				transition: 0.3s ease all;
				box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 0.8);
			}			
			
			
		/*歷屆得獎紀錄下方*/
		.awardedBottom{
			font-size:16px;
			line-height:22px;
			color: #2e2e2e;
			margin:10px 0 0;
		}
	
			.awardedTit{
				font-weight: bolder;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
				
			.awardedEdit{
				margin:5px 0 0;
				color: #2e2e2e;
			}
	
			.awardedPublish{
				color: #aeaeae;
				margin:5px 0 0;
				font-size:14px;
			}
			
			.awardedRead{
				margin:10px 0 0;
			}
					 
				.awardedRead a{
					letter-spacing: 5px;
					font-size: 14px;
					line-height: 22px;
					text-decoration: none;
					color: #ffffff;
					background-color: var(--second_color);
					text-align: center;
					display: block;
					padding: 5px;
					border-radius: 5px;
				}


			.awardedRead a:hover{
				background-color: #000;
				transition: 0.3s ease all;
			}


	
@media (max-width:990px){
	
	/*歷屆得獎紀錄列表*/
	.awardedList{
		width:33.3%;
	}
	
}		
	
@media (max-width:510px){
	
	/*歷屆得獎紀錄列表*/
	.awardedList{
		width:50%;
	}
	
}
	
	
	
	
	
	
	
	




/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



.sitemapArea{
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
	}                
		.sitemapTit{
			color: var(--second_color);
			font-weight: bold;
			font-size: 17px;
		}
		.sitemapTit a{
			color: var(--second_color);
			text-decoration:none;
		}		
		.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%;
	}	
}


















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.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: var(--second_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--second_color);
				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: var(--second_color);
		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;
		}
		
	
}

/* 新增置頂 modify by peggy 20240902 start */
.ontop{
	/* float:left; */
	position: absolute;
	left: 0;
	/* top:0; */
	padding: 5px 5px;
	color:#fff;
	font-size:10px;
	box-sizing: border-box;
	margin: 0px 25px 0 0;
	/* min-width: 54px; */
	background-color: #b61618;
	text-align:center;
	font-size: 13px;
	line-height: 1;
}
.news_lit_date_ontop{
	padding-left: 10px;

}

.news_ontop{
	padding: 5px 10px;
	color:#fff;
	font-size:10px;
	box-sizing: border-box;
	margin: 0px 5px 0 0;
	/* width: 100px; */
	background-color: #b61618;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	min-width: 40px;
	display: inline-block;
}

@media(max-width:768px){
	.news_list_tit > a {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
}
@media(max-width:640px){

	.ontop{
		/* float:left; */
		position: absolute;
		left: 0;
		top:10px;
		padding: 5px 5px;
		color:#fff;
		font-size:10px;
		box-sizing: border-box;
		margin: 0px 15px 0 0;
		/* min-width: 54px; */
		background-color: #b61618;
		text-align:center;
		font-size: 13px;
		line-height: 1;
	}
}
/* 新增置頂 modify by peggy 20240902 end */










/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}