o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
만약1월1일 입원하고4일날수술한상황
2월퇴원이라가정했을때
차량이1월 15일날들어온상황이면
1월1일부터처서감면되나요
아님15일부터주차비시작되는건가요?