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);
}
">
가능하다면 산정특례 적용은 어떻게 되는건지 궁금해요 아시는분 답변 부탁드립니다