mycoms 2024-04-02
240402 김하영
@69a148ec6293c3eb4d2ae21aebc522a6adf28838
resources/css/common.css
--- resources/css/common.css
+++ resources/css/common.css
@@ -236,198 +236,195 @@
 
 /* 마진 */
 .ml0 {
-    margin-left: 0px;
+    margin-left: 0rem;
 }
 
 .ml5 {
-    margin-left: 5px;
+    margin-left: 0.5rem;
 }
 
 .ml10 {
-    margin-left: 10px;
+    margin-left: 1rem;
 }
 
 .ml20 {
-    margin-left: 20px;
+    margin-left: 2rem;
 }
 
 .ml30 {
-    margin-left: 30px;
+    margin-left: 3rem;
 }
 
 .ml40 {
-    margin-left: 40px;
+    margin-left: 4rem;
 }
 
 .ml50 {
-    margin-left: 50px;
+    margin-left: 5rem;
 }
 
 .ml60 {
-    margin-left: 60px;
+    margin-left: 6rem;
 }
 
 .ml70 {
-    margin-left: 70px;
+    margin-left: 7rem;
 }
 
 .ml80 {
-    margin-left: 80px;
+    margin-left: 8rem;
 }
 
 .ml90 {
-    margin-left: 90px;
+    margin-left: 9rem;
 }
 
 .ml100 {
-    margin-left: 100px;
+    margin-left: 10rem;
 }
 
 .mr0 {
-    margin-right: 0px;
+    margin-right: 0rem;
 }
 
 .mr5 {
-    margin-right: 5px;
+    margin-right: 0.5rem;
 }
 
 .mr10 {
-    margin-right: 10px;
+    margin-right: 1rem;
 }
 
 .mr20 {
-    margin-right: 20px;
+    margin-right: 2rem;
 }
 
 .mr30 {
-    margin-right: 30px;
+    margin-right: 3rem;
 }
 
 .mr40 {
-    margin-right: 40px;
+    margin-right: 4rem;
 }
 
 .mr50 {
-    margin-right: 50px;
+    margin-right: 5rem;
 }
 
 .mr60 {
-    margin-right: 60px;
+    margin-right: 6rem;
 }
 
 .mr70 {
-    margin-right: 70px;
+    margin-right: 7rem;
 }
 
 .mr80 {
-    margin-right: 80px;
+    margin-right: 8rem;
 }
 
 .mr90 {
-    margin-right: 90px;
+    margin-right: 9rem;
 }
 
 .mr100 {
-    margin-right: 100px;
+    margin-right: 10rem;
 }
 
 .mt0 {
-    margin-top: 0px;
+    margin-top: 0rem;
 }
 
 .mt5 {
-    margin-top: 5px;
+    margin-top: 0.5rem;
 }
 
 .mt10 {
-    margin-top: 10px;
+    margin-top: 1rem;
 }
 
 .mt20 {
-    margin-top: 20px;
+    margin-top: 2rem;
 }
 
 .mt30 {
-    margin-top: 30px;
+    margin-top: 3rem;
 }
 
 .mt40 {
-    margin-top: 40px;
+    margin-top: 4rem;
 }
 
 .mt50 {
-    margin-top: 50px;
+    margin-top: 5rem;
 }
 
 .mt60 {
-    margin-top: 60px;
+    margin-top: 6rem;
 }
 
 .mt70 {
-    margin-top: 70px;
+    margin-top: 7rem;
 }
 
 .mt80 {
-    margin-top: 80px;
+    margin-top: 8rem;
 }
 
 .mt90 {
-    margin-top: 90px;
+    margin-top: 9rem;
 }
 
 .mt100 {
-    margin-top: 100px;
+    margin-top: 10rem;
 }
 
 .mb0 {
-    margin-bottom: 0px;
+    margin-bottom: 0rem;
 }
 
 .mb5 {
-    margin-bottom: 5px;
+    margin-bottom: 0.5rem;
 }
 
 .mb10 {
-    margin-bottom: 10px;
-}
-.mb15 {
-    margin-bottom: 15px;
+    margin-bottom: 1rem;
 }
 
 .mb20 {
-    margin-bottom: 20px;
+    margin-bottom: 2rem;
 }
 
 .mb30 {
-    margin-bottom: 30px;
+    margin-bottom: 3rem;
 }
 
 .mb40 {
-    margin-bottom: 40px;
+    margin-bottom: 4rem;
 }
 
 .mb50 {
-    margin-bottom: 50px;
+    margin-bottom: 5rem;
 }
 
 .mb60 {
-    margin-bottom: 60px;
+    margin-bottom: 6rem;
 }
 
 .mb70 {
-    margin-bottom: 70px;
+    margin-bottom: 7rem;
 }
 
 .mb80 {
-    margin-bottom: 80px;
+    margin-bottom: 8rem;
 }
 
 .mb90 {
-    margin-bottom: 90px;
+    margin-bottom: 9rem;
 }
 
 .mb100 {
-    margin-bottom: 100px;
+    margin-bottom: 10rem;
 }
 
 /* 패딩 */
@@ -436,194 +433,242 @@
 }
 
 .pd5 {
-    padding: 5px;
+    padding: 0.5rem;
 }
 
 .pd10 {
-    padding: 10px;
-}
-.pd15{
-    padding: 15px;
+    padding: 1rem;
 }
 
 .pd20 {
-    padding: 20px;
+    padding: 2rem;
 }
 
 .pd30 {
-    padding: 30px;
+    padding: 3rem;
 }
 
 .pd40 {
-    padding: 40px;
+    padding: 4rem;
 }
 
 .pd50 {
-    padding: 50px;
+    padding: 5rem;
 }
 
 .pd60 {
-    padding: 60px;
+    padding: 6rem;
 }
 
 .pd70 {
-    padding: 70px;
+    padding: 7rem;
 }
 
 .pd80 {
-    padding: 80px;
+    padding: 8rem;
 }
 
 .pd90 {
-    padding: 90px;
+    padding: 9rem;
 }
 
 .pd100 {
-    padding: 100px;
+    padding: 10rem;
 }
+
+/* 패딩 top */
 
 .pt0 {
     padding-top: 0;
 }
 
 .pt5 {
-    padding-top: 5px;
+    padding-top: 0.5rem;
 }
 
 .pt10 {
-    padding-top: 10px;
+    padding-top: 1rem;
 }
 
 .pt20 {
-    padding-top: 20px;
+    padding-top: 2rem;
 }
 
 .pt30 {
-    padding-top: 30px;
+    padding-top: 3rem;
 }
 
 .pt40 {
-    padding-top: 40px;
+    padding-top: 4rem;
 }
 
 .pt50 {
-    padding-top: 50px;
+    padding-top: 5rem;
 }
 
 .pt60 {
-    padding-top: 60px;
+    padding-top: 6rem;
 }
 
 .pt70 {
-    padding-top: 70px;
+    padding-top: 7rem;
 }
 
 .pt80 {
-    padding-top: 80px;
+    padding-top: 8rem;
 }
 
 .pt90 {
-    padding-top: 90px;
+    padding-top: 9rem;
 }
 
 .pt100 {
-    padding-top: 100px;
+    padding-top: 10rem;
 }
 
 .pb0 {
     padding-bottom: 0;
 }
 
+/* 패딩 bottom */
 .pb5 {
-    padding-bottom: 5px;
+    padding-bottom: 0.5rem;
 }
 
 .pb10 {
-    padding-bottom: 10px;
+    padding-bottom: 1rem;
 }
 
 .pb20 {
-    padding-bottom: 20px;
+    padding-bottom: 2rem;
 }
 
 .pb30 {
-    padding-bottom: 30px;
+    padding-bottom: 3rem;
 }
 
 .pb40 {
-    padding-bottom: 40px;
+    padding-bottom: 4rem;
 }
 
 .pb50 {
-    padding-bottom: 50px;
+    padding-bottom: 5rem;
 }
 
 .pb60 {
-    padding-bottom: 60px;
+    padding-bottom: 6rem;
 }
 
 .pb70 {
-    padding-bottom: 70px;
+    padding-bottom: 7rem;
 }
 
 .pb80 {
-    padding-bottom: 80px;
+    padding-bottom: 8rem;
 }
 
 .pb90 {
-    padding-bottom: 90px;
+    padding-bottom: 9rem;
 }
 
 .pb100 {
-    padding-bottom: 100px;
+    padding-bottom: 10rem;
 }
 
+/* 패딩 left */
 .pl0 {
-    padding-left: 0;
+    padding-left: 0rem;
 }
-
 .pl5 {
-    padding-left: 5px;
+    padding-left: 0.5rem;
 }
 
 .pl10 {
-    padding-left: 10px;
+    padding-left: 1rem;
 }
 
 .pl20 {
-    padding-left: 20px;
+    padding-left: 2rem;
 }
 
 .pl30 {
-    padding-left: 30px;
+    padding-left: 3rem;
 }
 
 .pl40 {
-    padding-left: 40px;
+    padding-left: 4rem;
 }
 
 .pl50 {
-    padding-left: 50px;
+    padding-left: 5rem;
 }
 
 .pl60 {
-    padding-left: 60px;
+    padding-left: 6rem;
 }
 
 .pl70 {
-    padding-left: 70px;
+    padding-left: 7rem;
 }
 
 .pl80 {
-    padding-left: 80px;
+    padding-left: 8rem;
 }
 
 .pl90 {
-    padding-left: 90px;
+    padding-left: 9rem;
 }
 
 .pl100 {
-    padding-left: 100px;
+    padding-left: 10rem;
+}
+
+/* 패딩 right */
+.pr0 {
+    padding-right: 0rem;
+}
+.pr5 {
+    padding-right: 0.5rem;
+}
+
+.pr10 {
+    padding-right: 1rem;
+}
+
+.pr20 {
+    padding-right: 2rem;
+}
+
+.pr30 {
+    padding-right: 3rem;
+}
+
+.pr40 {
+    padding-right: 4rem;
+}
+
+.pr50 {
+    padding-right: 5rem;
+}
+
+.pr60 {
+    padding-right: 6rem;
+}
+
+.pr70 {
+    padding-right: 7rem;
+}
+
+.pr80 {
+    padding-right: 8rem;
+}
+
+.pr90 {
+    padding-right: 9rem;
+}
+
+.pr100 {
+    padding-right: 10rem;
 }
 
 /* btn */
resources/css/style.css
--- resources/css/style.css
+++ resources/css/style.css
@@ -1,4 +1,5 @@
 @charset "utf-8";
+
 .text-area {
     width: 1200px;
     height: 100%;
@@ -13,9 +14,10 @@
 
 #header.active .header nav li a {
     color: #333;
-    
+
 }
-#header.active .header  nav ul li ul.dropdown {
+
+#header.active .header nav ul li ul.dropdown {
     background-color: #fff;
 }
 
@@ -27,7 +29,8 @@
 
 
 }
-.slide-back{
+
+.slide-back {
     background: url(../img/common/main-2.png)no-repeat;
     width: 0;
     height: 100%;
@@ -35,7 +38,8 @@
     background-size: cover;
     opacity: 0;
 }
-.slide-back.active{
+
+.slide-back.active {
     animation: slideIn 1s forwards;
     overflow: hidden;
 
@@ -43,14 +47,15 @@
 
 @keyframes slideIn {
     from {
-      width: 0;
-      opacity: 0;
+        width: 0;
+        opacity: 0;
     }
+
     to {
         width: 100%;
         opacity: 1;
     }
-  }
+}
 
 
 .text-event {
@@ -93,69 +98,93 @@
     animation: focus-in-contract 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
     animation-delay: 1s;
 }
-.sub-text-area{
+
+.sub-text-area {
     text-align: center;
 }
+
 .solution-text {
     font-size: 4.5rem;
     font-weight: 900;
     opacity: 0;
 }
-.box1,.box2,.box3,.box4,.box5,.box6{
+
+.box1,
+.box2,
+.box3,
+.box4,
+.box5,
+.box6 {
     width: 100%;
     height: 100%;
     border-radius: 20px;
     background-size: cover;
-    padding:214px 10px 10px 10px;
+    padding: 214px 10px 10px 10px;
     color: #fff;
-   
+
     text-align: left;
 }
-.box2,.box4{
+
+.box2,
+.box4 {
     transform: translateY(30px);
 }
-.box1{
+
+.box1 {
     background: url(../img/common/img-box1.png) no-repeat;
 
 }
-.box2{
+
+.box2 {
     background: url(../img/common/img-box2.png) no-repeat;
-    
+
 }
-.box3{
+
+.box3 {
     background: url(../img/common/img-box3.png) no-repeat;
-  
+
 }
-.box4{
+
+.box4 {
     background: url(../img/common/img-box4.png) no-repeat;
- 
+
 }
-.box5{
+
+.box5 {
     background: url(../img/common/img-box5.png) no-repeat;
- 
+
 }
-.box6{
+
+.box6 {
     background: url(../img/common/img-box6.png) no-repeat;
 
 }
-.box{
+
+.box {
     opacity: 0;
     cursor: pointer;
 }
-.box:hover{
+
+.box:hover {
     transform: scale(1.1);
     transition: all 0.5s ease;
 }
+
 @keyframes fadeIn {
-    from { opacity: 0; }
-    to { opacity: 1; }
-  }
-  
-  .box.active {
+    from {
+        opacity: 0;
+    }
+
+    to {
+        opacity: 1;
+    }
+}
+
+.box.active {
     animation-name: fadeIn;
     animation-duration: 1s;
     animation-fill-mode: both;
-  }
+}
 
 .solution-text.active {
 
@@ -409,9 +438,10 @@
     -webkit-text-stroke: 1px white;
 }
 
-.innerSwiper{
+.innerSwiper {
     height: 100%;
 }
+
 .innerSwiper .swiper-slide {
     text-align: center;
     font-size: 18px;
@@ -443,29 +473,33 @@
 
 } */
 
- 
-.innerSwiper-textBox{
+
+.innerSwiper-textBox {
     height: 160px;
     padding: 15px 0 0 0;
 }
-.innerSwiper-title,.innerSwiper-text{
+
+.innerSwiper-title,
+.innerSwiper-text {
 
     font-family: 'Pretendard';
 }
-.innerSwiper-title{
+
+.innerSwiper-title {
     font-size: 2.7rem;
     font-weight: 600;
-    padding: 0  0 10px 0;
+    padding: 0 0 10px 0;
 }
 
 
-.map-text{
+.map-text {
     text-align: center;
     font-size: 4rem;
     font-weight: 900;
     position: relative;
 }
-.map-text::after{
+
+.map-text::after {
     content: "";
     position: absolute;
     top: -40px;
@@ -477,6 +511,7 @@
     background-size: contain;
 
 }
+
 .map-btn button {
     border: 1px solid #213F99;
     padding: 10px 15px 10px 35px;
@@ -489,10 +524,11 @@
 }
 
 .map-btn button.on {
-    background: url(../img/common/location-dot-solid-w.svg) no-repeat 15px center / 15px, #213F99; 
-    color: #FFFFFF; 
+    background: url(../img/common/location-dot-solid-w.svg) no-repeat 15px center / 15px, #213F99;
+    color: #FFFFFF;
 }
-.address-box{
+
+.address-box {
     border: 2px solid #213F99;
     box-shadow: 5px 5px 0px #213F99;
     transform: translateY(-30px);
@@ -504,14 +540,16 @@
     border-radius: 10px;
     padding: 12px 30px;
 }
-.address-tile{
+
+.address-tile {
     font-size: 2.5rem;
     font-weight: 600;
     color: #213F99;
     width: 150px;
     position: relative;
 }
-.address-tile::after{
+
+.address-tile::after {
     position: absolute;
     content: '';
     top: 50%;
@@ -522,10 +560,12 @@
 
     background: url(../img/common/location-dot-solid.svg)no-repeat;
 }
-.address-subtitle{
+
+.address-subtitle {
     padding: 5px 0;
 }
-.map{
+
+.map {
     box-shadow: 2px 2px 10px #3333333d;
 }
 
@@ -552,28 +592,51 @@
   }
    */
 
+/* footer {
+        transition: opacity 0.5s, visibility 0.5s;
+        opacity: 0;
+        visibility: hidden;
+    }
+
+    footer.show {
+        opacity: 1;
+        visibility: visible;
+    } */
 
 
-  
-footer {
+
+
+#footer {
     width: 100%;
-    height: 100px;
+    transition: opacity 0.5s, visibility 0.5s;
+    /* height: 200px; */
     padding: 30px;
     position: relative;
     bottom: 0;
     transition: all 0.5s;
-    z-index: 9999;
-    opacity: 0;
+    display: none;
     background-color: #333;
 }
 
-footer.on {
-    opacity: 1;
-    display: block;
+#footer.show {
+    position: relative;
+    bottom: 200px;
+    z-index: 10000;
+    display: block !important;
+}
+.show-footer {
+    margin-bottom: 100px; /* 푸터의 높이에 따라 조정 */
 }
 
-footer>.footer-wrap {
+.footer-wrap {
+    width: 1200px;
+    margin: 0 auto;
     color: #fff;
+}
+
+.footer-text p {
+    margin-bottom: 1rem;
+    width: 50%;
 }
 
 .footer-wrap .info {
@@ -589,112 +652,167 @@
 .footer-wrap .logo {
     flex: 0 0 20%;
 }
-.ft-logo{
-    padding: 1rem 0;
 
-}
-.footer-title {
-    font-size: 1.6rem;
-    font-weight: 700;
-    color: #f9f9f9;
-    margin-bottom: 10px;
-}
-
-address p:last-of-type,
-.contact div p {
-    margin-bottom: 5px;
-}
-
-address p:last-of-type,
-.contact div p:last-of-type {
-    margin-bottom: 0;
+.copyright {
+    text-align: center;
 }
 
 
 /* solution page */
-.solution-title{
+.solution-title,
+.traffic-title,
+.ai-title,
+.meta-title,
+.smart-title {
     width: 100%;
+    height: 60px;
     position: relative;
 }
-.solution-title::after{
-    content: '';
-    position: absolute;
-    top: -40px;
-    left: 50%;
-    background: url(../img/common/solution-after-img-1.png) no-repeat;
-    background-size: 30px ;
-    width: 30px;
-    height: 30px;
-}
-.solution-title p{
+
+.solution-title p,
+.traffic-title p,
+.ai-title p,
+.meta-title p,
+.smart-title p {
     font-size: 3.5rem;
     font-weight: bold;
     font-family: 'Pretendard';
 
     text-align: center;
 }
-.taken-area{
+
+.solution-title::after {
+    content: '';
+    position: absolute;
+    top: -40px;
+    left: 50%;
+    transform: translateX(-50%);
+
+    background: url(../img/common/solution-after-img-1.png) no-repeat;
+    background-size: 30px;
+    width: 30px;
+    height: 30px;
+}
+
+.traffic-title::after {
+    content: '';
+    position: absolute;
+    top: -40px;
+    left: 50%;
+    transform: translateX(-50%);
+
+    background: url(../img/common/traffic-icon.png) no-repeat;
+    background-size: 30px;
+    width: 30px;
+    height: 30px;
+}
+
+.ai-title::after {
+    content: '';
+    position: absolute;
+    top: -40px;
+    left: 50%;
+    transform: translateX(-50%);
+    background: url(../img/common/ai-icon.png) no-repeat;
+    background-size: 30px;
+    width: 30px;
+    height: 30px;
+}
+
+.meta-title::after {
+    content: '';
+    position: absolute;
+    top: -40px;
+    left: 50%;
+    transform: translateX(-50%);
+    background: url(../img/common/meta-icon.png) no-repeat;
+    background-size: 30px;
+    width: 30px;
+    height: 30px;
+}
+
+.smart-title::after {
+    content: '';
+    position: absolute;
+    top: -40px;
+    left: 50%;
+    transform: translateX(-50%);
+    background: url(../img/common/smart-icon.png) no-repeat;
+    background-size: 30px;
+    width: 30px;
+    height: 30px;
+}
+
+.taken-area {
     width: 100%;
     height: 100%;
 }
-.text-after p{
+
+.text-after p {
     position: relative;
+    line-height: 1.5;
 }
-.text-after p::after{
+
+.text-after p::after {
     content: '·';
     position: absolute;
     top: -5px;
     left: 6px;
     font-size: 2rem;
 }
-.taken-conteiner p{
+
+.taken-conteiner p {
     text-align: left;
     font-family: 'Pretendard';
-    margin-bottom: 10px;
 }
-.taken-area img{
-    width: 90%;
-    /* padding: 0 30px ; */
-    
-}
-.taken-area p{
-    font-size: 1.4rem;
+
+
+.taken-area p {
+    font-size: 1.5rem;
     font-weight: 600;
     padding-left: 20px;
 }
 
-.taken-box{
+.taken-box {
     width: 100%;
     flex-wrap: nowrap;
     gap: 30px;
 }
-.taken-box p{
+
+.taken-box p {
     width: 100%;
     font-family: 'Pretendard';
     background-color: #F8F9FA;
     padding: 13px;
-    font-size: 1.5rem;
+    text-align: center;
+    font-size: 1.6rem;
     border-radius: 10px;
+    font-weight: 600;
 }
-.solution-text-box{
+
+.solution-text-box {
     width: 100%;
     padding: 15px 40px;
     border-radius: 10px;
     box-shadow: 2px 2px 5px #3e3e3e30;
 }
-.solution-text-box p{
+
+.solution-text-box p {
     font-weight: 500;
     font-size: 1.4rem;
     padding-left: 20px;
+    line-height: 2;
 }
-.text-box-title{
+
+.text-box-title {
     font-family: 'Pretendard';
     position: relative;
     font-weight: 600;
     font-size: 2rem;
     text-align: left;
 }
-.text-box-title::after{
+
+.text-box-title::after {
     position: absolute;
     content: '';
     top: 5px;
@@ -703,4 +821,501 @@
     width: 10px;
     height: 10px;
     background-size: 10px;
+}
+
+.traffic-button {
+    width: 100%;
+}
+
+.traffic-button button {
+    padding: 13px 50px;
+    /* width: 182px; */
+    background-color: #242A30;
+    color: #fff;
+    border-radius: 50px;
+    font-weight: 600;
+    font-size: 1.5rem;
+    font-family: 'Pretendard';
+    position: relative;
+
+
+}
+
+.traffic-button button::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/solution-button01.png) no-repeat;
+    width: 20px;
+    height: 20px;
+    top: 60%;
+    left: 12%;
+    transform: translateY(-50%);
+    background-size: 20px;
+}
+
+.traffic-button button::before {
+    content: '';
+    position: absolute;
+    background: url(../img/common/solution-button.png) no-repeat;
+    width: 20px;
+    height: 20px;
+    top: 50%;
+    right: 10%;
+    transform: translateY(-50%);
+
+    background-size: 20px;
+}
+
+.traffic-area img {
+    width: 80%;
+    background-size: cover;
+}
+
+/* 마케팅 */
+.marketing-wrapper {
+    background: url(../img/common/marketing-bg.png)no-repeat;
+    width: 100%;
+    background-size: 100%;
+    background-position: top;
+
+
+
+}
+
+.marketing-wrap-title {
+    padding-top: 170px;
+    text-align: center;
+
+}
+
+
+.marketing-wrap-title h1 {
+    font-size: 5rem;
+    font-weight: 900;
+    font-family: 'Pretendard';
+    position: relative;
+}
+
+.marketing-wrap-title h1::after {
+    position: absolute;
+    content: '';
+    top: -35px;
+    left: 50%;
+    background: url(../img/common/marketing-icon.png) no-repeat;
+    background-size: 40px;
+    width: 40px;
+    height: 40px;
+}
+
+.meta-wrap {
+    position: relative;
+    width: 100%;
+    height: 100%;
+}
+
+.meta-wrap::before {
+    content: '';
+    position: absolute;
+    bottom: 0px;
+    right: 0%;
+    background: url(../img/common/meta-img02.png)no-repeat;
+    background-size: cover;
+    width: 30%;
+    height: 70%;
+    z-index: -1;
+}
+
+.marketing-wrapper {
+    width: 100%;
+}
+
+.marketing-area {
+    width: 1200px;
+    margin: 0 auto;
+    display: grid;
+    gap: 30px;
+    grid-template-columns: 1fr 1fr;
+}
+
+.marketing-area img {
+    width: 100%;
+    margin-bottom: 10px;
+    border-radius: 20px;
+}
+
+.marketing-area p {
+    margin-bottom: 10px;
+}
+
+.marketing-area p span {
+    font-size: 1.5rem;
+    font-weight: 600;
+    color: #213F99;
+}
+
+.marketing-title {
+    font-size: 2rem;
+}
+
+.marketing-date {
+    text-align: right;
+}
+
+/* about us */
+.about-wrap {
+
+    padding: 0 70px;
+}
+
+.about-wrapper {
+    width: 100%;
+    height: 100%;
+    background: linear-gradient(#fff, #fff, #d7e2ff);
+
+}
+
+.about-title p:nth-child(1) {
+    font-size: 4rem;
+    font-weight: bold;
+    font-family: 'Pretendard';
+    text-align: center;
+}
+
+.about-radius,
+.about-radius-bottom,
+.about-radius-right,
+.about-radius-left,
+.about-radius-bottom-left,
+.about-radius-bottom-right {
+    border: 2px solid #213F99;
+    width: 150px;
+    height: 150px;
+    border-radius: 50%;
+    padding: 40px 20px;
+    position: relative;
+
+
+}
+
+
+.about-radius::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/about-img.png) no-repeat;
+    width: 267px;
+    height: 267px;
+    background-size: contain;
+    top: -60px;
+    left: -60px;
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swirl-in-fwd 0.6s ease-out both;
+    animation-delay: 0.2s;
+}
+
+.about-radius-left::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/about-img.png) no-repeat;
+    width: 267px;
+    height: 267px;
+    background-size: contain;
+    transform: rotate(-3deg);
+    top: -60px;
+    left: -60px;
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swirl-in-fwd 0.6s ease-out both;
+
+
+}
+
+.about-radius-right::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/about-img.png) no-repeat;
+    width: 267px;
+    height: 267px;
+    background-size: contain;
+    transform: rotate(5deg);
+    top: -60px;
+    left: -60px;
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swirl-in-fwd 0.6s ease-out both;
+    animation-delay: 0.4s;
+}
+
+.about-radius-bottom-left::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/about-img02.png) no-repeat;
+    width: 267px;
+    height: 267px;
+    background-size: contain;
+    transform: rotate(4deg);
+    top: -30px;
+    left: -60px;
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swill-in-fwd 0.6s ease-out both;
+    animation-delay: 0.6s;
+}
+
+.about-radius-bottom-right::after {
+    content: '';
+    position: absolute;
+    background: url(../img/common/about-img02.png) no-repeat;
+    width: 267px;
+    height: 267px;
+    background-size: contain;
+    top: -30px;
+    transform: rotate(4deg);
+    left: -60px;
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swill-in-fwd 0.6s ease-out both;
+    animation-delay: 0.8s;
+}
+
+.about-text {
+    text-align: center;
+    color: #213F99;
+    font-weight: 900;
+    font-size: 2rem;
+    margin-bottom: 0.5rem;
+}
+
+
+.swirl-in-fwd {
+    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
+    animation: swirl-in-fwd 0.6s ease-out both;
+}
+
+.swill-in-fwd {
+    -webkit-animation: swill-in-fwd 0.6s ease-out both;
+    animation: swill-in-fwd 0.6s ease-out both;
+}
+
+@keyframes swirl-in-fwd {
+    0% {
+        -webkit-transform: rotate(-540deg) scale(0);
+        transform: rotate(-540deg) scale(0);
+        opacity: 0;
+    }
+
+    100% {
+        -webkit-transform: rotate(0) scale(1);
+        transform: rotate(0) scale(1);
+        opacity: 1;
+    }
+}
+
+@keyframes swill-in-fwd {
+    0% {
+        -webkit-transform: rotate(800deg) scale(0);
+        transform: rotate(800deg) scale(0);
+        opacity: 0;
+    }
+
+    100% {
+        -webkit-transform: rotate(0) scale(1);
+        transform: rotate(0) scale(1);
+        opacity: 1;
+    }
+}
+
+
+.accordion {
+    height: 550px;
+    padding: 2rem;
+    cursor: pointer;
+    flex: 1;
+    justify-content: space-between;
+    background-size: cover;
+    background-position: center;
+    background-repeat: no-repeat;
+    position: relative;
+    transition: all 0.7s ease-in-out;
+    filter: brightness(80%);
+    z-index: 1;
+}
+
+
+.slideText p:first-child {
+    font-size: 3rem;
+    font-family: 'GmarketSansBold';
+    font-weight: bold;
+    font-style: normal;
+    z-index: 5;
+    color: #fff;
+    text-align: left;
+}
+
+.slideText p:first-child span {
+    color: #ffffff64;
+}
+
+.slideText p:first-child,
+.slideText p:last-child {
+    text-align: left;
+    color: #fff;
+}
+
+
+.slideTextDtail {
+    text-align: left;
+    padding: 0 2rem;
+}
+
+.slideText p:last-child,
+.slideTextDtail p {
+    margin-bottom: 1rem;
+    font-size: 1.5rem;
+    opacity: 0;
+    color: #333;
+}
+
+.slideImg {
+    padding: 2rem;
+    width: 100%;
+    opacity: 0;
+}
+
+.slideImg img {
+    border-radius: 1rem;
+    width: 100%;
+    height: 250px !important;
+}
+
+
+.accordion.active {
+    flex: 3;
+    filter: brightness(100%);
+
+}
+
+.accordion.active .slideImg {
+    opacity: 1;
+    object-fit: contain;
+
+}
+
+
+.slideTextDtail.active p:first-child span {
+    /* color: #b1a1c3; */
+    z-index: 1;
+}
+.accordion.active .accordion-num ,.accordion.active .accordion-num span{
+    color: #80649b;
+
+}
+.accordion.active p,
+.slideTextDtail.active p {
+    opacity: 1;
+    color: #333;
+    /* transition: opacity 0.3s ease-in 0.4s; */
+}
+
+.accordion-box p {
+    width: 50%;
+}
+
+.about-vision-box {
+    width: 100%;
+    flex-wrap: nowrap;
+}
+
+.about-vision-box img {
+    width: 40%;
+    object-fit: contain !important;
+
+}
+
+
+.history-wrap{
+    width: 100%;
+    height: 100%;
+}
+.timeline{
+    width: 100%;
+    height: 100%;
+    height: calc(100% - 300px);
+}
+.contents{
+    height: 100%;
+    overflow-y: auto;
+}
+.month{
+    width: 100px;
+    font-size: 2rem;
+    font-weight: 700;
+    text-align: right !important;
+    color: #213F99 ;
+}
+.year{
+    width: 200px;
+    color: #D6DEF6;
+    font-weight: 900;
+    font-size: 2rem;
+    transition: all 0.2s ease;
+    padding: 2rem 0;
+}
+.year span{
+    font-size: 2rem;
+    font-weight: 900;
+    
+}
+.active-year {
+    font-size: 7rem;
+    font-weight: 900;
+    color: #213F99; /* 색상은 원하는 대로 변경하세요 */
+}
+.month-text p{
+ margin-bottom: 1rem;
+}
+
+
+.month-text img{
+    border: 1px solid #808080;
+    padding: 5px;
+    width: 120px;
+    margin-right: 1rem;
+    margin-bottom: 1rem;
+}
+
+
+
+.active-year {
+    color: #213F99 ;
+    font-weight: bold;
+    cursor: default;
+}
+
+/* portpoilo */
+
+.customized-wrap-title,.etc-wrap-title{
+    width: 100%;
+    height: 60px;
+}
+.customized-wrap-title h1{
+    font-size: 4rem;
+
+}
+.customized-wrap-title p{
+    font-size: 1.5rem;
+
+}
+.customized-box p{
+    font-size: 2rem;
+    font-weight: 500;
+}
+.etc-wrap-title h1{
+    font-size: 6rem;
+}
+.etc-box{
+    width: 49%;
+    border: 1px solid red;
+}
+.etc-box img{
+    width: 100%;
+    object-fit: contain;
+}
+.etc-box-title p{
+    font-size: 2.5rem;
 }
(파일 끝에 줄바꿈 문자 없음)
 
resources/img/common/about-img-bg02.png (Binary) (added)
+++ resources/img/common/about-img-bg02.png
Binary file is not shown
 
resources/img/common/about-img-bg03.png (Binary) (added)
+++ resources/img/common/about-img-bg03.png
Binary file is not shown
 
resources/img/common/about-img-db.png (Binary) (added)
+++ resources/img/common/about-img-db.png
Binary file is not shown
 
resources/img/common/about-img.png (Binary) (added)
+++ resources/img/common/about-img.png
Binary file is not shown
 
resources/img/common/about-img02.png (Binary) (added)
+++ resources/img/common/about-img02.png
Binary file is not shown
 
resources/img/common/about-img1.png (Binary) (added)
+++ resources/img/common/about-img1.png
Binary file is not shown
 
resources/img/common/about-img2.png (Binary) (added)
+++ resources/img/common/about-img2.png
Binary file is not shown
 
resources/img/common/about-img3.png (Binary) (added)
+++ resources/img/common/about-img3.png
Binary file is not shown
 
resources/img/common/about-img4.png (Binary) (added)
+++ resources/img/common/about-img4.png
Binary file is not shown
 
resources/img/common/about-img5.png (Binary) (added)
+++ resources/img/common/about-img5.png
Binary file is not shown
 
resources/img/common/ai-icon.png (Binary) (added)
+++ resources/img/common/ai-icon.png
Binary file is not shown
 
resources/img/common/ai-img.png (Binary) (added)
+++ resources/img/common/ai-img.png
Binary file is not shown
 
resources/img/common/custom-img.png (Binary) (added)
+++ resources/img/common/custom-img.png
Binary file is not shown
 
resources/img/common/custom-img2.png (Binary) (added)
+++ resources/img/common/custom-img2.png
Binary file is not shown
 
resources/img/common/custom-img3.png (Binary) (added)
+++ resources/img/common/custom-img3.png
Binary file is not shown
 
resources/img/common/custom-img4.png (Binary) (added)
+++ resources/img/common/custom-img4.png
Binary file is not shown
 
resources/img/common/etc-img.png (Binary) (added)
+++ resources/img/common/etc-img.png
Binary file is not shown
 
resources/img/common/etc-img2.png (Binary) (added)
+++ resources/img/common/etc-img2.png
Binary file is not shown
 
resources/img/common/history-img1.png (Binary) (added)
+++ resources/img/common/history-img1.png
Binary file is not shown
 
resources/img/common/history-img100.png (Binary) (added)
+++ resources/img/common/history-img100.png
Binary file is not shown
 
resources/img/common/history-img101.png (Binary) (added)
+++ resources/img/common/history-img101.png
Binary file is not shown
 
resources/img/common/history-img11.png (Binary) (added)
+++ resources/img/common/history-img11.png
Binary file is not shown
 
resources/img/common/history-img110.png (Binary) (added)
+++ resources/img/common/history-img110.png
Binary file is not shown
 
resources/img/common/history-img2.png (Binary) (added)
+++ resources/img/common/history-img2.png
Binary file is not shown
 
resources/img/common/history-img31.png (Binary) (added)
+++ resources/img/common/history-img31.png
Binary file is not shown
 
resources/img/common/history-img32.png (Binary) (added)
+++ resources/img/common/history-img32.png
Binary file is not shown
 
resources/img/common/history-img33.png (Binary) (added)
+++ resources/img/common/history-img33.png
Binary file is not shown
 
resources/img/common/history-img4.png (Binary) (added)
+++ resources/img/common/history-img4.png
Binary file is not shown
 
resources/img/common/history-img51.png (Binary) (added)
+++ resources/img/common/history-img51.png
Binary file is not shown
 
resources/img/common/history-img52.png (Binary) (added)
+++ resources/img/common/history-img52.png
Binary file is not shown
 
resources/img/common/history-img6.png (Binary) (added)
+++ resources/img/common/history-img6.png
Binary file is not shown
 
resources/img/common/history-img71.png (Binary) (added)
+++ resources/img/common/history-img71.png
Binary file is not shown
 
resources/img/common/history-img72.png (Binary) (added)
+++ resources/img/common/history-img72.png
Binary file is not shown
 
resources/img/common/history-img8.png (Binary) (added)
+++ resources/img/common/history-img8.png
Binary file is not shown
 
resources/img/common/history-img9.png (Binary) (added)
+++ resources/img/common/history-img9.png
Binary file is not shown
 
resources/img/common/marketing-bg.png (Binary) (added)
+++ resources/img/common/marketing-bg.png
Binary file is not shown
 
resources/img/common/marketing-icon.png (Binary) (added)
+++ resources/img/common/marketing-icon.png
Binary file is not shown
 
resources/img/common/marketing-img01.png (Binary) (added)
+++ resources/img/common/marketing-img01.png
Binary file is not shown
 
resources/img/common/marketing-img02.png (Binary) (added)
+++ resources/img/common/marketing-img02.png
Binary file is not shown
 
resources/img/common/marketing-img03.png (Binary) (added)
+++ resources/img/common/marketing-img03.png
Binary file is not shown
 
resources/img/common/marketing-img04.png (Binary) (added)
+++ resources/img/common/marketing-img04.png
Binary file is not shown
 
resources/img/common/marketing-img05.png (Binary) (added)
+++ resources/img/common/marketing-img05.png
Binary file is not shown
 
resources/img/common/marketing-img06.png (Binary) (added)
+++ resources/img/common/marketing-img06.png
Binary file is not shown
 
resources/img/common/meta-icon.png (Binary) (added)
+++ resources/img/common/meta-icon.png
Binary file is not shown
 
resources/img/common/meta-img.png (Binary) (added)
+++ resources/img/common/meta-img.png
Binary file is not shown
 
resources/img/common/meta-img02.png (Binary) (added)
+++ resources/img/common/meta-img02.png
Binary file is not shown
 
resources/img/common/smart-icon.png (Binary) (added)
+++ resources/img/common/smart-icon.png
Binary file is not shown
 
resources/img/common/smart-img.png (Binary) (added)
+++ resources/img/common/smart-img.png
Binary file is not shown
 
resources/img/common/solution-button.png (Binary) (added)
+++ resources/img/common/solution-button.png
Binary file is not shown
 
resources/img/common/solution-button01.png (Binary) (added)
+++ resources/img/common/solution-button01.png
Binary file is not shown
 
resources/img/common/traffic-icon.png (Binary) (added)
+++ resources/img/common/traffic-icon.png
Binary file is not shown
 
resources/img/common/traffic-img.png (Binary) (added)
+++ resources/img/common/traffic-img.png
Binary file is not shown
views/layout/Header.html
--- views/layout/Header.html
+++ views/layout/Header.html
@@ -10,7 +10,7 @@
             <nav>
                 <ul>
                     <li>
-                        <a href="#">About Us</a>
+                        <a href="../../views/pages/AboutUs.html">About Us</a>
                       
                     </li>
                     <li><a href="../../views/pages/Solution.html">Solution</a></li>
@@ -21,16 +21,22 @@
                             <li><a href="#">Visualization</a></li>
                             <li><a href="#">Smart City</a></li>
                             <li><a href="#">Data Analysis</a></li>
-                            <li><a href="#">Customized Consulting</a></li>
-                            <li><a href="#">ETC</a></li>
+                            <li><a href="../../views/pages/Customized.html">Customized Consulting</a></li>
+                            <li><a href="../../views/pages/Etc.html">ETC</a></li>
                         </ul>
                     </li>
-                    <li><a href="#">Marketing</a></li>
+                    <li><a href="../../views/pages/Marketing.html">Marketing</a></li>
                 </ul>
             </nav>
         </div>
     </div>
 </body>
+<script>
+    $('nav ul li').click(function(){
+        $('nav ul li').addClass('on');
+        console.log('클릭되었습니다');
+    });
+</script>
 <style>
     #header {
         background-color: transparent;
@@ -93,6 +99,9 @@
         color: #ffffff;
         text-decoration: none;
     }
+    nav ul li{
+    }
+    nav ul li.on{ color: #213F99;}
 </style>
 
 </html>
(파일 끝에 줄바꿈 문자 없음)
views/pages/AboutUs.html
--- views/pages/AboutUs.html
+++ views/pages/AboutUs.html
@@ -1,0 +1,667 @@
+<!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">
+        <div class="swiper-wrapper">
+            <div class="swiper-slide about-wrapper">
+                <div class="about-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="about-title mb90" style="width: 100%;">
+                            <p class="mb20">ABOUT US</p>
+                            <p class="mb20">테이큰소프트는 완벽한 품질의 소프트웨어와 맞춤형 서비스가 결합된 최적의 통합 솔루션을 제공하겠습니다.</p>
+                        </div>
+
+                        <div class=" flex justify-center " style="width: 100%; gap: 190px; margin-bottom: 50px;">
+                            <div class="about-radius-left ">
+                                <p class="about-text">공감</p>
+                                <p class="about-sub-text">컨설팅을 통한 인사이트 도출</p>
+                            </div>
+                            <div class="about-radius">
+                                <p class="about-text">구현</p>
+                                <p class="about-sub-text">가치를 주는 솔루션 도출</p>
+                            </div>
+
+                            <div class="about-radius-right ">
+                                <p class="about-text">생각</p>
+                                <p class="about-sub-text">가치를 찾기위한 유연한 사고방식</p>
+                            </div>
+                        </div>
+                        <div class="flex justify-center " 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 ">
+                                <p class="about-text">소통</p>
+                                <p class="about-sub-text">커뮤니케이션을 통한 명확한 정의</p>
+                            </div>
+
+                        </div>
+                    </div>
+                </div>
+            </div>
+            <div class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="about-title mb20" style="width: 100%;">
+                            <p class="mb20">Business</p>
+                            <p class="mb20">컨설팅을 통한 인사이트 도출하여 최적의 솔루션을 설계 제작하고, 이를 통해 직면한 문제를 효과적으로 해결합니다.</p>
+                        </div>
+                        <div class="container">
+                            <div class="accordion"
+                                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>
+            <div class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="about-title mb20" style="width: 100%;">
+                            <p class="mb20">Vision</p>
+                            <p class="mb20">테이큰소프트는 AI 및 디지털 전환의 파트너로서 끊임없는 연구개발로 B2G, B2B 산업 영역으로 시장 및 매출을 확대해 나갑니다.
+                            </p>
+                        </div>
+                    </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">
+                <div class="taken-wrap slide-wrap history-wrap">
+                    <div class="text-area  felx">
+                        <div class="about-title mt90 mb40" style="width: 100%; height: 60px;">
+                            <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">2020</div>
+                                <div class="year" data-year="2022">2021</div>
+                                <div class="year" data-year="2023">2022</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" 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>
+
+
+        </div>
+        <footer id="footer">
+            여기는 푸터 내용입니다.
+        </footer>
+    </div>
+
+
+
+
+
+
+</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.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);
+            }
+        });
+
+        // 초기 활성 연도 설정을 위한 코드 추가
+        const initialYearElement = Array.from(years).find(year => year.getAttribute('data-year') === '2020');
+        if (initialYearElement) {
+            updateActiveYear('2020');
+        } else {
+            // console.error('2020년에 해당하는 요소를 찾을 수 없습니다.');
+        }
+    });
+    $(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('.contents');
+
+    // 선택된 영역을 콘솔에 출력
+    console.log(targetArea);
+    var swiper = new Swiper(".mySwiper", {
+        direction: "vertical",
+        slidesPerView: 1,
+        spaceBetween: 30,
+        mousewheel: {
+            releaseOnEdges: true, // 스와이퍼의 시작점과 끝점에서 마우스 휠 이벤트를 무시합니다.
+        },
+        on: {
+
+            slideChange: function () {
+                var currentIndex = this.realIndex;
+                var lastIndex = this.slides.length - 1;
+                console.log("현재 슬라이드 인덱스:", currentIndex, "마지막 슬라이드 인덱스:", lastIndex);
+
+                if (currentIndex === 0) {
+                    $('#header').removeClass('active');
+                } else {
+                    $('#header').addClass('active');
+                }
+
+                if (currentIndex === lastIndex) {
+                    // 마지막 슬라이드에 도달했을 때
+                    $('#footer').removeClass('show');
+
+                    $('.history-wrap').addClass('show-footer'); // 하단 마진 추가
+                } else {
+                    // 그 외의 경우
+                    $('.swiper-container').removeClass('show-footer'); // 하단 마진 제거
+                }
+            },
+        }
+    });
+    // 마우스가 지정된 영역에 들어올 때 마우스 휠 비활성화
+    targetArea.addEventListener('mouseenter', function () {
+        swiper.mousewheel.disable();
+    });
+
+    // 마우스가 지정된 영역을 벗어날 때 마우스 휠 활성화
+    targetArea.addEventListener('mouseleave', function () {
+        swiper.mousewheel.enable();
+    });
+    $(function () {
+        $("#header").load("../layout/Header.html");
+        $("#footer").load("../layout/footer.html");
+        $("#footer").hide();
+
+    });
+
+
+</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%;
+    }
+
+    .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;
+        display: flex;
+        flex-wrap: nowrap;
+        border-radius: 20px;
+        overflow: hidden;
+    }
+</style>
+
+</html>
(파일 끝에 줄바꿈 문자 없음)
 
views/pages/Customized.html (added)
+++ views/pages/Customized.html
@@ -0,0 +1,188 @@
+<!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="taken-wrap " style=" height: 100%;">
+
+        <div class="text-area flex align-center">
+
+            <div class="flex justify-between" style="gap: 10px; width: 100%;">
+                <div class="customized-wrap-title mb30">
+                    <h1 class="mb20">고객을 만족시키는 맞춤형 컨설팅</h1>
+                    <p>각 산업 영역에 대한 품부한 이해를 바탕으로 조직 규모, 자원 및 예산 등에 따라 최적화된 방법론을 적용하여 고객의 Vision을 실현 시킵니다.</p>
+                </div>
+                <div class="flex justify-between customized-box" style="width: 100%;">
+                    <div>
+                        <div class="mb20">
+                            <img src="../../resources/img/common/custom-img.png" alt="">
+                        </div>
+                        <div>
+                            <p>상주시 데이터 활용 <br>기본계획 수립</p>
+                        </div>
+                    </div>
+                    <div>
+                        <div class="mb20">
+                            <img src="../../resources/img/common/custom-img2.png" alt="">
+                        </div>
+                        <div>
+                            <p>영천시 데이터 활용 <br>기본계획 수립</p>
+                        </div>
+                    </div>
+                    <div>
+                        <div class="mb20">
+                            <img src="../../resources/img/common/custom-img3.png" alt="">
+                        </div>
+                        <div>
+                            <p>포항테크노파크 SW융합클러스터 <br>2.0 데이터 품질관리 협력기관</p>
+                        </div>
+                    </div>
+                    <div>
+                        <div class="mb20">
+                            <img src="../../resources/img/common/custom-img4.png" alt="">
+                        </div>
+                        <div>
+                            <p>영천시 공공데이터 <br>품질관리</p>
+                        </div>
+                    </div>
+                </div>
+            </div>
+
+        </div>
+    </div>
+    <div id="footer"></div>
+
+</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 () {
+        $("#header").load("../layout/Header.html");
+        $("#footer").load("../layout/footer.html");
+        $("#footer").show();
+
+    });
+
+</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: #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;
+    }
+</style>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
views/pages/Etc.html (added)
+++ views/pages/Etc.html
@@ -0,0 +1,181 @@
+<!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="taken-wrap " style=" height: 100%;">
+
+        <div class="text-area flex align-center">
+
+            <div class="flex justify-between" style="gap: 10px; width: 100%;">
+                <div class="etc-wrap-title mb30">
+                    <h1 class="mb20">기타사례</h1>
+                </div>
+                <div class="flex justify-between" style="width: 100%; gap: 20px;">
+                    <div class="etc-box">
+                        <div class="mb20">
+                            <img src="../../resources/img/common/etc-img.png" alt="">
+                        </div>
+                        <div class="etc-box-title">
+                            <p>정부혁신 웹사이트 기능개선 및 유지관리</p>
+                        </div>
+                        <div style="text-align: left;">
+                            <p>- 혁신24 웹사이트 UI/UX 개선 및 검색 알고리즘 기능 개선 등을 통한 유지관리</p>
+                            <p>- 웹사이트 개편을 통한 관리자 업무 효율성 확대</p>
+                            <p>- 홈페이지 검색 기능 강화와 직관적인 UI/UX 디자인을 적용하여 정보 접근성 개선</p>
+                        </div>
+                    </div>
+                    <div class="etc-box">
+                        <div class="mb20">
+                            <img src="../../resources/img/common/etc-img2.png" alt="">
+                        </div>
+                        <div class="etc-box-title">
+                            <p>AI 디지털교과서 통합지원센터 모델발굴 및 시범운영</p>
+                        </div>
+                        <div style="text-align: left;">
+                            <p>- AI</p>
+                            <p>- 웹사이트 개편을 통한 관리자 업무 효율성 확대</p>
+                        </div>
+                    </div>
+                   
+                </div>
+            </div>
+
+        </div>
+    </div>
+    <div id="footer"></div>
+
+</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 () {
+        $("#header").load("../layout/Header.html");
+        $("#footer").load("../layout/footer.html");
+        $("#footer").show();
+
+    });
+
+</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: #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;
+    }
+</style>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
views/pages/Marketing.html (added)
+++ views/pages/Marketing.html
@@ -0,0 +1,217 @@
+<!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=" marketing-wrapper pb100">
+        <div class="marketing-wrap-title mb70">
+            <h1>Marketing</h1>
+        </div>
+        <div class="marketing-area ">
+            <div>
+                <img src="../../resources/img/common/marketing-img01.png" alt="">
+                <div>
+                    <p><span>영남일보</span> | 최시옹 기자</p>
+                    <p class="marketing-title">경북대TP "未完·실패 아이템 재도전해요"</p>
+                    <p class="marketing-date">2023-10-25</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img02.png" alt="">
+                <div>
+                    <p><span>프라임경북뉴스</span> | 김창식 기자</p>
+                    <p class="marketing-title">포항TP,‘메타버스 경북’프로젝트 성과 보고회 개최</p>
+                    <p class="marketing-date">2023-05-24</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img03.png" alt="">
+                <div>
+                    <p><span>데일리대구경북뉴스</span> | 김형만 기자</p>
+                    <p class="marketing-title">‘대전환 시대, 인공지능으로 경북의 미래를 보다!’</p>
+                    <p class="marketing-date">2022-12-16</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img04.png" alt="">
+                <div>
+                    <p><span>아투시티뉴스</span> | 최인호 기자</p>
+                    <p class="marketing-title">김천시, 잡(JOB)아 워크숍 및 취업특강 개최</p>
+                    <p class="marketing-date">2022-07-22</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img04.png" alt="">
+                <div>
+                    <p><span>데일리대구경북뉴스</span> | 황지현 기자</p>
+                    <p class="marketing-title">김천시, AI ․ SW분야 기업과 구직자‘만남의 장’열어</p>
+                    <p class="marketing-date">2022-07-22</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img05.png" alt="">
+                <div>
+                    <p><span>매일신문</span> | 정우태 기자</p>
+                    <p class="marketing-title">영남대창업보육센터 우수기업 4곳 높은 성과 성장세 두드러져</p>
+                    <p class="marketing-date">2023-10-22</p>
+                </div>
+            </div>
+            <div>
+                <img src="../../resources/img/common/marketing-img06.png" alt="">
+                <div>
+                    <p><span>전자신문</span> | 윤칠석 경북 IT융합산업기술원 원장</p>
+                    <p class="marketing-title">[기고]지역 중소기업 생존전략 '디지털 전환'</p>
+                    <p class="marketing-date">2023-09-12</p>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div id="footer">
+        
+    </div>
+
+
+
+
+
+
+</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 () {
+        $("#header").load("../layout/Header.html");
+        $("#footer").load("../layout/footer.html");
+        $("#footer").show();
+
+    });
+
+
+</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%;
+    }
+
+    .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;
+    }
+</style>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
views/pages/Solution.html
--- views/pages/Solution.html
+++ views/pages/Solution.html
@@ -17,49 +17,51 @@
 
 
 
-    <title>Solution</title>
+    <title>TAKENSOFT</title>
 </head>
 
 <body>
     <div id="header"></div>
     <div class="swiper mySwiper">
         <div class="swiper-wrapper">
-          <div class="swiper-slide">
-            <div class="taken-wrap slide-wrap ">
-                <div class="text-area flex">
-                    <div class="solution-title mb50">
-                        <p>Taken BI Manager v1.0</p>
-                    </div>
-                    <div class="flex justify-between" style="flex-wrap: nowrap; gap: 20px;">
-                        <div class="taken-area flex align-end ">
-                            <img src="../../resources/img/common/solution-img1.png" alt="" >
-                            <div class="taken-box flex justify-between" style="flex-wrap: nowrap;">
-                                <p>데이터 수집,저장,관리</p>
-                                <p>솔루션 제공 기반 맞춤형 서비스</p>
-                            </div>
+            <div class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="solution-title mb90">
+                            <p>Taken BI Manager v1.0</p>
                         </div>
-                        <div class="taken-area taken-conteiner " style="gap: 20px;">
-                            <div class="text-after">
-                                <p>데이터  수집,저장,관리 기반 솔루션 제공 맞춤형 서비스를 제공합니다.</p>
-                                <p>Taken BI Manager는 AI기반의 빅데이터 플랫폼으로 데이터를 활용하여 데이터를 분석하고 고객 맞춤형으로 다양한 콘텐츠 및 시각화 서비스를 제공합니다.</p>
-                                <P>데이터의 수집 / 관리 / 분석 / 시각화 4가지 기능을 플랫폼 하나로 효율적인 데이터관리가 가능</P>
+                        <div class="flex justify-between align-end" style="flex-wrap: nowrap; gap: 20px; height: 100%;">
+                            <div class="taken-area taken-conteiner flex align-end " style="gap: 20px; height: 100%;">
+                                <img src="../../resources/img/common/solution-img1.png" alt="" class="mb40">
+                                <div class="taken-box flex justify-between" style="flex-wrap: nowrap; ">
+                                    <p>데이터 수집,저장,관리</p>
+                                    <p>솔루션 제공 기반 맞춤형 서비스</p>
+                                </div>
                             </div>
-                            <div class="solution-text-box mb20">
-                                <h3 class="text-box-title mb10">주요기능</h3>
-                                <p>- File Data에 대한 수집 및 전처리를 통한 DB 표준화 기능 제공</p>
-                                <p>- 데이터 마트에 구성된 모델과 연동되어 타기관 데이터 이관 서비스 제공</p>
-                                <p>- 데이터 및 분석 결과를 표현하기 위한 그리드 기능 제공</p>
-                            </div>
-                            <div class="solution-text-box">
-                                <h3 class="text-box-title mb10">특장점</h3>
-                                <div  class="flex " style="gap: 30px;">
-                                    <div class="flex-column">
-                                        <p>- DB 연계형 데이터 수집 서비스</p>
-                                        <p>- 데이터 시각화 시스템</p>
-                                    </div>
-                                    <div class="flex-column">
-                                        <p>- 데이터 저장/관리 시스템</p>
-                                        <p>- 관리 서비스 시스템</p>
+                            <div class="taken-area taken-conteiner flex" style="gap: 20px;  height: 100%;">
+                                <div class="text-after">
+                                    <p>데이터 수집,저장,관리 기반 솔루션 제공 맞춤형 서비스를 제공합니다.</p>
+                                    <p>Taken BI Manager는 AI기반의 빅데이터 플랫폼으로 데이터를 활용하여 데이터를 분석하고 고객 맞춤형으로 다양한 콘텐츠 및 시각화
+                                        서비스를 제공합니다.</p>
+                                    <P>데이터의 수집 / 관리 / 분석 / 시각화 4가지 기능을 플랫폼 하나로 효율적인 데이터관리가 가능</P>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <p>- File Data에 대한 수집 및 전처리를 통한 DB 표준화 기능 제공</p>
+                                    <p>- 데이터 마트에 구성된 모델과 연동되어 타기관 데이터 이관 서비스 제공</p>
+                                    <p>- 데이터 및 분석 결과를 표현하기 위한 그리드 기능 제공</p>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">특장점</h3>
+                                    <div class="flex " style="gap: 30px;">
+                                        <div class="flex-column">
+                                            <p>- DB 연계형 데이터 수집 서비스</p>
+                                            <p>- 데이터 시각화 시스템</p>
+                                        </div>
+                                        <div class="flex-column">
+                                            <p>- 데이터 저장/관리 시스템</p>
+                                            <p>- 관리 서비스 시스템</p>
+                                        </div>
                                     </div>
                                 </div>
                             </div>
@@ -67,19 +69,192 @@
                     </div>
                 </div>
             </div>
-          </div>
-          <div class="swiper-slide">asdfasdfsdf 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 class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="traffic-title mb50">
+                            <p>Traffic Agent</p>
+                        </div>
+                        <div class="flex justify-end traffic-button">
+                            <button>영상보기</button>
+                        </div>
+                        <div class="flex justify-between align-end "
+                            style="flex-wrap: nowrap; gap: 20px; height: 100%;">
+
+                            <div class="taken-area taken-conteiner flex-column justify-between "
+                                style="gap: 20px; height: 100%;">
+                                <div class="text-after ">
+                                    <p>위치정보를 기반으로 반복 이동에 대한 교통상황을 분석하여 최적의 경로를 추천하고 교통상황 정보를 공유합니다.</p>
+
+                                </div>
+                                <div class="flex" style="gap: 20px; height: calc(100% - 65px);">
+
+                                    <div class="solution-text-box " style="padding: 15px 33px; ">
+                                        <h3 class="text-box-title mb10">주요기능</h3>
+                                        <p>- 스마트폰 사용자로부터 실시간 위치 정보를 수집</p>
+                                        <p>- 반복 이동 거리에 대한 교통상황 정보 비교 분석</p>
+                                        <p>- 안개 발생시 도로교통위험 상황 분석 AI 모델을 탑재한 모니터링 시스템</p>
+                                        <p>- 도로교통 위험 상황분석 및 AI 모델을 활용하여 안개 감지 및 위험 경고 알림 기능 탑재</p>
+                                    </div>
+                                    <div class="solution-text-box">
+                                        <h3 class="text-box-title mb10">특장점</h3>
+
+                                        <p>- 머신 러닝 및 활동 기반 교통 모형 활용 이동 패턴 분석</p>
+                                        <p>- 이동 거리 및 이동 시간 바탕 최적 경로 추천 기능</p>
+                                        <p>- 위치정보 공유 및 검색 기능</p>
+
+
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="traffic-area flex align-end justify-end" style="height: 100%; width: 100%;">
+
+                                <img src="../../resources/img/common/traffic-img.png" alt="" class="mb30"
+                                    style="height: 356px;">
+                                <div class="taken-box flex justify-between" style="flex-wrap: nowrap;">
+                                    <p>스마트폰 사용자로부터<br> 실시간 위치 정보 수집</p>
+                                    <p>반복 이동 거리에 대한<br> 교통상황 정보 비교 분석</p>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </div>
+            <div class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="ai-title mb50">
+                            <p>AI 안전통합 횡단보도 관리 솔루션</p>
+                        </div>
+                        <div class="flex justify-end traffic-button">
+                            <button>영상보기</button>
+                        </div>
+                        <div class="flex justify-between align-end" style="flex-wrap: nowrap; gap: 20px; height: 100%;">
+                            <div class="ai-area flex align-end " style="height: 100%; width: 100%;">
+
+                                <img src="../../resources/img/common/ai-img.png" alt="" class="mb30">
+                                <div class="taken-box flex justify-between" style="flex-wrap: nowrap;">
+                                    <p>보행자 상황을 내비게이션에<br>전달하여 우회전 사고 예방</p>
+                                    <p>GIS 기반 통합 관제<br> 시스템 구축</p>
+                                </div>
+                            </div>
+                            <div class="taken-area taken-conteiner flex  align-end" style="gap: 20px;">
+
+                                <div class="text-after" style="height: calc(100% - 348px);">
+                                    <p>AI 안전통합 횡단보도 플랫폼으로 횡단보도의 보행자 상황을 차량 내비게이션에 전달하여 우회전 시 사고를 예방합니다.</p>
+                                </div>
+                                <div class="solution-text-box ">
+                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <p>- 운전자를 위한 내비게이션 안내 서비스 제공</p>
+                                    <p>- 특정 이벤트 (무단횡단,우회전 감지) 발생시 플랫폼에서 이벤트 발생 정보 확인 기능</p>
+                                    <p>- 최적의 실시간 관제 서비스 구축 및 원격지 장비 관리 효율화</p>
+                                    <p>- 원격지 제어 관리 시스템 지원(음성 제어, 음원 선택기능, 데이터 전송 제어,원격 리셋 가능) </p>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">특장점</h3>
+                                    <div class="flex " style="gap: 30px;">
+                                        <div class="flex-column">
+                                            <p>- 횡단보도 관제 분석 시스템 구축</p>
+                                            <p>- 현장모니터링 화면 구성</p>
+                                        </div>
+                                        <div class="flex-column">
+                                            <p>- 모니터링 대시보드 구축(데이터 분석 시각화)</p>
+                                            <p>- GIS 기반 관제 화면 구성</p>
+                                        </div>
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </div>
+            <div class="swiper-slide meta-wrap">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="meta-title mb50">
+                            <p>이동데이터 기반 성지순례길 메타버스 플랫폼</p>
+                        </div>
+                        <div class="flex justify-end traffic-button">
+                            <button>영상보기</button>
+                        </div>
+                        <div class="flex justify-between align-end "
+                            style="flex-wrap: nowrap; gap: 20px; height: 100%;">
+
+                            <div class="taken-area taken-conteiner flex align-end " style="gap: 20px; height: 100%;">
+                                <div class="text-after ">
+                                    <p>공간컴퓨팅 기반으로 온라인과 오프라인을 연결하여 사용자간 소통/공감이 가능한 지역 공감 가상화 컨텐츠를 제공합니다.</p>
+
+                                </div>
+                                <div class="solution-text-box" style="padding: 15px 33px;">
+                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <p>- 가상현실의 인터페이스와 물리공간 간의 AI 기반으로 상호작용 및 서비스 지원</p>
+                                    <p>- 사용자의 이동데이터(걸음수)를 연동한 WEB기반 메타버스 플랫폼</p>
+                                    <p>- 물리공간,가상공간 데이터를 연결하여 음성 및 문자를 활용한 온/오프라인 소통</p>
+                                </div>
+                                <div class="solution-text-box">
+                                    <h3 class="text-box-title mb10">특장점</h3>
+
+                                    <p>- 3D 기반의 가상공간 제공 서비스(3차원 공간 정보 데이터 구현)</p>
+                                    <p>- 실시간 채팅 및 방명록 기능 탑재</p>
+                                    <p>- 이동데이터를 수집하여 걸음 수 측정을 통한 위치 공유 서비스</p>
+
+
+                                </div>
+                            </div>
+                            <div class="meta-area flex align-end " style="height: 100%; width: 100%;">
+
+                                <img src="../../resources/img/common/meta-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>
+                    </div>
+                </div>
+            </div>
+            <div class="swiper-slide">
+                <div class="taken-wrap slide-wrap ">
+                    <div class="text-area flex">
+                        <div class="smart-title mb90">
+                            <p>스마트제조 데이터 모니터링 서비스</p>
+                        </div>
+                        <div class="flex justify-between align-end "
+                            style="flex-wrap: nowrap; gap: 20px; height: 100%;">
+                            <div class="smart-area flex align-end " style="height: 100%; width: 100%;">
+
+                                <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="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>
+
         </div>
-        
-      </div>
-  
+
+    </div>
     <div id="footer"></div>
 
 
@@ -93,14 +268,60 @@
 
 
 <script>
- var swiper = new Swiper(".mySwiper", {
-      direction: "vertical",
-      slidesPerView: 1,
-      spaceBetween: 30,
-      mousewheel: true,
+    $(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", {
+        direction: "vertical",
+        slidesPerView: 1,
+        spaceBetween: 30,
+        mousewheel: 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").addClass('show'); // 마지막 슬라이드에 도달하면 푸터를 보여줌
+                } else {
+                    $("#footer").removeClass('show'); // 그렇지 않으면 푸터를 숨김
+                }
+            },
+        }
+    });
+    $(function () {
+        $("#header").load("../layout/Header.html");
+        $("#footer").load("../layout/footer.html");
+        // $("#footer").hide();
+
+    });
 
 </script>
 
@@ -108,41 +329,76 @@
 
 
 <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%;
+        position: relative;
+        height: 100%;
     }
 
     body {
-      background: #eee;
-      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
-      font-size: 14px;
-      color: #000;
-      margin: 0;
-      padding: 0;
+        background: #eee;
+        font-family: 'Pretendard';
+        font-size: 14px;
+        color: #000;
+        margin: 0;
+        padding: 0;
     }
 
     .swiper {
-      width: 100%;
-      height: 100%;
+        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;
+        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;
+        height: 356px;
+        display: block;
+        object-fit: cover;
     }
-
-    
 </style>
 
 </html>
(파일 끝에 줄바꿈 문자 없음)
Add a comment
List