diff --git a/shop/boxcategory.inc.php b/shop/boxcategory.inc.php
index 70a5701bd..59f137493 100644
--- a/shop/boxcategory.inc.php
+++ b/shop/boxcategory.inc.php
@@ -26,22 +26,24 @@ $sub_menu_left = 100; // 2단계 메뉴 왼쪽 좌표 (1단계 좌표에서 부
?>
-
-
- // 2단계 분류 판매 가능한 것만
- $sql2 = " select ca_id, ca_name from {$g4['shop_category_table']}
- where LENGTH(ca_id) = '4'
- and SUBSTRING(ca_id,1,2) = '{$row['ca_id']}'
- and ca_use = '1'
- order by ca_id ";
- $result2 = sql_query($sql2);
- $hnum2 = @mysql_num_rows($result2);
- for ($j=0; $row2=sql_fetch_array($result2); $j++)
- {
- ?>
+
+ // 2단계 분류 판매 가능한 것만
+ $sql2 = " select ca_id, ca_name from {$g4['shop_category_table']}
+ where LENGTH(ca_id) = '4'
+ and SUBSTRING(ca_id,1,2) = '{$row['ca_id']}'
+ and ca_use = '1'
+ order by ca_id ";
+ $result2 = sql_query($sql2);
+ $hnum2 = @mysql_num_rows($result2);
+ for ($j=0; $row2=sql_fetch_array($result2); $j++)
+ {
+ if ($j==0) echo '
+
+ if ($j==0) echo '
';
+ }
+ ?>
} ?>