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);
}
">
얼마전에 무슨 기사에서 얼비툭스 사용기준이 완화되었다고 본것 같은데..
얼비툭스 사용하려면 특정 유전자를 가지고 있어야 가능할까요?