@charset "UTF-8";

.mapWrap {position:relative;}
.mapWrap::after{content:'안내문은 클릭시 닫힙니다!';display:flex;align-items:center;justify-content:center;color:#FFF;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1;}
.mapWrap.on::after{display:none;}
.mapApi{border:1px solid #222;height:500px;box-sizing:border-box;}
@media only screen and (max-width:1700px){
	.mapWrap{width:90%;margin:0 auto;}
}
@media only screen and (max-width:1024px){
	.mapApi{height:350px;}
}