
#map { width:500px;height:500px;}
.headerArea.hover .nav.product + .layer { display:none;}
.popup_wrap .pop_inner .close { background-position: center center; }
@media (max-width: 1240px) {
	.popup_wrap .pop_inner {
		width: 95%;
		padding: 30px 70px 40px;
	}
	.popup_wrap .inner .bottom_wrap .col3 li:last-child {
		width: 100%;
		min-height:100px;
		margin-top:20px;
	}
	.popup_wrap .inner .top_wrap .popup_left, .popup_wrap .inner .top_wrap .popup_right {
		width:100%;
	}
}
@media (max-width: 767px) {
	.slick-slide {
		max-width:100%;
	}
	.popup_wrap .pop_inner .close {
		width:20px;
		height:20px;
		top: 15px;
		right: 15px;
	}
	.popup_wrap .inner .bottom_wrap .col3 li {
		width: 100%;
	}
	.popup_wrap .inner .bottom_wrap .col3 li:nth-child(n+2) {
		margin-top:20px;
	}
	.popup_wrap .inner .bottom_wrap .col3 li:first-child dt {
		width:75px;
	}
}
@media (max-width: 499px) {
	.popup_wrap .pop_inner {
	    width: 90%;
	    padding: 30px 20px 40px;
	}
	.popup_wrap .inner .top_wrap .popup_right #map {
		height:200px;
	}
	.popup_wrap .inner .bottom_wrap .col3 li { min-height: auto; border-left: 0; }
	.popup_wrap .inner .bottom_wrap .col3 li img {
		margin-top:15px;
		position: relative;
	}
	.popup_wrap .inner .bottom_wrap .col3 li:last-child {
		text-align:center;
	}
	.popup_wrap .inner .bottom_wrap .col3 li:last-child dl {
		text-align:left;
	}
}
