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);
}
">
예전에 이곳에서 추천받았는데 네이버 검색하면 나오는 가게 있었는데 다시 알랴주세여