/* 230116 이미지 수신동의 팝업 추가 - img_only_popup */

.img_only_popup.show {
	display: inline-block;
	height: 100%;
}

.img_only_popup .modal-dialog {
	width: auto;
	max-width: unset;
}

.img_only_popup .modal-body {
	padding: 0;
}

.img_only_popup .modal-body .content_wrap {
	position: relative;
	width: auto;
}

.img_only_popup .modal-body .content_wrap a {
	position: absolute;
	bottom: 3%;
	left: 35%;
	width: 30%;
	height: 10%;
	font-size: 0;
}

.img_only_popup .close_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background-color: #ff000050;
}

.img_only_popup .modal-dialog,
.img_only_popup .modal-content {
	width: auto;
	max-width: 800px;
}

@media (max-width: 767px) {
	.img_only_popup .modal-dialog-centered .modal-content {
		border-radius: 10px;
	}
}
