/*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:var(--foreign_font); 
}

/* ~~ 元素/標籤選取器 ~~ */
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);
}
/*------------------------------------------icon-字型 結束-------------------------------*/















/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:var(--primary_color);
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:var(--primary_color);
	color:#fff;
}

.wrap {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width:990px){
	.wrap {
		width: 90%;
	}

}

@media (max-width: 768px){
	.wrap {
		width: calc(100% - 15px * 2);
		/* width: auto;
		padding: 0px 15px; */
	}

}





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:0.9375em;
	border-radius:3px;
	border: solid 1px #aeaeae;
	font-family:var(--mandarin_font); 
}
input[type="text"]   , .input,                 input[type="password"], 
input[type="search"] ,  input[type="email"]  , input[type="tel"] , 
input[type="time"]   ,  input[type="number"] , input[type="date"]{
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus   , .input:focus,   input:focus , input[type="password"]:focus, 
	input[type="search"]:focus , input[type="email"]:focus   , input[type="tel"]:focus , 
	input[type="time"]:focus   , input[type="number"]:focus  , input[type="date"]: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:var(--primary_color);
	color:#fff;
	border-radius:1.3125em;
	line-height:2.625em;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	














/*-------輪播----------------------------------------------------------------------------*/


.banner {
	background:#fff;
	position:relative;
}

.main .swiper-button-prev, 
.main .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_switch{
	/* background-color: red; */
	position: absolute;
	bottom: 3%;
	left: 3%;
	z-index: 999;
}
.main .banner_switch .swiper-button-prev, 
.main .banner_switch .swiper-button-next {
    position: unset;
    top: 50%;
    margin: 0px;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-0%);
	transform: translateY(-0%);
}
.main .swiper-button-prev{		
	background-image: url(../index/images/left_arrow.png);
}
.main .swiper-button-next{
	background-image: url(../index/images/right_arrow.png);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}


	/*輪播區*/
	.swiper-container {
		height:auto;
	}
		.swiper-slide img {
			width:100%;
			height:auto;
		}
		
		
		.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
			display: flex;
			flex-direction: column;
			align-items: flex-end;
			left: unset;
			right: 3%;
			bottom: 3%;
		}
		/*輪播點點*/
		.main .swiper-pagination {
			z-index: 888;
			opacity: 1;	
			/* position: absolute !important;
			bottom: 3% !important;
			right: 0 !important;
			top: 0;
			left: 0; */
			/* transform: rotate(90deg);	 */
		}
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			margin: 5px !important;
		  }
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			background-color: #fff;
			z-index: 5;
			display: inline-block;
			width: 10px;
			height: 10px;
			opacity: 1;
		}
		.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: var(--primary_color);
		}
		.swiper-pagination {
			
		  }
		    
		.index_bannerArea .swiper-pagination {
			left: 15px !important;
			text-align: left;
		}
		

		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
			.swiper-active-switch {/*輪播點點當前模式*/
			  /* background: #c42605; */
			}
			
				.pcBanner ,
				.mobileBanner {
					/* background-position: center;
					background-repeat: no-repeat;
					background-size: cover; */
				}

				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
				.banner .swiper-slide a {
					display: block;
					position: relative;
				}
					
				
				.banner .banner_text{
					color: #fff;
					position: absolute;
					left: 10%;
					top: 50%;
					transform: translateY(-50%);
				}
				
				.banner .banner_text span{
					display: block;
				}
				.banner_title{
					color: #FFF;
					text-shadow: 7px 4px 7px 0px rgba(0, 0, 0, 0.50);
					font-size: 7.5em;
					font-weight: 700;
				}
				.banner_title_sub{
					color: #FFF;
					text-shadow: 7px 4px 7px 0px rgba(0, 0, 0, 0.50);
					font-size: 4.375em;
					font-weight: 700;
				}

				@media(max-width:1440px){
					.banner_title{
						font-size: 6.25em;
					}
					.banner_title_sub{
						font-size: 3.125em;
					}	
				}
@media (max-width: 990px){
	.pcBanner{
		display: none;
	}
	.mobileBanner {
		display: block;
	}
}


@media(max-width:640px){
	.banner_title{
		font-size: 3.125em;
	}
	.banner_title_sub{
		font-size: 1.875em;
	}		
}
				
	

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/* border-bottom: solid 0.0625em #c4c4c4; */
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:1em;
		line-height:2.4375em;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 0.0625em #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 0.3125em #333;
			top: 17px;
			right: 20px;
			border-left: solid 0.3125em rgba(255, 255, 255, 0);
			border-right: solid 0.3125em rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		/* height:39px; */
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:2.4375em;
					float:left;
					position: relative;
					font-size:0.875em;
					width: auto;
					color:#808080;
					/* border-right: solid 0.0625em #c4c4c4; */
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@media (max-width: 1200px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 999;
							}
								.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
									float:none;
									text-align:center;
									width:100%;
									font-size:0.9375em;
									border-radius:0em;
									border: none;
									border-bottom: solid 0.0625em #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			


			


					






/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 0.875em;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:var(--primary_color);
	}










/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.form_area_bg {
	/* width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px; */
}

	/*表單區備註*/
	.form_remark {
		font-size: 0.9375em;
		line-height: 22px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		.form_remark span{
			display: inline-block;
			box-sizing: border-box;
		}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/* border-radius:3px; */
			font-size: 1.0625em;
			/* color:#fff; */
			color: var(--primary_color);
			line-height: 1;
			padding:0px 5px;
		}
		.form_remark .requirde_icon{
			color: #fff;
			background-color: var(--primary_color);
			padding: 5px 6px 0px;
			border-radius: 3px;
			margin-right: 10px;
		}






	/*----- 表單區 -----*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		.form_list {
			box-sizing:border-box;
			font-size:0.9375em;
			line-height:1.5;
			width:100%;
			padding:15px 0px 0px 0px;
		}
		.form_list.fLType2{
			width:49%;
		}
			.fL_tit {
				font-weight:bold;
				padding:3px 0px 6px 0px;
				position:relative;
			}
				/*必填icon*/
				.fL_tit .requirde_icon {
					/* position:absolute; */
					/* right:0px; */
				}
				
			.fL_info {
			}
				/*沒有輸入框時*/
				/* .fL_info.no_input {
					padding: 10px 0px 25px 0px;
					line-height: 24px;
				} */
				
				.fL_info label {
					display:inline-block;
				}
					




			/*----- 地址樣式 -----*/
			.fLR_address.fL_info {
				position:relative;
				padding-left: 333px !important;
			}
				.fLR_address select {
					position:absolute;
					left:0px;
					width:100px;
					height:42px;
				}
				.fLR_address select:nth-of-type(2) {
					position:absolute;
					left:110px;
				}

				.fLR_address input.fLRA_postalCode {
					position:absolute;
					width:100px;
					left:220px;
				}
				.fLR_address input.fLRA_address {
				}
			

						
					/*生日樣式*/
					.birthday{						
					}
					/* .fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						} */




			/* ----- radio+checkbox選取框--------------------------  */
			.item_RadioCheckArea{
				padding-top: 9px;
				display: flex;
				align-items: center;
				flex-wrap: wrap;		
			}
				.item_RadioCheckArea .item_RadioCheck{
					display: flex;
					align-items: center;
				}
				.item_RadioCheckArea .item_radio,
				.item_RadioCheckArea .item_checkbox {
					position: absolute;
					display: none; 
				}
				
				.item_RadioCheckArea .item_radio[disabled],
				.item_RadioCheckArea .item_checkbox[disabled] {
					cursor: not-allowed; 
				}
				
				.item_RadioCheckArea .item_radio + label,
				.item_RadioCheckArea .item_checkbox + label {
					position: relative;
					/*display: block;*/
					padding-left: 30px;
					cursor: pointer;
					vertical-align: middle; 
					
					/* font-weight: bold; */
					/* margin-right: 10px; */
					margin: 2px 10px 2px 0;
				}

				.item_RadioCheckArea .item_radio + label a,
				.item_RadioCheckArea .item_checkbox + label a {
					text-decoration: none;
					color: var(--primary_color);
				}
				.item_RadioCheckArea .item_radio + label a:hover,
				.item_RadioCheckArea .item_checkbox + label a:hover {
					opacity: 0.5;
				}
				  
					.item_RadioCheckArea .item_radio + label:hover:before,
					.item_RadioCheckArea .item_checkbox + label:hover:before {
						animation-duration: 0.4s;
						animation-fill-mode: both;
						animation-name: hover-color; 
					}
					
					.item_RadioCheckArea .item_radio + label:before,
					.item_RadioCheckArea .item_checkbox + label:before {
						position: absolute;
						/*top: 0;*/
						/* top: -1px; */
						top: 50%;
    					transform: translateY(-50%);
						left: 0;
						display: inline-block;
						width: 20px;
						height: 20px;
						content: '';
						border: 1px solid #c0c0c0; 
					}
					
					.item_RadioCheckArea .item_radio + label:after,
					.item_RadioCheckArea .item_checkbox + label:after {
						position: absolute;
						display: none;
						content: ''; 
					}
				
				.item_RadioCheckArea .item_radio[disabled] + label,
				.item_RadioCheckArea .item_checkbox[disabled] + label {
					cursor: not-allowed;
					color: #444444;
					/* color: #e4e4e4;  */
				}
				
					.item_RadioCheckArea .item_radio[disabled] + label:hover, 
					.item_RadioCheckArea .item_radio[disabled] + label:before, 
					.item_RadioCheckArea .item_radio[disabled] + label:after,
					.item_RadioCheckArea .item_checkbox[disabled] + label:hover,
					.item_RadioCheckArea .item_checkbox[disabled] + label:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:after {
						cursor: not-allowed; 
					}
					
					.item_RadioCheckArea .item_radio[disabled] + label:hover:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:hover:before {
						border: 1px solid #e4e4e4;
						animation-name: none; 
					}
					
					
					.item_RadioCheckArea .item_radio[disabled] + label:before,
					.item_RadioCheckArea .item_checkbox[disabled] + label:before {
						border-color: #e4e4e4; 
					}
				
				.item_RadioCheckArea .item_radio:checked + label:before,
				.item_RadioCheckArea .item_checkbox:checked + label:before {
					animation-name: none; 
				}
				
				.item_RadioCheckArea .item_radio:checked + label:after,
				.item_RadioCheckArea .item_checkbox:checked + label:after {
					display: block; 
				}
				
				.item_RadioCheckArea .item_radio + label:before {
					border-radius: 50%; 
				}
				
				.item_RadioCheckArea .item_radio + label:after {
					/*top: 7px;*/
					/* top: 6px; */
					top: 50%;
    				transform: translateY(-50%);
					left: 7px;
					width: 8px;
					height: 8px;
					border-radius: 50%;
					background: var(--primary_color);
				}
				
				.item_RadioCheckArea .item_radio:checked + label:before {
					border: 1px solid #000;
					border-color:var(--primary_color);
				}
				
				.item_RadioCheckArea .item_radio:checked[disabled] + label:before {
					border: 1px solid #c9e2f9; 
				}
				
				.item_RadioCheckArea .item_radio:checked[disabled] + label:after {
					background: #c9e2f9; 
				}
				
				.item_RadioCheckArea .item_checkbox + label:before {
					border-radius: 3px; 						
				}
				
				.item_RadioCheckArea .item_checkbox + label:after {
					top: 2px;
					left: 7px;
					box-sizing: border-box;
					width: 6px;
					height: 12px;
					transform: rotate(45deg);
					border-width: 2px;
					border-style: solid;
					/* border-color: #fff; */
					border-color: #000639;
					border-top: 0;
					border-left: 0; 
				}
				
				.item_RadioCheckArea .item_checkbox:checked + label:before {
					border:var(--primary_color);
					background:var(--primary_color);
				}
				
				.item_RadioCheckArea .item_checkbox:checked[disabled] + label:before {
					border: #c9e2f9;
					background: #c9e2f9; 
				}



















@media (max-width: 990px){

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	}

		.form_list.fLType2 {
			width: 100%;
		}

		/*沒有輸入框時*/
		/* .fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		} */


		/*----- 地址樣式 -----*/
		.fLR_address.fL_info {
			padding-left: 0px !important;
		}
			.fLR_address select {
				width:49%;
			}
			.fLR_address select:nth-of-type(2) {
				left:auto;
				width:49%;
				right: 0;
			}

			.fLR_address input.fLRA_postalCode {
				position:static;
				width:100%;
				left:auto;
				margin-top: 52px;
			}
			.fLR_address input.fLRA_address {
				margin-top:10px;
			}


}

@media (max-width: 320px){
	/*生日樣式*/
	/* .fL_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		font-size: 12px;
	} */
}
	








/*-------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; */
		background: var(--primary_color);
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: var(--primary_color);
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}























/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:'IBM Plex Sans', sans-serif;      /*全站外文字型*/
	--mandarin_font:'Noto Sans TC', sans-serif;   /*全站中文字型*/
	--primary_color:#004E98;                    /*全站主色色碼*/
	--sec_color:#D3E4F2;                    /*全站主色色碼*/
	--dark_blue:#275576;                    /*全站主色色碼*/
	--yellow:#EBC700;                    /*全站主色色碼*/
}


.main.inmain{
	padding-top: 90px;
	background-color: #F6FBFF;
}
.main  a.maincontent{
	position: absolute;
	top: 0;
	font-size: 0.7em;
	line-height: 1;
	color: #fff0;
	z-index: 1;
	padding: 5px;

	/* color: #fff0; */
	display: inline-block;
	text-decoration: none;
}


@media (max-width:990px){
	
	.main.inmain {
		padding-top: 52px;
	}	
}









/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.main.inmain{
}
	
	/*----- 內頁banner -----*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	





	/*----- 上方區塊 -------------------------*/
	.pageContent_topArea{
		padding: 15px 0px 30px;
		border-bottom: 1px solid #e3e3e3;
	}
		.pageContent_topArea .wrap{
			width: 80%;
		}
		/*麵包屑*/
		.crumb_bg{
			color: #777777;
			font-size: 0.875em;
			float: left;
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 1.125em;
				}
				.crumb_area i:nth-of-type(1){
					color: var(--primary_color);
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #000;
					font-size: 1em;
					line-height: 1.375em;
					transition: 0.3s ease all;
					
				}
				/*hover*/
				.crumb_area a:hover{
					color: #252525;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: 1em;
					margin-right: -1px;
					line-height: 1.375em;
					position: relative;
					font-weight: 600;
					color: #000;
				}	
				.crumb_area span::before {
					content: '/';
					display: inline-block;
					padding :0 10px;
				}
				.crumb_area span:first-of-type::before{
					display: none;
				}
	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 50px 0px;
		position: relative;
		z-index: 1;
	}
	.pageContent .wrap{
		width: 80%;
	}
	.pageContent::before{
		content: '';
		width: 100%;
		height: 100%;
		background-image: url(../images/bgTop.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 0;
		z-index:-1;
		background-position:top center;
	
	}
	.pageContent::after{
		content: '';
		width: 100%;
		height: 100%;
		background-image: url(../images/right_bottom.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index:-1;
		background-position:right bottom;
	
	}

	/*----- 內頁標題塊1 -----*/
	.right_title{
		font-size: 2.2em;
		font-weight: 700;
		color: #000;
		line-height: 1.5rem;
		position: relative;
		padding-bottom: 20px;
	}
	.right_title_line {
		border-bottom: 0.125em solid var(--sec_color);
	}
		/* .right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		} */
		.right_title h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	
		.title_date{
			font-size: 0.6em;
			margin-top: 10px;
		}
		.title_date i{
			vertical-align: -5px;
			margin-right: 10px;
			color: var(--primary_color);
		}





		/*----- 網編區塊 -----*/
		.text_area{
			font-size: 16px;
			color: #000;
			line-height:1.5;
			padding-top: 25px;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
			}

.text_area a{
	color: var(--primary_color);
	text-decoration: none;
	display: inline-block;
}
		
			
		/*----- 按鈕 -----*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
			.btn_area input{
				margin:0px 5px;
				color: #fff;
			}
			.btn_area input:nth-child(2n+1) {
			}	
			.btn_area input:nth-child(2n) {
				background:#231815;
				color: #fff;
			}	
			
		









@media (max-width: 990px){
	
.main.inmain {
}	
.pageContent_topArea .wrap{
	width: 90%;
}
	/*內頁內容區塊*/
	.pageContent{
		padding: 25px 0px;
	}
.pageContent .wrap{
	width: 90%;
}

		/*----- 內頁標題塊1 -----*/
		.right_title{
			font-size: 30px;
			line-height: 1.2;
		}

		
}

	
@media(max-width:768px){
	.pageContent_topArea .wrap{
		width: calc(100% - 15px * 2);
	}
	.pageContent .wrap {
		width: calc(100% - 15px * 2);
	}

}


@media(max-width:990px){
	.right_title{
		font-size: 1.25em;
		line-height: 1.2;
	}
}



/*----- 左右區塊 -------------------------*/

.page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



		/*左側*/
		.left{
			box-sizing: border-box;
			width: 200px;
		}
					
			/*左側標題*/
			.left_title{
				/* font-size: 2.25em; */
				/* letter-spacing: 0.125em; */
				/* background-color: var(--dark_blue); */
				color: var(--dark_blue);
				/* padding: 13px 10px 10px; */
				text-align: center;
				text-transform: uppercase;
				/* text-shadow: #000 0px 2px, #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 -1.4px -1.4px, #000 1.4px 1.4px, #000 1.4px -1.4px, #000 -1.4px 1.4px;		 */
				position: relative;
				font-size: 2em;
				font-weight: 700;
			}
			/* .left_title::before{
				content: '';
				width: 150px;
				height: 5px;
				background-image: linear-gradient(90deg, rgba(177,198,233,1) 0%, rgba(85,132,224,1) 25%, rgba(0,72,216,1) 50%, rgba(66,235,226,1) 75%, rgba(48,191,223,1) 100%);
				position: absolute;
				bottom: 4px;
				left: 50%;
				transform: translateX(-50%);
			} */
				/* .left_title span{
					font-size: 0.9375em; 
					color: #fff;
					padding-top: 10px;
					letter-spacing: 1px;
					display: block;
					font-weight: normal;
					font-family: var(--foreign_font);
				}
			 */
			/*左側選單列表*/
			.leftListArea{
				/*background-color: #fcfcfc;*/
				background-color: var(--sec_color);
				border-radius: 1em;
				overflow: hidden;
				border: 0.125em solid #FFFFFF;
				text-align: center;
				margin-top: 25px;
			}
				.leftList{
					font-size:1em;
				}
					.leftList > a{
						display: block;
						/* padding: 13px 45px 13px 35px; */
						padding: 30px 18px 30px 50px;
						text-decoration: none;
						color: #fff;
						position: relative;
						font-size: 1em;
						line-height: 1.375em;
						word-break: break-word;
						border-bottom: 0.125em solid #fff;
						position: relative;
						background-color: var(--dark_blue);
						text-align: left;
					}
						
					.leftList.active > a{
						background-color: var(--sec_color);
						color: var(--dark_blue);
						font-weight: 600;
					}
					.leftList a::before {
						content: '';
						width: 20px;
						height: 20px;
						border-radius: 50%;
						background-color: #fff;
						position: absolute;
						left: 10px;
						top: 50%;
						transform: translateY(-50%);
						z-index: 10;
						transition:all .3s ease;
					}
					.leftList a::after {
						content: '';
						width: 60px;
						height: 36px;
						border-radius: 1.25em;
						background-color: transparent;
						position: absolute;
						left: -60px;
						top: 50%;
						transform: translateY(-50%);
						z-index: 9;
						transition: all .3s ease;
					}
					.leftList.active a::before{
						background-color: var(--sec_color);
					}
					.leftList.active a::after {
						background-color: var(--dark_blue);
						left: -20px;
						transition: all .3s ease;
					}
					.leftList:hover.leftList a::before{
						background-color: var(--sec_color);
					}
					.leftList:hover.leftList a::after{
						left: -20px;
						background-color: var(--dark_blue);
					}
					.leftList:hover > a{
						background-color: var(--sec_color);
						color:var(--dark_blue);
					}
					.leftList:hover .leftList::after{
						left: -80px;
					}
					.leftList .leftList_open_list:last-of-type  a{
						border: none;
					}
					.leftList.active > a {
					}
						
						/*代表性標誌*/
						/*.leftList_icon.first{
							position: absolute;
							left: 10px;
							top: 16px;
						}*/
							.leftList_icon i{
								font-size: 1.1875em;
								line-height: 0.875em;
								color: #777;
							}
						
						/*功能名稱*/	
						.leftList_title{
							display: inline-block;
							vertical-align: bottom;
							/* text-align: left; */
						}
						
						/*方向標誌*/
						.leftList_icon.direction{
							position: absolute;
							right: 10px;
							top: 16px;
						}
							/*方向標誌_向下展開*/
							.leftList_icon.direction i.down{
								display: block;
							}
							/*方向標誌_向上收合*/
							.leftList_icon.direction i.up{
								display: none;
							}
							
							
						/*active*/ /*方向標誌_向下展開*/
						.leftList.active .leftList_icon.direction i.down{
							display: none;
						}
						/*active*/ /*方向標誌_向上收合*/
						.leftList.active .leftList_icon.direction i.up{
							display: block;
						}
						
						
						
					
					/*左側選單列表第二層*/
					.leftList_open{
						display: none;
					}
					.leftList_open.active{
						display:block;
					}
						.leftList_open_list{
						}
							.leftList_open_list a {
								display: block;
								transition: 0.3s ease all;
								color: var(--dark_blue);
								text-decoration:none;
								padding: 13px 10px 11px 50px;
								font-size: 0.9375em;
								line-height: 1.375em;
								font-weight:normal;
								word-break: break-word;
								border-bottom: 0.125em solid #fff;
								background-color: #A2CAEB;
								position: relative;
								text-align: left;
							}
	
							.leftList_open_list.active a {
								color: var(--dark_blue);
							}
	
							.leftList_open_list a:hover {
								color: var(--dark_blue);							
							}
	
	/*右側*/
	.right{
		box-sizing:border-box;
		width: calc(100% - 200px - 100px);
		/* margin-top:25px; */
		position: relative;
	}
	


	/*無左側選單*/
	.right.no_left{
		width: 100%;
	}

	
	/*右側內容區塊*/
	.right_contentBg{	
		/* padding-top: 20px; */
	}
	
	



@media (max-width: 990px){

	.page{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	
	
	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: transparent;
			padding: 13px 50px 13px 15px;
			font-size: 1.0625em;
			letter-spacing: 1px;
			color: #000;
			border: 0.1em solid #ccc;
			text-shadow: none;
			border-radius: 0.625em;
		}
			.left_title span{
				display:inline-block;
				font-size: 0.8125em;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: 19px;
				right: 15px;
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/ /*無左側選單*/
	.right ,
	.right.no_left{
		width:100%;
		/* padding: 35px 0px 0; */
	}
	
	
}






/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/

/* 聯絡我們區塊 */
.contactArea{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;	
}

    /* 聯絡我們區塊left */
	.contact_left{
		box-sizing: border-box;
		padding: 0 15px;
		width: 50%;
	}
		.contact_left .text_area{
		}

			.contact_left .text_area iframe{	
				width: 100%;		
			}


    /* 聯絡我們區塊right */
	.contact_right{
		box-sizing: border-box;
		padding: 0 15px;
		width: 50%;
	}
		
	


@media (max-width: 1024px){

/* 聯絡我們區塊 */
.contactArea{
	display: block;
	flex-wrap: unset;
	margin: 0;	
}

    /* 聯絡我們區塊left */
	.contact_left{
		padding: 0 0px;
		width: 100%;
	}
	
    /* 聯絡我們區塊right */
	.contact_right{
		padding: 30px 0 0px;
		width: 100%;
	}

}















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
/*/////////////////////////////////////////////////////////*/

.number_pageArea{
	text-align:center;
	margin:30px 0px 0px;
	position: relative;
    z-index: 5;
	font-family: var(--foreign_font);
}
	/*左側區塊*/
	.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: var(--primary_color);
				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;

		font-family: poppins, sans-serif;
		font-weight: 500;
		font-style: normal;
	}
		.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: 8px 0px;
				font-size: 0.9375em;
				line-height: 1;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--primary_color);
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
	.numberPage_leftList span ,
	.numberPage_rightList span{
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.3125em;
		line-height: 1.4375em;
		color: var(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





@media (max-width: 990px){
	
	.number_pageArea{
		padding: 40px 0px 15px;
	}

}
	
@media (max-width: 640px){
	
	.number_pageArea {
		/*padding-top: 30px;*/
		padding: 30px 0px 0px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}

/* ----------------------關於我們區塊----------------------------------- */

.about_area_bg_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -20px;
	flex-wrap: wrap;
}

.about_list{
	width: 33%;
	padding: 0 20px;
	cursor: pointer;
	/* height: 275px; */
	box-sizing: border-box;
}
.about_list_img{
	position: relative;
	padding-top: 60%;
	border-radius: 1.25em;
    overflow: hidden;
}
.about_list_img img{
	width: 100% !important ;
	height: 100% !important ;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.about_list_title{
	font-size: 1.125em;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;

}




.about_area_bg_bottom{
	margin-top: 20px;
	background-color: #fff;
	border: 0.1875em solid rgba(205,205,205,.5);
	border-radius: 1.5625em;
	padding: 60px 30px 30px;
	position: relative;
}
.about_list_info_bg{
	position: relative;
	top: 0;
	left: 0;
	display: none;
}
.about_list_info_bg.active{
	display: block;
}
/* #info_bg01{
	display: none;
}
#info_bg02{
	display: none;
	
}
#info_bg03{
	display: none;
} */

.about_area_bg_bottom ul{
	list-style: none;
	padding-left: 0;
}
.about_area_bg_bottom ul li{
	margin-bottom: 20px;
}
.about_area_bg_bottom ul li::before {
    content: "• ";
    color: var(--primary_color);
}

.about_area_bg_bottom .btn_area{
	text-align: right;
	margin-top: 0;
}
@media (max-width:1440px){
	.about_area_bg_bottom{
		/* margin-top: 0; */
	}
}
@media (max-width:1280px){
	.about_list {
		width: 50%;
		margin-bottom: 40px;
		/* height: 240px; */
	}
}
@media (max-width:1100px){
	.about_list {
		/* height: 200px; */
		margin-bottom: 20px;
	}
}
@media (max-width:990px){
	.about_list {
		/* height: 290px; */
	}
}
@media (max-width:768px){
	.about_list {
		/* height: 255px; */
	}
}
@media (max-width:640px){
	.about_list {
		/* height: 215px; */
	}
}
@media (max-width:560px){
	.about_list {
		width: 100%;
		height: auto;
		margin-bottom:40px;
	}
	.about_area_bg_bottom .btn_area {
		text-align: center;
	}
}



/* ---------------成員區塊--------------------------------------------------- */
.teacher_list_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between;
	margin-bottom:-30px; */
	margin: 0 -15px -30px;
	position: relative;
	z-index: 0;
	padding: 0px 0px 65px 0px;
}

.teacher_list_area.more{
	display: unset;
    flex-wrap: unset;
    flex-direction: unset;
    margin: unset;
    
   
}


.teacher_list_area.more.more_member{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;

}
		   
.teacher_list{
	padding: 0 15px;
	box-sizing: border-box;
	/* width: 33.3%; */
	/* position: relative; */
	width: 50%
	/* height: 10%; */
}

	.teacherListBorder{
		
border-radius: 1em;
		
/* overflow: hidden; */
		
position: relative;
		
border: 0.25em solid transparent;
		
border-radius: 1em;
		
background: #FFF;
		
background-clip: padding-box;
	}
	.teacherListBorder::before {
		position: absolute;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		background-image: linear-gradient(90deg, rgba(177,198,233,1) 0%, rgba(85,132,224,1) 25%, rgba(0,72,216,1) 50%, rgba(66,235,226,1) 75%, rgba(48,191,223,1) 100%);
		content: '';
		z-index: -1;
		border-radius: 1em;
	}
		.teacher_list_in{
			padding: 15px;
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			/* align-items: center; */
			/* justify-content: space-between; */
			padding-bottom: 20px;
		}
						
		.tL_img{
			/* width: 190px; */
			width:30%;
			box-sizing: border-box;
			position: relative;
			padding-top: 50%;
			
			/*width:25%;
			box-sizing: border-box;
			position:relative;
			padding-top:25%;*/
		}

		
			.tL_img a{
				display:block;
			}
			.tL_img img{


				position: absolute;
				top: 0;
				left: 0;
				width: 100% !important;
				height: 75% !important;
				object-fit: cover;


				/* width: 100% ;
				height:auto; */
				overflow: hidden;
			border-radius: 1em;


				transition: all 0.3s ease-out;
				/*position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;*/
			}

			/*新增修改_modify by Abby 20221230 start*/

			.tL_img a:hover img{
				opacity:0.5;
				transform:scale(1.2);
				transition: all 0.3s ease-out;
			}			
			
			.teacherListTit{
				font-size: 1.25em;
				color: #004e98;
				font-weight: bold;
				padding: 0px 0px;
			}
			.title_word {
				/* padding: 0px 10px; */
			}

			.teacherListTit .title_word{
				width: 24px;
				display: inline-block;
				vertical-align: bottom;
			}

			.teacherListTit .title_word img {
				width: 100%;
				height: auto;
			}

			.teacher_listInformation{

/* width: 33.3%; */

padding: 10px 10px 10px 10px;

}
			
			.teacher_listblock{
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				margin: 0 -15px -30px;
				position: relative;
				z-index: 0;
				padding: 10px 0px 50px 0px;
			}

			.teacher_list_lnformation {
				padding: 0 15px;
				box-sizing: border-box;
				width: 33.3% ;

			}

			.teacher_list_lnformation.no_img {
				padding-bottom: 0px;
				padding: 15px;
				width: 100%;
			}

			.link_area_in{
				background-color: var(--primary_color);
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: center;
				padding: 15px 12px;
				border-radius: 0 0 1em 1em;
				transform: translateY(-54px);
			
			}
			.link_area_in.no_img{
				display: none;
			}
			.link_area_in a {
				color: #fff;
				text-decoration: none;
				display: inline-block;
			}

			.link_area_in span {
				vertical-align: -6px;
			}

			.tL_img_in{
				display: none;
	
			}

			/*新增修改_modify by Abby 20221230 end*/


		 
		/*右半邊*/
		.tL_right{
			 width: 70%;
			padding-left: 20px;
			box-sizing: border-box;
			/* font-family: "新細明體"; */
			line-height: 1.375em;
		}
		.tL_right.no_img{
			width: 100%;
		}
			/*標題*/
			.tLR_tit{
				font-size:0.875em;
				color: #000;
				padding-bottom: 5px;
				/* font-weight: 600; */
			}
			.tLR_tit_left::before{
				content: "• ";
    			color: var(--primary_color);
			}
			.tLR_tit_right{
				padding-left: 20px;
				font-weight: 400;
			}
				
				
			.link_area{
				background-color: var(--primary_color);
				display: flex;
				flex-wrap: wrap;
				justify-content: space-around;
				align-items: center;
				padding: 15px 0;
				border-radius: 0 0 1em 1em;
				transform: translateY(-54px);
			}
			.link_area a{
				color: #fff;
				text-decoration: none;
				display: inline-block;
		
			}

			.link_area a span{
				vertical-align: -6px;
			}
			@media (max-width:1810px){
				.teacher_list_in {
					padding-bottom: 60px;
				}
			}


@media (max-width:1600px){
	.tL_img {
		padding-top: 37%;
	}
	.link_area {
		padding-left: 10px;
	}
	.link_area a{
		width: 50%;
	}
	
}
@media(max-width:1440px){

	.teacher_listblock{
		/* width: 50%; */
	}
	
	.teacher_list_area.more .teacher_listInformation{
		width:50% ; 
	}
}

@media (max-width:1300px){

.teacher_list{
	width:100%;
}
.tL_img{
	width:25%;
}
}

@media (max-width: 540px){


.teacher_list_area{
	display:block;
	flex-wrap: unset;
	flex-direction: unset;
	justify-content: unset;
	/*margin-bottom:-30px;*/
}
	
.teacher_list_area.more .teacher_listInformation{
		width:100% ; 
	}

.teacher_listblock{
	width: unset;
}


.teacherListBorder {
	height:auto;
}
	.teacher_list_in{
		display:block;
		flex-wrap: unset;
		flex-direction:unset;
		align-items: unset;
	}
					
	
	.tL_img {
		padding-top: 125%;
		width: 100%;
	}
	.tL_img img{
		height: 100% !important;
	}
	 
	/*右半邊*/
	.tL_right{
		width:100%;
		padding: 20px 0px 0px;
	}	
	
	.tLR_tit {
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}		

}


/*=============================================================*/
/*-------頁籤樣式--------*/
/*/=============================================================*/

.news_bg {
	position: relative;
	/* padding: 50px 0; */
	overflow: hidden;
  }
  
  .news_bg .tabs_btn_now {
	background: #fff0;
	border-bottom: solid 0em #e3e3e3;
	border-radius: 0em;
	background-color: #0467b3;
	padding: 0px 45px;
	color: #fff;
	font-weight: normal;
  }
  
  .news_bg .tabs_btn_now_arrow {
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	transform: translate(0px, -50%);
	width: 20px;
	height: 20px;
	/* background-color: #bd8f8f; */
  }
  .news_bg .tabs_btn_now_arrow:before {
	position: absolute;
	transition: 0.3s ease all;
	font-family: "Bootstrap-icons";
	content: "\F282";
	top: -9px;
	right: 0px;
	color: #fff;
	font-size: 1.25em;
	transform-origin: center;
  }
  
  .news_bg .tab_area {
	/* border-bottom: solid 2px #0467b3; */
  }
  .news_bg .img-scroll {
	/* height: 50px; */
  }
  
  .news_bg .tabs li {
	/* border-color: #fff; */
	font-size: 1.0625em;
	line-height: 3.125em;
	box-shadow: rgba(0, 0, 0, 0.15) 1px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: calc( 100% / 8 );
  }
  .news_bg .tabs span {
	/* background-color: #30BFDF; */
	padding: 0 ;
	border-radius: 0;
	color: #ffffff;
	border: none;
	border-radius: 0.9375em 0.9375em 0 0 ;
  }
  
  /* 當前 */
  .news_bg .tabs li.active span {
	background-color: #D3E4F2;
	box-shadow: none;
	color: #000;
	
  }
  /* .indexNewsBg .tabs li.active span {
			  box-shadow: none;
		  } */
  
  /*產品內頁頁籤的網編區*/
  .news_bg .p_tab_text_area {
	background: #fff0;
	padding: 0px 0px 0px;
  }

  .news_bg.program_bg .p_tab_text_area {
	/* modify by pekey 20230201 */
	padding: 35px 0px 0px;
  }
 
  .news_area_list .index_NARight .tag{
	display: none;
  }

  @media (max-width: 1200px) {
	.news_bg .p_tab_text_area {
		/* padding: 35px 0px 0px; */
	}
  
  }

/* -------------------------------------------------------------------------------------- */
.news_bg .index_NARight h3.title{
	margin-top: 0;
	padding: 0 20px;
}
.news_bg .index_NARight ul{
	display: block;
}

.news_bg .index_NARight li{
	width: 100%;
	align-items: center;
	padding: 25px 10px;
	box-sizing: border-box;
}
.news_bg li .tag{
	min-width: 120px;
}
.news_bg li .tag {
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	border-radius: 0.625em;
}
.news_bg li .date{
	order: -1;
	min-width: 140px;
}
.news_bg li .date i{
	vertical-align: -5px;
	color: var(--primary_color);
}
.news_bg li .title a{
	text-decoration: none;
	color: #000;
	Text-overflow : ellipsis;
	overflow : hidden;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.news_bg .index_NARight ul li:first-of-type,
.news_bg .index_NARight ul li:nth-of-type(2),
.news_bg  .index_NARight ul li:nth-of-type(5),
.news_bg  .index_NARight ul li:nth-of-type(6),
.news_bg  .index_NARight ul li:nth-of-type(9),
.news_bg  .index_NARight ul li:nth-of-type(10){
	background-color:unset;
  }
	
  .news_bg	.index_NARight ul li:nth-of-type(2n+1){
		/* background-color: rgba(211, 228, 242, .3); */
		background-color: rgba(211, 228, 242, .7);
	}
	@media(max-width:1600px){
		.news_bg .tabs li {
			/* width:auto; */
		  }
		.news_bg .tabs span {
			font-size: 0.875em;
			/* padding: 0 15px; */
			
		}
	  }
	  @media(max-width:1200px){
		
		.news_bg .tabs span {
			
		}
		.news_bg .img-scroll {
			/* height: 30px; */
		  }
		  .news_bg .tabs li {
			width: 100%;
			font-size: 1em;
			line-height: 1.875em;
		  }
		  .news_bg .tabs span {
			border: 0.0625em #fff0 dashed;
			border-radius: 0;
			padding: 0 15.6px;
		  }
		  .news_bg .tab_area {
			border-bottom: solid 0em #0467b3;
		  }
	  }
	  @media (max-width: 990px) {
		.news_bg .index_NARight h3.title {
			padding: 0 ;
		}
		.news_bg .index_NARight li a {
			padding:10px 0 0;
		}
		
		
	  }
	  
	  @media (max-width: 768px) {
		
	  }


/* 最新消息區塊---------------- */

  
.index_NARight {
	width: 100%;
	/* width: calc(100% - 340px); */
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.5;
  }

  .medium.titles {
    font-size: 1.438em;
	font-weight: bold;
	margin: 33px 0 0 0;
}

  .index_NARight ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	/* margin: -15px 0;	 */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
 
  /* 首頁_最新消息列表 */
  .index_NARight li {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	display: flex;
	padding: 25px 0 ;
	border-bottom: 0.125em  solid rgba(94,108,173,10%);
	width: 49%;
	background-color: transparent;
  }



  
  .index_NARight ul li:first-of-type,
  .index_NARight ul li:nth-of-type(2),
  .index_NARight ul li:nth-of-type(5),
  .index_NARight ul li:nth-of-type(6),
  .index_NARight ul li:nth-of-type(9),
  .index_NARight ul li:nth-of-type(10){
	background-color: rgba(211, 228, 242, .3);
  }

    /*首頁_最新消息列表_affairs頁面*/

  .index_NARight.affairs ul li{
	width:100%;
	background-color: rgb(255 255 255 / 0%);
  }

  /*20221230_abby_新增修改*/
  .index_NARight.affairs ul li:nth-of-type(2n+1) {
    background-color: rgba(211, 228, 242, .3);
}
  
  
  .index_NARight li a{
	display: inline-block;
	padding-right: 10px;
  }
  
  .index_NARight li a img{
	width: 30px;
	height: auto;
	object-fit: cover;
  }
  
  /* 最新消息標題 */

  .index_NARight h3.title{
	
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	color: #707070;
	transition: 0.3s ease all;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
     overflow: hidden;
	 width: 60%;
		margin-top: 10px;
		padding: 0 10px;
  }
  
  
  
  
  @media (max-width: 1350px) {
	.index_NARight li {
		width: 100%;
	}
	.index_NARight ul li:first-of-type,
  .index_NARight ul li:nth-of-type(2),
  .index_NARight ul li:nth-of-type(5),
  .index_NARight ul li:nth-of-type(6),
  .index_NARight ul li:nth-of-type(9),
  .index_NARight ul li:nth-of-type(10){
	background-color:unset;
  }
	
	.index_NARight ul li:nth-of-type(2n+1){
		background-color: rgba(211, 228, 242, .3);
	}
  }
  
  @media (max-width: 990px) {
	.index_NARight {
		margin-top: 25px;
	  }
	/* 首頁_最新消息列表 */
	.index_NARight li {
	  position: unset;
	  padding-left: 0px;
	  display: flex;
	  flex-wrap: wrap;
	}
	
	/* 最新消息標題 */
	.index_NARight h3.title {
	  width: 100%;
	  margin: 10px 0 0;
	  padding: 0 10px;
	}
	
	.index_NARight li {
		padding: 15px 0;
	}
	.index_NARight li a {
		display: inline-block;
		padding:10px;
		line-height: 2;
	}
	
	
  }



/*/////////////////////////////////////////////////////////*/
/*-------導盲磚--------*/
/*/////////////////////////////////////////////////////////*/



/* 版頭導盲磚 */
.tactile_paving {
	position: absolute;
    font-size: 0.7em;
    color: #fff0;
    z-index: 1;
}
	.tactile_paving a{
		/* color: #e5e5e5; */
		color: #fff0;
		display: block;
    	text-decoration: none;
	}
	.tactile_paving a:hover ,
	.tactile_paving a:focus{
		color: #000;
	}


/* ------------------------program --------------------------*/

.program_bg{

}
.news_bg.program_bg .tabs li{
	box-shadow:none;
	border-radius: 0.9375em ;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
	min-width: 160px;
}
	.news_bg.program_bg .tabs span{
		border-radius: 0.9375em ;
	}


	.program_area .index_NARight {
		margin-top: 30px;
	}


	.program_area .index_NARight li{
		padding:10px;
	}


@media (max-width: 1200px) {
	
	.news_bg.program_bg .tabs li{
		border-radius: unset;
		padding-right: 0;
		padding-bottom: 0;
		width: 100%;
		min-width: unset;
		font-size: 1em;
    	line-height: 1.875em;
	}
		.news_bg.program_bg .tabs span {
			border-radius: unset;
		}
}





/*/////////////////////////////////////////////////////////*/
/*------- 無障礙設定區塊 --------*/
/*/////////////////////////////////////////////////////////*/

a:active,
a:focus {
	text-decoration: none;
	/* background-color: #005faf; */
	/* outline: 0.2rem solid #005faf; */
	background-color: #FDDA0D !important;
	color: #000 !important;
	/* outline: 0.2rem dashed #005faf; */
	/* border:0.2rem dashed #005faf; */
}

.nav_title a:active,
.nav_title a:focus,
.footer_nav a:active,
.footer_nav a:focus {
	outline: 0rem dashed #FDDA0D !important;
	/* color: #005faf !important;
	background-color: #fff0 !important; */

	background-color: #FDDA0D !important;
	color: #000 !important;
}



:focus,
:hover {}



/* label:focus,
label:active, */
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	background-color: #FDDA0D;
	color: #000 !important;
	transition: 0.2s ease all;
}


button:focus,
button:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active {
	background-color: #FDDA0D !important;
	color: #000 !important;
	box-sizing: border-box;
}

input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active {
	opacity: 1;
	line-height: 2.375em;
	color: #000 !important;
	background-color: #FDDA0D !important;
	box-sizing: border-box;
}


select:focus,
select:active {
	color: #000 !important;
	background-color: #FDDA0D !important;
}


textarea:focus,
textarea:active {
	color: #000 !important;
	background-color: #FDDA0D !important;
}

/*/////////////////////////////////////////////////////////*/
/*==========最新消息內頁==========*/
/*/////////////////////////////////////////////////////////*/
.news_in_Bg{
	display: flex;
	/* justify-content: space-between; */
	padding-top: 30px;
}
.news_in_left{
	width: 30%;
	margin-right: 30px;
}
.news_in_left img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.news_in_right{
	width: 50%;
	font-size: 18px;
	line-height: 1.2;
	word-break:break-word;
}
.news_in_right a{
	color: var(--primary_color);
	text-decoration: none;
}


@media(max-width:768px){
	.news_in_Bg{
		display: block;
	}
	.news_in_left{
		width: 50%;
		
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 30px;
	}	
	.news_in_right{
		width: 100%;
	}
}
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}