/* 首頁廣告圖片 20241217 */
body.hideWindow {
	overflow: hidden;
}

.indexImg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: rgba(255,255,255,.5);
	padding: 20px;
}

.indexImg::before {
	content: '';
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.indexImg_cont {
	position: relative;
	z-index: 5;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	display: flex;
}

.indexImg_cont form{
	max-height: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.indexImg_close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	font-size: 20px;
	padding: 10px;
	line-height: 1;
	cursor: pointer;
	background: rgba(255,255,255,.3);
}

.indexImg_check {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	/* width: 100%; */
	padding: 10px;
}

.indexImg_check input+label{padding-left: 10px;}

.swiper-indexImg{
	width: 100%;
	max-height: calc(100% - 2em);
	max-width: 100%;
	overflow: hidden;
}

.swiper-indexImg a{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.swiper-indexImg img{
	max-width: 100%;
	max-height: 80vh;
	display: block;
}




/*首頁*/
.bannerindex {
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	--swiper-navigation-color: #dfdfdf;
	--swiper-pagination-color: #dfdfdf;
	--swiper-pagination-bullet-inactive-color: #dfdfdf;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-inactive-opacity: .5;
	--swiper-pagination-bullet-horizontal-gap: 5px;
}

.bannerindex * {
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.swiper-banner {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: -50%;
	margin-left: 50%;
}

.swiper-banner .swiper-slide img {
	width: 100%;
	max-width: 100%;
	/* height: 100vh */
	height: auto;
	display: block;
}



/* .swiper-pagination {
	bottom: 15px;
	left: 50%;
	margin-left: -45px;
} */

/* .swiper-banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.swiper-banner .swiper-slide img {
	opacity: 0 !important;
}

.swiper-banner .swiper-slide-active img {
	opacity: 1 !important;
}
*/

.mobile_wp {
	display: none;
}

@media screen and (max-width: 768px) {
	.bannerindex {
		position: relative;
		height: 0;
		padding-bottom: 47%
	}

	.swiper-banner {
		left: 0;
		margin: 0;
	}

	.swiper-banner .swiper-slide img {
		height: auto;
	}

	#content_main {
		margin-top: 0;
	}
}

/*20251212 大圖按鈕*/
.indexBan_link{position: absolute; transform: translate(-50%, -50%);top: 50%;left: 50%; z-index: 50; width: 100%;display: flex;flex-direction: column;height: 100%;padding: 5%;}
.indexBan_link img{max-width: 100%;}

.indexBan_link_logo{margin: auto 0;max-width: 40%;}
.indexBan_link_logo i{display: block;}
.indexBan_link_logo01{animation: wave-reveal 5s cubic-bezier(0.2, 0, 0.2, 1) both;filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));max-width: 22%;}
.indexBan_link_logo02{animation: fade-in-elegant 2.5s ease-in-out both;filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));margin: 20px 0;}
.indexBan_link_logo > a{display: flex;align-items: end;column-gap: 20px}
.indexBan_link_logo > a img:nth-child(1){max-width: 18%;}
.indexBan_link_logo > a img:nth-child(2){max-width: 11%;}
.indexBan_link_sns{display: flex;column-gap: 20px;align-items: center;}
.indexBan_link_sns a{transition: .3s;}
.indexBan_link_sns a:hover{opacity: 0.4;}

@keyframes wave-reveal {
	0% {opacity: 0;clip-path: inset(0 0 100% 0);}
	100% {opacity: 1;clip-path: inset(0 0 0 0);}
}

@keyframes fade-in-elegant {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0);}
}

@media screen and (max-width: 600px) {
	.indexBan_link_logo{max-width: 60%;}
}

@media screen and (max-width: 600px) {
	.indexBan_link_logo{max-width: 75%;}
}