/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

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

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

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

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

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

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

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

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

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





/*------------------------------------------橫山毛筆字體KouzanMouhituFont-字型-------------------------------*/

/*@font-face {
    font-family: 'KouzanMouhituFont';
	src: url(../icon_fonts/KouzanMouhituFont/KouzanMouhituFont.ttf);
    font-weight: normal;
    font-style: normal;
}*/




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

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

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color: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:#ffffff;
	color:#fff;
}

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

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



	  
@media (max-width: 1280px){

	.wrap {
		width:80%;
	}			
					
}	

	  
@media (max-width: 990px){

	.wrap {
		width:85%;
	}			
					
}	





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"], input[type="tel"] {
	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:162px;
	height:42px;
	background:#007ec7;
	color:#fff;
	border-radius:5px;
	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.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	










/*/////////////////////////////////////////////////////////*/
/*-------表單欄位 複選/單選_ checkbox / radio 樣式 start--------*/
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #007ec7; } 
}

.magic_radio,
.magic_checkbox {
	position: absolute;
	display: none; 
}

.magic_radio[disabled],
.magic_checkbox[disabled] {
	cursor: not-allowed; 
}

.magic_radio + label,
.magic_checkbox + label {
	position: relative;
	/*display: block;*/
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle; 
	
	font-weight: bold;
}
  
	.magic_radio + label:hover:before,
	.magic_checkbox + label:hover:before {
		animation-duration: 0.4s;
		animation-fill-mode: both;
		animation-name: hover-color; 
	}
	
	.magic_radio + label:before,
	.magic_checkbox + label:before {
		position: absolute;
		/*top: 0;*/
		top: -1px;
		left: 0;
		display: inline-block;
		width: 20px;
		height: 20px;
		content: '';
		border: 1px solid #c0c0c0; 
	}
	
	.magic_radio + label:after,
	.magic_checkbox + label:after {
		position: absolute;
		display: none;
		content: ''; 
	}

.magic_radio[disabled] + label,
.magic_checkbox[disabled] + label {
	cursor: not-allowed;
	color: #e4e4e4; 
}

	.magic_radio[disabled] + label:hover, .magic_radio[disabled] + label:before, .magic_radio[disabled] + label:after,
	.magic_checkbox[disabled] + label:hover,
	.magic_checkbox[disabled] + label:before,
	.magic_checkbox[disabled] + label:after {
		cursor: not-allowed; 
	}
	
	.magic_radio[disabled] + label:hover:before,
	.magic_checkbox[disabled] + label:hover:before {
		border: 1px solid #e4e4e4;
		animation-name: none; 
	}
	
	
	.magic_radio[disabled] + label:before,
	.magic_checkbox[disabled] + label:before {
    	border-color: #e4e4e4; 
	}

.magic_radio:checked + label:before,
.magic_checkbox:checked + label:before {
	animation-name: none; 
}

.magic_radio:checked + label:after,
.magic_checkbox:checked + label:after {
	display: block; 
}

.magic_radio + label:before {
	border-radius: 50%; 
}

.magic_radio + label:after {
	/*top: 7px;*/
	top: 6px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #007ec7; 
}

.magic_radio:checked + label:before {
	border: 1px solid #007ec7; 
}

.magic_radio:checked[disabled] + label:before {
	border: 1px solid #c9e2f9; 
}

.magic_radio:checked[disabled] + label:after {
	background: #c9e2f9; 
}

.magic_checkbox + label:before {
	border-radius: 3px; 
}

.magic_checkbox + label:after {
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0; 
}

.magic_checkbox:checked + label:before {
	border: #007ec7;
	background: #007ec7; 
}

.magic_checkbox:checked[disabled] + label:before {
	border: #c9e2f9;
	background: #c9e2f9; 
}




@media (max-width: 800px){

	.magic_radio + label:before, .magic_checkbox + label:before {
		/*top: 4px;*/
	}

	.magic_radio + label:after {
		/*top: 11px;*/
	}
	
}



/*-------表單欄位 複選/單選_ checkbox / radio 樣式 end--------*/
/*/////////////////////////////////////////////////////////*/
















/*-------輪播----------------------------------------------------------------------------*/




/*首頁banner*/
.banner {
	position:relative;
	/*max-width:95%;
	margin:0 auto;*/
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 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 {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				
				.banner .swiper-pagination-bullet {
				  /*background: #000;
				  opacity: 0.2;*/
				}
				.banner .swiper-pagination-bullet-active {
				  background:#007ec7;
				}

						
						.pcBanner {
							background-position:center;
							background-repeat:no-repeat;
							background-size:cover;
						}
						.mobileBanner {
							display:none;
							background-position:center;
							background-repeat:no-repeat;
							background-size:cover;
						}	

				
				
	
			  


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

@media (max-width: 768px){

	
		
		.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:#007ec7;
			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 span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@media (max-width: 760px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 999;
							}
								.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
									float:none;
									text-align:center;
									width:100%;
									font-size:15px;
									border-radius:0px;
									border: none;
									border-bottom: solid 1px #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #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;
	}





/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.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;
		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:#cb2923;
			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-weight:bold;*/
					padding:3px 0px 6px 0px;
					position:relative;
					font-weight: bolder;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						/*position:absolute;
						right:0px;*/
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					
					.fL_info select{
						width:100%;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
						box-sizing:border-box;
						padding-right:15px;
					}
					
					/*地址樣式*/
					/*.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']{
						}*/
						
					/*地址樣式*/
					.fLR_address.fL_info {
						position:relative;
						padding-left: 333px !important;
						/* padding: 0px 0px 30px 0px; */
					}
						.fLR_address select {
							position:absolute;
							left:0px;
							width:100px;
							height:42px;
							/*margin: 0px 5px 0px 0px;*/
						}
						.fLR_address select:nth-of-type(2) {
							position:absolute;
							left:110px;
						}

						input.fLRA_postalCode {
							position:absolute;
							width:100px;
							left:220px;
						}
						input.fLRA_address {
							/*margin: 12px 0px 0px 0px;*/
						}
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					/*.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}*/
						
					/*生日樣式*/
					.fL_info.birthday {
					}
						/*.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}*/
						.fL_info.birthday select {
							width:auto;
						}		
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



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


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#ca0000;
					}	
					
					
					
					
					
					
						@media (max-width: 990px){					
						
							/*地址樣式*/
							/*.fL_info.address{
								position: relative;
								padding-left: 280px;
							}
								.fL_info.address select {
									width: 65px;
								}
								.fL_info.address select:nth-of-type(2) {
									left: 70px;
								}	
								.fL_info.address select:nth-of-type(3) {
									left: 140px;
								}				
								.fL_info.address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}*/					

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								/*.fL_info label {
									padding: 6px 0px;
								}*/
								
								.inputFile label {
									top: -6px;
								}
								
								
							/*生日樣式*/							
							.fL_info.birthday select {
								width: 85%;
								margin: 0px 0px 5px;
								font-size: 12px;
							}							
								
							/*地址樣式*/
							.fLR_address.fL_info {
								padding-left: 0px !important;
							}
								.fLR_address select {
									width:49%;
								}
								.fLR_address select:nth-of-type(2) {
									left:auto;
									width:49%;
									right: 0;
								}
		
								input.fLRA_postalCode {
									position:static;
									width:100%;
									left:auto;
									margin-top: 52px;
								}
								input.fLRA_address {
									margin-top:10px;
								}
								
								
						}
						
						
						
							@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;
			}













/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		width:48%;
		padding: 0px 8px;
		text-align: center;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float:right;
		background-color:#5f6267;
	}











/*-------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 {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
	}
		tr {
		}
			td {
				text-align:center;
				/*vertical-align:middle;*/
				vertical-align:top;
				font-size:15px;
				line-height: 24px;
				color:#333;
				padding:10px 15px;
				box-sizing:border-box;
				border-bottom: solid 1px #e5e9ea;
				border-right: solid 1px #e5e9ea;
				
				/*background: #f4f4f4;*/
			}
			tr:first-child td{
			    border-top: solid 1px #e5e9ea;
			}
			td:first-child{
			    border-left: solid 1px #e5e9ea;
			}
			
			


			@media (max-width: 640px){

				tr td {
					position:relative;
					display:block;
					border-left: solid 1px #e5e9ea;
					border-bottom: solid 0px #e5e9ea;
					border-top: solid 0px #e5e9ea;
				}
				td:before {
					content: attr(data-name);
				}
								
				tr:first-child td{
					display:none;
				}
				
				tr td:last-child{
					border-bottom: solid 1px #e5e9ea;
				}	
				tr:nth-child(2) td:first-child{
					border-top: solid 1px #e5e9ea;
				}				

			}










/*購物車大標*/
.cart_big_tit {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:0px 0px 0px 44px;
}
	.cart_big_tit span {
		position:absolute;
		display:block;
		border-radius:100%;
		font-size:15px;
		font-weight:100;
		color:#fff;
		text-align:center;
		width:25px;
		background:#007ec7;
		left:0px;
		letter-spacing: 0px;
	}
	
	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
	padding-top: 95px; /* 20230417 Patty 修改 */
}

.main{
	/*margin-top: 72px;*/
	/* padding-bottom:30px; */ /* modify by pekey 20210413 */
	/*position:relative;*/
}
/*.main:before{
	content: '';
    position: absolute;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0%;
    bottom: 2%;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 870px;
    height: 1250px;
    opacity: 0.1;
}*/




    



@media (max-width: 1200px){
	
	/*.main{
		margin-top:138px;
	}*/
	
	
}
/* 20230417 Patty 修改 start */
@media(max-width:768px){
	.main {
		padding-top: 69px;
	}
}
/* 20230417 Patty 修改 end */
@media (max-width: 510px){
	
	.main {
		/*margin-top: 62px;*/
	}
	
}




.HomeBg{
	padding:50px 0px 50px;
}
	.HomeBg:first-child{
		/*padding-top:60px;*/
	}
	.HomeBg:last-child{
		padding-bottom:0px;
	}



		/*首頁網編區------------------------------------------*/
		.textArea_home{
			/* font-size: 18px; */
			/*line-height: normal;*/
			line-height: 36px;
			/* color: #7b7b7b; */
			word-wrap: break-word;
			word-break: break-all;
			/*text-align: center;
			border: 1px #d4d4d4 solid;
			padding: 50px 10px;*/
		}
		
		/* .textArea_home span{
			font-size: 24px;
			line-height: normal;
			font-weight:bolder;
			color: #333;
			margin-bottom:15px;
			display: block;
		}
		.textArea_home p {
			display:inherit;
			margin-block-start: 0em;
			margin-block-end:0em;
			margin-inline-start: 0px;
			margin-inline-end: 0px;
		}		
		 */
			.textArea_home img {
				max-width:100%;
				height:auto;
			}
			.textArea_home a {
				text-decoration:none;
				transition: 0.3s ease all;
			}			
			.textArea_home a:hover {
				opacity:0.5;
				transition: 0.3s ease all;
			}









.textArea_homeImgList{
	margin-bottom:30px;
}
	.textArea_homeImgList img{
	}

	.textArea_homeImgList p{
		margin-top:15px;
	}



















/*首頁網編區塊標題*/
.index_tit {
	font-size:45px;
	line-height: 55px;
	/*font-size:27px;
	line-height: 42px;
	font-weight: bold;*/
	color:#007ec7;
	text-align:center;
	margin-bottom:30px;
	/*font-family: 'KouzanMouhituFont';*/
}
	.index_tit > h1 {
		display: inherit;
		font-size: inherit;
		margin-block-start: inherit;
		margin-block-end: inherit;
		margin-inline-start: inherit;
		margin-inline-end: inherit;
		font-weight: inherit;
		/*position: relative;*/
		padding-bottom: 10px;
		border-bottom: 1px #cecece solid;
	}
	.index_titTW{
	}

	/*.index_tit > h1:before {
		position: absolute;
		content: '';
		background-image: url(../index/images/index_tit_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100px;
		height: 100px;
		top: 42%;
		left: 46%;
		-webkit-transform: translateX(-50%) translateY(-52%);
		transform: translateX(-50%) translateY(-52%);
	}*/
	
	/*.index_tit > h1:before {
		position:absolute;
		content:'';
		background-image:url(../index/images/index_tit_bg.png);
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center;
		width: 250px;
		height: 250px;
		z-index: -1;
		opacity:0.8;
		top: 50%;
		left: 50%;
		-webkit-transform:translateX(-50%) translateY(-52%);
		transform:translateX(-50%) translateY(-52%);
	}*/



.index_tit2{
	font-size:30px;
	line-height: 35px;
	color:#007ec7;
	text-align:center;
	margin-bottom:15px;
}










@media (max-width: 768px){

.index_tit {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.index_tit2{
	font-size:20px;
	line-height: 25px;
	margin-bottom:10px;
}




.HomeBg{
	padding:30px 0px 20px;
}
	
		/*首頁網編區------------------------------------------*/
		.textArea_home{
			font-size: 15px;
			line-height: 30px;
		}
	
		.textArea_home span{
			font-size: 22px;
		}	
		.textArea_home table tr td {
			text-align:left;
		}			
}












/*/////////////////////////////////////////////////////////*/
/*-------影片區--------*/
/*/////////////////////////////////////////////////////////*/


.Video_area{
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

	.Video_area iframe{
		position: absolute; 
		top: 0;
		left: 0; 
		width: 100%; 
		height: 100%;
	}















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







.main.inmain {
	position:static;
    /*margin-top: 72px;*/
	/*background-image:url(../images/bg.png);
	background-repeat-y: repeat;
	background-position: 70% 50%;*/
}
.main.inmain > .wrap {
    /*width: 70%;*/
    background-color: #fff;
}


/*內頁banner*/
.inbanner{
	margin-bottom: 30px;
	/*background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	height: 400px;
	position:relative;
	padding: 10% 0 2%;*/
	/*background-attachment:fixed;
	overflow: hidden;*/
}
	.inbanner img{
		width: 100%;
		height:auto;
	}


	/*.inbanner:before{
		content:"";
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:90%;
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:cover;
		

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}*/
	
	.inbanner_tit{
		/*display:none;*/
		position: absolute;
		width: 100%;
		height: auto;
		max-width: 60%;
		/*max-width: 600px;*/
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
		/*.inbanner_tit img{
			width: 100%;
			height:auto;
		}*/







/*麵包屑*/
/*.crumb {
	font-size: 13px;
	line-height: 17px;
	color: #5f6267;
	padding: 25px 0px 25px;
}
	.crumb a {
		color: #007ec7;
		text-decoration:none;
	}
	.crumb a:hover {
		opacity:0.5;
	}	*/
	
	
	







/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	/*font-size: 30px;
    line-height: 40px;
	color: #2e282a;
	font-weight:bolder;*/
	font-size: 40px;
    line-height: 50px;
    color: #007ec7;
    font-weight: bolder;
    text-align: center;
    font-family: 'KouzanMouhituFont';
}

	.titStyle1 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
	font-size: 30px;
    line-height: 40px;
	color: #2e282a;
	font-weight:bolder;
}
	.titStyle2 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle2Date {
		padding-bottom: 5px;
		color: #5f6267;
		font-size: 16px;
		font-family: 'Kulim Park', sans-serif;
	}




/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	font-weight:bolder;
	margin: 20px 0px -10px;
	/*margin:20px 0px 10px;*/
	text-align: center;
}

	.titStyle3 > h1 {
		display: inline-block;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
		background-color: #007ec7;
		border-radius: 5px;
		padding: 5px 20px;
	}
	
	
	
.containerIn{
	/*padding:50px 0px 0px;*/
}

	/*.containerIn .wrap {
		padding:0px 30px;
	}*/









	
	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom:40px;
	padding-top:2%;
	/* display: grid;
	grid-template-columns: 275px auto;*/
}
		
			
	/*左側*/
	.left{
		display:none;
		/*float:left;*/

		width:275px;
		min-width:275px;
		box-sizing:border-box;
		/*width:25%;*/
	}
	
	.left.leftPc{
		display:block;
	}
		
		/*左側表單名稱*/
		.leftList_tit{
			/*background-color: #fcfcfc;*/
			text-align:center;
			font-size:25px;
			line-height: 29px;
			font-weight: bold;
			word-break: break-word;
			padding: 15px 0px;
			color: #2e282a;
			/*font-family: 'Noto Sans JP', sans-serif;*/
		}
		
		/*左側選單列表*/
		.leftListArea{
			margin: 10px 0px 0px;
			/*background-color: #fcfcfc;*/
		}
			.leftList{
				font-size:18px;
			}
			
			.leftList.leftList2 > a{
				position:relative;
			}			
			.leftList.leftList2 > a:before{
				position: absolute;
				content:"+";
				font-size:15px;
				color:#3e3e3e;
				right:12px;
				top: 50%;
				transform:translateX(0%) translateY(-50%);
				-webkit-transform:translateX(0%) translateY(-50%);
				transition: 0.3s ease all;
				font-family: 'Kulim Park', sans-serif;
			}
			.leftList.leftList2.show > a:before{
				content:"-";
				transition: 0.3s ease all;
			}			

			.leftList.leftList2.active > a{
				position:relative;
			}	
					
			.leftList.leftList2.active > a:before{
				content:"-";
			}
			.leftList.leftList2.active.show > a:before{
				content:"-";
			}			
			
			
			
						
			
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#323232;
					padding: 10px 30px 10px 10px;
					position: relative;
					font-size: 18px;
					line-height: 22px;
					word-break: break-word;
					border-radius: 5px;
					font-family: 'Noto Sans JP', sans-serif;
				}
					
				.leftList.active > a{
					color: #007ec7;
					/*background-color:#eaeaea;*/
				}
				.leftList:hover > a{
					color: #007ec7;
					/*background-color:#eaeaea;*/
				}
					/*第二層選單樣式*/
					.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
						content: '';
						position: absolute;
						
						border-top: solid 6px #000;
						border-left: solid 4px rgba(255,255,255,0);
						border-right: solid 4px rgba(255,255,255,0);	
						
						border-bottom-width: 0px;
						top: 24px;
						right: 12px;
					}
				
				/*左側選單列表第二層*/
				.leftList_open{
					display: none;
				}
				.leftList_open.active{
					display:block;
				}
					.leftList_open_list{
					}
						.leftList_open_list a {
							display: block;
							transition: 0.3s ease all;
							color: #838383;
							padding: 10px 30px 10px 27px;
							font-size:16px;
							line-height: 20px;
							font-weight:normal;
							word-break: break-word;
						}
						.leftList_open_list.active a {
							color: #007ec7;
						}
						.leftList_open_list a:hover {
							color: #007ec7;
							text-decoration:none;
						}
		
		
	/*右側*/
	.right{
		/*float:right;*/
		box-sizing:border-box;
		/*width:70%;*/
		padding-left: 6%;
		width: 100%;
		/*padding-top:9px;
		margin-bottom: 20px;*/
	}
	
	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		padding:0px 30px;
		/*padding-left: 0px;*/
	}

		/*右側名稱*/
		.right_tit{
			font-size:24px;
			line-height:34px;
			padding-bottom:15px;
			color:#221912;
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}
		
		
		
		
	
/*內頁上方選單*/
.rightTopArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -5px 20px;
}
	.rightTopList{
		box-sizing:border-box;
		width:20%;
		text-align:center;
		margin-bottom:10px;
		padding:0px 5px 0px;
	} 
	.rightTopList.active {
	}
	.rightTopList.active a {
		background-color: #000;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: #007ec7;
    		padding: 10px 5px;
			/*padding: 0px 3px;
			margin:10px 0px;*/
			font-size:13px;
			line-height:15px;
			color:#fff;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}     
		.rightTopList a:hover{
			transition: all 0.3s ease-out;
			background-color: #000;
			opacity:0.5;
		} 		
	
	
	
		
		
		
		/*網編區------------------------------------------*/
		.textArea{
			/*padding: 20px 0px;*/
			font-size:14px;
			line-height:24px;
			color:#333;
			word-wrap: break-word;
			word-break: break-all;
		}
			.textArea img {
				max-width:100%;
				height:auto;
			}
			.textArea a {
				text-decoration:none;
				transition: 0.3s ease all;
			}			
			.textArea a:hover {
				opacity:0.5;
				transition: 0.3s ease all;
			}	

			
			
			
						
			
		/*按鈕*/
		.btn_area {
			text-align:center;
			margin:30px 0px 0px;
		}
		/*.btn_area input{
			width:49%;
		}*/
		
	
	.btn_area input:nth-child(2n){
		background-color:#304167;
	}

		
		
				
		/*右側返回按鈕*/
		.btn_area.one {
			text-align:center;
			margin:50px 0px 0px;
		}
		
		
		
		
		
		
	
	
		
		
		
		
		
		
		
@media (max-width: 1200px){
	
	
	
/*內容區背景----------------------------------------------*/	
/*.container {
	padding: 3% 0px;
    border-radius: 20px;
    max-width: 85%;
}		
	
.container .wrap {
    width: 95%;
}*/	
	
.container > .wrap {
    width: 80%;
}	
	
	
	/*首頁輪播點點*/
	.wrap.pagination_wrap{
		width: 98%;
		padding: 0;
	}
	
	/*左側*/
	.left{
		width:200px;
		min-width: 200px;
	}
		
	/*右側*/
	/*.right{
		width:65%;
	}*/
	
}



@media (max-width: 990px){
	

	.main.inmain {
		background-position:center;
	}
	
	
	/*麵包屑*/
	/*.crumb {
		padding:10px 0px 10px;
	}*/




	.containerIn {
		padding: 20px 0px 0px;
	}
	
	
/*內頁上方選單*/
.rightTopArea{
	display:none;
}
	
.container{
	display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
}

	/*左側*/
	.left{
		display:block;
		width:100%;
		min-width:inherit;
		margin-bottom: 50px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			position:relative;
			cursor:pointer;
			padding: 10px 0px;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 22px;
			right: 20px;
			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;
		}
		
		/*左側表單*/
		.leftListArea{
			display:none;
			/*background: #f7f7f7;*/
			margin: 0px 0px 0px;
		}
	
		
		.leftListArea.show {
			display: block;
		}
	
	/*右側*/
	.right{
		width:100%;
		/*padding:0 20px;*/
	}
	.right.noleft {
		padding: 0px 15px;
	}	

}


@media (max-width: 768px){

	
	/*內頁banner--------------------------*/
	/*.inbanner{
		height: 250px;
	}	
		.inbanner_tit {
			max-width: 80%;
		}*/

		
		/*內頁標題樣式1-----------------------------------------*/
		.titStyle1{
			font-size: 30px;
			line-height: 35px;
		}
		
		
		/*內頁標題樣式2-----------------------------------------*/
		.titStyle2{
			font-size: 20px;
			line-height: 30px;
		}


		/*內頁標題樣式3-----------------------------------------*/
		.titStyle3{
			font-size: 18px;
			line-height: 28px;
			margin: 0px 0px -10px;
			/*margin:0px 0px 5px;*/
		}
}


	

@media (max-width: 510px){
	
/*內頁banner--------------------------*/
/*.inbanner{
	height: 200px;
	padding: 0;
}*/

	/*按鈕*/
	.btn_area {
	}
	.btn_area input{
		width: 48.5%;
    	box-sizing: border-box;
	}

}
	
	
	
	
	
	









/*/////////////////////////////////////////////////////////*/
/*-------內頁_報名資訊頁--------*/
/*/////////////////////////////////////////////////////////*/





	

.actBg{
	/*padding:30px 0px 30px;*/
}
	.actBg:first-child{
		/*padding-top:60px;*/
	}
	.actBg:last-child{
		padding-bottom:0px;
	}



/*第一個網編區------------------------------------------*/
.textArea.actBg1{
	font-size:22px;
	line-height:35px;
	font-weight:bolder;
}
	
	.textArea.actBg1 span{
		display:block; 
		color: #e60214; 
		font-size:30px; 
		text-align:center; 
		padding-bottom:20px;
	}




/*網編區------------------------------------------*/
.actBg .textArea{
	border-radius: 15px;
	padding: 25px 5%;
	/*border: 3px #007ec7 solid;	*/
	border: 3px #007ec7 dotted;
}
			
	.actBg .textArea span{
		/*font-size: 24px;
		line-height: normal;*/
		font-weight:bolder;
		/* color: #333; */
		/*margin-bottom:15px;
		display: block;*/
	}
	.actBg .textArea p {
		display:inherit;
		margin-block-start: 0em;
		margin-block-end:0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
	}			
			


.actBgform{
	border-radius: 15px;
	padding: 25px 5%;
	border: 3px #007ec7 dotted;
	/*border: 3px #007ec7 solid;	*/
}



/*場次選擇-------------*/
.Session{
	padding: 0px 0px 17px 0px;
}
                                
	.Session .fL_tit{
	} 
	
	.Session table{
	}
		.Session table td {
			font-size: 14px;
			line-height: 20px;
			padding: 5px 5px;
		}


@media (max-width:640px){


/*第一個網編區------------------------------------------*/
.textArea.actBg1{
	font-size:19px;
	line-height:32px;
}
	.textArea.actBg1 span{
		font-size:25px; 
		padding-bottom:15px;
	}
	

.actBg{
	padding:15px 0px 15px;
}
	
	.Session table td {
		text-align:left;
		padding: 5px 15px;
	}
		
}










/*/////////////////////////////////////////////////////////*/
/*-------內頁_最新消息區--------*/
/*/////////////////////////////////////////////////////////*/




/*最新消息區*/
                      
.NewListArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -15px -30px;
}

	.NewListArea > .indexNews_list{
		width:33.3%;
		box-sizing:border-box;
		padding:0px 15px 30px;
		margin:0px;
	}




@media (max-width: 768px){
	
	.NewListArea > .indexNews_list{
		width:50%;
	}

}

@media (max-width: 510px){



/*最新消息區*/
                      
.NewListArea{
    margin: 0px 0px -20px;
}	
	.NewListArea > .indexNews_list{
		width:100%;
		padding:0px 0px 20px;
		margin:0px;
	}

	.NewListArea .news_listIn {
		height: 150px;
	}

}
















/*/////////////////////////////////////////////////////////*/
/*-------內頁_服務體系區--------*/
/*/////////////////////////////////////////////////////////*/



/*校正實驗室 證書下載----------------------------*/
.CertificateDownloadArea{
}



.CertificateDownloadArea .productList{
	width: 25%;
}







/*TAF連結*/
.TAF_link{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 47%;
    text-align: center;
    float: right;
}
	.TAF_link a{
		font-weight: bold;
		color: #fff;
		display: block;
		text-decoration: none;
		background-color: #007ec7;
		border-radius: 3px;
		padding: 8px 3px;
		width: auto;
		transition: all 0.3s ease-out;
	}
	
	.TAF_link i{
		color: #fff;
		font-size: 22px;
		line-height: 22px;
		display: inline-block;
		vertical-align: middle;
	}
	.TAF_link span{
		vertical-align: middle;
    	display: inline-block;
	}	


/*證書下載資訊*/
.productListText{
	text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #333;
	min-height: 48px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



@media (max-width: 1280px){
	
	/*產品列表*/
	.CertificateDownloadArea .productList{
		width: 33.3%;
	}

}

@media (max-width: 990px){

	/*產品列表*/
	.CertificateDownloadArea .productList{
		width: 50%;
	}

}



@media (max-width: 640px){
                    
.product_area.CertificateDownloadArea{
    margin: 0px 0px -20px;
}	

	/*產品列表*/
	.CertificateDownloadArea .productList{
		width:100%;
		padding: 0px 0px 20px;
	}
	
}
















/*/////////////////////////////////////////////////////////*/
/*-------內頁_產品列表區--------*/
/*/////////////////////////////////////////////////////////*/



/*產品列表區*/
.product_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	margin: 0px -15px -30px;
}
                        
/*產品列表*/
.productList{
	width: 33.3%;
    box-sizing: border-box;
    padding: 0px 15px 30px;
}
								
	/*產品圖片*/
	.productListImg{
	}
		.productListImg img{
			width:100%;
			height:auto;
		}
		
	/*產品下方資訊*/
	.productListBottom{
		text-align: center;
		border-top: 7px solid #007ec7;
		padding: 30px 20px;
		background-color: #e5e9ea;
	}
									
		/*產品標題*/
		.productListTitle{
			letter-spacing: 1px;
			font-size: 18px;
			font-weight: bold;
			color: #007ec7;
			line-height: 26px;
			text-align: center;
			margin-bottom: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			word-wrap: break-word;
			word-break: break-all;
		}
		
		/*產品按鍵區*/
		.productListBtnArea{
			/* display: flex; */
			/* flex-wrap: wrap; */
			/* flex-direction: row; */
			/*align-items: flex-start;*/
			/* align-items:center; */
			/* justify-content:space-between; */
		}
												
			/*產品下載按鍵*/
			.CatalogDownload{
				font-size: 14px;
				line-height: 24px;
				color: #fff;
				width: 47%;
				text-align: center;
				float: left;
				position:relative;
			}
			
			/*.CatalogDownload.show{	
			}*/	
					
			.CatalogDownloadIn{
			}
				.CatalogDownloadIn a{
					color: #fff;
					display: block;
					text-decoration: none;
					background-color: #000000;
					border-radius: 3px;
					padding: 8px 0px;
					width: auto;
					transition: all 0.3s ease-out;
					font-weight: bolder;
					position:relative;
				}
				/*.CatalogDownloadIn a:before{
				    position: absolute;
					content: "";
					background-image: url(../images/right_arrow.png);
					background-repeat: no-repeat;
					background-position: center;
					background-size: contain;
					width: 100%;
					max-width: 10px;
					height: 10px;
					right: 5%;
					top: 50%;
					-webkit-transform: translateX(0) translateY(-50%);
    				transform: translateX(0) translateY(-50%);
					transition: 0.3s ease all;
				}
				.CatalogDownloadIn.show a:before{
					-webkit-transform: translateX(0) translateY(-50%) rotate(180deg);
    				transform: translateX(0) translateY(-50%) rotate(180deg);
					transition: 0.3s ease all;
				}*/	
				
				
				
							
					.CatalogDownloadIn i{
						color: #fff;
						font-size: 22px;
						line-height: 22px;
						display: inline-block;
						vertical-align: middle;
					}
					.CatalogDownloadIn span{
						vertical-align: middle;
						display: inline-block;
					}
			
			.CatalogDownloadIn_area{
				display: none;
				position: absolute;
				top: 41px;
				width: 100%;
			}
			/*.CatalogDownload.show .CatalogDownloadIn_area{
				display:block;
			}*/			
				.CatalogDownloadList a{
					color: #fff;
					display: block;
					text-decoration: none;
					background-color: rgba(0, 0, 0, 0.8);
					/* border-radius: 3px; */
					padding: 8px 0px;
					width: auto;
					transition: all 0.3s ease-out;
					font-weight: bolder;
					border-bottom: 1px #5a5a5a solid;
				}
				.CatalogDownloadList:last-child a{
					border-bottom: 0px #5a5a5a solid;
				}
				.CatalogDownloadList img{
					width: auto;
					height: 20px;
					margin-right: 6px;
					vertical-align: middle;
				}
				.CatalogDownloadList span{
					vertical-align: middle;
					display: inline-block;
				}
			
			
			
			
			
			
			
			
			/*產品詳細資料*/
			.productListVideo{
				font-size: 14px;
				line-height: 24px;
				color: #fff;
				width: 47%;
				text-align: center;
				float: right;
			}
				.productListVideo a{
					font-weight: bold;
					color: #fff;
					display: block;
					text-decoration: none;
					background-color: #007ec7;
					border-radius: 3px;
					padding: 8px 3px;
					width: auto;
					transition: all 0.3s ease-out;
				}
		
					.productListVideo img{
						width: auto;
						height: 20px;
						margin-right: 6px;
						vertical-align: middle;
					}	
					.productListVideo span{
						vertical-align: middle;
						display: inline-block;
					}





				.CatalogDownload a:hover ,
				.productListVideo a:hover{
					/*background-color: #333;*/
					opacity:0.5;
					transition: all 0.3s ease-out;
				}






@media (max-width: 1280px){
	
	/*產品列表*/
	.productList{
		width: 50%;
	}

}

@media (max-width: 640px){
                    
.product_area{
    margin: 0px 0px -20px;
}	

	/*產品列表*/
	.productList{
		width:100%;
		padding: 0px 0px 20px;
	}

		.productListTitle {
			letter-spacing: 0px;
			text-align:left;
			overflow: inherit;
			text-overflow: unset;
			white-space: unset;
		}

}






/*-------產品詳細介紹的燈箱------------------------------------------------*/

.productLightBoxArea {
	position:fixed;
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:9999;
	transition:0.3s ease all;
	opacity:0;
	pointer-events: none;
	opacity:1\9;			/*ie9*/
	display:none \9;		/*ie9*/
	
	text-align: center;
}
.productLightBoxArea.show {
	opacity:1;
	pointer-events: auto;
	display:block \9;		/*ie9*/
	
	overflow-y: auto;
}




/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.productLightBoxArea {
		opacity:1;
		display:none;
	}
	*::-ms-backdrop, .productLightBoxArea {
		opacity:1;
		display:none;
	}
		.productLightBoxArea.show {
			display:block;
		}
		*::-ms-backdrop, .productLightBoxArea.show {
			display:block;
		}
}









	.productLightBox_info {
		position: relative;
		background:#fff;
		border-radius: 6px;
		padding: 50px 70px;
		/*top:50%;*/
		top: 20%;
		/*margin:-235px auto 0px;*/
		margin: 0 auto;
		/*width: 365px;*/
		display: inline-block;
		box-sizing: border-box;
		max-width:70%;
	}
		
			
		/*燈箱表單標題區塊*/	
		.productLightBox_titArea{
			padding:0px 0px 25px;
			/*max-width: 344px; */
			text-align:center;
			box-sizing: border-box;
			
			font-size: 24px;
			font-weight: bold;
			color: #333;
			position: relative;
			margin: 0px auto;
		}
			.productLightBox_titArea:after{
				content: '';
				position: absolute;
				bottom: -5px;
				left: 50%;
				margin: 0px 0px 0px -23px;
				background-color: #007ec7;
				width: 50px;
				height: 5px;
			}
		
		
		
		
		
		/*內容區塊*/
		.productLightBoxIn{
			padding-top: 53px;
			color: #333;
			font-size: 14px;
			line-height: 24px;
			font-weight: bold;
			text-align: center;
		}
			.productLightBox{
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				align-items: flex-start;
				align-items:stretch;
				margin: 0px -15px 0px;
			}
		
				/*產品詳細介紹的燈箱影片*/
				.productLightBoxVideo{
					box-sizing:border-box;
					width:50%;
					padding:0px 15px;
					height:100%;
				}
					.productLightBoxVideoIn{
						position: relative;
						padding-bottom: 56.25%;
						padding-top: 30px;
						height: 0;
						overflow: hidden;
					}	
						.productLightBoxVideoIn iframe{
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
						}					
						 
					 
				/*產品詳細介紹的燈箱文字區塊*/
				.productLightBoxText{
					box-sizing:border-box;
					width:50%;	
					padding:0px 15px;
					height:100%;				
				}
					.productLightBoxText .textArea{
						text-align: left;
					}	
					
					.productLightBoxText .productLightBoxTextIn	{
						overflow-x: hidden;
						overflow-y: auto;
						/*max-height: 300px;*/
						padding-right:10px;
					}			
						 					 
					.productLightBoxText .productLightBoxTextIn::-webkit-scrollbar {/*滾動條整體樣式*/
						width: 10px;     /*高寬分別對應橫豎滾動條的尺寸*/
						height: 1px;
					}
					.productLightBoxText .productLightBoxTextIn::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
						border-radius: 10px;
						 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
						/*background: #535353;*/
						
						/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6ac19+0,e94816+100,e94816+100 */
						background: rgb(246,172,25); /* Old browsers */
						background: -moz-linear-gradient(top, rgba(246,172,25,1) 0%, rgba(233,72,22,1) 100%, rgba(233,72,22,1) 100%); /* FF3.6-15 */
						background: -webkit-linear-gradient(top, rgba(246,172,25,1) 0%,rgba(233,72,22,1) 100%,rgba(233,72,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
						background: linear-gradient(to bottom, rgba(246,172,25,1) 0%,rgba(233,72,22,1) 100%,rgba(233,72,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ac19', endColorstr='#007ec7',GradientType=0 ); /* IE6-9 */			
					}
					.productLightBoxText .productLightBoxTextIn::-webkit-scrollbar-track {/*滾動條裡面軌道*/
						-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
						border-radius: 10px;
						background: #EDEDED;
					}					 

		
		

		.productLightBox_close {
			text-align: center;
			width: 180px;
			height: 45px;
			margin: 0px auto;
			transition:0.3s ease all;
			padding-top: 50px;
		}
			.productLightBox_close a{
				/* font-weight: bold; */
				color: #fff;
				display: block;
				text-decoration: none;
				background-color: #007ec7;
				border-radius: 3px;
				padding: 12px 0px;
				width: auto;
				transition: all 0.3s ease-out;
			}
				/*.productLightBox_close i{
					color: #fff;
					font-size:15px;
					line-height:25px;
				}*/			
				.productLightBox_close span{
					color: #fff;
					font-size: 17px;
					/* line-height:25px; */
				}			
			
			
		/*hover*/
		.productLightBox_close:hover {
			opacity: 0.7;
		}
		
		
		
@media (max-width: 990px){
	
	.productLightBox_info {
		padding: 40px 40px;	
		max-width: 85%;
	}
	
}

@media (max-width:  640px){

	/*.productLightBox_info {
		width: 80%;
		height: auto;
		margin: auto;
		padding: 50px 15px;
		top: 10%;
	}*/
	
	.productLightBox_info {
		padding:15px 15px;
		/*padding: 25px 36px;*/
		top: 10%;
	}
	
		/*燈箱表單標題區塊*/	
		.productLightBox_titArea{
			padding:0px 0px 10px;
			font-size: 16px;
			max-width: none;
		}
	
		/*內容區塊*/
		.productLightBoxIn{
			padding-top: 20px;
		}	
		.productLightBox{
			display:block;
			flex-wrap: unset;
			flex-direction: unset;
			align-items: unset;
			align-items:unset;
			margin: 0px auto 0px;
		}
	
			/*產品詳細介紹的燈箱影片*/
			.productLightBoxVideo{
				width:100%;
				padding:0px 0px;
				/*height:100%;*/
			}
	
			/*產品詳細介紹的燈箱文字區塊*/
			.productLightBoxText{
				width:100%;	
				padding:0px 0px;
				margin: 20px 0px 0px;				
			}
				.productLightBoxText .productLightBoxTextIn	{
					max-height: 100px !important;
				}	
				
				.productLightBoxText .textArea {
					font-size:12px;
					line-height:22px;
				}
					
			.productLightBox_close {
				padding-top: 20px;
			}		

}        
        
















/*/////////////////////////////////////////////////////////*/
/*-------相關業界網站--------*/
/*/////////////////////////////////////////////////////////*/




/*相關業界網站區*/
.LinkArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -20px -20px;
}
                            
	/*相關業界網站列表*/
	.LinkList{
		box-sizing: border-box;
		padding: 0px 20px;
		margin-bottom:20px;
		width: 25%;
	}
	.LinkList_in{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		/*align-items: center;*/
		 align-items: flex-start;
	}
										
		/*相關業界網站圖*/
		.LinkListImg{
			box-sizing: border-box;
			min-width: 50px;
			width: 50px;
		}
			.LinkListImg a{
				display:block;
			}
			.LinkListImg img{
				width:100%;
				height:auto;
			}	
			.LinkListImg a:hover img{
				opacity:0.5;
			}		
		.LinkBottom{
			box-sizing: border-box;
			width: 100%;
			padding-left: 20px;
		}
			.LinkListTit{
			}
				.LinkListTit a{
					color: #007ec7;
					font-weight: bold;
					font-size:18px;
					line-height:28px;
					display:block;
					text-decoration:none;
				}
				.LinkListTit a:hover{
					opacity:0.5;
				}				
			.LinkListInfo{
				font-size: 14px;
				line-height: 24px;
			}
				.LinkListInfo span{
					display:block;
				}
			



@media (max-width:  1500px){

/*相關業界網站區*/
.LinkArea{
    margin: 0px -15px -20px;
}

	/*相關業界網站列表*/
	.LinkList{
		padding: 0px 15px 20px;
		width: 33.3%;
	}


}




@media (max-width:  990px){

/*相關業界網站區*/
.LinkArea{
    margin: 0px -10px -15px;
}

	/*相關業界網站列表*/
	.LinkList{
		padding: 0px 10px 15px;
		width: 50%;
	}


}

@media (max-width:  640px){

/*相關業界網站區*/
.LinkArea {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: unset;
	margin: 0px 0px -15px;
}
	/*相關業界網站列表*/
	.LinkList{
		padding: 0px 0px 15px;
		width: 100%;
		border-bottom: 1px #b3b3b3 dashed;
	}
	.LinkList_in{
		align-items: center;
	}

}






























/*/////////////////////////////////////////////////////////*/
/*-------全國據點區--------*/
/*/////////////////////////////////////////////////////////*/



.strongholdArea{
}


/*全國據點列表*/
.strongholdList{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 15px 15px 15px;
	border-radius: 15px;
}
.strongholdList:nth-child(2n){
	background-color: #fff7f3;
}
.strongholdList:last-child{
	margin-bottom:0px;
}


									
	/*全國據點資訊區*/
	.strongholdInfoArea{
		box-sizing:border-box;
		width:60%;
		padding-right:30px;
	}
	
		/*全國據點資訊標題*/
		.strongholdTitle{
			font-size:18px;
			line-height: 35px;
			color:#333;
			font-weight: bold;
		}
			.strongholdTitle span{
			}
		
		/*全國據點資訊*/
		.strongholdInfo{
			position: relative;
			font-size: 13px;
			line-height: 20px;
			padding: 5px 0px;
			color: #333;
			word-wrap: break-word;
			word-break: break-all;
		}  
		
		.strongholdInfo:before {
			content:attr(data-name);
		}		
		                    
										
	/*全國據點map*/
	.strongholdMap{
		box-sizing:border-box;
		width:40%;		
	}
		.strongholdMap iframe{
			width:100%;
			height:auto;
		}   
	



@media (max-width:  990px){

/*全國據點列表*/
.strongholdList{
	display:block;
	flex-wrap: unset;
	flex-direction: unset;
	align-items: unset;
	justify-content: unset;
	margin-bottom:15px;
	padding: 20px 20px 20px;
	/*border-radius: 15px;*/
}

	/*全國據點資訊標題*/
	.strongholdTitle{
		font-size:17px;
		line-height: 27px;
	}
		
	/*全國據點資訊區*/
	.strongholdInfoArea{
		width:100%;
		padding-right:0px;
		margin-bottom: 10px;
	}

	/*全國據點map*/
	.strongholdMap{
		width:100%;		
	}
		.strongholdMap iframe{
			width:100%;
			height:200px !important;
		} 

}

























/*/////////////////////////////////////////////////////////*/
/*-------常見問題--------*/
/*/////////////////////////////////////////////////////////*/



	/*常見問題列表*/
	.qa_list_area {
		padding:23px 0px 10px 0px;
	}
		.qa_list {
			border-bottom: solid 1px #dadada;
		}
			.qaL_tit {
				font-size:15px;
				line-height:22px;
				color:#333;
				position:relative;
				padding:11px 27px 11px 44px;
				cursor:pointer;
			}
				.qaL_tit:before {
					content:'?';
					position:absolute;
					font-size:13px;
					color:#fff;
					border-radius:100%;
					background: #007ec7;
					width:25px;
					height:25px;
					text-align:center;
					line-height:25px;
					font-weight:bold;
					top:9px;
					left:8px;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
				}
				.qaL_tit:after {
					content:'+';
					position: absolute;
					font-size:19px;
					color: #585858;
					top: 9px;
					right: 8px;
					transition:0.3s ease all;
					transform-origin:center center;
				}
				
			.qaL_text {
				position:relative;
				font-size:14px;
				line-height:24px;
				color:#464545;
				padding:11px 27px 11px 44px;
				display:none;
			}
				.qaL_text:before {
					content:'！';
					position:absolute;
					border-radius:100%;
					text-align:center;
					width:25px;
					line-height:25px;
					font-size:13px;
					color:#fff;
					background:#c61826;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
					top:9px;
					left:8px;
				}
				/*hover*/
				.qaL_tit:hover {
					/*background:#eaeaea;*/
					background-color: #e5e9ea;
				}
				/*當前模式*/
				.qa_list.active .qaL_tit {
					background-color: #e5e9ea;
					/*background:#eaeaea;*/
					border-radius:5px;
				}
					.qa_list.active .qaL_tit:after {
						-webkit-transform: rotate(45deg);
								transform: rotate(45deg);
						top:11px;
						font-size:21px;
					}
					










/*/////////////////////////////////////////////////////////*/
/*-------影音專區--------*/
/*/////////////////////////////////////////////////////////*/




/*影音列表*/
.video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
	margin:0px -15px;
	/*font-size:0px;
	margin:-65px -16px 0px -14px;*/
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		margin:0px -15px;
  }
}
	.video_list {
		box-sizing:border-box;
		width:50%;
		padding:0px 15px 30px;
	}
	
	.video_list_in{
		position:relative;
		background: #000;
		transition: 0.3s ease all;
	}
		.video_list_in > img{
			width: 100%;
			height: auto;
			opacity: 0.6;
			transition: 0.3s ease all;
		}	
	

		.vL_text_area {
			position: absolute;
			max-width: 50%;
			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 {
				opacity:1;
				width: 80px;
				height:auto;
			}
			
			.vL_text_area > span {
				margin:15px 0px 0px;
				display:block;
				overflow: hidden; 
				text-overflow:ellipsis; 
				white-space: nowrap;	
			}			
		
			
			
			/*hover*/
			.index_video_list:hover > img {
				opacity:1;
				cursor: pointer;
			}
			/*hover*/
			.video_list:hover .video_list_in > img{
				opacity: 1;
				cursor: pointer;
			}
			.video_list:hover .vL_text_area {
				cursor: pointer;
			}
			

	
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
			box-sizing:border-box;
			width:50%;
			padding:0px 15px 30px;
	  }
	}

			.video_list_remark {
				font-size:14px;
				line-height:24px;
				color:#3d3d3d;
				margin:10px 0px 0px 0px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp:2;
				overflow: hidden;
			}
			
			
			




@media (max-width:  990px){

.video_list_area {
    margin: 0px -10px;
}

.video_list {
    padding: 0px 10px 20px;
}
	.vL_text_area img {
		width:30px;
	}

	
}
	
	


@media (max-width:  510px){

.video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: unset;
    margin: 0px 0px;
}

.video_list {
    padding: 0px 0px 20px;
	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:#007ec7;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#000;
				/*color:#007ec7;*/
			}
			
		/*燈箱資料區*/
		.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;
	}
		.vL_text_area img {
			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_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}







		
		
		

/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/




.textArea.contactTextArea{
	padding-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
}

.contact_area input, .contact_area textarea, .contact_area select {
    border: none;
	background-color:#e4e4e4;
	/*background-color: #fff7f3;*/
	/*background-color: #ecf4fd;*/
}

		
		
		
		
					
			
			
			
			
			
			
			
			
			
	

/*/////////////////////////////////////////////////////////*/
/*-------課程列表--------*/
/*/////////////////////////////////////////////////////////*/


.educationClassAll{
}

.educationClassArea{
	background-color: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
	margin-bottom: 50px;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.educationClassArea:nth-last-child(1){
	margin-bottom: 0px;
}



	.educationClassArea td{
		background-color:#fff;
	}
	.educationClassArea tr:first-child td {
		background-color:#007ec7;
		color:#fff !important;
		border:none;
	}		

	.educationClassArea tr td:first-child{
		/*font-weight:bolder;
		font-size:18px;*/
	}
	.educationClassArea tr:last-of-type td{
		border-bottom:0px;
	}
	.educationClassArea tr td:first-child{
		border-left:0px;
	}	
	.educationClassArea tr td:last-of-type{
		border-right:0px;
	}		
	/*.educationClassArea tr td:nth-child(2){
		color:#007ec7;
	}*/
	
	
	
	
	
/*課程名稱標題*/
.educationClassName{
	/* display: flex; */
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	/* justify-content: space-between; */
	display: grid;
	grid-template-columns: auto 162px;
	margin: 0px 0px 30px;
}
                                
	/*課程名稱標題*/
	.educationClassNameIn{
		box-sizing: border-box;
		padding-right: 30px;
	}
		.educationClassNameIn > a {
			display: block;
			font-weight:bolder;
			color: #333;
			text-decoration:none;
			font-size:19px;
			line-height:25px;
		}
		.educationClassNameIn > span{
			display:inline-block;
		}
		.educationClassNameIn > span:first-of-type{
			color: #007ec7;
		}		
		.educationClassNameIn > a:hover{
			transition: 0.2s ease all;
			opacity:0.5;
		}		
		
		
	
	/*課程名稱標題按鈕*/
	.educationClassNameBtn{
		box-sizing: border-box;
	}
		.educationClassNameBtn > a{
			display: block;
			text-decoration:none;
			text-align:center;
			height: 42px;
			border:1px solid #007ec7;
			background-color:#fff;
			/*background: #007ec7;*/
			color: #007ec7;
			border-radius:3px;
			line-height: 42px;
			transition: 0.2s ease all;
			letter-spacing: 1px;
		}
		.educationClassNameBtn > a:hover{
			transition: 0.2s ease all;
			background: #000;
			border:1px solid #000;
		}

.ClassNoticeTd input[type="button"]{
	width: 120px;
    height: 30px;
    line-height: 30px;
    background:#e5e9ea;
	color:#989898;
}
.ClassNoticeTd input[type="button"]:hover{
	opacity:1;
	cursor: default;
}


.ClassNoticeTd.ClassNoticeBtn input[type="button"]{
    background: #007ec7;
	color:#fff;
}
.ClassNoticeTd.ClassNoticeBtn input[type="button"]:hover{
    background: #000;
	cursor: pointer; 
}
	
	
	/*.educationClassArea td span{
		display:block;
	}
	
	.educationClassArea a.class_in{
		display:block;
		text-decoration:none;
		color:#333;
	}
	.educationClassArea a.class_in:hover{
		opacity:0.5;
	}


	.educationClassArea td .educationCourseCode{
		margin:0px -5px;
	}
	
	.educationClassArea td .educationCourseCode span{
		display:inline-block;
		padding: 0px 5px;
		box-sizing:border-box;
		position:relative;
		width: 32%;
	}
	.educationClassArea td .educationCourseCode span:before{
		position:absolute;
		content:"|";
		right:0px;
		top: 50%;
		font-size: 12px;
		color: #bdbdbd;
		z-index: 9;
		-webkit-transform: translateX(117%) translateY(-56%);
		transform: translateX(117%) translateY(-56%);
	}	
	.educationClassArea td .educationCourseCode span:last-of-type:before{
	    display:none;
	}*/	
	
	






@media (max-width:860px){
	
/*課程名稱標題*/
.educationClassName{
	/* display: flex; */
	flex-wrap: unset;
	flex-direction: unset;
	align-items: unset;
	display:block;
	grid-template-columns:unset;
	margin: 0px 0px 15px;
}	

	.educationClassNameIn{
		position: relative;
		text-align: center;
		padding: 0px 0px 15px;
	}
	.educationClassNameIn:after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin: 0px 0px 0px -23px;
		background-color: #007ec7;
		width: 50px;
		height: 5px;
	}
	
	.educationClassNameBtn {
		margin: 30px 0 0;
	}
		.educationClassNameIn {
			position: relative;
			text-align: center;
			padding: 0px 0px 15px;
		}
		
		.educationClassNameBtn > a {
			width:180px;
			margin:0 auto;
		}	
	
}






@media (max-width: 640px){

	.educationClassArea tr td {
		position:relative;
		display:block;
		border-left: solid 1px #e5e9ea;
		border-bottom: solid 0px #e5e9ea;
		border-top: solid 0px #e5e9ea;
	}
	.educationClassArea td:before {
		content: attr(data-name);
		color: #333 !important;
	}
					
	.educationClassArea tr:first-child td{
		display:none;
	}
	
	
	.educationClassArea td span {
		display: block;
	}
	
	
	.educationClassArea tr td:last-child{
		border-bottom: solid 1px #e5e9ea;
	}	
	.educationClassArea tr:nth-child(2) td:first-child{
		border-top: solid 1px #e5e9ea;
	}				

	.educationClassArea tr td:first-child span{
		display:inline-block;
	}




	.educationClassArea {
		padding: 25px  10px;
	}
	
	.educationClassNameIn > a {
		font-size: 16px;
		line-height: 22px;
	}
	
}




@media (max-width: 425px){
	
	.educationClassNameBtn > a {
		width: 180px;
		margin: 0 auto;
	}
	.ClassNoticeTd input[type="button"]{
		width: 100%;
	}
	
	.educationClassArea tr input {
		width: 100%;
	}
		
}



			
	

/*/////////////////////////////////////////////////////////*/
/*-------課程內頁--------*/
/*/////////////////////////////////////////////////////////*/


/*課程內頁*/
.educationClassInArea{
}
.educationClassInArea td{
	text-align:left;
}
/*.educationClassInArea tr:first-child td{
	text-align:center;
}*/




@media (max-width: 768px){
	
	
	.educationClassInArea tr:first-child td{
		display:none;
	}
	
	.educationClassInArea td:before {
		content: attr(data-name);
		color: #333 !important;
		display:block;
	}


	.educationClassInArea td{
		vertical-align:top;
		/*text-align:left;*/
	}

	.educationClassInArea tr:nth-child(2) td{
		border-top:1px solid #e5e9ea;
	}
	
}




















	

/*/////////////////////////////////////////////////////////*/
/*-------課程報名須知的燈箱--------*/
/*/////////////////////////////////////////////////////////*/




/*-------課程報名須知的燈箱------------------------------------------------*/

.ClassNoticeLightBoxArea {
	position:fixed;
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:9999;
	transition:0.3s ease all;
	opacity:0;
	pointer-events: none;
	opacity:1\9;			/*ie9*/
	display:none \9;		/*ie9*/
	
	text-align: center;
}
.ClassNoticeLightBoxArea.show {
	opacity:1;
	pointer-events: auto;
	display:block \9;		/*ie9*/
	
	overflow-y: auto;
}




/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ClassNoticeLightBoxArea {
		opacity:1;
		display:none;
	}
	*::-ms-backdrop, .ClassNoticeLightBoxArea {
		opacity:1;
		display:none;
	}
		.ClassNoticeLightBoxArea.show {
			display:block;
		}
		*::-ms-backdrop, .ClassNoticeLightBoxArea.show {
			display:block;
		}
}









	.ClassNoticeLightBox_info {
		position: relative;
		background:#fff;
		border-radius: 6px;
		padding: 85px 50px 90px;
		top: 5%;
		margin: 0 auto;
		display: inline-block;
		box-sizing: border-box;
		max-width:90%;
		width: 100%;
	}
		
			
		/*燈箱表單標題區塊*/	
		.ClassNoticeLightBox_titArea{
			padding:0px 0px 20px;
			text-align:center;
			box-sizing: border-box;
			font-size: 24px;
			font-weight: bold;
			color: #333;
			position: absolute;
			margin: 0px auto 0px;
			top: 20px;
			left: 50%;
			-webkit-transform:translateX(-50%) translateY(0%);
			transform:translateX(-50%) translateY(0%);
		}
			.ClassNoticeLightBox_titArea:after{
				content: '';
				position: absolute;
				bottom: -5px;
				left: 50%;
				margin: 0px 0px 0px -23px;
				background-color: #007ec7;
				width: 50px;
				height: 5px;
			}
		
		
		
		
		
		/*內容區塊*/
		.ClassNoticeLightBoxIn{
			color: #333;
			font-size: 14px;
			line-height: 24px;
			font-weight: bold;
			text-align: center;
			/*background-color: #33333394;*/
    		height: 100%;
		}

					.ClassNoticeLightBox{
						overflow-x: hidden;
						overflow-y: auto;
						padding-right:10px;
					}			
						 					 
					.ClassNoticeLightBox::-webkit-scrollbar {/*滾動條整體樣式*/
						width: 10px;     /*高寬分別對應橫豎滾動條的尺寸*/
						height: 1px;
					}
					.ClassNoticeLightBox::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
						border-radius: 10px;
						 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
						/*background: #535353;*/
						
						/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6ac19+0,e94816+100,e94816+100 */
						background: rgb(246,172,25); /* Old browsers */
						background: -moz-linear-gradient(top, rgba(246,172,25,1) 0%, rgba(233,72,22,1) 100%, rgba(233,72,22,1) 100%); /* FF3.6-15 */
						background: -webkit-linear-gradient(top, rgba(246,172,25,1) 0%,rgba(233,72,22,1) 100%,rgba(233,72,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
						background: linear-gradient(to bottom, rgba(246,172,25,1) 0%,rgba(233,72,22,1) 100%,rgba(233,72,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ac19', endColorstr='#007ec7',GradientType=0 ); /* IE6-9 */			
					}
					.ClassNoticeLightBox::-webkit-scrollbar-track {/*滾動條裡面軌道*/
						-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
						border-radius: 10px;
						background: #EDEDED;
					}					 


					.ClassNoticeLightBox .textArea{
						text-align: left;
					}	
							
		
		
		/*關閉*/
		.ClassNoticeLightBox_close{
			position:absolute;
			right:0px;
			top:0px;
			-webkit-transform:translateX(0%) translateY(0%);
			transform:translateX(0%) translateY(0%);
		}
			.ClassNoticeLightBox_close a{
				display:block;
				text-decoration:none;
			}	
			.ClassNoticeLightBox_close i {
				color: #b8b8b8;
				font-size: 50px;
			}	
			
			
			
		
		
		/*確認按鈕*/
		.ClassNoticeLightBox_SignUpe {
			text-align: center;
			margin: 0px auto 0px;
			transition:0.3s ease all;
			position:absolute;
			bottom: 25px;
			left: 50%;
			-webkit-transform: translateX(-50%) translateY(0%);
			transform: translateX(-50%) translateY(0%);
		}
			.ClassNoticeLightBox_SignUpe a{
				color: #fff;
				display:inline-block;
				text-align:center;
				text-decoration: none;
				background-color: #007ec7;
				border-radius: 3px;
				width: 180px;
				font-size:16px;
				line-height:45px;
				transition: all 0.3s ease-out;
			}
		
				.ClassNoticeLightBox_SignUpe span{
					color: #fff;
					font-size: 17px;
				}			
			
			
		/*hover*/
		.ClassNoticeLightBox_SignUpe:hover ,
		.ClassNoticeLightBox_close a:hover {
			opacity: 0.7;
		}
		
		
		
@media (max-width: 1280px){
	

	.ClassNoticeLightBox_info {
			padding: 75px 15px 85px;
		}
			.ClassNoticeLightBox_titArea {
				padding: 0px 0px 15px;
				top: 20px;
			}
		
			.ClassNoticeLightBox_SignUpe {
				bottom: 25px;
			}
			
}


@media (max-width:  990px){
	
	.ClassNoticeLightBox_info {
		padding: 80px 15px 80px;
	}
		.ClassNoticeLightBox_titArea {
		}
	
		.ClassNoticeLightBox_SignUpe {
			bottom: 15px;
		}	
	
}













/*/////////////////////////////////////////////////////////*/
/*-------課程報名表單--------*/
/*/////////////////////////////////////////////////////////*/




.cobdform_list{
}

	.cobdform_list .fL_info{
	}

	.cobdform_list .fL_info span{
	}
	.cobdform_list .fL_info span:nth-of-type(2){
		font-weight:bolder; 
		color:#007ec7;
	}








            
.AddDeleteStudentBtn{
	text-align: right;
}
	.AddDeleteStudentBtn input {
		width:auto;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background: #9b9c9d;
		color: #fff;
		border-radius: 5px;
		padding:0px 10px;
		display:inline-block;
		position:relative;
	}  

	/*.AddDeleteStudentBtn input:before {
		position:absolute;
		content:"+";
		right:5px;
		top:50%;
		transform:translateX(0%) translateY(-50%);
		font-size: 13px;
		color: #fff;
	}
	.AddDeleteStudentBtn input:nth-of-type(2):before {
		content:"-";
	}*/







@media (max-width:  860px){
	
	.cobdform_list .fL_info span{
		display:block;
	}
}

@media (max-width:  425px){
	
	.AddDeleteStudentBtn{
		text-align:center;
	}	
	
}


















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




/*下載列表*/
.download_list_area{
	padding:5px 0px 20px;
	/*margin:0px -12px;*/
}
	/*下載列表_清單*/
	.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:#e5e9ea;
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #007ec7 solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

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















/*/////////////////////////////////////////////////////////*/
/*-------時間搜尋區--------*/
/*/////////////////////////////////////////////////////////*/





/*時間搜尋區*/
.rB_time{
	margin-bottom: 30px;
	/*margin: 0px -20px;
    padding: 0px 20px;	*/	
}
	.time_search_area {
		font-size:0px;
		letter-spacing: 3px;
		text-align: right;
		/*padding-right: 18px;*/
	}
		.time_search {
			font-size:15px;
			display:inline-block;
			vertical-align:middle;
			padding: 0px 18px 0px 0px;
		}
			.time_search select {
				/*margin-top: -3px;*/
			}
		.time_search_area span {
			font-size:15px;
			display:inline-block;
			padding: 0px 20px 4px 0px;
			vertical-align:middle;
		}
		
		.time_search_area label.lsf {
			font-size:25px;
			width:42px;
			height:38px;
			line-height:38px;
			display:inline-block;
			border-radius:4px;
			background: #333;
			color:#fff;
			vertical-align: top;
			text-align:center;
			transition:0.3s ease all;
			letter-spacing:0px;
		}
			.time_search_area label.lsf:hover {
				opacity:0.7;
			}
			.time_search_area label.lsf input[type='submit'] {
				display:none;
			}
		
		.time_search_area input[type='submit'] {
			width:36px;
			height:32px;
			background: #d2bcb1 url(../images/header_search_icon.png) center center no-repeat;
			background-size:19px;
			border-radius:4px;
		}
			.time_search_area input[type='submit']:hover {
				opacity:0.7;
			}
				@media (max-width: 990px){
					.time_search_area {
						letter-spacing:1px;
					}
						.time_search {
							padding: 0px 10px 0px 0px;
						}
						.time_search_area span {
							padding: 0px 10px 4px 0px;
						}
				}
					@media (max-width: 860px){
						.time_search_area {
							text-align:center;
						}
							.time_search {
								padding: 5px 20px 5px 0px;
							}
							.time_search_area span {
								padding: 0px 26px 4px 0px;
							}
							.time_search_area label.lsf {
								margin: 3px 0px 0px 0px;
							}
					}
						@media (max-width: 700px){
							.time_search_area {
								padding:0px;
								margin:0px;
							}
							.time_search, .time_search_area span {
								display:block;
								padding: 0px 0px 10px 0px;
							}
							.time_search_area label.lsf {
								width:100%;
								height:42px;
								line-height:42px;
								margin:10px 0px 0px 0px;
							}
							.time_search_area span {
								text-align:center;
							}
						}
							@media (max-width: 350px){
								.time_search {
									font-size:14px;
									letter-spacing:0px;
									white-space:nowrap;
								}
									.time_search select {
										width:68px;
									}
							}	




















/*/////////////////////////////////////////////////////////*/
/*-------報名記錄--------*/
/*/////////////////////////////////////////////////////////*/



.educationClassArea.OrderArea{
}

.educationClassArea.OrderArea td{
	vertical-align: middle;
}


.educationClassArea.OrderArea tr td:first-child {
    font-weight:normal;
    font-size: 15px;
    line-height: 24px;
}
.educationClassArea.OrderArea tr td:last-of-type {
	width:275px;
}
/*.educationClassArea.OrderArea td:before {
    display: inline-block !important;
}*/



@media (max-width: 1100px){

	.educationClassArea.OrderArea tr td:last-of-type {
		width:auto;
	}

	/*兩個按鍵時*/
	 .educationClassArea.OrderArea  .cPL_twoBtn input[type='button'] {
		float:none;
		width:100%;
		margin:3px 0px;
		/*padding: 0px 8px;
		text-align: center;*/
	}
	.educationClassArea.OrderArea  .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float:none;
	}

}	









/*---------------------------------------------------------------------------------------------------------*/	
/*會員登入區*/
.member_login_area {
	position:fixed;
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	/*z-index:999;*/
	transition:0.3s ease all;
	opacity:0;
	pointer-events: none;
	opacity:1\9;			/*ie9*/
	display:none \9;		/*ie9*/
}
.member_login_area.show {
	opacity:1;
	pointer-events: auto;
	display:block \9;		/*ie9*/
}
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.member_login_area {
		opacity:1;
		display:none;
	}
	*::-ms-backdrop, .member_login_area {
		opacity:1;
		display:none;
	}
		.member_login_area.show {
			display:block;
		}
		*::-ms-backdrop, .member_login_area.show {
			display:block;
		}
}
	.mL_info {
		position:absolute;
		background:#fff;
		border-radius:3px;
		padding:15px;
		left:50%;
		top:50%;
		margin:-235px 0px 0px -176px;
	}
		.mL_close {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			line-height: 34px;
			border-radius: 100%;
			color: #333;
			background: #f4f4f4;
			top: -17px;
			right: -17px;
			border: solid #a4a4a4 1px;
			box-shadow: 0px 0px 6px rgba(0,0,0,0.1) inset;
			cursor: pointer;
			transition:0.3s ease all;
		}
			.mL_close:hover {
				box-shadow: 0px 0px 10px rgba(0,0,0,0.4) inset;
			}
			
		.mLI_logo {
			padding:0px 0px 10px;
			width:293px;
			text-align:center;
		}	
		.mLI_logo img{
			width:100%;
			height:auto;
		}		
		
		
				
		.mLI_input {
			padding:10px 0px;
			font-size: 15px;
		}
		.mLI_btn {
			padding:10px 0px;
		}
		.mLI_btn_fb {
			padding:10px 0px;
		}
		
			.mLI_btn input {
				width:48%;
				float:left;
			}
				.mLI_btn input:nth-of-type(2) {
					float:right;
					background: #484848;
					/*background: #70b42b;*/
				}
			.mLI_btn_fb>input {
				width:100%;
				float:left;
				background: #3b5999;
			}
				
			.mLI_btn_2 input {
				background: #f4f4f4;
				border: solid #a4a4a4 1px;
				color: #333;
				box-shadow: 0px 0px 6px rgba(0,0,0,0.1) inset;
				width:100%;
				float:none;
			}
			
		.mLI_tit {
			padding:10px 0px 0px;
			font-size:14px;
			line-height:22px;
			color:#333;
		}
			@media (max-width: 400px){
				.mL_info {
					left: auto;
					top: auto;
					margin: 25px auto 0px;
					width: 80%;
					position: relative;
				}
					.mLI_logo {
						width:100%;
					}
			}
			@media (max-height: 485px){
				.mL_close {
					display:none;
				}
				.mL_info {
					top: auto;
					left: auto;
					position: relative;
					width: 100%;
					box-sizing: border-box;
					margin: 3% auto 0px;
					max-width: 323px;
					height: 90%;
					overflow-y: scroll;
				}
			}				
			
			
			



















	
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*網站導覽*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
	
	
	
/*網站導覽區*/
.SitemapArea{
	margin:0px -15px;
	display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
	align-content:flex-start;
    /*vertical-align: top;
    align-items: stretch;*/
}
                        
	.SitemapList{
		font-size: 17px;
		line-height: 27px;
		color: #007ec7;
		font-weight: bolder;
		box-sizing: border-box;
		width: 20%;
		padding: 0px 15px 20px;
	}
		.SitemapList > a{
			display:block;
			color: #007ec7;
			text-decoration:none;
		}
		
		.SitemapBg{
			margin: 10px 0px 0px;
			font-size: 14px;
			line-height: 27px;
			color: #898989;
		}   
		
			.SitemapOpenList{
			}  
				.SitemapOpenList > a{
					display:block;
					color: #898989;
					text-decoration:none;
					transition: 0.3s ease all;
					position:relative;
					font-weight: lighter;
					padding-left:15px;
				} 
				.SitemapOpenList a:before{
					position:absolute;
					content:'-';
					top:50%;
					left:0px;
					font-size: 14px;
					line-height: 27px;
					color: #898989;
					font-weight: lighter;
					-webkit-transform: translateX(0%) translateY(-55%);
					transform: translateX(0%) translateY(-55%);
				} 				
				
				
				.SitemapOpenList > a:hover ,
				.SitemapList > a:hover {
					opacity:0.5;
					transition: 0.3s ease all;
				}				
		
	
	
	
@media (max-width:860px){
	
/*網站導覽區*/
.SitemapArea{
	margin:0px -10px;
}
                        
	.SitemapList{
		width: 33.3%;
		padding: 0px 10px 20px;
	}

}	
	
	
@media (max-width:640px){
                   
	.SitemapList{
		width: 50%;
	}

}		
	
@media (max-width:425px){
	
/*網站導覽區*/
.SitemapArea{
	margin:0px 0px;
}
                        
	.SitemapList{
		width: 100%;
		padding: 20px 0px 20px;
		border-bottom: 1px #eaeaea solid;
	}
                        
	.SitemapList:nth-of-type(9){
		padding-bottom:0px;
		border-bottom: none;
	}
	
}		
	
	
	
	
	







	
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*大類別區*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
	


/*大類別區*/
.category_listArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	align-items:flex-start;
	margin: 0px -20px -40px;
   /* max-width: 80%;*/
	/*margin:0px -20px;*/
}
					
	/*首頁_連結列表*/
	.category_list{
		width:25%;
		box-sizing:border-box;
		/*padding:0px 1.5%;*/
		padding:0px 20px;
		margin-bottom:40px;
	}
		.category_listIn{
		}   
						 
		
		/*首頁_連結列表圖*/
		.category_img{
		}
			.category_img img{
				width:100%;
				height:auto;
			}
		
		
		
		/*首頁_連結列表下方區塊*/
		.category_bottom{
			text-align: center;
			border-top: 7px solid #007ec7;
			padding:30px 20px;
			background-color: #e5e9ea;
		}
								
			/*首頁_連結列表標題*/
			.category_title{
				letter-spacing: 1px;
				font-size: 18px;
				font-weight: bold;
				color: #007ec7;
				line-height: 26px;
				text-align: center;
				font-weight: bolder;
				text-align: center;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
				.category_title a{
					color: #007ec7;
					text-decoration:none;
				}
				.category_title a:hover{
					transition: all 0.3s ease-out;
					color:#000;
				}
				
													  
			/*首頁_連結列表more*/
			/*.index_ad_more{
				font-weight: 400;
				font-size: 14px;
				line-height: 24px;
				color: #fff;
				width: 110px;
				text-align: center;
				margin:0 auto;
			}                                  
				.index_ad_more a {
					color: #fff;
					display: block;
					text-decoration:none;
					background-color:#007ec7;
					border-radius:3px;
					padding: 4px 0px;
					width: 110px;
					transition: all 0.3s ease-out;
				}                                

				.index_ad_more a:hover{
					transition: all 0.3s ease-out;
					background-color:#000;
				}*/	

	
@media (max-width: 1280px){
	

/*大類別區塊*/
.index_adBg{
	padding: 40px 0px;
}



/*大類別區*/
.category_listArea{
	margin: 0px -15px -30px;
}	
				
	/*首頁_連結列表*/
	.category_list{
		padding:0px 15px;
		margin-bottom:30px;
	}	
	
		/*首頁_連結列表下方區塊*/
		.category_bottom{
			padding:20px 10px;
		}	
	
}

  	
@media (max-width: 900px){

/*大類別區塊*/
.index_adBg{
	background-color: #e5e9ea;
	padding-bottom:20px;
}

/*大類別區*/
.category_listArea{
	margin: 0px -10px -20px;
} 
	/*首頁_連結列表*/
	.category_list{
		width:50%;
		padding:0px 10px 0px;
		margin-bottom:20px;
	}
		
}
		
		

  	
@media (max-width: 425px){

/*大類別區塊*/
.index_adBg{
	/*background-color: #e5e9ea;
	padding-bottom:20px;*/
}

	/*大類別區*/
	.category_listArea{
		margin: 0px auto -30px;
	} 
		/*首頁_連結列表*/
		.category_list{
			width:100%;
			padding:0px 0px 0px;
			margin-bottom:30px;
		}
	
}
		
		
		
		


















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 40px;
	/*padding-bottom:40px;*/
}
	/*左側區塊*/
	.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: #007ec7;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #007ec7;
				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;
			}
		
		
	
	
@media (max-width: 640px){
	
	.number_pageArea {
		padding-top: 30px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}




/* 活動案樣式新增 modify by rita 20210413 start*/

.new_loginTitle{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.main_inArea{
	padding: 40px 0px 0px;
	margin: 0px;
}
.main.inmain {
	position: static;
	
}
/* 新增topmain樣式 modify by rita 20210415 */
.main.inmain.topmain {
	margin-top: 122px;
}




	.pageTop_titArea{
		padding: 30px 25px 27px;
		
		/*標題有背景圖用的樣式*/
		background-size: cover;
		background-repeat: no-repeat;
     	margin-top: 40px;
	}
		.pageTop_titTw{
			display: inline-block;
			font-size: 30px;
			line-height: 36px;
			color: #fff;
			letter-spacing: 12px;
		}

		.pageTop_titEn{
			display: inline-block;
			font-size: 30px;
			line-height: 36px;
			color: #fff;
			font-family: 'Playfair Display';
		}	
		.pageTop_titArea img{
			width: 100%;
			height: auto;
		}


	
	.main_inArea{
		padding: 40px 0px 0px;
		margin: 0px;
	}

/*純網編*/
.main_inArea.page{
	padding: 20px 0px 0px;
}

/* 無左側樣式 */
.main_right.no_left{
	float: none;
	width: 100%;
	padding: 40px 0px 15px;
}

/* 大標 */
.new_loginTitle{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}


.white_bg.new_loginBg{
	margin: 30px auto;
	width: 400px;
	max-width: 100%;
	padding: 22.5px 27.5px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
	border: 0.05em solid #e8e8e8;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.1);
    overflow: hidden;
}

	/* 會員登入區塊 */
	.new_loginArea{
	}
		.new_loginArea > .content{
			
		}


			/* 表單區塊 */
			.new_loginArea .form_bg{
				/* float: left;
				box-sizing: border-box;
				width: 50%; */
			}

				.new_loginArea .form_bg .form_list{
					padding: 7.5px 0px;
					border: 0px;
					position: relative;
				}
					.new_loginArea .form_bg .fL_tit{
						position: absolute;
						left: 0;
						top: 50%;
						-webkit-transform:  translateY(-50%);
						transform:  translateY(-50%);
					}
					.new_loginArea .form_bg .fL_info{
						padding: 0px 0px 0px 85px;
						letter-spacing: 1px;
					}
						.new_loginArea .form_bg .fL_info input{
							letter-spacing: 1px;
							padding: 0px 7px;
							font-size: 13px;
						}
					
						


				.new_loginArea .form_list.login_button{
					padding: 12.5px 0px 0px;
				}

					.new_loginArea .form_list.login_button input[type="button"]{
						width: 100%;
						background-color: #00b4c2;
						border-radius: 3px;
					}	



			/* 裝飾區塊 */
			.new_loginArea .deco_bg{
				padding: 25px 0px 15px;
				
			}
				.new_loginArea .deco_bg .content{
					display: flex;
					-webkit-box-align: center;
					-webkit-align-items: center;
					-moz-box-align: center;
					-ms-flex-align: center;
					align-items: center
				}
					.new_loginArea .deco_bg .deco_line{
						flex: 1;
						-webkit-box-flex: 1;
						-webkit-flex: 1;
						-moz-box-flex: 1;
						-ms-flex: 1;

						background-color: #dbdbdb;
						width: 100%;
						height: 0.05em;
					}
				
					.new_loginArea .deco_bg .deco_text{
						color: #ccc;
						font-size:  13px;
						padding: 0px 10px;
					}
				

			/* 社群區塊 */
			.new_loginArea .sns_bg{
				/* float: left;
				box-sizing: border-box;
				width: 50%; */
				padding: 10px 0px 25px;
			}
				.new_loginArea .sns_bg .content{
					display: flex;
					text-align: center;
					margin: 0px -3px;
				}
					.new_loginArea .sns_bg .sns_list{
						width: 100%;
						padding: 0px 3px;
						box-sizing: border-box;
						display: inline-block;
					}
						.new_loginArea .sns_bg .sns_list a{
							display: block;
							color: #000;
							font-size:  12px;
							position: relative;
							text-decoration: none;
							background-color: #fff;
							box-sizing: border-box;
							border: 1px solid #ccc;
							border-radius: 3px;
							transition: 0.2s ease all;

							padding: 10px 15px;
							padding-left: 35%;
							letter-spacing: 0px;
							text-align: right;
						}
						.new_loginArea .sns_bg .sns_list.fb a{
							/* background-color: #1877f2; */
						}
						.new_loginArea .sns_bg .sns_list.google a{
							/* background-color: #4285f4; */

							text-align: center;
						}
						.new_loginArea .sns_bg .sns_list.line a{
							/* background-color: #00c300; */

							text-align: center;
						}
						.new_loginArea .sns_bg .sns_list a:hover{
							opacity: 0.7;
						}
							.new_loginArea .sns_bg .sns_list .img{
								position: absolute;
								left: 8px;
								top: 50%;
								-webkit-transform:  translateY(-50%);
								transform:  translateY(-50%);

								width: 25px;
								height: 25px;
							}
								.new_loginArea .sns_bg .sns_list .img img{
									width: 100%;
									height: auto;
									/* border: 1px solid #fff;
									border-radius: 100%;
									box-sizing: border-box; */
								}


			/* 其他功能區塊 */
			.new_loginArea .other_bg{
				padding: 0px;
				text-align: center;
			}
			.new_loginArea .other_bg .content {
			}
				.new_loginArea .other_bg .content .other_list{
					/* float: left; */
					display: inline-block;
					box-sizing: border-box;

					position: relative;
					width: 48%;
				}
					.new_loginArea .other_bg .content .other_list:nth-of-type(2):before{
						position: absolute;
						left: -3px;

						content:'';
						background-color: #ccc;
						width: 0.05em;
						height: 23px;
					}

					.new_loginArea .other_bg .content .other_list a{
						display: block;
						color: #000;
						font-size:  13px;
						padding: 5px 15px;
						transition: 0.2s ease all;
						text-decoration: none;
					}
					.new_loginArea .other_bg .content .other_list a:hover{
						color:#e5151f;
					}
/* 活動案樣式新增 modify by rita 20210413 end*/



.big_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}


.small_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}



.notice{
	display: block;
    color: #e60214;
    font-size: 30px;
    text-align: center;
	font-weight: 600;
	margin-top: 25px;
	line-height: 1.2;
}

@media (max-width: 990px) {

	.notice{
		font-size: 20px;
	}
	
}

/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}