diff --git a/frontend/src/assets/css/style.css b/frontend/src/assets/css/style.css
index a9a1a2a..448878b 100644
--- a/frontend/src/assets/css/style.css
+++ b/frontend/src/assets/css/style.css
@@ -1428,7 +1428,7 @@ header .user_wrap .user_info .logout {
padding: 5px 0 5px 10px;
}
-.popup.b-popup tr:nth-child(1) .memo:nth-child(1){
+.popup.b-popup tr:nth-child(n) .memo:nth-child(n){
height: 100px;
display: block;
overflow: auto;
diff --git a/frontend/src/components/HubWebHeader.vue b/frontend/src/components/HubWebHeader.vue
index 72e52d8..a39a098 100644
--- a/frontend/src/components/HubWebHeader.vue
+++ b/frontend/src/components/HubWebHeader.vue
@@ -1,4 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/custMgt/components/MemberBulkRegPop.vue b/frontend/src/modules/custMgt/components/MemberBulkRegPop.vue
index 9ae092b..939284d 100644
--- a/frontend/src/modules/custMgt/components/MemberBulkRegPop.vue
+++ b/frontend/src/modules/custMgt/components/MemberBulkRegPop.vue
@@ -1,300 +1,316 @@
-
-
-
-
\ No newline at end of file
+ // 오류건수.
+ console.log(this.oData.length);
+ },
+ },
+};
+
\ No newline at end of file
diff --git a/frontend/src/modules/custMgt/components/MemberModifyPop.vue b/frontend/src/modules/custMgt/components/MemberModifyPop.vue
index d677d5e..d968190 100644
--- a/frontend/src/modules/custMgt/components/MemberModifyPop.vue
+++ b/frontend/src/modules/custMgt/components/MemberModifyPop.vue
@@ -3,59 +3,6 @@