diff --git a/src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp b/src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
index 96e12cd2..21bd7f9c 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
@@ -918,11 +918,11 @@ function set_bbs(){
diff --git a/src/main/webapp/kofair_case_seed/usr/style/layout.css b/src/main/webapp/kofair_case_seed/usr/style/layout.css
index cbbaddf5..af8fadb5 100644
--- a/src/main/webapp/kofair_case_seed/usr/style/layout.css
+++ b/src/main/webapp/kofair_case_seed/usr/style/layout.css
@@ -31,12 +31,12 @@ html{font-size:62.5%;}
.header .menu_depth01{width:calc(100% / 5);}
.header .menu_depth01>a{display:flex;height:80px;font-size:2.3rem;font-weight:700;color:#333;text-align:center;align-items:center;justify-content:center;}
.header .sub_menu_wrap{position:absolute;display:none;width:100%;left:0;background:#fff;border-top:1px solid #d8d8d8;margin:-1px 0 0 0;top:79px;box-shadow:0px 8px 8px rgba(0,0,0,.08);}
-.header .sub_menu{display:flex;}
+.header .sub_menu{display:flex;width:100%;}
.header .sub_menu_wrap .sub_menu_title_wrap{width:400px;background:#2e40ba;color:#fff;text-align:right;padding:52px 70px 0 0;}
.header .sub_menu_wrap .sub_menu_title_wrap h2{position:relative;font-size:3.3rem;font-weight:700;}
.header .sub_menu_wrap .sub_menu_title_wrap h2::after{position:absolute;content:"";width:13px;height:13px;background:#fe9a17;border-radius:100%;right:-18px;top:-16px;}
.header .sub_menu_wrap .sub_menu_title_wrap h2 span{display:block;width:100%;font-size:1.5rem;opacity:0.2;margin:17px 0 0 0;}
-.header .sub_menu_wrap .sub_menu_ul{display:flex;width:calc(100% - 645px);padding:50px 0 50px 50px;flex-wrap:wrap;gap:45px;}
+.header .sub_menu_wrap .sub_menu_ul{display:flex;width:calc(100% - 500px);padding:50px 0 50px 50px;flex-wrap:wrap;gap:45px;}
.header .sub_menu_wrap .sub_menu_ul .menu_depth02{width:calc((100% / 4) - 34px);}
.header .sub_menu_wrap .sub_menu_title{display:flex;width:100%;height:42px;margin:0 0 23px 0;font-size:2.1rem;font-weight:700;color:#2e40ba;border:1px solid #6b75c9;border-radius:5px;align-items:center;justify-content:center;}
.header .sub_menu_wrap .menu_depth03{display:flex;padding:0 10px;flex-direction:column;gap:16px;}
@@ -93,6 +93,8 @@ html{font-size:62.5%;}
@media screen and (max-width: 1440px){
.inner{padding:0 30px;}
+
+ .header .sub_menu_wrap .sub_menu_ul .menu_depth02{width:calc((100% / 3 ) - 34px);}
}
@media screen and (max-width: 1199px){
@@ -102,7 +104,6 @@ html{font-size:62.5%;}
.full_all_menu{display:none !important;}
-
/* header */
.header{border-top:0;}
diff --git a/src/main/webapp/kofair_case_seed/usr/style/style.css b/src/main/webapp/kofair_case_seed/usr/style/style.css
index d8cc0da9..a36c264e 100644
--- a/src/main/webapp/kofair_case_seed/usr/style/style.css
+++ b/src/main/webapp/kofair_case_seed/usr/style/style.css
@@ -31,7 +31,8 @@
.icon.td_time{width:34px;height:34px;background:url(/kofair_case_seed/usr/images/component/icon_td_time.png) no-repeat center center;}
/* sub layout */
-.sub_content{width:calc(100% - 366px);margin:10px 0 0 0;}
+.sub_content,.wrap>.sub>.inner>form[method="post"]:not(#listForm,#searchForm){width:calc(100% - 366px);margin:10px 0 0 0;}
+.wrap>.sub>.inner>form .sub_content{width:100%;}
.page_location{display:flex;align-items:center;}
.page_location li{position:relative;padding:0 13px;font-size:1.6rem;color:#888;}
.page_location li::after{position:absolute;content:"";width:7px;height:13px;right:-4px;top:5px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right.png) no-repeat center center;}