
/* SearchRealty V61.1 공통 주소이동·지적도 UI */
#srV61SearchInput{
  width:190px!important; min-width:190px!important; height:29px!important;
  border:2px solid #2b74b8!important; border-radius:5px!important;
  padding:0 8px!important; background:#fff!important; font-size:12px!important;
  box-sizing:border-box!important;
}
#srV61SearchBtn,#srV61CadastralBtn{
  height:29px!important; border:0!important; border-radius:5px!important;
  padding:0 10px!important; color:#fff!important; font-weight:900!important;
  cursor:pointer!important; white-space:nowrap!important; flex:0 0 auto!important;
}
#srV61SearchBtn{background:#145f9c!important}
#srV61CadastralBtn{background:#6b4bb8!important}
#srV61CadastralBtn.on{background:#b45f06!important}
#srV61SearchStatus{
  position:absolute; left:50%; bottom:58px; transform:translateX(-50%);
  z-index:500; display:none; max-width:520px;
  background:rgba(255,255,255,.97); border:1px solid #2b74b8;
  border-radius:8px; box-shadow:0 3px 12px rgba(0,0,0,.22);
  padding:8px 13px; color:#17324d; font-size:12px; font-weight:800;
  pointer-events:none;
}
.sr-v61-crosshair{
  width:30px;height:30px;border:3px solid #e00000;border-radius:50%;
  box-sizing:border-box;position:relative;background:rgba(255,255,255,.18);
  box-shadow:0 0 0 3px rgba(255,255,255,.85),0 2px 8px rgba(0,0,0,.35);
  animation:srV61Pulse 1s ease-in-out 4;
}
.sr-v61-crosshair:before,.sr-v61-crosshair:after{
  content:"";position:absolute;background:#e00000;left:50%;top:50%;
  transform:translate(-50%,-50%);
}
.sr-v61-crosshair:before{width:42px;height:2px}
.sr-v61-crosshair:after{width:2px;height:42px}
@keyframes srV61Pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}
@media(max-width:900px){
  #srV61SearchInput{width:145px!important;min-width:145px!important}
}
