@@ -225,7 +316,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -239,7 +330,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -253,7 +344,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -267,7 +358,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -281,7 +372,6 @@
변수2
변수3
변수4
-
메모1
@@ -295,7 +385,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -309,7 +399,7 @@
변수2
변수3
변수4
-
메모1
+
@@ -590,10 +680,10 @@
-
-
diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css
index a5ad30a0..232568f0 100644
--- a/src/main/webapp/publish/css/popupLayer.css
+++ b/src/main/webapp/publish/css/popupLayer.css
@@ -83,7 +83,7 @@
.adr_excel .sort_wrap button:nth-child(2) img {margin-left: -3px;}
/* 주소록 대량등록 colgruop */
-.adr_excel .adr_hd>div:nth-child(1), .adr_excel .adr_bd>div:nth-child(1) {width: 40px;}
+/* .adr_excel .adr_hd>div:nth-child(1), .adr_excel .adr_bd>div:nth-child(1) {width: 40px;}
.adr_excel .adr_hd>div:nth-child(2), .adr_excel .adr_bd>div:nth-child(2) {width: 9%;}
.adr_excel .adr_hd>div:nth-child(3), .adr_excel .adr_bd>div:nth-child(3) {width: 10%;}
.adr_excel .adr_hd>div:nth-child(4), .adr_excel .adr_bd>div:nth-child(4) {width: 19%;}
@@ -91,7 +91,12 @@
.adr_excel .adr_hd>div:nth-child(6), .adr_excel .adr_bd>div:nth-child(6) {width: 12%;}
.adr_excel .adr_hd>div:nth-child(7), .adr_excel .adr_bd>div:nth-child(7) {width: 12%;}
.adr_excel .adr_hd>div:nth-child(8), .adr_excel .adr_bd>div:nth-child(8) {width: 12%;}
-.adr_excel .adr_hd>div:nth-child(9), .adr_excel .adr_bd>div:nth-child(9) {width: 10%;}
+.adr_excel .adr_hd>div:nth-child(9), .adr_excel .adr_bd>div:nth-child(9) {width: 10%;} */
+.adr_excel .adr_hd>div,.adr_excel .adr_bd>div{width:calc((100% - 40px)/7);}
+.adr_excel .adr_hd>div:nth-child(1),.adr_excel .adr_bd>div:nth-child(1){width:40px;}
+.adr_excel .adr_hd.select_adr_hd{background:#e0e0e0;}
+.adr_excel .adr_hd>div select{width:calc(100% - 8px);height:36px;background:transparent url(/publish/images/select_search.png) no-repeat 90% 15px;background-size:9%;margin:-8px 0 0 0;border:0;text-align:center;line-height:1.3;}
+.adr_excel .adr_hd>div:last-child::after{display:none;}
/* 붙여넣기 colgroup */
.excel_paste .adr_hd>div:nth-child(1), .excel_paste .adr_bd>div:nth-child(1) {width: 40px;}