@charset "UTF-8";

.sec-maps { overflow:hidden;background:#fff; position:absolute; }
.sec-maps .c { position:relative; }

.sec-maps .header { text-align:center; }
.sec-maps .header .desc { text-align:center; }

.sec-maps .con { display:flex; justify-content: space-between; align-items: stretch}
.sec-maps .con .item {flex: 0 0 50%; border:1px solid #efefef;}
.sec-maps .con .item:first-child {border-right:0;}
.sec-maps .con .sec-maps-list {padding:2%}
.map-list-wrap {
    position:fixed;
    width:80%;
    margin:100vh 10% 10vh 10%;
    height:0;
    background:rgba(255, 255, 255, 0.95);
    box-shadow:0 0 24px rgba(0, 0, 0, 0.2);
    left:0;
    top:0 ;
    z-index:9;
    transition: margin 0.3s ease-in-out;
    border-radius: 16px;
    padding: 3%;
    overflow:hidden;
    
    
}
.map-list-wrap.open {height:70vh;margin-top:20vh}
.map-list-con {overflow-y:auto;height:calc(100% - 5vh);margin-bottom:10px;}
.btn-close {border:0; position:absolute; top:10px; right:10px; font-size:24px; padding:6px; z-index:5}