#map .wrap {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 288px;
    height: 132px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
    line-height: 1.5;
}

#map .wrap * {
    padding: 0;
    margin: 0;
}

#map .wrap .info {
    width: 286px;
    height: 120px;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}

#map .wrap .info:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

#map .info .title {
    padding: 5px 0 0 10px;
    height: 30px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    /*추가*/
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#map .info .title p {
    width: 245px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#map .info .close {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
}

#map .info .close:hover {
    cursor: pointer;
}

#map .info .body {
    position: relative;
    overflow: hidden;
}

#map .info .desc {
    position: relative;
    margin: 13px 0 0 90px;
    height: 75px;
}

#map .desc .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    /*추가*/
    display: block;
    padding-right: 10px;
}

#map .desc .jibun {
    font-size: 11px;
    color: #888;
    margin-top: -2px;
}

#map .info .img {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 73px;
    height: 71px;
    border: 1px solid #ddd;
    color: #888;
    overflow: hidden;
}

#map .info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}

#map .info .link {
    color: #5085BB;
}
