/* 메인 모바일 모달팝업 관련 css */
.main_bottom .modal-dialog-centered.modal-dialog-scrollable {
	justify-content: flex-end;
	max-height: 100dvh;
}

.main_bottom .modal-body {
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.main_bottom_pop.swiper-container {
	width: 100%;
	height: 100%;
}

.main_bottom {
	position: fixed;
	top: unset;
	bottom: 0;
    bottom: env(safe-area-inset-bottom);
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.modal-backdrop.main_bottom {
	position: absolute;
	height: 100%;
	height: calc(var(--vh, 1vh) * 100);
}

.main_bottom.show {
	display: block;
	z-index: 1050;
}

.main_bottom .swiper-container {
	width: 100%;
	height: 100%;
}

.main_bottom .modal-dialog .modal-content {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: unset;
	min-height: unset;
	max-height: unset;
	box-sizing: border-box;
	border-radius: 20px 20px 0 0;
}

.main_bottom .swiper-slide li div {
	position: relative;
	width: 100%;
	height: auto;
}

.main_bottom_slider .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateX(-50%);
}

.main_bottom_slider .swiper-pagination-bullet {
	margin: 0 2px;
	width: 5px;
	height: 5px;
	vertical-align: top;
	background: #fff;
	opacity: 1;
}

.main_bottom_slider .swiper-pagination-bullet-active {
	width: 24px;
	background: #fff;
	border-radius: 100px;
}

.modal-backdrop.main_bottom {
	z-index: 1041;
}
.main_contents .modal.fade.modal_full.main_bottom.show {
	z-index: 1044 !important;
}

.main_bottom .modal-body {
	background-color: #fff;
}
