|
|
@@ -514,6 +514,8 @@
|
|
|
if (categoryWidth > 994 ){
|
|
|
bdList_index[i].style.display="none";
|
|
|
mrList_index[i].style.display="block";
|
|
|
+ }else if(categoryWidth < 993 ){
|
|
|
+ $('.more_category').css('display', 'none');
|
|
|
}
|
|
|
categoryWidth = $('#divGnbTab').outerWidth();
|
|
|
}
|