/* Globel */
* {
	text-decoration: none;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
html,
body {
	font-family: "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    overflow-x: hidden;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
	width: 100%;
	min-width: 1920px;
	min-height: 100vh;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	color: #fff;
}

button {
	cursor: pointer;
	border: none;
	background: transparent;
}

a {
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #fff;
}

.menu-bar li:active,
a:active img,
button:active img,
button:active,
.account-btn:active {
	transform: scale(0.98) translateY(1.5px) translateZ(0);
}

.btn-confirm {
	background: url("/img/event/20250930/popup/confirm.png") no-repeat;
	width: 130px;
	height: 54px;
}
.btn-confirm:hover {
	background: url("/img/event/20250930/popup/confirm_hover.png") no-repeat;
}

.btn-close {
	background: url("/img/event/20250930/popup/cancel.png") no-repeat;
	width: 130px;
	height: 54px;
}
.btn-close:hover {
	background: url("/img/event/20250930/popup/cancel_hover.png") no-repeat;
}

.disableScroll {
	overflow: hidden;
}

.loading {
	position: absolute;
	top: 50%;
	color: #694825;
	font-size: 22px;
	width: 100%;
    text-align: center;
}

.swiper-container {
	width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.swiper-slide.section1-slide,
.swiper-slide.section2-slide {
	height: 960px;
}

.swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.swiper-slide.footer-slide {
	height: 100px;
}

/* Main */
.main-container {
	width: 1920px;
	height: 960px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.main-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}
.explore-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 11;
	pointer-events: none;
	display: none;
}
.slogan {
	position: absolute;
	top: 110px;
	left: 23.5%;
}

.game-btns-container {
	width: 374px;
	height: 670px;
	position: relative;
	left: 78%;
	top: 31%;
}

.game-btns-container .sticks {
	position: absolute;
	bottom: -3px;
	left: 45%;
}

.game-btns-container .game-btns {
	display: flex;
	flex-direction: column;
	width: 374px;
	align-items: center;
	position: absolute;
	right: -8px;
	top: 3%;
}

.game-btns .game-btn-1 {
	background: url("/img/event/20250930/page1/game_btn1.png") no-repeat;
	width: 374px;
	height: 167px;
}
.game-btns .game-btn-2 {
	background: url("/img/event/20250930/page1/game_btn2.png") no-repeat;
	width: 320px;
	height: 168px;
}
.game-btns .game-btn-3 {
	background: url("/img/event/20250930/page1/game_btn3.png") no-repeat;
	width: 321px;
	height: 152px;
}
.game-btns .skip {
	background: url("/img/event/20250930/page1/skip_bg.png") no-repeat;
	width: 321px;
	height: 95px;
}
.game-btns .skip-btn {
	background: url("/img/event/20250930/page1/skip.png") no-repeat;
	width: 319px;
	height: 95px;
}
.game-btns .skip-btn:active,
.game-btns .skip-btn.checked {
	background: url("/img/event/20250930/page1/skip_active.png") no-repeat;
}

.game-btn:hover,
.skip-btn:hover,
.exchange-rules:hover,
.close:hover,
.bar-right .right-btns a:hover,
.logo:hover {
	filter: brightness(1.15);
}

/* Navs */
.bar-left {
	position: fixed;
	left: 5px;
	top: 5px;
	z-index: 10;
}
.bar-right {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 1000px;
	position: fixed;
	top: 20px;
	right: 10px;
	z-index: 10;
}
.bar-right .right-btns {
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: 350px;
}
.bar-right .right-account {
	background: url("/img/event/20250930/navs/account_bg_1.png") no-repeat;
	width: 627px;
	height: 98px;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.right-account .logout-container,
.right-account .login-container {
	width: 100%;
	height: 100%;
}

.right-account .user-account,
.right-account .user-points {
	width: 170px;
	height: 34px;
	text-align: center;
	position: absolute;
	top: 44px;
	color: #513418;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right-account .user-account {
	left: 38px;
}
.right-account .user-points {
	left: 230px;
	width: 125px;
}
.right-account .server-select {
	position: absolute;
	right: 124px;
	top: 44px;
	width: 125px;
	height: 34px;
	display: flex;
	align-items: center;
	color: #513418;
	font-size: 16px;
	border-radius: 15px;
}
.right-account .server {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-right: 15px;
	background: none;
	color: #513418;
	font-family: "Microsoft JhengHei", sans-serif;
	font-weight: 700;
}
.right-account .server-select::after {
	content: "▼";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.right-account .account-btn {
	position: absolute;
	right: 40px;
	top: 35px;
}
.logout-container .login:hover,
.login-container .logout:hover {
	text-decoration: underline;
}

/* Shops */
.shops-container {
	background: url("/img/event/20250930/page2/shop_bg.png") no-repeat;
	background-size: cover;
	width: 1920px;
	height: 960px;
	z-index: 1;
	position: relative;
	color: #513418;
}

.shops-container .shop-container-1 {
	position: absolute;
	bottom: -4%;
	left: 24%;
}
.shops-container .shop-container-2 {
	position: absolute;
	bottom: -4%;
	right: 10%;
}
.shops-container .shop-container-3 {
	position: absolute;
	top: 30%;
	right: 3.5%;
}
.shops-container .shop-container-4 {
	position: absolute;
	top: 30%;
	left: 16%;
}
.shops-container .shop-container-5 {
	position: absolute;
	top: 39%;
	left: 41.5%;
}

.shop-container-1 .shop-btn-1 {
	background: url("/img/event/20250930/page2/shop1.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-2 .shop-btn-2 {
	background: url("/img/event/20250930/page2/shop2.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-3 .shop-btn-3 {
	background: url("/img/event/20250930/page2/shop3.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-4 .shop-btn-4 {
	background: url("/img/event/20250930/page2/shop4.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-5 .shop-btn-5 {
	background: url("/img/event/20250930/page2/shop5.png") no-repeat;
	width: 584px;
	height: 402px;
}

.shop-container-1 .shop-btn-1:hover {
	background: url("/img/event/20250930/page2/shop1_hover.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-2 .shop-btn-2:hover {
	background: url("/img/event/20250930/page2/shop2_hover.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-3 .shop-btn-3:hover {
	background: url("/img/event/20250930/page2/shop3_hover.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-4 .shop-btn-4:hover {
	background: url("/img/event/20250930/page2/shop4_hover.png") no-repeat;
	width: 584px;
	height: 402px;
}
.shop-container-5 .shop-btn-5:hover {
	background: url("/img/event/20250930/page2/shop5_hover.png") no-repeat;
	width: 584px;
	height: 402px;
}

.shops-container .shop-btn-1,
.shops-container .shop-btn-2,
.shops-container .shop-btn-3,
.shops-container .shop-btn-4,
.shops-container .shop-btn-5 {
	pointer-events: none;
}
.shops-container .shop-btn-1::before,
.shops-container .shop-btn-2::before,
.shops-container .shop-btn-3::before,
.shops-container .shop-btn-4::before,
.shops-container .shop-btn-5::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: transparent;
	clip-path: polygon(
		50.86% 0%,
		75.5% 38.77%,
		75.5% 65.77%,
		70.08% 73.15%,
		31.76% 73.15%,
		26.62% 65.77%,
		26.62% 38.77%
	);
	pointer-events: auto;
}

.shops-container .amount-left {
	background: url("/img/event/20250930/page2/amount_left.png") no-repeat;
	width: 138px;
	height: 207px;
	position: absolute;
}
.shops-container .amount-left span {
	position: absolute;
	bottom: 33.5%;
	left: 36%;
	width: 60px;
	text-align: center;
}
.shops-container .amount-right {
	background: url("/img/event/20250930/page2/amount_right.png") no-repeat;
	width: 138px;
	height: 207px;
	position: absolute;
}
.shops-container .amount-right span {
	position: absolute;
	bottom: 33.5%;
	left: 26%;
	width: 60px;
	text-align: center;
}
.shop-container-1 .amount-left {
	bottom: 13%;
	left: 12%;
}
.shop-container-2 .amount-right {
	bottom: 13%;
	right: 12%;
}
.shop-container-3 .amount-right {
	top: 36%;
	right: 11%;
}
.shop-container-4 .amount-left {
	bottom: 13%;
	left: 12%;
}
.shop-container-5 .amount-right {
	bottom: 13%;
	right: 11%;
}

:root {
	--w: 62;
	--speed: 1.2s;
}

.items-container {
	position: absolute;
    top: 45%;
    left: 46%;
    width: 62px;
    height: 55px;
    overflow: hidden;
    pointer-events: none;
    text-align: center;
}
.items-container ul {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}
.items-container ul li {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	list-style: none;
}
.items-container ul {
	animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
}
.items-container ul li {
	white-space: nowrap;
	cursor: pointer;
	animation: liMove calc(var(--speed)) infinite;
}

/* Mask */
.mask,
.mask1,
.game-mask {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.mask1 {
	z-index: 100;
}

/* Popup large */
.pop-large {
	width: 963px;
	height: 804px;
	background: url("/img/event/20250930/popup/popup_large.png") no-repeat;
	position: fixed;
	/* transform: scale(0.9); */
	inset: 0;
	margin: auto;
	z-index: 99;
	color: #212121;
	display: none;
}

.pop-large .close {
	position: absolute;
	top: 25px;
	right: 70px;
}

.pop-large .pop-title {
	position: absolute;
	top: 90px;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.pop-large .pop-content {
	width: 755px;
	height: 505px;
	font-size: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow-y: auto;
	line-height: 1.5;
	position: absolute;
	top: 230px;
	left: 105px;
	padding-right: 8px;
}

.pop-large.pop-notice .pop-content {
	height: 545px;
	width: 730px;
	top: 170px;
	left: 125px;
}
.pop-large.pop-notice .pop-content ol {
	padding-left: 10px;
}

.pop-large .tab-rules,
.pop-large .tab-records {
	width: 100%;
}
.pop-large.pop-rules .items {
	display: flex;
	align-items: center;
}

.pop-large .tab-rules tbody tr td:first-child img {
	padding: 10px 25px 10px 30px;
}

.pop-large .pop-content ul {
	width: 100%;
}

.pop-large .pop-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.pop-large.pop-records .pop-content img {
	width: 37px;
	height: 37px;
	padding-top: 5px;
}

.pop-large .pop-content table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.pop-large .pop-content table th {
	color: #f7e9d6;
	font-size: 22px;
	line-height: 50px;
	background: #694825;
	border: 1px solid #212121;
}
.pop-large .pop-content table td {
	color: #694825;
	background: #f7e9d6;
	border: 1px solid #212121;
	padding: 10px 7px;
}

.pop-large.pop-rules .pop-content table td {
	padding: 0;
}

.pop-large .pop-content ol {
	list-style-type: decimal;
	padding-left: 60px;
	color: #694825;
	width: 90%;
}
.pop-large .pop-content li {
	margin: 15px auto;
}

.pop-large.pop-notice .pop-content li {
	margin: 0 auto 15px;
}

.pop-large .tab-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	top: 160px;
	width: 100%;
}
.pop-large .tab-btns .tab-btn {
	margin: 0 50px;
}

.pop-large.pop-rules .tab-event-rules {
	background: url("/img/event/20250930/popup/tab1.png") no-repeat;
	width: 195px;
	height: 42px;
}
.pop-large.pop-rules .tab-event-rules:hover,
.pop-large.pop-rules .tab-event-rules.active {
	background: url("/img/event/20250930/popup/tab1_hover.png") no-repeat;
}

.pop-large.pop-rules .tab-play-rules {
	background: url("/img/event/20250930/popup/tab2.png") no-repeat;
	width: 195px;
	height: 42px;
}
.pop-large.pop-rules .tab-play-rules:hover,
.pop-large.pop-rules .tab-play-rules.active {
	background: url("/img/event/20250930/popup/tab2_hover.png") no-repeat;
}

.pop-large.pop-records .tab-buy-record {
	background: url("/img/event/20250930/popup/tab3.png") no-repeat;
	width: 195px;
	height: 42px;
}
.pop-large.pop-records .tab-buy-record:hover,
.pop-large.pop-records .tab-buy-record.active {
	background: url("/img/event/20250930/popup/tab3_hover.png") no-repeat;
}

.pop-large.pop-records .tab-play-record {
	background: url("/img/event/20250930/popup/tab4.png") no-repeat;
	width: 195px;
	height: 42px;
}
.pop-large.pop-records .tab-play-record:hover,
.pop-large.pop-records .tab-play-record.active {
	background: url("/img/event/20250930/popup/tab4_hover.png") no-repeat;
}

.pop-large .event-text {
	background-color: #f7e9d6;
	color: #694825;
	font-size: 19px;
	font-weight: bolder;
}

.pop-large .event-text p {
	padding: 12px 25px 12px 25px;
}

.pop-large.pop-notice a {
	color: #6a7dc1;
}
.pop-large.pop-notice a:hover {
	text-decoration: underline;
}

/* Popup results */
.pop-large.pop-results-one,
.pop-large.pop-results-five,
.pop-large.pop-results-ten {
	background: url("/img/event/20250930/popup/popup_small.png") no-repeat;
	width: 882px;
	height: 624px;
	color: #694825;
}

.pop-large.pop-results-one .pop-content,
.pop-large.pop-results-five .pop-content,
.pop-large.pop-results-ten .pop-content {
	text-align: center;
	justify-content: space-around;
	top: 150px;
	left: 82px;
	width: 720px;
	height: 420px;
}

.pop-large.pop-results-one .results-one,
.pop-large.pop-results-five .results-five,
.pop-large.pop-results-ten .results-ten {
	width: 100%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.pop-large.pop-results-five .results-row,
.pop-large.pop-results-ten .results-row {
	display: flex;
	justify-content: space-around;
}

/* Popup exchange */
.pop-large.pop-exchange-shop {
	background: url("/img/event/20250930/shops/exchange_bg.png") no-repeat;
	width: 1075px;
	height: 631px;
	color: #694825;
}
.pop-large.pop-exchange-shop .close {
	top: 0;
	right: 0;
}
.pop-large.pop-exchange-shop .pop-title {
	top: -15px;
	z-index: 2;
	pointer-events: none;
}
.pop-large.pop-exchange-shop .pop-content {
	height: 42%;
	width: 71%;
	position: absolute;
	top: 42%;
	left: 15%;
	display: flex;
	justify-content: center;
}
.pop-large.pop-exchange-shop .exchange-rules {
	position: absolute;
	right: 10.5%;
	top: -11%;
	z-index: 1;
}
.pop-large.pop-exchange-shop .exchange-items {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
}
.pop-large.pop-exchange-shop .exchange-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pop-large.pop-exchange-shop .exchange-btn {
	background: url("/img/event/20250930/shops/exchange_btn.png") no-repeat;
	width: 97px;
	height: 42px;
}
.pop-large.pop-exchange-shop .exchange-btn:hover {
	background: url("/img/event/20250930/shops/exchange_btn_hover.png") no-repeat;
}
.pop-large.pop-exchange-shop .item-name {
	margin: 0 0 10px 0;
}
.pop-large.pop-exchange-shop .items-held-container {
	display: flex;
	position: absolute;
	top: 22%;
	left: 15%;
	width: 70%;
	justify-content: space-evenly;
	height: 80px;
}
.pop-large.pop-exchange-shop .items-held-left,
.pop-large.pop-exchange-shop .items-held-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.pop-large.pop-exchange-shop .items-held-1 {
	background: url("/img/event/20250930/shops/items_held_1.png") no-repeat;
	background-size: 271px 33px;
	width: 271px;
	height: 33px;
	display: flex;
	align-items: center;
}
.pop-large.pop-exchange-shop .items-held-2 {
	background: url("/img/event/20250930/shops/items_held_2.png") no-repeat;
	background-size: 271px 33px;
	width: 271px;
	height: 33px;
	display: flex;
	align-items: center;
}
.pop-large.pop-exchange-shop .items-held-3 {
	background: url("/img/event/20250930/shops/items_held_3.png") no-repeat;
	background-size: 271px 33px;
	width: 271px;
	height: 33px;
	display: flex;
	align-items: center;
}
.pop-large.pop-exchange-shop .items-held-4 {
	background: url("/img/event/20250930/shops/items_held_4.png") no-repeat;
	background-size: 271px 33px;
	width: 271px;
	height: 33px;
	display: flex;
	align-items: center;
}
.pop-large.pop-exchange-shop .items-held-1 span,
.pop-large.pop-exchange-shop .items-held-2 span {
	position: absolute;
	left: 34%;
}
.pop-large.pop-exchange-shop .items-held-3 span,
.pop-large.pop-exchange-shop .items-held-4 span {
	position: absolute;
	right: 18%;
}
.pop-large.pop-exchange-shop .exchange-all {
	background: url("/img/event/20250930/shops/exchange_all.png") no-repeat;
	width: 95px;
	height: 21px;
	position: absolute;
	right: 21.5%;
	top: 36.5%;
}
.pop-large.pop-exchange-shop .exchange-all:active,
.pop-large.pop-exchange-shop .exchange-all.checked {
	background: url("/img/event/20250930/shops/exchange_all_active.png") no-repeat;
}
.pop-large.pop-exchange-rules {
	background: url("/img/event/20250930/popup/popup_small.png") no-repeat;
	width: 882px;
	height: 624px;
}
.pop-large.pop-exchange-rules .pop-content {
	top: 180px;
	width: 685px;
	left: 100px;
	height: 440px;
}
.pop-large.pop-exchange-rules .pop-content table {
	height: 80%;
}

/* Popup Buy */
.pop-large.pop-base-shop {
	background: url("/img/event/20250930/shops/shop_bg.png") no-repeat;
	width: 1075px;
	height: 782px;
	color: #694825;
}
.pop-large.pop-base-shop .pop-title {
	top: -10px;
	text-align: center;
	pointer-events: none;
}
.pop-large.pop-base-shop .close {
	top: 2px;
	right: 0;
}
.pop-large.pop-base-shop .items-held-container {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 135px;
}
.pop-large.pop-base-shop .pop-content {
	display: block;
    width: 800px;
    height: 400px;
    left: 140px;
    top: 255px;
    overflow-y: auto;
    font-size: 17px;
}
.pop-large.pop-base-shop .items-held {
	width: 300px;
	height: 33px;
	display: flex;
	align-items: center;
	margin: 0 20px;
}
.pop-large.pop-base-shop .current-server {
	background: url("/img/event/20250930/shops/server_bg.png") no-repeat;
	background-size: 300px 33px;
	width: 300px;
	height: 33px;
	display: flex;
	align-items: center;
	margin: 0 20px;
}
.pop-large.pop-base-shop .items-held span {
    width: 60px;
	position: absolute;
    left: 38.3%;
    text-align: center;
}
.pop-large.pop-base-shop .current-server span {
	position: absolute;
	right: 23.5%;
}
.pop-large.pop-base-shop .shop-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 5px;
	width: 97%;
	position: absolute;
    left: 20px;
}
.pop-large.pop-base-shop .shop-items .grid-spacer {
    width:0;
    height:0;
    pointer-events:none;
    visibility:hidden;
}
.pop-large.pop-base-shop .base-shop-item {
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pop-large.pop-base-shop .base-shop-item .item-icon img {
	width: 55px;
	height: 55px;
	display: block;
	margin: 0 auto;
}
.pop-large.pop-base-shop .base-shop-item .item-name {
	height: 40px;
    width: 150px;
    line-height: 20px;
	margin: 7px 0 5px;
}
.pop-large.pop-base-shop .base-shop-item .item-cost {
	margin-bottom: 7px;
	height: 25px;
	color: #d02d2d;
}
.pop-large.pop-base-shop .base-shop-item .buy-btn {
	background: url("/img/event/20250930/shops/buy.png") no-repeat;
	width: 97px;
	height: 42px;
}
.pop-large.pop-base-shop .base-shop-item .buy-btn:hover {
	background: url("/img/event/20250930/shops/buy_hover.png") no-repeat;
}

/* Scrollbar */
.pop-large .pop-content::-webkit-scrollbar,
.pop-large.pop-base-shop .pop-content::-webkit-scrollbar {
    width: 7px;
}
.pop-large .pop-content::-webkit-scrollbar-track,
.pop-large.pop-base-shop .pop-content::-webkit-scrollbar-track {
    background: transparent;
}
.pop-large .pop-content::-webkit-scrollbar-thumb,
.pop-large.pop-base-shop .pop-content::-webkit-scrollbar-thumb {
    background: #694825;
    border-radius: 3px;
}

/* Popup small */
.pop-small {
	width: 641px;
	height: 509px;
	background: url("/img/event/20250930/popup/popup_confirm.png") no-repeat;
	position: fixed;
	transform: scale(0.9);
	inset: 0;
	margin: auto;
	z-index: 100;
	color: #212121;
	display: none;
}

.pop-small.pop-error,
.pop-small.pop-login {
	background: url("/img/event/20250930/popup/popup_fail.png") no-repeat;
}

.pop-small.pop-error,
.pop-small.pop-login, 
.pop-small.pop-play {
	z-index: 100;
}

.pop-small .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.pop-small .pop-title {
	font-size: 34px;
	width: 520px;
	text-align: center;
	color: #694825;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}

.pop-small.pop-play .pop-title span {
	font-size: 26px;
}

.pop-small .pop-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.pop-small.pop-play .pop-btns,
.pop-small.pop-buy .pop-btns,
.pop-small.pop-lottery .pop-btns,
.pop-small.pop-login .pop-btns,
.pop-small.pop-billing .pop-btns {
	display: flex;
	width: 300px;
	justify-content: space-between;
}

.pop-small.pop-buy .pop-title {
	font-size: 32px;
}

/* side menu */
.side-menu {
	position: fixed;
	z-index: 10;
	left: 10px;
	top: 35%;
	width: 250px;
	height: 380px;
}
.side-menu.active {
	transform: translateX(0);
	display: block;
}

.menu-bar {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.menu-bar li {
	cursor: pointer;
}

.menu-bar li a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu-bar .btn1 {
	background: url("/img/event/20250930/side_menu1.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn2 {
	background: url("/img/event/20250930/side_menu2.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn3 {
	background: url("/img/event/20250930/side_menu3.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn4 {
	background: url("/img/event/20250930/side_menu4.png") no-repeat;
	width: 221px;
	height: 82px;
}

.menu-bar .btn1:hover,
.menu-bar .btn1.active {
	background: url("/img/event/20250930/side_menu1_hover.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn2:hover,
.menu-bar .btn2.active {
	background: url("/img/event/20250930/side_menu2_hover.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn3:hover,
.menu-bar .btn3.active {
	background: url("/img/event/20250930/side_menu3_hover.png") no-repeat;
	width: 221px;
	height: 82px;
}
.menu-bar .btn4:hover,
.menu-bar .btn4.active {
	background: url("/img/event/20250930/side_menu4_hover.png") no-repeat;
	width: 221px;
	height: 82px;
}

/*---- Scrollbar ----*/
::-webkit-scrollbar {
	width: 0px;
	scrollbar-width: none;
}

.pop-large.pop-content::-webkit-scrollbar {
	width: 10px;
}
.pop-large.pop-content::-webkit-scrollbar-thumb {
	background: #b14117;
	min-height: 75px;
	height: 75px;
}
.pop-large.pop-content::-webkit-scrollbar-track {
	background: #fcc47c;
}

/* Footer */
.footer-wrapper {
	position: relative;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.2px;
	line-height: 18px;
	background: #212121;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerbox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	max-width: 1920px;
	width: 75%;
	overflow: hidden;
}
.footer-logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	height: 100px;
	width: 550px;
}
.footer-logo img {
	max-width: 200px;
	margin: 0 10px;
}
.copyright {
	text-align: left;
	width: 470px;
}
.copyright a {
	color: #f4a744;
	margin-right: 10px;
	text-decoration: underline;
}
.copyright a:hover {
	color: #d8933a;
}
.grade {
	max-width: 440px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.grade ul {
	text-align: left;
	margin-left: 10px;
	list-style: none;
}
.grade li:nth-child(4) {
	color: #f4a744;
}
.grade img {
	width: 50px;
	height: 50px;
}

/* Animation */
@keyframes move {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc(var(--s) * var(--w) * -1px), 0);
	}
}

@keyframes liMove {
	0% {
		transform: translate(0, 0px);
	}
	80%,
	100% {
		transform: translate(calc(var(--w) * -1px), 0);
	}
}
