/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
	font-family: 'Raleway', sans-serif;
	font-family: 'jf_openhuninn';    /*jf open粉圓體*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

@font-face {
    font-family: 'jf_openhuninn';    /*jf open粉圓體*/
	src:url(../icon_fonts/jf-openhuninn-1.1/jf-openhuninn-1.1.ttf);
    font-weight: normal;
    font-style: normal;}

/*--------------------------------------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:#0e8fdf;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#007bc2;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#007bc2;
	color:#fff;
}

.wrap {
	width:90%;
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}

.inNews_listArea .indexNews_list {
    border-bottom: 1px #868686 dotted;
    margin-bottom: 10px;
    padding: 10px 0px 10px 100px;
}

.indexNews_list_list {
    padding: 10px 0px;
}

.indexNews_listDate {
		position: absolute;
		/* left: 0px; */
		color: #000000;
		font-size: 16px;
		padding: 10px;
		line-height: 24px;
		background-color: #ffffff;
		border-radius: 15px 15px;
		font-weight:bold;
	}
	

.indexNews_listTit:hover a {
    color: #000000;
    /*padding-left: 150px;*/
    transition: 0.3s ease all;
}
	  
.indexNews_listTit {
	padding: 10px 0px 10px 140px;
   /* font-weight: bold;
   word-break: break-all;*/
 }

.indexNews_listTit a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease all;
}

 a {
    color: #000000;
}




/* @media (max-width: 1280px){ */ /* modify by pekey 20211215 */
@media (max-width: 1360px){

	.wrap {
		width:95%;
	}			
					
}	

	  
@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 #cacaca;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	font-size: 13px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	





/*-------輪播----------------------------------------------------------------------------*/


/*banner*/
.banner {
	box-sizing:border-box;
	background:#fff;
	position:relative;
	z-index:10;
}



.main .swiper-button-prev, 
.main .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main .swiper-button-prev{		
	background-image: url(../index/images/left_arrow.png);
}
.main .swiper-button-next{
	background-image: url(../web/index/images/right_arrow.png);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}


	/*輪播區*/
	.swiper-container {
		height:auto;
	}
		.swiper-slide img {
			width:100%;
			height:auto;
		}
		
		
		/*輪播點點*/
		.main .swiper-pagination {
			/* position: absolute;
			text-align: center;
			transition: .3s opacity;
			transform: translate3d(0,0,0);
			z-index: 10; */
			z-index: 888;
			height: 10px;
			opacity: 1;			
		}
		.main .swiper-pagination-clickable .swiper-pagination-bullet {
			background-color: #fff;
			z-index: 5;
			display: inline-block;
			width: 10px;
			height: 10px;
			opacity: 1;
		}
		.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: #0467b3;
		}







		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
						.pcBanner {
						}

						.mobileBanner {
							display:none;
						}	
						
			



@media (max-width: 640px){

.banner {
}	
	
	.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:#231815;
			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 {
}
	.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:15px;
					width: auto;
				}
					/*.tabs li a { 
						line-height:39px;
						float:left;
						position: relative;
						font-size:15px;
						width: auto;
						text-decoration:none;
					}*/				
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#E8E8E8;
						text-align:center;
						cursor:pointer;
    					border-bottom: solid 1px #bebebe;
					}
						.tabs li span:hover {
							background:#fff;
						}
						
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active span {
							background:#fff;    
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}




/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding: 25px 0px;
}






@media (max-width: 1320px){

/*頁籤*/
.tab_area.TeamTabArea {
	position:relative;
}
	.TeamTabArea .tabs_btn_now {
		display:block;
	}
	
	.TeamTabArea .img-scroll {
		display:none;
		height:auto;
		/*position: absolute;*/
		width: 100%;
		/* z-index: 999; */
		z-index: 2;
	}
		.TeamTabArea .tabs li, 
		.TeamTabArea .img-scroll1 .tabs li, 
		.TeamTabArea .img-scroll2 .tabs li, 
		.TeamTabArea .img-scroll3 .tabs li, 
		.TeamTabArea .img-scroll4 .tabs li, 
		.TeamTabArea .img-scroll5 .tabs li,
		.TeamTabArea .img-scroll6 .tabs li, 
		.TeamTabArea .img-scroll7 .tabs li, 
		.TeamTabArea .img-scroll8 .tabs li, 
		.TeamTabArea .img-scroll9 .tabs li {
			float:none;
			text-align:center;
			width:100%;
			font-size:15px;
			border-radius:0px;
		}
			.TeamTabArea .tabs li.active:after {
				content:"";
			}

}


					@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;
								}
									.tabs li.active:after {
										content:"";
									}
					}




/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #0e8fdf;
		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 {
		font-size:15px;
		line-height:22px;
		padding:10px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			font-size:18px;
			line-height:18px;
			color:#cb2923;
			background: #ffffff00;
			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%;
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					font-size: 16px;
    				font-weight: bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
					}
					
				.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;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
				
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin:0px 0px 0px 0px;
						}
						
						
						
						
				.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;
								}
								
								
						}
							@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: #757575;
		color: #fff;
		border: 1px #757575 solid;
	}











/*-------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: #0e8fdf;
	}
}










/*/////////////////////////////////////////////////////////*/
/*表格*/
/*/////////////////////////////////////////////////////////*/	





	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:#0e8fdf;
				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;
	margin-bottom: 30px;
}
	.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:#231815;
		left:0px;
		letter-spacing: 0px;
	}
	
.cart_big_tit span.red {
    position: unset;
    display: inline-block;
    border-radius: 0;
    /* font-size: 15px; */
    /* font-weight: 100; */
    color: #f00;
    text-align: left;
    width: auto;
    background: #ffffff00;
    left: unset;
    /* letter-spacing: 0px; */
}	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

	
.main{
	padding-top:99.2px;
}



@media (max-width: 1660px){
	
	.main {
		padding-top:72px;
	}
	
}

@media (max-width: 1165px){
	
	.main {
		padding-top:72px;
	}
	
}

@media (max-width: 640px){

	.main {
		padding-top:61px;
	}

}




   




/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/




.inmain .wrap {
}



/*內頁banner*/
.inbanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height:350px;
	overflow: hidden;
}
.inbanner #particles-js {
    z-index: 0;
    /* width: 100%; */
    /* height: 100%; */
	height:350px;
}

	.inbanner:before {
		position: absolute;
		content: '';
		width: 100%;		
		height: 350px;
		
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 44%, rgba(255,255,255,0.5) 65%, rgba(255,255,255,0.8) 79%, rgba(255,255,255,0.93) 92%, rgba(255,255,255,1) 99%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 44%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.93) 92%,rgba(255,255,255,1) 99%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 44%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.93) 92%,rgba(255,255,255,1) 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		
	}


.pageContent {
    /* padding: 50px 0px; */
    position: relative;
}




/*麵包屑*/
.crumb {
	font-size: 13px;
	line-height: 15px;
	color: #5f6267;
	padding: 15px 0px;
	word-wrap: break-word;
	/*margin-top:20px;*/
}
	.crumb a {
		color: #0e8fdf;
		text-decoration:none;
	}
	.crumb a:hover {
		opacity:0.5;
	}	
	.crumb span.crumbActive {
		color: #0e8fdf;
	}	
	.crumb span.crumbActive  a{
		color: #0e8fdf;
		text-decoration:none;
	}


	














/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	font-size: 30px;
    line-height: 35px;
	color: #2e282a;
	font-weight:bolder;
	/*text-align: center;*/
}

	.titStyle1 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;

		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
	font-size: 30px;
    line-height: 35px;
	color: #2e282a;
	font-weight:bolder;
}
	.titStyle2 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	.titStyle2Date {
		padding-bottom: 5px;
		color: #0e8fdf;
		font-size: 16px;
		/* font-family: 'Raleway', sans-serif; */
		font-weight: normal;
	}





/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 25px;
    line-height: 35px;
	color:#0e8fdf;
	font-weight:bolder;
	margin:20px 0px 30px;
}

	.titStyle3 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	
	
.containerIn{
	padding:30px 0px 0px;
}










	
	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding-bottom:40px;
	padding-top:10px; */
}
		
			
	/*左側*/
	.left{
		/* width: 100%; */
		width:320px;
		/* min-width:320px; */
		box-sizing:border-box;
		margin-bottom: 30px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			font-size: 26px;
			line-height: 28px;
			font-weight: bold;
			word-break: break-word;
			padding: 15px 0px;
			color:#0e8fdf;
			display:none;
		}
		
		/*左側選單列表*/
		.leftListArea{
			/* margin: 10px 0px 0px; */
			margin: 0 -2px;
		}
			.leftList{
				font-size:18px;
				display: inline-block;
				box-sizing: border-box;
				padding: 5px 2px;
			}
			
			.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: #b3b3b3;
					/* padding: 10px 0px; */
					/* border-bottom: 1px #b3b3b3 dashed; */
					position: relative;
					font-size: 18px;
					line-height: 19px;
					word-break: break-word;
					padding: 10px;
					background-color: #fff;
					border-radius: 3px;
					border: 1px #b3b3b3 solid;
				}
					
				.leftList.active > a{
					color: #ffffff;
					/*background-color:#eaeaea;*/
					border: 1px #0e8fdf solid;
					background-color: #0e8fdf;
				}
				.leftList:hover > a{
					color: #0e8fdf;
					background-color: #ffffff;
					opacity:1;

					/* modify by pekey 20211202 */
					border: 1px #0e8fdf solid;
				}
				
				
				
			
					.leftList_top {
						position:relative;
						padding-right: 30px;
					}	
									
					.leftList_top a{
						display: block;
						text-decoration: none;
						/*color: #8e8e8e;*/
						color:#0e8fdf;
						padding: 10px 10px 10px 10px;
						/* position: relative; */
						font-size: 18px;
						line-height: 22px;
						word-break: break-word;
					}
					
					/*.leftList_top.active a{
						color:#231815;
					}*/
					
					
					.leftList.leftList2.active .leftList_top a{
						/*color:#231815;*/
					}
					.leftList.leftList2.active .leftList_top a:hover{
						/*color: #8e8e8e;
						opacity:0.5;*/
					}	
					.leftList.leftList2 .leftList_top:hover{
						background-color: rgb(218 218 218 / 0.7);
					}							
					
								
				
					.leftList.leftList2 .leftList_Add {
                        position: absolute;
                        top: 50%;
                        right:0px;
                        max-width: 100%;
                        max-height: 100%;
                        transform:translateX(0%) translateY(-50%);
                        -webkit-transform: translateX(0%) translateY(-50%);
                        z-index: 2;
                     }	
					 .leftList_Add:hover {
                       cursor: pointer;
					   transition: 0.3s ease all;
					   opacity:0.5;
                     }
				
					.leftList.leftList2.active .leftList_Add:before {
						position: absolute;
						content: "-";
						font-size: 19px;
						font-weight: lighter;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
					}				
					
					.leftList.leftList2 .leftList_Add:before {
						position: absolute;
						text-align: center;
						content: "+";
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						font-size: 15px;
						color: #8e8e8e;
						transition: 0.3s ease all;
						top: 50%;
						left: -30px;
						transform: translateX(0%) translateY(-50%);
						-webkit-transform: translateX(0%) translateY(-50%);
						width: 30px;
						font-family: 'Raleway', sans-serif;
					}									
				

					
				
				
				
					/*第二層選單樣式*/
					.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;
							text-decoration:none;
						}
						.leftList_open_list.active a {
							color: #2e282a;
							/* color: #0e8fdf; */
							background-color: rgb(218 218 218 / 0.7);
						}
						.leftList_open_list a:hover {
							color: #2e282a;
							/* color: #0e8fdf; */
							background-color: rgb(218 218 218 / 0.7);			
						}
		
		
	/*右側*/
	.right{
		box-sizing:border-box;
		width:calc(100% - 400px);
	}
	
	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		/* 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: #231815;
    		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: 25px 50px 75px 100px;*/
			/*padding:2em;*/
			padding:0px 2em 2em;/*by yjlin*/
			font-size:19px;
			line-height:1.8;
			/*color: #9c9c9c;*/
			color: #333333;
			word-wrap: break-word;
			/*word-break: break-all;*/
		}
		
			.textArea img {
				max-width:100%;
				height:auto;
			}
			.textArea iframe{
				max-width:100%;
			}
			.textArea a {
				text-decoration:none;
				transition: 0.3s ease all;
			}			
			.textArea a:hover {
				opacity:0.5;
				transition: 0.3s ease all;
			}	
			
			.textArea ul {
				padding-left: 20px;
			}	


			.title.text {
				text-align: center !important;
			}

			
			/*h3 {
				padding: 25px 50px;
				font-size: 50px;
				font-weight: 100;
			}
			

			h4 {
				line-height: 32px;
				padding: 0px 120px;
			}*/
			
		     .hoteltext {
				text-align: left;
				background-color: #FAFAFA;
				width: 80%;
				height: 80%;
				margin: 0 auto;
				padding: 20px;
				border-radius: 20px;
				font-size: 16px;
				line-height: 26px;
			 }
			 
			 .trans-wrap{
				/*width: 600px;*/
				padding:5px 5px;
				margin: auto;
				display:flex;
				align-items:left;	
			}
			 .trans-wrap img{
				width: 50px;
				height:40px;
				box-sizing: border-box;
				padding: 0px 8px 0px 0px;
			 }
			 
			 .trans-text{
				padding: 10px 5px;
				box-sizing: border-box;
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			
			 }
				  
			 .hoteltext table {
				/*margin: 0 auto;/*置中*/
				/*border:2px solid #000; */
				/*font-family: 微軟正黑體;*/ 
				font-size:12px; 
				width:90%;
				border:1px solid #cccccc;
				text-align:center;
				border-collapse:collapse;
				/*overflow: hidden;*/
				 
			}
			 
			  .hoteltext table th { 
				background-color: #F5F3F3;
				padding:5px;
				border:1px solid #000;
				color:#000;
				} 
			  .hoteltext table td {
				border: 1px solid #000;
				padding: 5px;
				text-align: center;
				} 
				
			
			  
			.row {
				 width:100%;
				 text-align:left;
				 background-color:#E6E6F2;
				 margin:0 auto;
				 padding:20px;
				 border-radius:20px;
			 }
			
			
			
						
			
		/*按鈕*/
		.btn_area {
			text-align:center;
			margin:40px 0px 0px;
		}
		.btn_area > input{
			margin:0px 10px;
			border-radius: 5px;
			background-color: #0e8fdf;
			color: #fff;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			/* background: #fff0; */
			/* color: #231815; */
			border: 0px solid #231815;
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 0px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		/* .btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		} */
		
		
		
		
		
		
		
		
	
		

@media (max-width: 990px){

	/*麵包屑*/
	.crumb {
		font-size: 15px;
		line-height: 20px;
	}

	.containerIn {
		padding: 20px 0px 0px;
	}
	


/*內頁上方選單*/
.rightTopArea{
	display:none;
}
	
.container{
	display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
	/* padding-top: 20px; */
}

	/*左側*/
	.left{
		/* display:block; */
		width:100%;
		min-width:inherit;
		margin-bottom: 20px;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			position:relative;
			cursor:pointer;
			padding: 10px 0px;
			display: block;
			font-size: 25px;
			line-height: 25px;
			text-align: center;
		}
		.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;
			transition: 0.3s ease all;
		}
		
		.leftList_tit.active:after {
			transform: rotate(180deg);
			transition: 0.3s ease all;
		}
		
		
		
		/*左側表單*/
		.leftListArea{
			display:none;
			margin: 0;
			/*background: #f7f7f7;
			margin: 20px 0px 0px;*/
		}
		.leftList {
			font-size: 16px;
			display: block;
			padding: 0;
		}
		
		.leftListArea.show {
			display: block;
		}
		.leftList > a {
			background-color: #fff;
			border-radius:0px;
			border: 0px #b3b3b3 solid;
			border-bottom: 1px #b3b3b3 dashed;
		}
	
	
	
	
	
	
	
	
	
	/*右側*/
	.right{
		width:100%;
		/* padding-left:0px;
		min-height: 200px; */
		/*min-height: unset;*/
	}


		/*網編區------------------------------------------*/
		.textArea{
			font-size:15px;
		}
		

}




@media (max-width: 425px){

	/*按鈕*/
	.btn_area {
	}
	
		.btn_area input {
			/*width: 45%;*/
			margin: 0px 5px;
		}
	.hoteltitle{
		width:80%;		
		margin:0px 50px 0px 20px;
	}
	.wrap {
		width:80%;
		margin:0px 0px 0px 20px;
		
	}
	.hoteltext {
			width: 100%;
			margin:0px 100px 10px 0px;
			padding:20px;
	}
	.trans-wrap img{
				display:none;
		}		
		
	.fancytable{ 
	      width:100%;
		  margin:0px auto;
	}
	
	.textArea{
			/*padding: 25px 50px 75px 100px;*/
			/*padding:2em;*/
			width: 100%;
			margin:0px auto;
			padding:0px;
	}
}
	
	
	
	
	














/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 40px;
	position: relative;
    z-index: 4;
}
	/*左側區塊*/
	.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: #0e8fdf;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #0e8fdf;
				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;
		}
		
	
}



/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
	.fancytable{ 
	      width:100%;
		  margin:0px auto;
		  
	}
	.fancytable img{ 
	      width:90%;		  
		  
	}

}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}











/*---------------------------------------------------------------------------------------------------------*/
/*議程表------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/



.agenda {
    padding: 30px 20px;
	font-size:12px;
	
}

.agendaen{
    padding: 30px 20px;
	font-size:12px;
	
}


.agenda td {
    border: 0px solid #333;	
    background:#e6e6fa;
}

.agendaen td {
    border: 0px solid #333;
	font-size:13px;
    background:#e6e6fa;
}

.agenda th {
    padding: 18px 0px;
	font-size:13px;
	background: #f5deb3;
}

.agendaen th {
    padding: 18px 0px;
	background: #f5deb3;
}


.agenda .axisblock{
overflow-x: auto;
}

.agendaen .axisblock{
overflow-x: auto;
}
.agenda tbody td {
	color: #000;
}

.agendaen tbody td {
	color: #000;
	
}


.agenda tfoot {
    background-color: #afe8ff;
    color: #000000;
}

.agendaen tfoot {
    background-color: #afe8ff;
    color: #000000;
}

