var box = document.querySelectorAll('#c_static_001-16420726227420 .e_navigationA-102 .p_level2Box ') box.forEach((i,index)=>{ if(index==1){ i.setAttribute("class","p_level2Box uni") } }) var box12 = document.querySelectorAll('#c_static_001-16420726227420 .e_navigationF-156 .p_navBox2 ') box12.forEach((i,index)=>{ if(index==1){ i.setAttribute("class","p_navBox2 uni") } }) var width = document.querySelector("html").offsetWidth; if(width <= 768) { var box11 = document.querySelectorAll('#c_static_001-16420726227420 .e_navigationF-156 .p_navBox2 ') console.log(box11) box11.forEach((i,index)=>{ if(index==1){ i.setAttribute("class","p_navBox2") } }) }