/*
** easyversion 202307
** - web
*/

.footerSec h2 {
	margin: 0;
}
.footerTitle {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin: 56px 0 -8px;
}
.footerTitle a.btn_easy {
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-enabled@3x.png") 0 0 no-repeat;
	background-size: contain;
}
.footerTitle a.btn_easy:active {
	width: 200px;
	height: 40px;
	background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-active@3x.png") 0 0 no-repeat;
	background-size: contain;
}

/* mobile ~ tablet */
.mobileWrapper .footerTitle {
	gap: 16px;
	margin: 0 0 -8px;
}
.mobileWrapper .footerTitle .btn_easy,
.mobileWrapper .footerTitle .btn_easy:active {
	display: block;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	transition: all 0.2s;
}
/* mobile */
@media screen and (max-width: 899px) {
	.mobileWrapper {
		min-width: 360px;
	}
	.mobileWrapper .footerTitle {
		align-items: flex-start;
		flex-direction: column;
	}
	.mobileWrapper .footerTitle .btn_easy,
	.mobileWrapper .footerTitle .btn_easy:active {
		width: 330px;
		height: 44px;
		/*margin: 0 auto;*/
		transition: all 0.2s;
	}
	.mobileWrapper .footerTitle .btn_easy{
		background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-enabled_m@3x.png") 0 50% no-repeat;
		background-size: contain;
	}
	.mobileWrapper .footerTitle .btn_easy:active {
		background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-active_m@3x.png") 0 50% no-repeat;
		background-size: contain;
	}
	.mobileWrapper .footer2 .stipCntsInfo {
		margin-top: 22px;
	}
}

/* tablet */
@media screen and (min-width: 900px) and (max-width: 1099px) {
	.footerTitle {
		gap: 16px;
	}
	.mobileWrapper .footerTitle .btn_easy {
		width: 180px;
		height: 36px;
		margin: 0;
		background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-enabled@3x.png") 0 50% no-repeat;
		background-size: contain;
	}
	.mobileWrapper .footerTitle .btn_easy:active {
		width: 180px;
		height: 36px;
		margin: 0;
		background: url("https://ssl.nexon.com/S2/membership/2023/policy/btn_easy-enabled@3x.png") 0 50% no-repeat;
		background-size: contain;
	}
	.mobileWrapper .footer2 .stipCntsInfo {
		margin-top: 0;
		padding-top: 32px;
	}
}
