.location_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map_filter {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.map_total {    
    min-width: 50px;
}

.map_blank {
    flex: 1;
}

.map_area, .map_search {
    margin-right: 5px;
}

@media (max-width: 540px) {
    .map_filter {
        position: relative;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }
    .map_area, .map_search {
        margin-top: 5px;
        margin-right: 5px;
    }
}

.map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.category, .category *{margin:0;padding:0;color:#000;}   
.category {
    position: absolute;
    overflow: hidden;
    bottom: 3px;
    right: 3px;
    width: 237px;
    height: 55px;
    z-index: 10;
    border: 1px solid #919191;
    font-family:'기본체';
    font-size: 12px;
    text-align: center;
    background-color:#fff;
    border-radius: 5px;
}
.category .menu_selected {
    color: #fff;

    background: #123c806c;
    background: linear-gradient(#c8c9cc53, #efe9a250);
} 
.category li {
    list-style: none;
    float: left;
    width: 47px;
    height: 55px;
    padding-top: 5px;
    cursor: pointer;
    font-family: '기본체';
    font-size: 10px;
}
.category li span {
    font-family: '기본체';
    color: #425470;
}
.category li.gubun {
    border-left: 1px dotted #bfbfbf;
} 

/* Location 기본 정보 ------- */
.location_info {
    margin-top: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.location_info .picture {
    width: 80px;
    height: 80px;
    border: 1px solid #e2d5d584;
    border-radius: 3px;
    /* background-color: #bfbfbf; */
}
.location_info .blank {
    background-color: #efefef;
}
.location_info .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.location_info .detail .name {
    font-family: '기본체';
    font-size: 12pt;
}
.location_info .detail .addr {
    font-family: '기본체' !important;
    color: #919191;
    font-size: 8pt;
    line-height: 10pt;
}
.location_info .detail .etc {
    font-family: '기본체' !important;
    font-size: 8pt;
}
.location_info .detail .etc a {
    color: #5b6d8a;
}
.location_info .shortcut {
    text-align: center;
    line-height: 10px;
}
.location_info_detail {
    width: 100%;
    height: 50px;
    /* background-color: #e3e3e3; */
    opacity: 0.7;
    border: 1px dotted #e3e3e3;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}
/* Location 상세 정보 ------- */
.location_update_info {
    margin: 10px 0;
    padding: 5px;
    font-family: '기본체' !important;
    color: #425470;
    font-size: 8pt;
    line-height: 10pt;
}

.map_data_board {
    font-family: '기본체' !important;
}

.map_data_board button {
    border-radius: 5px;
}