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);
}
">
14일정도 걸린다는데 이게 영업일 기준으로 14일인지 주말 포함인지 궁금합니다