diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
index 5e8656bd..78ec9158 100644
--- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
@@ -217,7 +217,7 @@ function bbsMasterExcelDownload(){
<%-- --%>
-
+
diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css
index 37560817..9c479b42 100644
--- a/src/main/webapp/kofair_case_seed/adm/style/style.css
+++ b/src/main/webapp/kofair_case_seed/adm/style/style.css
@@ -230,7 +230,8 @@ div.webnote_toolbar_container{display:flex;}
.prc_content .btn_wrap{margin:0 0 40px 0;align-items:flex-end}
.prc_content .btn_wrap *{min-height:36px;}
.prc_content .btn_wrap.ac *{height:46px;}
-.prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;}
+.prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
+.prc_content .btn_wrap .area_right{width:40%;justify-content:flex-end;}
.prc_content .btn-default{font-size:16px;}
.prc_content .col-table.data-table th,
.prc_content .col-table.data-table td{text-align:left;}
@@ -355,5 +356,9 @@ div.webnote_toolbar_container{display:flex;}
.search_detail{padding:0 20px;}
.search_detail .search_ul{gap:15px;}
.search_detail .search_ul .title{white-space:nowrap;}
- .search_detail .search_ul input[name=searchTitle]{width:230px;}
+ .search_detail .search_ul input[name=searchTitle]{width:230px;}
+
+ /* 분쟁사건 처리관리 */
+ .step_ol.cs-step li a{font-size:16px;}
+ .step_ol.cs-step li a:before{font-size:16px;padding:0 5px 0 0;}
}