hehihoho3@gmail.com 01-27
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
@f88b06016d2e4d51d9cb56d05dc06567d0e99990
src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp
@@ -73,7 +73,7 @@
 								경기도 수원시 영통구 창룡대로 260, 907호(이의동, 광교센트럴비즈타워)
 								<br>#907, 260, Changnyong-daero, Yeongtong-gu, Suwon-si, Gyeonggi-do, Republic of Korea
 							</address>
-							<span class="copyright">COPYRIGHTS 2021 ⓒ KOIPA, All Rights Reserved</span>
+							<span class="copyright">2022 © ORGASIS, Inc. All Rights Reserved.</span>
 						</div>
 
 						<button type="button" class="btn_top"><i></i>TOP</button>
src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
@@ -178,7 +178,7 @@
 		<div class="visual_slide swiper">
 			<div class="swiper-wrapper">
 				<a href="#" class="swiper-slide" style="background: url('${backgroundUrl}') no-repeat center center;"></a>
-<!-- 				<a href="#" class="swiper-slide"></a> -->
+				<!-- <a href="#" class="swiper-slide"></a> -->
 			</div>
 		</div>
 		
src/main/webapp/publish/usr/css/content.css
--- src/main/webapp/publish/usr/css/content.css
+++ src/main/webapp/publish/usr/css/content.css
@@ -95,6 +95,7 @@
 .location_list .boxs li{display:flex;height:80px;font-size:20px;font-weight:bold;background:#f2f4f6;border-radius:20px;justify-content:center;align-items:center;gap:12px;}
 .location_list .phone{width:40px;height:40px;background:url(/publish/usr/images/component/phone.png) no-repeat center center;}
 .location_list .email{width:40px;height:40px;background:url(/publish/usr/images/component/email.png) no-repeat center center;}
+.location_list .fax{width:40px;height:40px;background:url(/publish/usr/images/component/fax.png) no-repeat center center;}
 .location_list .btn_map{width:100%;height:80px;font-size:20px;font-weight:bold;margin:20px 0 0 0;border:1px solid #000;border-radius:100px;;}
 
 /* 연혁 */
src/main/webapp/publish/usr/css/icon.css
--- src/main/webapp/publish/usr/css/icon.css
+++ src/main/webapp/publish/usr/css/icon.css
@@ -3,7 +3,7 @@
 .icon{display:inline-block;width:100%;height:100%;vertical-align:middle;;}
 
 .icon.lang{width:20px;height:40px;background:url(../images/common/lang.png) no-repeat center 10px;}
-.scrolled .icon.lang{background:url(../images/common/lang_scrolled.png) no-repeat center 10px;}
+.scrolled .icon.lang,.active .icon.lang{background:url(../images/common/lang_scrolled.png) no-repeat center 10px;}
 
 .icon.close{width:40px;height:40px;background:url(../images/common/menu_close.png) no-repeat center;}
 
src/main/webapp/publish/usr/css/main.css
--- src/main/webapp/publish/usr/css/main.css
+++ src/main/webapp/publish/usr/css/main.css
@@ -4,14 +4,14 @@
 .main_visual{position:relative;width:100%;height:100%;left:0;top:0;z-index:1;}
 .main_visual .visual_slide{position:fixed;width:100%;height:100vh;z-index:-1;}
 .main_visual .visual_slide a:first-child{background:url(../images/main/visual01.jpg);}
-.main_visual .visual_slide a:nth-child(2){background:url(../images/main/visual01.jpg);}
-.main_visual .visual_slide a:nth-child(3){background:url(../images/main/visual01.jpg);}
+.main_visual .visual_slide a:nth-child(2){background:url(../images/main/visual02.jpg);}
+.main_visual .visual_slide a:nth-child(3){background:url(../images/main/visual03.jpg);}
 .main_visual .slide_pagination{margin:108px 0 0 0;}
 .main_visual .swiper-pagination-bullet{width:85px;height:5px;border-radius:0;background:#fff;}
 .main_visual .swiper-pagination-bullet-active{background:var(--accent-color);}
 
-.main .contents{width:100%;padding:160px 0 0 0;z-index:1;}
-.main .inner{display:flex;gap:60px;align-items:center;}
+.main .contents{width:100%;padding:180px 0 0 0;z-index:1;}
+.container.main .inner{display:flex;margin:0 auto 80px auto;gap:60px;align-items:center;}
 .main .text_area{width:60%;word-break:break-all;}
 .main .text_area .title{font-family:var(--secondary-title-font);font-size:80px;font-weight:bold;color:#fff;line-height:1.2;}
 .main .text_area .line{display:block;color:transparent;-webkit-text-stroke: 1px #fff;}
 
src/main/webapp/publish/usr/images/component/fax.png (Binary) (added)
+++ src/main/webapp/publish/usr/images/component/fax.png
Binary file is not shown
 
src/main/webapp/publish/usr/images/main/visual02.jpg (Binary) (added)
+++ src/main/webapp/publish/usr/images/main/visual02.jpg
Binary file is not shown
 
src/main/webapp/publish/usr/images/main/visual03.jpg (Binary) (added)
+++ src/main/webapp/publish/usr/images/main/visual03.jpg
Binary file is not shown
src/main/webapp/publish/usr/layout/layout.css
--- src/main/webapp/publish/usr/layout/layout.css
+++ src/main/webapp/publish/usr/layout/layout.css
@@ -19,7 +19,7 @@
 .header_container .inner{display:flex;height:100%;justify-content:space-between;align-items:center;}
 .header_container nav,.header_container .gnb{display:flex;height:100%;}
 .header_container .gnb{width:calc(100% - 100px);gap:100px;}
-.header_container .gnb a{display:flex;height:100%;padding:0 10px;font-size:20px;font-weight:bold;color:#fff;align-items:center;justify-content:center;white-space:nowrap;}
+.header_container .gnb a{display:flex;height:100%;padding:0 10px;font-size:20px;font-weight:bold;color:#fff;letter-spacing:0.5px;align-items:center;justify-content:center;white-space:nowrap;}
 .header_container .gnb .active .depth01{color:var(--primary-color);border-bottom:3px solid var(--primary-color);}
 .header_container .depth02_container{position:absolute;width:100%;border-top:1px solid #eeeff4;top:100%;left:0;background:#fff;box-shadow:0 8px 10px rgba(0,0,0,0.05);max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s ease,transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),visibility 0.4s;}
 .header_container .active .depth02_container{max-height:100vh;opacity:1;visibility:visible;}
@@ -45,10 +45,10 @@
 .btn_search i{background:url(../images/common/search.png) no-repeat center center;}
 .btn_sitemap i{background:url(../images/common/menu.png) no-repeat center center;}
 
-.header.scrolled{background:#fff;box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
-.header.scrolled .gnb a{color:#222;}
-.header.scrolled .btn_sitemap i{background:url(../images/common/menu_scrolled.png) no-repeat center center;}
-.header.scrolled .lang_switch{color:#222;}
+.header.scrolled,.header.active{background:#fff;box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
+.header.scrolled .gnb a,.header.active .gnb a{color:#222;}
+.header.scrolled .btn_sitemap i,.header.active .btn_sitemap i{background:url(../images/common/menu_scrolled.png) no-repeat center center;}
+.header.scrolled .lang_switch,.header.active .lang_switch{color:#222;}
 
 /* 모바일 메뉴 */
 .mobile_nav {position:fixed;width:100%;height:100%;top:0;right:-100%;background:#fff;transition:right .6s ease;z-index:1000;flex-direction:column;}
@@ -65,8 +65,8 @@
 
 
 /* footer */
-.footer{position:relative;width:100%;padding:60px 0;margin:0 0 0 0;background:#222427;border-radius:30px 30px 0 0;box-sizing:border-box;bottom:0;}
-.footer .inner{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:32px;}
+.footer{position:relative;width:100%;padding:60px 0;margin:0 0 0 0;background:#222427;border-radius:30px 30px 0 0;box-sizing:border-box;bottom:0;z-index:1;}
+.footer .inner{position:relative;display:flex;margin:0 auto;justify-content:flex-start;align-items:center;gap:32px;}
 .footer .footer_left{display:flex;flex-direction:column;gap:50px;}
 .footer .footer_logo{mix-blend-mode:luminosity;}
 .footer .link{display:flex;align-items:center;}
src/main/webapp/publish/usr/layout/layout.js
--- src/main/webapp/publish/usr/layout/layout.js
+++ src/main/webapp/publish/usr/layout/layout.js
@@ -28,7 +28,7 @@
     hoverTimer = setTimeout(function () {
       $pcGnb.removeClass("active");
       $target.addClass("active");
-      $header.addClass("scrolled");
+      $header.addClass("active");
     }, 120); // hover 딜레이로 자연스러운 UX
   });
 
@@ -38,7 +38,7 @@
   
     // 스크롤을 내리지 않았을 때만 scrolled 제거
     if ($(window).scrollTop() <= HEADER_SCROLL_OFFSET) {
-      $header.removeClass("scrolled");
+      $header.removeClass("active");
     }
   });
 
@@ -49,11 +49,9 @@
   ================================================== */
 
   $(window).on("scroll", function () {
-    $header.toggleClass(
-      "scrolled",
-      $(this).scrollTop() > HEADER_SCROLL_OFFSET
-    );
-  });
+	  const y = $(this).scrollTop();
+	  $header.toggleClass("scrolled", y > HEADER_SCROLL_OFFSET && y !== 0);
+	});
 
 
   /* ==================================================
Add a comment
List