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);
}
">
앞으로 아직 갈길이 멀겠지만 더 빨리 발전해서 암으로 슬픈일 없길 바랍니다.