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);
}
">
저는 50짜리 쓰고있고
60까지는 본것같은데
80이상 100 이하짜리도있나요?