/*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, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/

	font-family: 'Noto Sans TC', sans-serif;  /*思源黑體字型*/

	/*cursor: none !important;*/ /* 20251020 製作偽游標，隱藏系統游標 by tom */ /* 20251119 改由js控制 */
}

/* ~~ 元素/標籤選取器 ~~ */
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點擊時不會出現框線*/

	/*cursor: none !important;*/ /* 20251020 製作偽游標，隱藏系統游標 by tom */ /* 20251119 改由js控制 */
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
	/*cursor: url(../images/mouse_logo.svg) 16 16, auto;*/ /* 20251020改變滑鼠圖樣 */
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/


/* 於右任標準草書 */
@font-face {    
	/* font-family: 'KouzanBrushFontGyousyo'; */
	src:url('../icon_fonts/yu_youren_cursive.ttf');
    font-weight: normal;
    font-style: normal;
	font-family: 'yuyouren';
}











/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/


/* 思源正黑體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif; */


/* Noto Serif TC 思源宋體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif;  */



@font-face {
    font-family: 'setofont';
	src:url(../icon_fonts/setofont/sp-setofont.ttf);
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------icon-字型 結束-------------------------------*/












/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:var(--primary_color);
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:var(--primary_color);
	color:#fff;
}

.wrap {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}

/* @media (max-width: 900px){ */
@media (max-width: 1280px){	
	.wrap {
		width: 90%;
	}
}

@media (max-width: 767px){
	/* .wrap {
		width: auto;
		padding: 0px 15px;
	} */

}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	/* background: #fff0; */
	color: #231815;
    /* border: 1px solid #231815; */
	border-radius:2px;
	/*font-size: 13px;*/
	font-size: 15px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
	
	overflow: hidden;
}

/* .banner::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: rgba(39,39, 39, 15%);
	z-index: 99;
}
.banner::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: rgba(39,39, 39, 15%);
	z-index: 99;
} */
.main .swiper-wrapper{
	/* transition-timing-function:ease-in 
	transition-timing-function: linear; ; */
	transition-timing-function: ease;
}
.main .swiper-button-prev, 
.main .swiper-button-next {
	position: absolute;
	top: 50%;
	margin: 0px;
	/* z-index: 10;
	cursor: pointer; */
	width: 200px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image:url(../index/images/Rectangle.png);
	/* background-image:url(../../index/images/left_arrow2.png); */
	/* background-image: url(../index/images/left_arrow.png); */
	left: 0;
}
.main .swiper-button-next{
	background-image:url(../index/images/Rectangle.png);
	/* background-image:url(../../index/images/right_arrow2.png); */
	/* background-image: url(../index/images/right_arrow.png); */
	right: 0;
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
	/* content: 'prev'; */
	display: none;
}

.main .swiper-pagination-clickable .swiper-pagination-bullet {
	/* background-color: #000; */
	background-color: #fff;
	z-index: 5;
	display: inline-block;
	width: 10px;
	height: 10px;
	/* opacity: 1; */
	opacity: 0.6;
}
.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	/* background-color: #231815; */
	background: #aaa;
	opacity: 1;
}

	.main .swiper-slide img {
		width:100%;
		height:auto;
	}


				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
				
				
@media (max-width:1440px){
	.banner::before{
		display: none;
	}
	.banner::after{
		display: none;
	}
}
@media (max-width: 990px){
	/* .device {
		height:auto;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			display:none;
		} */
		.main .swiper-button-prev, 
.main .swiper-button-next {
	display: none;
}
}

@media (max-width: 990px){
	.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:#fbb129;
					}
					.tabs a { 
						font-size: 15px;
						color:#fff;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 36px;
						transition:0.3s ease all;
						background: #fbb129;
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#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:#fbb129;
							font-size: 19px;
							font-weight:bolder;
							transition:0.3s ease all;
						}			
						
						
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@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:"";
									}
					}

			










/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		/* color:#c30000; */
		/* color: #fbb129; */
		color: var(--primary_color);
	}












/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		/*text-align:center;*/
		/*font-size:15px;*/
		font-size:17px;
		line-height:22px;
		padding:10px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/*border-radius:3px;*/
			font-size:18px;
			/*color:#fff;
			background:#c13e42;*/
			line-height:18px;
			/*padding:0px 5px;*/
			/* color: #fbb129; */
			color: red;
			background: #ffffff00;
			/*position: unset;
			right: inherit;*/
			padding: 0px;
		}

	/*表單區*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		justify-content: space-between;
		align-content: flex-start;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				width:100%;
				/*border-bottom: dotted 1px #0f0f0f;*/
				/*padding:12px 0px 0px 0px;*/
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					font-size: 1rem;
					/* font-size: 18px; */
    				/* font-weight: bold; */
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					.fL_tit label {
						font-size: 14px;
						vertical-align: middle;
					}
					.fL_tit label input[type="radio"], input[type="checkbox"]  {
						vertical-align: baseline;
					}					
					
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					.fL_info input ,
					.fL_info textarea{
						border-color: #e6e6e600;
						background-color: rgb(254 237 215 / 0.6);
						background-color: #f1fff5;
						border: 1px solid #8bce9e;
					}

					
					.fL_info select{
						width:100%;						
						/*width: auto;
						margin: 0px 0px 0px 0px;*/
						border: solid 1px #aeaeae00;
						/* background-color: rgb(254 237 215 / 0.6); */
						background-color: var(--second_color);
						background-color: #f1fff5;
						border: 1px solid #8bce9e;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
						font-size: 16px;
						color: #8e8e8e;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin: 0px 0px 0px 0px;
							border: solid 1px #aeaeae00;
							background-color: rgb(254 237 215 / 0.6);
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: var(--primary_color);
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: var(--fourth_color);
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#d7261a;
						text-decoration:none;
					}	
					.agreeToTerms a:hover {
						opacity:0.5;
					}					
					
				
				.agreeArea{
				}	
				.text_area.agreeArea {
					text-align: left;
					height: 200px;
					border-radius: 3px;
					border: solid 1px #aeaeae;
					overflow-y: auto;
					word-break: break-word;
					padding: 10px;
				}	
					
					
					
					
					
					
				/*徵信*/
				/*.fL_info.Credit{
				}*/
				.fL_info.no_input span.CreditList{
					padding-right:5px;
				}                                       
				.fL_info.no_input span.CreditList input[type="text"]{
					width: 150px;
					height: 20px;
					line-height: 20px;
				}                          
					
					
					
					
					
						@media (max-width: 990px){					
						
							/*地址樣式*/
							.fL_info.address{
								position: relative;
								padding-left: 280px;
							}
								.fL_info.address select {
									width: 65px;
								}
								.fL_info.address select:nth-of-type(2) {
									left: 70px;
								}	
								.fL_info.address select:nth-of-type(3) {
									left: 140px;
								}				
								.fL_info.address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}					

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									top: -6px;
								}
								
								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
								
			.form_list_remark {
				font-size: 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;
	}
}




/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg{
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 3px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.1;
		color: #333;
	}

		/* 表格_標題 */
		.no_bg caption{
		}

		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: 16px;
					line-height: 1.5;
					color: #fff;
					padding: 10px 15px;
					box-sizing: border-box;
					/* border: solid 1px #bebebe; */
					/* border-left: solid 0px #bebebe; */
					/* border-bottom: solid 1px #bebebe;
					border-right: solid 1px #bebebe; */
					background: var(--primary_color);
					min-width: 68px;
					font-weight: normal;
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius: 5px;
				}
				.no_bg thead th:last-of-type{
					border-radius: 0 5px 0 0;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg tbody a{
				color: #333;
				text-decoration: none;
			}
			.no_bg tbody a:hover{
				opacity: 0.5;
				transition: 0.3s ease all;
			}

			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: 15px;
				line-height: 24px;
				color: #333;
				padding: 15px 10px;
				box-sizing: border-box;
				border-bottom: 1px solid #cccccc;
				border-right: 2px dashed #e6e6e6;
				background: #f5f5f5;
			}
			.no_bg tbody tr td:first-of-type{
				border-left: 1px solid #cccccc;
			}
			.no_bg tbody tr td:last-of-type{
				border-right:1px solid #cccccc;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background: #fff;
			}

		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: #005f99;
			color: #ffffff;
			border: 1px solid #005f99;
			height:40px;
			line-height:40px;
			box-sizing: border-box;
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
		}
			.no_bg .cPL_twoBtn input[type='button'] {
				/* width: 49%; */
				max-width: 100px;
    			margin: 5px 2.5px;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #99ca3b;
				border-color:#99ca3b;
			}
			.no_bg .cPL_twoBtn input[type='button']:nth-child(2n+2) {
				background: #005f99;
				border: 1px solid #005f99;
			}					



@media (max-width: 768px){


/*第一組tr*/
/* .no_bg tr:first-of-type  */
.no_bg thead{
	display:none;
}

/*第一個td*/
.no_bg tr td:first-of-type {
	width: auto;
	padding: 10px 14px;
	border-top: solid 0px #ADABAB;
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px #ADABAB;
	padding: 5px 14px 10px 14px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: solid 1px #ADABAB;
}


/*第五個td*/
/* .no_bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.no_bg td:nth-of-type(5):before {
		display:none;
	} */

.no_bg table {
	/*border: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	border-top: solid 1px #bebebe;
	border-radius:5px;
}
	.no_bg td {
		display:block;
		border:none;
		text-align:left;
		border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		padding: 5px 14px;
	}
	
		.no_bg td:before {
			color: #7b7b7b;
			content:attr(data-name);
		}
		/*商品名稱*/
		/* .cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			font-size:16px;
		} */
		
		/* .no_bg table input {
			height:40px;
			line-height:40px;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:42px;
			} */
		
				/*兩個按鍵時*/
				/* .no_bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.no_bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			width: 100%;
		}				




}









/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}
















/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

body.indexBody {
    /*background-color: #f6f6f6;*/
	/* background-image:url(../index/images/news_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover; */
}



.main{
	/* padding-top: 172px; */

	padding-top: 168.4px; /*20250523*/
	min-height: 539.5px;
	transition: padding-top 0.3s;
}
.main.indexmain {
	position: relative;
	z-index: 0;
}	

	/*首頁內容區塊*/	
	.mainContent{
		padding: 60px 0px 0;
	}
	.index_mainContent{
		padding: 0;
		background: linear-gradient(90deg, rgba(94,108,173,1) 0%, rgba(150,161,216,1) 50%, rgba(94,108,173,1) 100%);
		
	}
	

			



		/* 首頁標題樣式 */
		.index_tit{
			/* font-family: 'Noto Sans TC', sans-serif; */
			/* font-family: 'KouzanBrushFontGyousyo'; */
			color: #000000;/*20221013_Abby_修改*/
			letter-spacing: 10px;
			margin-bottom: 40px;
			font-size: 45px;
			line-height: 1.2;
		}
			.index_tit h2{
				display: inline-block;
				font-size: inherit;
				line-height: inherit;
				font-weight:
				normal;
				/* font-weight: lighter; */
				position: relative;
				margin: 0;
				padding: 0;
				z-index: 2;
				margin: 0;
			}
			.indexNewsBg .index_tit h1:before {
				left: -10px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
			}		
			.index_tit h2:before {
				position: absolute;
				content: url(../images/index_tit_icon.svg);
				width: 70px;
				height: 70px;
				top: 50%;
				left: -12px;
				-webkit-transform: translateY(-46%);
				transform: translateY(-46%);
				z-index: -1;
				/* opacity: 0.6; */
			}


			
			




@media (max-width: 1100px){

	.main {
		/* padding-top: 59px; */
		padding-top: 54.7px; /*20250523*/
	}	
		/*首頁內容區塊*/	
		.mainContent{
			padding: 0px 0px 0;
		}
}



/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and
 (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
  (-webkit-max-device-pixel-ratio: 1.49)
, only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {	

	.main {
		min-height: 428.6px;
		padding-top: 137.6px;
	}

}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	.main {
		min-height: 251.5px;
		padding-top: 169.9px;
	}

}




@media (max-width: 900px){
	
	.main {
		/*padding-top: 58px;*/
	}	
}




@media (max-width: 760px){

/* 首頁標題樣式 */
.index_tit{
	font-size: 25px;
    letter-spacing: unset;
    margin-bottom: 20px;
    text-align: center;
}
	.index_tit h2{
		/* font-size: 35px;
		line-height: 35px; */
		/* font-weight: 700; */
	}
	.index_tit h2:before {
		/* width: 45px;
		height: 45px;		
		left: -4px;		 */
		display: none;
	}			

}


@media (max-width: 550px){
	
	/* .main {
		padding-top: 87px;
	} */

}




















/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/



/*全站共用樣式*/
:root {
	--primary_color:#1c4f2a;	/*全站主色色碼*/
	--second_color:#eae958;	/*全站第二色碼*/
	--third_color:#e58622;		/*全站第三色碼*/
	--fourth_color:#e0b098;   	/*全站第四色碼*/
	--fifth_color:#040000;		/*全站第五色碼*/
	--sixth_color:#29703c;		/*全站第六色碼*/

	/*全站漸層色碼01*/
	--gradient_color1:linear-gradient(to right, #174429, #1a4c2a);

	/*全站漸層色碼02*/
	--gradient_color2:linear-gradient(to left, #194a2a, #164029);
	--fontSize: 16px;
}









.inmain {
   /* padding-top: 185px;*/
}
.inmain.fixed {
    padding-top: 56px;
}

.main.page{
	/* padding-top: 90px;*/
} 
	
	/*內頁banner*/
	.inbanner{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: clamp(10.9375rem,18.2292vw,21.875rem);
	}
	
	
	/*上方區塊*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*麵包屑*/
		.crumb_bg{
			color: #777777;
			font-size: 14px;
			float: left;
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
				}
				.crumb_area i:nth-of-type(1){
					color: var(--primary_color);
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: var(--primary_color);
					font-size: .875rem;
					line-height: 22px;
					transition: 0.3s ease all;
					
				}
				/*hover*/
				.crumb_area a:hover{
					color: #252525;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: 14px;
					margin-right: -1px;
					line-height: 22px;
					position: relative;
					/* text-transform:uppercase; */ /* 20221208 Patty 修改 */
				}	
				
/*內頁內容區塊*/
.pageContent{
	padding: 50px 0px;
	/* position: relative; */
}
	
	
@media (max-width: 1100px){
	.inmain  ,
	.inmain.fixed{
		/* padding-top: 59px; */
		padding-top: 54.7px;
	}
	/* .inmain.fixed {
		padding-top: 51px;
	} */
}




/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and
 (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
  (-webkit-max-device-pixel-ratio: 1.49)
, only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: 12.8px; /*calc(16px / 1.25)*/
	}

}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	/*全站共用樣式*/
	:root { 
		--fontSize: 16px; 
	}

}

@media (max-width: 900px){
	
	/* .main.page {
		padding-top: 58px;
	}	 */
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		.inbanner{
			height: 150px;
		}
		
}

@media (max-width: 550px){	
/* @media (max-width: 640px){ */

.inmain {
	/* padding-top: 59px; */
}


.pageContent_topArea .wrap {
    width: 95%;
}

	.crumb_area i{
		font-size: 16px;
	}
	.crumb_area a{
		font-size: 12px;
	}

	.crumb_area span{
		font-size: 12px;
	}	
		
}
@media (max-width: 425px){	
/* @media (max-width: 640px){ */

	.inbanner{
		background-position: 43% 50%;
	}
}


	
.pageContent .page{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageContent .page .page_vertical{
	flex-wrap: wrap;
	gap: 0;
	flex-direction: column;
	justify-content: unset;
	align-items: unset;
	
}


/*左側*/
.left{
	box-sizing: border-box;
	width: 255px;
}
			
	/*左側標題*/
	.left_title {
		font-size: clamp(1.125rem,1.25vw,1.5rem);
		letter-spacing: -1px;
		/* background-color: var(--primary_color); */
		color: var(--primary_color);
		font-weight: bold;
		padding: 13px 10px 10px;
		text-align: center;
		text-transform: uppercase;

	}
	.left_title span {
		font-size:1rem;
		/* padding-top: 10px; */
		letter-spacing: 1px;
		display: block;
		font-weight: normal;
		position: relative;
		padding-top: 10px;
	}
	
	/*左側選單列表*/
	.leftListArea{
		background-color: var(--fourth_color);
		border-radius: 16px;
		overflow: hidden;
		border: 1px solid var(--primary_color);
		text-align: center;
		margin-top: 25px;
	}
	
	.leftList {
		
	}
	
	.leftList > a {
		display: block;
		padding: clamp(.625rem,1.0417vw,1.25rem) clamp(.4375rem,0.7813vw,.9375rem);
		text-decoration: none;
		color: var(--primary_color);
		position: relative;
		font-size: 1rem;
		line-height: 22px;
		word-break: break-word;
		border-bottom: 1px solid var(--primary_color);
	}
				
			.leftList.active > a {
				background-color: var(--primary_color);
				color: #fff;
				font-weight: 600;
			}
			
			.leftList:hover > a{
				/* background-color: var(--primary_color);
				color:#fff; */
				opacity: 0.6;
			}
			
			.leftList:last-of-type a {
				border: none;
			}
			.leftList.active > a {
				/* border-bottom: 1px solid #6e81d6; */
			}
				/*代表性標誌*/
				/*.leftList_icon.first{
					position: absolute;
					left: 10px;
					top: 16px;
				}*/
					.leftList_icon i{
						font-size: 24px;
						line-height: 1.2;
						color: #fff;
					}
				
				/*功能名稱*/	
				.leftList_title{
					display: inline-block;
					vertical-align: bottom;
					/* text-transform:uppercase; */ /* 20221208 Patty 修改 */
					font-size: .9375rem;
					line-height: 24px;
				}
				.leftList2 .leftList_title span {
					display: block;
					margin-bottom: 20px;
				}
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					bottom: 0;
					left: 44.5%;
					transform: translateY(-50%);
				}
				
					/*方向標誌_向下展開*/
					.leftList_icon.direction i.down{
						display: block;
						color: var(--primary_color);
					}
					/*方向標誌_向上收合*/
					.leftList_icon.direction i.up{
						display: none;
					}
					
					
				/*active*/ /*方向標誌_向下展開*/
				.leftList.active .leftList_icon.direction i.down{
					display: none;
				}
				/*active*/ /*方向標誌_向上收合*/
				.leftList.active .leftList_icon.direction i.up{
					display: block;
				}
				
				
				
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #999;
						/*padding: 13px 35px;*/
						padding: 13px 10px 11px 25px;
						font-size: 15px;
						line-height: 22px;
						font-weight:normal;
						word-break: break-word;
						border-bottom: 1px dashed #cecece;
					}
					.leftList_open_list.active a {
						color: var(--primary_color);
					}
					.leftList_open_list a:hover {
						color: var(--primary_color);
						text-decoration:none;
					}


/*右側*/
.right{
	box-sizing:border-box;	
	width: calc(100% - 300px);
	/* position: relative;
	padding-left: 300px;
	min-height: 450px; */
	margin-top: 96px;
}


/*無左側選單*/
.right.no_left{
	/* float: none; */
	width: 100%;
	padding: 0;
	/* padding-left: 0px; */
	margin-top: 0;
}

	/* 右側標題1-------------------- */
	.right_title{
		font-size: clamp(1.125rem,1.0417vw,1.25rem);
		font-weight: bold;
		color: #777;
		line-height: 1.5rem;
		position:relative;
		border-bottom: 4px solid var(--primary_color);
		padding-bottom: 20px;
		/* text-transform:uppercase; */ /* 20221208 Patty 修改 */
	}
		/* .right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: var(--primary_color);
			width: 62px;
			height: 6px;
			left: 0px;
		} */
		.right_title h2 {
			display: inline-block;
			font-size: clamp(1.125rem,1.0417vw,1.25rem);
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			font-weight: inherit;
		}
		
		.right_title span{
			display: inline-block;
			padding-left: 15px;/* 20221208 Patty 修改  */
		}
		.right_title span::before{
			content: '/';
			display: inline-block;
			padding:0 10px ;
			display: none; /* 20221208 Patty 修改  */
		}
		
		
		.right_title .news_date{
			padding-top: 5px;
			font-size: 16px;
			color: var(--primary_color);
		}
		
		@media(max-width:990px){
			.right_title h2 {
				font-size: 20px;
			}
		}
		
		
	/* 右側標題2-------------------- */	
	.right_title2{
		font-size: 20px;
		font-weight: bold;
		color: #777;
		line-height: 1.5;
		position:relative;
		border-bottom: 2px solid var(--primary_color);
		padding-bottom: 20px;
	}
	
	.right_title2Date{
		color: #575757;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}	
	/* .right_title2:after{	
		position: absolute;
		content: '';
		bottom: -1px;
		background: #777;
		width: 62px;
		height: 6px;
		left: 0px;
	} */
	/* .right_title2:after{	
		position: absolute;
		content: '';
		bottom: -1px;
		background: var(--primary_color);
		width: 62px;
		height: 6px;
		left: 0px;
	} */
	.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;
	}	
	
		
		
		
	/* 右側標題3-------------------- */
	.right_title3{
		font-size: 20px;
		font-weight: bold;
		color: #777;
		line-height: 1.5;
		position:relative;
		border-bottom: 2px solid var(--primary_color);
		padding-bottom: 20px;
		padding-right: 110px;
	}
		.right_title3:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: var(--primary_color);
			width: 62px;
			height: 6px;
			left: 0px;
		}
		.right_title3 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;
		}
		
		.right_title3 span {
			font-size: 14px;
			font-weight: normal;
			color: #898989;
			line-height: 1.5;
			position: absolute;
			top: 10px;
			right: 0px;
		}
		
		
			
	
	/*右側內容區塊------------------------------------------*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	
		/*網編區塊*/
		.text_area{
			font-size: 16px;
			color: #000;
			line-height:1.5;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		
			.text_area iframe{
				max-width: 100%;
				/* height: auto; */
			}	
			.text_area pre{
				white-space: unset;
			}
			.text_area a:hover{
				/* opacity: 0.3; */
			}	






						
			
		/*按鈕-----------------------------*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		.btn_area input{
			margin:0px 10px;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background-color: var(--third_color);
			color: #fff;
			display: inline-flex;
			align-items: center;
			gap: 0.5rem;

			padding: 1.25rem 3.75rem;
			padding: clamp(.625rem,1.0417vw,1.25rem) clamp(1.875rem,3.125vw,3.75rem);
			/* padding: 0; */
			border-radius: 0.5rem;
			background-color: var(--third_color);
			color: #fff;
			font-size: 1rem;
			font-weight: 600;
			text-decoration: none;
			transition: background-color 0.3s ease;
			height: unset;
			line-height: 1.2;
			letter-spacing: 1px;
			margin: 0;
			box-sizing: border-box;
			width: unset;
			vertical-align: unset;
			
		}
		.btn_area input:nth-child(2n) {
			background-color: var(--third_color);
			color: #fff;
			display: inline-flex;
			align-items: center;
			gap: 0.5rem;

			padding: 1.25rem 3.75rem;
			padding: clamp(.625rem,1.0417vw,1.25rem) clamp(1.875rem,3.125vw,3.75rem);
			/* padding: 0; */
			border-radius: 0.5rem;
			background-color: var(--third_color);
			color: #fff;
			font-size: 1rem;
			font-weight: 600;
			text-decoration: none;
			transition: background-color 0.3s ease;
			height: unset;
			max-height: 3.5rem;
			line-height: 1.2;
			letter-spacing: 1px;
			margin: 0;
			box-sizing: border-box;
			width: unset;
			vertical-align: unset;
		}	
			
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		}
		
		
		
		
		
		.btn_all {
			display: flex;
			justify-content: center;
			margin-top: 1rem;
		}

		/* 按鈕樣式 */
		.btn_all_content{
			display: inline-flex;
			align-items: center;
			gap: 0.5rem;

			padding: 1.25rem 3.75rem;
			padding: clamp(.625rem,1.0417vw,1.25rem) clamp(1.875rem,3.125vw,3.75rem);
			border-radius: 0.5rem;
			background-color: var(--third_color);
			color: #fff;
			font-size: 1rem;
			font-weight: 600;
			text-decoration: none;
			transition: background-color 0.3s ease;
			max-height: 3.5rem;
		}

		.btn_all_content:hover {
			background-color: var(--fourth_color);
			color: #fff;
		}


								

/*-----分享按鍵區---------------------------------------------------------------------*/

/* .shareArea{

	padding-top: 40px;
	}
	
	
	.function {
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		padding-right: 5px;
		font-size: 16px;
		color: #333;
	}
		.function  a {
			display: block;
			padding: 0;
			text-decoration: none;
			width: 39px;
			height: 39px;
			background-repeat: no-repeat;
			background-position: 0 0;
			border-radius: 50%;
		}
		
		.function a:hover {
			opacity:0.7;
		}	
		
		.function img {
			width: 39px;
			height:auto;
		} */

/* 分享區塊 */
.share_bg {
    padding-top: 20px;
}

.about_img {
    width: 100%;
}

.share_bg .in {}

/* 標題 */
.share_bg .title {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 15px;
    /* font-weight: bold; */
}

/* 內容 */
.share_bg .content {
    display: inline-block;
    vertical-align: middle;
}

.share_bg .list_area {
    margin: 0px -5px;
}

/* 分享連結區塊 */
.share_bg .list {
    float: left;
    box-sizing: border-box;
    width: 45px;
    padding: 0px 5px;
}

.share_bg .list a {
    display: block;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 30px;
    transition: 0.2s ease all;
}

/* hover */
.share_bg .list a:hover {
    opacity: 0.7;
    transition: 0.2s ease all;
}

/* line */
.share_bg .list.line a {
    background-color: #00b900;
}

/* fb */
.share_bg .list.fb a {
    background-color: #3b5998;
}

/* link */
.share_bg .list.link a {
    background-color: #555555;
}

/* twitter */
.share_bg .list.twitter a {
    background-color: #00acee;
}

/* twitter */
.share_bg .list.ig a {
    background-color: #0a000f;
}

.share_bg .list img {
    width: 100%;
    height: auto;
}

.text_area {
    line-height: 2em;
}

.share_bg .in {
    text-align: end;
}











@media (max-width: 1100px){

	/* 右側標題3-------------------- */
	.right_title3{
		padding-right: 0px;
	}	
		.right_title3 span {
			text-align: right;
			position: unset;
			top: unset;
			right: unset;
			text-align: right;
			display: block;
		}
		
		
}







@media (min-width: 1101px){

    .page.page_vertical {
        flex-wrap: wrap;
        gap: 0;
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
    }

	/*左側*/
	.left.left_horizontal  {
		box-sizing: border-box;
		width: 100%;
		background: transparent;
		padding: 0;
	}
	
		/*左側標題*/
		.left_horizontal  .left_title {
			font-size: 1.25em; /*20px*/
			letter-spacing: -1px;
			background-color: #aeaeae;
			color: #fff;
			padding: .8125rem .625rem; /*13px 10px*/
			display: none;
		}
		
		.left_horizontal  .left_title span {
			font-size: .937rem; /*15px*/
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
			font-family: var(--foreign_font);
		}
		
		/*左側選單列表*/
		.left_horizontal  .leftListArea {
			background-color: transparent;
			display: flex !important;
			justify-content: center;
			flex-wrap: wrap;
			/* border-bottom: 1px solid #dddddd; */
			/* margin-bottom: 50px; */
			margin: clamp(1.4517rem, 2.3438vw, 2.8125rem) 0; /* 23.23px , 2.3438vw , 45.00px */ 
			margin-top: 0;
			gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
			border: unset;
		}
		
		.left_horizontal  .leftListArea.active {
			display: flex;
		}
		
		.left_horizontal  .leftList {
			font-size: inherit; /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
			/* padding: 0  clamp(0.6452rem, 1.0417vw, 1.25rem); */ /*  最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
			box-sizing: border-box;
			margin-top: 0;
			width: calc(100% / 4 - (3 * 1.0417vw) / 4);
			border: 1px solid var(--primary_color);
			border-radius: 1rem;
		}
		
		.left_horizontal  .leftList > a {
			color: #333;
			text-decoration: none;
			display: block;
			width: auto;
			padding: 1.5625rem 1.25rem;
			position: relative;
			font-weight: 400;
			/* 
			border-bottom: 1px dashed #cecece; */
			border-bottom: none;
			font-size:inherit;
			padding: 0;
			border-radius: 1rem;
			height: 100%;
		}
		
		/*.left_horizontal  .leftList a:after ,*/
		.left_horizontal  .leftList .leftList_title > a:after {
			content: '';
			width: 0;
			/* height: 3px; */
			position: absolute;
			left: 0;
			bottom: -1px;
			transition: all .3s;
			/* background-color: var(--third_color); */
			transform: none;
		}
		
		/*.left_horizontal  .leftList.active a,
		.left_horizontal  .leftList a:hover*/
		.left_horizontal  .leftList.active > a .leftList_title,
		.left_horizontal  .leftList:hover a{
			color: #fff;
			background-color: var(--primary_color);
			background-image:none;
			border-radius: 1rem;
		}
		
		.left_horizontal  .leftList.active a:after,
		.left_horizontal  .leftList a:hover:after {
			width: 100%;
		}
		
		.left_horizontal  .leftList_icon i {
			font-size: 1.1875em;
			line-height: .875em;
			color: #777;
		}
		
		/*功能名稱*/
		.left_horizontal  .leftList_title {
			box-sizing: border-box;
			display: inline-block;
			vertical-align: bottom;
			display: block;
			height: 100%;
			vertical-align: unset;
			/* line-height: 72px; */
			/* box-sizing: border-box; */
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

			.left_horizontal  > a .leftList_title {
				border: none;
				/* padding: 20px 10px; */
				padding: .5rem 1rem .2rem;
				padding: 14px 16px;
			}





	
		
		/*方向標誌*/
		.left_horizontal  .leftList_icon.direction {
			position: absolute;
			right: 0.625rem;
			top: 1rem;
		}
		
		/*方向標誌_向下展開*/
		.left_horizontal  .leftList_icon.direction i.down {
			display: block;
		}
		
		/*方向標誌_向上收合*/
		.left_horizontal  .leftList_icon.direction i.up {
			display: none;
		}
		
		
		/*active*/
		/*方向標誌_向下展開*/
		.left_horizontal  .leftList.active .leftList_icon.direction i.down {
			display: none;
		}
		
		/*active*/
		/*方向標誌_向上收合*/
		.left_horizontal  .leftList.active .leftList_icon.direction i.up {
			display: block;
		}
		
		
		
		
		/*左側選單列表第二層*/
		.left_horizontal  .leftList_open {
			display: none;
		}
		
		.left_horizontal  .leftList_open.active {
			display: block;
		}
		
		.left_horizontal  .leftList_open_list {}
		
		.left_horizontal  .leftList_open_list a {
			display: block;
			transition: 0.3s ease all;
			color: #999;
			text-decoration: none;
			padding: 13px 10px 11px 25px;
			font-size: inherit;
			line-height: inherit;
			font-weight: normal;
			word-break: break-word;
			border-bottom: 1px dashed #cecece;
		}
		
		.left_horizontal  .leftList_open_list.active a {
			color: var(--primary_color);
		}
		
		.left_horizontal  .leftList_open_list a:hover {
			color: var(--primary_color);
		}
	
	}



@media (max-width: 1100px){

	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 15px 50px 15px 15px;
			/*padding: 6px 50px 13px 15px;*/
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px #dbdbdb solid;
			border-radius: unset;

		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
				
			}

			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: 50%;
				right: 15px;
				-webkit-transform: translateX(0) translateY(-41%);
				transform: translateX(0) translateY(-41%);
				transition:0.3s ease all;
			}
			.left_title.active:after {
				transition:0.3s ease all;
				-webkit-transform: translateX(0) translateY(-82%) rotate(180deg);
				transform: translateX(0) translateY(-82%) rotate(180deg);
			}
			
			
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
			margin-top: 0;
			border-radius: unset;
		}
			.leftList {
				
			}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				.leftList_title span {
					display: block;
					margin: 0;
				}
				/*方向標誌*/
				.leftList_icon.direction{
					position: absolute;
					top: 50%;
					right: 11px;
					bottom: unset;
					left: unset;
					transform: translate(0,-50%);
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/
	.right{
		width:100%;
		position: static;
		padding: 35px 0px 10px;
		margin-top: 0;
	}
	
	
}





















/*/////////////////////////////////////////////////////////*/
/*-------內頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/

.inNewsArea{
	padding: 0;
	width:auto;
}
	.inNewsArea .indexNewsList{	
		padding: 0 15px 30px;	
	}

	@media (max-width: 1350px){
		.inNewsArea{
			margin: 0 -10px -20px;
		}
			.inNewsArea .indexNewsList {
				padding: 0 10px 20px;
				width: 33.3%;
			}
	}
	@media (max-width: 550px){
		.inNewsArea{
			margin: 0 0px -20px;
		}
			.inNewsArea .indexNewsList {
				padding: 0 0px 20px;
				width: 100%;
			}
	}




/*/////////////////////////////////////////////////////////*/
/*-------內頁_USR計畫區--------*/
/*/////////////////////////////////////////////////////////*/

ul.inUsrArea{	
}
	ul.inUsrArea li{	
		width: 25%;
	}


@media (max-width:768px){

	ul.inUsrArea li{	
		width: 50%;
	} 

}

@media (max-width:640px){

	/* ul.inUsrArea{	
		display: block;
		flex-wrap: unset;
		margin: -20px 0px 0;
	}  */
		ul.inUsrArea li{	
			width: 100%;
			/* padding: 20px 0px 0; */
		} 
}







/*/////////////////////////////////////////////////////////*/
/*-------內頁下方多格式下載區--------*/
/*/////////////////////////////////////////////////////////*/


/* 內頁下方多格式下載區 */
.textDownloadArea{
	margin-top: 30px;
}

    /* 內頁下載列表 */
	.textDownloadList{
		position: relative;
		padding: 15px 180px 15px 85px;
		border-bottom: 1px #ddd dashed;
	}
		/* 日期 */
		.textDownloadList .date{
			color: #3e3a39;
			font-size: 12px;
			line-height: 1.2;
			position: absolute;
			left: 0;
			top: 18px;
		}
		/* 標題 */
		.textDownloadList h3.title{
			padding: 0;
			margin: 0;
			font-weight: normal;
			font-size: 17px;
			line-height: 1.2;
			color: var(--primary_color);
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}
		/* 下載圖標區 */
		.textDownloadList ul.downlFile{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: flex-end;
			margin: -5px;
			position: absolute;
			right: 0;
			top: 15px;
		}
			/* 下載圖標 */
			.textDownloadList li.downlFileIcon{
				padding: 0;
				margin: 0;
				list-style-type: none;
				display: block;
				padding: 5px;
			}
				.textDownloadList li.downlFileIcon a{
					display: block;
					text-decoration: none;
				}
				.textDownloadList li.downlFileIcon a:hover{
					opacity: 0.5;
				}
				.textDownloadList li.downlFileIcon img{
					width: 20px;
					height: auto;
				}
				


@media (max-width:768px){

	/* 內頁下載列表 */
	.textDownloadList{
		padding: 15px 0px 15px 0px;
		/* border-bottom: 1px #ababab dashed; */
	}
		/* 日期 */
		.textDownloadList .date{
			position: unset;
			left: unset;
			top: unset;
		}
		/* 標題 */
		.textDownloadList h3.title{
			-webkit-line-clamp: 2;
			margin: 10px 0;
		}
		/* 下載圖標區 */
		.textDownloadList ul.downlFile{
			justify-content: unset;
			position: unset;
			right: unset;
			top: unset;
		}

}
				











/*/////////////////////////////////////////////////////////*/
/*-------歷期工作論文--------*/
/*/////////////////////////////////////////////////////////*/

.paper_table_Area{	
}
	.paper_table_Area table{	
	}
	.paper_table_Area td {
		border-right: 0px dashed #e6e6e6;
	}
	.paper_table_Area tbody tr td:first-of-type {
		border-left: 0px solid #cccccc;
		width: 150px;
	}
	.paper_table_Area tbody tr td:last-of-type {
		border-right: 0px solid #cccccc;
	}

	.paper_table_Area tr td:nth-of-type(2) {
		text-align: left;
	}


@media (max-width: 768px){

	.paper_table_Area td {
		border-left: solid 0px #bebebe;
		border-right: solid 0px #bebebe;
	}
	.paper_table_Area tbody tr td:first-of-type {
		width: auto;
	}
}







/*/////////////////////////////////////////////////////////*/
/*-------工作論文資訊--------*/
/*/////////////////////////////////////////////////////////*/

/* 工作論文資訊 */
.paperBg{	
	/* display: flex; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: auto 240px;
    column-gap: 25px;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 1.5;
}

    /* 專題論文_左----------------------------- */
	.paperLeftBg{
		box-sizing: border-box;
	}
		.paperLeftArea{
			height: 100%;
			display: grid;
		}
	
        /* 專題論文_大項目 */
		.paperItem{
			display: grid;
				/* align-items: center; */grid-template-columns:60px auto;
				column-gap: 30px;
				padding-bottom: 5px;
		}
            /* .paperItemIn{				
			} */

				/* 專題論文_大項目_標題 */
				.headline{
					box-sizing: border-box;
					font-size: 18px;
					color: var(--primary_color);
					background-color: var(--primary_color);
					padding-bottom: 35px;
					overflow: hidden;
					position: relative;
				}
					.headline h3{
						padding: 0;
						margin: 0;
						display: block;
						font-size: inherit;
						line-height: inherit;
						font-weight: normal;
						background-color: #fff;
						padding: 15px 5px;
						display: flex;
						/* text-align: center; */
						border-top: 2px var(--primary_color) solid;
						border-left: 2px var(--primary_color) solid;	
						position: relative;					
					}
					.headline:before{
						position: absolute;
						content: "\F229";
						top: -23px;
						left: -17px;
						color: var(--primary_color);
						font-size: 34px;
						transform: rotate(130deg);
						transform-origin: center;
						transition: 0.3s ease all;
						font-family:'Bootstrap-icons';
					}
					.headline h3:before {
						position: absolute;
						content: "";
						bottom: -30px;
						left: 0;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 0 60px 30px 0;
						border-color: transparent #ffffff transparent transparent;
					}
					
						.headline h3 b{
							font-weight: normal;
							/* text-align: center; */
							margin: 0 auto;
							-webkit-writing-mode: vertical-rl;
							writing-mode: vertical-rl;
						}

				/* 專題論文_內容區 */
				.paperBox{	
					box-sizing: border-box;		
					border-bottom: 1px #ddd dashed;			
				}

					/* 專題論文_內容區_列表 */
					.paperList{
						border-bottom: 1px #ddd dashed;
						padding: 20px 0px;
					}
					.paperList:last-of-type{
						border-bottom: 0px #ddd dashed;
					}
						.paperList h4.title{
							padding: 0;
							margin: 0;
							display: block;	
							font-size: inherit;
							line-height: inherit;	
							font-weight: normal;	
							color: var(--primary_color);	
						}
							.paperList h4.title a{
								display: block;
								text-decoration: none;
								color: inherit;
								transition: 0.3s ease all;
							}		
							.paperList h4.title a:hover{
								opacity: 0.5;
							}
							.paperList h4.title.tw{
								font-size: 20px;
							}
							.paperList h4.title.en{
								color: #9d9d9d;
								font-size: 15px;
								margin: 5px 0;
							}
						
						/* 期刊作者 */
						.paperList .author{
						margin: 5px 0;
						}                                      

						/* 期刊關鍵字 */
						.paperList .keyword{
						margin: 5px 0;
						}   
							.paperList .keyword h4{							
							}

						/* 期刊中文關鍵字 */
						.paperList .keyword.tw{							
						}
						/* 期刊英文關鍵字 */
						.paperList .keyword.en{							
						}
						.paperList .keyword.tw:before  ,
						.paperList .keyword.en:before {
							color: #9d9d9d;
							content: attr(data-name);
						}

					/* 期刊全文下載 */
					.download_btn{
						width: 100px;
						font-size: 13px;
						margin-top: 10px;
					}
						.download_btn a{
							color: #fff !important;
							display: flex;
							align-items: center;
							justify-content: center;
							background-color: #ce9c69;
							border-radius: 3px;
							padding: 5px;
							text-decoration: none;
							transition: 0.3s ease all;
						}
						.download_btn a:hover{
							background-color: var(--primary_color);
						}
							.download_btn span{	
								box-sizing: border-box;					
							}
							.download_btn svg{
								box-sizing: border-box;	
								fill: #fff;
								width: 18px;
								height: 18px;
								margin-left: 10px;
								stroke-width: 0.5;
								stroke: #fff;
							}
							


    /* 專題論文_右----------------------------- */
	.paperRightBg{
		box-sizing: border-box;
		color: #333;
		text-align: right;
		position: relative;
	}						
	.paperRightBg:before{
		position: absolute;
		content: "";
		/* background-color: var(--primary_color); */
		background-image: linear-gradient(to top, #e5e5e5 0%,#e5e5e5 15%, #ffffff 50%, #ffffff 100%);
		width: calc(100% - 40px);
		height: calc(100% - 130px);
		z-index: -1;
		bottom: 0;
		right: 0;
	}
	.paperRightBg:after {
		position: absolute;
		content: "";
		width: 190px;
		height: 190px;
		bottom: 0;
		right: 0;
		background-image: url(../index/images/news_bottom.svg);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 190px;
		opacity: 0.9;
		z-index: -1;
	}
		/* 工作論文 出刊日期 */
		.paperBg .year{
			font-size: 20px;
		}

		/*  工作論文 出刊編號 */
		.paperBg .number{
			font-size: 40px;
			margin: 5px 0 10px;
			font-weight: bolder;
		}
			.paperBg .number:before {
				font-size: 17px;
				color: #333;
				content: attr(data-name);
				font-weight: lighter;
			}

		/* 專題論文_封面 */
		.paperBg  .front_cover{
			overflow: hidden;
			border-bottom: 10px #fff solid;
		}
			.paperBg  .front_cover a{
				position: relative;
				display: block;
				padding-top: 142%;				
			}
				.paperBg  .front_cover img{					
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					/* border-radius: 50%; */
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: all 0.3s ease-out;
				}
				



@media (max-width: 990px){

	/* 工作論文資訊 */
	.paperBg{	
		grid-template-columns: auto 180px;
		column-gap: 15px;
	}
    /* 專題論文_左----------------------------- */
	/* .paperLeftBg{
	} */
        /* 專題論文_大項目 */
		.paperItem{
			grid-template-columns: 50px auto;
			column-gap: 15px;
		}

	/* 專題論文_右----------------------------- */
	/* .paperRightBg{
	} */
		.paperRightBg:after {
			width: 100px;
			height: 100px;
			background-size: 100px;
		}
}
				

@media (max-width: 768px){

	/* 工作論文資訊 */
	.paperBg{	
		display: flex;
		flex-direction: column-reverse;
		grid-template-columns:unset;
		column-gap: unset;
	}
		/* 專題論文_左----------------------------- */
		/* .paperLeftBg{
		} */
			/* 專題論文_大項目 */
			.paperItem{
				display: block;
				grid-template-columns: unset;
				column-gap: unset;
				padding-bottom: 15px;
			}
			.paperItem:last-of-type .paperItemIn:last-of-type{
				padding-bottom: 0px;
			}
			/* 專題論文_大項目_標題 */
			.headline{
				padding-bottom: 0;
				color: #fff;
				border-radius: 3px;
				background-color: #fff0;
				position: unset;
			}
				.headline h3{
					position: unset;
					border: none;
					padding: 10px 2px;
					background-color: var(--primary_color);
				}
				.headline:before ,
				.headline h3:before{
					display: none;
				}
				
					.headline h3 b{
						margin: 0 ;
						-webkit-writing-mode: unset;
						writing-mode: unset;
					}

			/* 期刊全文下載 */
			.download_btn{
				width: 100%;
			}
				.download_btn a{
					padding: 10px 5px;
				}	
				
				
}








/*/////////////////////////////////////////////////////////*/
/*-------工作論文資訊_詳細--------*/
/*/////////////////////////////////////////////////////////*/


.paperBg2{	
}

	.paperBg2 .paperLeftBg{	
	}
		.paperBg2 .paperLeftBg .no_bg{	
		}

			.paperBg2 .paperLeftBg .no_bg table{	
			}

				.paperBg2 .paperLeftBg .no_bg tbody tr td:first-of-type{
					width: 100px;
				}
				.paperBg2 .paperLeftBg .no_bg tbody tr td{
					border : none;
					text-align: left;
					background: #fff0;
				}

@media (max-width: 768px){

	.paperBg2 .paperLeftBg .no_bg tbody tr td:first-of-type{
		display: none;
	}

}











/*/////////////////////////////////////////////////////////*/
/*-------合作交流--------*/
/*/////////////////////////////////////////////////////////*/

/* .cooperationArea{
	padding: 0;
	width:auto;
}
	.cooperationArea .indexNewsList{	
		padding: 0 15px 30px;	
		width: 33.3%;
	}

	.cooperationArea .indexNewsListRemark {
		-webkit-line-clamp: 5;
		min-height: 90px;
	}


	@media (max-width: 1350px){
		.cooperationArea{
			margin: 0 -10px -20px;
		}
			.cooperationArea .indexNewsList {
				padding: 0 10px 20px;
			}
	}
	@media (max-width: 550px){
		.cooperationArea{
			margin: 0 0px -20px;
		}
			.cooperationArea .indexNewsList {
				padding: 0 0px 20px;
				width: 100%;
			}
			.cooperationArea .indexNewsListRemark {
				min-height:unset;
			}
	} */


















/*/////////////////////////////////////////////////////////*/
/*-------學術活動區--------*/
/*/////////////////////////////////////////////////////////*/




/*學術活動*/
/* .events_bg{
}	 */
	/* 學術活動列表 */
	/* .eventsList{
		position: relative;
		box-sizing: border-box;
		padding: 10px 80px 10px 0px;
		border-bottom: 1px #b5b5b5 dashed;
	}
		.eventsListL{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			width: 100%;
		} */

		/* 學術活動列表icon */
		/* .eventsLicon{
			min-width: 35px;
			box-sizing: border-box;
		}
			.eventsLicon i{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				transform: rotate(265deg);
				vertical-align: baseline;
				transition: 0.3s ease all;
			} */

		/* 學術活動列表標籤 */
		/* .eventTag{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			padding-right: 5px;
			box-sizing: border-box;
		}
			.eventTag span {
				width: 45px;
				background-color: var(--primary_color);
				border-radius: 3px;
				color: #fff;
				font-size: 15px;
				padding: 5px;
				box-sizing: border-box;
				margin-right: 5px;
				text-align: center;
			} */

			/* 學術活動列表標題 */
			/* .eventsListTit{
				box-sizing: border-box;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
			}
				.eventsListTit a {
					font-size: 16px;
					line-height: 22px;
					text-decoration: none;
					color: #2e2e2e;
					display: block;	
				}

			
				 .eventsListL:hover .eventsListTit a {
					color: #A52A52;
					transition: 0.3s ease all;
				}			
				.eventsListL:hover .eventsLicon i {
					color: #A52A52;
					transform: rotate(0deg);
					transition: 0.3s ease all;
				} */

		/* 學術活動列表日期	 */
		/* .eventsListDate{
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			box-sizing: border-box;
			color: #575757;
			font-size: 13px;
			line-height: 22px;
		} */






@media (max-width: 640px){

	/* 學術活動列表 */
	/* .eventsList{
		padding: 10px 0px 10px 0px;
	}

		.eventsListL{
			flex-wrap: wrap;
			width:auto;
		} */

			/* 學術活動列表icon */
			/* .eventsLicon{
				display: none;
			}		 */
			/* 學術活動列表標題 */
			/* .eventsListTit{
				margin: 10px 0 0;
				-webkit-line-clamp: 2;
			} */
			/* 學術活動列表日期	 */
			/* .eventsListDate{
				position: unset;
				top:unset;
				right:unset;
				-webkit-transform:unset;
				transform:unset;
				margin: 5px 0 0;
				text-align: right;			
			} */


}





               













	
	




/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



/* .sitemapArea{
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
	}                
		.sitemapTit{
			color: var(--primary_color);
			font-weight: bold;
			font-size: 17px;
		}
		.sitemapTit a{
			color: var(--primary_color);
			text-decoration:none;
		}		
		.sitemapBottom{
			padding:10px 0;
		}
												
			.sitemapList{
				float:left;
				width: 20%;
				box-sizing:border-box;
				padding: 10px 0px;
			}
				.sitemapList a{
					color: #424242;
					font-size: 15px;
					display:block;
					text-decoration:none;
				}                    
				.sitemapList a:hover{
					opacity:0.5;
				}   
	

@media (max-width: 990px){
	.sitemapList{
		width: 24.9%;
	}
}

@media (max-width:768px){	
	.sitemapList{
		width: 33.3%;
	}
}

@media (max-width:510px){	
	.sitemapList{
		width: 49.9%;
	}	
}

@media (max-width:320px){	
	.sitemapList{
		float:none;
		width: 100%;
	}	
} */


















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding: 40px 0px 0px;
	position: relative;
    z-index: 5;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: var(--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: 21px;
		line-height: 23px;
		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;
		}
		
	
}



/*-------------20221114_abby_新增修改_star---------------------------*/


/*/////////////////////////////////////////////////////////*/
/*-------學術活動區--------*/
/*/////////////////////////////////////////////////////////*/




/*學術活動*/
.events_bg{
	/*padding-top: 40px; */
    /* padding-bottom: 30px; */
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;*/
}	
	/* 學術活動列表 */
	.eventsList{
		position: relative;
		box-sizing: border-box;
		padding: 10px 80px 10px 0px;
		border-bottom: 1px #b5b5b5 dashed;
	}
		/* .events_list_tit{
			font-size:15px;
			font-weight:bold;
			line-height:20px;
			
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:1;
			overflow: hidden;
			
			word-wrap: break-word;
			word-break: break-all;			
		} */


		.eventsListL{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			width: 100%;
			/* width: calc(100% - 80px); */
		}

		/* 學術活動列表icon */
		.eventsLicon{
			min-width: 35px;
			box-sizing: border-box;
		}
			.eventsLicon i{
				color:#aeaeae;
				font-size: 20px;
				line-height: 22px;
				transform: rotate(265deg);
				vertical-align: baseline;
				transition: 0.3s ease all;
			}

		/* 學術活動列表標籤 */
		.eventTag{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			/* min-width: 95px; */
			padding-right: 5px;
			box-sizing: border-box;
		}
			.eventTag span {
				width: 45px;
				/* display: inline-block; */
				background-color: #5f4f98;
				border-radius: 3px;
				color: #fff;
				font-size: 15px;
				padding: 5px;
				box-sizing: border-box;
				margin-right: 5px;
				text-align: center;
			}

			/* 學術活動列表標題 */
			.eventsListTit{
				box-sizing: border-box;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				/* padding: 0 10px; */
				/* max-width: calc(100% - 125px); */
			}
				.eventsListTit a {
					font-size: 16px;
					line-height: 22px;
					text-decoration: none;
					color: #2e2e2e;
					display: block;	
				}

			
				 .eventsListL:hover .eventsListTit a {
					color: #A52A52;
					transition: 0.3s ease all;
				}			
				.eventsListL:hover .eventsLicon i {
					color: #A52A52;
					transform: rotate(0deg);
					transition: 0.3s ease all;
				}

		/* 學術活動列表日期	 */
		.eventsListDate{
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			box-sizing: border-box;
			font-family: 'Montserrat', sans-serif;
			color: #575757;
			font-size: 13px;
			line-height: 22px;
		}






@media (max-width: 640px){

	/* 學術活動列表 */
	.eventsList{
		padding: 10px 0px 10px 0px;
	}

		.eventsListL{
			flex-wrap: wrap;
			width:auto;
		}

			/* 學術活動列表icon */
			.eventsLicon{
				display: none;
			}		
			/* 學術活動列表標題 */
			.eventsListTit{
				margin: 10px 0 0;
				/* display: -webkit-box;
				-webkit-box-orient: vertical; */
				-webkit-line-clamp: 2;
				/* overflow: hidden; */
			}
			/* 學術活動列表日期	 */
			.eventsListDate{
				position: unset;
				top:unset;
				right:unset;
				-webkit-transform:unset;
				transform:unset;
				margin: 5px 0 0;
				text-align: right;			
			}


}

/*-------------20221114_abby_新增修改_end---------------------------*/



/*/////////////////////////////////////////////////////////*/
/*-------系上成員--------*/
/*/////////////////////////////////////////////////////////*/


/*.TeacherArea{
}
	
	.teacherListTit{
		font-size:20px;
		color:#84bf24;
		line-height:30px;
		margin:30px 0px 20px;
	}
		.teacherListTit i{
			font-size: 20px;
			color: #84bf24;
			line-height: 30px;
			vertical-align: -7%;
		}*/
	
		.teacher_list_area{
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			/* justify-content: space-between;
			margin-bottom:-30px; */
			margin: 0 -15px -30px;
		}
				   
		.teacher_list{
			padding: 0 15px 30px;
			box-sizing: border-box;
			/* width: 33.3%; */
			width: 50%;
		}
			.teacherListBorder{
				box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
				padding:15px;
				height: calc(100% - 30px);
				border-radius: 16px;
				overflow: hidden;
			}
			
				.teacher_list_in{
					display: flex;
					flex-wrap: wrap;
					flex-direction: row;
					/* align-items: center; */
					/* justify-content: space-between; */
				}
								
				.tL_img{
					/* width: 190px; */
					width:25%;
					box-sizing: border-box;
					
					/*width:25%;
					box-sizing: border-box;
					position:relative;
					padding-top:25%;*/
				}
					.tL_img a{
						display:block;
					}
					.tL_img img{

						width: 100% ;
						height:auto;
						overflow: hidden;
					border-radius: 16px;


						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;*/
					}
					
					.tL_img a:hover img{
						opacity:0.5;
						transform:scale(1.2);
						transition: all 0.3s ease-out;
					}			
					
					
				 
				/*右半邊*/
				.tL_right{
					width: 75%;
					padding-left: 20px;
					box-sizing: border-box;
					/* font-family: "新細明體"; */
					line-height: 22px;
				}
					/*標題*/
					.tLR_tit{
						font-size:14px;
						/* line-height: 30px; */
						color: #45809c;
						padding-bottom: 5px;
						/*overflow: hidden;
						text-overflow:ellipsis;
						white-space: nowrap;*/
						/*display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						overflow: hidden;*/
					}
					.tLR_tit_right{
						padding-left: 20px;
					}
						.tLR_tit span{
							color: #2e2e2e;
							/* font-size: 12px; */
							word-wrap: break-word;
						}
						.tLR_tit span a{
							color: #2e2e2e;
							text-decoration:none;
							display: inline-block;
						}
						.tLR_tit span a:hover{
							color:#5f4f98;
						}
		
	
	
	
	
	
	@media (max-width: 1280px){
	
		.teacher_list_area{
			margin: 0 -10px -20px;
		}
				   
			.teacher_list{
				padding: 0 10px 20px;
				/* width: 50%; */
			}
	
				.tL_img{
					width:35%;
				}	
				
				/*右半邊*/
				.tL_right{
					width: 65%;
				}	
		
	}
	
	
	@media (max-width:990px){
		
		.teacher_list{
			width:100%;
		}
	}
	
	@media (max-width: 510px){
		.teacher_list_area{
			display:block;
			flex-wrap: unset;
			flex-direction: unset;
			justify-content: unset;
			/*margin-bottom:-30px;*/
		}
			
		
		.teacherListBorder {
			height:auto;
		}
			.teacher_list_in{
				display:block;
				flex-wrap: unset;
				flex-direction:unset;
				align-items: unset;
			}
							
			.tL_img{
				width:100%;
			}
			
			 
			/*右半邊*/
			.tL_right{
				width:100%;
				padding: 20px 0px 0px;
			}	
			
			.tLR_tit {
				overflow: unset;
				text-overflow: unset;
				white-space: unset;
			}		
	
	}
	
	
	/*----------------------------------------  */
	.swiper-button-next_news, 
  .swiper-button-prev_news,
	.swiper-button-next_admission, 
  .swiper-button-prev_admission,
  .swiper-button-next_photo, 
.swiper-button-prev_photo

  {

	position: absolute;
	bottom:85px;
	margin: 0px;
	/* z-index: 10;
	cursor: pointer; */
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.swiper-button-prev_admission,
.swiper-button-prev_photo
{
	background-image:url(../index/images/left_color.svg);
}
.swiper-button-next_admission,
.swiper-button-next_photo
{
	background-image:url(../index/images/right_color.svg);
}
.swiper-button-next_news{		
	background-image:url(../index/images/left.svg);
}
 .swiper-button-prev_news{
	background-image:url(../index/images/right.svg);
}
 .swiper-button-prev_news:after, 
.swiper-button-next_news:after,
.swiper-button-next_admission:after, 
.swiper-button-prev_admission:after,
.swiper-button-next_photo:after, 
.swiper-button-prev_photo:after {
	/* content: 'prev'; */
	display: none;
}

	.swiper-button-next_news ,
	.swiper-button-next_admission,
	.swiper-button-next_photo
	{
		left: 40px;
		position: unset;
		transform: unset;
		margin: 0 5px;
	}
	.swiper-button-prev_news,
	.swiper-button-prev_admission,
	.swiper-button-prev_photo
	 {
		/* left: 240px; */
		position: unset;
		transform: unset;
		margin: 0 5px;
	}
.page_show{
	position: unset !important;
    width: auto!important;
    color: #fff!important;
	min-width: 50px!important;
}


/* ------------------------------------ */
.indexPhotoBg .switch {
    padding-left: 150px;
	padding-bottom: 0px;
	bottom: -35px;
}
@media (max-width: 1440px){
	.indexPhotoBg .switch {
		position: absolute;
		z-index: 3;
		right: 75px;
		top: -9px;
		bottom: unset;
		padding-left: 0px;
		display: flex;
		align-items: center;
		padding-bottom: 0px;
		margin: 0 10px;
	}
}
@media(max-width:990px){
	.indexPhotoBg .switch {
		right: 65px;
	}
}
@media(max-width:768px){
	.indexPhotoBg .switch {
		right: 45px;
	}
}
@media(max-width:425px){
	.indexPhotoBg .switch {
		/* right: 10px; */
		bottom: -450px;
		right: 17px;
	}
}
@media(max-width:375px){
	.indexPhotoBg .switch {
		bottom: -400px;
	}
}
/*------- 燈箱 --------*/
/*///////////////////////////*/

.lightboxArea {
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 5% 0;
	display: none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		/* position: relative; */
		/* top: 0px; */

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		
		width: 600px;
    	margin: 0px auto;
		max-width: 90%;

		transition: 0.3s ease all;
		box-sizing: border-box;

		
		height: 100%;
		max-height: calc(100vh - 150px);
		border-radius: 3px;
		background:#ffffff;
	}

		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			position: absolute;
			top: 20px;
			right: 20px;

			width: 34px;
			height: 34px;
			line-height: 34px;
			font-size: 17px;
			color:#ffffff;
			font-weight: bold;

			border-radius: unset;
			text-align: center;
			cursor: pointer;
			transition: 0.3s ease all;
			z-index: 2;
		}

		/* hover */
		.lightboxCloseBtn:hover {
			opacity: 0.7;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn img{
				width: 100%;
				height: auto;
			}
			


		/*燈箱資料區*/
		.lightboxContentArea {
    		height: 100%;
			padding: 10px 10px;
			box-sizing: border-box;
			overflow: hidden;
		}
			.lightboxContent_in{
				position: relative;
    			padding: 0px 10px;
				border-radius: 3px;
				background:#ffffff;
				
				max-height: 100%;
				box-sizing: border-box;
				/* overflow: hidden; */
				overflow-y: scroll;
			}

				.openCart_mainBg{
					max-height: 100%;
				}


.lightboxContent_in::-webkit-scrollbar {/*滾動條整體樣式*/
	width: 7px;     /*高寬分別對應橫豎滾動條的尺寸*/
	height: 1px;
}

.lightboxContent_in::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
	border-radius: 7px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
	-webkit-box-shadow: none;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6ac19+0,e94816+100,e94816+100 */
	background-color: #b3b3b3;
}

.lightboxContent_in::-webkit-scrollbar-track {/*滾動條裡面軌道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
	-webkit-box-shadow: none;
	border-radius: 7px;
	background-color: #ffffff;
}	

.openCart_mainBg .promotion_tab {
    font-size: 12px;
	line-height: normal;
	padding: 3px 7px 2px;
}

.openCart_mainBg .promotion_text {
    font-size: 13px;
	line-height: normal;
}

.openCart_mainBg .product_rightArea .name {
    font-size: 22px;
    line-height: normal;
}

@media (max-width: 641px){
		
	.openCart_mainBg .product_rightArea .name {
		font-size: 18px;
	}
}

/*常見問題列表*/
.qa_list_area {
	padding:23px 0px 10px 0px;
}

.qa_list {
		border: 2px solid var(--primary_color);
		border-radius: 30px;
		overflow: hidden;
		margin-bottom: 30px;
	}
		.qaL_tit {
			font-size:15px;
			line-height:22px;
			color:#333;
			position:relative;
			padding:22px 44px 11px 44px;
			cursor:pointer;
			background-color: var(--second_color);
			border-bottom: 2px solid transparent;
			transition:0.3s ease all;
		}
		.qaL_tit span{
			display: block;
			padding-bottom: 12px;
			color: var(--primary_color);
		}
			.qaL_tit:before {
				content:'?';
				position:absolute;
				font-size:13px;
				color:#fff;
				border-radius:100%;
				background:var(--primary_color);
				width:25px;
				height:25px;
				text-align:center;
				line-height:25px;
				font-weight:bold;
				top:23px;
				left:8px;
				box-sizing: border-box;
				padding: 0px 0px 0px 2px;
			}
			.qaL_tit:after {
				content:'+';
				position: absolute;
				font-size:36px;
				color: var(--primary_color);
				top: 20px;
				right: 16px;
				transition:0.3s ease all;
				transform-origin:center center;
			}
			
		.qaL_text {
			position:relative;
			font-size:14px;
			line-height:24px;
			color:#464545;
			padding: 22px 27px 11px 44px;
			display:none;
			background-color: #fff;
			border-radius: 0 0 30px 30px ;
			overflow: hidden;
		}
		.qaL_text span{
			display: block;
    padding-bottom: 12px;
		}
			.qaL_text:before {
				content:'！';
				position:absolute;
				border-radius:100%;
				text-align:center;
				width:25px;
				line-height:25px;
				font-size:13px;
				color:#fff;
				background:var(--primary_color);
				box-sizing: border-box;
				padding: 0px 0px 0px 2px;
				top:23px;
				left:8px;
			}
			/*hover*/
			/* .qaL_tit:hover {
				background:#f7e9cb;
			} */
			/*當前模式*/
			/* .qa_list.active .qaL_tit {
				background:#f7e9cb;
				border-radius:5px;
			} */
				.qa_list.active .qaL_tit:after {
					-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
					top:20px;
					font-size:36px;
				}
				
				.qa_list.active .qaL_tit{
					border-bottom: 2px solid var(--fourth_color);
				}






@media (max-width:860px){


.QaSelect {
margin: 0px 0px 15px;
width: 23.5%;
border-right:0px solid #4f4f4f;
}

/*.QaSelect:first-child ,
.QaSelect:nth-child(5){
	border-left:1px solid #4f4f4f;
	padding-left:2px;
}

.QaSelect:last-of-type{
	border-right:1px solid #4f4f4f;
}*/

}




@media (max-width:510px){

.QaSelect {
	width: 30%;
}

.QaSelect a {
	padding: 0px 5px;
}	


}


/* 首頁_大會公告區塊_右---------------- */
.index_NAbg .p_tab_text_area {
	width: calc(100% - 340px);
	background: #fff0;
	padding: 45px 0 0;
  }
  
  .index_NARight {
	width: 100%;
	/* width: calc(100% - 340px); */
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
  }
  .index_NARight ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	/* margin: -15px 0;	 */
  }
  
  /* 首頁_最新消息列表 */
  .index_NARight li {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* position: relative; */
	padding: 25px 0 ;
	/* padding-left: 369px; */
	border-bottom: 2px  solid rgba(94,108,173,10%);
  }
  /* 首頁_最新消息tag */
  .index_NARight .tag {
	/* position: absolute; */
	/* left: 150px; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	border-radius: 20px;
	overflow: hidden;
	/* max-width: 78px; */
  }
  .index_NARight .tag a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #707070;
	padding: 5px 12px;
	border-radius: 3px;
  }
  .index_NARight .tag img {
	width: 30px;
	height: auto;
  }
  
  /* 首頁_最新消息date */
  .index_NARight .date {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	display: flex;
	align-items: center;
	color: #707070;
	font-family: "Rubik", sans-serif;
	order: -1;
	padding-right: 10px;
  }
  .index_NARight .date i {
	color: #707070;
	font-size: 17px;
	line-height: 17px;
	padding-right: 5px;
  }
  
  /* 首頁_最新消息time */
  .index_NARight .time {
	position: absolute;
	left: 231px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	color: #707070;
	font-family: "Rubik", sans-serif;
  }
  .index_NARight .time i {
	color: #707070;
	font-size: 17px;
	line-height: 17px;
	padding-right: 5px;
  }
  
  /* 首頁_最新消息標題 */
  .index_NARight h3.title {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	/* padding: 0 0 0 115px; */
	color: #707070;
	/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */
		width: 100%;
		margin-top: 10px;
  }
  .index_NARight h3.title a {
	display: block;
	text-decoration: none;
	color: #707070;
	transition: 0.3s ease all;
  }
  .index_NARight h3.title a span{
	display: block;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
     overflow: hidden;
  }
  .index_NARight h3.title a:hover {
	opacity: 0.5;
	transition: 0.3s ease all;
  }
  
  /* 更多資訊按鈕 */
  .index_NAbg .btn {
	font-size: 17px;
	padding: 20px 0 0;
	/* text-align: right; */
	display: flex;
	justify-content: flex-end;
  }
  .index_NAbg .btn a {
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: #c1a59e;
	color: #fff;
	padding: 8px 25px;
	border-radius: 23px;
  }
  
  .index_NAbg .btn i {
	font-size: 25px;
	color: #fff;
	padding-left: 8px;
	display: block;
  }
  .index_NAbg .btn a:hover {
	opacity: 0.5;
	transition: 0.3s ease all;
  }
  
  @media (max-width: 1350px) {
	.index_NAarea:before {
	  /* position: absolute;
  content: "";
  background-image: url(../images/bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  left: -5%;*/
	  width: 200px;
	  height: 200px;
	}
  
	.index_NAbg .tab_area {
	  width: 200px;
	}
  
	.index_NAbg .p_tab_text_area {
	  width: calc(100% - 230px);
	}
  
	/* 首頁_大會公告區塊_左---------------- */
	/* .index_NALeft{
  width: 200px;
  } */
	/* 首頁_大會公告區塊_右---------------- */
	/* .index_NARight{
  width: calc(100% - 220px);
  font-size: 15px;
  } */
  }
  
  @media (max-width: 990px) {
	.index_NAbg .wrap {
	  max-width: unset;
	  width: 90%;
	}
  
	.index_NAarea {
	  display: block;
	  flex-wrap: unset;
	  justify-content: unset;
	  position: unset;
	}
  
	.index_NAarea:before {
	  /* position: absolute;
  content: "";
  background-image: url(../images/bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  left: -5%;
  width: 260px;
  height: 260px; */
	  display: none;
	}
  
	.index_NAbg .tab_area {
	  width: 100%;
	  background-image: unset;
	  position: relative;
	}
	.index_NAbg ul.tabs {
	  display: unset;
	  flex-direction: unset;
	}
  
	.index_NAbg .tabs_btn_now {
	  display: block;
	}
	h2.index_NALeft_tit {
	  display: none;
	}
	.index_NAbg .img-scroll {
	  display: none;
	  height: auto;
	  /*position: absolute;*/
	  width: 100%;
	  z-index: 999;
	}
	.index_NAbg .tabs li {
	  font-size: 16px;
	}
	.index_NAbg .tabs li.active {
	  font-size: 16px;
	}
  
	.index_NAbg .p_tab_text_area {
	  width: 100%;
	  padding: 15px 0;
	}
  
	/* 首頁_大會公告區塊_左---------------- */
	/* .index_NALeft{
	width: 100%;
	background-image: unset;
  }
	.index_NALeft h2 {
	  font-size: 23px;
	  padding: 10px 0;
	  display: block;
	  text-align: center;
	}
	.index_NALeft ul {
	  display: flex;
	  flex-wrap: wrap;
	}
	  .index_NALeft li a {
		padding: 5px 10px;
	  } */
  
	/* 首頁_大會公告區塊_右---------------- */
	/* .index_NARight{
	width: 100%;
	padding: 15px 0;
  } */
  
	/* 首頁_最新消息列表 */
	.index_NARight li {
	  position: unset;
	  /*padding: 15px 0; */
	  padding-left: 0px;
	  display: flex;
	  flex-wrap: wrap;
	  /* border-bottom: 1px #ababab dashed; */
	}
  
	/* 首頁_最新消息tag */ /* 首頁_最新消息date */ /* 首頁_最新消息time */
	.index_NARight .tag,
	.index_NARight .date,
	.index_NARight .time {
	  position: unset;
	  left: unset;
	  top: unset;
	  transform: unset;
	  max-width: unset;
	  /* padding-right: 20px; */
	  font-size: 12px;
	}
	.index_NARight .date{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	/* 首頁_最新消息標題 */
	.index_NARight h3.title {
	  width: 100%;
	  margin: 10px 0 0;
	  padding: 0;
	}
  
	/* 更多資訊按鈕 */
	.index_NAbg .btn {
	  font-size: 13px;
	  padding: 10px 0 0;
	}
	.index_NAbg .btn a {
	  padding: 8px 15px;
	}
	.index_NAbg .btn i {
	  font-size: 20px;
	}
  }

/*================================================================================================================*/

.in_NAarea {
	width: 100%;
  }
  .in_NAarea > ul {
	margin: -15px 0;
  }
  .in_NAarea > ul > li {
	/* padding-left: 160px; */
	/* padding-right: 100px; */
  }
  /* 最新消息觀看人數 */
  .in_NAarea .viewers {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	color: #919191;
	/* font-family: 'Rubik', sans-serif; */
	text-align: right;
	font-size: 12px;
  
	display: none;
  }
  .in_NAarea .viewers i {
	color: #919191;
	font-size: 18px;
	line-height: 18px;
	padding-right: 5px;
  }
  
  @media (max-width: 990px) {
	.in_NAarea {
	  padding: 0px 0;
	}
	.in_NAarea > ul > li {
	  padding-left: 0px;
	  padding-right: 0px;
	}
  
	/* 最新消息觀看人數 */
	.in_NAarea .viewers {
	  position: unset;
	  right: unset;
	  top: unset;
	  transform: unset;
	  /* display: flex;
				  justify-content: flex-end; */
	  width: 100%;
	  margin-top: 5px;
	}
  }
  



/*------------------首頁快速連結區------------------*/

.index_quickBg{
	padding: 45px 0px 0px;
}

	.index_quickArea{
		text-align:center;
		margin: 0px -12px;
	}
	
	
	.index_quickList{
		float: left;
		width: 25%;
		box-sizing:border-box;
		padding:0 12px 40px;
		}
		
		.index_quickList a{
			display:block;
			transition: 0.3s ease all;

			text-decoration: none;
			box-sizing: border-box;
			position: relative;
			/* box-shadow: 0px 0px 6px #d9dad8; */
				border-radius: 36px;
		}
		
		.index_quickList:nth-of-type(2n) a{
			background-color: var(--primary_color);
		}

		.index_quickList:nth-of-type(2n-1) a{
			background-color: var(--second_color);
			color: #707070;
		}
		
		.index_quickList a:hover{
			opacity:0.7;
			transition: 0.3s ease all;
		}    

			.index_quickList img{
				width:100%;
				height:auto;
			}
			
			/* 背景 */
			.index_quickList_bg{

				display: block;
				text-decoration: none;
				padding-top: 60%;
				position: relative;
			}

			/* 標題 */
			.index_quickList_title {
				display: flex;
				align-items: center;
				justify-content: center;

				position: absolute;
				width: 100%;
				height: 100%;
				box-sizing: border-box;

				color: #ffffff;
				font-size: 20px;
				line-height: normal;
				font-weight: bold;
				text-align: center;
				top: 0;
				left: 0;

				transition: 0.3s ease all;
				/* padding: 0px 20px; */ /* modify by pekey 20220524 */
				padding: 0px 26px;
				overflow: hidden;
				opacity: 1;

				/* modify by pekey 20220524 */
				word-break: break-word;
			} 
				
			.index_quickList:nth-of-type(2n-1) .index_quickList_title{
				color: #707070;
			}

			

@media (max-width: 1640px){

	/* 背景 */
	.index_quickList_bg{
		padding-top: 70%;
	}

	/* 標題 */
	.index_quickList_title {
		font-size: 16px;
	}
}
@media (max-width: 1200px){

	

	/* 標題 */
	.index_quickList_title {
		font-size: 14px;
	}
}


@media (max-width: 900px){

	/*首頁快速連結區*/
	.index_quickArea{
		margin: 0px -5px;
	}
		.index_quickList{
			padding: 7.5px 5px;
			width: 50%;
		}

}


@media (max-width: 768px){

	
}

@media (max-width: 640px){

	/* 標題 */
	.index_quickList_title {
		/* font-size: 22px; */
		
		/* modify by pekey 20220524 */
		font-size: 20px;
		padding: 0px 10px;
	}
}

@media (max-width: 500px){

	/* 背景 */
	.index_quickList_bg{
		padding-top: 60%;
	}

}

@media (max-width: 426px){
	/* 標題 */
	.index_quickList_title {
		font-size: 18px;
	}

}

@media (max-width: 415px){
	/* 標題 */
	.index_quickList_title {
		font-size: 16px;
	}

}
@media (max-width: 321px){
	/* 標題 */
	.index_quickList_title {
		/* modify by pekey 20220524 */
		font-size: 13px;
	}
}

/* ------------------------------------------------------ */
.link_area{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin: 0 -15px -25px;
}

.link_list{
    box-sizing: border-box;
    width: 25%;
	padding: 0 15px 25px;
	transition: all .3s ease;
}
.link_list:hover{
    opacity: .5;
}
.link_list a{
	text-decoration: none;
	display: block;
	background-color: var(--second_color);
	border-radius: 16px;
	color: #707070;
}
.link_list_info{
	padding: 30px ;
	/* text-align: center; */
	font-size: 20px;
    line-height: 28px;
	height: 115px;
}
.link_en,.link_cn{
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.link_area .link_list:nth-of-type(2n-1) a{
	background-color: var(--primary_color);
	color: #fff;
}
@media(max-width:1440px){
	.link_list{
		width: 50%;
		padding: 0 15px 25px;
	}
}
@media(max-width:540px){
	.link_list{
		width: 100%;
		padding: 0 15px 25px;
	}
}

/* ----------------------------- */
/*兩層按鈕附加leftListArea2*/
.leftListArea.leftListArea2 {
	position: relative;
  }
  
  /* .leftListArea.leftListArea2 .leftList > a:after {
	position: absolute;
	content: "+";
	transition: 0.3s ease all;
	right: 0px;
	top: 14px;
	font-size: 20px;
	font-weight: 100;
	color: #666;
  }
   */
  /*當前模式*/
  /* .leftListArea.leftListArea2 .leftList.active > a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  } */
  
  /*左側選單列表第二層*/
  .leftList_open {
	display: none;
  }
  .leftList_open.active {
	display: block;
  }
  .leftList_open_list {
  }
  .leftList_open_list a {
	display: block;
	color: var(--primary_color);
	font-size: 14px;
	line-height: 22px;
	padding: 15px 20px;
	text-decoration: none;
	transition: 0.2s ease all;
	border-bottom: none;
  }
  .leftList_open_list.active a {
	color: #fff;
	background-color: var(--fourth_color);
	position: relative;
	transition: 0.2s ease all;
  }
  .leftList_open_list a:hover {
	color: #fff;
	position: relative;
	transition: 0.2s ease all;
	background-color: var(--primary_color);
  }
  /* 新增 修改內容 modify by Patty 20221208 start */
  .leftList_open_list a span{
	display: block;
  }
  /* 新增 修改內容 modify by Patty 20221208 end */
/*下載列表*/
.DownloadList {
	position: relative;
	border-bottom: 2px  solid rgba(94,108,173,10%);
	margin: 5px 0px;
	padding: 10px 170px 10px 0px;
  }
  
  .DownloadTag {
	position: absolute;
	top: 15px;
	left: 0px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #67961b;
	text-align: left;
  }
  
  .DownloadDate {
	position: absolute;
	top: 15px;
	left: 120px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #67961b;
	text-align: left;
  }
  
  .DownloadTit {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 26px;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
  }
  .DownloadTit span{
	display: block;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
  }
  .Download {
	position: absolute;
	top: 20px;
	right: 0px;
  }
  
  /*下載圖標*/
  .DownlFile {
	float: left;
	padding-left: 10px;
  }
  .DownlFile a {
	display: block;
  }
  .DownlFile a:hover {
	opacity: 0.5;
  }
  .DownlFile img {
	width: 20px;
	height: auto;
  }
  
  @media (max-width: 768px) {
	.DownloadList {
	  padding: 10px 170px 10px 0px;
	}
	.DownloadTag {
	  position: static;
	  top: 0px;
	  left: 0px;
	  display: inline-block;
	  padding-right: 20px;
	}
  
	.DownloadDate {
	  position: static;
	  top: 0px;
	  left: 0px;
	  display: inline-block;
	}
  
	.DownloadTit {
	  margin-top: 10px;
	}
	.Download {
	  /*position:absolute;*/
	  top: auto;
	  /*right:0px;*/
	  bottom: 15px;
	}
  }
  
  @media (max-width: 640px) {
	/*下載列表*/
	.DownloadList {
	  padding: 10px 0px 10px 0px;
	}
  
	.Download {
	  position: static;
	  top: 0;
	  margin-top: 10px;
	  bottom: 0px;
	}
	.DownlFile {
	  /*float: left;*/
	  padding: 0px 10px 0px 0px;
	}
  }
  
  /* -------------------------------------------------------------------- */
  .in_titStyle1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
  }
  .in_titStyle1 span {
	font-size: 16px;
	border-bottom: 2px solid #aaa;
  }
  
  @media (max-width: 1024px) {
	.in_titStyle1 {
	  margin-bottom: 10px;
	}
  }
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}




/*---------------------------------------------------------------------------------------------------------*/
/* 20251020 偽游標樣式 */
/*---------------------------------------------------------------------------------------------------------*/
    .custom-cursor {
		/* position: fixed; */
		/* top: 0; left: 0; */
		/* width: 50px; height: 50px; */
		/* background: url(../images/mouse_logo.svg) center/contain no-repeat; */
		/* pointer-events: none; */
		/* z-index: 9999; */
		/* transform: translate(-50%, -50%); */
		
		/* 先不要置中，後面用 JS 做位置微調 */
    	/* transform: none;  */
    	/*opacity: 0;*//* 一開始看不到 */
    }



/* 真實游標位置的小亮點 */ /*測試後關閉*/
.cursor-debug-point {
    /* position: fixed;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000; */
}

/* 被游標指到的元素外框 *//*測試後關閉*/
.cursor-debug-target {
    /*outline: 2px solid rgba(0, 200, 255, 0.8) !important;*/ 
}


	/* 20251119 保險起見,手機隱藏自訂游標的 CSS */
	/* @media (max-width: 990px){
		.custom-cursor {
			display: none !important;
		}
	} */