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);
}
">
오늘 간소화 서비스가 오픈되어 조회를 해보니
장애인공제 내역이 조회 되는 것이 없는데 간소화 에서 조회 되려면 어떤 조치를 해야 하나요?
국세청 문의해도 잘 모르네요ㅜ