diff --git a/src/pages/Business/CommercialGroup.tsx b/src/pages/Business/CommercialGroup.tsx
index 6da2b38..b8b735a 100644
--- a/src/pages/Business/CommercialGroup.tsx
+++ b/src/pages/Business/CommercialGroup.tsx
@@ -133,22 +133,26 @@ export default function BusinessCommercialGroup() {
{section3Data && }
-
-
-
{section4Data?.title}
-
{section4Data?.content}
-
-
- {viewDetail}
-
-
-
-
+ {
+ section4Data.hide ? null : (
+
+
+
{section4Data?.title}
+
{section4Data?.content}
+
+
+ {viewDetail}
+
+
+
+
+ )
+ }
);
}
diff --git a/src/pages/Join/Campus.module.css b/src/pages/Join/Campus.module.css
index ba7a51c..713b259 100644
--- a/src/pages/Join/Campus.module.css
+++ b/src/pages/Join/Campus.module.css
@@ -2,6 +2,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
+ gap: 6.25rem;
.campusColLeft {
display: flex;
@@ -34,7 +35,7 @@
.campusColRight {
.jobList {
padding-bottom: 6.25rem;
- width: 60rem;
+ /* width: 60rem; */
min-height: 31.25rem;
}
.jobItem {