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);
}
">
몇개필요할까요? 미리 받아놓고 예약 잡으려구용
병원마다 필요한게 다른거 같더라구요