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);
}
">
의사선생님이 이제 2주 남았다고 준비하라 하시는데, 뭐부터 어떻게 준비해야될까요..