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);
}
">
특약구성에보면 허가된 이라고 쓰여있는데
이말의 의미가 무엇인지 궁금합니다.
병원에서 쓰는건 다 허가된거 아닌가요?