.modal-card{z-index:1000;width:400px;height:100vh;animation:.5s forwards rise-up;position:fixed;top:0;overflow-y:scroll}.modal-card main{background:#fff}.modal-card.from-map{z-index:10;width:500px;left:0}.modal-card .map-box{width:100%}.modal-card main{height:calc(100vh - 100px);padding:var(--space-10)0;position:relative;top:100px;overflow-y:scroll}@keyframes rise-up{0%{top:100vh}to{top:0}}@media (max-width:660px){.modal-card.from-map{width:100vw}.modal-card main{height:60vh;top:40vh}}
