/*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%;
	box-sizing: border-box;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}

html{
	font-size: var(--fontSize);  /*預設16px*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	/* font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體"; */
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/

	font-family: var(--mandarin_font), "微軟正黑體", "新細明體", var(--foreign_font) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;
}

/* ~~ 元素/標籤選取器 ~~ */
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 { 

}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/


/* 於右任標準草書 */
/* @font-face {    
	src:url('../icon_fonts/yu_youren_cursive.ttf');
    font-weight: normal;
    font-style: normal;
	font-family: 'yuyouren';
} */










/*------------------------------------------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-字型 結束-------------------------------*/





/* 思源正黑體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif; */


/* Noto Serif TC 思源宋體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif; */



@font-face {
    font-family: 'setofont';
	src:url(../icon_fonts/setofont/sp-setofont.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'TASAOrbiterDeck';
  src: url('../icon_fonts/font_family/tasa_orbiter_font_family/TASAOrbiterDeck-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TASAOrbiterDeck';
  src: url('../icon_fonts/font_family/tasa_orbiter_font_family/TASAOrbiterDeck-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TASAOrbiterDeck';
  src: url('../icon_fonts/font_family/tasa_orbiter_font_family/TASAOrbiterDeck-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}






/* LINE Seed TW 繁體中文 */

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Th.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Bd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LINESeedTW';
  src: url('../icon_fonts/font_family/line_seed_tw_font/LINESeedTW_TTF_Eb.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/*------------------------------------------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:var(--primary_color);  /*此為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:1rem;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#003ef7;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#003ef7;
	color:#fff;
}

.wrap {
	/* max-width: clamp(39.0625rem, 204.2667vw, 95.75rem); */ /*1250*/
	width:95%;
	margin: 0 auto;
	padding: 0;
	
	/* max-width: 105rem;  */
	/*1680*/
}
.pageContent .wrap {
	/*max-width: 78.125rem;*/ /*1250*/
	max-width: 81.25rem;
}
/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@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) { 
	.pageContent .wrap {
		width: 80%;
	}
}


@media (max-width: 990px){	
	/* .wrap {
		width: 80%;
	} */
}

@media (max-width: 767px){
	/* .wrap {
		width: auto;
		padding: 0px 15px;
	} */

}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: var(--mandarin_font), "微軟正黑體", "新細明體", var(--foreign_font) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;
	font-size:0.975rem;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], input[type="date"] ,
input[type="search"] , input[type="email"] ,
input[type="tel"] , input[type="time"] , input[type="number"]{
	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:focus, input[type="password"]:focus, input[type="date"]:focus ,
	input[type="search"]:focus , input[type="email"]:focus ,
	input[type="tel"]:focus , input[type="time"]:focus , input[type="number"]:focus{
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	/*font-size: 13px;*/
	font-size: 0.9375rem;
	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;
	font-family: var(--mandarin_font), "微軟正黑體", "新細明體", var(--foreign_font) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;
}
	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;
}

button{
	font-family: var(--mandarin_font), "微軟正黑體", "新細明體", var(--foreign_font) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;
}
	


/*-------輪播----------------------------------------------------------------------------*/


.banner {
	background:#fff;
	position:relative;
}

.main .swiper-button-prev, 
.main .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../index/images/left_arrow.svg);
}
.main .swiper-button-next{
	background-image: url(../index/images/right_arrow.svg);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}


	/*輪播區*/
	.swiper-container {
		height:auto;
	}
		.swiper-slide img {
			width:100%;
			height:auto;
		}
		
		
		/*輪播點點*/
		.main .swiper-pagination {
			z-index: 888;
			/* height: 0.2604vw; */
			opacity: 1;
			/* top: 50%; */
			/* margin-bottom: 20px; */
		}
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			background-color: #B1B1B1;
			z-index: 5;
			display: inline-block;
			width: clamp(0.5376rem, 0.7813vw, 0.9375rem); /* 8.60px , 0.7813vw , 15.00px */
			height: auto;
			aspect-ratio: 1;
			border-radius: 50%;
			/* border: 0.5px solid #000 ; */
			opacity: 1;
		}
		.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: var(--primary_color);
		}

		.index_bannerArea .swiper-pagination {
			left: 15px !important;
			text-align: left;
		}
		

		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide a {

				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
			

			.banner .swiper-slide a{
				position: relative;
			}
			
				.pcBanner ,
				.mobileBanner {
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
				}

				.pcBanner {				
				}
				.mobileBanner {
					display:none;
				}


					.banner_text_area{
						position: absolute;
						left: 10%;
						top: 50%;
						transform: translate(-10%, -50%);
						max-width: 560px;
						width: 80%;
						line-height: 1.2;
					}
						
						.banner_text_area .banner_title{
							display: -webkit-box;
							-webkit-box-orient: vertical;	
							-webkit-line-clamp: 2;	
							overflow: hidden;
							color: var(--fifth_color);
							font-size: min(max(1.89vw, 1.0625rem), 2.25rem); /*字體大小 1.89vw、最小值 17px、最大值 36px*/
						}
							
						.banner_text_area .banner_text{
							display: -webkit-box;
							-webkit-box-orient: vertical;	
							-webkit-line-clamp: 3;	
							overflow: hidden;
							color: var(--dark_color);
							font-size: min(max(0.84vw, 0.875rem), 1rem); /*字體大小 0.84vw、最小值 14px、最大值 16px*/
							margin: 2.36vw 0; /*45px 0*/
						}			
						.banner_text_area .more{
							display: flex;
							align-items: center;
							justify-content: center;
							gap: 10px;
							background-color: var(--fifth_color);
							border-radius: 28.5px;
							padding: 15px 15px;
							font-size: min(max(0.84vw, 0.875rem), 1rem); /*字體大小 0.84vw、最小值 14px、最大值 16px*/
							width: 6.83vw;
							max-width: 130px;
							min-width: 100px;
							transition: 0.3s ease all;
						}	
							.banner_text_area .more span{
								color: #fff;
							}	
							.banner_text_area .more img{
								width: 27px;
								height: auto;
								transition: 0.3s ease all;
							}
							/* hover */
							.banner_text_area .more:hover{
								background-color: transparent;
								background-image: linear-gradient(to left, #054D92 0%, #054D92 0%, #054D92 21%, #013c73 52%, #013c73 78%, #013c73 100%);
								transition: 0.3s ease all;
							}
							.banner_text_area .more:hover img{
								transform: translateX(5px);
								transition: 0.3s ease all;
							}	


							/*載入動畫-----------------------------*/
							.banner_text_area .banner_title ,
							.banner_text_area .banner_text ,
							.banner_text_area .more{
								opacity: 0;
							}
							.banner_text_area .banner_title{
								animation-delay: 0.4s;
							}
							.banner_text_area .banner_text{
								animation-delay: 0.6s;
							}
							.banner_text_area .more{
								animation-delay: 1.0s;
							}
							.banner .swiper-slide-active .banner_text_area .banner_title ,
							.banner .swiper-slide-active .banner_text_area .banner_text ,
							.banner .swiper-slide-active .banner_text_area .more{
								opacity: 1;
								animation-name: fadeInLeft;
								/* animation-delay: 0.6s; */
								animation-duration: 2s;
								animation-fill-mode: both;
								transition-timing-function: cubic-bezier(.47,0,.745,.715);
								/* transition-duration: .6s; */
								transition-property: opacity, transform, -webkit-transform;
							}





				

@media (max-width: 990px){

	
	.banner_text_area{
		/* position: absolute; */
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		/* max-width: 560px; */
		width: 80%;
		/* line-height: 1.2; */
	}
		.banner_text_area .more{
			padding: 10px 15px;
		}
		.banner_text_area .more img {
			width: 20px;
		}


	.banner_text_area{
		display: none;
	}


	.banner .swiper-slide a{
		position: relative;
		padding-top: 31.35%;
		display: block;
		overflow: hidden;
	}
		
	.pcBanner{
		display: none;
	}
	.mobileBanner {
		display: block;

		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		float: none;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		transition: 0.3s ease all;
	}

	
}



				
/*-------頁次--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:0.9375rem;
		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:0.9375rem !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: 0.75rem;
		text-align: center;
		color: #000;
		line-height: 1.41;
		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:1rem;
		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:0.875rem;
					width: auto;
					color:#808080;
					/*border-right: solid 1px #c4c4c4;*/
				}
					.tabs li a:hover {
						background:#fff;
						background:#fbb129;
					}
					.tabs a { 
						font-size: 0.9375rem;
						color:#fff;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 36px;
						transition:0.3s ease all;
						background: #fbb129;
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:transparent;
						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:#fbb129;
							font-size: 1.1875rem;
							font-weight:bolder;
							transition:0.3s ease all;
						}			
						
						
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
.p_tab_in{
	width: 100%;
}
					@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: 998;
							}
								.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:0.9375rem;
									border-radius:0px;
									border: none;
									border-bottom: solid 1px #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			








/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	/* line-height: 37px; */
	/* padding: 0px 0px 5px 0px !important; */
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		/* background: #333; */
		border-radius: 5px;
		padding: 0;
		font-size:  0.875rem;
		display: inline-block;
		/* margin: 9px 0px 7px; */
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
		/* color: #fbb129; */
	}












/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		/*text-align:center;*/
		/*font-size:15px;*/
		font-size:1rem;
		line-height:1.5;
		padding:10px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/*border-radius:3px;*/
			font-size:1.125rem;
			/*color:#fff;
			background:#c13e42;*/
			line-height:1;
			/*padding:0px 5px;*/
			color: #c30000;
			background: #ffffff00;
			/*position: unset;
			right: inherit;*/
			padding: 0px;
		}

	/*表單區*/
	.form_area {
		/* display: flex; */
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
		/* vertical-align: top; */
		/* justify-content: space-between; */
		/* align-content: flex-start; */
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:0.9375rem;
				line-height:1.4;
				width:100%;
				/*border-bottom: dotted 1px #0f0f0f;*/
				/*padding:12px 0px 0px 0px;*/
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					/*font-size: 16px;*/
					font-size: 1.125rem;
    				/* font-weight: bold; */
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					.fL_tit label {
						font-size: 0.875rem;
						vertical-align: middle;
					}
					.fL_tit label input[type="radio"], input[type="checkbox"]  {
						vertical-align: baseline;
					}					
					
					
				.fL_info {
					/* padding:0px 0px 9px 0px; */
					padding: 0;
				}
					.fL_info input ,
					.fL_info textarea{
						border-color: #e6e6e600;
						background-color: rgb(254 237 215 / 0.6);
					}

					
					.fL_info select{
						width:100%;						
						/*width: auto;
						margin: 0px 0px 0px 0px;*/
						border: solid 1px #aeaeae00;
						background-color: rgb(254 237 215 / 0.6);
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height:1.5;
						font-size: 1rem;
						color: #8e8e8e;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin: 0px 0px 0px 0px;
							border: solid 1px #aeaeae00;
							background-color: rgb(254 237 215 / 0.6);
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	












			/*檔案上傳樣式*/
			/*.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #2b286a;
						color: #fff;
						font-size: 0.9375rem;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}*/
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:0.9375rem;
					line-height:1.53;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color: var(--notice_color);
						text-decoration:none;
					}	
					.agreeToTerms a:hover {
						opacity:0.5;
					}					
					
				
				.agreeArea{
				}	
				.text_area.agreeArea {
					text-align: left;
					height: 200px;
					border-radius: 3px;
					border: solid 1px #aeaeae;
					overflow-y: auto;
					word-break: break-word;
					padding: 10px;
				}	
					
					
					
					
					
					
				/*徵信*/
				/*.fL_info.Credit{
				}*/
				.fL_info.no_input span.CreditList{
					padding-right:5px;
				}                                       
				.fL_info.no_input span.CreditList input[type="text"]{
					width: 150px;
					height: 20px;
					line-height: 20px;
				}                          
					
					
					
					
					
						@media (max-width: 990px){					
						
							/*地址樣式*/
							.fL_info.address{
								position: relative;
								padding-left: 280px;
							}
								.fL_info.address select {
									width: 65px;
								}
								.fL_info.address select:nth-of-type(2) {
									left: 70px;
								}	
								.fL_info.address select:nth-of-type(3) {
									left: 140px;
								}				
								.fL_info.address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}					

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									padding: 0 6px;
									/* top: -6px; */
								}
								
								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
								
			.form_list_remark {
				font-size: 0.9375rem;
				line-height: 1.4;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}














/*========================================================*/
/*-------單選radio和複選Check父層樣式--------*/
/*========================================================*/

.item_RadioCheckArea {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 12px 15px; */
  row-gap: clamp(0.3871rem, 0.6250vw, 0.7500rem); /* 6.19px , 0.6250vw , 12.00px */
  column-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
  /* margin-top: 12px; */
  min-height: unset;
}

/* 附加item_RadioCheckColumn為垂直 */
.item_RadioCheckColumn{
  flex-direction: column;
  align-items: unset;
}
/* 附加item_RadioCheckColumnIn為內部垂直 */
.item_RadioCheckColumnIn{

}
























/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}










/*=========================================================*/
/*-------table--------*/
/*=========================================================*/

.no_bg{
	/* margin-top: 50px; */
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 0px;
		overflow: hidden;
		line-height: 1.1;
		color: var(--dark_color);
		font-size: clamp(1rem, 0.9375vw, 1.125rem);  /*字體 最小值 16px、大小約 0.9375vw、最大值 18px*/
	}

		/* 表格_標題 */
		.no_bg .right_title3{
			justify-content: center;
			text-align: center;

			/*font-size: min(max(1.57vw, 1.25rem), 1.875rem);*/ /*字體大小 1.57vw,、最小值 20px、最大值 30px*/
			font-size: clamp(1.25rem, 1.4063vw, 1.5rem);  /*字體 最小值 20px、大小約 0.9375vw、最大值 24px*/
			font-weight: 700;
		}
		.no_bg .right_title3 img{
			max-width: 36px;
			width: clamp(calc(16px * 2), calc(0.9375vw * 2), calc(1.125rem * 2));  /*字體 最小值 16px、大小約 0.9375vw、最大值 18px*/
		}




		

		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: clamp(1.125rem, 1.0417vw, 1.125rem);  /*字體 最小值 18px、大小約 1.57vw、最大值 20px*/
					line-height: inherit;
					color:#fff;
					padding: 10px 15px;
					box-sizing: border-box;
					background: var(--third_color);
					min-width: 68px;
					font-weight: normal;
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius: 3px;
				}
				.no_bg thead th:last-of-type{
					border-radius: 0 3px 0 0;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: inherit;
				line-height: inherit;
				color: var(--dark_color);
				padding: 10px 10px;
				box-sizing: border-box;
				/* border-bottom: 1px solid #cccccc;
				border-right: 2px dashed #e6e6e6; */
				background: #fff;
				border-bottom: 1px solid var(--third_color);
				border-right: 1px solid var(--third_color);
			}
			.no_bg tbody tr td:first-of-type{
				border-left: 1px solid var(--third_color);
				/* border-left: none; */
			}
			.no_bg tbody tr td:last-of-type{
				/* border-right:1px solid #fff; */
				border-right:none;
			}
			.no_bg tbody tr:last-of-type{
				border-radius: 0 0 35px 35px;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background: #fff;
			}
			.no_bg tbody tr td:last-of-type{
				border-right: 1px solid var(--third_color);
			}
			.no_bg tbody tr td a{
				color: inherit;
			}
			.no_bg tbody tr td a:hover{
				opacity: 0.7;
			}


		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: var(--primary_color);
			color: #ffffff;
			border: 1px solid var(--primary_color);
			height:2.5rem;
			line-height:normal;
			box-sizing: border-box;
			border-radius: 0.3125rem; /*5*/
			font-size: clamp(0.75rem, 0.7813vw, 0.9375rem); /* 12px , 0.7813vw , 15px */
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
			display: flex;
			gap: 0.3125rem;
			justify-content: center;
		}
		
		.no_bg .cPL_twoBtn{
			justify-content: space-between;
		}
		.no_bg .cPL_twoBtn input{
			/* max-width: unset; */
			width: 100%;
			max-width: calc(50% - (0.3125rem / 2));
		}
			.no_bg .cPL_twoBtn input[type='button'] {
				/* width: 49%; */
				/* max-width: 6.25rem;
				margin: 0; */
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				/* background: var(--fourth_color);
				border-color: var(--fourth_color); */
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+2) {
				/* background: var(--dark_color); */
				/* border-color: var(--dark_color); */
			}		
			.no_bg .cPL_twoBtn input:disabled {
				background-color: #a19c9c;
				border-color: #a19c9c;
				cursor: default;
			}		
			.no_bg .cPL_twoBtn input:disabled:hover {
				opacity: 1;
			}		
			
			.down-fill{
				font-weight: 700;
			}
				.down-fill a{
					display: flex;
					justify-content: center;
					align-items: center;
					gap: 5px;
					text-decoration: none;
					color: var(--primary_color);
					font-size: inherit;
				}
				.down-fill a:hover{
					opacity: 0.5;
				}
					.down-fill .icon{
						display: flex;
						justify-content: center;
						align-items: center;

						/* max-width: 40px;
						width: 2.0833vw;
						min-width: 23px; */

						width: clamp(calc(16px * 2), calc(0.9375vw * 2), calc(1.125rem * 2));  /*字體 最小值 16px、大小約 0.9375vw、最大值 18px*/

						aspect-ratio: 1 / 1;
						background-color: var(--primary_color);
						font-weight: normal;
						border-radius: 50%;
					}
					.down-fill .icon i {
						font-size: inherit;
						line-height: normal;
						color: #fff;
						transition: 0.3s ease all;					
					}


.no_bg td.success,
.fL_info.success {
  font-weight: 600;
  color: #598359;
}
.no_bg td.fail {
  /* color: red; */
  color: #e96262;
  font-weight: 600;
}
.no_bg td.review {
  /* color: blue; */
  color: #6464c3;
  font-weight: 600;
}




@media (max-width: 990px){
/* @media (max-width: 768px){ */


/*第一組tr*/
/* .no_bg tr:first-of-type  */
.no_bg thead{
	display:none;
}

/*第一個td*/
.no_bg tr td:first-of-type {
	width: auto;
	padding:15px 10px 5px;
	border-top: solid 0px var(--third_color);
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px var(--third_color);
	/* padding: 5px 14px 10px 14px; */
	/* padding: 5px; */
	padding:5px 10px 15px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: none;
}


/*第五個td*/
/* .no_bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.no_bg td:nth-of-type(5):before {
		display:none;
	} */

.no_bg table {
	/*border: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	border-top: solid 1px #bebebe;
	line-height: 1.5;
}
	.no_bg td {
		display:block;
		border-bottom:none;
		text-align:left;
		border-left: solid 1px var(--third_color);
		padding: 5px 10px;
		font-weight: 700;
	}
	/* .no_bg tr td:first-of-type {
		border-left: solid 1px var(--third_color);
	}
	.no_bg tr td:last-of-type {
		border-right: solid 1px var(--third_color);
	} */

	.no_bg tbody tr td:first-of-type{
		border-left: solid 1px var(--third_color);
	}
	.no_bg tbody tr td:last-of-type{
		border-right: solid 1px var(--third_color);
	}
	.no_bg tbody tr:last-of-type td:last-of-type{
		border-bottom: solid 1px var(--third_color);
	}

		.no_bg td:before {
			color: var(--dark_color);
			content:attr(data-name);
		}
		/*商品名稱*/
		/* .cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			font-size:16px;
		} */
		
		/* .no_bg table input {
			height:40px;
			line-height:40px;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:42px;
			} */
		
				/*兩個按鍵時*/
				/* .no_bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.no_bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			width: 100%;
			font-size: 1rem;
			 font-weight: 600;
		}				

			.down-fill{
				/*font-weight: 700;*/
			}
				.down-fill a{
					background-color: var(--primary_color);
					color:#fff !important;
					padding: 10px 10px;
					border-radius: 5px;
				}
					.down-fill .icon{
						display: flex;
						max-width:unset;
						width: auto;
						min-width: unset;
					}
					.down-fill .icon i {
						max-width:unset;
						width: auto;
						min-width: unset;
						font-size: 25px;
					}



}

@media (max-width: 540px){
	.no_bg{
	/* margin-top: 25px; */
}
}


















/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    /*--foreign_font:"TASAOrbiterDeck", sans-serif;*/       /*全站外文字型*/
	/*--mandarin_font:'Taipei Sans TC', sans-serif;*/   /*全站中文字型*/

	--foreign_font: Helvetica;
	--mandarin_font: 'LINESeedTW';
	--primary_color:#19348F;                    /*全站主色色碼*/
	--second_color:#0F1F56;                   /*全站第二色碼*/
	--second_color:#CED8F7;
	--third_color:#3D62DD;                    /*全站第三色碼*/
	--fourth_color:#736346; /* #3CB2CD*/                  /*全站第四色碼*/
	--fifth_color:#FF8227;                   /*全站第五色碼*/
	--six_color:#C8B273;                   /*全站第六色碼*/


	/*--sixth_color:#E5A68D; */                   /*全站第六色碼*/
	/*--seventh_color:#0C3651; */                 /*全站第七色碼*/
	/*--eighth_color:#52B3F1; */                  /*全站第八色碼*/
	/*--ninth_color:#BE2656; */                   /*全站第九色碼*/
	/*--tenth_color:#BE2656; */                   /*全站第十色碼*/

	--notice_color:#c30000;
	--dark_color:#000;
	--dark_color2:#202020;
	--fontSize: 16px;

	/* --header_wrap_pc:12.5vw; */
	--header_wrap_pc:clamp(8.6016rem, 12.5vw, 15rem); /* 137.63px , 12.5vw , 240px */
}



	body{
		/* background-image: url(../images/bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 23px;
		background-repeat: repeat; */
	}
	body.noScroll{
		overflow: hidden;
	}


	.main{
		min-height: 347px;
		padding-top: 108px;
		transition: padding-top 0.01s ease , min-height 0.02s ease ;
	}

	.inmain {
	/* padding-top: 185px;*/
	}
	.inmain.fixed {
		/* padding-top: 56px; */
	}

	.main.page{
		/* padding-top: 90px;*/
	} 













	
	
	/*內頁banner*/
	.inbanner{
		/* background-size: 110%;
		background-position: 50% 15%; */
		/* background-position: center; */
		
		background-size:100%;
    	background-position: center;
		background-repeat: no-repeat;
		/* padding: calc(15.5% / 2) 0; */
		aspect-ratio: 	2000 / 343;
	}
	
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*麵包屑*/
		.crumb_bg{
			color: var(--dark_color);
			/* font-size: 14px; */
			font-size:clamp(.75rem,0.7292vw,.875rem);
			float: left;
			/* float: right; */
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				display: flex;
    			flex-wrap: wrap;
				align-items: center;
				gap: .3125rem;
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 1.125rem; /*18px*/
				}
				.crumb_area i:nth-of-type(1){
					color: var(--primary_color);
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: var(--primary_color);
					font-size: inherit;
					line-height: 1.57;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					color: var(--fourth_color);
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: inherit;
					margin-right: -1px;
					margin-right: 0;
					line-height: 1.57;
				}	
	
	
	
/*內頁內容區塊*/
.pageContent{
	padding: 50px 0px;
	position: relative;
	overflow: hidden;
	/* flex-grow: 1; */

	padding:  clamp(2.8672rem, 4.1667vw, 5rem) 0; /* 45.88px , 4.1667vw , 80px */
	flex-grow: 1;
	background-image: url(../images/bg2.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
	.pageContent::before{
		content: "";
		background-image: url(../images/color_blocks4.webp);
		background-size: 99.9%;
		background-position: top right;
		background-repeat: no-repeat;
		aspect-ratio: 596 / 759;
		width: 40%;
		max-width: 663.267px;
		position: absolute;
		bottom: -9%;
		left: -3%;
		pointer-events: none;
	}

	.pageContent::after{
		/* content: "";
		background-image: url(../images/color_blocks.webp);
		background-size: clamp(8.5rem, 14.1667vw, 17rem);
		background-position: center left;
		background-repeat: no-repeat;
		aspect-ratio: 1 / 1;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: -1; */
	}
	.pageContent::before{		
		/* background-image: url(../images/bg_left.webp);		
		bottom: 0;
		left: 0;
		width: 20.4vw;
		padding-top: calc(20.4vw * 4.74); */
	}
	.pageContent::after{
		/* background-image: url(../images/bg_right.webp);
		top: 0;
		right: 0;
		width: 35vw;
		padding-top: calc(35vw * 2.42); */
	}






















@media (max-width: 1100px){
	/* .inmain {
		padding-top: 59.6px;
	}
	.inmain.fixed {
		padding-top: 51px;
	} */

	.main {
		/* padding-top: 59.6px; */
		padding-top: 81.6px;
	}
	.main.fixed {
		padding-top: 65px;
	}

		/*內頁banner*/
		.inbanner{
			/* background-position: 30% 80%;
			background-size: 120%; */

			/* background-position: 31% 58%; */
			/* background-size: 145%; */
		}

}







/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 740px) and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 150/100){
	/*全站共用樣式*/
	:root {
		--fontSize: calc(16px / 1.2);
	}

}






@media (max-width: 1100px){
	
	/* .main.page {
		padding-top: 58px;
	}	 */
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		.pageContent::before{
			bottom: -2.5%;
			left: -3%;
			width: 100%;
			opacity: 0.5;
		}

		/*麵包屑*/
		.crumb_bg{
			float: left;
		}

		

}

@media (max-width: 550px){	
/* @media (max-width: 640px){ */

/* .inmain {
	padding-top: 40.1px;
}
.inmain.fixed {
	padding-top: 40.1px;
} */

.main {
	/* padding-top: 40.1px; */
}
.main.fixed {
	padding-top: 40.1px;
}

.pageContent_topArea .wrap {
    width: 95%;
}

	.crumb_area i{
		font-size: 1rem;
	}
	.crumb_area a{
		font-size:  0.75rem;
	}

	.crumb_area span{
		font-size:  0.75rem;
	}	
		
}








.page{
	display: flex;
	justify-content: space-between;
}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@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) { 

	.page{
		display: flex;
		justify-content: unset;
		gap: 5rem;
	}
}



/*左側*/
.left{
	width: 20rem; /*320*/
	min-width: 20rem;
}

	/* 選擇類別按鈕 */
	.category_changeButton {
		border-radius: 5px;
		overflow: hidden;
		font-size: clamp(1.8750rem, 2.0833vw, 2.5000rem); /* 30.00px , 2.0833vw , 40.00px */
		font-weight:600;
		line-height: normal;
		position: relative;
		margin-bottom:clamp(2.2938rem, 3.3333vw, 4.0000rem); /* 36.70px , 3.3333vw , 64.00px */
	}
		.category_changeButton a {
			display: block;
			text-decoration: none;
			width: 100%;
			/* text-align: center; */
			/* font-size: 1rem; */
			line-height: normal;
			color: var(--primary_color);
			z-index: 2;
			padding: 0;
			position: relative;
		}
		.category_changeButton::before{
			position: absolute;
			content: "";
			background-image: url(../index/images/focus_icon.svg);
			background-repeat: no-repeat;
			background-position: right center;
			background-size: cover; 
			transition: 0.3s ease all;
			width: 100px;
			height: 100%;
			z-index: 0;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			display: none;
		}

		.category_changeButton::after{
			position: absolute;
			content: "";
			background-image: url(../images/bottom_arrow_icon.svg);
			background-repeat: no-repeat;
			background-position: right center;
			background-size: cover;
			transition: 0.3s ease all;
			width: 20px;
			height: calc(20px / 2);
			z-index: 0;
			right: 10px;
			top: 50%;
			transform: translateY(-50%) ;
			transform-origin: center;

			opacity: 0;
		}
		.category_changeButton.active::after{
			transition: 0.3s ease all;
			transform: translateY(-50%) rotate(180deg);
		}
			
	/*左側標題*/
	.left_title{
		line-height: normal;
		font-weight: bold;	
		color: var(--dark_color);
		font-size: min(max(1.05vw, 1.125rem), 1.25rem); /*字體大小 2.5vw、最小值 18px、最大值 20px*/
		padding: 15px 10px;
    	line-height: 1.5;
		/* letter-spacing: 2px; */
		font-weight: 700;
	}
		/* .left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		} */
	
	/*左側選單列表*/
	.leftListArea{
		color: var(--dark_color2);
		font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
		font-weight: 500;
		line-height: normal;
	}
		.leftList{
			/* font-size:18px; */
		}	
			.leftList a{
				display:block;
				text-decoration:none;
				padding: 1rem 0.75rem;
				color: inherit;
				/* width: 100%; */
			}

			/* .leftList:first-of-type > a */
			.leftList:first-of-type .leftList_title > a{
				/* color:inherit;
				border-top: 1px solid var(--third_color); */
			}


			/* .leftList > a  */
			.leftList_title > a{
				display:block;
				text-decoration:none;
				position: relative;
				word-break: break-word;
				border-bottom: 2px solid rgba(158, 176, 238, 0.40);
			}
				
			.leftList.active .leftList_title > a ,
			.leftList:hover .leftList_title > a{
				color: var(--primary_color);
				font-weight: 700;
			}
			/* .leftList:hover > a{
				color: #000;
			} */
				
				/*代表性標誌*/
				/*.leftList_icon.first{
					position: absolute;
					left: 10px;
					top: 16px;
				}*/
					.leftList_icon i{
						font-size: 30px;
						line-height: 25px;
						color: #000;
					}
				
				/*功能名稱*/	
				.leftList_title{
					/* display: inline-block; */
					vertical-align: bottom;
					position: relative;
					/* width: 100%; */
				}
				
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					right: 10px;
					/* top: 16px; */
					top: 50%;
					transform: translateY(-50%);

					cursor: pointer;
				}
					/*方向標誌_向下展開*/
					.leftList_icon.direction i.down{
						display: block;
					}
					/*方向標誌_向上收合*/
					.leftList_icon.direction i.up{
						display: none;
					}
					
					
				/*active*/ /*方向標誌_向下展開*/
				/* .leftList.active .leftList_icon.direction i.down  , */
				.leftList.active .leftList_title .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				/* .leftList.active .leftList_icon.direction i.up  , */
				.leftList.active .leftList_title .leftList_icon.direction i.up{
					display: block;
				}
				
				
				
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}


				.leftList_sec_area{

				}
					.leftList_sec_title{
						position: relative;
						border-bottom: 1px solid var(--fourth_color);
					}
					
					.leftList_open_list:last-of-type .leftList_sec_title{
						border-bottom: none;
					}
						.leftList_sec_title a{
							padding-left: 25px;
							/* font-weight: 700; */
							font-weight: 500;
							padding-right: 50px;
						}

					.leftList_sec_title.active{
						color: var(--primary_color);
					}
						.leftList_sec_title.active  a {
							color: inherit;
						}

						.leftList_sec_title .leftList_icon i {
    						font-size: 25px;
						}

				/*active*/ /*方向標誌_向下展開*/
				.leftList .leftList_sec_title.active .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				.leftList .leftList_sec_title.active .leftList_icon.direction i.up{
					display: block;
				}
				






					.leftList_open_list a {
						transition: 0.3s ease all;
					}

					.leftList_open_list:first-of-type a{
					}

					.leftList_open_list.active  a {
						color: var(--primary_color);
					}
					.leftList_open_list a:hover {
						opacity: 0.7;
					}













			/*左側選單列表第三層*/
			.leftList_third_area{
				display: none;  /*點擊前隱藏*/
			}
			.leftList_third_area.active {
				display: block;
			}
				.leftList_third_list{
					
				}
					.leftList_third_list  > a{
						color: inherit;
						color: var(--dark_color);
						padding-left: 40px;
						border-bottom: 1px solid var(--fourth_color);
					}

				.leftList_third_list.active{
					color: var(--fifth_color);
				}
					.leftList_third_list.active  > a{
						color: var(--fifth_color);
					}












/*右側*/
.right{
	/*float: right;*/
	box-sizing:border-box;
	/*width: 75%;*/
	position: relative;
	width: 100%;
	width: calc(100% - 280px - 5.25vw);
	/* padding-left: 300px;
	min-height: 450px; */
}

    

/*無左側選單*/
.right.no_left{
	float: none;
	width: 100%;
	padding: 0;
	/* padding-left: 0px; */
}





	/* 右側標題 -------------------------------*/
	.right_title{
		font-size: clamp(1.6000rem, 1.6667vw, 2.0000rem); /* 25.60px , 1.6667vw , 32.00px */
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: clamp(1.1469rem, 1.6667vw, 2.0000rem); /* 18.35px , 1.6667vw , 32.00px */
		color: var(--dark_color2);
	}
		.right_title strong{
			font-size:inherit; 
			font-weight: inherit;
			color: inherit;
			line-height: inherit;
			margin: 0px;
			padding: 0;
			/* position:relative;
			border-bottom: 2px solid var(--fifth_color);
			padding-bottom: 20px; */

		}
		.no_left .right_title strong{
			color: var(--primary_color);
			line-height: 1.6;
			font-size: clamp(1.8750rem, 2.0833vw, 2.5000rem);
    		font-weight: 600;

		}

				
		
		
		
		
		/* 右側標題2 -------------------------------*/	
		.right_title2{
			/* font-size: 20px;
			font-weight: bold;
			color: #777;
			line-height: 28px;
			position:relative;
			border-bottom: 2px solid var(--fifth_color);
			padding-bottom: 20px; */
		}
		
		.right_title2Date{
			font-family: var(--foreign_font);
			color: inherit;
			font-size: min(max(0.84vw, 0.875rem), 1rem); /*字體大小 1.31vw、最小值 16px、最大值 16px*/
			line-height: inherit;
			/* font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 5px; */
		}
		

		


		/* 右側標題3 -------------------------------*/	
		.right_title3{
			font-size: clamp(1.125rem, 1.0417vw, 1.125rem);  /*字體 最小值 18px、大小約 1.57vw、最大值 20px*/
			display: flex;
			align-items: center;
			gap: clamp(0.2867rem, 0.4167vw, 0.5000rem); /* 4.59px , 0.4167vw , 8.00px */
			color: var(--dark_color2);
			margin-bottom: clamp(1.1469rem, 1.6667vw, 2.0000rem); /* 18.35px , 1.6667vw , 32.00px */
			font-weight: 500;
		}
		.right_title3 span{
			color: inherit;
		}	
			.right_title3 img{
				height: auto;
				width: clamp(calc(18px * 1.5), calc(1.0417vw * 1.5), calc(20px * 1.5));  /*字體 最小值 18px、大小約 1.57vw、最大值 20px*/
				max-width: calc(20px * 1.5);
			}	

			.right_title3 i{
				color: var(--primary_color);
				font-size: clamp(calc(18px * 1.5), calc(1.0417vw * 1.5), calc(20px * 1.5));  /*字體 最小值 18px、大小約 1.57vw、最大值 20px*/
			}
			
			.right_title3 strong{
				font-size:inherit;
				font-weight: inherit;
				color: inherit;
				line-height: inherit;
				margin: 0px;
				padding: 0;
			}
		
		
		







/* 內頁標題樣式4------------------------- */
	.right_title4{
		font-size: clamp(1.0833rem, 1.0417vw, 1.2500rem); /* 字體 最小值 17.33px、大小約 1.0417vw、最大值 20.00px */
		font-weight: normal;
		color: var(--dark_color);
		line-height: 1.5;
		position: relative;
		padding-bottom: 1.25rem; /*20px*/
		display: flex;
		font-weight: 700;
	}			
		.right_title4 span {
			font-weight: bold;
			color: var(--primary_color);
			font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
			line-height: 1.6;
			margin-right: .625rem; /*10px*/
			display: inline-block;
			font-family: var(--foreign_foreign);
		}
		.right_title4 strong{
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;

			display: flex;
			align-items: center;
		}

	










			
	
	/*右側內容區塊*/
	.right_contentBg{
		/*padding-top: 25px;*/
		padding-top: 0;
	}
	
	
		/*網編區塊*/
		.text_area{
			/* font-size: 14px; */
			font-size: 1rem; /*字體大小 0.84vw、最小值 14px、最大值 16px*/
			color: var(--dark_color);
			line-height:1.5;
			word-wrap: break-word;
			/* word-break: break-all; */
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}	
			.text_area iframe{
				max-width: 100%;
			}	
			.text_area a{
				color: inherit;
				text-decoration: none;
			}	







						
			
		/*按鈕-----------------------------*/
		.btn_area {
			text-align:center;
			/* margin:30px 0px 0px; */
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			/* gap: 10px 20px;	 */
			
			margin-top: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
			row-gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
			column-gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
		}
			.btn_area input ,
			.btn_area a{
				/*margin:0px 10px;
				width:49%;*/
				position: relative;
				/* border-radius: 30px; */
				border: 1px solid var(--dark_color);
				padding: 0.7292vw 1.0417vw; /*14px 20px*/
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 0.625rem;
				background-color: transparent;
				max-width: 10.9375rem; /*175*/
				width: 100%;
				/* width:9.1146vw; */
				min-width: 8.4375rem; /*135*/
				/*font-size: clamp(0.8125rem, 0.8333vw, 1rem);*/  /*字體 最小值 13px、大小約 0.8333vw、最大值 16px*/
				font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
				line-height: normal;
				height: auto;
				color: var(--dark_color);
				/* cursor: pointer;
				white-space: nowrap; */
				border-color: var(--primary_color);
				/* border: 1px solid var(--dark_color); */
				border-radius: 0.625rem;
				color: var(--dark_color);
				color: #fff;
				background-color: var(--primary_color);
				/* aspect-ratio: 175 / 54; */
				font-weight: 600;
			}
			.btn_area input:nth-child(2n+1) {
				/* background: #fff0;
				color: #231815;
				border: 1px solid #231815; */
			}	
			.btn_area input:nth-child(2n) {
				background: var(--dark_color);
				color: #fff;
				border-color: var(--dark_color);
			}	
			
			
			.btn_area a{
				/* color: #fff;
				border-radius: 5px;
				display: inline-flex;
				align-items: center;
				gap: 10px;
				background-color: var(--fifth_color);
				padding: 15px;
				text-decoration: none;
				transition: 0.3s ease all;
				transition: 0.3s ease all; */
			}
				.btn_area a:hover{
					opacity: 0.5;
					transition: 0.3s ease all;
				}
				/* .btn_area a span{
					color: inherit;
				}
				.btn_area i{					
					color: inherit;
					transform: rotate(270deg);
					transition: 0.3s ease all;
				}
				.btn_area a:hover i{					
					color: inherit;
					transform: rotate(0deg);
					transition: 0.3s ease all;
				} */










/* disAbled樣式------------ */
.btn_area.disAbled input {
  background: #c5c5c5;
  color: #e4e4e4;
  border-color:  #c5c5c5;
  cursor: default;
}
.btn_area.disAbled input:hover {
  opacity: 1;
}






				
		/*右側返回按鈕*/
		.btn_area.one {
			/* text-align:center;
			margin:30px 0px 0px; */
		}
		
		.round_more_btn{

		}
		.round_more_btn b {
			cursor: pointer;
		}
		
		
/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@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) { 
	/*左側*/
	.left{
		width: 10.625rem;
		min-width: unset;
	}
	/*右側*/
	.right{

		width: calc(100% - 10.625rem - 5rem);
		/* padding-left: 300px;
		min-height: 450px; */
	}
	/*右側*/
	.right.no_left{

		width: 100%;
		/* padding-left: 300px;
		min-height: 450px; */
	}

}


								

/*-----分享按鍵區---------------------------------------------------------------------*/

.shareArea{
	padding-top: 40px;
}
	
	
	.function {
		display: inline-block;
		vertical-align: middle;
		/* float: left; */
		box-sizing: border-box;
		padding-right: 5px;
		font-size: 1rem;
		color: var(--dark_color);
	}
		.function a {
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 0;
			text-decoration: none;
			width: 39px;
			height: 39px;
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: var(--dark_color);
			border-radius: 50%;
		}
		
		.function a:hover {
			opacity:0.7;
		}	
		
		.function img {
			width: 50%;
			height:auto;
		}
		
								



@media (min-width: 1101px){

	/* 選擇類別按鈕 */
	.category_changeButton {
		/* display: none; */
	}

}

@media (max-width: 1100px){

.page{
	display: block;
}
	/*左側*/
	.left{
		width:100%;
		min-width: unset;
		/* margin-bottom: 30px; 
		position: static;*/
	}

		
		/* 選擇類別按鈕 */
		.category_changeButton {
			display: block;
			margin-bottom: 0;
			/* margin-bottom: 25px; */
			background-color: var(--primary_color);
		}
			.category_changeButton a{
				color: #fff;
				text-align: center;
				padding: 0 20px;
				padding-right: 40px;
			}


		/* active */
		.category_changeButton.active {
			padding-bottom: 0;
			border-radius: 10px 10px 0 0;
			/* margin-bottom: 0; */
		}
		.category_changeButton::after{
			opacity: 1;
		}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 15px 50px 15px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid var(--third_color);
		}
			.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: calc(50% - 4px);
				right: 15px;
				transform: translateY(calc(-50% - -7px));
				transform-origin: center;
				transition: 0.3s ease all;
				/* height: 8px; */
				/* overflow: hidden; */
			}
			.left_title.active:after {
				transform: translateY(calc(-50% + 0px)) rotate(180deg);
			}
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px var(--third_color) solid;
			border-top: none;
		}
	
		/* active */
		.leftListArea.active {
			margin-bottom: 25px;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
			.leftList:first-of-type > a {
				border-top: none;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
					border-bottom: 1px solid var(--third_color);
				}

				.leftList_sec_title{
					border-bottom: none;
				}


				.leftList_open .leftList_third_list:last-of-type > a {
					border-bottom: none;
				}



	
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 0;
	}
	.right:not(.no_left){
		margin-top: 1.5625rem;
		max-width: unset;
		padding-top:0;
	}
	

	.btn_area input ,
	.btn_area a{
		padding: 10px;
	}
	
}





@media (max-width: 1100px){

	.right_title3 {
		gap: 5px;
		margin-bottom: 10px;
	}

}



























/*========================================================*/
/*-------最新消息區--------*/
/*========================================================*/

      

/*-----最新消息區--------------------------------------*/

.indexNewsBg{
}


	.indexNewsArea{
		/* width: 100%; */
		/* display: flex;
		flex-wrap: wrap;
		margin: 0 -10px; */
	}

	
		/* 最新消息列表 */
		/* .newsList{
			box-sizing: border-box;
			width: 25%;
			padding: 0 10px;
			
			overflow: hidden;
		}
		.newsListIn{
			box-shadow: 0 18px 40px #33333300;
			height: 100%;
			display: flex;
			flex-direction: column;
		} */

			/* 最新消息列表圖 */
			/* .newsLitImg{
				position: relative;
			}
				.newsLitImg a{
					position: relative;
					padding-top:142.4%;
					display: block;
					overflow: hidden;
					border-radius: 2.62vw 2.62vw 0 0;
				}
					.newsLitImg img{
						width: 100%;
						height: 100%;
						object-fit: cover;
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: 0.3s ease all;
					} */


				.newsList .tag_area {
					/*position: absolute;
					top: 2.62vw; 
					left: 0;
					z-index: 1;
					display: flex;
					flex-direction: column;
					gap: 5px;
					font-weight: 700;
					font-size: min(max(0.84vw, 0.875rem), 1rem); *//*字體大小 1.31vw、最小值 16px、最大值 16px*/
				}
				/* .newsList .tag_area span{
					display: inline-block;
					padding: 10px 15px;
					background-color: var(--primary_color);
					color: #fff;
				}


			.newsListBottom{
				padding: 20px 10px 30px;
				background-color: #F2F2F2;
				color: var(--primary_color);
				line-height: 1.2;
				border-radius: 0 0 2.62vw 2.62vw;
				position: relative;
				overflow: hidden;
				flex-grow: 1;
				display: flex;
				flex-direction: column;
			}
			.newsListBottom::before{
				position: absolute;
				content: "";
				background-image: url(../index/images/news_bottom.svg);
				background-position: right bottom;
				background-repeat: no-repeat;
				background-size: cover;
				padding-top: 8.92%;
				width: 100%;
				left: 0;
				bottom: 0;
			} */

				/* 最新消息列表標題 */
				.newsListTit{
					/*字體大小 1.2vw,、最小值 17px、最大值 23px*/
					/* font-size: min(max(1.2vw, 1.0625rem), 1.43rem); 
					line-height: 1.2;
					font-weight: 500;
					min-height: 50px; */
				}
					/* .newsListTit a{
						color: inherit;
						display: block;
						text-decoration: none;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;
					} 
				.newsListRemark{
					text-align: justify;
					margin: 20px 0 40px;
					font-size: min(max(0.9375vw, 0.875rem), 1.125rem);
					line-height: 1.2;
					color: var(--dark_color);
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 4;
					overflow: hidden;
					flex-grow: 1;

					display: none;
				}
				.newsListDate{
					margin-top: 40px;
					margin-top: 20px;
					font-weight: 600;
					color: inherit;
					font-size: min(max(0.84vw, 0.875rem), 1rem);
					line-height: inherit;
					font-family: var(--foreign_font);
					position: relative;
				}
				.newsListDate::after{
					position: relative;
					content: "";
					background: url(../images/pencil_icon.svg);
					background-repeat: no-repeat;
					background-position: center;
					background-size: cover;
					width: 12px;
					height: 12px;
					margin-left: 2px;
					display: inline-block;
					transition: 0.3s ease all;
				}
				.newsList:hover .newsListDate::after{
					transform: rotate(225deg);
					transition: 0.3s ease all;
				}*/



		/* hover */
		/* .newsList:hover{

		}
		.newsList:hover .newsLitImg img{
			transform: scale(1.1);
		}
		.newsList:hover .newsListTit{
			opacity: 0.5;
		} */



		
	
@media (max-width:1280px){
	
	/* .indexNewsArea{
		margin: 0 -5px;
	} */
		/* 最新消息列表 */
		/* .newsList{
			padding: 0 5px;
		} */

}

@media (max-width:990px){

	/* .indexNewsArea{
		margin: 0 -10px -20px;
	} */
		/* 最新消息列表 */
		/* .newsList{
			width: 50%;
			padding: 0 10px 20px;
		}	 */
	
}

@media (max-width:768px){

	/* .indexNewsArea{
		margin: 0 -5px -20px;
	} */
		/* 最新消息列表 */
		/* .newsList{
			padding: 0 5px 20px;
		}	

		.newsList .tag_area span{
			padding: 5px 5px;
		}


		.newsListBottom{
			padding: 15px 5px;
		}
			.newsListRemark{
				margin: 10px 0 15px;
			}
			
			.newsListDate{
				margin-top: 15px;
			} */
		
}


@media (max-width:640px){

	/* .indexNewsArea{
		margin: 0 0px -20px;
	} */
		/* 最新消息列表 */
		/* .newsList{
			width: 100%;
			padding: 0 0px 20px;
		}	
		.newsListBottom {
			padding: 15px 5px 25px;
		} */
}







/*/////////////////////////////////////////////////////////*/
/*-------內頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/

.inNewsArea{
	margin-bottom: -30px;
}
	.inNewsArea .newsList{
		padding-bottom: 30px;
		/* width: 16.6%; */
		width: 100%;
		padding: 0 0 30px;
	}

		.inNewsArea .newsListIn {
			display: grid;
			/* align-items: flex-start; */
			/* flex-direction: unset; */
			grid-template-columns: minmax(150px , 1fr) 5fr;
			gap: 0px 1.8229vw; /*0 35px*/
			border-radius: 0;
			box-shadow: none;
			/* padding: 20px 0; */
			padding-bottom: 20px;
			height: calc(100% - 20px);
			border-bottom: 1px  var(--fourth_color) solid;
		}
			
			.inNewsArea .newsLitImg a{
				padding-top: 100%;
				border-radius: 5px;
			}

				.inNewsArea .newsList .tag_area {
					top: 15px; /*50px*/
				}

			.inNewsArea  .newsListBottom{
				background-color: #fff0;
				color: var(--primary_color);
				border-radius: 0;
				/* padding: 20px 10px 30px;
				position: relative;
				overflow: hidden;
				flex-grow: 1;
				display: flex;
				flex-direction: column; */
				padding: 0;
				height: 100%;
				flex-grow: unset;
			}
			.inNewsArea .newsListBottom::before{
				display: none;
			}



			.inNewsArea .newsListRemark {
				display: block;
				margin: 15px 0 0;
				flex-grow: 1;
			}

			/*沒有塗*/
			.noImg{

			}

			.inNewsArea .noImg .newsLitImg{
				display: none;
			}
			.inNewsArea .noImg .newsListIn {
				display: flex;
				grid-template-columns: unset;
				/* gap: 0px 35px;
				border-radius: 0;
				box-shadow: none;
				padding-bottom: 20px;
				height: calc(100% - 20px);
				border-bottom: 1px var(--fourth_color) solid; */
			}


@media (max-width: 1280px){
	/* .inNewsArea{
		margin-bottom: -10px;
	}
		.inNewsArea .newsList {
			padding-bottom: 10px;
			width: 25%;	
		} */
}

@media (max-width: 990px){
	/* .inNewsArea{
		margin-bottom: -20px;
	}
		.inNewsArea .newsList {
			padding-bottom: 20px;
			width: 50%;	
		} */
}
@media (max-width:768px){
	/* .inNewsArea{
	}
		.inNewsArea .newsList {
			width: 100%;	
		} */

	.inNewsArea .newsListIn {
		grid-template-columns: minmax(100px , 1fr) 5fr;
		gap: 0px 15px; 
		padding-bottom: 15px;
		height: calc(100% - 15px);
	}
}
@media (max-width:640px){
	/* .inNewsArea{
	}
		.inNewsArea .newsList {
			width: 100%;	
		} */

	.inNewsArea .newsListIn {
		display: flex;
		flex-direction: column;
		gap: 15px 15px; 
		/* padding-bottom: 15px;
		height: calc(100% - 15px); */
	}
}











/*/////////////////////////////////////////////////////////*/
/*-------內頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/

.eventArea{
	margin-bottom: -30px;
}
	.eventArea .newsList{	
		padding-bottom: 30px;	
		/* width: 16.6%; */
	}

		.eventArea .newsListIn {
			border-radius: 2.62vw 2.62vw;
			box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
		}
	
@media (max-width: 1280px){
	.eventArea{
		margin-bottom: -10px;
	}
		.eventArea .newsList {
			padding-bottom: 10px;
			width: 25%;	
		}
}

@media (max-width: 990px){
	.eventArea{
		margin-bottom: -20px;
	}
		.eventArea .newsList {
			padding-bottom: 20px;
			width: 50%;	
		}
}
@media (max-width: 640px){
	.eventArea{
		/* margin-bottom: -20px; */
	}
		.eventArea .newsList {
			/* padding-bottom: 20px; */
			width: 100%;	
		}
}














/*=========================================================*/
/*-------下載專區--------*/
/*=========================================================*/


.text_area ~ ul.download_area{
	margin-top: 25px;
}

ul.download_area{
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: block;

	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: min(max(0.89vw, 1rem), 1.0625rem); /*字體大小 0.89vw、最小值 16px、最大值 17px*/
}
	ul.download_area li{
		list-style-type: none;
		background: #FFF;
		border-radius: 5px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		/* margin-bottom: 20px; */
		transition: all .3s ease;
	}
	
	ul.download_area li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: var(--fifth_color);
		text-decoration: none;
		padding: 1.57vw 2.62vw; /*30px 50px*/
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	ul.download_area.news_bottom li a {
		padding: 15px 15px;
	}
	ul.download_area li:hover{
		box-shadow: none;
		background-color: var(--third_color);
		transform: translateY(-5px);
	}
	.download_title{
		/* font-size: 23px; */
		font-size:inherit;
		line-height: normal;
		font-weight: 500;
		width: calc( 100% - 145px);
		word-break: break-all;
	}
	.download_title.no_btn{
		width: 100%;
	}
	.news_bottom .download_title {
		font-size: 16px;
	}
	.download_btn{
		width: fit-content;
		/* font-size: 16px; */
		font-size:inherit;
		color: #fff;
		background-color: var(--primary_color);
		background-image: linear-gradient(to left, #054D92 0%, #054D92 0%, #054D92 21%, #013c73 52%, #013c73 78%, #013c73 100%);
		font-weight: 700;
		padding: 8px 23px;
		box-sizing: border-box;
		border-radius: 30px;
		transition: 0.3s ease all;
		position: relative;
		overflow: hidden;
	}
	/* .download_btn::before{
		position: absolute;
		content: "";
		background-image: url(../index/images/focus_icon.svg);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: cover; 
		transition: 0.3s ease all;
		width: 100px;
		height: 100%;
		mix-blend-mode: multiply;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	} */
	.download_btn:hover{
		/* background-color: var(--primary_color); */
		background-image: none;
	}
	
	
	
	
	
	@media (max-width: 1440px) {
		/* ul.download_area li a {
			padding: 20px 30px;
		}
		.download_title {
			font-size: 20px;
		} */
	}
	
	@media (max-width: 640px) {
		
		ul.download_area li a {
			flex-direction: column;
			padding: 15px 20px;
		}
		.download_title {
			/* font-size: 18px; */
			width: 100%;
		}
		.download_btn {			
			width: 100%;
			line-height: 1.2;
			text-align: center;
			margin-top: 10px;
		}
	}
	
	
	



















          
/*=========================================================*/
/*-------連結列表區--------*/
/*=========================================================*/


.text_area ~ ul.link_area{
	margin-top: 25px;
}

ul.link_area{
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: block;

	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: min(max(0.89vw, 1rem), 1.0625rem); /*字體大小 0.89vw、最小值 16px、最大值 17px*/
}
	ul.link_area li{
		list-style-type: none;
		background: #FFF;
		border-radius: 5px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		/* margin-bottom: 20px; */
		transition: all .3s ease;
	}
	
	ul.link_area li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: var(--fifth_color);
		text-decoration: none;
		padding: 1.57vw 2.62vw; /*30px 50px*/
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	ul.link_area.news_bottom li a {
		padding: 15px 15px;
	}
	ul.link_area li:hover{
		box-shadow: none;
		background-color: var(--third_color);
		transform: translateY(-5px);
	}
	.link_title{
		/* font-size: 23px; */
		font-size:inherit;
		line-height: normal;
		font-weight: 500;
		width: calc( 100% - 145px);
		word-break: break-all;
	}
	.link_title.no_btn{
		width: 100%;
	}
	.news_bottom .link_title {
		font-size: 16px;
	}
	.link_btn{
		/* width: fit-content; */
		font-size:inherit;
		color: #fff;
		background-color: var(--primary_color);
		background-image: linear-gradient(to left, #054D92 0%, #054D92 0%, #054D92 21%, #013c73 52%, #013c73 78%, #013c73 100%);
		font-weight: 700;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 30px;
		transition: 0.3s ease all;
		position: relative;
		overflow: hidden;
	}
		.link_btn i{
			font-size:1.25rem;
		}
		
	.link_btn:hover{
		/* background-color: var(--primary_color); */
		background-image: none;
	}
	
	
	@media (max-width: 640px) {
		
		ul.link_area li a {
			flex-direction: column;
			padding: 15px 20px;
		}
		.link_title {
			width: 100%;
		}
		.link_btn {			
			width: 100%;
			line-height: 1.2;
			text-align: center;
			margin-top: 10px;
		}
	}
	
	











/*/////////////////////////////////////////////////////////*/
/*-------合作交流--------*/
/*/////////////////////////////////////////////////////////*/

.cooperationArea{
	padding: 0;
	width:auto;
}
	.cooperationArea .indexNewsList{	
		padding: 0 15px 30px;	
		width: 33.3%;
	}

	.cooperationArea .indexNewsListRemark {
		-webkit-line-clamp: 5;
		min-height: 90px;
	}


	@media (max-width: 1350px){
		.cooperationArea{
			margin: 0 -10px -20px;
		}
			.cooperationArea .indexNewsList {
				padding: 0 10px 20px;
				/* width: 33.3%; */
			}
	}
	@media (max-width: 550px){
		.cooperationArea{
			margin: 0 0px -20px;
		}
			.cooperationArea .indexNewsList {
				padding: 0 0px 20px;
				width: 100%;
			}
			.cooperationArea .indexNewsListRemark {
				/* -webkit-line-clamp: 5; */
				min-height:unset;
			}
	}






























/*==========================================================*/
/*-------學術成果--------*/
/*==========================================================*/

	.bookArea{
		/* padding-top: 30px; */
		margin: 0px -10px;
		display: flex;
		flex-wrap: wrap;
	}
	
		.book_list{
			padding: 0 10px 60px;
			box-sizing: border-box;
			/* -webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			z-index: 3; */
			/* vertical-align: top; */
			width: 50%;
		}
		
			.book_listIn {
				/* display: flex; */
				align-items: center;
				/* flex-wrap: wrap; */
				gap: 10px 20px;
				display: grid;
				grid-template-columns: minmax(165px, 1fr) 1fr;
				gap: 10px 40px;
			}
				.book_img{
					/* position: relative; */
					-webkit-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
					/* min-width: 165px; */
				}
	
					.book_img a { 
						position: relative;
						padding-top: 141.4%;
						display: block;
						overflow: hidden;
					}
						.book_img img {
							width: 100%;
							height: 100%;
							object-fit: cover;
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							right: 0;
							float: none;
							width: 100% !important;
							height: 100% !important;
							object-fit: cover;
							transition: 0.3s ease all;
						}
	
								
						.book_list:hover .book_img a{
							box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
									
							-webkit-transition: all .3s;
							-o-transition: all .3s;
							transition: all .3s;
						}
						.book_list:hover .book_img a img{
							transform: scale(1.1);	
							-webkit-transition: all .3s;
							-o-transition: all .3s;
							transition: all .3s;
						}

						/* 學術成果_資訊 */
						ul.book_detail{
							margin: 0;
							padding: 0;
							list-style-type : none;
							/* display: block; */
							position: relative;
							color: var(--dark_color);
							font-size: 1rem;
							line-height: 1.2;
							display: flex;
							flex-direction: column;
							gap: 10px 5px;
							margin-top: 20px;
						}
							ul.book_detail li{
								margin: 0;
								padding: 0;
								list-style-type : none;
								display: block;
							}
								ul.book_detail li a{
									color: inherit;
									font-size:inherit;
									line-height: inherit;
									text-decoration: none;
								}
								ul.book_detail li::before{
									content: attr(data-book);
									color: inherit;
									color: #a3a3a3;
									font-size:inherit;
									line-height: inherit;
								}
								





@media (max-width: 1280px){

	.bookArea{
		margin-bottom: -30px;
	}
		.book_list{
			padding-bottom: 30px;
			/* width: 33.3%; */
		}
		.book_listIn {
			grid-template-columns: minmax(120px, 1fr) 1fr;
			gap: 10px 20px;
		}


}

@media (max-width: 768px){

	.bookArea{
		margin-bottom: -20px;
	}
	.book_list{
		/* width: 50%; */
		padding-bottom: 20px;
	}

		.book_listIn {
			gap: 10px 10px;
			grid-template-columns: minmax(100px, 1fr) 1fr;
		}

			.book_img {
				/* min-width: 100px; */
			}
			/* 學術成果_資訊 */
			ul.book_detail{
				font-size: 0.875rem;
				/* margin-top: 15px; */
				gap: 2px;
			}

}

@media (max-width: 640px){

	.book_listIn{	
		display: block;			
		gap: 0px;			
	}
		.book_img {
			min-width: unset;
		}
		/* 學術成果_資訊 */
		ul.book_detail{
			/* font-size: 0.875rem; */
			margin-top: 15px;
			/* gap: 2px; */
		}
			ul.book_detail li::before{
				display: none;
			}
			

}


















/*/////////////////////////////////////////////////////////*/
/*-------系所摘要下載--------*/
/*/////////////////////////////////////////////////////////*/

/*系所摘要下載列表*/
.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(--fifth_color);
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid var(--fifth_color);
				transition: 0.2s ease all;
			}
			.DSummary_btn:hover a{
				color:#fff;
				background-color:var(--fifth_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;
				}		
		
}





















/*/////////////////////////////////////////////////////////*/
/*-------國際交流--------*/
/*/////////////////////////////////////////////////////////*/


.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(--fifth_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(--fifth_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;
}





/*國際交流內頁下方列表-----------------------------------------*/
.link_exchange{
	margin: 30px 0px 0px;
}
	.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(--fifth_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;
		}
}


                       
                        













/*=============================================*/
/*-------系所中心--------*/
/*=============================================*/


.schools_centers_bg{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

	.schools_centers_area{
		position: relative;
	}


		.schools_centers_item{
			display: flex;
			flex-direction: column;
			gap: 20px;
		}
			.schools_centers_img{
				width: 100%;
			}
				.schools_centers_img a{
					display: block;
				}
				.schools_centers_img img{
					width: 100%;
					height: auto;
				}


		.schools_centers_area .btn_area {
			margin: 0px 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(--fifth_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(--fifth_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;
	}	
	
}	
		














/*/////////////////////////////////////////////////////////*/
/*-------歷年院訊--------*/
/*/////////////////////////////////////////////////////////*/


/* 歷年院訊區 */
.historicalArea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px -15px -30px;
}
	/* 歷年院訊列表 */
	.historicalList{
		width: 25%;
		box-sizing: border-box;
		padding: 0 15px 30px;
	}
		/* 歷年院訊列表標題 */
		.historicalListTit{
			background-color: #ddd7f3;
			color: var(--fifth_color);
			font-size: 16px;
			line-height: 1.5;
			padding: 5px;
			text-align: center;
			border-radius: 6px 6px 0 0;
		}
		/* 歷年院訊列表下方欄位 */
		ul.historicalListBottom{
			display: block;
			padding: 0;
			margin: 0;
			list-style-type: none;
			margin: 5px 0 0;
		}

			ul.historicalListBottom li{
				display: block;
				padding: 0;
				margin: 0;
			}		
			ul.historicalListBottom li a{
				text-decoration: none;
				color: #3e3a39;
				font-size: 15px;
				line-height: 1.2;
				padding: 5px 0;
				display: block;
			}
			ul.historicalListBottom li a i{
				color: var(--fifth_color);
				font-size: 12px;
				line-height: 1.2;
			}                                
			ul.historicalListBottom li a:hover{
				opacity: 0.5;
				transition: 0.3s ease all;
			}



@media (max-width:860px){

/* 歷年院訊區 */
.historicalArea{
	margin: 20px -5px -10px;
}
	/* 歷年院訊列表 */
	.historicalList{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px 10px;
	}

}















/*/////////////////////////////////////////////////////////*/
/*-------活動花絮--------*/
/*/////////////////////////////////////////////////////////*/


	
	.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_IMG a {
				position:relative;
				display: block;
				padding-top: 100%;
			}  
			.gallery_IMG img{
				transition: all 0.3s ease-out;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				/* border-radius: 50%; */
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
			}
			.gallery_List:hover .gallery_IMG img{
				opacity:0.5;
				transform: scale(1.2);
    			transition: all 0.3s ease-out;
			} 			           
		.photo_brief{
			display:none;
			padding:15px 0px 0px;
			font-size:15px;
			line-height:20px;
			color:#8b989e;
		}
		




@media (max-width: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;
	} 
}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		min-height: 100vh;
		position: absolute;
		top:0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background: #000000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		/* transform:scale(0); */
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			height: 34px;
			line-height: 34px;
			color: #333;
			background: var(--primary_color);
			right: 20px;
			top: 20px;
			border: solid var(--primary_color) 1px;
			border-radius: 50%;
			/* box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
			cursor: pointer;
			transition: 0.3s ease all;
			display: flex;
			transition: 0.3s ease all;
			/* font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2a6695;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2; */
		}
		.lightboxCloseBtn svg{
			fill: #fff;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn:hover {
				background: #b9b9b9;
				border-color: #b9b9b9;
				transition: 0.3s ease all;
			}
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			/* .lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			} */
			
		/*燈箱資料區*/
		.lightboxContentArea {
			/* height: 100%; */
			height: 80vh;
		}
		
/* .index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		max-width: 15%;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
		} */
		/*hover*/
		/* .index_video_list:hover > img {
			opacity:1;
		} */

/* .video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
} */
/*firefox hack*/
/* @-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
} */

	/* .video_list {
		box-sizing:border-box;
		padding: 0px 12px 30px;
		width:33.3%;
	}

	.video_list2{
		width:100%;
		padding: 0px 0px 30px;
	} */


	/*firefox hack*/
	/* @-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
			border-radius: 5px;
			overflow: hidden;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			} */
	  
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;

		padding:0;
	}
		.video_use .lightboxMain {
			/* height:450px; */
			height: auto;
			/* aspect-ratio: 16 / 9; */
			width: 90%;
			margin: 0;
			top: 50%;
			left: 50%;
			transform: translate(-50% , -50%) scale(0);
			transform-origin: center;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}

@media (max-width: 950px){	

	/*燈箱資料區*/
	.lightboxContentArea {
		height: auto;
		aspect-ratio: 16 / 9;
	}

}

@media (max-width: 600px){	

/* .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
} */

	/*---Video---*/
	/* .video_list {
		width: 100%;
		padding:0 0 30px;
	} */
	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	

	
	
}










	
	
/*/////////////////////////////////////////////////////////*/
/*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(--fifth_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(--fifth_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%;
	}
	
}
	
	
	
	
	
	
	
	















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.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;
				aspect-ratio: 1;
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				/* padding: 7.5px 0px; */
				padding: 0;
				display: flex;
				justify-content: center;
				align-items: center;
				line-height: normal;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--third_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(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





@media (max-width: 990px){
	
	.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;
		}
		
	
}



/* 20230904 Patty 修改 start */
.select_Bg ul{
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 25px -10px -25px ;
	margin-bottom: 25px;
}
.select_Bg ul li{
	list-style-type: none;
	padding: 0 10px 25px;
}


.select_Bg ul li a{
	text-decoration: none;
	color: #fff;
	background-color: var(--fifth_color);
	border-radius: 35px ;
	padding: 10px 15px;

}







/* 20230904 Patty 修改 end */
















/* 20230904 Patty 修改 end */

/*/////////////////////*/
/*---- 時間搜尋區 -----*/
/*/////////////////////*/
.time_search_area {
	font-size: 1em;
	letter-spacing:0.1875em;
	/* padding: 0px 0px 25px; */
	display: flex;
    justify-content: flex-end;
	
}
.time_search_area.two{
	display: flex;
	justify-content: space-between;
}
.time_search_area_right{
display: inline-flex;
align-items: center;
}
.time_search_area_right_in{
	padding-right: 10px;
	box-sizing: border-box;
}
	.time_search {
		font-size: 0.9375em;
		display:inline-block;
		vertical-align:middle;
		padding: 0px 18px 0px 0px;
	}
		.time_search select {
			/*margin-top: -3px;*/
			width: auto;
			height: 42px;
		}
	.time_search_area span {
		font-size: 0.9375em;
		display:inline-block;
		padding: 0px 20px 4px 0px;
		vertical-align:middle;
	}
	
	.time_search_area label.lsf {
		font-size:1.5625em;
		width:42px;
		height:38px;
		line-height: 1.5em;
		display:inline-block;
		border-radius:0.25em;
		background: #333;
		color:#fff;
		vertical-align: top;
		text-align:center;
		transition:0.3s ease all;
		letter-spacing:0;
	}
		.time_search_area label.lsf:hover {
			opacity:0.7;
		}
		.time_search_area label.lsf input[type='submit'] {
			/* display:none; */
		}
	
	.time_search_area input[type='submit'] {
		width:36px;
		height:41px;
		background: var(--primary_color) url(../images/header_search_icon.svg) center center no-repeat;
		background-size:19px;
		border-radius:0.25em;
	}
		.time_search_area input[type='submit']:hover {
			opacity:0.7;
		}





@media (max-width: 640px){
	.time_search {
		font-size:0.875em;
		letter-spacing:0;
		white-space:nowrap;
	}
	.time_search_area {
		padding: 0px 0 20px;
		display: block;
	}
		.time_search, .time_search_area span {
			display:block;
			padding-right: 0;
			/* padding: 0px 0px 10px 0px; */
		}
		.time_search_area span {
			text-align:center;
		}
			.time_search_area label.lsf {
				width:100%;
				height:42px;
				line-height:2.625em;
				margin:10px 0px 0px 0px;
			}
			.time_search select {
				width: 100%;
			}
			.time_search input{
				width: 100%;
				margin-top: 10px;
			}
			.time_search_area input[type='submit'] {
				width: 100%;
				margin-top: 10px;
			}
}








/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}