@charset "UTF-8";
.wrap {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 288px;
    height: 132px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
}

.wrap .info:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}
.wrap .info {
    width: 286px;
    height: 120px;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}
.wrap * {
    padding: 0;
    margin: 0;
}
.info .title {
    padding: 5px 0 0 10px;
    height: 30px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
}

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

#daumContent img {
    max-width: 100%;
}
.info .desc {
    position: relative;
    margin: 13px 0 0 90px;
    height: 75px;
}
.desc .ellipsis {
/*     overflow: hidden; */
/*     text-overflow: ellipsis; */
/*     white-space: nowrap; */
    white-space: break-spaces;
    font-size: 14px;
}
.desc .jibun {
    font-size: 11px;
    color: #888;
    margin-top: -2px;
}
.info .link {
    color: #B29254;
    text-decoration: none;
    font-size:15px;
    border-radius: 5px;
    border: solid 1px;
    padding: 0px 4px;
}
.info .link:hover {
    color: #FFFFFF;
    background-color: #B29254;
    border-color: #B29254;
    text-decoration: none;
    font-size:15px;
    border-radius: 5px;
    border: solid 1px;
    padding: 0px 4px;
}

.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);
}