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);
}
">
저는 이틀에서 삼일후 시작하게될거같은데 여러분은 어느정도 걸리셨어요?