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);
}
">
예전에 있던 곳은 매일해줬는데 지금 온곳은 월수금만 해주네요...