@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Chiron+Sung+HK:ital,wght@0,200..900;1,200..900&family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

.kv-video {
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 7%);	
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: 0;
}

@media (max-width: 991px) {
	.kv-video {
		height: 45vh;
		object-fit: cover !important;
		transform: translate(-50%, 15%);	
	}
}

.kv-video-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.main-content {
	position: relative;
	z-index: 1;
}

.hero-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

@media (max-width: 991px){
	.hero-container {
		height: 50vh;
	}
}

.hero-section2 {
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;  
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 2rem;
	pointer-events: none;
}

@media (max-width: 991px){
	.hero-section {
		height: calc(28vh - -60px) !important;
	}
}

.hero-title {
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	.hero-title {
		position: absolute;
		bottom: 0;
	}
}

.kv-slogan-img {
	max-width: 50%;
	height: auto;
}

@media (max-width: 991px) {
	.kv-slogan-img {
		max-width: 100%;
	}
}


.btn-appointment {
	background: url('../img/top/btn01.png') no-repeat;
	background-size: contain;
	width: 300px;
	height: 90px;
	cursor: pointer;
}

.btn-appointment:hover {
	transform: scale(1.2);
}

@media (max-width: 991px) {
	.btn-appointment {
		width: 204px;
		height: 58px;
	}
	
	.btn-appointment:hover {
		transform: scale(1.2);
	}
}

.content-bg {
	background-color: #3A464B;
	width: auto;
	height: auto;
}

.content-bg-01 {
	background: url('../img/s_2/background2.png') no-repeat top center;
	/*background-size: cover;*/
	padding: 100px 20px;
	display: block;
	min-height: 100vh;
	position: relative;
}

.section-divider {
	position: relative;
	overflow: visible;
	z-index: 5;
}

.section-divider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;  
	height: auto;
	transform: translateY(-55%);
	object-fit: cover;
	z-index: 5;
	pointer-events: none;
}

@media (max-width: 991px){
	.section-divider {
		height: 0;
	}
	
	.section-divider img {
		 max-width: 100%;
	}
}

.milestone-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6rem;
}

@media (max-width: 991px) {
	.milestone-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6rem;
		min-height: 100vh;
	}
	
}

.s2-titleContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.S2-subTitle {
	font-family: "Chiron Sung HK", serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.5rem;
}

@media (max-width: 991px) {
	.S2-subTitle {
		font-size: 1rem;
		text-align: justify;
		text-align-last: center;
	}
}

.s2-rewardContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 3rem;
}

.s2-rewardContainer {
	max-width: 300px;
	height: auto;
	flex: 1 1 auto;	
}

.s2-reward {
	max-width: 250px !important;
}

.s2-rewardContainer .m-s2-reward img {
	width: 100% !important;
	max-width: 300px;
	height: auto;
	display: block;
}

.swiper-wrapper {
	margin-bottom: 100px;
}

.desktop-only, .mobile-only {
	display: none;
}

@media (min-width: 992px) {
	.desktop-only {
		display: flex;
		gap: 1rem;
		justify-content: center;
		z-index: 10;
	}
}

@media (max-width: 991px) {
	.mobile-only {
		display: block;
		z-index: 10;
	}
}

.swiper {
	width: 100%;
	height: auto;
	padding: 1rem 0 !important;
}

.swiper-slide {
	width: auto;
	text-align: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 991px) {
	.swiper-slide {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.swiper-slide img {
		width: 100%;
		max-width: 240px;
		height: auto;
		margin: 0 auto;
	}
	
}

.btn-tnc01 {
	display: inline-block;
	width: 250px;
	height: 60px;
	background: url('../img/s_2/btn-tnc.png') no-repeat center center;
	background-size: contain;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.5rem;
	text-decoration: none;
	z-index: 10;
}

.btn-tnc01:hover {
	opacity: 0.8;
}

.modal-overlay {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
}

.modal-box {
	background: url('../img/s_2/modal-bg.png') no-repeat center center;
	background-size: 100%;
	padding: 1rem;
	width: 90%;
	max-width: 1000px;
	border-radius: 5px;
	position: relative;
	animation: fadeIn 0.3s ease;
}

@media (max-width: 991px) {
	.modal-box {
		background-size: cover;
	}
}

.modal-content {
	margin-top: 50px;
}

.modal-content-bg {
	background-color: #fff;
	border-radius: 5px;
	padding: 2rem;
}

.modal-close {
	position: absolute;
	top: -35px;
	right: 0;
	color: #ffffff;
	cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.content-bg-02 {
	background: url('../img/s_5/section2_bg02.png') no-repeat center center;
	background-size: cover;
	background-position: bottom center;
	padding: 100px 20px;
	display: block;
	min-height: 100vh;
	position: relative;
}

.content-bg-02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 500px;
	background: url('../img/s_5/section02-coverBg.png') no-repeat center center;
	z-index: 1;
	background-size: cover;
}

.reward-container {
	/*display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	padding: 40px 20px;*/
	position: relative;
	width: 100%;
	height: 600px;
}

.reward-bg-container {
	position: relative;
}

.reward-bg-container::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../img/s_5/pattern-bg.png') no-repeat center center;
	background-size: contain;
	z-index: 3;
	opacity: 0.8;
}

.reward-list {
	
	z-index: 5;
}

.reward-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	position: relative;
	width: 100%;
}

.reward-title {
	z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 63%;
	position: absolute;
	left: 50%;
	width: 40%;
    transform: translate(-50%, -50%);
}

.s3-milestone-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.milestone-wrapper {
	position: relative;
	width: 200px;
	height: 200px;
}

.milestones-title-amounts {
	position: absolute;
    top: 155%;
    left: -50%;
}

.milestone-number {
	position: absolute;
	top: 153%;
	left: 100%;
	transform: translateX(-50%);
	color: #ffffff;
	font-family: "Chiron Sung HK", serif;
	font-size: 1.5rem;
}

.btn-tnc-s2 {
	/*position: absolute;
    top: 100%;
    left: 53%;
    transform: translate(-50%, -50%);*/
}	

.reward-item {
	position: absolute;
	width: 340px;
	height: 340px;
}

@media (max-width: 1200px) {
	.reward-item {
		width: 200px;
		height: 200px;
	}
}

.reward-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}

.reward-item img:hover {
	transform: scale(1.05);
}

.reward-img100 {
	left: 15%;
	top: 80%;
	transform: translate(-50%, -50%);
}

.reward-img300 {
	left: 28%;
    top: 45%;
	transform: translate(-50%, -50%);
}

.reward-img600 {
	left: 50%;
    top: 30%;
	transform: translate(-50%, -50%);
}

.reward-img1000 {
	left: 75%;
    top: 45%;
	transform: translate(-50%, -50%);
}

.reward-img1500 {
	left: 95%;
    top: 80%;
	transform: translate(-50%, -50%);
}

.s2-rewardContainer {	
	height: auto !important;
	padding: 20px 0;
}

.m-milestone-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}

.m-milestone-wrapper {
	position: relative;
	width: 100%;
	max-width: 257px;
    aspect-ratio: 285/200;
    display: flex;
    justify-content: center;
	align-items: center;
}

.m-milestones-title-amounts {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: auto;
}

.m-milestone-number {
	position: absolute;
	top: 50%;   
	left: 50%;
	transform: translate(-30%, -50%);
	color: #ffffff;
	font-family: "Chiron Sung HK", serif;
	font-size: 2.2rem;
	font-weight: 700;
	white-space: nowrap;
}

.mobile-only .m-reward {
	/*width: 300px !important;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-only .swiper-slide img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
}

.m-reward .swiper-wrapper {
	margin-bottom: 0;
}

.modal-title {
	text-align: center;
	font-family: "Chiron Sung HK", serif;
	font-size: 1.8rem;
	font-weight: 700;
}

.content-bg-03 {
	background: url('../img/s_8/section4_bg.png') no-repeat center center;
	background-size: cover;
	background-position: bottom center;
	padding: 100px 20px;
	display: block;
	min-height: 100vh;
	position: relative;
}

.gameSpecialContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}

.gameSpecialSwiperContainer {
	/*width: 750px;*/
	padding: 50px 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.gameSpecialSwiperContainer .swiper-slide {
		width: 70% !important;
	}
}

.gameSpecialSwiperContainer .swiper-slide {
	width: 500px;
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	max-width: 100vw;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}



.gameSpecialSwiperContainer .swiper-slide img{
	max-width: 100%;
	height: auto;
	display: block;
}

/*@media (max-width: 768px) {
  .gameSpecialSwiperContainer .swiper-wrapper {
    padding-left: 20vw; /* 可微调：让第一个 slide 看起来居中 */
  }
}*/

.gameSpecialSwiperContainer img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.custom-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 10;
}

.custom-nav svg {
	position: relative;
	z-index: 2;
	width: 24px;
	height: 24px;
	color: #2b0c1b;
}

.custom-nav .nav-bg {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #2b0c1b;
	z-index: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: background 0.3s ease;
}

.custom-nav:hover .nav-bg {
	background-color: #f0f0f0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: none !important;
}

.bold {
	font-weight: 800;
	list-style: none;
	margin-left: -1rem;
}

.bg-footer {
	background: url('../img/footer/background.png') no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 40px 20px;
}

.operation-details li i,
.operation-details2 li i {
	color: #fff !important;
}

.operation-details li,
.operation-details2 li {
	gap: 18px;
}

.footer-breakline {
	border-width: 1px;
	width: 100%;
	margin: 20px auto;
	max-width: 1400px
}

.policy-terms a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.policy-terms a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.operation-details li span,
	.operation-details2 li span{
		font-size: 0.85rem;
	}
	
	.policy-terms {
		padding-left: 0.5rem;
	}
	
	.policy-terms span a {
		font-size: 0.75rem;
	}
	
	.policy-terms span a:hover {
		text-decoration: underline;
	}
}