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);
}
">
다음주 수술 예약이라 2인실 해달라했는데
병실 없으면 6인실 갈수도 있다해서
1인실도 잡기 힘들까요