@charset "utf-8";


/* Bpmf Zihi Kai Std字型 *//* font-family: "Bpmf Zihi Kai Std", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Bpmf+Zihi+Kai+Std&display=swap');

/* LXGW WenKai Mono TC 字型 */ /* font-family: "LXGW WenKai Mono TC", monospace; */
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap');

/* UoqMunThenKhung 字型 */ /* font-family: "UoqMunThenKhung", serif; */
@import url('https://fonts.googleapis.com/css2?family=UoqMunThenKhung&display=swap');

/* LXGW Marker Gothic 字型 */ /* font-family: "LXGW Marker Gothic", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=LXGW+Marker+Gothic&display=swap');

/* WDXL Lubrifont TC 字型 */ /* font-family: "WDXL Lubrifont TC", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+TC&display=swap');


/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	/* font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體"; */
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/


	font-family: var(--mandarin_font), "Bpmf Zihi Kai Std", "LXGW WenKai Mono TC" , "UoqMunThenKhung" , "LXGW Marker Gothic", "WDXL Lubrifont TC",  "微軟正黑體", "新細明體",var(--foreign_font), Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif; 
}






/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}

/*------------------------------------------CSS Setting Start-------------------------------*/
:root {
	/* --primary: Aquamarine; */
	--foreign_font: 'Quicksand', sans-serif;
	/*全站外文字型*/
	--mandarin_font: 'Noto Sans TC', sans-serif;
	/*全站中文字型*/
	--primary_color:#0054A6;;
	/*全站主色色碼*/
	--sec_color: #662D91;
	/*全站第二配色色碼*/
	--thir_color:#E62129;
	/*全站第三配色色碼*/
	--fourth_color: #F1F3F5;
	--dark_color:#393939;

	  /*--fontSize:1.2307em;*/ /*相當於1em = 16px*/
	  --fontSize:0.666em;  /*calc(1em / 1.5)*/  /*相當於1em = 16px*/
	  --fontSize:1em;
	  --hover_word:all .2s ease;
}

.htmlFontSizeA body{
	/* font-size: 1.1307em; */
	font-size: calc(var(--fontSize) * 0.8);
  }
  
  .htmlFontSizeB body ,
  body{
	font-size: var(--fontSize);
  }
  
  
  .htmlFontSizeC body{
	/* font-size: 1.3307em; */
	font-size: calc(var(--fontSize) * 1.33);
  }
  
  
  
  
  @media screen and (max-width: 1600px) and (min-width: 1281px)  {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 0.83);
	}
	
	.htmlFontSizeB body ,
	body {
		font-size: calc(var(--fontSize) * 0.83);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 0.83);
	}
  
  }
  
  @media screen and (max-width: 1280px) and (min-width: 991px) {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 0.67);
	}
  
	.htmlFontSizeB body ,
	body {
	  font-size: calc(var(--fontSize) * 0.67);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 0.67);
	}
  
  }
  
  
  
  
  
/* 在螢幕放大125%且寬度大於861時，套用這裡的特定樣式 */ 
  /*20250425 @media screen and (min-width: 991px)改成861*/
  @media screen and (min-width: 861px) 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) {
  
	.htmlFontSizeA body {
	  font-size: calc(var(--fontSize) * 0.8 * 0.6);
	  font-size: calc(var(--fontSize) * 1 * 0.8);
	}
	
	.htmlFontSizeB body ,
	body {
	  font-size: calc(var(--fontSize));
	}
	
	.htmlFontSizeC body {
		/* font-size: calc(var(--fontSize) * 1.33 * 0.6); */
		font-size: calc(var(--fontSize) * 1.5 * 0.65);
	}
	
  
  }
  
  
  
  /*20250425新增 start*/
  /* 在螢幕放大150%且寬度大於861時，套用這裡的特定樣式 */ 
  @media screen and (min-width: 861px) 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) {
  
  
  .htmlFontSizeA body {
	/* font-size: calc(var(--fontSize) * 0.8 * 0.6);
	font-size: calc(var(--fontSize) * 1 * 0.8); */
  
	/* font-size: calc(var(--fontSize) * 0.64); */
	font-size: calc(var(--fontSize) * 0.64);
  }
  
  .htmlFontSizeB body ,
  body {
	/* font-size: calc(var(--fontSize)); */
	/* font-size: calc(var(--fontSize) * 0.8); */
	font-size: calc(var(--fontSize) * 0.74);
  }
  
  .htmlFontSizeC body {
	  /* font-size: calc(var(--fontSize) * 1.5 * 0.55); */
	  /* font-size: calc(var(--fontSize)); */
	  font-size: calc(var(--fontSize) * 0.84);
  }
  
  }
   /*20250425新增 end*/
  
  
  
  
   /*20250425 @media screen and (min-width: 990px)改成860*/
   @media (max-width: 860px) {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 1);
	}
  
	body {
	  font-size: calc(var(--fontSize) * 1);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 1);
	}
  
  }
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*--------------------------------------loading畫面 開始---------------------------------*/
/*.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	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:#0068b7;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#0068b7;
	color:#fff;
}

.wrap {
	max-width:90%;
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: var(--mandarin_font), "微軟正黑體", "新細明體", var(--foreign_font) , Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif;  
	font-size:1rem;
	border-radius:3px;
	border: solid 1px var(--dark_color_sec);
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] ,
input[type="tel"] , input[type="time"] , input[type="date"],
input[type="number"] , input[type="email"]  {
	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 ,
	input[type="tel"]:focus, input[type="time"]:focus  ,
	input[type="date"]:focus, input[type="number"]:focus , input[type="email"]:focus{
		border: solid 1px var(--dark_color_sec);
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	background-color:var(--primary_color);
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	/* width:100px; */
	/* height:38px; */
	/* background: #fff0; */
	color: #fff;
	/* border: 1px solid #231815; */
	border-radius:.125rem;
	font-size: 1.1875em;
	line-height:normal;
	transition: 0.2s ease all;
	letter-spacing:1px;
	padding: .625rem;
}
	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: 1.5;
    width: 100%;
    resize: none;
    height: 7.3125rem;
    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;
}
	

/* 跑馬燈 */
/* 跑馬燈整體背景 */
.news-ticker-bg {
    background: #f8f9fa; /* 您想要的淺灰色背景 */
    padding: .3125rem 0;
    border-bottom: 1px solid #dee2e6;
}

.news-ticker-container {
    display: flex;
    align-items: center;
    background: #fff;
    /* border-radius: 50px; */
    padding: 5px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* 標題標籤 */
.ticker-title {
    background: #E62129; /* 標誌紅色 */
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
    white-space: nowrap;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.ticker-title i { margin-right: 5px; }

/* 跑馬燈內容區 */
.ticker-content {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    height: 30px;
}

.ticker-scroll {
    display: flex;
    position: absolute;
    white-space: nowrap;
    align-items: center;
    height: 100%;
    animation: ticker-animation 25s linear infinite; /* 調整秒數控制速度 */
}

.ticker-scroll:hover {
    animation-play-state: paused; /* 滑鼠移入暫停 */
}

.ticker-scroll a {
    color: #ff0000;
    text-decoration: none;
    margin-right: 50px;
    font-size: 1em;
    transition: color 0.3s;
}

.ticker-scroll a:hover {
    color: #0054A6; /* 標誌藍色 */
}

/* 查看更多 */
.ticker-more a {
    color: #888;
    text-decoration: none;
    font-size: 0.85em;
    white-space: nowrap;
    margin-left: 15px;
    transition: color 0.3s;
}
.ticker-more a:hover { color: #E62129; }

/* 跑馬燈動畫定義 */
@keyframes ticker-animation {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* 手機版適應 */
@media (max-width: 768px) {
    .ticker-title { padding: 3px 10px; font-size: 0.8em;display: none; }
    .ticker-more { display: none; } /* 手機版隱藏更多按鈕以節省空間 */
}

/*-------輪播----------------------------------------------------------------------------*/
	.banner{
		background:#fff;
		position:relative;
	}

	.device {
		position:relative;
		overflow:hidden;
	}
	/*左右鍵*/
	.device .arrow-left, .device .arrow-right {
		position:absolute;
		z-index:9;
		top:50%;
		margin:-1.125rem 0px 0px 0px;
		opacity:0;
		transition:0.3s ease all;
	}

	/*左鍵*/
	.device .arrow-left {
		left:-20px;
	}

	/*右鍵*/
	.device .arrow-right {
		right:-20px;
	}

	.device:hover .arrow-left {
		opacity:1;
		left:20px;
	}

	.device:hover .arrow-right {
		opacity:1;
		right:20px;
	}
		
	/*輪播區*/
	.swiper-container {
		height:auto;
	}
	.swiper-wrapper {}
	.swiper-slide {}
	
	/*輪播點點*/
	.pagination {
		position: absolute;
		z-index: 1;
		bottom: -39px;
		width: 100%;
		text-align: center;
	}
		.swiper-pagination-switch {
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 5px;
			background: #edbdb4;
			margin: 0 .4375rem;
			cursor: pointer;
		}
		.swiper-active-switch {/*輪播點點當前模式*/
			background: #c42605;
		}
			/*客制區塊*/
			.swiper-slide {
				position:relative;
			}
			.pcBanner {
			}
			.mobileBanner {
				display:none;
			}
			
	/* 新增輪播套件樣式修改 by ryan 20220210 start*/
	.banner .swiper-button-prev, .banner .swiper-button-next {
		position: absolute;
		top: 50%;
		margin: 0px;
		width: 60px;
		height: 60px;
		background-size: 60px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner .swiper-button-prev:after,.banner .swiper-button-next:after {
		content: unset;
	}

	/* 新增輪播套件樣式修改 by ryan 20220210 end*/

		
				


@media (max-width: 880px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

/* 20250730移除手機版banner by tom */
/* @media (max-width: 640px){
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
} */
				

		
/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/*border-bottom: solid 1px #c4c4c4;*/
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:1rem;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		/*height:39px; */
		position:relative;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:.875rem;
					width: auto;
					color:#808080;
					/*border-right: solid 1px #c4c4c4;*/
				}
					.tabs li a:hover {
						background:#fff;
						/* background:var(--primary_color); */
					}
					.tabs a { 
						font-size: inherit;
						color:#fff;
						text-decoration:none;
						display:block;
						padding:10px 36px 10px 36px;
						transition:0.3s ease all;
						background: var(--primary_color);
						border-left: 1px #fff solid;
					}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 1.125rem;
						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:var(--primary_color); */
							font-size: 1.1875rem;
							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:1rem;
									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: .875em;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 1.8125rem;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		/* color:#c30000; */
		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: var(--primary_color);
			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;
		gap: .625rem;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:.9375em;
				line-height:21px;
				width:100%;
				/*border-bottom: dotted 1px #0f0f0f;*/
				/*padding:12px 0px 0px 0px;*/
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					/*font-size: 16px;*/
					font-size: 1.125em;
    				/* font-weight: bold; */
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					.fL_tit label {
						font-size: .875em;
						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);
					}

					
					.fL_info select{
						width:100%;						
						/*width: auto;
						margin: 0px 0px 0px 0px;*/
						border: solid 1px #aeaeae00;
						background-color: rgb(254 237 215 / 0.6);
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
						font-size: 1em;
						color: #8e8e8e;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin: 0px 0px 0px 0px;
							border: solid 1px #aeaeae00;
							background-color: rgb(254 237 215 / 0.6);
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #2b286a;
						color: #fff;
						font-size: .9375em;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:.9375em;
					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: .75em;
										}
									}
								
								
			.form_list_remark {
				font-size: .9375em;
				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:#06F;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}



	
	
	
	
	
	
	
	


/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.main{
	padding-top: 158px;
}

.main.inmain{
}
	.inmain{
		position:relative;
		overflow: hidden;
		/* padding-top: 138.812px; */
	}
	/*.inmain:before{
		position:absolute;
		content:url(../images/main_bg.png);
		bottom:0px;
		right:-80px;
		z-index:-1;
		opacity:0.3;
	}*/








/*內頁banner*/
.inbanner{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	height:250px;
}

.inbanner_tit{
	position:absolute;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	top:50%;
	left:50%;
	font-size: 2.5em;
	/* 20250422 */
	font-size: 2.5em;
	font-weight: bold;
	color: #ffffff;
}

	/*.inbanner img{
		width:100%;
		height:auto;
	}*/
		
		
.container{
	padding: 5px 0px 30px;
}
.container .wrap{
	
}
.container .wrap .page{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



/*麵包屑*/
.crumb {
	font-size: 13px;
	font-size: 1.0625em;
	line-height: 17px;
	color: #b3b3b3;
	padding: 25px 0px 25px;
}
	.crumb a {
		color: var(--primary_color);
		text-decoration:none;
	}
	
	.crumb a:hover {
		opacity:0.5;
	}	

/* 在螢幕放大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) { 
	/*麵包屑*/
.crumb {
	font-size: 1.35em;

}
}


/*內頁標題樣式*/
.titStyle1{
	font-size: 1.5625em;
	font-size: 2.125em;
	line-height: 40px;
	color: #58595B;
	margin:0px 0px 15px;
}
.titStyle1 > h1{
	font-size: 1.5625em;
	font-size: 1em;
	display: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
}

.titStyle1 > h2{
	font-size: 1.5625em;
	display: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
}

.right_title{
	font-size: 1.25em;
	font-size: 1em;
	font-weight: normal;
	color: #777;
	line-height: 1.3;
	position:relative;
	border-bottom: 2px solid var(--primary_color);
	padding-bottom: 1.25rem;
	display: flex;
	align-items: center;
}
	.right_title:after{	
		position: absolute;
		content: '';
		bottom: -1px;
		background: var(--primary_color);
		width: 62px;
		height: 6px;
		left: 0px;
	}
	.right_title span {
		vertical-align: -5px;
		color: #fff;
		position: relative;
		z-index: 1;
	}
	.right_title span::before {
		content: '';
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: var(--primary_color);
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		transform: translate(-50%, -50%);
	}
	.right_title h2{	
		font-size: inherit;
		font-size: 1.5625em;
		line-height: initial;
		padding: 0;
		margin: 0;
		display: inline-block;
		font-weight: inherit;
		padding-left: .625rem;
	}	




	
/*內頁標題2*/
.in_titStyle2{
	font-size: 1.8125em;
	line-height: 40px;
	color: #58595B;
	margin:0px 0px .9375rem;
}
	.in_titStyle2 h1 {
		font-size: 1.5625em;
		font-size: 1em;
		display: unset;
		margin-block-start: unset;
		margin-block-end: unset;
		margin-inline-start: unset;
		margin-inline-end: unset;
		font-weight: unset;
	}
	.in_titStyle2 span{
		display: block;
		font-size: 1.0625em;
		font-size: 0.775em;
		font-weight: bold;
		color: var(--primary_color);
		padding: 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
	}

	.titStyle1 span{
		display: block;
		font-size: 0.775em;
		font-weight: bold;
		color: var(--primary_color);
		padding: 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
	}















/*網編區*/
.textArea{
	font-size: 1.25em;
	color:#333;
	line-height:1.5;
}
	.textArea img{
		max-width:100%;
		height:auto;
	}
	.textArea a:hover{
		opacity:0.5;
	}
		

	.textArea table {
		max-width: 100%;
		margin: inherit;
		border-radius: 3px;
		overflow: auto;
	}



/*按鍵-------------------*/
.btn_area{
	text-align: center;
    margin: 30px 0px 0px;
}
.btn_area.one{
	text-align:center;
}



@media (max-width: 425px){
	input[type="button"], input[type="submit"], input[type="reset"] {
		width: 44%;
    	margin: 0px 5px;
	}
}
















/*左側*/
.left{
	float:left;
	width:256px;
}
			
	/*左側表單名稱*/
	.leftList_tit{
		/*20250423顏色修改 by tom start*/
		background-color: var(--primary_color);
		color: #fff;
		/*20250423顏色修改 by tom end*/
		text-align:center;
		font-size:1.5625em;
		font-size: 1.8125em;
		line-height: 29px;
		font-weight: bold;
		word-break: break-word;
		padding: 15px 0px;
	}
	
	/*左側選單列表*/
	.leftListArea{
		/*20250423修改顏色 by tom */
		background-color: #e5e6e6;
	}
		.leftList{
			font-size:1.125em;
			font-size: 1.3em;
		}
		.leftList2{
			position: relative;
		}
					/*方向標誌*/
					.leftList_icon.direction{
						position: absolute;
						right: 10px;
						top: 16px;
					}
						/*方向標誌_向下展開*/
						.leftList_icon.direction i.down{
							display: block;
							
						}
						/*方向標誌_向上收合*/
						.leftList_icon.direction i.up{
							display: none;
						}
						
						
					/*active*/ /*方向標誌_向下展開*/
					.leftList.active .leftList_icon.direction i.down{
						display: none;
						
					}
					/*active*/ /*方向標誌_向上收合*/
					.leftList.active .leftList_icon.direction i.up{
						display: block;
						color: #fff;
						
					}
			.leftList > a{
				display:block;
				text-decoration:none;
				color:#323232;
				padding: 17px 0 12px 15px;
				position: relative;
				font-size: 1em;
				line-height: 1.5;
				word-break: break-word;
			}
				
			.leftList.active > a{
				/*20250423顏色更改 by tom*/
				background-color: var(--thir_color);
				color: #fff;
			}
			.leftList > a:hover{
				background-color: var(--thir_color);
				color: #fff;
				opacity: 0.5;
				transform: all 0.3s ease;
			}
				/*第二層選單樣式*/
				.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
					content: '';
					position: absolute;
					
					border-top: solid 6px #000;
					border-left: solid 4px rgba(255,255,255,0);
					border-right: solid 4px rgba(255,255,255,0);	
					
					border-bottom-width: 0px;
					top: 24px;
					right: 12px;
				}
			
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #323232; /* 20250730更改顏色 */
						padding: 10px 30px 10px 27px;
						font-size:0.9em;
						line-height: 1.5;
						font-weight:normal;
						word-break: break-word;
					}
					.leftList_open_list.active a {
						color: #7c1a15;
					}
					.leftList_open_list>a:hover {
						color: #7c1a15;
						text-decoration:none;
					}
			
.right{
	width: calc(100% - 300px);
}
.right.noleft{
	width:100%;
}

/* 在螢幕放大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) { 

	.leftList{
		font-size: 1.2em;
	}
}


@media (max-width: 990px){


.inbanner {
    height: 120px;
}
	.inbanner_tit {
		font-size: 30px;
	}


	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			border-radius:3px;
			line-height: 50px;
			position:relative;
			cursor:pointer;
			background-color: transparent;
			color: #000;
			font-size: 1.5em;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 50%;
			right: 20px;
			transform: translate(-20px,-50%);
			border-top: solid 8px #000;
			border-left: solid 4px #fff;
			border-right: solid 4px #fff;

			margin: 0 0 0 10px;
		}
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #f7f7f7;
		}
			/*.leftList_open.active{
				display:block;
			}*/
	
	/*右側*/
	.right{
		width:100%;
	}
	
	
}


























	/*無左側選單*/
	.right.no_left{
		width: 100%;
	}

	
	/*右側內容區塊*/
	.right_contentBg{	
		padding-top: 20px;
	}
	
		
		.text_area{
			font-size: 1.25em;
			color: #333;
			line-height: 1.7;
			word-wrap: break-word;
			word-break: break-all;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		

		
		.memberTextArea{
		}



@media (max-width: 1100px){

	.page{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	
	
	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 13px 50px 13px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid #777;
			background-image: none;
			margin-bottom: 0;
		}
			.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: 19px;
				right: 15px;
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: none;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*右側*/ /*無左側選單*/
	.right ,
	.right.no_left{
		width:100%;
		padding: 35px 0px 0;
	}
	
	
}







	








/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: var(--primary_color);
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}

































/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.download_list_area{
	/* padding:5px 0px 20px; */
	padding:20px 0px 0px;
}
	/*下載列表_清單*/
	.dLA_list{
		padding:15px 0px;
		/*float:left;*/
		width:48%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		float:left;
	}
	.dLA_list:nth-child(2n){
		float:right;
	}
	
		/*下載列表_清單_in*/
		.dLA_list_in{
			/*background:#e6e6e6;*/
			background: rgba(230, 230, 230, 0.8);
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #0068b7 solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

		/*下載列表_清單_左側*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			padding: 14px 0;
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #000;
				font-size: 20px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 18px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*下載_按鈕*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display:block;
				color: #3ea1eb;
				font-weight:bold;
				font-size: 20px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid #3ea1eb;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:#3ea1eb;
				/*border:1px solid #333;*/
				/*padding: 14px 50px;*/
				transition: 0.2s ease all;
			}


			



@media (max-width:860px){
	


	/*下載列表_清單*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}


		/*下載列表_清單_左側*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*下載列表_清單_左側*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*下載_按鈕*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}
				

				.dLA_list:nth-child(2n+1){
					float:none;
				}
				.dLA_list:nth-child(2n){
					float:none;
				}
				
}



















/*================================================================================================================================*/
/*-------會員名錄----------------------------------------------------------------------------*/
/*================================================================================================================================*/


/*會員名錄--------------------------------------------------------------------------------*/

.directory_area{
	padding: 15px 0px 0px;
	margin:0px -15px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: top;
}
	
	/*會員名錄列表*/
	.directory_list{
		padding:0px 15px 15px;
		box-sizing:border-box;
		width:50%;	
	}

		
		.directory_list a{
			border-bottom:1px #b5b5b5 dashed;
			display: block;
			color: #333;
			font-size: 16px;
			line-height: 26px;
			padding:5px 0px;
			text-decoration: none;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.directory_list a:hover{
			color:#0068b7;
			transition: 0.3s ease all;
		}


@media (max-width:640px){

.directory_area{
	margin:0px -5px;
}
	
	/*會員名錄列表*/
	.directory_list{
		padding:0px 5px 10px;
	}

}









/*表格-------------------------------------------------------------------------------------------------------*/



table {
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
	 tr {
	}
		 td {
			text-align:center;
			vertical-align:middle;
			font-size:15px;
			line-height: 24px;
			color:#333;
			padding:10px 15px;
			box-sizing:border-box;
			border-bottom: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			background: #f4f4f4;
		}


		/*第一組tr*/
		tr:first-of-type td {
			border-top: solid 1px #bebebe;
		}
		/*第三組tr*/
		tr:nth-of-type(3) td {
		}
		
		
		/*第一個td*/
		td:first-of-type {
			width:20%;
			border-left: solid 1px #bebebe;
		}
			/*td.cPL_twoBtn {
				padding: 5px 0px;
			}*/
		
		/*2進位的tr*/
		tr:nth-of-type(2n+0) td {
			background:#fff;
		}




@media (max-width:768px){
	
td:first-of-type {
    width: 30%;
}
		 td {
			padding:5px 5px;
		}

}







/*/////////////////////////////////////////////////////////*/
/*會員搜尋*/
/*/////////////////////////////////////////////////////////*/	




.search_area{
	text-align: right;
	padding:0px 0px 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin-right:-5px;
	justify-content: flex-end;
}
	.search_select{
		box-sizing:border-box;
		width: 180px;
		padding-right:5px;
	}
		.search_select select{
			width:75%;
			height: 38px;
		}
	
	.search{
		box-sizing:border-box;
		padding-right:5px;
		width:165px;
	}
		.search input{
			width:100%;
			height: 38px;
		}
	
	
	.search_area .search_btn {
		padding-right:5px;	
	}
		.search_area .search_btn label.lsf {
			font-size: 25px;
			width: 42px;
			height: 38px;
			line-height: 38px;
			display: inline-block;
			vertical-align:middle;
			border-radius: 4px;
			background: #0068b7;
			color: #fff;
			vertical-align: top;
			text-align: center;
			transition: 0.3s ease all;
			letter-spacing: 0px;
		}
			.search_area  .search_btn label.lsf:hover {
				opacity:0.7;
			}
			.search_area .search_btn label.lsf input[type='submit'] {
				display:none;
			}	
	
	
	
@media (max-width:640px){

.search_area{
	margin:0px -5px;
	flex-wrap:wrap;
}
	
	.search_select{
		width: 50%;
		padding:5px 5px;
	}
	.search{
		width: 50%;
		padding:5px 5px;
	}	
	.search_area .search_btn {
		width:100%;
		padding:5px 5px;
	}	
		.search_area .search_btn label.lsf {
			width: 100%;
		}
	
}
	
	
	
	
@media (max-width:425px){

	.search_select{
		width: 100%;
	}
	
}
	
	


/*/////////////////////////////////////////////////////////*/
/*會員廠商*/
/*/////////////////////////////////////////////////////////*/	





.directory_table{
}

.directory_table td {
    border-bottom: solid 1px  #efefef;
    border-right: solid 0px  #efefef;
    background: #fff;
	padding:15px 15px;
}
	.directory_table td img{
		max-width:45%;
		height:auto;
	}


		/*第一組tr*/
		.directory_table tr:first-of-type td {
			border-top: solid 0px  #efefef;
		}
		
		/*第一個td*/
		.directory_table td:first-of-type {
			width:20%;
			border-left: solid 0px  #efefef;
		}

		.directory_table td:first-of-type {
			width: 20%;
			border-left: solid 0px  #efefef;
		}
		.directory_table td:nth-of-type(2) {
			text-align:left;
			/* text-align:center; */
			padding-left:15px;
		}

		.directory_table textarea {
			border: solid 1px  #efefef;
		}

@media (max-width:768px){
	
	.directory_table td{
		display:block;
		border: solid 1px  #efefef;
		border-top: solid 1px  #efefef;
		border-bottom:solid 0px  #efefef;
		padding:10px 10px;
	}
	.directory_table td:first-of-type {
		width:auto;
		border: solid 1px  #efefef;
		border-bottom:solid 0px  #efefef;
		background-color: #efefef;;
	}
	.directory_table tr:first-of-type td{
		border-top: solid 1px #efefef;
	}
	.directory_table td:nth-of-type(2) {
		padding:15px 10px 15px;
	}
	
	.directory_table tr:last-of-type td {
		border-bottom: solid 1px #efefef;
	}
	.directory_table td img{
		max-width:100%;
	}
	
}


















/*/////////////////////////////////////////////////////////*/
/*影片模組*/
/*/////////////////////////////////////////////////////////*/	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#0068b7;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#d8c6bd;
				/*color:#0068b7;*/
			}
			
		/*燈箱資料區*/
		.lightboxContentArea {
			height: 100%;
		}
		
		
		
/*.video_index{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100vw;
	height:100vh;
}*/		
		
.index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		text-align:center;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		/*font-size:16px;
		line-height:22px;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);*/
	}
		.vL_text_area img {
			/*padding:0px 0px 8px 0px;*/
			width: 60px;
		}
		/*hover*/
		.index_video_list:hover > img {
			opacity:1;
		}

.video_list_area {
	font-size:0px;
	margin: 20px -15px 0px -14px;
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}

	.video_list {
		display:inline-block;
		vertical-align:top;
		padding: 0px 12px 30px;
		width:47%;
	}
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
		}
			/*.video_list_remark {
				font-size:14px;
				line-height:24px;
				color:#3d3d3d;
				padding:3px 0px 0px 0px;
			}*/
			
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}














/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}












/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 25px;
	padding-bottom: 25px;  /*Judy修改20190321*/
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
				color: var(--primary_color);
			}
			.numberPage_leftList a:hover{
				color: var(--thir_color);
			}
			
			/*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;
		}	
		/* 防止變形  20250422 start*/
		.numberPage_middleList a{
			display: block;
			text-decoration: none;
			width: 31px;
			border-radius: 100%;
			background-color: transparent;
			color: #808080;
			padding: 0;
			font-family: var(--foreign_font);
			display: flex;
			justify-content: center;
			align-items: center;
			aspect-ratio: 1;
			font-size: 1.25em;
		}
		/* 防止變形 20250422 end*/
			/*active*/
			.numberPage_middleList.active a{
				background-color:var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color:var(--thir_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;
				color: var(--primary_color);
			}

			.numberPage_rightList a:hover{
				color: var(--thir_color);
			}
			
			/*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;
			}
		
		
	
@media (max-width: 640px){
	
		
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		
	
}



/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	margin: 0px 0px 10px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#595959;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
	}
		.tabs_btn_now:hover {
			background:#00a0e9;
		}
		.tabs_btn_now_arrow {	
			position: absolute;
			border-top: solid 8px #004998;
			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: 26px; 
		position:relative;
		background-color: transparent;
		margin: 0px 0px 10px;
		border-bottom: 1px solid #dcdcdc;
		padding: 0px 0px 10px;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height: 26px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						color: #0068b7;
					}
					.tabs a { 
						color: #555655;
						text-decoration:none;
						display:block;
						padding:0px 15px;
						transition:0.3s ease all;
						font-weight: bold;
						font-size: 15px;
						border-left: 1px solid #dcdcdc;
					}
					.tabs li.active {
						/*當前模式*/
					}
					.tabs li:nth-of-type(1) a{
						border-left: 0px; 
					}
						.tabs li.active a {
							color: #0068b7;
							font-size: 23px;
							background-color: transparent;
							
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@media (max-width: 768px){
						.tabs a {
							padding: 0px 15px;
						}
					}
					@media (max-width:640px){
						.tabs li{
							width: 25%;
							text-align: center;
						}
						.tabs li.active a {
							font-size: 15px;
						}
					}
					@media (max-width:414px){
						.tabs li a{
							padding: 0px 7px;
						}
					}
					
					@media (max-width: 375px){
						/*頁籤*/
						.tab_area {
							/*position:relative;*/
						}
							.tabs_btn_now {
								/*display:block;
								background-color: #eaeaea;
								color: #004998;
								font-weight: bold;
								font-size: 16px;
								line-height: 43px;
								border-top: 3px solid #0068b7;*/
							}
							
							.img-scroll {
								/*display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;*/
							}
								.tabs li {
									/*float:none;
									text-align:center;*/
								}
								.tabs li.active:after {
									/*content:"";*/
								}
									
									.tabs li a{
										padding: 0px;
										font-size: 14px;
									}
									
									.tabs li.active a {
										font-size: 14px;
									}
					}



/*================================================================================================================================*/
/*-------最新消息----------------------------------------------------------------------------*/
/*================================================================================================================================*/



/*最新消息列表*/
.news_list_area{
	/*padding-top:20px;*/
}

.news_list_area.index{
}

	.nLA_list{
		
		position: relative;
		padding: 10px 0px 10px 100px;
		border-bottom: 1px dashed #ccc;
	}
	.news_list_area.index .nLA_list{
		padding: 10px 0px 10px 128px;
	}
	
	.nLA_list:first-child{
		padding: 20px 0px 10px 100px;
	}
	
	.news_list_area.index .nLA_list:first-child{
		padding: 10px 0px 10px 128px;
	}
	

	.nLA_list_date {
		position: absolute;
		left: 0px;
		color: #9a9a9a;
		font-size: 14px;
		line-height: 22px;
	}
	
	.news_list_area.index .nLA_list_date{
		left: 25px;
	}
	
	
	.nLA_list_tit {
	}
		.nLA_list_tit a{
			display:block;
			color:#000;
			font-size:15px;
			line-height:22px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition:0.3s ease all;
			text-decoration:none;
		}
		
		/*hover*/
		.nLA_list_tit a:hover{
			color: #0068b7;
			transition:0.3s ease all;
		}
					
@media (max-width:640px){

		.nLA_list{
			padding: 10px 0px;
		}
		.nLA_list:first-child {
			padding: 5px 0px 10px;
		}
		.news_list_area.index .nLA_list:first-child {
			padding: 10px 10px;
		}
		.nLA_list_date {
			position: static;
		}
		.news_list_area.index .nLA_list{
			padding: 10px 10px;
		}
		
}					

/*最新消息內頁標題*/
.newsInTit {
	padding-top: 22px;
}
	.nIT_time {
		font-size: 16px;
		display: inline-block;
		color: #7d7d7d;
		font-weight:bold;
		letter-spacing: 2px;
	}
	.nIT_tit {
		color:#0068b7;
		font-size:16px;
		line-height:24px;
		padding: 18px 0px 0px;
		font-weight: bold;
	}

/*回上一頁*/
.back {
	padding:50px 0px 0px;
}
	.back a {
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		background: #0068b7;
		border-radius: 5px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
	}
		.back a:hover {
			opacity:0.7;
		}




/*-------------下載-------------*/
.right.none_left{
	width: 100%;
	float: none;
}
	.right.none_left .left_tit:after{
		display:none;
	}


