
/* Search Realty V36: 통합검색·검색강조·역거리·카카오로드뷰 */
.sr36-suggest-box{
  position:fixed;display:none;width:330px;max-height:280px;overflow-y:auto;
  background:#fff;border:1px solid #5f9bd3;border-radius:8px;
  box-shadow:0 3px 10px rgba(0,0,0,.18);z-index:20050;padding:4px;box-sizing:border-box;
}
.sr36-suggest-item{padding:8px 9px;border-radius:6px;cursor:pointer;border-bottom:1px solid #edf2f7;font-size:12px;line-height:1.35}
.sr36-suggest-item:last-child{border-bottom:0}
.sr36-suggest-item:hover,.sr36-suggest-item.active{background:#eaf4ff}
.sr36-suggest-title{font-weight:900;color:#0b5f7f;font-size:13px}
.sr36-suggest-sub{color:#555;margin-top:2px}
.sr36-kind{display:inline-block;margin-left:5px;padding:1px 6px;border-radius:10px;background:#145f9c;color:#fff;font-size:10px}
.sr36-tool-box{margin-top:9px;padding:8px 9px;border:1px solid #c8d9ea;border-radius:8px;background:#f4f9ff;font-size:12px;line-height:1.45}
.sr36-tool-title{font-weight:900;color:#0b5f7f;margin-bottom:4px}
.sr36-roadview{background:#f59e0b!important;margin-left:5px!important}
.sr36-search-pin{
  width:34px;height:34px;border-radius:50%;background:rgba(255,0,0,.18);
  border:4px solid #ff2b2b;box-shadow:0 0 0 0 rgba(255,0,0,.75);
  transform:translate(-50%,-50%);animation:sr36Pulse .8s ease-in-out 3;
}
@keyframes sr36Pulse{
  0%{transform:translate(-50%,-50%) scale(.75);opacity:1;box-shadow:0 0 0 0 rgba(255,0,0,.75)}
  50%{transform:translate(-50%,-50%) scale(1.45);opacity:.35;box-shadow:0 0 0 15px rgba(255,0,0,0)}
  100%{transform:translate(-50%,-50%) scale(.75);opacity:1;box-shadow:0 0 0 0 rgba(255,0,0,.75)}
}
