/*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*/
}

html{
	font-size: var(--fontSize);  /*預設16px*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	/*font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體","Noto Sans TC", "新細明體";*/
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/

	font-family: var(--mandarin_font), "微軟正黑體", "新細明體",var(--foreign_font), Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	/*behavior:expression(this.onFocus=this.blur());*/  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	/* text-decoration:underline; */
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;

	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:var(--fourth_color);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#2b33a5;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#2b33a5;
	color:#fff;
}

.wrap {
	width: 90%;
	max-width: 1530px;
	margin: 0 auto;
	padding: 0;
}


@media (max-width: 1280px){
	.wrap {
		/* width: 80%; */
	}

}

@media (max-width: 900px){
	.wrap {
		/* width: 85%; */
	}

}

@media (max-width: 768px){
	.wrap {
		/* width: 85%; */
		/*width: auto;
		padding: 0px 15px;*/
	}

}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"], input[type="email"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 36px;
    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:150px;
	height:42px;
	background: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	font-size: 13px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.svg) 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: clamp(1.9355rem, 3.1250vw, 3.7500rem); /* 30.97px , 3.1250vw , 60.00px */
	height: auto;
    /* height: 60px; */
	aspect-ratio: 1;
    background-size: 99.9%;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../images/left_arrow.webp);
}
.main .swiper-button-next{
	background-image: url(../images/right_arrow.webp);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}
				
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto; /*feather調整20220307 */
						/* height: 100vh; */
						object-fit: cover;
					}
		
		
		/*輪播點點*/
		.main .swiper-pagination {
			z-index: 888;
			height: 10px;
			opacity: 1;			
		}
		.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-slide {
					position:relative;
				}
				.pcBanner2 {
				}
				.mobileBanner {
					display:none;
				}
				
					/*.banner .swiper-slide div {
					    position:relative;
					}
					.banner .swiper-slide div:after {
					    position:absolute;
					    content:'';
					    top:0;
					    left:0;
					    width:100%;
					    height:100%;
						background: inherit;
					    filter: blur(75px) ;
					    z-index: 2;
					}*/
				
				
				
					
@media (max-width: 900px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}

		.main .swiper-button-prev{		
			left: 0;
		}
		.main .swiper-button-next{
			right: 0;
		}
}

@media (max-width: 640px){
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
}
				
				
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			line-height:40px;
			background:#de484d;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/*border-bottom: solid 1px #c4c4c4;*/
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		/*height:39px; */
		position:relative;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					/*border-right: solid 1px #c4c4c4;*/
				}
					.tabs li a:hover {
						background:#fff;
						background:#f5d124;
					}
					.tabs a { 
						font-size: 15px;
						color:#425d64;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 0px;
						transition:0.3s ease all;
						background: #ffa7a9;
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
					
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
						
						.tabs li.active a {
							background:#fff;
							/* background:#f5d124; */
							font-size: 19px;
							font-weight:bolder;
							transition:0.3s ease all;
						}				
						
		
		#tab1{}
		.tab_content{}

/* 新增標題樣式  modify by ryan 20211119*/
.tab_areaIn{
	display: flex;
    align-items: flex-end;
}

.tab_area_tit{

}
.tab_area_tit span{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #425d64;
	font-family: sans-serif;
}

.tab_area_tit.type2{

}
.tab_area_tit.type2 span{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 24px;
	color: #425d64;
}


/*文章內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	/*padding:10px;*/
	padding: 38px 0px 10px;
}

/*.p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}*/

.pI_bottom .p_tab_text_area > div {
	border-top: 1px #eaeaea solid;
	z-index: 0;
	position: relative;
}








					@media (max-width: 760px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 999;
							}
								.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
									float:none;
									text-align:center;
									width:100%;
									font-size:15px;
									border-radius:0px;
									border: none;
									border-bottom: solid 1px #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
/*.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}*/
				/*hover*/
				/*.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}*/
					
					
					
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #3a3a3a;
		/* background: #333; */
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
			transition: 0.2s ease all;
			opacity: 0.8;
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 900px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		text-align:center;
		font-size:15px;
		line-height:22px;
		padding:10px 0px 5px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display: inline-block;
			border-radius: 3px;
			font-size: 17px;
			color: #da5454;
			vertical-align: middle;
			/* background:#da5454; */
			line-height:18px;
		}



	/*表單區*/
	.form_area {
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				font-size: 15px;
				line-height: 21px;
				/* border-bottom: 1px #a8a8a8 dashed; */
				padding: 5px 0px 0px 0px;
			}
				.fL_tit {
					font-weight:bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/* position:absolute;
						right:0px; */
					}
					
				.fL_info {
					padding:0px 0px 10px 0px;
				}
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address select {
						margin:0px 5px 0px 0px;
					}
					.fL_info.address input[type='text']:nth-of-type(1) {
						width:97px;
					}
					.fL_info.address input[type='text']:last-of-type {
						margin:12px 0px 0px 0px;
					}
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						@media (max-width: 900px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
}





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
	min-height: 621px;
    padding-top: 150.5px;
}

.main.indexmain{
	/* padding: 0; */
}


/*首頁內容區塊*/	
.mainContent{
	padding: 0;
}

	

@media (max-width: 1100px){
	
	.main {
		padding-top: 105px;
	}	
}

















/*/////////////////////////////////////////////////////////*/
/*-------雙語活動_表單模組--------*/
/*/////////////////////////////////////////////////////////*/

.activity_bg{
	background-color: #ffffff;
	margin: 15px 0px;
}


	/* 預約時段 */
	.activity_bg .form_reserve{
		border-bottom: dotted 0px #0f0f0f;
	}

	.activity_bg .fL_info{
		padding: 8px 0px 16px 0px;
	}
	.activity_bg .fL_tit{
		text-align: left;
		padding: 0px;
	}
	.activity_bg select{
		width: 49.5%;
	}
	.activity_bg .form_score{
		width: 49.5%;
	}


	/* 基本資料 */
	.activity_bg .form_listArea{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.activity_bg .form_list{
		width: 49.5%;
		/* padding: 0px 4px; */
		border-bottom: dotted 0px #0f0f0f;
		padding-top: 0px;
	}

	.activity_bg .form_list select{
		width: 100%;
	}


	/* 備註欄位 */
	.activity_bg .form_remark{
		width: 100%;
		/* padding: 0px 4px; */
		border-bottom: dotted 0px #0f0f0f;
	}
	/* 選擇欄位 */
	.activity_bg .radio {
		padding:8px 16px 16px 16px;
		display: flex;
		flex-direction: column;
	}
	.activity_bg label {
		line-height: 38px;
	}
	/* 注意事項 */
	.activity_bg .notice_area{
		padding: 10px 0px;
	}
	.activity_bg .agree_area {
		text-align: left;
		font-size: 15px;
		/* padding: 15px 0; */
		/* padding: 8px 0; */
		color: #201c1c;
		position: relative;
		z-index: 9;
	}

	/* 上傳檔案 */
	.inputFileArea {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.inputFileArea .inputFileList {
		box-sizing: border-box;
		width: 100%;
		margin: 0px 0px 0px;
	}
	.inputFileArea .inputFile {
		box-sizing: border-box;
	}
	.inputFileArea .inputFile {
		position: relative;
		border: solid 1px #aeaeae;
		background: #fff;
		border-radius: 3px;
		padding: 0px 80px 0px 0px;
		/* margin: 0px 0px 17px; */
	}
	.inputFileArea .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;
		padding: 0px;
	}
	.inputFile label div {
		/* background: #82ab29; */
		background: #aeaeae;
		color: #fff;
		font-size: 14px;
		line-height: 39px;
		text-align: center;
		width: 80px;
		display: inline-block;
		transition: 0.3s ease all;
	}
	.inputFile input[type='file'] {
		display: none;
	}






	@media (max-width: 640px){
		.activity_bg select{
			width: 100%;
		}
		.activity_bg .form_list{
			width: 100%;
		}
		.activity_bg .form_score{
			width: 100%;
		}
	}






/*/////////////////////////////////////////////////////////*/
/*-------相關連結_資源列表--------*/
/*/////////////////////////////////////////////////////////*/


.ExchangeBg {
    /* padding: 10px 0px; */
}


.ExchangeList{
	position:relative;
	border-bottom: 1px #b5b5b5 solid;
	/* margin-bottom: 10px;
	padding: 10px 150px 10px 0px; */
	padding: 15px 150px 15px 0px;

}

/* feather新增LinkList樣式 */
.ExchangeList.Linklist{
	padding: 10px 25px;
	border: 0px;

}

	.ExchangeListTag{
		position:absolute;
		/* top: 10px; */
		left:0px;
	}
		.ExchangeListTag i{
		color: #5d534b;
		}

		.ExchangeListTag a{
			font-size: 1rem;
			font-weight: bold;
			color: #2b4075;
			text-align: left;
			display: block;
			text-decoration: none;
			/*cursor: default;*/
		}
		.ExchangeListTag a:hover{
			opacity:0.5;
		}
		
	.ExchangeTit{
		font-size:16px;
		line-height:22px;
	}
		.ExchangeTit a{
			font-weight: normal;
			font-size: 1rem;
			line-height: 22px;
			text-decoration: none;
			/* color: #2e2e2e; */
			color: #333;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.ExchangeTit a:hover{
			color: #813a37;
			/*opacity:0.8;
			padding-left:20px;*/
			transition: 0.3s ease all;
		}			
			
			
			/* feather調整樣式20211025 */
	.ExchangeDate{
		position:absolute;
		top: 10px;
		right:0px;
		font-family: 'Montserrat', sans-serif;
		color: #575757;
		font-size: 13px;
		line-height: 32px;
		text-align: right;
	}




/* 
.ExchangeList:first-child  ,
.ExchangeList:first-child .ExchangeListTag a ,
.ExchangeList:first-child .ExchangeTit a ,
.ExchangeList:first-child .ExchangeDate {
	color:#aeaeae;
	cursor: default;
	font-size:16px;
	font-weight:normal;
	font-family:微軟正黑體;
}
.ExchangeList:first-child .ExchangeListTag a:hover ,
.ExchangeList:first-child .ExchangeTit a:hover {
	color:#aeaeae;
	padding-left:0px;
	opacity:1;
} */





/*資源內頁下方列表-----------------------------------------*/
.link_exchange{
	margin: 30px 0px 0px;
}
	.link_exchangeList{
		box-sizing: border-box;
		padding: 10px 0px;
		border-bottom: 1px #d2d2d2 dashed;
	}
		.link_exchangeList a{
			font-size: 14px;
			line-height: 22px;
			text-decoration: none;
			/* color: #2e2e2e; */
			color: #565656;
			display: block;
		}
		.link_exchangeList a:hover{
			opacity:0.5;
		}	
	
	
	





@media (max-width: 640px){
	

.ExchangeList{
	padding: 10px 80px 12px 0px;
}	

	.ExchangeListTag {
	}
	
	/*.ExchangeTit {
		padding: 15px 0px;
	}*/
	
	.ExchangeDate {
			top: 0px;
			text-align: right;
			/* font-size: 14px; */
			/* font-weight: normal; */
			margin-top: 10px;
	}

}





/*/////////////////////////////////////////////////////////*/
/*-------下載模組_法規&表單--------*/
/*/////////////////////////////////////////////////////////*/

.DownloadArea{
	padding:0px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
}

.DownloadArea_title{
	font-weight: bold;

	font-size: 1.625rem; /*26*/
	font-weight: bolder;
	/* color: #5d534b; */
	color: var(--second_color);
	line-height: 1.5;
	position:relative;
	/* border-bottom: 2px solid #948a7f; */
	border-bottom: 2px solid var(--second_color);
	padding-bottom: 0.625rem;
	margin-bottom: 1.25rem; /*20*/
}
	.DownloadArea_title::before{
		content: "";
		/* background-color: #5d534b; */
		background-color: var(--second_color);
		height: 4px;
		position: absolute;
		width: 20%;
		left: 0;
		top: 100%;
	}

	/*下載列表*/
	.DownloadList{
		position: relative;
		border-bottom: 1px #b5b5b5 solid;
		padding: 10px 110px 10px 0;
	}
	
		.DownloadTag{
			position:absolute;
			left:0px;
			font-size: 1rem;
			color: var(--second_color);
			text-align: left;
		}	
	
		.DownloadDate{
			position:absolute;
			/*top:15px;*/
			left: 0px;
			font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 1rem;
			line-height: 22px;
		}
		
		.DownloadTit{
			font-weight:normal;
			font-size: 1rem;
			line-height: 1.375;
			color: var(--dark_color);
			display: block;
		}                        
		.Download{
			position:absolute;
			top:8px;
			right:0px;			
		}
											
			/*下載圖標*/
			.DownlFile{
				float:left;
				padding-left:10px;

			}
				.DownlFile a{
					display:block;
				}
				.DownlFile a:hover{
					opacity:0.5;
				}				
				.DownlFile img{
					width:28px;
					height:auto;
				}
	


@media (max-width:1100px){

	.DownloadList{
	}
		.DownloadDate {
			font-size: 14px;
		}
			.DownlFile img {
				width: 26px;
			}
}


@media (max-width:768px){
	
	/*下載列表*/
	.DownloadList{
		padding: 0px 0px 10px 0px;
		/* margin-bottom: 10px; */
	}

		.DownloadDate {
			position: unset;
			left: unset;
			margin-bottom: 10px;
		}
		
		.Download {
			position: unset;
			top:unset;
			margin-top: 10px;
			bottom: 0px;
		}
		.DownlFile {
			/*float: left;*/
			padding: 0px 15px 0px 0px;
		}
}


                       
                        
















/*/////////////////////////////////////////////////////////*/
/*-------常見問題--------*/
/*/////////////////////////////////////////////////////////*/
/*常見問题_收合列表-------------------------*/

.qaArea {
	/* margin: 20px 0px 0px; */
}
.qaArea:first-of-type {
	/* padding-top:6px; */
}
	/* feather修改圓角20211025 */
	.qa_list {
		font-size:17px;
		line-height:30px;
		border-radius: 7px;
		overflow: hidden;
		/* box-shadow: 0px 5px 11px 0px #4447471a; */
		border:1px rgb(51 51 51 / 0.05) solid;
		background-color: #F7F7F7;
		margin-bottom: 15px;
		margin-right: 0px;
	}
		.qa_list_tit {
			position:relative;
			transition: 0.3s ease all;
			padding: 15px 50px 15px 20px;
			cursor:pointer;
		}
		.qa_list_tit.show {
			background: #948a7f;
			color: #fff;
			transition: 0.3s ease all;
		}
			
		.qa_list_text {
			position:relative;
			transition:0.3s ease all;
			display: none;
			/* opacity:0;
			height:0px; */
			box-sizing:border-box;
		}
		.qa_list_text img {
			max-width:100%;
			height:auto;
		}		
		
		.qa_list_tit:before, .qa_list_text:before {
			position: absolute;
			left: 10px;
			/* top: 9px; */
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			font-size: 20px;
			color: #fff;
			letter-spacing: 0px;
			text-align: center;
			width: 28px;
			height:28px;
			border-radius: 100%;
			background: #221912;
		}
		.qa_list_tit:before {
			/* content: '?'; */
		}
		.qa_list_text:before {
			/* content: '!';
			background: #e76221;
			top: 15px;
			-webkit-transform: unset;
			transform:unset; */
		}
		
		.qa_list_tit:after {
			position: absolute;
			content: '';
			background: url(../images/plus.png) no-repeat;
			/*top: 22px;*/
			right: 20px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 10px;
    		height: 10px;
		}
		.qa_list_tit.show:after {
			/*content: '-';*/
			background-image:url(../images/x.png);
			background-repeat:no-repeat;
		}

				/*展開*/
				.qa_list_text.show {
					display: block;
					transition: 0.3s ease all;
					/* opacity:1;
					height:auto; */
					/* padding: 9px 50px; */
					padding: 15px 20px;
				}















/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/



/*全站共用樣式*/
:root {
    /* --primary: Aquamarine; */
    --foreign_font:"Lato", sans-serif;       /*全站外文字型*/
    --mandarin_font:'Noto Sans TC', sans-serif;   /*全站中文字型*/
    --primary_color:#e27933;                    /*全站主色色碼*/
    --second_color:#b34d00;                   /*全站第二色碼*/
    --third_color:#916745;                    /*全站第三色碼*/
    --fourth_color:#f7c59f;                   /*全站第四色碼*/
    --fifth_color: #e2b533;                    /*全站第五色碼*/
    --sixth_color: #e0e0e0;                    /*全站第六色碼*/
   /* --seventh_color:#0C3651;*/                  /*全站第七色碼*/
    /*--eighth_color:#52B3F1;*/                   /*全站第八色碼*/
    --ninth_color: #bd3439;                    /*全站第九色碼*/
    /*--tenth_color:#BE2656; */                   /*全站第十色碼*/
    --dark_color:#393939;
    --fontSize: 16px;
}



/* 在螢幕放大110%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and (min-height: 500px) and 
(max-height: 1000px) and  (-webkit-min-device-pixel-ratio: 1.1) and 
(-webkit-max-device-pixel-ratio: 1.21), 
only screen and (min-resolution: 110dpi) and (max-resolution: 121dpi) {

   /*全站共用樣式*/
	:root {
		--fontSize: 14.5px; /*calc(16px / 1.1)*/
	}

}


/* 在螢幕放大125%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and (min-height: 500px) and
 (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
  (-webkit-max-device-pixel-ratio: 1.49)
, only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: 12.8px; /*calc(16px / 1.25)*/
	}

}

/* 在螢幕放大150%且寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: calc(16px * 0.9); 
	}

}










/* 20211201 feather 新增 material-icons 樣式 */
.material-icons {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    transform: translateY(-.1em);
}


/*------------------內頁背景--------------------*/
.main.inmain{
	padding-top: 230px;
	background: #ffffff;
	/* font-family: Arial,'Montserrat',sans-serif,'Noto Sans TC','微軟正黑體'; */
}


	
	/*------------------內頁banner區塊--------------------*/
	.inbanner{
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: clamp(7.8125rem, 33.3333vw, 15.625rem); /* 125px , 33.3333vw , 250px */

		display: flex;
		flex-direction: column;
		padding: 10px 0;
	}

	


		.inbanner > .wrap{
			display: flex;
			flex-direction: column;
			justify-content: center;
			flex-grow: 1;
			gap: 15px;
		}
			
			/* 內頁banner標題 */
			.inbannerTit{
				position: relative;
				/* top:38%; */
				font-weight: bold;
				font-size: clamp(1.6250rem, 1.8750vw, 2.2500rem); /* 26.00px , 1.8750vw , 36.00px */
				color: #fff;
				display:block;
				vertical-align: middle;
				/* text-shadow: 0px 0px 5px #000; */
				letter-spacing: 5px;
				/* font-family: 'Montserrat','Noto Sans TC', sans-serif; */
			}

	
	
		
		/*麵包屑*/
		.crumb_bg{
			color: #cccccc;
			font-size: 14px;
			/* float: left; */
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				position: relative;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				/* top: 110px; */
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 1.125rem;
					line-height: 1.375rem;
					color: #a64300;
					padding: 0 2px;
				}
				.crumb_area i:nth-of-type(1){
					color: #a61103;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #a61103;
					font-size: 15px;
					line-height: 22px;
					transition: 0.3s ease all;
				}
				/*hover*/
				.crumb_area a:hover{
					/* color: #f5d124; */
					opacity: 0.6;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: .9375rem;
					/* margin-right: -1px; */
					line-height: 1.375rem;
					color: #a64300;
				}
				.crumb_area span:last-of-type{
					box-sizing:border-box;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
				}	


/*------------------搜尋頁--內頁banner區塊------feather新增20220323------start*/	
	.inbanner.inbanner_search{
		height: 200px;
	}

		.inbanner_search .inbannerTit{
			top: 35%;
		}

		.inbanner_search .crumb_area{
			top: 80px;
		}

/*------------------內頁內容區塊--------------------*/
.pageContent{
	padding: 50px 0px;
    position: relative;
}

.pageContent > .wrap{
	width: 80%;
}


	
@media (max-width: 1100px){


	.main.inmain{
		padding-top: 105px;
	}
	
		.main.page {
			padding-top: 58px;
		}	
		
			/*內頁內容區塊*/
			.pageContent{
				padding: 30px 0px;
			}


    .inbanner {
        min-height: 10.625rem;
        /* display: flex;
        flex-direction: column;
		padding: 10px 0; */
    }

	.inbanner > .wrap {
		/* display: flex;
		flex-direction: column;
		justify-content: center;
		flex-grow: 1;
		gap: 15px; */
	}



}



	
@media (max-width: 768px){

	.inbanner{
		/* height: 170px; */
	}

		/* 內頁banner標題 */
		.inbannerTit{
			font-size: 28px;
			letter-spacing: 3px;
		}

			.crumb_area{
				/* top:70px; */
			}

				.crumb_area i{
					font-size: 1rem;
					/* padding-bottom: 3px; */
				}
				
				.crumb_area a{
					font-size: 12px;
				}

				.crumb_area span{
					font-size: 12px;
				}	
				/* .crumb_area span:last-of-type{
					box-sizing:border-box;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
				}		 */

				
	.inbanner.inbanner_search{
		height: 170px;
	}
}


/* 內容區 */
.pageContentIn{
	padding: 35px 0;
}



/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	/*font-size: clamp(1.5625rem, 1.8750vw, 2.2500rem);*/ /* 25px , 1.8750vw , 36.00px */
	font-size: clamp(1.875rem, 5.3333vw, 2.5rem); /* 25px , 1.8750vw , 36.00px */
    line-height: 1.1;
    color: var(--dark_color);
    font-weight: bolder;
    text-align: center;
    padding: 0px;
    letter-spacing: 5px;
}

	.titStyle1 strong {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}

	/*.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;
		text-align: start;
		padding-right: 20px;
		padding-left: 15px;
		border-left: 7px #813a37 solid;
	}

	.titStyle1 > h3 {
		display: inline-block;
		font-size: inherit;
		margin-block-start: inherit;
		margin-block-end: inherit;
		margin-inline-start: inherit;
		margin-inline-end: inherit;
		font-weight: inherit;
		text-align: center;
		padding: 25px 0 13px;
		border-bottom: 4px solid #813a37;
		margin-bottom: 40px;
	}*/



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
    font-size: 35px;
    line-height: 35px;
    color: #2e282a;
    font-weight: bolder;
    text-align: center;
    padding: 10px 0;
}
	.titStyle2 > 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;
	}
	.titStyle2Date {
		color: #e76120;
		font-size: 1rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal;
		display: block;
		margin-bottom: 15px;
	}





/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 25px;
    line-height: 35px;
	color:#135065;
	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;
	}






	
@media (max-width: 1100px){

	/*內頁標題樣式1-----------------------------------------*/
	.titStyle1{
		font-size: 28px;
		line-height: 30px;
		padding: 10px 0;
	}
		.titStyle1 > h3 {
			padding: 10px 0;
			margin-bottom: 20px;
		}
	/*內頁標題樣式2-----------------------------------------*/
	.titStyle2{
		font-size: 25px;
		line-height: 30px;
		padding: 10px 0;
	}
}

@media (max-width: 768px){

	/*內頁標題樣式1-----------------------------------------*/
	.titStyle1{
		font-size: 24px;
		line-height: 28px;
		padding: 5px 0;
	}
		.titStyle1 > h3 {
			margin-bottom: 10px;
		}
	/*內頁標題樣式2-----------------------------------------*/
	.titStyle2{
		font-size: 21px;
		line-height: 26px;
		padding: 5px 0;
	}
}


.page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-bottom: 40px;
    padding-top: 10px; */
}





/*左側*/
.left{
	width: 250px;
	box-sizing: border-box;
	transition: 0.3s ease all;
	/* position: absolute;
	z-index: 2; */
}
			
	/*左側標題*/
	.left_title{
		font-size: 19px;
		letter-spacing: 0.2rem;
		background-color: #948A7F;
		border-left: 7px #813a37 solid;
		color: #fff;
		padding: 15px 10px 12px 10px;
		display: none; /* feather新增 正常尺寸隱藏 20220111*/
	}
		/* .left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		} */
	
	/*左側選單列表*/
	.leftListArea{
		font-size: 1rem;
		line-height: 1.2;
		color: var(--dark_color);
		/*background-color: #fcfcfc;*/
	}
	.leftListArea a{
		color: var(--dark_color);
		text-decoration: none;
		padding: 15px 30px 15px 20px;
		display: block;
	}
		.leftList{
		}
			/* 左側選單第一層 */
			.leftList_top{
				position: relative;
			}
				.leftList_top a{
					display:block;
					padding:15px 30px 15px 20px;
					/* margin: 3px 0; */
					text-decoration:none;
					/* color:#000;
					position: relative;
					font-size: 15px;
					line-height: 22px; */
					word-break: break-word;
					background-color: #f6f6f6a4;
					border-bottom: 1px #fff solid;
					font-size: clamp( 1rem, 2.4vw, 1.125rem );
				}

				/* hover */
				.leftList_top a:hover{
					background-color: #c6c6c6ba;
					border-right: 5px #813a37 solid;
					border-right: 5px var(--fourth_color) solid;
				}

			.leftList.active .leftList_top a ,
			.leftList.leftList2.active .leftList_top a{
				background-color: var(--fifth_color);
				/* border-right: 5px #813a37 solid; */
				border-right: 5px  solid var(--primary_color);
			}

			.leftList.leftList2 i{
				position:absolute;
				font-size: 20px;
				top: 50%;
				right: 10px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				transition:0.3s ease all;
				color: #948a7f;
			}


			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #999;
						padding: 13px 10px 11px 30px;
						font-size: 15px;
						line-height: 22px;
						font-weight:normal;
						word-break: break-word;
					}
					.leftList_open_list.active a {
						color: var(--primary_color);
					}
					.leftList_open_list a:hover {
						color: var(--primary_color);
						text-decoration:none;
					}

/*右側*/
.right{
	/*float: right;*/
	box-sizing:border-box;
    width: calc(100% - 280px);
}


/*無左側選單*/
.right.no_left{
	float: none;
	width: 100%;
	padding-left: 0px;
}


	.right_title_top{
		display: flex;
		justify-content: flex-start;
		margin-bottom: 15px;
		align-items: center;
	}

		.right_titleDate{
			font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 1rem;
			line-height: 1.3;
			padding: 0 20px 0 1px;
			font-weight: bold;
		}

		.right_titleSort span{
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			display: inline-block;
			padding: 3px 10px;
			color: #fff;
			background-color: #948A7F;
			border-radius: 25px;
		}



	.right_title{
		font-size: 1.625rem; /*26*/
		font-weight: bolder;
		/* color: #5d534b; */
		color: var(--second_color);
		line-height: 1.5;
		position:relative;
		/* border-bottom: 2px solid #948a7f; */
		border-bottom: 2px solid var(--second_color);
		padding-bottom: 0.625rem;
	}

	.right_title::before{
		content: "";
		/* background-color: #5d534b; */
		background-color: var(--second_color);
		height: 4px;
		position: absolute;
		width: 20%;
		left: 0;
		top: 100%;
	}

		.right_title h2 {
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
			letter-spacing: 3px;
		}
		
		.right_title2{
			font-size: 24px;
			font-weight: bold;
			color: #777;
			line-height: 1.5;
			position:relative;
			/* border-bottom: 2px solid #f5d124; */
			padding-bottom: 20px;
		}
		
		.right_title2 h2 {
			display: inherit;
			font-size: inherit;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
		}	

		
		/* 20211126 feather 新增樣式 */
		.right_title2 h3 {
			display: inherit;
			font-size: 18px;
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
			margin-top: 30px;
		}
		

		
		
			
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 1.25rem; /*20*/
	}
	
	
		/*網編區塊*/
		.text_area{
			font-size: 1rem;
			line-height:1.5;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}	




		/*---------按鈕--------*/
		.btn_area {
			text-align:center;
			margin:1.25rem 0px 0px;
		}
		.btn_area input ,
		.btn_area button{
			cursor: pointer;
			line-height: normal;
			height: auto;
			min-height: 2.8125rem; /*45*/
			width:clamp(6.2500rem, 10.4167vw, 12.5000rem); /* 100.00px , 10.4167vw , 200.00px */
			border: none;
			padding: 0;
			margin:0px 0px;
			border-radius:2px;
			background-color: var(--primary_color);
			color: #fff;
			padding-bottom: .125rem;
			border: unset;
			font-family: var(--mandarin_font);
			font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
		}

		/* 新增樣式 modify by ryan */
		.btn_area.disAbled > input {
			/* background: #c5c5c5;
			color: #e4e4e4;
			border: 1px solid #c5c5c5;
			cursor: default; */
		}

		.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;
		}	
			



		input.disAbledColor{
			background: #c5c5c5;
			color: #e4e4e4;
			border: 1px solid #c5c5c5;
			cursor: default;
		}
				
		/*右側返回按鈕*/
		/* .btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		 */
		
		
		
		






@media (max-width: 1280px){

	.pageContent > .wrap {
		width: 90%;
	}

		/*左側*/
		.left{
			width: 250px;
		}
		/*右側*/
		.right{
			width: calc(100% - 300px);
		}

}

@media (max-width: 1100px){

	.pageContent > .wrap {
		width: 85%;
	}

		.page {
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
			justify-content: unset;
		}

		/*左側*/
		.left{
			width:100%;
			margin-bottom: 10px;
			/* position: static; */
		}
		
			/*左側表單名稱*/
			.left_title {
				position: relative;
				cursor: pointer;
				background-color: #fff;
				padding: 15px 50px 15px 15px;
				/*padding: 6px 50px 13px 15px;*/
				font-size: 17px;
				letter-spacing: 0.05rem;
				color: #5d534b;
				border: 2px solid #948a7f;
				border-radius: 5px;
				display: block; /* feather新增 手機尺寸顯示 20220111*/
			}
				.left_title span{
					display:inline-block;
					font-size: 13px;	
					color: #000;
				}
				
				.left_title:after {
					content: '';
					position: absolute;
					border-left: solid 6px rgba(255,255,255,0);
					border-right: solid 6px rgba(255,255,255,0);
					border-bottom: solid 6px rgba(255,255,255,0);
					border-top: solid 10px #5d534b;
					top: 50%;
					right: 15px;
					-webkit-transform: translateX(0) translateY(-41%);
					transform: translateX(-20%) translateY(-30%);
					transition: 0.3s ease all;
				}
				.left_title.active:after {
					transition:0.3s ease all;
					-webkit-transform: translateX(0) translateY(-82%) rotate(180deg);
					transform: translateX(0) translateY(-82%) rotate(180deg);
				}
				
			
			/*左側表單*/
			.leftListArea{
				display: none;
				background: #fcfcfc;
				border: 1px #dbdbdb solid;
				margin-top: 5px;
				border-radius: 5px;
				overflow: hidden;
			}
			
				.leftList > a{
					padding: 13px 45px 11px 15px;
				}

					.leftList_top a{
						margin: 0;
						border: unset;
					}
						
						/*方向標誌*/
						.leftList_icon.direction{
							right: 11px;
						}
						
						.leftList_open_list a{
							padding: 13px 45px 11px 30px;
						}
		
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 35px 0px 10px;
	}
	
	
}






/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.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;
				font-family: var(--foreign_font);
			}
			/*active*/
			.numberPage_middleList.active a{
				/* background-color: #948a7f; */
				background-color: var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #948a7f;
				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: #948a7f; */
		color: var(--primary_color);
		vertical-align: middle;
		font-weight: bold;
	}	
	





@media (max-width: 900px){
	
	.number_pageArea{
		padding: 40px 0px 15px;
	}

}
	
@media (max-width: 640px){
	
	.number_pageArea {
		/*padding-top: 30px;*/
		padding: 30px 0px 0px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}




/* --------------------滑動滾動條樣式-------------------------- */
body::-webkit-scrollbar {
	/*滾動條整體樣式*/
	width: 6px;
	/*高寬分別對應橫豎滾動條的尺寸*/
	height: 1px;
}

body::-webkit-scrollbar-thumb {
	/*滾動條裡面小方塊*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	/*background: #535353;*/
	background-color:#e0e0e0;			
}

body::-webkit-scrollbar-track {
	/*滾動條裡面軌道*/
	border-radius: 5px;
	background: #ffffff;
}	


/* :root{
	--primary_color:#52BEC8;
	--second_color:#10842E;
} */




/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}