mycoms 2024-04-11
240411 김하영
@b032dd18ac152d8e63954677c2ff89a0ec7a4901
resources/css/common.css
--- resources/css/common.css
+++ resources/css/common.css
@@ -525,6 +525,9 @@
 .pt100 {
     padding-top: 10rem;
 }
+.pt120 {
+    padding-top: 12rem;
+}
 
 .pb0 {
     padding-bottom: 0;
resources/css/responsive.css
--- resources/css/responsive.css
+++ resources/css/responsive.css
@@ -29,6 +29,7 @@
     .map-text,
     .about-title p:nth-child(1) {
         font-size: 2.5rem !important;
+        padding-bottom: 1rem;
     }
 
 
@@ -43,11 +44,17 @@
     .sub-text,
     .solution-sub-text {
         font-size: 1rem !important;
+        margin-bottom: 0rem;
     }
     .marketing-wrap-title h1{
         font-size: 3rem;
     }
-
+    .accordion.active .accordion-num, .accordion.active .accordion-num span{
+        font-size: 2rem;
+    }
+.history-box{
+    height: 100%;
+}
     .solution-box {
         width: 100%;
         height: calc(100% - 182px) !important;
@@ -164,7 +171,6 @@
 
     .slide-wrap {
         width: 100%;
-        height: 100% !important;
     }
 
     .text-area {
@@ -618,6 +624,10 @@
         font-size: 1.2rem;
     }
 
+    .taken-area p{
+        font-size: 1.5rem;
+    }
+
     .traffic-button {
         justify-content: center;
     }
@@ -701,7 +711,9 @@
         padding-bottom: 0rem !important;
         object-fit: contain;
     }
-
+    .solution-title, .traffic-title, .ai-title, .meta-title, .smart-title{
+        margin-bottom: 10px !important;
+    }
 
     .box-wrap div p {
         text-align: center;
resources/css/style.css
--- resources/css/style.css
+++ resources/css/style.css
@@ -9,12 +9,14 @@
     text-align: center;
 }
 
-.mobil-wrap{
+.mobil-wrap {
     display: none;
 }
-.mobil-menu{
+
+.mobil-menu {
     display: none;
 }
+
 #header.active {
     border-bottom: 1px solid #ced4da;
     background-color: white;
@@ -47,9 +49,11 @@
     color: #333;
     display: block;
 }
+
 #header.active .header .mobil-menu ul {
     background-color: #fff;
 }
+
 .slide-back {
     background: url(../img/common/main-2.png)no-repeat;
     width: 0;
@@ -221,6 +225,7 @@
 .solution-ani:nth-child(3) {
     animation-delay: 0.5s;
 }
+
 .solution-ani:nth-child(4) {
     animation-delay: 0.7s;
 }
@@ -232,9 +237,11 @@
 .solution-ani:nth-child(6) {
     animation-delay: 1s;
 }
+
 .solution-ani:nth-child(7) {
     animation-delay: 1.2s;
 }
+
 .solution-ani:nth-child(8) {
     animation-delay: 1.4s;
 }
@@ -250,9 +257,11 @@
 }
 
 .solution-text.active {
+    opacity: 1;
+    height: 100%;
 
-    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
-    animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
+    transition: all 1s ease;
+    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
 
 
 }
@@ -268,6 +277,18 @@
     animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
 }
 
+@keyframes tracking-in-expand {
+    0% {
+      letter-spacing: -0.5em;
+      opacity: 0;
+    }
+    40% {
+      opacity: 0.6;
+    }
+    100% {
+      opacity: 1;
+    }
+  }
 
 .solution-box {
     flex-wrap: nowrap;
@@ -406,10 +427,12 @@
 .ivory-box div p:nth-child(1) {
     color: #242a30;
 }
-.traffic-btn:hover{
+
+.traffic-btn:hover {
     transform: scale(1.1);
     transition: all 0.5s ease;
 }
+
 .hvr-grow {
     display: inline-block;
     vertical-align: middle;
@@ -532,14 +555,6 @@
 
 
 
-/* .slide1 ,.slide2,.slide3,.slide4,.slide5,.slide6{
-    border-radius: 10px;
-    width: 100%;
-    height: 400px;
-    box-shadow: 2px 2px 5px #5454541b;
-    background-color: #F8F9FA;
-
-} */
 
 
 .innerSwiper-textBox {
@@ -648,23 +663,23 @@
 
 #footer {
     width: 100%;
-    /* height: 300px; */
     padding: 30px;
-    /* opacity: 0; */
-    /* display: none; */
     position: relative;
-    bottom: 0px;
+    bottom:-10%;
     left: 0;
     z-index: 56;
     transition: all 0.5s;
     background-color: #333;
 }
-/* #footer.active {
-    opacity: 1;
-    display: block;
+#footer img{
+    text-align: left !important;
+    width: 200px !important;
+  }
 
-} */
-
+#footer p{
+    font-size: 1.6rem;
+    text-align: left;
+  }
 
 .show-footer {
     margin-bottom: 100px;
@@ -696,9 +711,9 @@
     flex: 0 0 20%;
 }
 
-.copyright {
-    text-align: center;
-}
+.copyright{
+    text-align: center !important;
+  }
 
 
 /* solution page */
@@ -811,7 +826,7 @@
 
 
 .taken-area p {
-    font-size: 1.5rem;
+    font-size: 1.8rem;
     font-weight: 600;
     padding-left: 20px;
 }
@@ -828,14 +843,15 @@
     background-color: #F8F9FA;
     padding: 13px;
     text-align: center;
-    font-size: 1.6rem;
+    font-size: 2rem;
     border-radius: 10px;
     font-weight: 600;
+    z-index: 2;
 }
 
 .solution-text-box {
     width: 100%;
-    padding: 15px 40px;
+    padding: 15px 30px;
     border-radius: 10px;
     background-color: #fff;
     box-shadow: 2px 2px 5px #3e3e3e30;
@@ -843,9 +859,9 @@
 
 .solution-text-box p {
     font-weight: 500;
-    font-size: 1.2rem;
-    padding-left: 20px;
-    line-height: 2;
+    font-size: 1.6rem;
+    padding-left: 10px;
+    line-height: 1.5;
 }
 
 .text-box-title {
@@ -878,7 +894,7 @@
     color: #fff;
     border-radius: 50px;
     font-weight: 600;
-    font-size: 1.5rem;
+    font-size: 1.8rem;
     font-family: 'Pretendard';
     position: relative;
 
@@ -966,7 +982,6 @@
     background-size: cover;
     width: 30%;
     height: 70%;
-    z-index: -1;
 }
 
 .marketing-wrapper {
@@ -1365,7 +1380,7 @@
 
 .customized-box p {
     font-size: 1.5rem;
-	font-family: 'Pretendard';
+    font-family: 'Pretendard';
     font-weight: 600;
 }
 
@@ -1382,20 +1397,23 @@
     object-fit: contain;
 }
 
-.etc-box-title{
+.etc-box-title {
     font-weight: 600;
     text-align: center !important;
     font-size: 2.2rem !important;
 }
-.etc-box p{
+
+.etc-box p {
     text-align: left;
 }
-.Portfolio{
+
+.Portfolio {
     margin: auto;
     align-content: center;
     padding-top: 6rem;
     text-align: center;
 }
+
 .etc-box p {
     font-size: 1.8rem;
     line-height: 2;
@@ -1420,13 +1438,15 @@
     z-index: 1111;
     background-color: #242a305e;
 }
-.mobil-swiper{
+
+.mobil-swiper {
     display: none;
 }
+
 .traffic-video {
     position: absolute;
     top: 50%;
-    transform: translate(-50% ,-50%);
+    transform: translate(-50%, -50%);
     left: 50%;
     z-index: 111;
     width: 50%;
@@ -1445,7 +1465,7 @@
 }
 
 .traffic-video p {
-    font-size:3rem;
+    font-size: 3rem;
     color: #213F99;
     font-weight: 600;
 }
@@ -1457,9 +1477,9 @@
 .etc-wrap-title p {
     font-size: 2rem;
 }
-.etc-wrap-text p{
-    font-size: 2rem ;
+
+.etc-wrap-text p {
+    font-size: 2rem;
     font-weight: 600;
     padding: 10px 0;
-}
-
+}
(No newline at end of file)
views/index.html
--- views/index.html
+++ views/index.html
@@ -13,7 +13,170 @@
     <link rel="stylesheet" href="../../resources/css/responsive.css">
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
-
+    <style scoped>
+        #footer{
+            bottom: 0%;
+        }
+     
+        .footer-img{
+            text-align: left;
+        }
+    
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+        }
+    
+        .dropdown {
+            opacity: 0;
+            visibility: hidden;
+            position: absolute;
+            top: 35px;
+            right: 0;
+            width: 100%;
+            margin: 0 auto;
+            text-align: center;
+            background-color: #ffffff43;
+            transition: opacity 0.3s ease, visibility 0.3s ease;
+            z-index: 1;
+        }
+    
+    
+        html,
+        body {
+            position: relative;
+            height: 100%;
+            -ms-overflow-style: none;
+    
+        }
+    
+        .mobile-menu-button,
+        .mobile-menu-button-close {
+            font-size: 2rem;
+            color: #fff;
+            height: 29px;
+            width: 29px;
+        }
+    
+        .mobil-menu {
+            width: 100%;
+            height: 100%;
+            top: 40px;
+        }
+    
+        .mobil-menu ul {
+            list-style: none;
+            margin: 0;
+            background-color: #ffffff43;
+        }
+    
+        .mobil-menu ul li ul li a {
+            font-weight: 500;
+            color: #fff;
+            font-size: 1.2rem !important;
+        }
+    
+        ::-webkit-scrollbar {
+            display: none;
+        }
+    
+    
+        .swiper {
+            width: 100%;
+            height: 100%;
+        }
+    
+        .swiper-slide {
+            text-align: center;
+            font-size: 18px;
+            background: #fff;
+            justify-content: center;
+            align-items: center;
+        }
+    
+    
+    
+        .slide-wrap {
+            width: 100%;
+            height: 100%;
+        }
+    
+        .main-wrap {
+            background: url(../resources/img/common/main.png) no-repeat;
+            width: 100%;
+            height: 100%;
+            background-size: cover;
+            background-position: bottom;
+        }
+    
+    
+        .main-text {
+            padding-bottom: 50px;
+        }
+    
+        .main-text h2 {
+            width: 100%;
+            height: 20%;
+        }
+    
+        .main-text div {
+            width: 100%;
+        }
+    
+        .main-text div img {
+            width: 30px;
+        }
+    
+        .main-wrap .text-area h2 {
+            text-align: left;
+            font-size: 6rem;
+            font-weight: 600;
+            color: white;
+            font-family: 'Pretendard';
+    
+        }
+    
+        .main-wrap .text-area h2 span {
+            font-weight: 900;
+        }
+    
+    
+    
+        .text-main {
+            font-weight: 600;
+            color: #213f99;
+            font-family: 'Pretendard';
+            font-size: 5rem;
+    
+        }
+    
+        .text-main span {
+            color: #F29600;
+    
+    
+        }
+    
+    
+        .gradient-back {
+            background: linear-gradient(#e9ebff, #fff, #fff);
+        }
+    
+        .gradient-bottom {
+            background: linear-gradient(#fff, #fff, #e9ebff);
+        }
+    
+        .slide-solution {
+            font-family: 'Pretendard';
+    
+    
+        }
+    
+        .innerSwiper {
+            transition-timing-function: linear;
+        }
+    </style>
+    
 
     <title>TAKENSOFT</title>
 </head>
@@ -36,7 +199,7 @@
             </div>
             <div class="swiper-slide">
                 <div class="slide-wrap  slide-back scale-in-br">
-                    <div class="text-area slide-section flex align-center justify-center pb60">
+                    <div class="text-area pt60 slide-section flex align-center justify-center pb60">
                         <div style="height: 20%;">
                             <p class="text-main mb60">테이큰소프트는 <span>데이터</span>와 <span>AI 기술</span>을 통해 <br> 일상을 <span
                                     class="text-event">혁신으로 선도</span>합니다.</p>
@@ -47,7 +210,7 @@
             </div>
             <div class="swiper-slide gradient-back">
                 <div class="slide-wrap  slide-solution ">
-                    <div class=" text-area pb60 slide-section flex align-center" style="align-content: center;">
+                    <div class=" text-area pt60 pb60 slide-section flex align-center" style="align-content: center;">
                         <div class="sub-text-area mb20" style="width: 100%;">
                             <p class=" solution-text pb30">테이큰 소프트는</p>
                             <p class=" solution-sub-text">AI 서비스,데이터 관리,UI 인포그래픽 분야에서 핵심 솔루션을 보유하고 있으며 <br>
@@ -81,7 +244,7 @@
                 </div>
             </div>
             <div class="swiper-slide">
-                <div class="slide-wrap pt90 pb90 slide-solution">
+                <div class="slide-wrap pt120 pb60 slide-solution">
                     <div class=" Portfolio flex align-center" style="align-content: center; width: 100%;">
                         <div style="width: 1200px; margin: auto;">
                             <p class="portfolio-text mb20 ">PORTFOLIO</p>
@@ -149,8 +312,8 @@
                 </div>
 
             </div>
-            <div class="swiper-slide">
-                <div class="slide-wrap pt60 pb60 slide-solution gradient-bottom ">
+            <div class="swiper-slide flex" style="overflow-y: auto; height: 100%;">
+                <div class="slide-wrap pt120 pb60 slide-solution gradient-bottom ">
                     <div class=" text-area pb60 flex align-center justify-center"
                         style="height: 100%; align-content: center;">
                         <div style="width: 100%;" class="sub-text-area">
@@ -181,8 +344,8 @@
                     </div>
                 </div>
 
+                <div id="footer"></div>
             </div>
-            <div id="footer"></div>
 
 
         </div>
@@ -279,21 +442,20 @@
 
 
     var swiper1 = new Swiper(".mySwiper", {
+        cssMode: true,
         direction: "vertical",
         slidesPerView: 1,
         spaceBetween: 0,
-        speed: 700,
-        mousewheel: true,
+        speed: 1000,
+        mousewheel: {
+            eventsTarget: '.swiper-slide'
+        },
         pagination: {
             el: ".swiper-pagination",
             clickable: true,
-        }, slidesOffsetAfter: 220,
+        },
         on: {
-            // fromEdge: function () {
-            //     document.querySelector('#footer').classList.add('on');
-
-            // },
-
+            
 
             slideChangeTransitionEnd: function () {
                 if (this.activeIndex === 1) {
@@ -316,21 +478,65 @@
 
                 }
             },
+            init: function () {
+                const slides = document.querySelectorAll('.swiper-slide');
+                slides.forEach(slide => {
+                    slide.addEventListener('wheel', function (e) {
+                        const delta = e.wheelDelta || -e.deltaY;
+                        console.log(delta)
+                        // 슬라이드 내부에서 상단 또는 하단 경계에 도달했을 경우 Swiper 슬라이드 전환 허용
+                        if ((this.scrollTop === (this.scrollHeight - this.offsetHeight) && delta < 0) || (this.scrollTop === 0 && delta > 0)) {
+                            e.stopPropagation();
+                        }
+                    }, { passive: false });
+
+
+                });
+            },
+
             slideChange: function () {
+                if (this.activeIndex === 1) {
+                    $('.text-event').addClass('active');
+                    $('.sub-text').addClass('active');
+                    $('.slide-back').addClass('active');
+                } else {
+                    $('.text-event').removeClass('active');
+                    $('.sub-text').removeClass('active');
+                    $('.slide-back').removeClass('active');
+                }
+                if (this.activeIndex === 2) {
+                    $('.solution-text').addClass('active');
+                    $('.solution-sub-text').addClass('active');
+                    $('.box').addClass('active');
+                } else {
+                    $('.solution-text').removeClass('active');
+                    $('.solution-sub-text').removeClass('active');
+                    $('.box').removeClass('active');
+
+                }
                 var currentIndex = this.realIndex;
                 if (currentIndex === 0) {
                     $('#header').removeClass('active');
                 } else {
                     $('#header').addClass('active');
                 }
+                const swiper = this; // 'this'는 현재 Swiper 인스턴스를 참조합니다.
+                const isLastSlide = swiper.activeIndex === (swiper.slides.length - 1); // 마지막 슬라이드인지 확인
+                const footer = document.getElementById('footer'); // 푸터 요소 선택
 
-
-            },
-            reachEnd: function () {
-                swiper1.mousewheel.disable();
+                if (isLastSlide) {
+                    // 마지막 슬라이드에 도달했을 때 푸터 표시
+                    footer.style.display = 'block';
+                } else {
+                    // 마지막 슬라이드가 아닐 때 푸터 숨기기 (필요한 경우)
+                    footer.style.display = 'none';
+                }
             },
 
-        }
+        },
+
+
+    
     });
 
     window.addEventListener('load', () => {
@@ -363,7 +569,7 @@
         },
         loop: true,
         speed: 5000,
-        loopAdditionalSlides: 1,
+        // loopAdditionalSlides: 1,
         activeIndexChange: function () {
 
         }, on: {
@@ -402,169 +608,5 @@
 
 
 
-<style scoped>
-    .footer-text p {
-        font-size: 1.3rem;
-    }
-
-    .copyright {
-        font-size: 1.3rem;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-    }
-
-    .dropdown {
-        opacity: 0;
-        visibility: hidden;
-        position: absolute;
-        top: 35px;
-        right: 0;
-        width: 100%;
-        margin: 0 auto;
-        text-align: center;
-        background-color: #ffffff43;
-        transition: opacity 0.3s ease, visibility 0.3s ease;
-        z-index: 1;
-    }
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-        -ms-overflow-style: none;
-
-    }
-
-    .mobile-menu-button,
-    .mobile-menu-button-close {
-        font-size: 2rem;
-        color: #fff;
-        height: 29px;
-        width: 29px;
-    }
-
-    .mobil-menu {
-        width: 100%;
-        height: 100%;
-        top: 40px;
-    }
-
-    .mobil-menu ul {
-        list-style: none;
-        margin: 0;
-        background-color: #ffffff43;
-    }
-
-    .mobil-menu ul li ul li a {
-        font-weight: 500;
-        color: #fff;
-        font-size: 1.2rem !important;
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        background: #fff;
-        display: flex;
-        justify-content: center;
-        align-items: center;
-    }
-
-
-
-    .slide-wrap {
-        width: 100%;
-        height: 100%;
-    }
-
-    .main-wrap {
-        background: url(../resources/img/common/main.png) no-repeat;
-        width: 100%;
-        height: 100%;
-        background-size: cover;
-        background-position: bottom;
-    }
-
-
-    .main-text {
-        padding-bottom: 50px;
-    }
-
-    .main-text h2 {
-        width: 100%;
-        height: 20%;
-    }
-
-    .main-text div {
-        width: 100%;
-    }
-
-    .main-text div img {
-        width: 30px;
-    }
-
-    .main-wrap .text-area h2 {
-        text-align: left;
-        font-size: 6rem;
-        font-weight: 600;
-        color: white;
-        font-family: 'Pretendard';
-
-    }
-
-    .main-wrap .text-area h2 span {
-        font-weight: 900;
-    }
-
-
-
-    .text-main {
-        font-weight: 600;
-        color: #213f99;
-        font-family: 'Pretendard';
-        font-size: 5rem;
-
-    }
-
-    .text-main span {
-        color: #F29600;
-
-
-    }
-
-
-    .gradient-back {
-        background: linear-gradient(#e9ebff, #fff, #fff);
-    }
-
-    .gradient-bottom {
-        background: linear-gradient(#fff, #fff, #e9ebff);
-    }
-
-    .slide-solution {
-        font-family: 'Pretendard';
-
-
-    }
-
-    .innerSwiper {
-        transition-timing-function: linear;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/layout/Header.html
--- views/layout/Header.html
+++ views/layout/Header.html
@@ -176,7 +176,7 @@
         margin: 0 auto;
         text-align: center;
         font-weight: 400;
-        background-color: #fff;
+        background-color: #ffffff38;
         transition: opacity 0.3s ease, visibility 0.3s ease;
         z-index: 1;
     }
 
views/pages/AboutUs copy 2.html (deleted)
--- views/pages/AboutUs copy 2.html
@@ -1,550 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
-    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-    <link rel="stylesheet" href="../../resources/css/reset.css">
-    <link rel="stylesheet" href="../../resources/css/style.css">
-    <link rel="stylesheet" href="../../resources/css/component.css">
-    <link rel="stylesheet" href="../../resources/css/common.css">
-    <link rel="stylesheet" href="../../resources/css/responsive.css">
-
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-
-
-
-
-    <title>TAKENSOFT</title>
-</head>
-
-<body>
-    <div id="header"></div>
-    <div class="section" id="section1">
-        <div class="about-wrap slide-wrap ">
-            <div class="flex">
-                <div class="about-title mb90" style="width: 100%;">
-                    <p class="mb20">ABOUT US</p>
-                    <p class="mb20 about-title-sub">테이큰소프트는 완벽한 품질의 소프트웨어와 맞춤형 서비스가 결합된 최적의 통합 솔루션을 제공하겠습니다.</p>
-                </div>
-
-                <div class=" flex justify-center about-area" style="width: 100%; gap: 190px; margin-bottom: 50px;">
-                    <div class="about-radius-left solution-ani">
-                        <p class="about-text">공감</p>
-                        <p class="about-sub-text">컨설팅을 통한 인사이트 도출</p>
-                    </div>
-                    <div class="about-radius solution-ani">
-                        <p class="about-text">구현</p>
-                        <p class="about-sub-text">가치를 주는 솔루션 도출</p>
-                    </div>
-
-                    <div class="about-radius-right solution-ani">
-                        <p class="about-text">생각</p>
-                        <p class="about-sub-text">가치를 찾기위한 유연한 사고방식</p>
-                    </div>
-                </div>
-                <div class="flex justify-center about-area solution-ani" style="width: 100%;gap: 188px;">
-                    <div class="about-radius-bottom-left ">
-                        <p class="about-text">검증</p>
-                        <p class="about-sub-text">결과물의 철저한 검증</p>
-                    </div>
-                    <div class="about-radius-bottom-right solution-ani">
-                        <p class="about-text">소통</p>
-                        <p class="about-sub-text">커뮤니케이션을 통한 명확한 정의</p>
-                    </div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-    <div class="section" id="section2">
-        <div class="text-area flex align-center justify-center pb60">
-            <div class="about-title mb20" style="width: 100%;">
-                <p class="mb20">Business</p>
-                <p class="mb20 about-title-sub">컨설팅을 통한 인사이트 도출하여 최적의 솔루션을 설계 제작하고, 이를 통해 직면한 문제를 효과적으로
-                    해결합니다.</p>
-            </div>
-            <div class="container silde-box">
-                <div class="accordion flex justify-between"
-                    style="background-image: url(../../resources/img/common/about-img1.png);">
-                    <div class="slideText  pl20">
-                        <p class="accordion-num"><span>01.</span> AI Solution</p>
-                        <p>AI 기술 종합 관리를 통한 솔루션 구현</p>
-                    </div>
-                    <div class="slideImg">
-                        <img src="../../resources/img/common/about-img-db.png" alt="">
-                    </div>
-                    <div class="slideTextDtail">
-                        <div>
-                            <p>· 다양한 데이터 기반 분석 노하우를 바탕으로 고객이 필요로 하는 시스템을 분석</p>
-                            <p>· 인공지능 기반의 서비스 시스템 기획부터 운영까지 다양한 서비스와 환경에 가장 최적화된 솔루션 제공 </p>
-                            <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· 지속적인 품질 모니터링을
-                                통해 제품의 안전성을 유지, 잠재적인 문제점을 신속하게 식별하며 해결</p>
-                        </div>
-                        <div class=" flex justify-between" style="flex-wrap: nowrap;">
-                            <div style="width: 20%;">
-                                <p>[대표사례]</p>
-                            </div>
-                            <div class=" flex justify-between accordion-box">
-                                <p>·도로 위험 감지 시스템</p>
-                                <p>·경로 최적화 서비스</p>
-                                <p>·안개 감지 시스템</p>
-                                <p>·위치 기반 기자재 관리 및 모니터링 서비스</p>
-                            </div>
-                        </div>
-                    </div>
-
-
-                </div>
-                <div class="accordion " style="background-image: url(../../resources/img/common/about-img2.png);">
-                    <div class="slideText  pl20">
-                        <p class="accordion-num"><span>02.</span> System Design</p>
-                        <p>고객사 최적화 UI 도출로 최상의 품질이 보장되는 인터페이스 구현</p>
-                    </div>
-                    <div class="slideImg">
-                        <img src="../../resources/img/common/about-img-bg02.png" alt="">
-                    </div>
-                    <div class="slideTextDtail">
-                        <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· 빅데이터 전용 시각화 솔루션을
-                            통해 고객사 최적화 UI 도출 </p>
-                        <div class=" flex justify-start" style="flex-wrap: nowrap;">
-                            <div style="width: 20%;">
-                                <p>[대표사례]</p>
-                            </div>
-                            <div class="flex-column">
-                                <p>· 정부혁신 웹사이트 기능개선 및 유지관리 </p>
-                                <p>· 스마트 팩토리 공정 관리 모니터링 서비스</p>
-                                <p>· 경로 최적화 서비스</p>
-                                <p>· 시니어 스마트 케어 모니터링 플랫폼</p>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-                <div class="accordion" style="background-image: url(../../resources/img/common/about-img3.png);">
-                    <div class="slideText pl20">
-                        <p class="accordion-num"><span>03.</span> Data Science </p>
-                        <p>수집, 가공, 분석의 자체 프로세스를 통한 토탈 데이터 서비스 제공</p>
-                    </div>
-                    <div class="slideImg">
-                        <img src="../../resources/img/common/about-img-bg03.png" alt="">
-                    </div>
-                    <div class="slideTextDtail">
-                        <p>· 데이터 수집, 저장, 관리 시스템 구축 및 데이터 분석 기반의 SW개발, 전문 컨설팅 서비스 수행</p>
-                        <p>· 기업의 상황에 맞는 맞춤형 데이터 서비스 솔루션 제공</p>
-                        <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· R&D, 용역 등의 사업을 통해
-                            수요기관 및 기업 확장
-                        </p>
-                        <div class=" flex justify-start" style="flex-wrap: nowrap;">
-                            <div style="width: 20%;">
-                                <p>[대표사례]</p>
-                            </div>
-                            <div class="flex-column">
-                                <p>· 데이터 품질관리 컨설팅</p>
-                                <p>· AI 안전통합 횡단보도 플랫폼</p>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-
-
-            </div>
-        </div>
-    </div>
-    <div class="section" id="section3">
-        <div class="text-area flex pb60">
-            <div class="about-title mb20" style="width: 100%;">
-                <p class="mb20">Vision</p>
-                <p class="mb20 about-title-sub">테이큰소프트는 AI 및 디지털 전환의 파트너로서 끊임없는 연구개발로 B2G, B2B 산업 영역으로 시장 및
-                    매출을 확대해 나갑니다.
-                </p>
-            </div>
-            <div class="flex justify-center about-vision-box">
-                <img src="../../resources/img/common/about-img5.png" alt="">
-                <img src="../../resources/img/common/about-img4.png" alt="">
-            </div>
-        </div>
-    </div>
-    <div class="section" id="section4">
-        <div class="taken-wrap slide-wrap history-wrap slide-solution" id=" history">
-            <div class="text-area  felx">
-                <div class="about-title mb20">
-                    <p>History</p>
-                </div>
-                <div class="timeline flex align-center justify-between" style="gap: 0px;">
-                    <div class="years" id="years">
-                        <div class="year active-year" data-year="2021">2021</div>
-                        <div class="year" data-year="2022">2022</div>
-                        <div class="year" data-year="2023">2023</div>
-                    </div>
-                    <div class="contents" id="contents">
-                        <div class="content" data-year="2021">
-                            <div class="flex">
-                                <p class="month mr30">5월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 주식회사 테이큰 소프트 설립</p>
-                                    <p>· 영천시 데이터 활용 기본 계획 수립 용역 (영천시)</p>
-
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">10월</p>
-                                <div class="month-text text-section" style="text-align: left;">
-                                    <p>· 소프트웨어 기업 등록</p>
-                                    <img src="../../resources/img/common/history-img1.png" alt="">
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">11월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 김천시 무더위 쉼터 선정을 위한 빅데이터 분석 용역 (김천시) </p>
-                                    <p>· Taken BI Manager v1.0 저작권 등록</p>
-                                    <img src="../../resources/img/common/history-img2.png" alt="">
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">12월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 어린이 보호구역 도로 주행 데이터 (포항테크노파크)</p>
-                                    <p>· Taken BI Manager GS(Good Sofrware) 인증 1등급 획득</p>
-                                    <p>· 도로 모니터링 시스템 저작권 등록</p>
-                                    <div class="flex">
-                                        <img src="../../resources/img/common/history-img31.png" alt="">
-                                        <img src="../../resources/img/common/history-img32.png" alt="">
-                                        <img src="../../resources/img/common/history-img33.png" alt="">
-                                    </div>
-                                </div>
-                            </div>
-
-
-                        </div>
-                        <div class="content" data-year="2022">
-                            <!-- 2021년 내용 -->
-                            <div class="flex">
-                                <p class="month mr30">1월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 구미시 공공데이터 기업 매칭 지원사업 (구미시)</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">3월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 기업부설연구소 설립</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">4월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 상주시 재난지원금 신청 프로그램 개발 (상주시)</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">5월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 대구광역시 북구 데이터로 보는 북구 콘텐츠 구축 (대구광역시 북구)</p>
-                                    <p>· 영천시 공공데이터 품질관리 용역 (영천시)</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">7월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 영천시 공공데이터 기업 매칭 지원사업 (영천시)</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">9월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 상주시 데이터 수집, 연계, 분석 및 시각화 솔루션 공급</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">10월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 데이터 관리 및 분석 솔루션 구매 (상주시) </p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">12월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 데이터 관리 및 분석 솔루션 연계 용역 (상주시) </p>
-                                    <p>· 상주시 데이터 활용 기본계획 용역 (상주시) </p>
-                                    <p>· 스마트 타운 통합 플랫폼 개발 기획 및 사업 관리 용역 (성주군) </p>
-                                    <p>· 행정정보 데이터 백업테이프 구입 (영주시) </p>
-                                    <p>· 행정정보시스템 통합스토리지 디스크 증설 (영주시) </p>
-                                    <p>· SW융합클러스터2.0 데이터(주차 차량 및 차량번호 학습데이터) 구매 (포항테크노파크) </p>
-                                    <p>· 한국가스공사 2022 대구·경북 스타트업 페스티벌 공대스타 챌린지 최우수상 수상 </p>
-                                    <p>· 경로 생성 기술 관련 출원사실증명 </p>
-                                    <img src="../../resources/img/common/history-img4.png" alt="">
-
-                                </div>
-                            </div>
-
-                        </div>
-                        <div class="content" data-year="2023">
-                            <!-- 2022년 내용 -->
-                            <div class="flex">
-                                <p class="month mr30">1월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 행정안전부 2023년 정부혁신 웹사이트 기능개선 및 유지관리 사업 수주 </p>
-                                    <p>· 복약지도 장치 및 방법 출원사실증명 </p>
-                                    <p>· Traffic Agent 저작권 등록 </p>
-
-                                    <div class="flex">
-                                        <img src="../../resources/img/common/history-img51.png" alt="">
-                                        <img src="../../resources/img/common/history-img52.png" alt="">
-                                    </div>
-
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">2월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 한국가스공사 상용소프트웨어 유지관리(통합재고관리시스템 데이터분석) (한국가스공사) </p>
-                                    <p>· 대구광역시 AI 안전통합 횡단보도 플랫폼 구축 계약 </p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">3월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· AI 안전통합 횡단보도 플랫폼 구축 용역 (대구광역시) </p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">4월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· G밸리 기록물 텍스트 분석 및 콘텐츠 개발 사업 (서울특별시) </p>
-                                    <p>· 포항테크노파크 SW융합제품 상용화지원사업 데이터 품질관리 사업 수주 </p>
-                                    <p>· 기업부설연구소 인정서 획득 </p>
-                                    <img src="../../resources/img/common/history-img6.png" alt="">
-
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">5월</p>
-                                <div style="text-align: left;">
-                                    <p>· 영천시 맞춤형 데이터 분석사업 (영천시) </p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">6월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 정보통신공사업 면허 획득, 벤처기업 인증 </p>
-                                    <div class="flex">
-                                        <img src="../../resources/img/common/history-img71.png" alt="">
-                                        <img src="../../resources/img/common/history-img72.png" alt="">
-                                    </div>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">7월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 공공데이터 품질 진단 강화 컨설팅 (상주시)</p>
-                                    <p>· 정부혁신 웹사이트 기능개선 및 유지관리 (행정안전부)</p>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">8월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                    <p>· 메타버스 기술 관련 출원사실증명</p>
-                                    <img src="../../resources/img/common/history-img8.png" alt="">
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">9월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 한국가스공사 2023 대구·경북 스타트업 페스티벌 공대스타챌린지 대상 수상</p>
-                                    <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                    <p>· 시니어 케어 시스템 저작권 등록</p>
-                                    <img src="../../resources/img/common/history-img9.png" alt="">
-
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">11월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· 한기술평가 우수기업 인증 (T-5)</p>
-                                    <p>· 통합 모빌리티 솔루션 저작권 등록</p>
-                                    <div class="flex">
-                                        <img src="../../resources/img/common/history-img100.png" alt="">
-                                        <img src="../../resources/img/common/history-img101.png" alt="">
-                                    </div>
-                                </div>
-                            </div>
-                            <div class="flex">
-                                <p class="month mr30">12월</p>
-                                <div class="month-text" style="text-align: left;">
-                                    <p>· DGM 전자정보기기사업단 지역 기업 운영 활성화를 위한 플랫폼 구축 사업 수주</p>
-                                    <p>· 구미시 키워드 분석 용역 (구미시)</p>
-                                    <p>· AI 디지털교과서 통합 지원센터 모델발굴 및 시범운영 용역 (한국교육학술정보원)</p>
-                                    <p>· 구미시 2023년 행정정보 및 홈페이지시스템 통합유지관리 용역 중 공공데이터 (구미시)</p>
-                                    <p>· AI 횡단보도 기술 관련 출원사실증명</p>
-                                    <img src="../../resources/img/common/history-img110.png" alt="">
-
-
-                                </div>
-                            </div>
-                        </div>
-                        <!-- 더 많은 내용 추가 -->
-                    </div>
-                </div>
-            </div>
-        </div>
-    </div>
-    <!-- <footer id="footer"></footer> -->
-
-
-
-
-
-
-</body>
-<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-<!-- <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> -->
-
-
-<script>
-    let startTouchY = 0;
-    let endTouchY = 0;
-    let currentSectionIndex = 0;
-    const sections = document.querySelectorAll('.section');
-
-    function handleTouchStart(event) {
-        startTouchY = event.touches[0].clientY;
-    }
-
-    function handleTouchMove(event) {
-        endTouchY = event.changedTouches[0].clientY;
-    }
-
-    function handleTouchEnd() {
-        if (startTouchY > endTouchY + 100) {
-            // 아래로 스와이프
-            moveToNextSection();
-        } else if (startTouchY < endTouchY - 100) {
-            // 위로 스와이프
-            moveToPreviousSection();
-        }
-    }
-
-    function moveToNextSection() {
-        if (currentSectionIndex < sections.length - 1) {
-            setTimeout(() => {
-                currentSectionIndex++;
-                scrollToSection(currentSectionIndex);
-            }, 100); // 500ms 딜레이를 추가
-        }
-    }
-
-    function moveToPreviousSection() {
-        if (currentSectionIndex > 0) {
-            setTimeout(() => {
-                currentSectionIndex--;
-                scrollToSection(currentSectionIndex);
-            }, 100); // 500ms 딜레이를 추가
-        }
-    }
-    function scrollToSection(index) {
-        window.scrollTo({
-            top: window.innerHeight * index,
-            behavior: 'smooth'
-        });
-    }
-
-    window.addEventListener('wheel', handleScroll, { passive: false });
-    window.addEventListener('touchstart', handleTouchStart, { passive: true });
-    window.addEventListener('touchmove', handleTouchMove, { passive: true });
-    window.addEventListener('touchend', handleTouchEnd, { passive: true });
-
-    function handleScroll(event) {
-        const direction = detectScrollDirection(event);
-        if (direction === 'down') {
-            moveToNextSection();
-        } else {
-            moveToPreviousSection();
-        }
-        event.preventDefault();
-    }
-
-    function detectScrollDirection(event) {
-        const wheelDelta = event.wheelDelta || -event.deltaY;
-        return wheelDelta > 0 ? 'up' : 'down';
-    }
-    function slidesPlugin(activeSlide = 0) {
-        const slides = document.querySelectorAll('.accordion');
-        let previousSlide = slides[activeSlide];
-
-        previousSlide.classList.add('active');
-        swapImage(previousSlide);
-
-        slides.forEach((slide) => {
-            slide.addEventListener('click', () => {
-                if (slide !== previousSlide) {
-                    clearActiveClasses();
-                    swapImage(previousSlide);
-                    slide.classList.add('active');
-                    swapImage(slide);
-                    previousSlide = slide;
-
-                }
-
-            });
-        });
-
-        function clearActiveClasses() {
-            slides.forEach((slide) => {
-                slide.classList.remove('active');
-            });
-        }
-
-        function swapImage(slide) {
-            const slideImg = slide.querySelector('.accordion img');
-            const bgImg = slide.style.backgroundImage;
-
-            slide.style.backgroundImage = `url(${slideImg.src})`;
-            slideImg.src = bgImg.slice(5, -2);
-        }
-    }
-
-
-    slidesPlugin();
-
-
-</script>
-
-
-
-
-<style scoped>
-    html,
-    body {
-        scroll-behavior: smooth;
-    }
-
-    .section {
-        height: 100vh;
-        width: 100%;
-        display: flex;
-        justify-content: center;
-        align-items: center;
-        font-size: 40px;
-        color: white;
-    }
-
-    #section1 {
-        /* background: red; */
-        border: 1px solid red;
-    }
-
-    #section2 {
-        background: green;
-    }
-
-    #section3 {
-        background: blue;
-    }
-</style>
-
-</html>(No newline at end of file)
 
views/pages/AboutUs copy 3.html (deleted)
--- views/pages/AboutUs copy 3.html
@@ -1,326 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
-    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-    <link rel="stylesheet" href="../../resources/css/reset.css">
-    <link rel="stylesheet" href="../../resources/css/style.css">
-    <link rel="stylesheet" href="../../resources/css/component.css">
-    <link rel="stylesheet" href="../../resources/css/common.css">
-    <link rel="stylesheet" href="../../resources/css/responsive.css">
-
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-    <style>
-        html,
-        body {
-            position: relative;
-            height: 100%;
-        }
-
-        body {
-            background: #eee;
-            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
-            font-size: 14px;
-            color: #000;
-            margin: 0;
-            padding: 0;
-        }
-
-        .swiper {
-            width: 100%;
-            height: 100%;
-        }
-
-        .swiper-slide {
-            text-align: center;
-            font-size: 18px;
-            background: #fff;
-            display: flex;
-            justify-content: center;
-            align-items: center;
-        }
-
-        .swiper-slide img {
-            display: block;
-            width: 100%;
-            height: 100%;
-            object-fit: cover;
-        }
-
-        .test {
-            height: 100%;
-        }
-    </style>
-
-    <title>TAKENSOFT</title>
-</head>
-
-<body>
-    <!-- Swiper -->
-    <div class="swiper mySwiper">
-        <div class="swiper-wrapper">
-            <div class="swiper-slide">Slide 1</div>
-            <div class="swiper-slide">Slide 2</div>
-
-            <div class="swiper-slide">
-                <div class="test" style="overflow-y: auto;">
-                    <div class="content" data-year="2021">
-                        <p class="mobil-year">2021</p>
-                        <div class="flex">
-
-                            <p class="month mr30">5월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 주식회사 테이큰 소프트 설립</p>
-                                <p>· 영천시 데이터 활용 기본 계획 수립 용역 (영천시)</p>
-
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">10월</p>
-                            <div class="month-text text-section" style="text-align: left;">
-                                <p>· 소프트웨어 기업 등록</p>
-                                <img src="../../resources/img/common/history-img1.png" alt="">
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">11월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 김천시 무더위 쉼터 선정을 위한 빅데이터 분석 용역 (김천시) </p>
-                                <p>· Taken BI Manager v1.0 저작권 등록</p>
-                                <img src="../../resources/img/common/history-img2.png" alt="">
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">12월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 어린이 보호구역 도로 주행 데이터 (포항테크노파크)</p>
-                                <p>· Taken BI Manager GS(Good Sofrware) 인증 1등급 획득</p>
-                                <p>· 도로 모니터링 시스템 저작권 등록</p>
-                                <div class="flex">
-                                    <img src="../../resources/img/common/history-img31.png" alt="">
-                                    <img src="../../resources/img/common/history-img32.png" alt="">
-                                    <img src="../../resources/img/common/history-img33.png" alt="">
-                                </div>
-                            </div>
-                        </div>
-
-
-                    </div>
-
-                    <div class="content" data-year="2022">
-                        <p class="mobil-year">2022</p>
-
-                        <!-- 2021년 내용 -->
-                        <div class="flex">
-                            <p class="month mr30">1월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 구미시 공공데이터 기업 매칭 지원사업 (구미시)</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">3월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 기업부설연구소 설립</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">4월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 상주시 재난지원금 신청 프로그램 개발 (상주시)</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">5월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 대구광역시 북구 데이터로 보는 북구 콘텐츠 구축 (대구광역시 북구)</p>
-                                <p>· 영천시 공공데이터 품질관리 용역 (영천시)</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">7월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 영천시 공공데이터 기업 매칭 지원사업 (영천시)</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">9월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 상주시 데이터 수집, 연계, 분석 및 시각화 솔루션 공급</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">10월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 데이터 관리 및 분석 솔루션 구매 (상주시) </p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">12월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 데이터 관리 및 분석 솔루션 연계 용역 (상주시) </p>
-                                <p>· 상주시 데이터 활용 기본계획 용역 (상주시) </p>
-                                <p>· 스마트 타운 통합 플랫폼 개발 기획 및 사업 관리 용역 (성주군) </p>
-                                <p>· 행정정보 데이터 백업테이프 구입 (영주시) </p>
-                                <p>· 행정정보시스템 통합스토리지 디스크 증설 (영주시) </p>
-                                <p>· SW융합클러스터2.0 데이터(주차 차량 및 차량번호 학습데이터) 구매 (포항테크노파크) </p>
-                                <p>· 한국가스공사 2022 대구·경북 스타트업 페스티벌 공대스타 챌린지 최우수상 수상 </p>
-                                <p>· 경로 생성 기술 관련 출원사실증명 </p>
-                                <img src="../../resources/img/common/history-img4.png" alt="">
-
-                            </div>
-                        </div>
-
-                    </div>
-                    <div class="content" data-year="2023">
-                        <p class="mobil-year">2023</p>
-
-                        <!-- 2022년 내용 -->
-                        <div class="flex">
-                            <p class="month mr30">1월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 행정안전부 2023년 정부혁신 웹사이트 기능개선 및 유지관리 사업 수주 </p>
-                                <p>· 복약지도 장치 및 방법 출원사실증명 </p>
-                                <p>· Traffic Agent 저작권 등록 </p>
-
-                                <div class="flex">
-                                    <img src="../../resources/img/common/history-img51.png" alt="">
-                                    <img src="../../resources/img/common/history-img52.png" alt="">
-                                </div>
-
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">2월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 한국가스공사 상용소프트웨어 유지관리(통합재고관리시스템 데이터분석) (한국가스공사) </p>
-                                <p>· 대구광역시 AI 안전통합 횡단보도 플랫폼 구축 계약 </p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">3월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· AI 안전통합 횡단보도 플랫폼 구축 용역 (대구광역시) </p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">4월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· G밸리 기록물 텍스트 분석 및 콘텐츠 개발 사업 (서울특별시) </p>
-                                <p>· 포항테크노파크 SW융합제품 상용화지원사업 데이터 품질관리 사업 수주 </p>
-                                <p>· 기업부설연구소 인정서 획득 </p>
-                                <img src="../../resources/img/common/history-img6.png" alt="">
-
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">5월</p>
-                            <div style="text-align: left;">
-                                <p>· 영천시 맞춤형 데이터 분석사업 (영천시) </p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">6월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 정보통신공사업 면허 획득, 벤처기업 인증 </p>
-                                <div class="flex">
-                                    <img src="../../resources/img/common/history-img71.png" alt="">
-                                    <img src="../../resources/img/common/history-img72.png" alt="">
-                                </div>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">7월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 공공데이터 품질 진단 강화 컨설팅 (상주시)</p>
-                                <p>· 정부혁신 웹사이트 기능개선 및 유지관리 (행정안전부)</p>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">8월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                <p>· 메타버스 기술 관련 출원사실증명</p>
-                                <img src="../../resources/img/common/history-img8.png" alt="">
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">9월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 한국가스공사 2023 대구·경북 스타트업 페스티벌 공대스타챌린지 대상 수상</p>
-                                <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                <p>· 시니어 케어 시스템 저작권 등록</p>
-                                <img src="../../resources/img/common/history-img9.png" alt="">
-
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">11월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· 한기술평가 우수기업 인증 (T-5)</p>
-                                <p>· 통합 모빌리티 솔루션 저작권 등록</p>
-                                <div class="flex">
-                                    <img src="../../resources/img/common/history-img100.png" alt="">
-                                    <img src="../../resources/img/common/history-img101.png" alt="">
-                                </div>
-                            </div>
-                        </div>
-                        <div class="flex">
-                            <p class="month mr30">12월</p>
-                            <div class="month-text" style="text-align: left;">
-                                <p>· DGM 전자정보기기사업단 지역 기업 운영 활성화를 위한 플랫폼 구축 사업 수주</p>
-                                <p>· 구미시 키워드 분석 용역 (구미시)</p>
-                                <p>· AI 디지털교과서 통합 지원센터 모델발굴 및 시범운영 용역 (한국교육학술정보원)</p>
-                                <p>· 구미시 2023년 행정정보 및 홈페이지시스템 통합유지관리 용역 중 공공데이터 (구미시)</p>
-                                <p>· AI 횡단보도 기술 관련 출원사실증명</p>
-                                <img src="../../resources/img/common/history-img110.png" alt="">
-
-
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </div>
-        </div>
-        <div class="swiper-pagination"></div>
-    </div>
-    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-    <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
-
-
-    <script>
-        var swiper = new Swiper(".mySwiper", {
-            cssMode:true,
-            direction: "vertical",
-            slidesPerView: 1,
-            spaceBetween: 30,
-            mousewheel: {
-                eventsTarget: '.swiper-slide'
-            },
-            slidesOffsetAfter: 220,
-            pagination: {
-                el: ".swiper-pagination",
-                clickable: true,
-            },
-            on: {
-                init: function () {
-                    const slides = document.querySelectorAll('.swiper-slide');
-                    slides.forEach(slide => {
-                        slide.addEventListener('wheel', function (e) {
-                            const delta = e.wheelDelta || -e.deltaY;
-                            console.log(delta)
-                            // 슬라이드 내부에서 상단 또는 하단 경계에 도달했을 경우 Swiper 슬라이드 전환 허용
-                            if ((this.scrollTop === (this.scrollHeight - this.offsetHeight) && delta < 0) || (this.scrollTop === 0 && delta > 0)) {
-                                e.stopPropagation();
-                            }
-                        }, { passive: false });
-                    });
-                }
-            }
-        });
-    </script>
-
-</html>(No newline at end of file)
 
views/pages/AboutUs copy.html (deleted)
--- views/pages/AboutUs copy.html
@@ -1,495 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
-    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-    <link rel="stylesheet" href="../../resources/css/reset.css">
-    <link rel="stylesheet" href="../../resources/css/style.css">
-    <link rel="stylesheet" href="../../resources/css/component.css">
-    <link rel="stylesheet" href="../../resources/css/common.css">
-    <link rel="stylesheet" href="../../resources/css/responsive.css">
-
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
-
-
-
-
-    <title>TAKENSOFT</title>
-</head>
-
-<body>
-    <div id="header"></div>
-    <div class="swiper mySwiper About">
-        <div class="swiper-wrapper">
-            <div class="swiper-slide about-wrapper">
-                <div class="about-wrap slide-wrap ">
-                    <div class="flex">
-                        <div class="about-title mb90" style="width: 100%;">
-                            <p class="mb20">ABOUT US</p>
-                            <p class="mb20 about-title-sub">테이큰소프트는 완벽한 품질의 소프트웨어와 맞춤형 서비스가 결합된 최적의 통합 솔루션을 제공하겠습니다.</p>
-                        </div>
-
-                        <div class=" flex justify-center about-area"
-                            style="width: 100%; gap: 190px; margin-bottom: 50px;">
-                            <div class="about-radius-left solution-ani">
-                                <p class="about-text">공감</p>
-                                <p class="about-sub-text">컨설팅을 통한 인사이트 도출</p>
-                            </div>
-                            <div class="about-radius solution-ani">
-                                <p class="about-text">구현</p>
-                                <p class="about-sub-text">가치를 주는 솔루션 도출</p>
-                            </div>
-
-                            <div class="about-radius-right solution-ani">
-                                <p class="about-text">생각</p>
-                                <p class="about-sub-text">가치를 찾기위한 유연한 사고방식</p>
-                            </div>
-                        </div>
-                        <div class="flex justify-center about-area solution-ani" style="width: 100%;gap: 188px;">
-                            <div class="about-radius-bottom-left ">
-                                <p class="about-text">검증</p>
-                                <p class="about-sub-text">결과물의 철저한 검증</p>
-                            </div>
-                            <div class="about-radius-bottom-right solution-ani">
-                                <p class="about-text">소통</p>
-                                <p class="about-sub-text">커뮤니케이션을 통한 명확한 정의</p>
-                            </div>
-
-                        </div>
-                    </div>
-                </div>
-            </div>
-            <div class="swiper-slide">
-                <div class="text-area flex align-center justify-center pb60">
-                    <div class="about-title mb20" style="width: 100%;">
-                        <p class="mb20">Business</p>
-                        <p class="mb20 about-title-sub">컨설팅을 통한 인사이트 도출하여 최적의 솔루션을 설계 제작하고, 이를 통해 직면한 문제를 효과적으로
-                            해결합니다.</p>
-                    </div>
-                    <div class="container silde-box">
-                        <div class="accordion flex justify-between"
-                            style="background-image: url(../../resources/img/common/about-img1.png);">
-                            <div class="slideText  pl20">
-                                <p class="accordion-num"><span>01.</span> AI Solution</p>
-                                <p>AI 기술 종합 관리를 통한 솔루션 구현</p>
-                            </div>
-                            <div class="slideImg">
-                                <img src="../../resources/img/common/about-img-db.png" alt="">
-                            </div>
-                            <div class="slideTextDtail">
-                                <div>
-                                    <p>· 다양한 데이터 기반 분석 노하우를 바탕으로 고객이 필요로 하는 시스템을 분석</p>
-                                    <p>· 인공지능 기반의 서비스 시스템 기획부터 운영까지 다양한 서비스와 환경에 가장 최적화된 솔루션 제공 </p>
-                                    <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· 지속적인 품질 모니터링을
-                                        통해 제품의 안전성을 유지, 잠재적인 문제점을 신속하게 식별하며 해결</p>
-                                </div>
-                                <div class=" flex justify-between" style="flex-wrap: nowrap;">
-                                    <div style="width: 20%;">
-                                        <p>[대표사례]</p>
-                                    </div>
-                                    <div class=" flex justify-between accordion-box">
-                                        <p>·도로 위험 감지 시스템</p>
-                                        <p>·경로 최적화 서비스</p>
-                                        <p>·안개 감지 시스템</p>
-                                        <p>·위치 기반 기자재 관리 및 모니터링 서비스</p>
-                                    </div>
-                                </div>
-                            </div>
-
-
-                        </div>
-                        <div class="accordion "
-                            style="background-image: url(../../resources/img/common/about-img2.png);">
-                            <div class="slideText  pl20">
-                                <p class="accordion-num"><span>02.</span> System Design</p>
-                                <p>고객사 최적화 UI 도출로 최상의 품질이 보장되는 인터페이스 구현</p>
-                            </div>
-                            <div class="slideImg">
-                                <img src="../../resources/img/common/about-img-bg02.png" alt="">
-                            </div>
-                            <div class="slideTextDtail">
-                                <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· 빅데이터 전용 시각화 솔루션을
-                                    통해 고객사 최적화 UI 도출 </p>
-                                <div class=" flex justify-start" style="flex-wrap: nowrap;">
-                                    <div style="width: 20%;">
-                                        <p>[대표사례]</p>
-                                    </div>
-                                    <div class="flex-column">
-                                        <p>· 정부혁신 웹사이트 기능개선 및 유지관리 </p>
-                                        <p>· 스마트 팩토리 공정 관리 모니터링 서비스</p>
-                                        <p>· 경로 최적화 서비스</p>
-                                        <p>· 시니어 스마트 케어 모니터링 플랫폼</p>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                        <div class="accordion"
-                            style="background-image: url(../../resources/img/common/about-img3.png);">
-                            <div class="slideText pl20">
-                                <p class="accordion-num"><span>03.</span> Data Science </p>
-                                <p>수집, 가공, 분석의 자체 프로세스를 통한 토탈 데이터 서비스 제공</p>
-                            </div>
-                            <div class="slideImg">
-                                <img src="../../resources/img/common/about-img-bg03.png" alt="">
-                            </div>
-                            <div class="slideTextDtail">
-                                <p>· 데이터 수집, 저장, 관리 시스템 구축 및 데이터 분석 기반의 SW개발, 전문 컨설팅 서비스 수행</p>
-                                <p>· 기업의 상황에 맞는 맞춤형 데이터 서비스 솔루션 제공</p>
-                                <p style="border-bottom: 2px dotted #333; padding-bottom: 1rem;">· R&D, 용역 등의 사업을 통해
-                                    수요기관 및 기업 확장
-                                </p>
-                                <div class=" flex justify-start" style="flex-wrap: nowrap;">
-                                    <div style="width: 20%;">
-                                        <p>[대표사례]</p>
-                                    </div>
-                                    <div class="flex-column">
-                                        <p>· 데이터 품질관리 컨설팅</p>
-                                        <p>· AI 안전통합 횡단보도 플랫폼</p>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-
-
-                    </div>
-                </div>
-
-
-            </div>
-            <div class="swiper-slide about">
-                <div class="text-area flex pb60">
-                    <div class="about-title mb20" style="width: 100%;">
-                        <p class="mb20">Vision</p>
-                        <p class="mb20 about-title-sub">테이큰소프트는 AI 및 디지털 전환의 파트너로서 끊임없는 연구개발로 B2G, B2B 산업 영역으로 시장 및
-                            매출을 확대해 나갑니다.
-                        </p>
-                    </div>
-                    <div class="flex justify-center about-vision-box">
-                        <img src="../../resources/img/common/about-img5.png" alt="">
-                        <img src="../../resources/img/common/about-img4.png" alt="">
-                    </div>
-                </div>
-            </div>
-            <div class="swiper-slide history" id="history">
-                <div class="taken-wrap slide-wrap history-wrap slide-solution" id=" history">
-                    <div class="text-area  felx">
-                        <div class="about-title mb20">
-                            <p>History</p>
-                        </div>
-                        <div class="timeline flex align-center justify-between" style="gap: 0px;">
-                            <div class="years" id="years">
-                                <div class="year active-year" data-year="2021">2021</div>
-                                <div class="year" data-year="2022">2022</div>
-                                <div class="year" data-year="2023">2023</div>
-                            </div>
-                            <div class=" scrollSwiper">
-                                <div class="swiper-wrapper">
-                                    <div class="swiper-slide">Slide 1</div>
-                                    <div class="swiper-slide">Slide 2</div>
-                                    <div class="swiper-slide">Slide 3</div>
-                                    <div class="swiper-slide">Slide 4</div>
-                                    <div class="swiper-slide">Slide 5</div>
-                                    <div class="swiper-slide">Slide 6</div>
-                                    <div class="swiper-slide">Slide 7</div>
-                                    <div class="swiper-slide">Slide 8</div>
-                                    <div class="swiper-slide">Slide 9</div>
-                                </div>
-                                <div class="swiper-pagination"></div>
-                            </div>
-
-                        </div>
-                    </div>
-                </div>
-            </div>
-
-
-        </div>
-    </div>
-    <footer id="footer"></footer>
-
-
-
-
-
-
-</body>
-<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
-
-
-<script>
-
-
-
-    $(document).ready(function () {
-        $("#btnHeadquarter").click(function () {
-            $("#btnHeadquarter").addClass('on');
-            $("#btnDaeguBranch").removeClass('on');
-            $("#contentDaeguBranch").hide();
-
-            $("#contentHeadquarter").show();
-        });
-
-        $("#btnDaeguBranch").click(function () {
-            $("#btnDaeguBranch").addClass('on');
-            $("#btnHeadquarter").removeClass('on');
-
-            $("#contentHeadquarter").hide();
-
-            $("#contentDaeguBranch").show();
-
-
-
-
-
-        });
-    });
-
-
-    function slidesPlugin(activeSlide = 0) {
-        const slides = document.querySelectorAll('.accordion');
-        let previousSlide = slides[activeSlide];
-
-        previousSlide.classList.add('active');
-        swapImage(previousSlide);
-
-        slides.forEach((slide) => {
-            slide.addEventListener('click', () => {
-                if (slide !== previousSlide) {
-                    clearActiveClasses();
-                    swapImage(previousSlide);
-                    slide.classList.add('active');
-                    swapImage(slide);
-                    previousSlide = slide;
-
-                }
-
-            });
-        });
-
-        function clearActiveClasses() {
-            slides.forEach((slide) => {
-                slide.classList.remove('active');
-            });
-        }
-
-        function swapImage(slide) {
-            const slideImg = slide.querySelector('.accordion img');
-            const bgImg = slide.style.backgroundImage;
-
-            slide.style.backgroundImage = `url(${slideImg.src})`;
-            slideImg.src = bgImg.slice(5, -2);
-        }
-    }
-
-
-    slidesPlugin();
-    // 마우스 휠을 비활성화할 영역 선택
-    var targetArea = document.querySelector(' .scrollSwiper .swiper-slide div');
-
-    // 선택된 영역을 콘솔에 출력
-    console.log(targetArea);
-    var swiper = new Swiper(".mySwiper", {
-        direction: "vertical",
-        slidesPerView: 1,
-        spaceBetween: 30,
-        preventDefault: false, //per의 시작점이나 끝점에 도달했을 때 기본 스크롤 행동을 다시 활성화합니다.
-
-        mousewheel: {
-            releaseOnEdges: true, // 스와이퍼의 시작점과 끝점에서 마우스 휠 이벤트를 무시합니다.
-        },
-        on: {
-
-            slideChange: function () {
-                var currentIndex = this.realIndex;
-                if (currentIndex === 0) {
-                    $('#header').removeClass('active');
-                } else {
-                    $('#header').addClass('active');
-                }
-                var lastIndex = this.slides.length - 1; // 마지막 슬라이드의 인덱스
-                if (this.activeIndex === lastIndex) {
-                    $("#footer").show(); // 마지막 슬라이드에 도달하면 푸터를 보여줌
-                } else {
-                    $("#footer").hide(); // 그렇지 않으면 푸터를 숨김
-                }
-            },
-
-        }
-    });
-
-
-
-    var scrollSwiper = new Swiper(".scrollSwiper", {
-        direction: "vertical",
-        slidesPerView: 1,
-        spaceBetween: 30,
-        mousewheel: true,
-        pagination: {
-            el: ".swiper-pagination",
-            clickable: true,
-        },
-    });
-
-
-    // var swiperContainer = document.querySelector('.scrollSwiper');
-
-    // // Swiper 컨테이너 내에서 마우스 휠 이벤트 발생 시 기본 동작 방지
-    // swiperContainer.addEventListener('wheel', function (event) {
-    //     event.preventDefault();
-    // }, { passive: false });
-    // document.addEventListener('DOMContentLoaded', function () {
-    //     // 연도 요소를 모두 선택
-    //     var years = document.querySelectorAll('.year');
-
-    //     // 각 연도 요소에 대해 클릭 이벤트 리스너를 추가
-    //     years.forEach(function (year) {
-    //         year.addEventListener('click', function () {
-    //             // 모든 연도에서 'active-year' 클래스를 제거
-    //             years.forEach(function (y) {
-    //                 y.classList.remove('active-year');
-    //             });
-
-    //             // 클릭한 연도에 'active-year' 클래스를 추가
-    //             this.classList.add('active-year');
-
-    //             // 모든 내용을 숨김
-    //             var contents = document.querySelectorAll('.scrollSwiper .swiper-slide > div');
-    //             contents.forEach(function (content) {
-    //                 content.style.display = 'none';
-    //             });
-
-    //             // 클릭한 연도와 일치하는 data-year 속성을 가진 내용만 표시
-    //             var activeYear = this.getAttribute('data-year');
-    //             var activeContent = document.querySelector('.scrollSwiper .swiper-slide > div[data-year="' + activeYear + '"]');
-    //             if (activeContent) {
-    //                 activeContent.style.display = 'block';
-    //             }
-    //         });
-    //     });
-    // });
-    $(function () {
-        $("#header").load("../layout/Header.html");
-
-    });
-
-
-</script>
-
-
-
-
-<style scoped>
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-    }
-
-    body {
-        background: #eee;
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .About .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        /* display: flex; */
-        height: 100%;
-        position: relative;
-        justify-content: center;
-        align-items: center;
-        background-color: #fff;
-    }
-
-    .swiper-slide img {
-        /* height: 356px; */
-        display: block;
-        object-fit: cover;
-    }
-
-    .container {
-        width: 1200px;
-        height: 70%;
-        display: flex;
-        flex-wrap: nowrap;
-        border-radius: 20px;
-        overflow: hidden;
-    }
-
-    #history {
-        touch-action: none;
-    }
-
-    .scrollSwiper {
-        /* width: 100%; */
-        height: 100%;
-        overflow-y: scroll;
-        border: 1px solid blue;
-    }
-
-    .scrollSwiper .swiper-slide {
-        font-size: 18px;
-        height: auto;
-        -webkit-box-sizing: border-box;
-        box-sizing: border-box;
-        padding: 30px;
-    }
-
-    .scrollSwiper .swiper-slide div {
-        border: 1px solid red;
-        text-align: left;
-        width: 100%;
-    }
-</style>
-
-</html>(No newline at end of file)
views/pages/AboutUs.html
--- views/pages/AboutUs.html
+++ views/pages/AboutUs.html
@@ -14,16 +14,97 @@
     <link rel="stylesheet" href="../../resources/css/responsive.css">
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
+    <style>
+        html,
+        body {
+            position: relative;
+            height: 100%;
+        }
+
+        body {
+            background: #eee;
+    font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+
+        .swiper {
+            width: 100%;
+            height: 100%;
+        }
+
+        .swiper-slide {
+            text-align: center;
+            font-size: 18px;
+            background: #fff;
+            display: flex;
+            justify-content: center;
+            align-items: center;
+        }
+
+        .swiper-slide img {
+            display: block;
+            width: 100%;
+            height: 100%;
+            object-fit: cover;
+        }
+
+        .test {
+            height: 100%;
+        }
+
+        .container {
+            width: 1200px;
+            height: 70%;
+            display: flex;
+            flex-wrap: nowrap;
+            border-radius: 20px;
+            overflow: hidden;
+        }
+
+        .content img {
+            width: 100px;
+            height: 150px;
+        }
+
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white;
+        }
+
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
 
 
+        }
+
+        #header .header nav li a {
+            color: #333;
+
+        }
+        .dropdown {
+        background-color: #fff !important;
+        }
+
+    
+  
+    </style>
 
     <title>TAKENSOFT</title>
 </head>
 
 <body>
     <div id="header"></div>
-    <div class="swiper mySwiper About">
-        <div class="swiper-wrapper" style="  touch-action: pan-y;">
+    <div class="swiper mySwiper">
+        <div class="swiper-wrapper">
             <div class="swiper-slide about-wrapper">
                 <div class="about-wrap slide-wrap ">
                     <div class="flex">
@@ -159,246 +240,28 @@
 
 
             </div>
-            <div class="swiper-slide about">
-                <div class="text-area flex pb60 pt60" style="align-content: center;">
-                    <div class="about-title mb20" style="width: 100%;">
-                        <p class="mb20">Vision</p>
-                        <p class="mb20 about-title-sub">테이큰소프트는 AI 및 디지털 전환의 파트너로서 끊임없는 연구개발로 B2G, B2B 산업 영역으로 시장 및
-                            매출을 확대해 나갑니다.
-                        </p>
-                    </div>
-                    <div class="flex justify-center about-vision-box">
-                        <img src="../../resources/img/common/about-img5.png" alt="">
-                        <img src="../../resources/img/common/about-img4.png" alt="">
-                    </div>
-                </div>
-            </div>
-            <div class="swiper-slide" id="history" style="touch-action: none;">
-                <div class="taken-wrap slide-wrap history-wrap slide-solution" id=" history">
-                    <div class="text-area flex pb60 pt60" style="align-content: center;">
+
+            <div class="swiper-slide flex" style="overflow-y: auto; height: 100%;">
+                <div style="width: 100%; height: 100%; flex-wrap: nowrap;" class="flex ">
+
+
+                    <div class="text-area flex pb60 pt120" style="align-content: center;">
+
                         <div class="about-title mb20" style="width: 100%;">
                             <p>History</p>
                         </div>
-                        <div class="timeline flex align-center justify-between web-swiper" style="gap: 0px;">
+                        <div class="flex" style="height: 100%; width: 100%;">
+
                             <div class="years" id="years">
-                                <div class="year active-year" data-year="2021">2021</div>
-                                <div class="year" data-year="2022">2022</div>
-                                <div class="year" data-year="2023">2023</div>
+                                <div class="year tab active-year" data-year="section1">2021</div>
+                                <div class="year tab" data-year="section2">2022</div>
+                                <div class="year tab" data-year="section3">2023</div>
                             </div>
-                            <div class="contents" id="contents" style="touch-action: none;">
-                                <div class="content" data-year="2021">
-                                    <div class="flex">
-                                        <p class="month mr30">5월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 주식회사 테이큰 소프트 설립</p>
-                                            <p>· 영천시 데이터 활용 기본 계획 수립 용역 (영천시)</p>
+                            <div style="align-content: center; overflow-y: auto; height: 100%;" class="history-box">
 
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">10월</p>
-                                        <div class="month-text text-section" style="text-align: left;">
-                                            <p>· 소프트웨어 기업 등록</p>
-                                            <img src="../../resources/img/common/history-img1.png" alt="">
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">11월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 김천시 무더위 쉼터 선정을 위한 빅데이터 분석 용역 (김천시) </p>
-                                            <p>· Taken BI Manager v1.0 저작권 등록</p>
-                                            <img src="../../resources/img/common/history-img2.png" alt="">
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">12월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 어린이 보호구역 도로 주행 데이터 (포항테크노파크)</p>
-                                            <p>· Taken BI Manager GS(Good Sofrware) 인증 1등급 획득</p>
-                                            <p>· 도로 모니터링 시스템 저작권 등록</p>
-                                            <div class="flex">
-                                                <img src="../../resources/img/common/history-img31.png" alt="">
-                                                <img src="../../resources/img/common/history-img32.png" alt="">
-                                                <img src="../../resources/img/common/history-img33.png" alt="">
-                                            </div>
-                                        </div>
-                                    </div>
+                                <div class="test">
 
-
-                                </div>
-                                <div class="content" data-year="2022">
-                                    <div class="flex">
-                                        <p class="month mr30">1월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 구미시 공공데이터 기업 매칭 지원사업 (구미시)</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">3월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 기업부설연구소 설립</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">4월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 상주시 재난지원금 신청 프로그램 개발 (상주시)</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">5월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 대구광역시 북구 데이터로 보는 북구 콘텐츠 구축 (대구광역시 북구)</p>
-                                            <p>· 영천시 공공데이터 품질관리 용역 (영천시)</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">7월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 영천시 공공데이터 기업 매칭 지원사업 (영천시)</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">9월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 상주시 데이터 수집, 연계, 분석 및 시각화 솔루션 공급</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">10월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 데이터 관리 및 분석 솔루션 구매 (상주시) </p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">12월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 데이터 관리 및 분석 솔루션 연계 용역 (상주시) </p>
-                                            <p>· 상주시 데이터 활용 기본계획 용역 (상주시) </p>
-                                            <p>· 스마트 타운 통합 플랫폼 개발 기획 및 사업 관리 용역 (성주군) </p>
-                                            <p>· 행정정보 데이터 백업테이프 구입 (영주시) </p>
-                                            <p>· 행정정보시스템 통합스토리지 디스크 증설 (영주시) </p>
-                                            <p>· SW융합클러스터2.0 데이터(주차 차량 및 차량번호 학습데이터) 구매 (포항테크노파크) </p>
-                                            <p>· 한국가스공사 2022 대구·경북 스타트업 페스티벌 공대스타 챌린지 최우수상 수상 </p>
-                                            <p>· 경로 생성 기술 관련 출원사실증명 </p>
-                                            <img src="../../resources/img/common/history-img4.png" alt="">
-
-                                        </div>
-                                    </div>
-
-                                </div>
-                                <div class="content" data-year="2023">
-                                    <div class="flex">
-                                        <p class="month mr30">1월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 행정안전부 2023년 정부혁신 웹사이트 기능개선 및 유지관리 사업 수주 </p>
-                                            <p>· 복약지도 장치 및 방법 출원사실증명 </p>
-                                            <p>· Traffic Agent 저작권 등록 </p>
-
-                                            <div class="flex">
-                                                <img src="../../resources/img/common/history-img51.png" alt="">
-                                                <img src="../../resources/img/common/history-img52.png" alt="">
-                                            </div>
-
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">2월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 한국가스공사 상용소프트웨어 유지관리(통합재고관리시스템 데이터분석) (한국가스공사) </p>
-                                            <p>· 대구광역시 AI 안전통합 횡단보도 플랫폼 구축 계약 </p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">3월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· AI 안전통합 횡단보도 플랫폼 구축 용역 (대구광역시) </p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">4월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· G밸리 기록물 텍스트 분석 및 콘텐츠 개발 사업 (서울특별시) </p>
-                                            <p>· 포항테크노파크 SW융합제품 상용화지원사업 데이터 품질관리 사업 수주 </p>
-                                            <p>· 기업부설연구소 인정서 획득 </p>
-                                            <img src="../../resources/img/common/history-img6.png" alt="">
-
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">5월</p>
-                                        <div style="text-align: left;">
-                                            <p>· 영천시 맞춤형 데이터 분석사업 (영천시) </p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">6월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 정보통신공사업 면허 획득, 벤처기업 인증 </p>
-                                            <div class="flex">
-                                                <img src="../../resources/img/common/history-img71.png" alt="">
-                                                <img src="../../resources/img/common/history-img72.png" alt="">
-                                            </div>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">7월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 공공데이터 품질 진단 강화 컨설팅 (상주시)</p>
-                                            <p>· 정부혁신 웹사이트 기능개선 및 유지관리 (행정안전부)</p>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">8월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                            <p>· 메타버스 기술 관련 출원사실증명</p>
-                                            <img src="../../resources/img/common/history-img8.png" alt="">
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">9월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 한국가스공사 2023 대구·경북 스타트업 페스티벌 공대스타챌린지 대상 수상</p>
-                                            <p>· SW융합클러스터2.0 SW융합제품 상용화 지원사업 데이터 컨설팅 및 품질관리 (포항테크노파크)</p>
-                                            <p>· 시니어 케어 시스템 저작권 등록</p>
-                                            <img src="../../resources/img/common/history-img9.png" alt="">
-
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">11월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· 한기술평가 우수기업 인증 (T-5)</p>
-                                            <p>· 통합 모빌리티 솔루션 저작권 등록</p>
-                                            <div class="flex">
-                                                <img src="../../resources/img/common/history-img100.png" alt="">
-                                                <img src="../../resources/img/common/history-img101.png" alt="">
-                                            </div>
-                                        </div>
-                                    </div>
-                                    <div class="flex">
-                                        <p class="month mr30">12월</p>
-                                        <div class="month-text" style="text-align: left;">
-                                            <p>· DGM 전자정보기기사업단 지역 기업 운영 활성화를 위한 플랫폼 구축 사업 수주</p>
-                                            <p>· 구미시 키워드 분석 용역 (구미시)</p>
-                                            <p>· AI 디지털교과서 통합 지원센터 모델발굴 및 시범운영 용역 (한국교육학술정보원)</p>
-                                            <p>· 구미시 2023년 행정정보 및 홈페이지시스템 통합유지관리 용역 중 공공데이터 (구미시)</p>
-                                            <p>· AI 횡단보도 기술 관련 출원사실증명</p>
-                                            <img src="../../resources/img/common/history-img110.png" alt="">
-
-
-                                        </div>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-
-                        <div class="inner mobil-swiper">
-                            <div class="swiper-wrapper mobile-contents ">
-                                <div class="swiper-slide ">
-                                    <div class="content" data-year="2021">
-                                        <p class="mobil-year">2021</p>
+                                    <div class="content section" id="section1">
                                         <div class="flex">
 
                                             <p class="month mr30">5월</p>
@@ -440,8 +303,7 @@
 
                                     </div>
 
-                                    <div class="content" data-year="2022">
-                                        <p class="mobil-year">2022</p>
+                                    <div class="content section" id="section2">
 
                                         <!-- 2021년 내용 -->
                                         <div class="flex">
@@ -504,10 +366,8 @@
                                         </div>
 
                                     </div>
-                                    <div class="content" data-year="2023">
-                                        <p class="mobil-year">2023</p>
+                                    <div class="content section" id="section3">
 
-                                        <!-- 2022년 내용 -->
                                         <div class="flex">
                                             <p class="month mr30">1월</p>
                                             <div class="month-text" style="text-align: left;">
@@ -615,252 +475,110 @@
                             </div>
                         </div>
                     </div>
+                    
                 </div>
-
-
+                <div id="footer" style="width: 100%;"></div>
             </div>
-            <footer id="footer"></footer>
+            
         </div>
+
     </div>
+    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
+    <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
 
 
+    <script>
+        var swiper = new Swiper(".mySwiper", {
+            cssMode: true,
+            direction: "vertical",
+            slidesPerView: 1,
+            spaceBetween: 30,
+            mousewheel: {
+                eventsTarget: '.swiper-slide'
+            },
+            // slidesOffsetAfter: 220,
+            pagination: {
+                el: ".swiper-pagination",
+                clickable: true,
+            },
+            on: {
+                reachEnd: function () {
+                    const slides = document.querySelectorAll('.swiper-slide');
+                    slides.forEach(slide => {
+                        slide.addEventListener('wheel', function (e) {
+                            const delta = e.wheelDelta || -e.deltaY;
+                            console.log(delta)
+                            // 슬라이드 내부에서 상단 또는 하단 경계에 도달했을 경우 Swiper 슬라이드 전환 허용
+                            if ((this.scrollTop === (this.scrollHeight - this.offsetHeight) && delta < 0) || (this.scrollTop === 0 && delta > 0)) {
+                                e.stopPropagation();
+                            }
+                        }, { passive: false });
 
 
+                    });
+                },
+                slideChange: function () {
+                    
+                    const swiper = this; // 'this'는 현재 Swiper 인스턴스를 참조합니다.
+                    const isLastSlide = swiper.activeIndex === (swiper.slides.length - 1); // 마지막 슬라이드인지 확인
+                    const footer = document.getElementById('footer'); // 푸터 요소 선택
 
-
-</body>
-<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
-<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
-
-
-<script>
-    // history에서 슬라이드시 영역 별 year active 시키는 코드
-    document.addEventListener('DOMContentLoaded', function () {
-        const years = document.querySelectorAll('.year');
-        const contents = document.querySelector('.contents');
-        const contentItems = document.querySelectorAll('.content');
-
-        function updateActiveYear(visibleYear = '2020') {
-            years.forEach((year) => {
-                if (year.getAttribute('data-year') === visibleYear) {
-                    year.classList.add('active-year');
-                } else {
-                    year.classList.remove('active-year');
-                }
-            });
-        }
-
-        contents.addEventListener('scroll', function () {
-            let visibleYear = '';
-            contentItems.forEach((item) => {
-                const itemTop = item.offsetTop;
-                const itemHeight = item.clientHeight;
-                if (contents.scrollTop >= itemTop - 20 && contents.scrollTop < itemTop + itemHeight) {
-                    visibleYear = item.getAttribute('data-year');
-                }
-            });
-
-            if (visibleYear) {
-                updateActiveYear(visibleYear);
+                    if (isLastSlide) {
+                        // 마지막 슬라이드에 도달했을 때 푸터 표시
+                        footer.style.display = 'block';
+                    } else {
+                        // 마지막 슬라이드가 아닐 때 푸터 숨기기 (필요한 경우)
+                        footer.style.display = 'none';
+                    }
+                },
             }
-        }, { passive: true }); // 여기에 passive 옵션 추가
-
-        // 초기 활성 연도 설정을 위한 코드 추가
-        const initialYearElement = Array.from(years).find(year => year.getAttribute('data-year') === '2020');
-        if (initialYearElement) {
-            updateActiveYear('2020');
-        } else {
-        }
-    });
-
-
-    // business 아코디언 
-    function slidesPlugin(activeSlide = 0) {
-        const slides = document.querySelectorAll('.accordion');
-        let previousSlide = slides[activeSlide];
-
-        previousSlide.classList.add('active');
-        swapImage(previousSlide);
-
-        slides.forEach((slide) => {
-            slide.addEventListener('click', () => {
-                if (slide !== previousSlide) {
-                    clearActiveClasses();
-                    swapImage(previousSlide);
-                    slide.classList.add('active');
-                    swapImage(slide);
-                    previousSlide = slide;
-
-                }
-
-            });
         });
+        // business 아코디언 
+        function slidesPlugin(activeSlide = 0) {
+            const slides = document.querySelectorAll('.accordion');
+            let previousSlide = slides[activeSlide];
 
-        function clearActiveClasses() {
+            previousSlide.classList.add('active');
+            swapImage(previousSlide);
+
             slides.forEach((slide) => {
-                slide.classList.remove('active');
+                slide.addEventListener('click', () => {
+                    if (slide !== previousSlide) {
+                        clearActiveClasses();
+                        swapImage(previousSlide);
+                        slide.classList.add('active');
+                        swapImage(slide);
+                        previousSlide = slide;
+
+                    }
+
+                });
             });
+
+            function clearActiveClasses() {
+                slides.forEach((slide) => {
+                    slide.classList.remove('active');
+                });
+            }
+
+            function swapImage(slide) {
+                const slideImg = slide.querySelector('.accordion img');
+                const bgImg = slide.style.backgroundImage;
+
+                slide.style.backgroundImage = `url(${slideImg.src})`;
+                slideImg.src = bgImg.slice(5, -2);
+            }
         }
 
-        function swapImage(slide) {
-            const slideImg = slide.querySelector('.accordion img');
-            const bgImg = slide.style.backgroundImage;
 
-            slide.style.backgroundImage = `url(${slideImg.src})`;
-            slideImg.src = bgImg.slice(5, -2);
-        }
-    }
+        slidesPlugin();
 
 
-    slidesPlugin();
+        $(function () {
+            $("#header").load("../layout/Header.html");
+            $("#footer").load("../layout/footer.html");
 
-    // 페이지 스와이퍼
-    var swiper = new Swiper(".mySwiper", {
-        direction: "vertical",
-        slidesPerView: 1,
-        spaceBetween: 0,
-
-        mousewheel: {
-            releaseOnEdges: true, // 스와이퍼의 시작점과 끝점에서 마우스 휠 이벤트를 무시합니다.
-        },
-        // slidesOffsetAfter: 220, 
-
-    });
-    // history 스와이퍼
-    var inner = new Swiper(".inner", {
-        direction: "vertical",
-        slidesPerView: "auto",
-        scrollbar: {
-            el: ".swiper-scrollbar",
-        },
-    });
-
-    // 슬라이더 1이 움직이기 시작할 때 슬라이더 2의 움직임을 금지
-    inner.on('slideChangeTransitionStart', function () {
-        swiper.allowTouchMove = false;
-    });
-
-    // 슬라이더 1의 움직임이 끝나면 슬라이더 2의 움직임을 다시 허용
-    inner.on('slideChangeTransitionEnd', function () {
-        swiper.allowTouchMove = true;
-    });
-
-    $(function () {
-        $("#header").load("../layout/Header.html");
-        $("#footer").load("../layout/footer.html");
-        $("#footer").show();
-
-    });
-
-
-</script>
-
-
-
-
-<style scoped>
-    .inner {
-        width: 100%;
-        height: 100%;
-    }
-
-    .inner .swiper-slide {
-        font-size: 18px;
-        height: auto;
-        display: block;
-        -webkit-box-sizing: border-box;
-        box-sizing: border-box;
-        padding: 30px;
-    }
-
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-    #contents {
-        scroll-snap-type: x mandatory;
-    }
-
-    .content {
-        scroll-snap-align: start;
-    }
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-    }
-
-    body {
-        background: #eee;
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        display: flex;
-        height: 100%;
-        position: relative;
-        justify-content: center;
-        align-items: center;
-        background-color: #fff;
-    }
-
-    .swiper-slide img {
-        /* height: 356px; */
-        display: block;
-        object-fit: cover;
-    }
-
-    .container {
-        width: 1200px;
-        height: 70%;
-        display: flex;
-        flex-wrap: nowrap;
-        border-radius: 20px;
-        overflow: hidden;
-    }
-</style>
+        });
+    </script>
 
 </html>
(No newline at end of file)
views/pages/Customized.html
--- views/pages/Customized.html
+++ views/pages/Customized.html
@@ -16,7 +16,102 @@
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
 
+    <style scoped>
+        footer {
+    width: 100%;
+    /* height: 300px; */
+    padding: 30px;
+    /* opacity: 0; */
+    /* display: none; */
+    position: relative;
+    bottom: 0px;
+    left: 0;
+    z-index: 56;
+    transition: all 0.5s;
+    background-color: #333;
+}
 
+    /* 스크롤바 없애기 */
+    body {
+        -ms-overflow-style: none;
+        /* 인터넷 익스플로러 */
+        scrollbar-width: none;
+        /* 파이어폭스 */
+    }
+
+    ::-webkit-scrollbar {
+        display: none;
+    }
+
+    #header {
+        position: fixed;
+        top: 0;
+        z-index: 3;
+        border-bottom: 1px solid #ced4da;
+        background-color: white;
+    }
+
+    #header .header .logo {
+        background: url(../../resources/img/component/logo-color.png) no-repeat;
+        width: 200px;
+        background-size: contain;
+        height: 25px;
+
+
+    }
+
+    #header .header nav li a {
+        color: #333;
+
+    }
+
+
+
+    html,
+    body {
+        position: relative;
+        height: 100%;
+
+    }
+
+    body {
+        background: #fff;
+        font-family: 'Pretendard';
+        font-size: 14px;
+        color: #000;
+        margin: 0;
+        padding: 0;
+    }
+
+    .swiper {
+        width: 100%;
+        height: 100%;
+    }
+
+    .swiper-slide {
+        text-align: center;
+        font-size: 18px;
+        background: linear-gradient(#f8f9fa, #fff, #fff);
+        display: flex;
+        justify-content: center;
+        align-items: center;
+    }
+
+    .swiper-slide img {
+        height: 356px;
+        display: block;
+        object-fit: cover;
+    }
+
+    .box-wrap p {
+        padding-top: 1rem;
+        font-size: 2rem;
+    }
+    .dropdown {
+        background-color: #fff !important;
+        }
+
+</style>
     <title>TAKENSOFT</title>
 </head>
 
@@ -116,97 +211,6 @@
 
 </script>
 
-<style scoped>
-        footer {
-    width: 100%;
-    /* height: 300px; */
-    padding: 30px;
-    /* opacity: 0; */
-    /* display: none; */
-    position: relative;
-    bottom: 0px;
-    left: 0;
-    z-index: 56;
-    transition: all 0.5s;
-    background-color: #333;
-}
 
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-
-    }
-
-    body {
-        background: #fff;
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        background: linear-gradient(#f8f9fa, #fff, #fff);
-        display: flex;
-        justify-content: center;
-        align-items: center;
-    }
-
-    .swiper-slide img {
-        height: 356px;
-        display: block;
-        object-fit: cover;
-    }
-
-    .box-wrap p {
-        padding-top: 1rem;
-        font-size: 2rem;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/pages/Data.html
--- views/pages/Data.html
+++ views/pages/Data.html
@@ -14,7 +14,96 @@
     <link rel="stylesheet" href="../../resources/css/responsive.css">
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
+    <style scoped>
+        footer {
+            width: 100%;
+            /* height: 300px; */
+            padding: 30px;
+            /* opacity: 0; */
+            /* display: none; */
+            position: relative;
+            bottom: 0px;
+            left: 0;
+            z-index: 56;
+            transition: all 0.5s;
+            background-color: #333;
+        }
 
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+
+        ::-webkit-scrollbar {
+            display: none;
+        }
+
+        #header {
+            position: fixed;
+            top: 0;
+            background-color: white !important;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+        }
+        
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+            
+            
+        }
+
+        #header .header nav li a {
+            color: #333;
+            
+        }
+        
+        
+        
+        html,
+        body {
+            position: relative;
+            height: 100%;
+            font-family: 'Pretendard';
+            
+        }
+
+        body {
+            font-family: 'Pretendard';
+            background-color: white;
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+
+        .box-wrap {
+            flex-wrap: nowrap;
+        }
+
+        .box-wrap div {
+            width: 100%;
+        }
+
+        .box-wrap div img {
+            padding-bottom: 2rem;
+        }
+
+        .box-wrap div p {
+            font-size: 2rem;
+            font-weight: 600;
+            padding: 10px 0;
+        }
+
+        .dropdown {
+            background-color: #fff !important;
+        }
+    </style>
 
 
     <title>TAKENSOFT</title>
@@ -22,34 +111,35 @@
 
 <body>
     <div id="header"></div>
-    <div style=" display: flex; flex-direction: column; ">
+    <div style=" display: flex; flex-direction: column;        background: linear-gradient(#f8f9fa, #fff, #fff) !important;
+    ">
 
         <div class=" text-area pb60 pt60  slide-section flex align-center " id="Data" style="height: 100vh;">
-    
-    
-                <div class="flex justify-between " style="gap: 10px; width: 100%;">
-                    <div class="etc-wrap-title pb20">
-                        <h1 class="mb20 ">데이터분석을 통한 인사이트 도출</h1>
-                        <p>데이터를 통하여 가치 있는 정보와 인사이트를 제공하여 세상을 이롭게 만듭니다.</p>
-                    </div>
-                    <div class="flex justify-between box-wrap" style="width: 100%; gap: 20px; ">
-                        <div class="solution-ani">
-                            <img src="../../resources/img/common/data-img1.png" alt="">
-                            <p>구미시 주요 이슈 및 민원 분석</p>
-                        </div>
-                        <div class="solution-ani">
-                            <img src="../../resources/img/common/data-img2.png" alt="">
-                            <p>영천시 1인가구,상권,관광,청년 일자리분야 데이터 분석</p>
-                        </div>
-                        <div class="solution-ani">
-                            <img src="../../resources/img/common/data-img3.png" alt="">
-                            <p>김천시 무더위 쉼터 선정 위한 데이터 분석</p>
-                        </div>
-    
-                    </div>
-    
+
+
+            <div class="flex justify-between " style="gap: 10px; width: 100%;">
+                <div class="etc-wrap-title pb20">
+                    <h1 class="mb20 ">데이터분석을 통한 인사이트 도출</h1>
+                    <p>데이터를 통하여 가치 있는 정보와 인사이트를 제공하여 세상을 이롭게 만듭니다.</p>
                 </div>
-    
+                <div class="flex justify-between box-wrap" style="width: 100%; gap: 20px; ">
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/data-img1.png" alt="">
+                        <p>구미시 주요 이슈 및 민원 분석</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/data-img2.png" alt="">
+                        <p>영천시 1인가구,상권,관광,청년 일자리분야 데이터 분석</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/data-img3.png" alt="">
+                        <p>김천시 무더위 쉼터 선정 위한 데이터 분석</p>
+                    </div>
+
+                </div>
+
+            </div>
+
         </div>
         <footer>
             <div class="footer-wrap">
@@ -59,7 +149,7 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-    
+
                         <p>대표자 ) 임상현</p>
                         <p>FAX ) 053-811-1701</p>
                     </div>
@@ -115,91 +205,6 @@
 
 </script>
 
-<style scoped>
-    footer {
-    width: 100%;
-    /* height: 300px; */
-    padding: 30px;
-    /* opacity: 0; */
-    /* display: none; */
-    position: relative;
-    bottom: 0px;
-    left: 0;
-    z-index: 56;
-    transition: all 0.5s;
-    background-color: #333;
-}
 
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-        font-family: 'Pretendard';
-
-    }
-
-    body {
-        background: linear-gradient(#f8f9fa, #fff, #fff);
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .box-wrap {
-        flex-wrap: nowrap;
-    }
-
-    .box-wrap div {
-        width: 100%;
-    }
-
-    .box-wrap div img {
-        padding-bottom: 2rem;
-    }
-
-    .box-wrap div p {
-        font-size: 2rem;
-    font-weight: 600;
-    padding: 10px 0;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/pages/Etc.html
--- views/pages/Etc.html
+++ views/pages/Etc.html
@@ -15,7 +15,97 @@
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
-
+    <style scoped>
+        footer {
+            width: 100%;
+            /* height: 300px; */
+            padding: 30px;
+            /* opacity: 0; */
+            /* display: none; */
+            position: relative;
+            bottom: 0px;
+            left: 0;
+            z-index: 56;
+            transition: all 0.5s;
+            background-color: #333;
+        }
+    
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+    
+        ::-webkit-scrollbar {
+            display: none;
+        }
+    
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white !important;
+        }
+    
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+    
+    
+        }
+    
+        #header .header nav li a {
+            color: #333;
+    
+        }
+    
+    
+    
+        html,
+        body {
+            position: relative;
+            height: 100%;
+            font-family: 'Pretendard';
+    
+        }
+    
+        body {
+            background: linear-gradient(#d7e2ff9d, #fff, #fff);
+            font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+    
+        .swiper {
+            width: 100%;
+            height: 100%;
+        }
+    
+        .swiper-slide {
+            text-align: center;
+            font-size: 18px;
+            display: flex;
+            justify-content: center;
+            align-items: center;
+        }
+    
+        .swiper-slide img {
+            height: 356px;
+            display: block;
+            object-fit: cover;
+        }
+        .dropdown {
+            background-color: #fff !important;
+        }
+    </style>
+    
 
     <title>TAKENSOFT</title>
 </head>
@@ -113,92 +203,5 @@
 
 </script>
 
-<style scoped>
-    footer {
-        width: 100%;
-        /* height: 300px; */
-        padding: 30px;
-        /* opacity: 0; */
-        /* display: none; */
-        position: relative;
-        bottom: 0px;
-        left: 0;
-        z-index: 56;
-        transition: all 0.5s;
-        background-color: #333;
-    }
-
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-        font-family: 'Pretendard';
-
-    }
-
-    body {
-        background: linear-gradient(#d7e2ff9d, #fff, #fff);
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        display: flex;
-        justify-content: center;
-        align-items: center;
-    }
-
-    .swiper-slide img {
-        height: 356px;
-        display: block;
-        object-fit: cover;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/pages/Marketing.html
--- views/pages/Marketing.html
+++ views/pages/Marketing.html
@@ -16,7 +16,84 @@
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
 
-
+    <style scoped>
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+    
+        ::-webkit-scrollbar {
+            display: none;
+        }
+    
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white;
+        }
+    
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+    
+    
+        }
+    
+        #header .header nav li a {
+            color: #333;
+    
+        }
+    
+    
+    
+        html,
+        body {
+            position: relative;
+            height: 100%;
+    
+        }
+    
+        body {
+            background: #eee;
+            font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+    
+        .swiper {
+            width: 100%;
+            height: 100%;
+        }
+    
+        .swiper-slide {
+            text-align: center;
+            font-size: 18px;
+            background: linear-gradient(#f8f9fa, #fff, #fff);
+            display: flex;
+            justify-content: center;
+            align-items: center;
+        }
+    
+        .swiper-slide img {
+            height: 356px;
+            display: block;
+            object-fit: cover;
+        }
+    
+        /* .marketing-area{
+            cursor: pointer;
+        } */
+    </style>
+    
     <title>TAKENSOFT</title>
 </head>
 
@@ -150,82 +227,5 @@
 
 
 
-<style scoped>
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-
-    }
-
-    body {
-        background: #eee;
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        text-align: center;
-        font-size: 18px;
-        background: linear-gradient(#f8f9fa, #fff, #fff);
-        display: flex;
-        justify-content: center;
-        align-items: center;
-    }
-
-    .swiper-slide img {
-        height: 356px;
-        display: block;
-        object-fit: cover;
-    }
-
-    /* .marketing-area{
-        cursor: pointer;
-    } */
-</style>
 
 </html>
(No newline at end of file)
views/pages/SmartCtiy.html
--- views/pages/SmartCtiy.html
+++ views/pages/SmartCtiy.html
@@ -15,7 +15,101 @@
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
+    <style scoped>
+        footer {
+            width: 100%;
+            /* height: 300px; */
+            padding: 30px;
+            /* opacity: 0; */
+            /* display: none; */
+            position: relative;
+            bottom: 0px;
+            left: 0;
+            z-index: 56;
+            transition: all 0.5s;
+            background-color: #333;
+        }
 
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+
+        ::-webkit-scrollbar {
+            display: none;
+        }
+
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white !important;
+        }
+
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+
+
+        }
+
+        #header .header nav li a {
+            color: #333;
+
+        }
+
+
+
+        html,
+        body {
+            position: relative;
+            height: 100%;
+            font-family: 'Pretendard';
+
+        }
+
+        body {
+            font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+
+        .box-wrap {
+            flex-wrap: nowrap;
+        }
+
+        .box-wrap-title {
+            text-align: center !important;
+            font-weight: 700;
+            font-size: 2.1rem !important;
+        }
+
+        .etc-wrap-text {
+            width: 100%;
+        }
+
+        .etc-wrap-text div img {
+            padding-bottom: 2rem;
+        }
+
+        .etc-wrap-text div p {
+            text-align: left;
+            padding: 1rem 3rem;
+            font-size: 1.5rem;
+        }
+
+        .dropdown {
+            background-color: #fff !important;
+        }
+    </style>
 
     <title>TAKENSOFT</title>
 </head>
@@ -121,96 +215,6 @@
 
 </script>
 
-<style scoped>
-    footer {
-        width: 100%;
-        /* height: 300px; */
-        padding: 30px;
-        /* opacity: 0; */
-        /* display: none; */
-        position: relative;
-        bottom: 0px;
-        left: 0;
-        z-index: 56;
-        transition: all 0.5s;
-        background-color: #333;
-    }
 
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-        font-family: 'Pretendard';
-
-    }
-
-    body {
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .box-wrap {
-        flex-wrap: nowrap;
-    }
-
-    .box-wrap-title {
-        text-align: center !important;
-        font-weight: 700;
-        font-size: 2.1rem !important;
-    }
-
-    .etc-wrap-text {
-        width: 100%;
-    }
-
-    .etc-wrap-text div img {
-        padding-bottom: 2rem;
-    }
-
-    .etc-wrap-text div p {
-        text-align: left;
-        padding: 1rem 3rem;
-        font-size: 1.5rem;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/pages/Solution.html
--- views/pages/Solution.html
+++ views/pages/Solution.html
@@ -15,7 +15,86 @@
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
+    <style scoped>
+        .swiper-slide.on {
+            width: 100%;
+            height: 100%;
+            background-color: #000;
+        }
 
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+
+        ::-webkit-scrollbar {
+            display: none;
+        }
+
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white !important;
+        }
+
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+
+
+        }
+
+        #header .header nav li a {
+            color: #333;
+
+        }
+
+
+
+        html,
+        body {
+            position: relative;
+            height: 100%;
+        }
+
+        body {
+            background: linear-gradient(#f8f9fa, #fff, #fff);
+
+            font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+
+        .swiper {
+            width: 100%;
+            height: 100%;
+        }
+
+        .swiper-slide {
+            width: 100%;
+            height: 100%;
+            text-align: center;
+            font-size: 18px;
+            background: linear-gradient(#f8f9fa, #fff, #fff);
+            display: flex;
+            justify-content: center;
+            align-items: center;
+        }
+
+        .swiper-slide img {
+            display: block;
+            object-fit: cover;
+        }
+    </style>
 
     <title>TAKENSOFT</title>
 </head>
@@ -25,7 +104,8 @@
     <div class="swiper mySwiper" id="solution">
         <div class="swiper-wrapper">
             <div class="swiper-slide">
-                <div class=" text-area pb60 pt60 slide-section flex align-center solution" style="align-content: center;">
+                <div class=" text-area pb60 pt120 slide-section flex align-center solution"
+                    style="align-content: center;">
 
                     <div class="solution-title mb20">
                         <p>Taken BI Manager v1.0</p>
@@ -54,7 +134,7 @@
                             </div>
                             <div class="solution-text-box">
                                 <h3 class="text-box-title mb10">특장점</h3>
-                                <div class="flex " style="gap: 30px;">
+                                <div class="flex " style="gap: 10px; flex-wrap: nowrap;">
                                     <div class="flex-column">
                                         <p>- DB 연계형 데이터 수집 서비스</p>
                                         <p>- 데이터 시각화 시스템</p>
@@ -70,7 +150,7 @@
                 </div>
             </div>
             <div class="swiper-slide">
-                <div class=" text-area pb60 pt60 slide-section flex align-center" style="align-content: center;">
+                <div class=" text-area pb60 pt120 slide-section flex align-center" style="align-content: center;">
 
                     <div class="traffic-title mb20">
                         <p>Traffic Agent</p>
@@ -129,7 +209,7 @@
                 </div>
             </div>
             <div class="swiper-slide">
-                <div class=" text-area pb60 pt60 slide-section flex align-center" style="align-content: center;">
+                <div class=" text-area pb60 pt120 slide-section flex align-center" style="align-content: center;">
 
                     <div class="ai-title mb20">
                         <p>AI 안전통합 횡단보도 관리 솔루션</p>
@@ -186,8 +266,8 @@
                 </div>
             </div>
             <div class="swiper-slide meta-wrap">
-                <div class=" text-area pb60 pt60 slide-section flex align-center" style="align-content: center;">
-                    <div class="meta-title mb20">
+                <div class=" text-area pb60 pt120 slide-section flex align-center" style="align-content: center;">
+                    <div class="meta-title mb40">
                         <p>이동데이터 기반 성지순례길 메타버스 플랫폼</p>
                     </div>
 
@@ -198,7 +278,8 @@
                                 <p>이동데이터 기반 성지순례길 메타버스 플랫폼</p>
                                 <p class="close-btn">x</p>
                             </div>
-                            <video src="../../resources/img/common/hanti.mp4" autostart ="false" autoplay="false" muted controls></video>
+                            <video src="../../resources/img/common/hanti.mp4" autostart="false" autoplay="false" muted
+                                controls></video>
                         </div>
                     </div>
                     <div class="flex justify-between align-end taken-wrap-box" style="flex-wrap: nowrap; gap: 20px;">
@@ -238,44 +319,49 @@
                     </div>
                 </div>
             </div>
-            <div class="swiper-slide">
-                <div class=" text-area pb60 pt60 slide-section flex align-center" style="align-content: center;">
+            <div class="swiper-slide flex" style="overflow-y: auto; height: 100%;">
+                <div style="width: 100%; height: 100%; flex-wrap: nowrap;" class="flex ">
 
-                    <div class="smart-title mb30" style="word-break: keep-all;">
-                        <p>스마트제조 데이터 모니터링 서비스</p>
-                    </div>
-                    <div class="flex justify-between align-end taken-wrap-box" style="flex-wrap: nowrap; gap: 20px;">
-                        <div class="smart-area flex align-end solution-web-box " style="height: 100%; width: 100%;">
+                    <div class=" text-area pb60 pt120 slide-section flex align-center" style="align-content: center;">
 
-                            <img src="../../resources/img/common/smart-img.png" alt="" class="mb30">
-                            <div class="taken-box flex justify-between" style="flex-wrap: nowrap;">
-                                <p>공정상의 데이터를 수집<br>데이터 활용 체계 마련</p>
-                                <p>웹 및 앱 모니터링<br> 시스템 구축</p>
-                            </div>
+                        <div class="smart-title mb30" style="word-break: keep-all;">
+                            <p>스마트제조 데이터 모니터링 서비스</p>
                         </div>
-                        <div class="taken-area taken-conteiner flex " style="gap: 20px;  height: 100%;">
+                        <div class="flex justify-between align-end taken-wrap-box"
+                            style="flex-wrap: nowrap; gap: 20px;">
+                            <div class="smart-area flex align-end solution-web-box " style="height: 100%; width: 100%;">
 
-                            <div class="text-after">
-                                <p>제조기업의 공정상 생산성 극대화를 위해 제조업체의 공정을 분석 및 시각화 하여 편리한 모니터링 서비스를 제공합니다.</p>
+                                <img src="../../resources/img/common/smart-img.png" alt="" class="mb30">
+                                <div class="taken-box flex justify-between" style="flex-wrap: nowrap;">
+                                    <p>공정상의 데이터를 수집<br>데이터 활용 체계 마련</p>
+                                    <p>웹 및 앱 모니터링<br> 시스템 구축</p>
+                                </div>
                             </div>
-                            <div class="solution-text-box">
-                                <h3 class="text-box-title mb10">주요기능</h3>
-                                <p>- 실제 제조 라인 공정 특징을 반영한 웹 및 앱 모니터링 서비스 구축</p>
-                                <p>- 데이터 수집, 분석, 시각화를 통한 차트,플롯, 인포그래픽 등 데이터별 맞춤 시각 그래픽 화면 적용</p>
-                                <p>- 내부 공정 관련 데이터의 AI 가공을 통한 데이터를 활용하여 공정 현황을 통합적으로 파악</p>
-                            </div>
-                            <div class="solution-text-box">
-                                <h3 class="text-box-title mb10">특장점</h3>
-                                <p>반응형 모니터링 서비스로 PC, 모바일, 테블릿 등 다양한 기기 지원</p>
-                                <p>이상 상태 조건 데이터 발견 시 문제 발생 알림</p>
-                                <p>현재 공정 과정 모니터링 기능</p>
+                            <div class="taken-area taken-conteiner flex " style="gap: 20px;  height: 100%;">
+
+                                <div class="text-after">
+                                    <p>제조기업의 공정상 생산성 극대화를 위해 제조업체의 공정을 분석 및 시각화 하여 편리한 모니터링 서비스를 제공합니다.</p>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <p>- 실제 제조 라인 공정 특징을 반영한 웹 및 앱 모니터링 서비스 구축</p>
+                                    <p>- 데이터 수집, 분석, 시각화를 통한 차트,플롯, 인포그래픽 등 데이터별 맞춤 시각 그래픽 화면 적용</p>
+                                    <p>- 내부 공정 관련 데이터의 AI 가공을 통한 데이터를 활용하여 공정 현황을 통합적으로 파악</p>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">특장점</h3>
+                                    <p>반응형 모니터링 서비스로 PC, 모바일, 테블릿 등 다양한 기기 지원</p>
+                                    <p>이상 상태 조건 데이터 발견 시 문제 발생 알림</p>
+                                    <p>현재 공정 과정 모니터링 기능</p>
+                                </div>
                             </div>
                         </div>
                     </div>
                 </div>
+
+                <div id="footer"></div>
             </div>
 
-            <div id="footer"></div>
         </div>
 
     </div>
@@ -294,62 +380,54 @@
 
 
 <script>
-    $(document).ready(function () {
-        $("#btnHeadquarter").click(function () {
-            $("#btnHeadquarter").addClass('on');
-            $("#btnDaeguBranch").removeClass('on');
-            $("#contentDaeguBranch").hide();
-
-            $("#contentHeadquarter").show();
-        });
-
-        $("#btnDaeguBranch").click(function () {
-            $("#btnDaeguBranch").addClass('on');
-            $("#btnHeadquarter").removeClass('on');
-
-            $("#contentHeadquarter").hide();
-
-            $("#contentDaeguBranch").show();
-
-
-
-
-
-        });
-    });
 
 
     var swiper = new Swiper(".mySwiper", {
+        cssMode: true,
         direction: "vertical",
         slidesPerView: 1,
-        spaceBetween: 0,
-        mousewheel: true,
-        slidesOffsetAfter: 220,                    
-
+        spaceBetween: 30,
+        mousewheel: {
+            eventsTarget: '.swiper-slide'
+        },
+        // slidesOffsetAfter: 220,
+        pagination: {
+            el: ".swiper-pagination",
+            clickable: true,
+        },
         on: {
+            init: function () {
+                const slides = document.querySelectorAll('.swiper-slide');
+                slides.forEach(slide => {
+                    slide.addEventListener('wheel', function (e) {
+                        const delta = e.wheelDelta || -e.deltaY;
+                        console.log(delta)
+                        // 슬라이드 내부에서 상단 또는 하단 경계에 도달했을 경우 Swiper 슬라이드 전환 허용
+                        if ((this.scrollTop === (this.scrollHeight - this.offsetHeight) && delta < 0) || (this.scrollTop === 0 && delta > 0)) {
+                            e.stopPropagation();
+                        }
+                    }, { passive: false });
 
+
+                });
+            },
             slideChange: function () {
-                var currentIndex = this.realIndex;
-                if (currentIndex === 0) {
-                    $('#header').removeClass('active');
+
+                const swiper = this; // 'this'는 현재 Swiper 인스턴스를 참조합니다.
+                const isLastSlide = swiper.activeIndex === (swiper.slides.length - 1); // 마지막 슬라이드인지 확인
+                const footer = document.getElementById('footer'); // 푸터 요소 선택
+
+                if (isLastSlide) {
+                    // 마지막 슬라이드에 도달했을 때 푸터 표시
+                    footer.style.display = 'block';
                 } else {
-                    $('#header').addClass('active');
+                    // 마지막 슬라이드가 아닐 때 푸터 숨기기 (필요한 경우)
+                    footer.style.display = 'none';
                 }
-         
             },
-            reachEnd: function () {
-                swiper.mousewheel.disable();
-            },
-
         }
     });
 
-    window.addEventListener('wheel', function (event) {
-        if (event.deltaY < 0) {
-            swiper.mousewheel.enable();
-        } else if (event.deltaY > 0) {
-        }
-    });
     $(function () {
         $("#header").load("../layout/Header.html");
         $("#footer").load("../layout/footer.html");
@@ -374,85 +452,6 @@
 
 
 
-<style scoped>
-    .swiper-slide.on {
-        width: 100%;
-        height: 100%;
-        background-color: #000;
-    }
 
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-    }
-
-    body {
-        background: #eee;
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .swiper {
-        width: 100%;
-        height: 100%;
-    }
-
-    .swiper-slide {
-        width: 100%;
-        height: 100%;
-        text-align: center;
-        font-size: 18px;
-        background: linear-gradient(#f8f9fa, #fff, #fff);
-        display: flex;
-        justify-content: center;
-        align-items: center;
-    }
-
-    .swiper-slide img {
-        height: 356px;
-        display: block;
-        object-fit: cover;
-    }
-</style>
 
 </html>
(No newline at end of file)
views/pages/Visualization.html
--- views/pages/Visualization.html
+++ views/pages/Visualization.html
@@ -15,6 +15,106 @@
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
+    <style scoped>
+            footer {
+        width: 100%;
+        /* height: 300px; */
+        padding: 30px;
+        /* opacity: 0; */
+        /* display: none; */
+        position: relative;
+        bottom: 0px;
+        left: 0;
+        z-index: 56;
+        transition: all 0.5s;
+        background-color: #333;
+    }
+    
+        /* 스크롤바 없애기 */
+        body {
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* 파이어폭스 */
+        }
+    
+        ::-webkit-scrollbar {
+            display: none;
+        }
+    
+        #header {
+            position: fixed;
+            top: 0;
+            z-index: 3;
+            border-bottom: 1px solid #ced4da;
+            background-color: white !important;
+        }
+    
+        #header .header .logo {
+            background: url(../../resources/img/component/logo-color.png) no-repeat;
+            width: 200px;
+            background-size: contain;
+            height: 25px;
+    
+    
+        }
+    
+        #header .header nav li a {
+            color: #333;
+    
+        }
+    
+    
+    
+        html,
+        body {
+            position: relative;
+            height: 100%;
+            font-family: 'Pretendard';
+    
+        }
+    
+        body {
+            font-family: 'Pretendard';
+            font-size: 14px;
+            color: #000;
+            margin: 0;
+            padding: 0;
+        }
+    
+        .box-wrap {
+            flex-wrap: nowrap;
+        }
+    
+        .box-wrap-title {
+            text-align: center;
+            font-size: 2rem;
+            font-weight: 600;
+        }
+    
+        .box-wrap div {
+            width: 100%;
+            height: 100%;
+    
+        }
+    
+        .box-wrap div img {
+            width: 100%;
+            /* object-fit: contain; */
+            padding-bottom: 2rem;
+        }
+    
+        .box-wrap div p {
+            /* height: 20%; */
+            /* text-align: left; */
+            font-size: 1.7rem;
+            font-weight: 600;
+            /* line-height: 1.5; */
+        }
+        .dropdown {
+                background-color: #fff !important;
+            }
+    </style>
 
 
     <title>TAKENSOFT</title>
@@ -130,102 +230,5 @@
 
 </script>
 
-<style scoped>
-        footer {
-    width: 100%;
-    /* height: 300px; */
-    padding: 30px;
-    /* opacity: 0; */
-    /* display: none; */
-    position: relative;
-    bottom: 0px;
-    left: 0;
-    z-index: 56;
-    transition: all 0.5s;
-    background-color: #333;
-}
-
-    /* 스크롤바 없애기 */
-    body {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* 파이어폭스 */
-    }
-
-    ::-webkit-scrollbar {
-        display: none;
-    }
-
-    #header {
-        position: fixed;
-        top: 0;
-        z-index: 3;
-        border-bottom: 1px solid #ced4da;
-        background-color: white;
-    }
-
-    #header .header .logo {
-        background: url(../../resources/img/component/logo-color.png) no-repeat;
-        width: 200px;
-        background-size: contain;
-        height: 25px;
-
-
-    }
-
-    #header .header nav li a {
-        color: #333;
-
-    }
-
-
-
-    html,
-    body {
-        position: relative;
-        height: 100%;
-        font-family: 'Pretendard';
-
-    }
-
-    body {
-        font-family: 'Pretendard';
-        font-size: 14px;
-        color: #000;
-        margin: 0;
-        padding: 0;
-    }
-
-    .box-wrap {
-        flex-wrap: nowrap;
-    }
-
-    .box-wrap-title {
-        text-align: center;
-        font-size: 2rem;
-        font-weight: 600;
-    }
-
-    .box-wrap div {
-        width: 100%;
-        height: 100%;
-
-    }
-
-    .box-wrap div img {
-        width: 100%;
-        /* object-fit: contain; */
-        padding-bottom: 2rem;
-    }
-
-    .box-wrap div p {
-        /* height: 20%; */
-        /* text-align: left; */
-        font-size: 1.7rem;
-        font-weight: 600;
-        /* line-height: 1.5; */
-    }
-</style>
 
 </html>
(No newline at end of file)
Add a comment
List