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);
}
">
계속 그러는건 아닌데 옆구리가 콕콕쑤시는데 부작용인가요? 아님 난소암 증세일까요?