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);
}
">
삼우제와 49제 둘중 하나만 해도되는건가요?
어떤의미이고 어떤 차이가 있는지 궁금합니다