
a {
	color: #fff;
	text-decoration: none;
}
.mobile-top-nav {
	height: 1rem;
	position: relative;
	/* background: #587A7B 0% 0% no-repeat padding-box; */
	/* box-shadow: inset 1px 1px 28px #FFFFFF4D; */
}
.pc_logo {
	display: none;
}

.r_footer.hide {
	display: none;
}
@media only screen and (min-width: 800px) {
	.h5_logo {
		display: none;
	}
	.pc_logo {
		height: 80px;
		width: 150px;
		padding-left: 0 !important;
		display: inline-block;
		float: left;
		margin-right: 20px;
		cursor: pointer;
	}
	.latest-title {
		text-align: left;
		font-weight: bold;
		letter-spacing: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.latest-title a {
		text-decoration: none;
	}
	.latest-title h3 {
		font-size: 2em;
	}
	.faq-wrapper {
		display: grid;
		grid-template-columns: var(--grid-template);
		gap: 10px;
		margin-top: 20px;
	}
	.faq-box__img img {
		aspect-ratio: 232 / 182;
	}
	.faq-text {
		text-align: center;
		padding: 10px;
		background-color: rgba(255, 255, 255, .1);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.r_footer {
		height: 176px;
		background-color: #000;
		font: normal normal normal 20px/24px SF Pro;
		letter-spacing: 0;
		color: #afafaf;
		padding-top: 28px;
		font-size: 16px;
		position: relative;
		border: none;
	}
	.copyright {
		text-align: center;
		color: #ffffff;
	}
	.footer_list_game {
		justify-content: center;
		height: 40px;
		margin-top: 20px;
		display: flex;
		align-items: center;
		list-style: none;
	}
	.footer_list_game li {
		height: 56px;
		background-position: center;
		background-size: contain !important;
		background-repeat: no-repeat;
		margin: 0 10px;
	}
	.footer_list_game li:nth-child(1) {
		width: 164px;
		height: 40px;
		background: url("../images/gcash.png") no-repeat center center;
	}
	.footer_list_game li:nth-child(2) {
		width: 120px;
		height: 40px;
		background: url("../images/maya.svg") no-repeat center center;
	}
	.footer_list_game li:nth-child(3) {
		width: 158px;
		height: 45px;
		background: url("../images/unionbank.png") no-repeat center center;
	}
	.footer_list_game li:nth-child(4) {
		width: 80px;
		height: 36px;
		background: url("../images/mastercard.png") no-repeat center center;
	}
	.footer_list_game li:nth-child(5) {
		width: 80px;
		height: 36px;
		background: url("../images/visa.png") no-repeat center center;
	}
	.footer_list_game li:nth-child(6) {
		width: 100px;
		height: 32px;
		background: url("../images/gamezone.svg") no-repeat center center;
	}
}

@media screen and (max-width: 799px) {
	.top-topnav {
		display: none;
	}
	.top-topnav.active {
		position: fixed;
		display: initial;
		width: 100%;
		z-index: 100;
	}

	.mobile-top-nav a.icon {
		float: right;
		background: url("../images/humberger.svg") no-repeat center center;
		height: 0.56rem;
		width: 0.56rem;
		background-size: cover;
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
		display: inline-block;
	}
	.top-topnav .h5_wrapper {
		background-color: #000000;
		height: calc(100vh - 1.8rem);
		max-height: initial;
		padding-bottom: 0.5rem;
	}
	.top-topnav .icon {
		position: absolute;
	}
	.mobile-top-nav a {
		float: none;
		display: block;
		text-align: left;
		font-size: 0.3rem;
		color: #afafaf;
		padding: 0.1rem 0;
	}
	.top-topnav a:hover {
		color: #ffffff;
	}
	.top-topnav .top-dropdown {
		float: none;
	}
	.top-topnav .top-dropdown-content {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0.1rem 0;
		font: 700 0.26rem "SF Pro", sans-serif;
		color: #afafaf;
	}
	.top-dropdown-content a {
		float: none;
		display: block;
		text-align: left;
		font-size: 0.3rem;
		color: #afafaf;
		padding: 0.1rem 0;
	}
	.top-topnav .top-dropdown .top-dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	.top-wrapper {
		height: 1rem;
	}
	.top-dropbtn {
		color: #ffff40;
		text-align: left;
		font: normal normal bold 0.3rem SF Pro;
		letter-spacing: 0px;
		font-size: 0.34rem;
		padding-top: 0.3rem;
	}
	.top-dropdown {
		background: #000000;
		font-size: 0.4rem;
		padding: 0 0.4rem;
	}

	.section:first-child {
		padding-top: 20px;
	}
	.btn-back {
		position: absolute;
		width: 0.54rem;
		height: 0.54rem;
		top: 50%;
		left: 0.13rem;
		transform: translateY(-50%);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-image: url("../images/ic_back.svg");
		z-index: 99;
	}
	.header-bar {
		display: flex;
		flex-direction: column;
	}
	.banner-img {
		display: block;
	}
	.notLogin {
		position: sticky;
		position: -webkit-sticky;
		top: 1rem;
		display: flex;
		gap: 0.1rem;
		width: 100%;
		align-items: center;
		justify-content: center;
		z-index: 10;
	}
	.notLogin.hide {
		display: none;
	}
	.notLogin.stuck::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: calc(100% + 10px);
		background: linear-gradient(to right, #054447, #063343);
		background: -webkit-linear-gradient(to right, #054447, #063343);
	}
	.notLogin button {
		width: 5rem;
		height: 0.8rem;
		border-radius: 8px;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.29rem;
		font-weight: 700;
		letter-spacing: 0;
		color: #fff;
		position: relative;
	}

	.btn-white {
		border: 2px solid #fff;
		background: none;
		opacity: 1;
	}
	.btn-pink {
		background: rgba(0, 0, 0, 0) linear-gradient(110deg, #ff2700, #ff00ba) 0
			0 no-repeat padding-box;
		border: none;
	}
	.h5_logo {
		display: flex;
		width: 4.12rem;
		height: 100%;
		align-items: center;
		/* margin: 0 auto; */
		padding-left: 0.8rem;
	}
	.logo_small {
		width: 3.5rem;
		position: absolute;
		left: 0.1rem;
	}
	.h5_wrapper {
		/*max-height: calc(100vh - 2rem);*/
		overflow: auto;
	}
	.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 a {
		text-align: left;
		font-weight: 700;
		letter-spacing: 0px;
		color: #ffff40;
	}
	.faq-box {
		padding: 0px 10px;
		padding-top: 0.2rem;
		margin-bottom: 0.2rem;
		display: flex;
		align-items: center;
	}
	.faq-box__img {
		min-width: 2rem;
		max-width: 2rem;
		height: 1.5rem;
		font-size: clamp(1px, 1.7vw, 16px) !important;
	}
	.faq-text {
		text-align: left;
		font: normal normal normal 0.3rem/0.36rem SF Pro;
		letter-spacing: 0px;
		color: #ffffff;
		padding-left: 0.3rem;
	}
	.r_footer.pc {
		display: none;
	}
	.r_footer {
		position: fixed;
		bottom: -1px;
		padding: 0;
		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 {
		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.footer_active {
		background-position: bottom left;
	}
}

ol,
ul {
	padding: 0 30px;
}
li {
	display: list-item;
	padding-top: 10px;
}
