/* daum_layer_popup */

.daum_layer_popup {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	z-index: 100000 !important;
	width: 100% !important;
	max-width: 800px !important;
	background: #fff !important;
	transform: translate(-50%, -50%) !important;
}

.daum_layer_popup::after {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
}

.daum_layer_popup #daumAddr {
	width: auto;
	height: 800px;
}

.daum_layer_popup .layer_close {
	background: url(/content/images/icon/item_order_close.png) no-repeat center !important;
	background-size: 100% 100% !important;
}

@media (max-width: 767px) {
	.daum_layer_popup .layer_title,
	.daum_layer_popup #daumAddr {
		margin: 0 auto;
		width: 98vw !important;
	}
}

@media (max-width: 480px) {
	.daum_layer_popup {
		position: fixed !important;
		top: 10% !important;
		left: 1% !important;
		z-index: 100000 !important;
		width: 98% !important;
		background: #fff !important;
		transform: none !important;
	}
}
