/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	
	font-family:Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
	/* font-family: 'Gothic A1', sans-serif; */
/* modify by Abby 20240325 start 新增字體 */
	font-family: "Poppins", sans-serif;
	/* modify by Abby 20240325 end  新增字體*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/



/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css"); */

/*Lora */
/* @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */



/*--------------------------------------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:rgba(175,26,22,1);  /*此為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; */
	padding: 20px 0 0;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:rgba(175,26,22,1);
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#007bc2;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#007bc2;
	color:#fff;
}

.wrap {
	width:80%;
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}



	  
@media (max-width: 1280px){

	.wrap {
		width:95%;
	}			
					
}	

	  
@media (max-width: 990px){

	.wrap {
		width:85%;
	}			
					
}	





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #cacaca;
}
input[type="text"], .input, input[type="password"], .input,
input[type="search"], input[type="tel"], input[type="email"], 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[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #231815;
	border: 1px solid #231815;
	border-radius:2px;
	font-size: 12px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	

	
	
	
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	



























/*-------輪播----------------------------------------------------------------------------*/


/*首頁banner區*/
.bannerArea {
	position: relative;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 0; */
	/* transform: translateY(-50%); */
}


/*首頁banner----------------------*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;
}
	/* .device {
		position:relative;
		overflow:hidden;
	} */
		/*左右鍵*/
		.banner .swiper-button-prev, 
		.banner .swiper-button-next{
			display: none;
		}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		
		/*輪播點點*/
		/* .pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			} */
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
				/*客制區塊*/
				/* .swiper-slide {
					position:relative;
				} */

			.banner .swiper-pagination-bullet-active {
			  /*opacity: 1;*/
			  background:#231815;
			}	
				
	
			.pcBanner{	
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;	
				/* height: 80vh;	 */
				
				/* min-height: 400px; */
			}

			.mobileBanner{
				display: none;
			}

				
						

@media (max-width: 640px){

	
	
}
				
	
	
/* 影片banner-------------------------------------*/
/* .BannerVider{
	display:none;
}
	.BannerVider a{
		display:block;
	}					
	.BannerViderIn{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;			
	}					
		.BannerViderIn iframe{
			position: absolute;
			top: 0;left: 0;
			width: 100%;
			height: 100%;				
		} */

	









/*/////////////////////////////////////////////////////////*/
/*-------首頁banner主按鍵區--------*/
/*/////////////////////////////////////////////////////////*/

/* 首頁banner主按鍵區 */
.bannerLeft {
	position: absolute;
	top: 50%;
	/* left: 10%; */
	left: 5%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	z-index: 2;
	/* background-image: url(../index/images/bannerLeft_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	/* width: 455px; */
	width: 360px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 31px 0;
	/* border-top: 30px rgba(175,26,22,1) solid;
	border-left: 30px rgba(175,26,22,1) solid; */
	border-top: 20px rgba(175,26,22,1) solid;
	border-left: 20px rgba(175,26,22,1) solid;
	backdrop-filter: blur(0.5px);
}
.bannerLeft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0%);
    background-image: url(../index/images/bannerLeft_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.65;
}
	ul.bannerLeftIn {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: block;
		max-width: 85%;
		/* margin: auto; */
	}
		/* 首頁banner列表 */
		ul.bannerLeftIn li{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
			padding: 15px 0;
			text-align: center;
			font-weight: 400;
		}
			ul.bannerLeftIn li a{
				display: block;
				color: #fff;
				background-color: #00000080;
				padding: 9px 25px;
				text-decoration: none;
				transition: 0.3s ease all;
			}
			ul.bannerLeftIn li a:hover{
				background-color: rgba(175,26,22,1);
				transition: 0.3s ease all;
			}	
			
	
@media (max-width: 1280px){

	/* 首頁banner主按鍵區 */
	.bannerLeft {
		width: 300px;
		padding: 15px 0;
		border-top: 20px rgba(175,26,22,1) solid;
		border-left: 20px rgba(175,26,22,1) solid;
	}

}


@media (max-width: 640px){

	/* 首頁banner主按鍵區 */
	.bannerLeft {
		display: none;
	}

}








/*/////////////////////////////////////////////////////////*/
/*-------首頁banner_Logo--------*/
/*/////////////////////////////////////////////////////////*/


/* 首頁banner_Logo */
.bannerCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	/* left: calc(10% + 485px + 20px); */
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	/* width: 22%; */
	/* width: 19%; */
	text-align: center;
	font-weight: 700;
	background: rgba(175,26,22,0.5);
	width: 100%;
	height: 100%;
}
.bannerCenter_text{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_img{
	width: 20%;
}
.banner_img img{
	width: 100%;

}
.banner01{
	color: #ffffff;
    font-size: 90px;
}
.banner02{
	color: #ffffff;
    font-size: 30px;
    line-height: 30px;
	padding: 0 2%;
    box-sizing: border-box;
}
.banner03{
	font-size: 16px;
    line-height: 30px;
	color: #ffffff;
	padding-top: 50px; /* modify by Abby 20240325 start */
}
	.bannerCenter h2{
		padding: 0;
		margin: 0;
		display: block;
		/* width: 405px; */		
	}
		.bannerCenter h2 img{
			width: 100%;
			height: auto;
		}
	

@media (max-width: 1280px){

	/* 首頁banner_Logo */
	.bannerCenter{
		/* width: 40%; */
		/* width: 14%; */
	}
	.banner_img {
		width: 25%;
	}

}
@media (max-width: 990px) {
	.banner01 {
		font-size: 48px;
	}
	.banner02 {
		font-size: 20px;
	}
	.banner_img {
		width: 40%;
	}
}

@media (max-width: 640px){

	/* 首頁banner_Logo */
	.bannerCenter{
		/* width: 30%; */
	}
	.banner_img {
		width: 55%;
	}
}











	
				
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			line-height:40px;
			background:#231815;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}
















/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	margin: 0px 0px 10px 0px;
	/* margin: 14px 0px 10px 0px; */
}
	.tabs_btn_now {
		transition: 0.3s ease all;
		font-size: 16px;
		line-height: 39px;
		padding: 0px 36px 0px 36px;
		text-align: center;
		display: none;
		position: relative;
		background: #fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight: bold;
	}
		.tabs_btn_now:hover {
			/* background:#61a3e6; */
			background:#a6b2af;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #000;
			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;
		/*background:#595959;*/
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li {
					line-height:39px;
					float:left;
					position: relative;
					font-size: 14px;
				}
					.tabs li a:hover {
						background:#5a8973;
						opacity:1;
					}
					.tabs a {
						color:#fff;
						text-decoration:none;
						display:block;
						padding:0px 36px 0px 36px;
						transition:0.3s ease all;
						background: #aab5b2;
					}
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active a {
							background: rgba(175,26,22,1);
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}
					@media (max-width: 980px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;
							}
								.tabs li {
									float:none;
									text-align:center;
								}
									.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: #404040;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;

		display: none;
	}





/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.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 {
		font-size:15px;
		line-height:22px;
		padding:10px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			font-size:18px;
			line-height:18px;
			color:#cb2923;
			background: #ffffff00;
			padding: 0px;
		}

	/*表單區*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		justify-content: space-between;
		align-content: flex-start;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				width:100%;
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					font-size: 16px;
    				font-weight: bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}

					.fL_info input{
						/* background-color: #ffffff; */
						border: none;
						border-bottom: 1px #cacaca solid;
						border-radius: 0;
						height: 30px;
						line-height: 30px;
						background-color: #fff0;
					}
					.fL_info textarea{
						border: none;
						border-bottom: 1px #cacaca solid;
						border-radius: 0;
					}
					.fL_info select{
						width:100%;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.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{
						} */
					       
					/*地址樣式*/
					.fLR_address {
						position:relative;
						padding-left:315px;
						box-sizing: border-box;
					}
					.fLTypeTwEn .fLR_address {
						width: 49.5%;
					}

						.fLR_address select {
							position:absolute;
							left:0px;
							width:100px;
							height:30px;
							padding: 1px 0 1px 7px;
						}
						.fLR_address select:nth-of-type(2) {
							position:absolute;
							left:105px;
						}

						/* input.fLRA_postalCode {
							position:absolute;
							width:100px;
							left:220px;
						} 
						.fLR_address input.fLRA_address {
						}*/
						.fLR_address input.fLRA_postalCode{
							position: absolute;
							width: 100px;
							left: 210px;
						}
						.fLR_address input.address.fLRA_address{
							width: 100%;
						}






					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin:0px 0px 0px 0px;
						}
						
						
						
						
				.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: #6d3007;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#ca0000;
					}	
					
					
					
					
					
					
						@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 {
									top: -6px;
								}
								
							/*地址樣式*/
							.fLR_address {
								padding: 47px 0px 0px;
							}
								.fLR_address select {
									width: 49%;
									top: 0;
								}
								.fLR_address select:nth-of-type(2) {
									left: unset;
									right: 0;
									width: 49%;
									top: 0;
								}
								.fLR_address input.fLRA_postalCode{
									position: unset;
									width: 100%;
									left: unset;
								}
								.fLR_address input.address.fLRA_address{
									margin-top: 5px;
								}
								.fLR_address  input#mp_address {
									margin-bottom: 17px;
								}

								
						}
							@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: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}











/* _複選 ---------------------------*/
.item_checkboxArea{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -5px;
	padding: 0;
	padding: 0px 0px 17px 0px;
}
	.item_checkboxArea label.item_checkbox{
		box-sizing: border-box;
		padding: 5px 5px;
		display: flex;
		align-items: center;
	}
	.item_checkboxArea label.item_checkbox.other{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width:auto;
	}
	.item_checkboxArea label.item_checkbox input[type="checkbox"]{
		margin-right: 5px;
	}
	.item_checkboxArea label.item_checkbox.other input[type="text"]{
		width: 150px;
		height: 20px;
		line-height: 20px;
		margin-left: 5px;
	}
	

  	
@media (max-width: 990px){

	/* .item_checkboxArea label.item_checkbox{
		width: 24.9%;
	} */

}
@media (max-width: 640px){

	/* .item_checkboxArea label.item_checkbox{
		width: 33.2%;
	} */

}
@media (max-width: 510px){

	.item_checkboxArea label.item_checkbox{
		width: 49.5%;
	}

}







/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		width:48%;
		padding: 0px 8px;
		text-align: center;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float: right;
		background-color: #757575;
		color: #fff;
		border: 1px #757575 solid;
	}











/*-------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: #1e4377;
	}
}








/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg{
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 3px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.1;
		color: #333;
	}

		/* 表格_標題 */
		.no_bg caption{
		}

		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: 18px;
					line-height: 24px;
					color: #fff;
					padding: 10px 15px;
					box-sizing: border-box;
					/* border: solid 1px #bebebe; */
					/* border-left: solid 0px #bebebe; */
					/* border-bottom: solid 1px #bebebe;
					border-right: solid 1px #bebebe; */
					background: rgba(175,26,22,1);
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius: 10px;
				}
				.no_bg thead th:last-of-type{
					border-radius:0 10px 0 0;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: 15px;
				line-height: 24px;
				color: #333;
				padding: 15px 10px;
				box-sizing: border-box;
				border-bottom: 1px solid #cccccc;
				border-right: 2px dashed #e6e6e6;
				background: #f5f5f5;
			}
			.no_bg tbody tr td:first-of-type{
				border-left: 1px solid #cccccc;
			}
			.no_bg tbody tr td:last-of-type{
				border-right:1px solid #cccccc;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background: #fff;
			}

		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: rgba(175,26,22,1);
			color: #ffffff;
			border: 1px solid rgba(175,26,22,1);
			height:40px;
			line-height:40px;
			box-sizing: border-box;
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
		}
			.no_bg .cPL_twoBtn input[type='button'] {
				/* width: 49%; */
				max-width: 100px;
    			margin: 5px 2.5px;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #99ca3b;
				border-color:#99ca3b;
			}
					



@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: 10px 14px;
	border-top: solid 0px #ADABAB;
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px #ADABAB;
	padding: 5px 14px 10px 14px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: solid 1px #ADABAB;
}


/*第五個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;
	border-radius:5px;
}
	.no_bg td {
		display:block;
		border:none;
		text-align:left;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		padding: 5px 14px;
	}
	
		.no_bg td:before {
			color: #7b7b7b;
			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%;
		}				




}














/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

	

.main{
	/* padding-top: 80px; */ /* modify by Abby 20240325 start */
	/* margin-top: 95px; */
}





.iN_tit{
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 50px;
	/* color: #02378d;
	text-align:center; */
	text-shadow: rgb(251 251 251) 0px 0px 12px;
}


@media (max-width: 1400px){
	
	.main {
		/* padding-top: 66px; */ /* modify by Abby 20240325 start */
		/* margin-top: 79px; */
	}
	
}

@media (max-width: 1280px){
	.main{
		/* margin-top: 67px; */
	}	

}

@media (max-width: 990px){	

	.main{
		/* margin-top: 66px; */
	}	
		.iN_tit{
			font-size: 30px;
			margin-bottom: 30px;
		}

}

@media (max-width: 425px){	
	
	.main {
		/* margin-top: 59.5px; */
	}

}


/*.index_tit {
	font-size: 1.95em;
	color: #58595B;
}
	.index_titTW{
		position:relative;	
		font-size: 1em;
	}
	
	.index_titTW > h2 {
		font-size:inherit;
		display: unset;
		margin-block-start: unset;
		margin-block-end: unset;
		margin-inline-start: unset;
		margin-inline-end: unset;
		font-weight: unset;
	}
	
	.index_titTW:before{
		position:absolute;
		content:"";
		background-color:#00a73c;
		width:30px;
		height:3px;
		bottom:-25%;
		left: 0%;
		-webkit-transform: translateX(0%) translateY(200%);
		transform: translateX(0%) translateY(200%);
	}*/



/*/////////////////////////////////////////////////////////*/
/*-------首頁_學院區塊--------*/
/*/////////////////////////////////////////////////////////*/

.index_CollegeBg{	
}	
	.index_CollegeArea{
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;	
		padding: 90px 0;
	}


	.index_CollegeBg .wrap{	
		/* width: 70%; */
		width: 1300px;
	}

		.index_CollegeBg ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;

			margin: 0 -50px -50px;
			display: flex;
			flex-wrap: wrap;
			/* justify-content: center; */			
		}
			/* 首頁_學院列表 */
			.index_CollegeBg li{
				padding: 0;
				margin: 0;
				list-style-type: none;
				display: block;
				box-sizing: border-box;
				width: 33.3%;
				padding: 0 50px 50px;
			}

			.index_CollegeList {
				border-top: 11px #B62117 solid;
				position: relative;
				background-color: #343434;
				/* background-color: #000000a6; */
				backdrop-filter: blur(1.5px);
			}
			.index_CollegeList:before {
				position: absolute;
				content: '';
				top: -1px;
				left: 50%;
				transform: translateX(-50%);
				border-top: solid 12.5px #B62117;
				border-left: solid 28px rgba(0,0,0,0);
				border-right: solid 28px rgba(0,0,0,0);
			}



			/* 首頁_學院標題 */
			.index_CollegeTit{
				text-align: center;
				padding: 40px;
				background-color: rgba(175,26,22,1);
				/* background-color: rgba(175,26,22,1)99; */
				font-size: 26px;
				line-height: 1.2;
			}

				.index_CollegeTitIn{
					min-height:calc(26px * 1.2 * 4);
					display: flex;
					justify-content: center;
					align-items: center;
				}
					.index_CollegeTit h4{
						padding: 0;
						margin: 0;
						font-size:inherit;
						line-height:inherit;
						color: #fff;
						font-weight: 700;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 4;
						overflow: hidden;
					}

			/* 首頁_學院簡述 */
			.index_CollegeBrief{
				text-align: center;
				padding: 40px 40px 74px;
				font-size: 24px;
				line-height: 1.2;
				color: #fff;
				/* background-color: #000000a6; */
			}
				.index_CollegeBrief p{
					display: block;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 6;
					overflow: hidden;

					min-height:calc(24px * 1.2 * 6);
				}

				/* 首頁_學院裝飾線段 */
				.index_CollegeBg .lineSegment{
					position: absolute;
					background-color: #b62117;
					width: 100%;
					height: 4px;
					left: 0;
					bottom: 30px;
				}



@media (max-width: 1440px){	
/* @media (max-width: 1350px){	 */

	.index_CollegeBg .wrap{	
		width: 1200px;
	}

}

@media (max-width: 1350px){	
/* @media (max-width: 1280px){	 */

	.index_CollegeBg .wrap{	
		/* width: 70%;
		width: 1200px; */
		width: 95%;
	}
		.index_CollegeBg ul{
			margin: 0 -20px -20px;
			
		}
			/* 首頁_學院列表 */
			.index_CollegeBg li{
				padding: 0 20px 20px;
			}
				.index_CollegeList {
					border-top: 5px #B62117 solid;
				}
				.index_CollegeList:before {
					border-top: solid 6px #B62117;
					border-left: solid 14px rgba(0,0,0,0);
					border-right: solid 14px rgba(0,0,0,0);
				}

				/* 首頁_學院標題 */
				.index_CollegeTit{
					padding: 20px;
					font-size: 20px;
				}
					.index_CollegeTitIn{
						min-height:calc(20px * 1.2 * 3);
					}
						.index_CollegeTit h4 {
							-webkit-line-clamp: 3;
						}

				/* 首頁_學院簡述 */
				.index_CollegeBrief{
					font-size: 16px;					
					padding: 20px 20px 44px;
				}
					.index_CollegeBrief p{
						-webkit-line-clamp: 5;

						min-height:calc(16px * 1.2 * 5);
					}

					.index_CollegeBg .lineSegment {
						height: 3px;
						bottom: 20px;
					}
}



@media (max-width: 990px){	

	.index_CollegeBg .wrap{	
		width: 85%;
	}

}


@media (max-width: 768px){	

	.index_CollegeArea {
		padding: 40px 0;
	}
		.index_CollegeBg ul {
			display: block;
			margin: 0 0px -30px;
		}
			.index_CollegeBg li {
				width: 100%;
				padding: 0 0px 30px;
			}

			.index_CollegeTitIn {
				min-height: unset;
			}
				.index_CollegeTit h4 {
					/* -webkit-line-clamp: unset; */
				}
			.index_CollegeBrief p {
				/* -webkit-line-clamp:unset; */
				min-height: unset;
			}
}











/*/////////////////////////////////////////////////////////*/
/*-------首頁_廣告圖區塊--------*/
/*/////////////////////////////////////////////////////////*/

.index_AdBg{	
}
	.index_AdArea{	
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;	
		/* background-attachment: fixed; */
		padding: 90px 0;
	}

	.index_AdText{	
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;		
	}
		.index_AdText h3{
			max-width: 50%;
			padding: 0;
			margin: 0;
			font-size: 80px;
			line-height: 1.2;
			text-align: center;
			font-weight: 800;
			color: #fff;
		}
	

@media (max-width: 1400px){	

	.index_AdArea{	
		padding: 50px 0;
	}
	.index_AdText h3{
		max-width: 70%;
		font-size: 55px;
	}
}

@media (max-width: 640px){	

	.index_AdArea{	
		padding: 30px 0;
	}
	.index_AdText h3{
		max-width: 80%;
		font-size: 35px;
	}
}










    




			

/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.imain{
	/* padding: 80px 0 0; */ /* modify by Abby 20240325 start */
}

.imain .wrap {
    width: 80%;
}



/*首頁網編區塊標題*/
.index_tit {
	font-size: 35px;
	line-height:35px;
	font-weight: bold;
	/*color: #1e4377;*/
	color: #ffffff;
	text-align:center;
	margin-bottom: 40px;
}
.index_tit > h1 {
    display:inherit;
    font-size:inherit;
    margin-block-start:inherit;
    margin-block-end:inherit;
    margin-inline-start:inherit;
    margin-inline-end:inherit;
    font-weight:inherit;
}
	.index_titTW{
	}

	









/*內頁banner*/
.inbanner {
    /* background-size: cover; */
    background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    height:100vh;
    overflow: hidden;
    display: flex;
}
	.inbannerTit{
		position: relative;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		z-index: 2;
		margin: 0 auto;
		padding: 0;
	}
		.inbanner h3{
			padding: 0;
			margin: 0;
			color:#fff;
			/* font-size: 21px; */
			font-size: 50px;
			line-height: 1;
			letter-spacing: 5px;
			font-weight: 700;
			text-align: center;
			/* text-shadow: rgb(104 169 246) 0px 0px 10px; */
			/* text-shadow: rgb(82 82 82) 0px 0px 10px; */
		}
		.inbanner h3:after {
			display: none;
			content: " ";
			position: absolute;
			z-index: 0;
			bottom: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			height: calc(100px * 0.7);
			width: 1px;
    		background: #ffffff;
			/* width: 1px;
			background: rgba(255, 255, 255, 0.6); */
		}
		
.inbannerText{
	/* padding: 0 17%; */
	box-sizing: border-box;
	margin: 25px 0;
	line-height: 1.5;
	text-align: left;
	color: #000;
}
.inbannerText02{
	text-align: left;
}


.inbanner img{
	width: 100%;
	position: relative;
	display: none;
}




.pageContent {
    /* padding: 50px 0px; */
    position: relative;
}






/*麵包屑*/
.crumb {
	font-size: 13px;
	line-height: 15px;
	color: #5f6267;
	padding: 15px 0px;
	word-wrap: break-word;
	/*margin-top:20px;*/
}
	.crumb a {
		color: #5f6267;
		text-decoration:none;
	}
	.crumb a:first-of-type {
		color: rgba(175,26,22,1);
	}
	.crumb a:hover {
		opacity:0.5;
	}	
	.crumb span.crumbActive {
		color: rgba(175,26,22,1);
	}	
	.crumb span.crumbActive  a{
		color: rgba(175,26,22,1);
		text-decoration:none;
	}


	














/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	font-size: 32px;
	line-height: 1.5;
	color: #2e282a;
	font-weight:bolder;
	/*text-align: center;*/
}
.titStyle1.titStyle1_center{
	text-align: center;
	margin-bottom: 25px;
	line-height: 2;
}
.titStyle1::before{
	content: '';
	background: rgba(190,25,23,1);
	width: 0.3em;
    height: 100%;
	display: block;
}
	.titStyle1 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;

		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
	font-size: 16px;
    line-height: 1.5;
	color: #2e282a;
	font-weight:bolder;
	margin-top: 25px;
}
	.titStyle2 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
		margin-top: 0;
	}
	.titStyle2Date {
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1;
		color: #595757;
	}





/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 25px;
    line-height: 35px;
	color:#1e4377;
	font-weight:bolder;
	margin:20px 0px 30px;
}

	.titStyle3 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	
	
/*/////////////////////////////////////////////////////////*/
/*-------內頁標題--------*/
/*/////////////////////////////////////////////////////////*/

.inmain_title{
	color: #222;
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 1px;
	text-align: center;
}

.inmain_title_deco{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
}
.inmain_title_deco_line{
	display: inline-block;
	vertical-align: middle;
	height: 1px;
    width: 20px;
    background: #efefef;
}

.inmain_title_deco .material-icons{
	transform: rotate(45deg);
	margin: 10px ;
	color: rgba(175,26,22,1);
}

.inmain_title02 {
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 20px;

	color: #000;

font-size: 30px;
display: inline-block;
width: fit-content;

}
.inmain_title02::before{
	content: '';
	width: 55px;
	height: 8px;
	background-color:rgba(175,26,22,1);
	display: block;
transition: all .3s ease;

}
.inmain_title02:hover::before{
	width: 100%;
}
@media (max-width: 990px) {
	
	.inbanner{
		background: none !important;
		height: auto !important;
		position: relative;
	}
.inbanner img{
	position: relative;
	display: block;
}
.inbannerTit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

	.titStyle1 {
		font-size: 26px;
	}
	.inmain_title{
		font-size: 24px;
	}
	.inmain_title_deco {
		margin: 10px 0;
	}
	.inmain_title02 {
		font-size: 22px;
		line-height: 1.2;
	}
	.inmain_title02.blank{
		margin-top: 50px;
	}
}

@media (max-width: 540px) {
	.titStyle1.titStyle1_center {
		line-height: 1.5;
	}
}




.containerIn{
	padding:30px 0px 0px;
}







	
	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:40px;
	padding-top:10px;
}
		
			
	/*左側*/
	.left{
		/*display:none;*/
		/*float:left;*/

		width:275px;
		box-sizing:border-box;
	}
	
	.left.leftPc{
		display:block;
	}
		
		/*左側表單名稱*/
		.leftList_tit{
			/*background-color: #fcfcfc;*/
			text-align:center;
			background-color: rgba(175,26,22,1);
			text-align: center;
			font-size: 30px;
			line-height: 1.2;
			font-weight: 500;
			word-break: break-word;
			padding: 15px 0px;
			color: #fff;
			/*font-family: 'Noto Sans JP', sans-serif;*/
		}
		
		/*左側選單列表*/
		.leftListArea{
			/* margin: 10px 0px 0px; */
			/*background-color: #fcfcfc;*/
		}
			.leftList{
				font-size: 15px;
				line-height: 1.5;
				border-bottom: 1px #878787 solid;
			}
			
			.leftList.leftList2 > a{
				position:relative;
			}	

					
			/*.leftList.leftList2 > a:before{
				position: absolute;
				content:"+";
				font-size:15px;
				color:#3e3e3e;
				right:12px;
				top: 50%;
				transform:translateX(0%) translateY(-50%);
				-webkit-transform:translateX(0%) translateY(-50%);
				transition: 0.3s ease all;
				font-family: 'Kulim Park', sans-serif;
			}
			.leftList.leftList2.show > a:before{
				content:"-";
				transition: 0.3s ease all;
			}			

			.leftList.leftList2.active > a{
				position:relative;
			}	
					
			.leftList.leftList2.active > a:before{
				content:"-";
			}
			.leftList.leftList2.active.show > a:before{
				content:"-";
			}*/			
			
			
			
						
			
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#8e8e8e;
					padding: 10px 30px 10px 10px;
					position: relative;
					/* font-size: 18px; */
					line-height: 22px;
					word-break: break-word;
					border-radius: 5px;
					/*font-family: 'Noto Sans JP', sans-serif;*/
				}
					
				.leftList.active > a{
					color: #231815;
					background-color:#eaeaea;
				}
				.leftList.active .leftList_top{
					background-color:#eaeaea;
				}
				.leftList:hover > a{
					color: #231815;
					background-color:#eaeaea;
				}
				
				
			
					.leftList_top {
						position:relative;
						padding-right: 30px;
					}	
									
					.leftList_top a{
						display: block;
						text-decoration: none;
						color: #8e8e8e;
						padding: 10px 10px 10px 10px;
						/* position: relative; */
						/* font-size: 18px; */
						/* line-height: 1.5; */
						word-break: break-word;
					}
					
					/*.leftList_top.active a{
						color:#231815;
					}*/
					
					
					.leftList.active .leftList_top a ,
					.leftList.leftList2.active .leftList_top a{
						color: rgba(175,26,22,1);
					}

					.leftList.active .leftList_top a:hover ,
					.leftList.leftList2.active .leftList_top a:hover{
						color: #8e8e8e;
						opacity:0.5;
					}				
				
					.leftList.leftList2 .leftList_Add {
                        position: absolute;
                        top: 50%;
                        right:0px;
                        max-width: 100%;
                        max-height: 100%;
                        transform:translateX(0%) translateY(-50%);
                        -webkit-transform: translateX(0%) translateY(-50%);
                        z-index: 2;
                     }	
					 .leftList_Add:hover {
                       cursor: pointer;
					   transition: 0.3s ease all;
					   opacity:0.5;
                     }
				
			
					
					.leftList.leftList2 .leftList_Add:before {
						position: absolute;
						text-align: center;
						content: "+";
						font-size: 15px;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						left: -30px;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
						font-family: 'Kulim Park', sans-serif;
					}									
					.leftList.leftList2.active .leftList_Add:before {
						position: absolute;
						content: "-";
						font-size: 19px;
						font-weight: lighter;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
					}	
				
				
				
					/*第二層選單樣式*/
					.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
						content: '';
						position: absolute;
						
						border-top: solid 6px #000;
						border-left: solid 4px rgba(255,255,255,0);
						border-right: solid 4px rgba(255,255,255,0);	
						
						border-bottom-width: 0px;
						top: 24px;
						right: 12px;
					}
				
				/*左側選單列表第二層*/
				.leftList_open{
					display: none;
				}
				.leftList_open.active{
					display:block;
				}
					.leftList_open_list{
					}
						.leftList_open_list a {
							display: block;
							transition: 0.3s ease all;
							color: #838383;
							padding: 10px 30px 10px 27px;
							font-size: 15px;
							/* line-height: 20px; */
							font-weight:normal;
							word-break: break-word;
						}
						.leftList_open_list.active a {
							color: rgba(175,26,22,1);
						}
						.leftList_open_list a:hover {
							color: rgba(175,26,22,1);
							text-decoration:none;
						}



						/*左側選單列表第三層*/
						.leftList_openIn{
							position: relative;
							/* padding-right: 30px; */
							/* display: none; */
						}
							.leftList_open_list ul{
								padding: 0;
								margin: 0;
								list-style-type: none;
								/* display: block;	 */
								
								display: none;
							}
							
							.leftList_open_list ul.active{
								display: block;
							}

							.leftList_open_list li{
								padding: 0;
								margin: 0;
								list-style-type: none;
								display: block;								
							}
								.leftList_open_list li a{
									display: block;
									text-decoration: none;
									/* color: rgba(175,26,22,1); */
									color: #333;
									padding: 10px 30px 10px 45px;
									font-size: 14px;
									line-height: 1.2;
								}
								.leftList_open_list.active li a{
									color: #333;
								}

								.leftList_open_list li.active a{
									color: rgba(175,26,22,1);
								}

								.leftList.leftList2 .leftList_Add2 {
									position: absolute;
									top: 50%;
									right:0px;
									max-width: 100%;
									max-height: 100%;
									transform:translateX(0%) translateY(-50%);
									-webkit-transform: translateX(0%) translateY(-50%);
									z-index: 2;
									cursor: pointer;
								 }	
								 .leftList_Add2:hover {
								   cursor: pointer;
								   transition: 0.3s ease all;
								   opacity:0.5;
								 }
							
						
								
								.leftList_open_list .leftList_Add2:before {
									position: absolute;
									text-align: center;
									content: "+";
									font-size: 15px;
									color: #8e8e8e;
									transition: 0.3s ease all;
									top: 50%;
									left: -30px;
									transform: translateX(0%) translateY(-50%);
									-webkit-transform: translateX(0%) translateY(-50%);
									width: 30px;
									font-family: 'Kulim Park', sans-serif;
								}									
								.leftList_open_list.active .leftList_Add2:before {
									position: absolute;
									content: "-";
									font-size: 19px;
									font-weight: lighter;
									color: #8e8e8e;
									transition: 0.3s ease all;
									top: 50%;
									transform: translateX(0%) translateY(-50%);
									-webkit-transform: translateX(0%) translateY(-50%);
									width: 30px;
								}









								
		
		
		
	/*右側*/
	.right{
		/*float:right;*/
		box-sizing:border-box;
		width:calc(100% - 350px);
		/* padding-left:2%;
		min-height:400px; */
		/*width: 100%;*/
		/*padding-top:9px;
		margin-bottom: 20px;*/
	}
	
	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		padding-left: 0px;
	}

		/*右側名稱*/
		.right_tit{
			font-size:24px;
			line-height:34px;
			padding-bottom:15px;
			color:#221912;
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}
		
		
		
		
	
/*內頁上方選單*/
.rightTopArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -5px 20px;
}
	.rightTopList{
		box-sizing:border-box;
		width:20%;
		text-align:center;
		margin-bottom:10px;
		padding:0px 5px 0px;
	} 
	.rightTopList.active {
	}
	.rightTopList.active a {
		background-color: #000;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: #231815;
    		padding: 10px 5px;
			/*padding: 0px 3px;
			margin:10px 0px;*/
			font-size:13px;
			line-height:15px;
			color:#fff;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}     
		.rightTopList a:hover{
			transition: all 0.3s ease-out;
			background-color: #000;
			opacity:0.5;
		} 		
	
	
	
		
		
		
		/*網編區------------------------------------------*/
		.textArea{
			font-size: 14px;
			line-height: 1.8;
			color: #000;
			word-wrap: break-word;
			/*word-break: break-all;*/
		}
			.textArea img {
				max-width:100%;
				height:auto;
			}
			.textArea a {
				text-decoration:none;
				transition: 0.3s ease all;
				color: rgba(190,25,23,1);
			}			
			.textArea a:hover {
				opacity:0.5;
				transition: 0.3s ease all;
			}	
			
			.textArea ul {
				padding-left: 20px;
			}	
			
			
			
			
			
			
			
			
			
						
			
		/*按鈕*/
		.btn_area {
			text-align:center;
			margin:40px 0px 0px;
		}
		.btn_area > input{
			margin:0px 10px;
			border-radius: 3px;
			background-color: rgba(175,26,22,1);
			color: #fff;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			/* background: #fff0; */
			/* color: #231815; */
			border: 0px solid #231815;
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 0px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		/* .btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		} */
		
		
		
		
		
	
/*內頁上方選單--------------------------------------------------------------------*/	
	
		
	/* 上方選單 */
	ul.top_bar{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 -10px -20px;
		padding-bottom: 30px;
	}
		ul.top_bar li{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
			box-sizing: border-box;
			/* background-color: #000; */
			padding: 0 10px 20px;

			max-width: 25%;
    		word-break: break-word;
		}
			ul.top_bar li a{
				display: block;
				text-decoration: none;
				font-size: 14px;
				line-height: 1.2;
				color: #fff;
				/* background-color: rgba(175,26,22,1); */
				background-color: #939393;
				padding: 10px;
				border-radius: 3px;
				transition: 0.3s ease all;
			}
			/* 當前模式 */
			ul.top_bar li.active a ,
			ul.top_bar li a:hover{
				transition: 0.3s ease all;
				background-color: #b62117;
			}
				


@media (max-width: 1400px){	

	.imain{
		/* padding: 66px 0 0; */
	}


}	
		
		
@media (max-width: 1280px){		
	
	.imain .wrap {
		/* width: 85%; */
		width: 95%;
	}
	
}		
		
		
		
@media (max-width: 1200px){
		
.container > .wrap {
    width: 80%;
}	
	
	
	/*首頁輪播點點*/
	.wrap.pagination_wrap{
		width: 98%;
		padding: 0;
	}
	
	/*左側*/
	/* .left{
		width:200px;
		min-width: 200px;
	} */
		
	/*右側*/
	/*.right{
		width:65%;
	}*/
	
}



@media (max-width: 990px){


	.imain{
		/* padding: 0px 0 0; */
	}
		.imain .wrap {
			width: 85%;
		}

	/*麵包屑*/
	.crumb {
		/* font-size: 15px;
		line-height: 20px; */
	}

	.containerIn {
		padding: 20px 0px 0px;
	}
	
	.inbanner h3{
		font-size: 30px;
		/* padding: 0 2%; */
	}



/*內頁上方選單*/
.rightTopArea{
	display:none;
}
	
.container{
	/*display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
	 padding-top: 20px; */
}

	/*左側*/
	.left{
		/* display:block; */
		width:100%;
		min-width:inherit;
		margin-bottom: 20px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			position:relative;
			cursor:pointer;
			padding: 10px 20px;
			display: block;
			font-size: 20px;
			text-align: center;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 50%;
			right: 10px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			border-top: solid 6px #fff;
			border-left: solid 4px rgba(255,255,255,0);
			border-right: solid 4px rgba(255,255,255,0);
			border-bottom-width: 0px;
			transition: 0.3s ease all;
		}
		
		.leftList_tit.active:after {
			-webkit-transform: translateY(-50%) rotate(180deg);
			transform: translateY(-50%) rotate(180deg);
			transition: 0.3s ease all;
		}
		
		
		
		/*左側表單*/
		.leftListArea{
			display:none;
			margin: 0;
			/*background: #f7f7f7;
			margin: 20px 0px 0px;*/
		}
		.leftList {
			/* font-size: 16px; */
			display: block;
			padding: 0;
			border-bottom: none;
		}
		
		.leftListArea.show {
			display: block;
		}
		.leftList > a {
			background-color: #fff;
			border-radius:0px;
			border: 0px #b3b3b3 solid;
			border-bottom: 1px #b3b3b3 dashed;
		}
	
	
			/*.leftList > a {
				font-size: 20px;
			}*/	
	
	
	
	
	
	
	
	/*右側*/
	.right{
		width:100%;
		padding-left:0px;
		min-height: 200px;
		/*min-height: unset;*/
	}




		/*網編區------------------------------------------*/
		.textArea{
			font-size:15px;
		}

	/*內頁上方選單-------------*/				
	ul.top_bar{
		margin: 0 -5px -10px;
		padding-bottom: 20px;
	}
		ul.top_bar li{
			text-align: center;
			width: 50%;
			padding: 0 5px 10px;
			max-width: unset;
		}
		ul.top_bar li a{
			padding: 10px 5px;
		}


}


@media (max-width: 768px){

	.imain{
		/* padding-top: 67px; */
		overflow: hidden;
		/* padding: 0px 0 0; */
	}
	

	/*內頁banner--------------------------*/
	.inbanner{
		/* height: 200px; */
	}	
		.inbannerTit{
			/* padding: 70px 0; */
			width: 75%;
		}
		.inbanner h3:after {
			height: calc(70px * 0.7);
		}






	/*麵包屑*/
	.crumb {
		text-align: left;
	}




	/*左側*/
	.left{
		margin-bottom: 30px;
	}	
			
		/*左側表單名稱*/
		.leftList_tit{
			display: block;
			/* font-size: 22px;
			line-height: 25px; */
		}	
		
		
		
		/*內頁標題樣式1-----------------------------------------*/
		.titStyle1{
			/* font-size: 18px;
			line-height: 23px; */
		}
		
		
		/*內頁標題樣式2-----------------------------------------*/
		.titStyle2{
			/* font-size: 18px;
			line-height: 23px; */
		}
		
		/*內頁標題樣式3-----------------------------------------*/
		.titStyle3{
			font-size: 16px;
			line-height: 20px;
			margin: -5px 0px 20px;
		}

}


	
	@media (max-width: 540px) {
		
		.inbanner h3 {
			font-size: 21px;
		}
	}

@media (max-width: 425px){


	/*按鈕*/
	.btn_area {
	}
	
		.btn_area input {
			/*width: 45%;*/
			margin: 0px 5px;
		}


}
	
	
	
	



























/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:transparent;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid transparent; background:transparent;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-family: 'BenchNine', sans-serif;}  /*頁數樣式*/
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}







		












/*/////////////////////////////////////////////////////////*/
/*-------常見問題--------*/
/*/////////////////////////////////////////////////////////*/




	/*常見問題列表*/
	.qa_list_area {
		padding:23px 0px 10px 0px;
	}
		.qa_list {
			border-bottom: solid 1px #dadada;
		}
			.qaL_tit {
				font-size:15px;
				line-height:22px;
				color:#333;
				position:relative;
				padding:11px 27px 11px 44px;
				cursor:pointer;
			}
				.qaL_tit:before {
					content:'?';
					position:absolute;
					font-size:13px;
					color:#fff;
					border-radius:100%;
					background: rgba(175,26,22,1);
					width:25px;
					height:25px;
					text-align:center;
					line-height:25px;
					font-weight:bold;
					top:9px;
					left:8px;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
				}
				.qaL_tit:after {
					content:'+';
					position: absolute;
					font-size:19px;
					color: #585858;
					top: 9px;
					right: 8px;
					transition:0.3s ease all;
					transform-origin:center center;
				}
				
			.qaL_text {
				position:relative;
				font-size:14px;
				line-height:24px;
				color:#464545;
				padding:11px 27px 11px 44px;
				display:none;
			}
				.qaL_text:before {
					content:'！';
					position:absolute;
					border-radius:100%;
					text-align:center;
					width:25px;
					line-height:25px;
					font-size:13px;
					color:#fff;
					background:#b62117;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
					top:9px;
					left:8px;
				}
				/*hover*/
				.qaL_tit:hover {
					/*background:#eaeaea;*/
					background-color: #e5e9ea;
				}
				/*當前模式*/
				.qa_list.active .qaL_tit {
					background-color: #e5e9ea;
					/*background:#eaeaea;*/
					border-radius:5px;
				}
					.qa_list.active .qaL_tit:after {
						-webkit-transform: rotate(45deg);
								transform: rotate(45deg);
						top:11px;
						font-size:21px;
					}
					





					








/*/////////////////////////////////////////////////////////*/
/*-------活動花絮--------*/
/*/////////////////////////////////////////////////////////*/


	
.photo_area{
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -15px -30px; 
	/*padding-bottom: 40px;*/
}

.photo_ListA{
	width: 33.3%;
	/* 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.8;		
				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_box{
						margin-bottom: 50px;
					}		
									.gallery_title{
										color: #222;
										font-size: 26px;
										line-height: 42px;
										margin-bottom: 15px;
									}
						.gallery_brief{
							color: #5f6263;
							margin-bottom: 25px;
						}
					.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;
									position:relative;
									padding-top:100%;
								}  
								.gallery_IMG img{
									width:100%;
									height:auto;
									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_brief{
								display:none;
								padding:15px 0px 0px;
								font-size:15px;
								line-height:20px;
								color:#8b989e;
							}
							
					
@media (max-width: 1440px) {
	.gallery_box .gallery_List{
		width: 33.3%;
	}
}					


@media (max-width:990px){
	
	.photo_ListA{
		/* width: 33.3%; */
	}
	.photo_List{
		/*width: 33.3%;*/
	}
	
	.gallery_box .gallery_List{
		width: 50%;
	}
	.gallery_title {
		font-size: 20px;
		line-height: 1.2;
	}
}

						
		
@media (max-width:768px){
	
	.photo_ListA{
		width: 50%;
	}	
		.photo_title span {
			font-size: 20px;
		}	

	.gallery_List{
		width:50%;
	}

}	
	@media (max-width: 540px) {
		
	}

@media (max-width:510px){
	.gallery_box {
		margin-bottom: 25px;
	}
	.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_box .gallery_List{
	width:100%;
}
	.gallery_List{
		width:100%;
		padding: 0px 0px 20px;
	} 
}		
						
						
						
						
						


/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.downloadArea{
	margin: 0px -15px -30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
	/*下載列表_清單*/
	.dLA_list{
		padding: 0px 15px 30px;
		/* float: left; */
		width: 100%;
		box-sizing: border-box;
	}
	
		/*下載列表_清單_in*/
		.dLA_list_in{
			background: rgba(230, 230, 230, 0.8);
			padding: 25px 25px;
			border-radius: 7px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
		
		/*下載列表_清單_左側*/
		.dLAL_left{
			/* float:left; */
			box-sizing:border-box;
			width: calc(100% - 60px);
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #333;
				font-size: 16px;
				line-height: 1.2;
				/* font-weight: bolder; */
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:5px;
				/*font-family: 'Raleway', sans-serif;*/
    			color: #393939;
				font-size: 14px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;

				/* display: none; */
			}
		
		/*下載_按鈕*/
		.download_btn{
			/* float: right; */
			box-sizing: border-box;
			/* width: 50px; */
			width:48px;
			text-align: center;
		}
			.download_btn a{
				display:block;
				color: rgba(175,26,22,1);
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 5px;
				background: rgba(175,26,22,1);
				border-radius: 50%;
				/* border:1px solid rgba(175,26,22,1); */
				transition: 0.2s ease all;
				opacity: 1;
			}
			.download_btn:hover a{
				opacity: .7;
				transition: 0.2s ease all;
			}

			.download_btn svg{				
				width: 20px;			
				height: 20px;			
				fill: #fff;
			}


			



@media (max-width:860px){
	
/*下載列表*/
.downloadArea{
	margin: 0px 0px -15px;
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
}
	/*下載列表_清單*/
	.dLA_list{
		padding: 0px 0px 15px;
		width: 100%;
	}

}

@media (max-width:640px){
	
	/*下載列表_清單_in*/
	.dLA_list_in{
		display:block;
		align-items:unset;
		justify-content:unset;
		padding: 20px 20px;
	}
		/*下載列表_清單_左側*/
		.dLAL_left{
			width: 100%;
		}
		/*下載_按鈕*/
		.download_btn{
			width: 100%;
			margin: 15px 0 0;
		}
			.download_btn a {
				padding: 7px 5px;
				border-radius: 4px;
			}
}









/*/////////////////////////////////////////////////////////*/
/*-------校友--------*/
/*/////////////////////////////////////////////////////////*/
	

/*校友列表*/
.alumni_area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 -20px;
}
	.alumni_list {
		padding: 0px 0px 20px;
		width:48%;
		box-sizing:border-box;
		border-bottom: 1px #c3c3c3 dashed;
		margin-bottom: 20px;
	}
	
		.alumni_list a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
		}
		
		.alumni_right {
		}
			.alumni_time {
				font-size: 14px;
				line-height: 1;
				color: #595757;
			}

			.alumni_tit {
			}
				.alumni_tit a {
					color:rgba(175,26,22,1);
					font-size: 16px;
					line-height:30px;
					margin: 9px 0px;
					overflow : hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}
				.alumni_tit a:hover {
					color: #000;
				}


			.alumni_remark {
				color:#8b989e;
				font-size: 13px;
				line-height: 1.2;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
			
			/*繼續閱讀按鈕*/
			.inMore{
				padding-top: 20px;
			}
				.inMore a{
					display: flex;
					align-items: center;
					color:#b62117;
					font-size: 13px;
					line-height:23px;
					border-radius: 4px;
					text-decoration: none;
					transition: all 0.3s ease;
				}
				.inMore span{
					display: block;
					box-sizing: border-box;
					font-size: 13px;
					line-height:23px;
					padding-right: 15px;
				}
				.inMore svg{
					display: block;
					box-sizing: border-box;
					width: 23px;
					height: 23px;
					box-sizing: border-box;
					/* border-radius: 50%;
					font-size: 20px;
					line-height: 21px;
					vertical-align: -22%;
					color: #ffffff;
					transition: all 0.3s ease;
					background-color: #b62117; */
				}
			/* .inMore i{
				border-radius: 50%;
				font-size: 20px;
				line-height: 21px;
				vertical-align: -22%;
				color: #ffffff;
				transition: all 0.3s ease;
				background-color: #b62117;
			}				 */
			
			
			/*hover*/
			.inMore a:hover{				
				opacity: 0.8;
				transition: all 0.3s ease;
			}
			.inMore a:hover svg{	
				transition: all 0.3s ease;
				transform: translateX(15px);
			}
			

@media (max-width: 990px){
	
/*校友列表*/
.alumni_area {						
	display:block;
	flex-wrap: unset;
	flex-direction: unset;
	justify-content: unset;
	margin-bottom: -30px;
}
	
	.alumni_list{
		width:100%;
		/* padding: 0 0 20px; */
		margin-bottom: 20px;
		/* padding:0px 0px 30px; */
	}	
	/*.alumni_list:nth-child(2n+1) {
		padding-right:0px;
	}	
	.alumni_list:nth-child(2n) {
		padding-left:0px;
	}							
	.alumni_right {
		
	}*/					

	/* .alumni_right {
		min-height: 201px;
		display:block;
		padding: 15px 0px 0px;
		min-height:inherit;
	} */
}
					

					






/*/////////////////////////////////////////////////////////*/
/*-------最新消息模組--------*/							
/*/////////////////////////////////////////////////////////*/
	

/* 最新消息模組 */
ul.newsArea{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -20px -40px;
}

    /* 最新消息列表 */
	ul.newsArea li{	
		padding: 0;
		margin: 0;	
		box-sizing: border-box;
		width: 25%;
		padding: 0 20px 40px;
	}
		.newslist{
		}

			/* 最新消息列表_圖 */
			.news_Img{
				overflow: hidden;
			}
				.news_Img a{
					text-decoration: none;
					display: block;
					padding-top: 140%;
					position: relative;
					/* background-color: #000; */
				}
				.news_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;
				}
				.news_Img a:hover{
					/* opacity: 0.5; */
					transform: scale(1.1);
					transition: all 0.3s ease-out;
				}

            /* 最新消息列表_日期 */
			.news_time{
				font-size: 14px;
				line-height: 1;
				color: #595757;
				padding-top: 20px;
			}

			/* 最新消息列表_標題 */
			.news_tit{
			}
				.news_tit a{
					text-decoration: none;
					color: rgba(175,26,22,1);
					font-size: 16px;
					line-height: 1.2;
					margin: 9px 0px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}
				.news_tit a:hover{
					/* opacity: 0.5; */
					color: #b62117;
					transition: all 0.3s ease-out;
				}

            .newsArea .inMore{
				padding-top: 10px;
			}
				.newsArea .inMore a{
				}
					.newsArea .inMore span{
					}
					.newsArea .inMore svg{
					}
					



@media (max-width: 1100px){

/* 最新消息模組 */
ul.newsArea{
	margin: 0 -10px -20px;
}

    /* 最新消息列表 */
	ul.newsArea li{	
		width: 50%;
		padding: 0 10px 20px;
	}
	.news_time {
		padding-top: 10px;
	}
	.newsArea .inMore {
		padding-top: 5px;
	}
}

@media (max-width: 640px){

	/* 最新消息模組 */
	ul.newsArea{
		margin: 0 0px -20px;
		display: block;
		flex-wrap: unset;
	}
	
		/* 最新消息列表 */
		ul.newsArea li{	
			width: 100%;
			padding: 0 0px 20px;
		}
}




















/*/////////////////////////////////////////////////////////*/
/*Our People模組*/
/*/////////////////////////////////////////////////////////*/	

.peopleBg{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -30px -60px;
	/* margin: 0 auto -30px;
	max-width: 80%; */
}
	/* 學院人員列表 */
	.peopleList{
		/* width: 25%; */
		width: 33.3%;
		box-sizing: border-box;
		/* padding: 0px 4% 30px; */
		padding: 0 30px 60px;
	}




		.peopleList a{	
			display: block;
			text-decoration: none;
			color: rgba(175,26,22,1);
			/* color: #696969; */
		}

		.peopleListImg{	
			box-sizing: border-box;
			/* overflow: hidden;
			background-color: #000;
			position: relative;
			padding-top: 100%;
			display: block; */
		} 
		.peopleListImg span{	
			overflow: hidden;
			position: relative;
			padding-top: 100%;
			display: block;
		} 
			.peopleListImg img{	
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				border-radius: 50%; 
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
				background-color: #f5f5f5;
			} 	
		
		/* 學院人員列表資訊 */
		.peopleList ul{
			text-align: center;
			list-style-type: none;
			/* padding-left: 40px; */
			padding: 0;
			font-size: 15px;
			line-height: 1.2;
			margin-top: 15px;
			/* font-weight: bolder; */
		}
			.peopleList li{	
				padding: 5px 0;					
				/* font-size: 14px;
				line-height: 1.2; */
				color: #696969;
				word-wrap: break-word;
				/* word-break: break-all; */

				display: flex;
				flex-wrap: wrap;
    			align-items: center;
				justify-content: center;
			}
			.peopleList li:first-of-type{	
				/* color: rgba(175,26,22,1);
				font-size: 16px;
				line-height: 18px; */
			}	
			.peopleList li:before {
				content: attr(data-name);
				color: #b1b1b1;
			}
			.peopleList li.more{
				color: #B62117;
				cursor: pointer;
			}
			.peopleList li.more:before {
				color: #B62117;
			}
			.peopleList li.more svg{
				height: 18px;
				width: 18px;
				fill: #B62117;
				margin-left: 5px;
			}
			
		.peopleList a:hover .peopleListImg img{	
			/* opacity: 0.5; */
			transition: 0.3s ease all;
			/*transform: scale(0.8);*/
		}
		.peopleList a:hover{
			/* opacity: 0.5; */
			transition: 0.3s ease all;
		}
		.peopleList a:hover li.more svg{
			transform: translateX(15px);
			transition: 0.3s ease all;
		}


	/* 院長 ---------------------------------------*/
	.peopleDeanBg{
		margin-bottom: 60px;
		justify-content: center;
		margin: 0;
		/* border-bottom: 1px #eaeaea solid; */
	}
		.peopleDeanBg .peopleList{
			width: 100%;
			padding: 0 0 60px;
		}
			.peopleDeanBg .peopleList .student{
				display: flex;
				align-items: center;
			}
				.peopleDeanBg .peopleListImg {
					width: 25%;
					padding-right:  30px;
					box-sizing: border-box;
				}
				.peopleList.no_img .peopleList_info{
					width: 100%;
				}
				.peopleList_info{
					width: 75%;
				}
				.peopleList_name{
					font-weight: 600;
					font-size: 20px;
					
				}
				.peopleList_text{
					margin: 25px 0;
					line-height: 1.3;
				}
				.peopleDeanBg .peopleList ul {
					text-align: left;
					margin: 0;
					padding: 0 30px;
					max-width: calc(100% - 33.3%);
				}
					.peopleDeanBg .peopleList li {
						justify-content: unset;
					}
					






/* @media (max-width: 1280px){

	.peopleBg {
		max-width: unset;
	}

} */

@media (max-width: 1440px){

	.peopleBg {
		max-width: unset;
		margin: 0 -20px -40px;
	}	
		.peopleList {
			/* width: 50%; */
			padding: 0px 20px 40px;
		}


		/* 院長 ---------------------------------------*/
		.peopleDeanBg{
			margin-bottom: 40px;
		}
			.peopleDeanBg .peopleList a{
				/* margin: 0 -20px; */
			}
				.peopleDeanBg .peopleListImg {
					/* padding: 0 20px; */
				}

				.peopleDeanBg .peopleList ul {
					padding: 0 20px;
				}

}

@media (max-width: 1280px){
/* @media (max-width: 860px){ */

	.peopleBg {
		max-width: unset;
		/* margin: 0 -15px -30px; */
	}	
		.peopleList {
			/* width: 50%; */
			/* padding: 0px 15px 30px; */
		}
		.peopleList ul {
			/* text-align: left; */
		}



		/* 院長 ---------------------------------------*/
		.peopleDeanBg{
			margin-bottom: 30px;
		}
			.peopleDeanBg .peopleList a{
				/* margin: 0 -15px; */
			}
				.peopleDeanBg .peopleListImg {
					width: 50%;
					/* padding: 0 15px; */
				}

				.peopleDeanBg .peopleList ul {
					padding: 0 15px;
					max-width: calc(100% - 50%);
				}


}
@media (max-width: 990px) {
	.peopleBg {
		margin: 0 -15px -30px;
	}	
		.peopleList {
			width: 50%;
			padding: 0px 15px 30px;
		}
}
@media (max-width: 768px) {
	
	.peopleDeanBg .peopleList .student{
		display: block;
	}
	.peopleDeanBg .peopleListImg{
		padding-right: 0;
		margin: 0 auto;
	}
	.peopleList_info{
		margin-top: 15px;
		width: 100%;
	}
}
 @media (max-width: 640px){ 
	
	.peopleBg {
		max-width: unset;
		margin: 0 0px -20px;
	}	
		.peopleList {
			width: 100%;
			padding: 0px 0px 20px;
		}
			.peopleList ul ,
			.peopleDeanBg .peopleList ul {
				max-width: unset;
				margin-top: 15px;
			}

			.peopleList li:before {				
				/* display: none; */
			}
			.peopleList li.more:before {				
				display:block;
			}


	/* 院長 ---------------------------------------*/
	.peopleDeanBg{
		margin-bottom: 40px;
		/* margin-bottom: 20px; */
	}
		.peopleDeanBg .peopleList a{
			margin: 0 0px;
			display: block;
		}
			.peopleDeanBg .peopleListImg {
				width: 100%;
				padding: 0 0px;
			}

			.peopleDeanBg .peopleList ul {
				/* padding: 0 0px;
				max-width: unset;
				text-align: center; */
			}
				.peopleDeanBg .peopleList li {
					justify-content: center;
				}
	
}







/*/////////////////////////////////////////////////////////*/
/*-------搜尋結果--------*/							
/*/////////////////////////////////////////////////////////*/
						
/* 搜尋結果 */
.searchArea	{
}		
						












/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding: 40px 0px 0px;
	position: relative;
    z-index: 5;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #b62117;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #b62117;
				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: #b62117;
		vertical-align: middle;
		font-weight: bold;
	}	
	





@media (max-width: 900px){
	
	.number_pageArea{
		padding: 40px 0px 15px;
	}

}
	
@media (max-width: 640px){
	
	.number_pageArea {
		/*padding-top: 30px;*/
		padding: 30px 0px 0px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}


/*/////////////////////////////////////////////////////////*/
/*-------首頁標題--------*/
/*/////////////////////////////////////////////////////////*/

.index_title {
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 20px;

	color: #000;

font-size: 36px;
display: inline-block;
width: fit-content;

}
.index_title::before{
	content: '';
	width: 55px;
	height: 8px;
	background-color:rgba(175,26,22,1);
	display: block;
transition: all .3s ease;

}
.index_title:hover::before{
	width: 100%;
}
.index_title02{
	font-size: 55px;
    line-height: 70px;
	color: rgba(190,25,23,1);
	opacity: 0.2;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 990px) {
/*----- 首頁標題1 -----*/
.index_title {
	font-size: 25px;
	line-height: 1.2;
}
.index_title02 {
    font-size: 36px;
    margin-bottom: 25px;
}
}
/*/////////////////////////////////////////////////////////*/
/*-------首頁關於我們--------*/
/*/////////////////////////////////////////////////////////*/


.index_aboutBg{
	padding: 80px 0;
	overflow: hidden;
	background: linear-gradient(175deg, rgba(190,25,23,0.81) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 100%);
	position: relative;
}
.redLine{
	height: 46px;
    color: rgba(190,25,23,0.28);
	position: relative;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
.redLine svg{
	width: 100%;
    height: 100%;
    fill: currentColor;
}
.index_about_btn{
	margin-top: 25px;
}
.index_about_btn input{
	background-color:rgba(175,26,22,1) ;
	color: #fff;
	border-color: rgba(175,26,22,1);
	border-radius: 50px;
}
.index_about_btn input:hover{
	opacity: 1;
	background-color: #fff;
	color: rgba(175,26,22,1);
}

@media (max-width: 990px) {
	.index_aboutBg{
		padding: 75px 0 25px;
	}
}
@media (max-width: 540px) {
	.index_aboutBg{
		/* padding: 25px 0; */
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------首頁application--------*/
/*/////////////////////////////////////////////////////////*/
.index_applicationBg{
	padding-bottom: 80px;
	overflow: hidden;
}
.index_application_box{
	margin-bottom: 25px;
}
.index_application_title{
	font-weight: 700;
	font-size: 22px;
	/* margin-bottom: 15px; */
}
.index_application_info{
	font-size: 18px;
}
@media (max-width: 990px) {
	.index_applicationBg {
		padding-bottom: 50px;
	}
	.index_application_title{
		font-size: 20px;
	}
	.index_application_info{
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	.index_applicationBg {
		padding-bottom: 25px;
	}
}
/*/////////////////////////////////////////////////////////*/
/*-------三個svg--------*/
/*/////////////////////////////////////////////////////////*/
.index_threeBg{
	position: relative;
}
.index_three_top{
	height: 27px;
    color: rgba(190,25,23,1);
	/* position: absolute; */
    overflow: hidden;
    line-height: 0;
    z-index: 1;
	width: 100%;
}

.index_three_top svg{
	fill: currentColor;
	height: 100%;
	width: 100%;
}
.index_three_area{
	display: flex;
}
.index_three_list{
	text-align: center;
	width: 33.3%;
	padding: 7% 2% 7% 2%;
	box-sizing: border-box;
	background-color: #f6f6f6;
	transition: all .3s ease;
}
.index_three_list:hover{
	background-color: #e6e6e6;
}
.index_three_list:nth-of-type(2){
	background-color: #fff;
}
.index_three_list:nth-of-type(2):hover{
	background-color: #efefef;
}
.index_three_list span{
	color: rgba(190,25,23,1);
	font-size: 76px;
}
.index_three_title{
	color: #222;
	margin: 25px 0;
}
.index_three_info{
	color: #5f6263;
}

@media (max-width: 1440px) {
	.index_three_list span {
		font-size: 48px;
	}
}
@media (max-width: 640px) {
	.index_three_area{
		display: block;
	}
	.index_three_list {
		width: 100%;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------首頁yt--------*/
/*/////////////////////////////////////////////////////////*/
.index_video_Bg{
	padding: 80px 0;
}
.index_video_area{
	position: relative;
	padding-top: 35%;
	width: 60%;
	margin:  0 auto;
}
.index_video_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@media (max-width: 1440px) {
	.index_video_area {
		width: 100%;
	}
}
@media (max-width: 990px) {
	.index_video_Bg {
		padding: 50px 0;
	}
	.index_video_area {
		padding-top: 50%;
		width: 90%;
	}
}
@media (max-width: 540px) {
	.index_video_Bg {
		padding: 25px 0;
	}
	.index_video_area {
		width: 100%;
	}
}
/*/////////////////////////////////////////////////////////*/
/*-------首頁聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/
.index_contact_Bg{
	padding: 80px 0;
}
.index_contact_area_in{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px ;
	width: 80%;
    margin: 0 auto;
}
.index_contact_list{
	width: 50%;
	display: flex;
	box-sizing: border-box;
	padding: 0 15px 45px;
}
.index_contact_list.w_100{
	width: 100%;
}
.index_contact_icon{
	margin-bottom: 15px;
	margin-right: 15px;

}
.index_contact_icon span {
    color: rgba(175,26,22,1);
    font-size: 36px;
    line-height: 1;
    transform: translateY(-6px);
}
.index_contact_title{
	font-size: 24px;
	margin-bottom: 15px;
	color: #222;
}
.index_contact_detail{
	line-height: 1.5;
	color: #5f6263;
	word-wrap: break-word;
	word-break: break-all;
}
.index_contact_detail a{
	color: rgba(175,26,22,1);
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
}
@media (max-width: 990px) {
	.index_contact_Bg{
		padding: 50px 0;
	}
	.index_contact_area_in{
		width: 100%;
	}
	.index_contact_icon span {
		font-size: 24px;
		transform: translateY(-2px);
	}
	.index_contact_title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.index_contact_list{
		width: 100%;
		padding: 0 0 25px;
	}
}
@media (max-width: 540px) {
	.index_contact_Bg {
		padding: 25px 0;
	}
	.index_contact_title{
		margin-bottom: 0;
	}
}




/*/////////////////////////////////////////////////////////*/
/*-------內頁about--------*/
/*/////////////////////////////////////////////////////////*/

.about_box{
	margin-bottom: 100px;
}

.about_gallery_Bg{
	margin-top: 25px;
}
.about_gallery_Bg .gallery_IMG:hover{

}
.about_download_area .index_contact_list{
padding: 0 0 25px;
}
.about_download_area .index_contact_icon span{
font-size: 30px;
}
.about_download_area .index_contact_title{
font-size: 18px;
}

@media (max-width: 990px) {

	.about_box{
		margin-bottom: 50px;
	}
}
@media (max-width: 540px) {

	.about_box{
		margin-bottom: 25px;
	}
}




/*/////////////////////////////////////////////////////////*/
/*-------內頁program--------*/
/*/////////////////////////////////////////////////////////*/
.about_program_Bg{
	margin: 0 0 50px; 
}
.program_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.program_list:nth-of-type(2n){
	flex-direction: row-reverse;
}
.program_info{
	width: 50%;
}
.program_img{
	width: 40%;
}
.program_img_in img{
	width: 100%;
}

@media (max-width: 990px) {
	.about_program_Bg{
		margin: 0 0 25px; 
	}
	.program_list{
		display: block;
		margin-bottom: 50px;
	}
	.program_info{
		width: 100%;
	}
	.program_img{
		width: 100%;
		margin-top: 15px;
	}
}
@media (max-width: 540px) {
	.program_list{
		margin-bottom: 25px;
	}
}
/*/////////////////////////////////////////////////////////*/
/*-------course--------*/
/*/////////////////////////////////////////////////////////*/
.index02wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 25px -15px ;
}
.index02_list{
	width: 25%;
	padding: 0 15px 25px;
	box-sizing: border-box;
}
.index02wrap a {
    display: block;
    width: 100%;
    text-align: center;
	position: relative;
	overflow: hidden;
}

.index02wrap a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(190,25,23,0.67);
    z-index: 0;
    opacity: 1;
    transition: all .3s;
}

.index02wrap a:hover:after {
    object-fit: 1;
    opacity: 1;
}

.index02wrap a .bg_box {
    /* width: 100%; */
    position: relative;
	padding-top: 100%;
    /* z-index: 0;
    opacity: 1;
    transition: all .3s; */
}

.index02wrap a .bg {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
    z-index: 0;
    opacity: 1;
    transition: all .3s;
}

.index02wrap a .title_font {
    display: block;
    font-size: 16px;
    color: #1069c2;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
	display: none; /* 20230613 Patty 修改 */
}


.index02wrap a .textshow {
    width: 100%;
    height: auto;
    position: absolute;
    top:50%;
    left: 0;
	transform: translateY(-50%);
    /* background-color: #f1f2f3; */
    z-index: 1;
    box-sizing: border-box;
    transition: all .6s;
    padding: 0 2%;
	height: 100%;
}

.index02wrap a .index_titleblock {
    display: block;
    font-size: 16px;
    color: #e63327;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
}

.index02wrap a .textshow img {
    display: block;
    margin: auto;
    width: auto;
    height: 44px;
}

.index02wrap a .textshow .icons_small img {
   width:30px;
   height: auto;
}

.index02wrap a .textshow img:nth-of-type(2) {
    display: none;
}

.index02wrap a:hover .textshow img:nth-of-type(2) {
    display: block;
}

.index02wrap a:hover .textshow img:nth-of-type(1) {
    display: none;
}

.index02wrap a:hover .bg {
    opacity: 1;
}
.index02wrap a:hover .textshow {
    opacity: 1;
}

.index02wrap a .textshow h3 {
    font-size: 16px;
    color: #fff;
    /* font-weight: 400; */
	font-weight: 400;
	line-height: 1.2;

}

.index02wrap a .textshow .font01 {
    /* width: 100%;
    padding: 30px 0;
    transition: all .6s; */

	width: 100%;
    /* padding: 30px 0; */
    transition: all .6s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index02wrap a .textshow .font01 i{
	font-size: 30px;
    color: #ffffff;
}
.index02wrap a .textshow .font01 span{
	font-size: 30px;
    color: #ffffff;
}
.index02wrap a .textshow .font02{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
    transition: all .6s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: absolute;
	bottom: -100%;
	left: 0;
	color: rgba(190,25,23,0.67);
}
.index02wrap a:hover .font02{
	bottom: 0%;
} 
.index02wrap a:hover .textshow .font01 {
    /* padding: 2% 0; */
}

.index02wrap a:hover .font01 {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);

	display: flex;
    justify-content: center;
    align-items: center;
}

.index02wrap a .textshow strong {
    /* display: block;
    width: 30px;
    height: 2px;
    background-color: #ffb619;
    margin: 30px auto; */
}

.index02wrap a .textshow h4 {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    font-weight: 400;
	display: none;
	margin: 0 2%;
	margin-top: 15px;
	box-sizing: border-box;
	display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;

overflow : hidden;
}
.index02wrap a:hover .textshow h4 {
	display: -webkit-box;
}
.index02wrap a:hover .font01 i {
}
.index02wrap a:hover .font01 h3 {
}
.index02wrap a:hover font,.index02wrap a:hover .textshow h3,.index02wrap a:hover .textshow h4 {
    color: rgba(175,26,22,1);
}

.index02wrap a:hover .textshow strong {
    /* background-color: #FFFFFF; */
	color: rgba(175,26,22,1);
}

.sil-tile__square {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 1;
    color: #fff;
}

.ieIE1011 .sil-tile__square {
    display: none!important
}

.sil-tile__square:after, .sil-tile__square:before {
    color: inherit;
    position: absolute;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    /* content: ' '; */
    border: 1px solid currentcolor;
    box-sizing: border-box;
}

.sil-tile__square:before {
    top: 0;
    left: 50%;
    transition: height .1s linear .3s, width .1s linear .4s, visibility 0s .51s;
    border-bottom: 0;
    border-left: 0
}

.sil-tile__square:after {
    right: 0;
    bottom: 0;
    transition: background-size .1s linear 0s, height .1s linear .1s, width .1s linear .2s, visibility 0s .3s;
    border-top: 0;
    border-right: 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0 1px
}

a:active .sil-tile__square:after, a:active .sil-tile__square:before, a:focus .sil-tile__square:after, a:focus .sil-tile__square:before, a:hover .sil-tile__square:after, a:hover .sil-tile__square:before {
    visibility: visible;
}

a:active .sil-tile__square:before, a:focus .sil-tile__square:before, a:hover .sil-tile__square:before {
    width: 50%;
    height: 100%;
    transition: width .1s linear 0s, height .1s linear .1s;
}

a:active .sil-tile__square:after, a:focus .sil-tile__square:after, a:hover .sil-tile__square:after {
    width: 100%;
    height: 100%;
    transition: visibility 0s .2s,width .1s linear .2s,height .1s linear .3s,background-size .1s linear .4s;
    background-size: 51% 1px;
}

.index02wrap a .texthide {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 65px 0;
    z-index: 1;
    transform: scale(1.2);
    transition: all .5s;
    opacity: 0;
}

.index02wrap a .texthide font {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

.index02wrap a .texthide .bot {
    position: absolute;
    bottom: 70px;
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    left: 0;
}

.index02wrap a .texthide .bot img {
    display: block;
    width: auto;
    margin: auto;
    height: 44px;
    margin-bottom: 50px;
}

.index02wrap a .texthide .bot h3 {
    font-size: 34PX;
    color: #FFFFFF;
    font-weight: 400;
}

.index02wrap a .texthide .bot strong {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 30px auto;
}

.index02wrap a .texthide .bot h4 {
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
}

.index02wrap a:hover .texthide {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* .index02wrap a:hover .textshow{opacity: 0;} */
.index02wrap .swiper-button-next,.index02wrap .swiper-button-prev {
    width: 28px;
    height: 48px;
    background-color: #1a4065;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: none;
    outline: none;
    top: 60%;
    /* margin-top: -24px; */
}

.fa-angle-right:before {
    font-family: "Material Icons";
    content: "\e5cc";
}

.fa-angle-left:before {
    font-family: "Material Icons";
    content: "\e5cb";
}

.index02wrap .swiper-button-next {
    right: 0;
}

.index02wrap .swiper-button-prev {
    left: 0;
}

.index02wrap .swiper-pagination {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.index02wrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #f1f2f3;
    margin-right: 10px;
    outline: none;
}

.index02wrap .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.index02wrap .swiper-pagination-bullet-active {
    background-color: #e63327;
}




@media (max-width: 990px) {
	.index02_list {
		width: 33.3%;
	}
}
@media (max-width: 768px) {
	.index02wrap {
		margin: 0 -10px -15px;
		margin-top: 25px;
	}
	.index02_list {
		width: 50%;
		padding: 0 10px 15px;
	}
}
@media (max-width: 540px) {
	.index02wrap {
		margin: 0 0px -15px;
		margin-top: 25px;
	}
	.index02_list {
		width: 100%;
		padding: 0 0px 15px;
	}
}



/*/////////////////////////////////////////////////////////*/
/*-------主要內容--------*/
/*/////////////////////////////////////////////////////////*/
.scholarships_table{
	margin-top: 25px;
}
table{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
table tr td{
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
    line-height: 1.3;
    font-size: 10pt;
    text-align: left;
    position: relative;
}
@media (max-width: 540px) {
	table tr{
		display: flex;
    flex-direction: column;
    width: 100%;
	}
	table tr td:first-of-type{
		border-bottom:1px  dashed #ccc;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------scholarships_download_area--------*/
/*/////////////////////////////////////////////////////////*/
.scholarships_download_area{
	margin: 25px 0;
}
.scholarships_download_area .index_contact_icon {
    margin-bottom: 0px;
}
.scholarships_download_area .index_contact_icon span {
  
    transform: translateY(-4px);
}
.scholarships_download_area .index_contact_list {
    width: 100%;
    padding: 0 0px 45px;
}
/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們內頁--------*/
/*/////////////////////////////////////////////////////////*/

.contact_map{
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.contact_map{
		width: 100%;
	}
}
/*/////////////////////////////////////////////////////////*/
/*-------event內頁--------*/
/*/////////////////////////////////////////////////////////*/
.event_area_list{
	margin-bottom: 50px;
}
.evnet_list{
	margin-bottom: 30px;
}
.evnet_list a{
color: rgba(175,26,22,1);
text-decoration: none;
}

@media (max-width: 990px) {
	.event_area_list{
		margin-bottom: 25px;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------how to apply--------*/
/*/////////////////////////////////////////////////////////*/
.apply_brief{
	text-align: center;
	color: rgba(175,26,22,1);
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 35px;
	font-size: 20px;
}
.apply_btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
}
.apply_btn_area a{
	background-color: rgba(175, 26, 22, 0.19);
	color: #fff;
	color: #750300;
	text-decoration: none;
	display: flex;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
	padding: 10px 20px;
    border-radius: 40px;
	box-sizing: border-box;
	margin-bottom: 25px;
	opacity: 1;
	transition: all .3s ease;
}
.apply_btn_area a:last-of-type{
	margin-bottom: 0;
}
.apply_btn_area a:hover{
	opacity: .7;
	
}

@media (max-width: 990px) {
	.apply_brief {
		margin-bottom: 25px;
		font-size: 18px;
	}
}
@media (max-width: 540px) {
	.apply_btn_area {
		margin-bottom: 30px;
	}
	.apply_btn_area a{
		width: 100%;
		justify-content: center;
    font-size: 12px;
	flex-direction: column;
	padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 15px;
	line-height: 1.5;
	}
	.apply_btn_area a span{
		margin-bottom: 5px;
	}
}