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);
}
">
반정도 흘렸네요 이거는 병원에서 보상 안 해 주겠죠? ㅎ