:root {
	--padding: 16px;
	--mobile-section-bg: #092329;
}
html,
body,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'SF Pro', 'Roboto', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

*[data-href] {
    cursor: pointer;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
button {
	cursor: pointer;
}
html {
	/* background: #022140 0% 0% no-repeat padding-box; */
	background: #0a2d33;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	/* background: radial-gradient(
		173.1% 58.32% at 31.6% 0,
		#044a48 0,
		#1a1859 100%
	); */
	top: 0;
}

#main-body {
	position: relative;
}

.bottom-content {
	display: none;
}
.bottom-content p {
	text-align: left;
	font: normal normal normal 0.24rem/0.37rem SF Pro;
	letter-spacing: 0px;
	color: #afafaf;
	padding-top: 0.3rem;
}
.arrow-img {
	background-image: url(../images/ic_arrow.svg) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 0.42rem;
	height: 0.42rem;
	position: absolute;
	right: 0px;
	bottom: 5px;
	cursor: pointer;
	transform: rotate(90deg);
}
.arrow-img.active {
	background-image: url(../images/ic_arrow.svg) !important;
	transform: rotate(270deg);
}
.latest-faq {
	background: #d0d0d033 0% 0% no-repeat padding-box;
	border: 0.01rem solid #707070;
	border-radius: 0.12rem;
	padding: 0.36rem 0.3rem;
}
.latest-title {
	text-align: left;
	font: normal normal bold 0.3rem/0.36rem SF Pro;
	letter-spacing: 0px;
	color: #ffff40;
}
a {
	color: #fff;
	text-decoration: none;
}

.btn-pink,
.btn-white {
	padding: 10px 30px;
	border-radius: 8px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.btn-white {
	border: 1px solid white;
	margin-right: 10px;
}

.btn-pink {
	background-image: linear-gradient(100deg, #ff2700 8.65%, #ff00ba 92.07%);
}

.top-wrapper {
	display: flex;
	align-items: center;
    height: 100%;
    justify-content: space-between;
}

.top-wrapper .button-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.top-wrapper .button-wrapper a {
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
}

.page-content .main-menu-web {
	text-transform: uppercase;
	width: 204px;
	flex-shrink: 0;
}

.page-content {
	padding: 10px 0;
	font-weight: bold;
}

.page-content a {
	text-decoration: none;
}

.page-content .main-menu-web > div {
	height: 85px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-content .main-menu-web .title,
.page-content .main-menu-web a {
	width: 100%;
	height: 85px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	text-align: center;
}

.page-content .main-menu-web div.active {
	background: rgba(255, 255, 255, 0.2);
}

.page-content .main-menu-web > div + div {
	margin-top: -1px;
}

.page-content .main-menu-web div:last-child {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.page-content .main-menu-web .title {
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ff2700, #ff00ba) 0 0
		no-repeat padding-box;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#jackpot-sub-menu {
	width: 100%;
}

#jackpot-sub-menu > div {
	display: inline-block;
	text-align: center;
	border-bottom: 2px solid transparent;
	padding-bottom: 10px;
	cursor: pointer;
}

#jackpot-sub-menu > div.active {
	border-color: #ffffff;
}

.h5-main-category .select-options.active {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.select-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: #000000;*/
	/*opacity: 0.5;*/
	z-index: 1;
}
.h5-main-category .select-options-wrapper {
	display: none;
	position: absolute;
	border-radius: 8px;
	background: #415262;
	box-shadow: 1px 0 1px 0 rgba(255, 255, 255, 0.22) inset;
	color: #ffffff;
	padding: 20px 20px 10px;
	width: 100%;
	margin-top: 10px;
}
.select-overlay.active,
.h5-main-category .select-options-wrapper.active {
	display: block;
}
.h5-main-category a {
	display: block;
	padding: 0 10px 10px;
}
.h5-main-category a + a {
	padding-top: 10px;
	border-top: 1px solid;
}
ol,
ul {
	padding: 0 30px;
}
li {
	display: list-item;
	padding-top: 10px;
}

@media only screen and (min-width: 800px) {
	body {
		font-size: 16px;
	}
	body::before {
		background: linear-gradient(rgb(10, 44, 51) 0%, rgb(10, 44, 51) 50%, rgb(11, 22, 70) 100%);
	}
	#main-header {
		backdrop-filter: blur(23px);
		-webkit-backdrop-filter: blur(23px);
	}
	.h5, .top-topnav {
		display: none;
	}

	.breadcrumb {
        padding: 0 16px;
	}

	.breadcrumb > * {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
	}

	.h5 {
		display: none;
	}
    
	.navbar {
		background-color: #1F454D;
		width: 230px;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		font-size: 14px;
		color: white;
		transition: width .1s;
	}

	.collapsed .navbar {
		width: 100px;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
	}

	.navbar-logo {
		max-width: 128px;
		margin: 40px auto;
	}

	.collapsed .navbar-logo {
		max-width: 80px;
	}

	.navbar-list-container {
		padding: 0 16px;
	}

	.nav-box {
		background-color: #2b4e56;
		border-radius: 4px;
		cursor: pointer;
		overflow: hidden;
		transition: height .3s;
	}

	.nav-box.have-sub {
		height: 188px;
		position: relative;
	}

	.collapsed .nav-box {
		text-align: center;
		height: auto !important;
	}

	.nav-box.have-sub > .nav-box__list {
		background-color: #35575e;
	}

	.nav-box + .nav-box {
		margin-top: 8px;
	}

	.nav-box .icon {
		width: 28px;
		margin-right: 8px;
	}

	.nav-box .nav-box__list {
		padding: 8px;
		position: relative;
	}

	.nav-box .nav-box__list:hover {
		background-color: rgba(255, 255, 255, 0.1)
	}

	.nav-box .nav-box__list > * {
		display: inline-block;
		vertical-align: middle;
        cursor: pointer;
	}

	.collapsed .nav-box .nav-box__list > * {
		margin: auto;
	}

	.nav-box .arrow {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%);
		padding: 4px;
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 4px;
	}

	.nav-box .arrow img {
		transition: transform .3s;
	}

	.nav-box.nav-collapsed {
		height: 47px;
	}

	.nav-box.nav-collapsed .arrow img {
		transform: rotate(180deg);
	}

	.collapsed .arrow,
	.collapsed .nav-box__sub-nav {
		display: none;
	}

	.download-box {
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		margin: 20px 0;
		padding: 16px;
		color: rgba(255, 255, 255, 0.6);
		text-align: center;
		font-size: 14px;
	}

	.collapsed .download-box {
		margin-top: 8px;
		background-color: #2b4e56;
		padding: 8px 0;
	}

	.download-box label {
		margin-bottom: 8px;
		display: block;
	}

	.download-box img {
		width: 28px;
	}

	.download-box .icon-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.download-box .icon,
	.collapsed .download-box label span,
	.collapsed .download-box .icon-container {
		display: none;
	}

	.collapsed .download-box .icon {
		display: block;
	}

	.download-box .divider {
		margin: 0px 8px;
		border-width: 0px thin 0px 0px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0.12);
		background-color: rgba(255, 255, 255, 0.1);
		height: 36px;
	}

	#nav-collapsed-button {
		width: 48px;
		height: 48px;
		background-color: rgba(255, 255, 255, .1);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin: 30px auto;
		transition: transform .1s;
	}
	#nav-collapsed-button img {
		width: 16px;
	}

	.collapsed #nav-collapsed-button {
		transform: rotate(180deg);
	}

	#body-wrapper {
		/* padding: 10px; */
	}

	#body-wrapper__container {
		max-width: 1200px;
		margin: auto;
	}

	#body-wrapper, .r_footer.pc {
		margin-left: 230px;
	}

	.collapsed #body-wrapper, .collapsed .r_footer.pc {
		margin-left: 100px;
	}

	.carousel-container .carousel-track {
		position: relative;
		display: flex;
	}

	.carousel-container .carousel-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.carousel-container[data-boxperrow="3"] .carousel-track {
		gap: 2%;
	}

	.carousel-container[data-boxperrow="3"] .carousel-item {
		width: 32%;
	}

	.carousel-container[data-boxperrow="4"] .carousel-track {
		gap: 1%;
	}

	.carousel-container[data-boxperrow="4"] .carousel-item {
		width: 24.25%;
	}

	.carousel-viewport {
		overflow: hidden;
		width: 100%;
		scroll-behavior: smooth;
	}

	.carousel-track {
		display: flex;
		transition: scroll-left 0.3s;
	}

	.breadcrumb {
		color: white;
	}

	.breadcrumb > * {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
	}

	.banner {
		border-radius: 8px;
		overflow: hidden;
		margin: 30px 0 20px;
	}
	
	.h5_wrapper {
		display: flex;
		background-color: rgba(255, 255, 255, .1);
		height: 56px;
		border-radius: 8px;
		justify-content: space-between;
		padding: 0 30px;
	}

	.h5_wrapper > * {
		min-width: 30%;
		text-align: center;
	}

	.h5_wrapper button {
		font-weight: bold;
		font-size: 16px;
		line-height: 60px;
		color: rgba(255, 255, 255, .6);
	}

	.h5_wrapper .top-dropdown {
		position: relative;
		cursor: pointer;
		border-bottom: 4px solid transparent;
	}

	.h5_wrapper .top-dropdown:hover {
		border-color: #24B26B;
	}

	.h5_wrapper .top-dropdown:hover button {
		color: white;
	}

	.top-dropdown-content {
		display: none;
		position: absolute;
		background-color: #0A2C33;
		width: 100%;
		top: 110%;
		text-align: left;
		padding: 15px;
		z-index: 1;
		border-radius: 8px;
	}

	.h5_wrapper .top-dropdown:hover .top-dropdown-content {
		display: block;
	}

	.top-dropdown-content a {
		text-decoration: none;
        font-weight: bold;
        min-height: 50px;
        display: flex;
        align-items: center;
	}

	.top-dropdown-content a:hover {
		color: #24B26B;
	}
}

@media only screen and (max-width: 799px) {
	body {
		font-size: 0.28rem;
	}

	.pc {
		display: none;
	}

    .main-menu-web {
        display: none;
    }

    .top-topnav {
        background: linear-gradient(90deg,#054447,#063343);
        display: block;
        position: fixed;
        top: -1px;
        left: 0;
        width: 100%;
        padding: 0 10px;
		z-index: 11;
		height: 1rem;
    }

	.h5_logo {
		width: 2.84rem;
	}

    #container {
        width: 100%;
        margin-top: 52px;
        padding-bottom: 1rem !important;
    }

    #container>* {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    div.slideshow~div.section {
        padding-top: 0;
    }

    a.block {
        width: 100%;
        margin: 10px 0px;
    }

    a.block>img {
        height: 285px;
    }

    a.block>div.title {
        max-height: none;
        overflow: unset;
    }

	.carousel-container.normal-overflow {
		overflow: hidden;
	}

	.carousel-container.normal-overflow .carousel-item {
		flex-shrink: 0;
	}

	.carousel-container.normal-overflow .carousel-track {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding: 0 var(--padding);
	}

	.carousel-container.normal-overflow[data-boxperrow="3"] .carousel-item {
		width: 70%;
	}
	
	.carousel-container.normal-overflow[data-boxperrow="4"] .carousel-item {
		width: 40%;
	}

	.r_footer {
		position: fixed;
		bottom: -1px;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 0.9rem;
		background: rgba(255, 255, 255, 0.7) 0% 0% no-repeat padding-box;
		box-shadow: 0px -2px 10px #00000029;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		overflow: hidden;
		border-radius: 20px 20px 0 0;
		z-index: 100;
	}
	.r_footer > li {
		position: relative;
		height: 100%;
		width: 0.7rem;
		height: 0.7rem;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top left;
		list-style: none;
	}
	.r_footer > li a {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.r_footer > li.footer_active {
		background-position: bottom left;
	}
	.h5-main-category {
		position: relative;
		margin: 0 0 20px;
		z-index: 1;
	}
	.h5-main-category .select-wrapper {
		border-radius: 42px;
		background: #415262;
		box-shadow: 1px 0 1px 0 rgba(255, 255, 255, 0.22) inset;
		color: #ffffff;
		width: 100%;
		padding: 10px 20px;
		font-size: 16px;
	}
	.h5-main-category .select-wrapper::after {
		content: "";
		display: block;
		background-image: url("../images/ic_arrow.svg");
		width: 15px;
		height: 15px;
		background-size: cover;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
}