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);
}
">
어떻게 알아봐야할지 몰라서 정보 주시면 전화 돌려보려고요.. 미리 감사드립니다!!