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);
}
">
진료비 영수증과 세부내역서가 필요시 병원에서 진료비를 다 완납해야 발급받는건가요?