diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/news/newsList.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/news/newsList.jsp
index d505782c..3ffb3577 100644
--- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/news/newsList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/news/newsList.jsp
@@ -366,18 +366,17 @@
개인정보 수집·이용 동의(필수)
-
-1. 개인정보의 수집 및 이용 목적
-조정원에서 정기적으로 발행하는 뉴스레터 등 다양한 정책정보 수신을 위한 정책고객 가입하기는 관계법령 등에서
-정하는 소관 업무의 수행을 위하여 다음과 같이 개인정보를 수집 및 이용합니다. 수집된 개인정보는 정해진 목적 이외
-의 용도로는 이용되지 않으며, 수집 목적이 변경될 경우 사전에 알리고 동의를 받을 예정입니다.
+ 1. 개인정보의 수집 및 이용 목적
+ 조정원에서 정기적으로 발행하는 뉴스레터 등 다양한 정책정보 수신을 위한 정책고객 가입하기는 관계법령 등에서 정하는 소관 업무의 수행을 위하여 다음과 같이 개인정보를 수집 및 이용합니다. 수집된 개인정보는 정해진 목적 이외의 용도로는 이용되지 않으며, 수집 목적이 변경될 경우 사전에 알리고 동의를 받을 예정입니다.
+
+ 2. 수집하는 개인정보의 항목
+
+ - 가. 필수항목 : 신청인 성명, 연락처
+ - 나. 선택항목 : 이메일 등
+ - 다. 자동수집항목 : IP(Internet Protocol)주소 - 부정한 방법으로 타인명의를 사용하는 경우에 대비하기 위해 정보이용내역 등을 자동 수집합니다.
+
+
-2. 수집하는 개인정보의 항목
-가. 필수항목 : 신청인 성명, 연락처
-나. 선택항목 : 이메일 등
-다. 자동수집항목 : IP(Internet Protocol)주소 - 부정한 방법으로 타인명의를 사용하는 경우에 대비하기 위해 정보이용내
-역 등을 자동 수집합니다.
-
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 aa91e1cc..fe7ee983 100644
--- a/src/main/webapp/kofair_case_seed/adm/style/style.css
+++ b/src/main/webapp/kofair_case_seed/adm/style/style.css
@@ -265,4 +265,12 @@ div.webnote_toolbar_container{display:flex;}
.step_ol.cs-step li:last-child::before,.step_ol.cs-step li:last-child::after{display:none;}
.step_ol.cs-step li a:hover,.step_ol.cs-step li.active a{color:#fff;border:1px solid #171c70;background:#171c70;}
.step_ol.cs-step li a:before{display:inline-block;padding:0 10px 0 0;font-size:18px;background:transparent;margin:0;line-height:1.3;}
-.step_ol.cs-step li:hover a:before, .step_ol.cs-step li.active a:before{font-weight:600;color:#fff;background:#171c70;}
\ No newline at end of file
+.step_ol.cs-step li:hover a:before, .step_ol.cs-step li.active a:before{font-weight:600;color:#fff;background:#171c70;}
+
+/* page */
+.wrap .pagination,.wrap .pagination-control{height:40px;}
+.wrap .pagination li a{display:flex;width:40px;height:40px;font-size:15px;font-weight:400;line-height:1;justify-content:center;align-items:center;}
+.wrap .pagination li a:hover{color:#163db1;background:#e3edfe;}
+.wrap .pagination li a.on{background:#fff !important;font-weight:600;color:#163db1 !important;border:1px solid #163db1;}
+.wrap .pagination-inner{border:0;}
+.wrap .pagination-control.prev a:after,.pagination-control.next a:after{display:none;}
\ No newline at end of file
diff --git a/src/main/webapp/kofair_case_seed/usr/style/info.css b/src/main/webapp/kofair_case_seed/usr/style/info.css
index d74cf97b..515cd6d4 100644
--- a/src/main/webapp/kofair_case_seed/usr/style/info.css
+++ b/src/main/webapp/kofair_case_seed/usr/style/info.css
@@ -5,6 +5,11 @@
.news_service .box.gray_fill .apl_tit{display:inline-block;margin:0 13px 0 0;font-size:1.6rem;font-weight:500;color:#333;}
.news_service .box.gray_fill.agree_box{padding:20px;margin:40px 0;}
.news_service .box.gray_fill .email_wrap{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap;}
+.news_service .gray_border.box{max-height:384px;line-height:1.4;overflow:auto;}
+.news_service .gray_border.box .title{font-size:1.9rem;font-weight:500;}
+.news_service .gray_border.box .title+p{margin:15px 0 30px 15px;color:#666;}
+.news_service .sub_dl{display:flex;margin:15px;font-size:1.7rem;color:#666;flex-direction:column;gap:6px;}
+.news_service .sub_dl dd{padding:0 0 4px 20px;font-size:1.5rem;}
/* 분쟁조정 제도 */
.system_info .system_dl{color:#333;line-height:1.5;border-bottom:1px solid #d8d8d8;padding:0 0 40px 0;margin:0 0 40px 0;}