
a {
	color: #fff;
	text-decoration: none;
}
.top-dropbtn {
	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;
}

.top-dropbtn {
	display: block;
	padding: 6px 0;
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 4px solid transparent;
}

.top-dropdown.active {
	border-bottom: 4px solid #fff;
	font-weight: 800;
}

.top-dropdown.active .top-dropbtn {
	color: #fff;
}

#scroll-element-target {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}

.overflow-initial {
	overflow: initial !important;
	z-index: 9999;
}

@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;
	}
	.faq-box__img img {
		aspect-ratio: 232 / 182;
	}
	.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;
	}
}

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

	.top-dropbtn {
		text-align: center;
		padding: 6px 4px;
		margin: 0;
	}

	.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;
	}

	.mobile-top-nav a.icon.icon-share {
		background: url("../images/icon-share.svg") no-repeat center center;
	}

	.top-topnav .h5_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		max-height: initial;
		padding: 0.25rem 0;
		gap: 0.2rem;
	}
	.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;
		flex-shrink: 0;
	}
	.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%;
		letter-spacing: 0px;
		font-size: 0.28rem;
	}
	.top-wrapper {
		height: 1rem;
	}

	.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;
	}
	.login-button-container {
		position: sticky;
		position: -webkit-sticky;
		display: flex;
		z-index: 999;
		top: auto;
		bottom: 0;
		align-items: center;
		padding: 0.6rem 0.6rem 0.5rem;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
		justify-content: center;
		width: 100%;
	}
	.login-button-container.hide {
		display: none;
	}
	.login-button-container.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);
	}
	.login-button-container button {
		width: 100%;
		height: 0.8rem;
		border-radius: 8px;
		text-align: center;
		font-size: 0.28rem;
		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 {
		overflow: auto;
	}
	.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 {
		font: normal normal normal 0.3rem/0.36rem SF Pro;
		letter-spacing: 0px;
		color: #ffffff;
		padding-left: 0.3rem;
	}

	.article-container { 
		border-radius: 5px;
		overflow: hidden;
	}

	.article-container .faq-box {
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
	.r_footer.pc {
		display: none;
	}
	.r_footer {
		flex-shrink: 0;
		padding: 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;
}
