위쳐-늑대의 악몽 한글자막 다시보기
위쳐-늑대의 악몽
setTimeout(function() {
const container = document.getElementById('juicyads-container');
if (container) {
container.style.cssText = 'display: flex !important; flex-wrap: wrap !important; gap: 10px !important;';
Array.from(container.children).forEach(child => {
child.style.cssText = 'flex: 1 1 calc(50% - 10px) !important; min-width: calc(50% - 10px) !important;';
});
}
}, 1000); // 광고 로딩 지연 고려