/* .placeItem {
  height: calc(100% - 112px);
} */

#map {
  width: 100%;
  height: 100%;
}

#menu_wrap * {
  font-size: 14px;
}

#menu_wrap {
  width: 100%;
  height: calc(100% - 112px);
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 6px;
}
#menu_wrap::-webkit-scrollbar {
    width: 5px;  
}

#menu_wrap::-webkit-scrollbar-thumb {
    background: rgba(12, 22, 170, 0.3); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

#menu_wrap::-webkit-scrollbar-track {
    background: rgba(66, 66, 66, 0.1);  /*스크롤바 뒷 배경 색상*/
}

#placesList .item {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  cursor: pointer;
  min-height: 65px;
  letter-spacing: -0.015em;
}

#placesList .item span {
  display: block;
  margin-top: 4px;
}

#placesList .item .t1 {
  font-weight: bold;
}

#placesList .item h5,
#placesList .item .info {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#placesList .item .info {
  padding: 10px 0 10px 15px;
}

#placesList .info .gray {
  color: #8a8a8a;
}

#placesList .info .jibun {
  padding-left: 28px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;
  background-position: 0px 3px;
}

#placesList .info .tel {
  color: #009900;
}

#pagination {
  margin: 16px auto 16px;
  text-align: center;
  gap: 20px;
}

#pagination a {
  font-size: 16px;
  color: #888;
  display: inline-block;
  width: 28px;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}

#pagination .on {
  font-weight: bold;
  cursor: default;
  color: #222;
  border-color: #222;
}

.xi.round {border: 1px solid #ddd; width: 1.5em; height: 1.5em; text-align: center; line-height: 1.5em; border-radius: 50%; font-size: 1em; margin-left: .5em;}

.dragunable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}