* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

input,
textarea {
	outline: none;
}

.allgame-background {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
	max-height: 2864px;
	display: flex;
	justify-content: center;
}

.allgame-background > img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
}

.allgame-background-btn-center {
	position: absolute;
	left: calc(100% * 120 / 1080);
	bottom: calc(100% * 1350 / 2864);
	display: flex;
	width: calc(100% * 542 / 1080);
	height: calc(100% * 172 / 2864);
	max-width: 542px;
	max-height: 172px;
	z-index: 20;
}

.allgame-background-btn-bottom {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% * 30 / 2864);
	display: flex;
	width: calc(100% * 543 / 1080);
	height: calc(100% * 149 / 2864);
	max-width: 543px;
	max-height: 149px;
	z-index: 20;
}

.allgame-background-banner1 {
	position: absolute;
	left: calc(100% * 52 / 1080);
	bottom: calc(100% * 870 / 2635);
	display: flex;
	width: calc(100% * 962 / 1080);
	height: calc(100% * 476 / 2635);
	max-width: 962px;
	max-height: 476px;
}

.allgame-background-banner2 {
	position: absolute;
	left: calc(100% * 52 / 1080);
	bottom: calc(100% * 370 / 2635);
	display: flex;
	width: calc(100% * 962 / 1080);
	height: calc(100% * 476 / 2635);
	max-width: 962px;
	max-height: 476px;
}

.swiper {
	position: absolute;
	top: calc(100% * 1500 / 2635);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	max-height: 593px;
	height: auto;
	z-index: 10;
}

.swiper img {
	width: 100%;
}

.swiper-container {
	width: 100%;
	border-radius: 0.3rem;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
}

.swiper-pagination {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 15;
	padding: 0;
	border-radius: 15px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: url('../image/dot-inactive.png') no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	background: url('../image/dot-active.png') no-repeat;
	background-size: 100% 100%;
}
