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곳에서 튕겻네용 ..(종합1곳, 상급 1곳)
에공