최정임 최정임 01-14
250114 최정임 css 수정2
@1f562e79f2586fb2db874ce8e74ddc427cc5400f
client/resources/css/component.css
--- client/resources/css/component.css
+++ client/resources/css/component.css
@@ -1,10 +1,7 @@
 @charset "utf-8";
 
 /* box */
-.content {
-    width: 100%;
-    height: 100%;
-}
+
 
 .row {
     padding-top: 5px;
client/resources/css/layout.css
--- client/resources/css/layout.css
+++ client/resources/css/layout.css
@@ -1,5 +1,8 @@
 @charset "utf-8";
 
+.main-warp{
+    margin-bottom: 3rem;
+}
 .user-wrap header {
     width: 100%;
     background-color: var(--sky-green);
client/theme/tema_v1/css/component.css
--- client/theme/tema_v1/css/component.css
+++ client/theme/tema_v1/css/component.css
@@ -12,7 +12,7 @@
 }
 .box {
     background-color: var(--white);
-    height: 100%;
+    height: auto;
     padding: 2rem;
     border-radius: 10px;
     border: 0.1rem solid var(--krds-gray-40);
@@ -826,6 +826,8 @@
 /* 목록형 공지사항 */
 .list_news ul {
     overflow: hidden;
+    height: 20rem;
+
 }
 .list_news ul li.leli, .list_news ul li:nth-child(2n+1) {
     margin-right: 4%;
@@ -924,7 +926,11 @@
         transform: translate(-50%, -50%);  /* 이미지를 버튼 중앙에 배치 */
       }
     }
-  
+    .swiper-pagination{
+        left: 50%;
+        bottom: 0px;
+    
+    }
     /* 다음 버튼 (next) */
     .swiper-button-next {
       &::after {
client/theme/tema_v2/css/component.css
--- client/theme/tema_v2/css/component.css
+++ client/theme/tema_v2/css/component.css
@@ -602,7 +602,7 @@
         position: relative;
         margin: 0 auto;
         height: 5.6rem;    
-        width: 54.8rem;
+        width: 100%;
         padding: 0;
         border: 0;
     }
@@ -914,7 +914,7 @@
       z-index: 1;
 
     }
-    .swiper-slide{height: 297px;}
+    .swiper-slide{height: 173px;}
     /* 이전 버튼 (prev) */
     .swiper-button-prev {
       &::after {
client/views/index.html
--- client/views/index.html
+++ client/views/index.html
@@ -17,9 +17,9 @@
   <link rel="stylesheet" href="../client/resources/css/layout.css"> 
 
   <!--위쪽 헤더 -->   
-  <link rel="stylesheet" href="../client/resources/css/header.css">
+  <!-- <link rel="stylesheet" href="../client/resources/css/header.css"> -->
     <!--좌측 헤더 -->
-  <!-- <link rel="stylesheet" href="../client/resources/css/header_column.css"> -->
+  <link rel="stylesheet" href="../client/resources/css/header_column.css">
 
   <!-- v0 css -->
   <link rel="stylesheet" href="../client/resources/css/component.css"> 
client/views/pages/user/government/main/Main_v1.vue
--- client/views/pages/user/government/main/Main_v1.vue
+++ client/views/pages/user/government/main/Main_v1.vue
@@ -150,8 +150,8 @@
         </div>
       </div>
       <!-- 공지사항 및 배너 -->
-      <div class="community-zone flex">
-        <div class="gd-6 pl20">
+      <div class="community-zone flex justify-between mb50">
+        <div class="gd-6 pl0">
           <div class="box-out-title flex justify-between align-center">
             <p>공지사항(목록형)</p>
             <router-link to="/government/BBS_MNG_000000000000027/list.page" class=" flex align-center">
client/views/pages/user/government/main/Main_v2.vue
--- client/views/pages/user/government/main/Main_v2.vue
+++ client/views/pages/user/government/main/Main_v2.vue
@@ -3,13 +3,26 @@
     <div class="w1400">
       <!-- 공지사항 및 배너 -->
       <div class="community-zone flex mb30">
-        <div class="gd-4 pr30">
+        <div class="gd-4 pr30 pl0">
+            
+      <!-- 검색창 -->
+      <div class="community-zone mb20">
+        <div class="box-out-title flex justify-between align-center">
+          <p>통합검색</p>
+        </div>
+        <div class="search-bar text-ct">
+          <div class="box">
+            <input type="text" class="search-input" placeholder="검색어를 입력하세요." v-model="search.searchText"
+              @keyup.enter="totalSearch" />
+            <button class="icon-button search-button" @click="totalSearch">
+              <svg-icon type="mdi" :path="this.$iconPath()" class="search-icon"></svg-icon>
+            </button>
+          </div>
+        </div>
+      </div>
           <div class="box-out-title flex justify-between align-center">
             <p>메인비주얼</p>
-            <router-link to="/government/companyInfo/list.page" class=" flex align-center">
-              <p class="mr5">바로가기</p>
-              <svg-icon type="mdi" :width="15" :height="15" :path="this.$iconPath('mdiArrowRight')"></svg-icon>
-            </router-link>
+           
           </div>
           <div class="box">
 
@@ -30,7 +43,7 @@
             </div>
           </div>
         </div>
-        <div class="gd-8 ">
+        <div class="gd-8 pr0">
              <!-- 바로가기 -->
       <div class="community-zone mb20">
         <div class="box-out-title flex justify-between align-center">
@@ -108,22 +121,7 @@
         
       </div>
 
-   
-      <!-- 검색창 -->
-      <div class="community-zone mb30">
-        <div class="box-out-title flex justify-between align-center">
-          <p>통합검색</p>
-        </div>
-        <div class="search-bar text-ct">
-          <div class="box">
-            <input type="text" class="search-input" placeholder="검색어를 입력하세요." v-model="search.searchText"
-              @keyup.enter="totalSearch" />
-            <button class="icon-button search-button" @click="totalSearch">
-              <svg-icon type="mdi" :path="this.$iconPath()" class="search-icon"></svg-icon>
-            </button>
-          </div>
-        </div>
-      </div>
+ 
       <!-- 배너 -->
       <div class="community-zone mb30">
         <div class="best_service">
Add a comment
List