.blinking-marker {
    width: 16px;
    height: 16px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite;
    position: absolute;
    z-index: 9999;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.customoverlay {
    position: relative;
    bottom: 60px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: #d95050;
    background: #d95050 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    margin-right: 35px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}


/** */
.cstomoverlayPoint {
    position: relative;
    bottom: 85px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlayPoint:nth-of-type(n) {
    border: 0;
}

/* .customoverlayPoint a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    width: 20px;
    height: 20px;
} */
.customoverlayPoint > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005aa6;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.customoverlayPoint .title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
}

.customoverlayPoint:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url('https://yeogie.com/images/redpoint.png')
}

.map_inner_list{
    position: absolute;
    left: calc(50% - 60px);
    top: 35px;
    width: 120px;
    max-height: 180px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    background-color: #fff;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 8px;
}
.map_inner_list li:first-child a{
    border: none;
}
.map_inner_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.map_inner_list li a span:nth-of-type(1){
    width: 17px;
    height: 17px;
    background-color: #005aa6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_inner_list li a span:nth-of-type(1) img{
    width: 11px;
}
.map_inner_list li a span:nth-of-type(2){
    width: calc(100% - 22px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 12px;
}
.d-none {
    display: none;
}
/* 유료업체 */
.customoverlayPoint .payment{
    background: url(/images/maps_point.svg);
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    background-color: #005aa6;
    position: relative;
}
.customoverlayPoint .payment div{
    position: absolute;
    top: 28px;
    font-size: 14px;
    font-weight: initial;
    color: #005aa6;
    background-color: #fff;
    padding: 2px 16px;
    border-radius: 8px;
    border: 1px solid #005aa6;
}

#header div.area {
    display: none;
}

.menu_list.on {
    top: 61px !important;
    height: calc(100vh - 61px) !important;
}