건의 접수가 검색되었습니다.
@@ -710,7 +724,7 @@
-
+
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp
index 34d45139..26631adc 100644
--- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp
@@ -556,7 +556,7 @@
건의 접수가 검색되었습니다.
diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css
index bc99eeb2..a7739c75 100644
--- a/src/main/webapp/visitEdu/adm/publish/css/content.css
+++ b/src/main/webapp/visitEdu/adm/publish/css/content.css
@@ -27,7 +27,7 @@
.list_top{margin-bottom: 30px; background-color: #f1f2f4; padding:0 25px; border: 1px solid #dbdcdd; border-radius: 5px; box-sizing: border-box;}
.list_top>div {display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid #e3e4e5; box-sizing: border-box;padding:10px 0;}
.list_top>div:last-child {border-bottom: 0;}
-.list_top .util_left {width: 150px;}
+.list_top .util_left {width: 190px;}
.list_top .util_left p{padding-left: 10px; font-size: 18px; font-weight: 500; color: #222; position: relative;}
.list_top .util_left p::before {content: ""; position: absolute; width: 3px; height: 14px; border-radius: 1.5px;background-color: #3a72db; top: 50%; left: 0; transform: translateY(-50%);}
.list_top .util_right {width: calc(100% - 100px); display: flex; align-items: center;font-size: 18px; font-weight: 300; color: #555;}
@@ -56,6 +56,10 @@
.btn_center{text-align: center;}
.btn_right{text-align: right;}
+/* 리스트 상세 버튼 추가 */
+.btn_wrap.btn_layout02{display: flex; justify-content: space-between; margin:15px 0 30px 0;}
+.btn_wrap.btn_layout02>div{width: calc(100% / 3);}
+
/* button type */
.btn_wrap select {height: 45px !important;}
.btn_wrap button {margin: 0 1px;height: 45px; padding: 0 25px; margin: 0 2px; font-size: 18px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}