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);
}
">
외래 때문에 다녀왔는데 이슈들이 많은거같더군요.....
우리 모두 힘내요