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);
}
">
접수할때 진료하시는 쌤 여러명이시면 담당쌤 지정 가능한가요??