/* r7: Make Naver map embed reliably visible */
.map-embed{width:100%;}
.map-embed iframe{
  width:100% !important;
  height:360px !important;
  border:0 !important;
  display:block;
  background:#fff;
}
@media(max-width:600px){
  .map-embed iframe{height:300px !important;}
}
/* always make map link obvious */
.map-link-btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  color:#0b57d0;
  text-decoration:underline;
  font-weight:800;
}
