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);
}
">
이게 임상을 진행하면 입원을 해서 진행을하는건지 아니면 통원식으로 진행을 하게 되는건지 궁금하네요
감사합니다