diff --git a/manager/vip/vip_list.php b/manager/vip/vip_list.php
index ac7e4b953..49128be61 100644
--- a/manager/vip/vip_list.php
+++ b/manager/vip/vip_list.php
@@ -40,11 +40,12 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS
// 비활성 카테고리 숨김
if ($row['gr_used'] == 0 && !$show_all) continue;
$inactive_class = ($row['gr_used'] == 0) ? ' inactive-cat' : '';
+ $display_style = ($row['gr_used'] == 0 && !$show_all) ? 'display: none;' : '';
?>
>
-
+
-