mycoms 04-12
2240412 김하영
@340c6cf0c078e3c2837e07c3220f4b8169be190c
resources/css/responsive.css
--- resources/css/responsive.css
+++ resources/css/responsive.css
@@ -2120,26 +2120,29 @@
 
     .text-area {
         width: 100% !important;
-        height: 100% !important;
-        padding: 2rem;
+        padding: 6rem 2rem;
     }
 
     .innerSwiper-title {
         font-size: 1.5rem;
     }
-
+.history .text-area{
+    padding-top: 120px;
+}
     .innerSwiper .swiper-slide {
         width: 100% !important;
         padding: 10px;
     }
-
+.history-area{
+    gap: 0px !important;
+}
     .sub-text-area {
         margin-bottom: 1rem !important;
     }
 
     .marketing-wrapper {
         width: 100%;
-        padding: 1rem 1rem 2rem 1rem;
+        padding: 2rem;
         margin: 0 auto;
     }
 
@@ -2229,7 +2232,7 @@
     .footer-text div p,
     .footer-text p {
         width: 100%;
-        font-size: 1.2rem;
+        font-size: 1.2rem !important;
         padding-left: 0px !important;
     }
 
@@ -2302,7 +2305,7 @@
 
     .slideText p:last-child,
     .slideTextDtail p {
-        font-size: 1.2rem;
+        font-size: 1.5rem;
     }
 
     .slideText p:first-child {
@@ -2310,7 +2313,7 @@
     }
 
     .slideTextDtail p {
-        font-size: 1rem;
+        font-size: 1.3rem;
         border-bottom: 0px !important;
         margin-bottom: 0.5rem;
     }
@@ -2322,7 +2325,7 @@
 
     .about img {
         width: 100%;
-        height: 100%;
+        height: 150px !important;
     }
 
     .about-vision-box {
@@ -2361,8 +2364,7 @@
 
     .taken-wrap-box {
         width: 100% !important;
-        gap: 5px !important;
-        flex-direction: column;
+        gap: 10px !important;
     }
 
     .taken-area {
@@ -2389,8 +2391,9 @@
     }
 
     .text-box-title {
+        margin-bottom: 0px;
         font-size: 1rem;
-        padding-left: 10px;
+        margin-left: 20px;
     }
 
     .solution-after {
@@ -2404,6 +2407,9 @@
     .meta-title::after,
     .smart-title::after {
         display: none;
+    }
+    .traffic-video{
+        width: 90%;
     }
 
     /* .solution-area {
@@ -2434,7 +2440,7 @@
 
     .etc-wrap-text {
         width: 100%;
-        height: 50%;
+        height: 75%;
 
     }
 
@@ -2470,17 +2476,20 @@
     }
 
     .text-box-title::after {
-        left: -5px;
-        top: -1px;
+        left: -17px;
+        top: 0px;
     }
 
     .solution .swiper-slide img {
         height: 130px !important;
 
     }
-
+    #footer img{
+        width: 100px !important;
+        height: 50px !important;
+    }
     .swiper-slide img {
-        margin: 0 auto;
+        object-fit: contain;
     }
 
     .traffic-button {
@@ -2553,13 +2562,13 @@
     .box-wrap div p {
         padding: 1px;
         margin-bottom: 0rem !important;
-        font-size: 1rem !important;
+        font-size: 1.4rem !important;
     }
 
     .etc-box-title {
         font-weight: 700;
         text-align: center !important;
-        font-size: 2.2rem !important;
+        font-size: 1.6rem !important;
     }
 
     .box-wrap div div {
@@ -2641,4 +2650,17 @@
     .box4 {
         transform: translateY(0px);
     }
+    #etc .box-wrap{
+        display: grid;
+        grid-template-columns: 1fr 1fr;
+    }
+    .etc-box{
+        width: 100%;
+    }
+    .swiper-slide {
+        -ms-overflow-style: none;
+        /* 인터넷 익스플로러 */
+        scrollbar-width: none;
+        /* 파이어폭스 */
+    }
 }
(파일 끝에 줄바꿈 문자 없음)
views/layout/Header.html
--- views/layout/Header.html
+++ views/layout/Header.html
@@ -6,7 +6,7 @@
 <body>
     <div class="header">
         <div class="header-area flex justify-between align-center">
-            <a href="../index.html" class="logo"></a>
+            <a href="/views/index.html" class="logo"></a>
             <div class="mobil-wrap">
                 <button class="mobile-menu-button">☰</button>
                 <button class="mobile-menu-button-close" style="display: none;">x</button>
@@ -97,7 +97,7 @@
         window.location.href = '/';
     } else {
         // 다른 페이지에 있는 경우, 메인 페이지로 이동
-        window.location.href = 'index.html';
+        window.location.href = '/';
     }
 });
 
views/pages/AboutUs.html
--- views/pages/AboutUs.html
+++ views/pages/AboutUs.html
@@ -259,7 +259,7 @@
 
             </div>
 
-            <div class="swiper-slide flex" style="overflow-y: auto; height: 100%;">
+            <div class="swiper-slide flex history" style="overflow-y: auto; height: 100%;">
                 <div style="width: 100%; height: 100%; flex-wrap: nowrap;" class="flex ">
 
 
views/pages/Solution.html
--- views/pages/Solution.html
+++ views/pages/Solution.html
@@ -387,7 +387,7 @@
 <script>
     function updateSwiperStylesheet() {
         // 화면 너비가 750px을 초과하는지 확인
-        if (window.innerWidth > 750) {
+        if (window.innerWidth > 800) {
             // 이미 해당 스타일시트가 추가되었는지 확인
             var isSwiperCssAdded = document.querySelector('link[href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"]');
             if (!isSwiperCssAdded) {
Add a comment
List