.l_popUpMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	cursor: pointer;
}
.l_popUpMask.is_active {
	display: block;
}
.l_popUp {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	z-index: 1001;
	display: none;
	border-radius: 30px;
	text-align: center;
}
.l_popUp.is_active {
	display: block;
}
@media screen and (max-width: 768px) {
	.l_popUp {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 90%;
		max-height: 90%;
		width: 90%;
		height: auto;
		z-index: 1001;
		display: none;
	}
}

.p_popUp_close {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
}

@media screen and (max-width: 768px) {
	.p_popUp_close {
		position: absolute;
		right: -20px;
		top: -20px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 20;
	}
}

.p_popUp_link {
	display: block;
}

.p_popUp_img {
	width: 100%;
	border-radius: 30px;
}

.p_popUp_img img {
	max-height: 90vh;
	height: 100%;
	/* max-width: 29vw;  */
	width: auto;
	border-radius: 30px;
}

@media screen and (max-width: 480px) {
	.p_popUp_img img {
		/* max-height: 90vh;  */
		height: auto;
		max-width: 100%;
		width: 100%;
		/* height: auto; */
	}
}

.p_popUp_Btn {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}

.p_popUp_Btn_item {
	width: 46%;
	text-align: center;
}

.p_popUp_Btn_item {
	display: block;
	height: 150px;
}

/* .p_popUp_Btn {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}

.p_popUp_Btn_item {
	width: 100%;
	text-align: center;
}

.p_popUp_Btn_item {
	display: block;
	height: 150px;
} */

.ada_modal_wrap {
	display: none !important;
}
