


/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		/*z-index:99;
		z-index:4;*/
		z-index: 201;
	}
		.topBtn a {
			display: block;
			text-align: center;
			box-sizing: border-box;
			width: 40px;
			height: 40px;
			position: relative;
			text-decoration: none;
			transition: 0.3s ease all;
			color: #231815;
			background: #616161;
			border-radius: 3px;
			/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				/*border-bottom: solid 12px #4c4944;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 15px;*/
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}
			.topBtn a span {
				font-size:0.75em;
				display:block;
				display:none;
			}
				/*hover*/
				.topBtn a:hover {
					/* border-color:#fff; */
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					background: var(--primary_color);
					color: #ffffff;
				}
					.topBtn a:hover:before {
						/*border-bottom: solid 12px #d12c8b;*/
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
			
			
			
			
		






/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/



	

/*-------footer----------------------------------------------------------------------------*/
.footer {
	padding: 20px 0;
	background-color: #e0e0e0;
}

	.footer .wrap {
		width: 95%;
	}






	.footer_content{
		/* display: flex;
		align-items: center;
		flex-direction: column-reverse; */
		/* display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between; */
		/* align-items: center; 
		display: none;	 */
	}

	


	/*版腳左---------------------------------*/
	.footerLeft {
		box-sizing: border-box;
		/* float:left;
		padding-bottom:20px; */
		/*width:720px;*/
	}

			
		/*版腳主按鍵*/
		.fR_navbar {
			font-size:0px;
			text-align: center;
			margin: 0px -8px;
			font-weight: bold;
		}
			.fR_nav {
				display:inline-block;
				vertical-align:top;
				/* padding:0px 6px; */
			}
				.fR_nav a {
					font-size: 15px;
					/* line-height: 21px; 
					border: solid 1px #525252;*/
					color: #525252;					
					padding: 8px;
					text-decoration: none;
					display: block;
					border-radius: 3px;
					position: relative;
					transition: all 0.3s ease-out;
				}
					.fR_nav a:hover {
						opacity:0.7;
						transition: all 0.3s ease-out;
					}   






	/* .footerLeft_info {
		color: #313131;
		font-size:15px;
		line-height: 1.5;
		display: flex;
		align-items: center;
		margin: 0 -20px;
	}
		.footerLeft_info ul {
			padding: 0px 0px;
			margin: 0;
			list-style-type: none;
			padding: 0 20px;
			border-right: 1px #bfbfbf solid;
		}					
			.footerLeft_info li {
				padding: 0px 0px;
				margin: 0;
				list-style-type: none;
			}	
			.footerLeft_info ul:last-of-type {
				border-right: 0px #bfbfbf solid;
			}*/
















		/*版腳右*/
		.footerRight {
			box-sizing: border-box;
			/* float:right; */
			/* display: flex;
			align-items: center; */
		}
		.footerRight .wrap{
			width: 640px;
		}

		/* 主辦單位 */
		.organizerArea{
			position: relative;
			padding: 20px 0;
		}

		.organizerArea .swiper-container {
			width: 100%;
			height: 100%;
		  }
	
		  .organizerArea .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff0;
			/* background: #fff; */
	
			/* Center slide text vertically */
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;

			/* width: auto !important; */
		  }
	
		  .organizerArea .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		  }
		  .organizerArea .nbutton-next3 ,
		  .organizerArea .nbutton-prev3{
			  /* position: absolute; */
			  top: 50%;
			  transform: translateY(-50%);
			  width: 40px;
			  height: 40px;
			  margin:0px;
			  background-size:40px;
			  opacity: 0;
		  }
		  .organizerArea .nbutton-prev3{
			  background-image: url(../index/images/left_arrow.png);
			  left: -40px;
			   /*right: auto; */
		  }
		  .organizerArea .nbutton-next3{		
			  background-image: url(../index/images/right_arrow.png);
			  right: -40px;
			  /*left: auto; */
		  }  
		  	.organizerArea  a{
				display: block;
			}
				.organizerArea img{
					width: 100%;
					height: auto;
					/* background: #fff; */
				}

				.organizerArea:hover .nbutton-next3 ,
				.organizerArea:hover .nbutton-prev3 {
					opacity: 1;
					transition: 0.3s ease all;
				}







		/* ul.organizer{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 -15px;
			padding: 20px 0;
		}
			ul.organizer li{
				padding: 0;
				margin: 0;
				list-style-type: none;
				box-sizing: border-box;
				width: 170px;
				padding: 0 15px;
			}
			ul.organizer li a{
				display: block;
			}
			ul.organizer img{
				width: 100%;
				height: auto;
			}*/

		/* qrcode */
		/* .qrcode{	
			width: 80px;
			padding-left: 20px;	
		}
			.qrcode a{
				display: block;
			}
				.qrcode img{
					width: 100%;
					height: auto;
					background-color: #fff;
				} */

	



/* copyright ------------------------------*/
.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	padding: 17px 0px 0;
	/* border-top: 1px #e5e5e5 solid; */
}
.copyright a {
	color: #888888;
	text-decoration: none;
	display: inline-block;
}
	.copyright span {
		color: #b9b9b9;
	}
	.copyright span a{					
		color: #b9b9b9;
	}				



	@media (max-width: 1350px){

		/* .footer_content {
			flex-direction:column;
			justify-content: unset;
			align-items: unset;
		}
			.footerLeft_info {
				align-items: stretch;
				justify-content: space-between;
				margin: 0 -10px;
			}
			.footerLeft_info ul {
				padding: 0px 10px;
				width: 32%;
			} */
		/* ul.footerMiddle {
			padding: 0px 0px 15px;
			margin: 0 -10px;
			display: flex;
		}
			ul.footerMiddle li{
				padding: 0px 10px;
			} */

		/* .footerRight {
			margin: 0 0 15px;
		} */
	}

	@media (max-width: 860px){

		/* 主辦單位 */
		/* ul.organizer{
			margin: 0 -5px;
			justify-content: space-between;
		}
			ul.organizer li{
				width: 25%;
				padding: 0 5px;
			} */

		/*版腳右*/
		.footerRight .wrap{
			width:90%
		}
			.organizerArea .nbutton-next3 ,
			.organizerArea .nbutton-prev3{
				display: none;
			}

		/* .footerLeft_info {
			display: block;
			align-items: unset;
			margin: -10px 0;
		}
		.footerLeft_info ul {
			width: 100%;
			padding: 10px 0px;
			border-right: 0px #bfbfbf solid;
		} */
	}

	