	/* 2020.09.24 mksong 툴팁 디자인 수정  dogfoot */
    .wrap {position: absolute; left: 0; bottom: 40px; margin-left: -144px; text-align: left; overflow: hidden; font-size: 12px; font-family: 'Malgun Gothic', dotum, '돋움', sans-serif; line-height: 1.5; z-index:999999999;}
    .wrap * {padding: 0; margin: 0;}
    .wrap .info {max-width: 400px; /* height: 215px; */ border-radius: 5px; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; overflow: hidden; background: #fff;}
    .wrap .info:nth-child(1) {border: 0; box-shadow: 0px 1px 2px #888;}
    .info .title {padding: 5px 0 0 10px; height: 40px; background: #565659; border-bottom: 1px solid #ddd; font-size: 18px; font-weight: bold;}
    .info .close {position: absolute; top: 10px; right: 10px;color: #ffffff; width: 17px; height: 17px;}
    .info .close:hover {cursor: pointer;}
    .info .body {position: relative; overflow: auto;}
    .info .desc {position: relative; /* height: 210px; */ padding:5px;}
    .desc .ellipsis {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .desc .jibun {font-size: 11px; color: #888; margin-top: -2px;}
    .info .img {position: absolute; top: 6px; left: 5px;width: 73px; height: 71px; border: 1px solid #ddd; color: #888; overflow: hidden;}
    .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')}
    .info .link {color: #5085BB;}
    /* 2020.11.20 mksong 툴팁 디자인 수정  dogfoot */
    .info .chartView{max-width:400px; padding-left: 10px;}