.popup-wrap{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 1000;
}

.pop-area{
	position: relative;
	width: 100%;
	height: 100%;
}

.popup-wrap img{
	max-width: 540px;
	height: 540px;
	cursor:pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;

}

@media (max-width: 767px){
	.popup-wrap img{
		max-width: 355px;
		height: 355px;
	}
}