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);
}
">
폴피리녹스 1차 80프로 시작했는데
컨디션이 생각보다 괜찮으셔서
다음 2차때엔 100프로 올려서 맞아도 될까요?
용량을 이렇게 80->100->80 왔다갔다 할수도 있나요?