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);
}
">
복수가 차더라도 이것저것 잘 드시게끔 하는데..
그게 혹시 더 영향을 줄까요? ㅠ