mycoms 04-15
240415 김하영
@83205ec0b853ff8e549039200d98280616d3b1bf
resources/css/common.css
--- resources/css/common.css
+++ resources/css/common.css
@@ -577,6 +577,9 @@
 .pb100 {
     padding-bottom: 10rem;
 }
+.pb120 {
+    padding-bottom: 12rem;
+}
 
 /* 패딩 left */
 .pl0 {
resources/css/responsive.css
--- resources/css/responsive.css
+++ resources/css/responsive.css
@@ -291,7 +291,7 @@
     .text-area {
         width: 100% !important;
         height: 100% !important;
-        padding: 6rem 2rem;
+        padding: 12rem 2rem;
     }
 
     .innerSwiper-title {
@@ -415,7 +415,7 @@
 
     .footer-text div p,
     .footer-text p {
-        width: 100%;
+        width: 100% !important;
         font-size: 1.2rem !important;
         padding-left: 0px !important;
     }
@@ -663,7 +663,7 @@
     #etc {
         height: 100% !important;
         overflow-y: scroll !important;
-        padding-top: 60px;
+        padding-top: 120px;
     }
 
 
@@ -746,6 +746,7 @@
         width: 100%;
         border-radius: 5px;
         margin-bottom: 5px;
+        flex-wrap: wrap !important;
     }
 
 
@@ -895,7 +896,9 @@
         /* height: 100%; */
         padding-bottom: 10px !important;
         margin-bottom: 0px !important;
+        padding-top: 0rem !important;
     }
+    
 
     .customized-box {
         width: 100%;
resources/css/style.css
--- resources/css/style.css
+++ resources/css/style.css
@@ -138,9 +138,12 @@
 }
 
 .solution-text {
-    font-size: 4.5rem;
+    font-size: 6rem;
     font-weight: 700;
     opacity: 0;
+}
+.map-wrap{
+    box-shadow: 2px 2px 15px #1c1c1c3a;
 }
 
 .box1,
@@ -153,14 +156,15 @@
     height: 100%;
     border-radius: 20px;
     background-size: cover;
-    padding: 214px 10px 10px 10px;
+    padding: 214px 26px 10px 10px;
     color: #fff;
     text-align: left;
+    font-size: 1.6rem;
 }
 
-.box2,
-.box4 {
-    transform: translateY(30px);
+.box-area{
+    font-size: 2.3rem;
+    margin-bottom: 1.3rem;
 }
 
 .box1 {
@@ -169,6 +173,7 @@
 }
 
 .box2 {
+    transform: translateY(30px);
     background: url(../img/common/img-box2.png) no-repeat;
 
 }
@@ -179,6 +184,8 @@
 }
 
 .box4 {
+    transform: translateY(30px);
+
     background: url(../img/common/img-box4.png) no-repeat;
 
 }
@@ -189,6 +196,8 @@
 }
 
 .box6 {
+    transform: translateY(30px);
+
     background: url(../img/common/img-box6.png) no-repeat;
 
 }
@@ -197,7 +206,6 @@
     opacity: 0;
     cursor: pointer;
 }
-
 
 
 @keyframes fadeIn {
@@ -280,6 +288,7 @@
     opacity: 0;
     font-size: 2rem;
     margin-bottom: 2rem;
+	font-family: 'Pretendard';
 }
 
 .solution-sub-text.active {
@@ -530,7 +539,9 @@
 
 
 
-
+.innerSwiper-text{
+    font-size: 2rem;
+}
 
 
 .innerSwiper .swiper-slide {
@@ -553,7 +564,7 @@
 
 .portfolio-text {
     font-size: 6rem;
-    font-weight: 800;
+    font-weight: 700;
     text-align: left;
 }
 .innerSwiper-textBox {
@@ -674,6 +685,7 @@
 #footer img {
     text-align: left !important;
     width: 200px !important;
+    padding: 0px !important;
 }
 
 #footer p {
@@ -695,6 +707,7 @@
 .footer-text p {
     margin-bottom: 1rem;
     width: 50%;
+    font-size: 1.6rem;
 }
 
 .footer-wrap .info {
@@ -712,6 +725,7 @@
 }
 
 .copyright {
+    font-size: 1.6rem;
     text-align: center !important;
 }
 
@@ -849,6 +863,9 @@
     font-weight: 600;
     z-index: 2;
 }
+.solution-ani img {
+    margin-bottom: 2rem;
+}
 
 .solution-text-box {
     width: 100%;
@@ -862,14 +879,34 @@
     font-weight: 500;
     font-size: 1.5rem;
     padding-left: 20px;
-    line-height: 1.5;
+}
+.text-box p{
+    font-size: 1.6rem;
+    margin-bottom: 1.7rem;
+    text-align: left;
+    word-break: keep-all;
+}
+
+.box-wrap-title{
+    font-size: 2.4rem !important;
+    font-weight: 500;
+    text-align: center !important;
+    font-family: 'Pretendard';
+
+}
+.visuali-text p{
+    font-size: 2.1rem;
+    word-break: keep-all;
+    font-weight: 500;
+    font-family: 'Pretendard';
+
 }
 
 .text-box-title {
     font-family: 'Pretendard';
     position: relative;
     font-weight: 600;
-    font-size: 2rem;
+    font-size: 2.4rem;
     text-align: left;
 }
 
@@ -1034,9 +1071,12 @@
     background: linear-gradient(#fff, #fff, #d7e2ff);
 
 }
+.about-title-sub{
+    font-size: 2.4rem;
+}
 
 .about-title p:nth-child(1) {
-    font-size: 4rem;
+    font-size: 6rem;
     font-weight: bold;
     font-family: 'Pretendard';
     text-align: center;
@@ -1137,7 +1177,7 @@
 .about-text {
     text-align: center;
     color: #213F99;
-    font-weight: 900;
+    font-weight: 600;
     font-size: 2rem;
     margin-bottom: 0.5rem;
 }
@@ -1200,7 +1240,7 @@
 
 .slideText p:first-child {
     font-size: 3rem;
-    font-family: 'GmarketSansBold';
+    font-family: "GmarketSansB";
     font-weight: bold;
     font-style: normal;
     z-index: 5;
@@ -1221,7 +1261,6 @@
 
 .slideTextDtail {
     text-align: left;
-    padding: 0 2rem;
 }
 
 .slideText p:last-child,
@@ -1263,12 +1302,15 @@
     z-index: 1;
 }
 
-.accordion.active .accordion-num,
-.accordion.active .accordion-num span {
+.accordion.active .accordion-num
+ {
     color: #80649b;
     font-size: 3rem;
+    font-weight: 700;
 }
-
+.accordion.active .accordion-num span{
+    color:#b1a1c3;
+}
 .accordion.active p,
 .slideTextDtail.active p {
     opacity: 1;
@@ -1386,7 +1428,7 @@
 }
 
 .etc-wrap-title h1 {
-    font-size: 4rem;
+    font-size: 6rem;
 }
 
 .etc-box {
@@ -1399,10 +1441,9 @@
 }
 
 .etc-box-title {
-    margin-top: 1rem;
     font-weight: 600;
     text-align: center !important;
-    font-size: 2rem !important;
+    font-size: 2.4rem !important;
 }
 
 .etc-box p {
@@ -1477,5 +1518,12 @@
 }
 
 .etc-wrap-title p {
-    font-size: 2rem;
+    font-size: 1.9rem;
 }
+
+.analysis-text img{
+    height: 80%;
+}
+.analysis-text p{
+ font-size: 2rem;
+}
(파일 끝에 줄바꿈 문자 없음)
 
resources/img/common/marker.png (Binary) (added)
+++ resources/img/common/marker.png
Binary file is not shown
views/index.html
--- views/index.html
+++ views/index.html
@@ -220,23 +220,23 @@
                         </div>
                         <div id="container" class="flex solution-box" style="flex-wrap: nowrap;">
                             <div class="box box1" style="display: none;">
-                                <p class="mb15">데이터관리분야</p>
+                                <p class="mb15 box-area">데이터관리분야</p>
                                 <p>데이터 관리 솔루션 Taken BI Manager</p>
                             </div>
                             <div class="box box2" style="display: none;">
-                                <p class="mb15">스마트시티 분야</p>
+                                <p class="mb15 box-area">스마트시티 분야</p>
                                 <p>대구광역시 AI 안전 통합 횡단보도 플랫폼</p>
                             </div>
                             <div class="box box3" style="display: none;">
-                                <p class="mb15">모빌리티 분야</p>
+                                <p class="mb15 box-area">모빌리티 분야</p>
                                 <p>AI 기반의 스마트 객체인식을 위한 CCTV</p>
                             </div>
                             <div class="box box4" style="display: none;">
-                                <p class="mb15">스마트팩토리 분야</p>
+                                <p class="mb15 box-area">스마트팩토리 분야</p>
                                 <p>제조기업 공정 관리 모니터링 서비스</p>
                             </div>
                             <div class="box box5" style="display: none;">
-                                <p class="mb15">헬스케어 분야</p>
+                                <p class="mb15 box-area">헬스케어 분야</p>
                                 <p>시니어 스마트 케어 모니터링 플랫폼</p>
                             </div>
                         </div>
@@ -314,10 +314,10 @@
                 <div class="slide-wrap pt120 pb60 slide-solution gradient-bottom ">
                     <div class=" text-area pb60 flex align-center justify-center"
                         style="height: 100%; align-content: center;">
-                        <div style="width: 100%;" class="sub-text-area">
+                        <div style="width: 100%;" class="sub-text-area mb20">
                             <p class="map-text ">오시는길</p>
                         </div>
-                        <div style="width: 100%;" class="flex justify-end map-btn pd10">
+                        <div style="width: 100%;" class="flex justify-end map-btn pb20">
                             <button id="btnHeadquarter">본사</button>
                             <button id="btnDaeguBranch" onclick="relayout()">대구 지사</button>
                         </div>
@@ -365,39 +365,56 @@
     var mapContainer = document.getElementById('map1'), // 지도를 표시할 div 
         mapOption = {
             center: new kakao.maps.LatLng(35.8260208900541, 128.75636298231913),
-            level: 4 // 지도의 확대 레벨
+            level: 2 // 지도의 확대 레벨
         };
     var map1 = new kakao.maps.Map(mapContainer, mapOption);
 
+    var imageSrc = '../resources/img/common/marker.png', // 마커이미지의 주소입니다    
+        imageSize = new kakao.maps.Size(161, 101), // 마커이미지의 크기입니다
+        imageOption = { offset: new kakao.maps.Point(90, 110) }; // 마커이미지의 옵션입니다. 마커의 좌표와 일치시킬 이미지 안에서의 좌표를 설정합니다.
     // 마커가 표시될 위치입니다 
+    // 마커의 이미지정보를 가지고 있는 마커이미지를 생성합니다
     var markerPosition1 = new kakao.maps.LatLng(35.8260208900541, 128.75636298231913);
-
-    // 마커를 생성합니다
-    var marker = new kakao.maps.Marker({
-        position: markerPosition1
+    var markerImage = new kakao.maps.MarkerImage(imageSrc, imageSize, imageOption);
+    // 첫 번째 마커를 생성합니다
+    var marker1 = new kakao.maps.Marker({
+        position: markerPosition1,
+        image: markerImage // 수정된 마커 이미지 설정
     });
 
-    // 마커가 지도 위에 표시되도록 설정합니다
-    marker.setMap(map1);
+    // 첫 번째 마커가 지도 위에 표시되도록 설정합니다
+    marker1.setMap(map1); // 수정된 map 변수 사용
+
 
     //   지사 지도
     var mapContainer2 = document.getElementById('map2'),
         mapOption2 = {
             center: new kakao.maps.LatLng(35.835332450870354, 128.68246038604707),
-            level: 4,
+            level: 2,
         };
     var map2 = new kakao.maps.Map(mapContainer2, mapOption2);
     // 마커가 표시될 위치입니다 
     var markerPosition2 = new kakao.maps.LatLng(35.835332450870354, 128.68246038604707);
 
-    // 마커를 생성합니다
-    var marker = new kakao.maps.Marker({
-        position: markerPosition2
+    // 맵 2(대구 지사)에 대한 마커 이미지 설정과 마커 생성
+    var imageSrc2 = '../resources/img/common/marker.png', // 마커 이미지의 주소입니다 (필요에 따라 변경 가능)
+        imageSize2 = new kakao.maps.Size(161, 101), // 마커 이미지의 크기입니다 (필요에 따라 변경 가능)
+        imageOption2 = { offset: new kakao.maps.Point(90, 110) }; // 마커 이미지의 옵션입니다 (필요에 따라 변경 가능)
+
+    // 대구 지사의 마커가 표시될 위치입니다
+    var markerPosition2 = new kakao.maps.LatLng(35.835332450870354, 128.68246038604707);
+
+    // 대구 지사의 마커 이미지정보를 가지고 있는 마커 이미지를 생성합니다
+    var markerImage2 = new kakao.maps.MarkerImage(imageSrc2, imageSize2, imageOption2);
+
+    // 대구 지사 위치에 마커를 생성합니다
+    var marker2 = new kakao.maps.Marker({
+        position: markerPosition2,
+        image: markerImage2 // 마커 이미지 설정
     });
 
-    // 마커가 지도 위에 표시되도록 설정합니다
-
-    marker.setMap(map2);
+    // 대구 지사의 마커가 지도 위에 표시되도록 설정합니다
+    marker2.setMap(map2);
     function resizeMap() {
         var mapContainer2 = document.getElementById('map2');
         var mapContainer = document.getElementById('map1');
@@ -455,7 +472,7 @@
         on: {
 
 
-       
+
             init: function () {
                 const slides = document.querySelectorAll('.swiper-slide');
                 slides.forEach(slide => {
views/pages/AboutUs.html
--- views/pages/AboutUs.html
+++ views/pages/AboutUs.html
@@ -15,18 +15,20 @@
 
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
     <style>
-         body {
+        body {
             -ms-overflow-style: none;
             /* 인터넷 익스플로러 */
             scrollbar-width: none;
             /* 파이어폭스 */
         }
+
         .history-box {
-        -ms-overflow-style: none;
-        /* 인터넷 익스플로러 */
-        scrollbar-width: none;
-        /* height: 80% !important; */
-    }
+            -ms-overflow-style: none;
+            /* 인터넷 익스플로러 */
+            scrollbar-width: none;
+            /* height: 80% !important; */
+        }
+
         html,
         body {
             position: relative;
@@ -58,8 +60,8 @@
 
         .swiper-slide img {
             display: block;
-            width: 100%;
-            height: 100%;
+            /* width: 100%;
+            height: 100%; */
             object-fit: cover;
         }
 
@@ -106,14 +108,14 @@
         .dropdown {
             background-color: #fff !important;
         }
-        .about .content .flex{
+
+        .about .content .flex {
             margin-bottom: 2rem;
-            border-bottom: 1px solid #33333322;
         }
-.month-text p{
-    word-break: keep-all;
-}
-        
+
+        .month-text p {
+            word-break: keep-all;
+        }
     </style>
 
     <title>TAKENSOFT</title>
@@ -162,7 +164,7 @@
                 </div>
             </div>
             <div class="swiper-slide">
-                <div class="text-area flex align-center justify-center pb60 pt60" style="align-content: center;">
+                <div class="text-area flex align-center justify-center pb60 pt120" style="align-content: center;">
                     <div class="about-title mb20" style="width: 100%;">
                         <p class="mb20">Business</p>
                         <p class="mb20 about-title-sub">컨설팅을 통한 인사이트 도출하여 최적의 솔루션을 설계 제작하고, 이를 통해 직면한 문제를 효과적으로
@@ -171,8 +173,8 @@
                     <div class="container silde-box">
                         <div class="accordion flex justify-between"
                             style="background-image: url(../../resources/img/common/about-img1.png);">
-                            <div class="slideText  pl20">
-                                <p class="accordion-num"><span>01.</span> AI Solution</p>
+                            <div class="slideText  ">
+                                <p class="accordion-num mb10"><span>01.</span> AI Solution</p>
                                 <p>AI 기술 종합 관리를 통한 솔루션 구현</p>
                             </div>
                             <div class="slideImg">
@@ -202,8 +204,8 @@
                         </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>
+                            <div class="slideText  ">
+                                <p class="accordion-num mb10"><span>02.</span> System Design</p>
                                 <p>고객사 최적화 UI 도출로 최상의 품질이 보장되는 인터페이스 구현</p>
                             </div>
                             <div class="slideImg">
@@ -227,8 +229,8 @@
                         </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>
+                            <div class="slideText ">
+                                <p class="accordion-num mb10"><span>03.</span> Data Science </p>
                                 <p>수집, 가공, 분석의 자체 프로세스를 통한 토탈 데이터 서비스 제공</p>
                             </div>
                             <div class="slideImg">
@@ -258,7 +260,20 @@
 
 
             </div>
-
+            <div class="swiper-slide about">
+                <div class="text-area flex pb60 pt60" style="align-content: center;">
+                    <div class="about-title mb20" style="width: 100%;">
+                        <p class="mb20">Vision</p>
+                        <p class="mb20 about-title-sub">테이큰소프트는 AI 및 디지털 전환의 파트너로서 끊임없는 연구개발로 B2G, B2B 산업 영역으로 시장 및
+                            매출을 확대해 나갑니다.
+                        </p>
+                    </div>
+                    <div class="flex justify-center about-vision-box">
+                        <img src="../../resources/img/common/about-img5.png" alt="">
+                        <img src="../../resources/img/common/about-img4.png" alt="">
+                    </div>
+                </div>
+            </div>
             <div class="swiper-slide flex history" style="overflow-y: auto; height: 100%;">
                 <div style="width: 100%; height: 100%; flex-wrap: nowrap;" class="flex ">
 
@@ -538,7 +553,7 @@
             cssMode: true,
             direction: "vertical",
             slidesPerView: 1,
-            spaceBetween: 30,
+            spaceBetween: 0,
             mousewheel: {
                 eventsTarget: '.swiper-slide'
             },
views/pages/Customized.html
--- views/pages/Customized.html
+++ views/pages/Customized.html
@@ -48,7 +48,7 @@
         top: 0;
         z-index: 3;
         border-bottom: 1px solid #ced4da;
-        background-color: white;
+        background-color: white !important;
     }
 
     #header .header .logo {
@@ -75,7 +75,8 @@
     }
 
     body {
-        background: #fff;
+        background-color: #fff;
+        /* background: linear-gradient(#f8f9fa, #fff, #fff); */
         font-family: 'Pretendard';
         font-size: 14px;
         color: #000;
@@ -91,7 +92,6 @@
     .swiper-slide {
         text-align: center;
         font-size: 18px;
-        background: linear-gradient(#f8f9fa, #fff, #fff);
         display: flex;
         justify-content: center;
         align-items: center;
@@ -105,7 +105,7 @@
 
     .box-wrap p {
         padding-top: 1rem;
-        font-size: 2rem;
+        font-size: 2.1rem;
     }
     .dropdown {
         background-color: #fff !important;
@@ -118,7 +118,7 @@
 <body>
     <div id="header"></div>
     <div>
-        <div class=" text-area pb60 slide-section flex align-center" id="customized" style="height: 100vh;">
+        <div class=" text-area pt120 pb60 slide-section flex align-center" id="customized" style="height: 100vh;">
 
 
             <div class="flex justify-between" style="gap: 10px; width: 100%;">
@@ -155,13 +155,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
views/pages/Data.html
--- views/pages/Data.html
+++ views/pages/Data.html
@@ -97,7 +97,7 @@
         .box-wrap div p {
             font-size: 2rem;
             font-weight: 600;
-            padding: 10px 0;
+            padding: 10px 20px;
         }
 
         .dropdown {
@@ -111,15 +111,14 @@
 
 <body>
     <div id="header"></div>
-    <div style=" display: flex; flex-direction: column;        background: linear-gradient(#f8f9fa, #fff, #fff) !important;
-    ">
+    <div style=" display: flex; flex-direction: column;background: linear-gradient(#f8f9fa, #fff, #fff) !important;">
 
-        <div class=" text-area pb60 pt60  slide-section flex align-center " id="Data" style="height: 100vh;">
+        <div class=" text-area pb60 pt120  slide-section flex align-center " id="Data" style="height: 100vh;">
 
 
             <div class="flex justify-between " style="gap: 10px; width: 100%;">
                 <div class="etc-wrap-title pb20">
-                    <h1 class="mb20 ">데이터분석을 통한 인사이트 도출</h1>
+                    <h1 class="mb20 pt40">데이터분석을 통한 인사이트 도출</h1>
                     <p>데이터를 통하여 가치 있는 정보와 인사이트를 제공하여 세상을 이롭게 만듭니다.</p>
                 </div>
                 <div class="flex justify-between box-wrap" style="width: 100%; gap: 20px; ">
@@ -149,13 +148,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
views/pages/DataAnalysis.html
--- views/pages/DataAnalysis.html
+++ views/pages/DataAnalysis.html
@@ -107,44 +107,50 @@
     ">
 
 
-        <div class="text-area pb60 pt60 slide-section flex align-center " id="dataanalysis"
+        <div class="text-area pb60 pt120 slide-section flex align-center " id="dataanalysis"
             style="gap: 10px;  height: 100vh; align-content: center;">
-            <div class="etc-wrap-title mb20">
+            <div class="etc-wrap-title mb40">
                 <h1 class="mb20">데이터분석 및 관리 플랫폼 구축</h1>
                 <p>다양한 데이터 기반 분석 노하우를 바탕으로 고객이 필요로 하는 시스템을 분석하여 인공지능 기반의 서비스 시스템을 분석하고 관리하는 플랫폼을 구축합니다.</p>
             </div>
-            <div class="flex justify-between align-end etc-wrap-text">
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img.png" alt="">
-                    <p>도로 위험 감지 시스템</p>
+            <div class="flex justify-between align-end etc-wrap-text analysis-text" style="gap: 60px;">
+                <div style="width: 100%; gap: 30px; flex-wrap: nowrap;" class="flex align-end">
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img.png" alt="">
+                        <p>도로 위험 감지 시스템</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img2.png" alt="">
+                        <p>안개 감지 플랫폼</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img3.png" alt="">
+                        <p>이동경로 최적화 서비스</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img4.png" alt="">
+                        <p>횡단보도 및 내비게이션 연계 플랫폼</p>
+                    </div>
+
                 </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img2.png" alt="">
-                    <p>안개 감지 플랫폼</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img3.png" alt="">
-                    <p>이동경로 최적화 서비스</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img4.png" alt="">
-                    <p>횡단보도 및 내비게이션 연계 플랫폼</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img5.png" alt="">
-                    <p>전력데이터 관리 시스템</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img6.png" alt="">
-                    <p>금형 부품 데이터 관리 플랫폼</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img7.png" alt="">
-                    <p>제조 데이터 관리 시스템</p>
-                </div>
-                <div class="solution-ani">
-                    <img src="../../resources/img/common/dataAnalysis-img8.png" alt="">
-                    <p>메타데이터 관리 시스템</p>
+                <div style="width: 100%; gap: 30px; flex-wrap: nowrap;" class="flex align-end">
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img5.png" alt="">
+                        <p>전력데이터 관리 시스템</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img6.png" alt="">
+                        <p>금형 부품 데이터 관리 플랫폼</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img7.png" alt="">
+                        <p>제조 데이터 관리 시스템</p>
+                    </div>
+                    <div class="solution-ani">
+                        <img src="../../resources/img/common/dataAnalysis-img8.png" alt="">
+                        <p>메타데이터 관리 시스템</p>
+                    </div>
+
                 </div>
             </div>
         </div>
@@ -156,13 +162,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
views/pages/Etc.html
--- views/pages/Etc.html
+++ views/pages/Etc.html
@@ -113,12 +113,12 @@
 <body>
     <div id="header"></div>
     <div style="align-content: center; background: linear-gradient(#d7e2ff9d, #fff, #fff);">
-        <div class=" text-area pb60 slide-section " id="etc">
+        <div class=" text-area pb60 pt120 slide-section " id="etc" style=" height: 100vh;">
 
 
 
-            <div class="flex justify-between" style="align-content: center; gap: 10px; width: 100%; height: 100vh;">
-                <div class="etc-wrap-title mb30">
+            <div class="flex justify-between " style="align-content: center; gap: 10px; width: 100%;">
+                <div class="etc-wrap-title mb30 pt60">
                     <h1 class="mb20">기타사례</h1>
                 </div>
                 <div class="flex justify-between box-wrap etc-grid-box" style="width: 100%; gap: 20px; ">
@@ -148,13 +148,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
views/pages/SmartCtiy.html
--- views/pages/SmartCtiy.html
+++ views/pages/SmartCtiy.html
@@ -86,29 +86,15 @@
             flex-wrap: nowrap;
         }
 
-        .box-wrap-title {
-            text-align: center !important;
-            font-weight: 700;
-            font-size: 2.1rem !important;
-        }
+  
 
         .etc-wrap-text {
             width: 100%;
         }
 
-        .etc-wrap-text div img {
-            padding-bottom: 2rem;
-        }
+   
 
-
-        .solution-ani p {
-            font-size: 1.6rem;
-            line-height: 2;
-            padding-left: 2rem;
-            text-align: left;
-            word-break: keep-all;
-        }
-
+   
         .dropdown {
             background-color: #fff !important;
         }
@@ -124,27 +110,27 @@
     ">
 
 
-        <div class="text-area pb60 pt60 slide-section flex align-center" id="smart"
+        <div class="text-area pb60 pt120 slide-section flex align-center" id="smart"
             style="gap: 10px;  height: 100vh; align-content: center;">
-            <div class="etc-wrap-title mb20">
+            <div class="etc-wrap-title mb50">
                 <h1 class="mb20">스마트시티 솔루션 공급</h1>
                 <p>다양한 데이터 기반 노하우를 바탕으로 시스템을 분석하여 인공지는 기반의 서비스를<br>기획,개발,구축함과 동시에 운영까지 다양한 서비스와 환경에 가장 최적화된 솔루션을
                     제공합니다.</p>
             </div>
             <div class="etc-wrap-text flex justify-between" style="flex-wrap: nowrap; gap: 30px;">
-                <div class="solution-ani">
+                <div class="solution-ani text-box">
                     <img src="../../resources/img/common/smart-img3.png" alt="">
                     <p class="box-wrap-title mb20">AI 안전통합 횡단보도 플랫폼</p>
                     <p>- 횡단보도 보행자 상황을 차량 내비게이션에 전달하여 우회전시 사고 예방</p>
                     <p>- 무단횡단을 방지하는 플랫폼 기반 스마트 횡단보도 안전관리 솔루션</p>
                 </div>
-                <div class=" solution-ani">
+                <div class=" solution-ani text-box">
                     <img src="../../resources/img/common/smart-img2.png" alt="">
                     <p class="box-wrap-title mb20">시니어 스마트 케어 모니터링 서비스</p>
                     <p>- 약 복용 지도를 통해 독거노인의 보호자 뿐만 아니라 관리기관, 병원 관계자 까지 약 복용에 대한 확인이 가능한 플랫폼 구축</p>
                     <p>- IOT 기술을 결합하여 약 복용 모니터링 구조를 개선하고 복지 사각지대를 보완할 수 있는 장치 마련</p>
                 </div>
-                <div class="solution-ani">
+                <div class="solution-ani text-box">
                     <img src="../../resources/img/common/smart-img1.png" alt="">
                     <p class="box-wrap-title mb20">전력 에너지 모니터링 시스템</p>
                     <p>- 수요반응 자원시장의 참여고객 기업별 전력량을 AI 기반으로 가공 및 분석</p>
@@ -163,13 +149,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
views/pages/Solution.html
--- views/pages/Solution.html
+++ views/pages/Solution.html
@@ -93,7 +93,7 @@
             display: block;
             width: 100%;
             object-fit: cover;
-            padding: 1rem 0;
+            padding: 5rem 0 1.9rem 0;
             z-index: 3;
         }
         .dropdown {
@@ -112,7 +112,7 @@
                 <div class=" text-area pb60 pt120 slide-section flex align-center solution"
                     style="align-content: center;">
 
-                    <div class="solution-title mb20">
+                    <div class="solution-title mb60">
                         <p>Taken BI Manager v1.0</p>
                     </div>
                     <div class="flex justify-between align-end taken-wrap-box " style="flex-wrap: nowrap; gap: 20px;">
@@ -139,7 +139,7 @@
                                 <p>- 데이터 및 분석 결과를 표현하기 위한 그리드 기능 제공</p>
                             </div>
                             <div class="solution-text-box">
-                                <h3 class="text-box-title mb10 ml30">특장점</h3>
+                                <h3 class="text-box-title  ml30">특장점</h3>
                                 <div class="flex " style="gap: 10px; flex-wrap: nowrap;">
                                     <div class="flex-column">
                                         <p>- DB 연계형 데이터 수집 서비스</p>
@@ -177,21 +177,21 @@
                     <div class="flex justify-between align-end taken-wrap-box" style="flex-wrap: nowrap; gap: 20px; ">
 
                         <div class="taken-area taken-conteiner flex align-end  solution-after" style="height: 100%;">
-                            <div class="text-after mb10">
+                            <div class="text-after mb20">
                                 <p>위치정보를 기반으로 반복 이동에 대한 교통상황을 분석하여 최적의 경로를 추천하고 교통상황 정보를 공유합니다.</p>
 
                             </div>
                             <div class="flex solution-area" style="gap: 20px; ">
 
                                 <div class="solution-text-box " style="padding: 15px 33px; ">
-                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <h3 class="text-box-title mb10 ml30">주요기능</h3>
                                     <p>- 스마트폰 사용자로부터 실시간 위치 정보를 수집</p>
                                     <p>- 반복 이동 거리에 대한 교통상황 정보 비교 분석</p>
                                     <p>- 안개 발생시 도로교통위험 상황 분석 AI 모델을 탑재한 모니터링 시스템</p>
                                     <p>- 도로교통 위험 상황분석 및 AI 모델을 활용하여 안개 감지 및 위험 경고 알림 기능 탑재</p>
                                 </div>
                                 <div class="solution-text-box">
-                                    <h3 class="text-box-title mb10">특장점</h3>
+                                    <h3 class="text-box-title  ml30">특장점</h3>
 
                                     <p>- 머신 러닝 및 활동 기반 교통 모형 활용 이동 패턴 분석</p>
                                     <p>- 이동 거리 및 이동 시간 바탕 최적 경로 추천 기능</p>
@@ -248,15 +248,16 @@
                                 <p>AI 안전통합 횡단보도 플랫폼으로 횡단보도의 보행자 상황을 차량 내비게이션에 전달하여 우회전 시 사고를 예방합니다.</p>
                             </div>
                             <div class="solution-text-box ">
-                                <h3 class="text-box-title mb10">주요기능</h3>
+                                <h3 class="text-box-title mb10 ml30">주요기능</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; flex-wrap: nowrap;">
+                                <h3 class="text-box-title  ml30">특장점</h3>
+                                <div class="flex" style=" flex-wrap: nowrap;">
                                     <div class="flex-column">
                                         <p>- 횡단보도 관제 분석 시스템 구축</p>
                                         <p>- 현장모니터링 화면 구성</p>
@@ -298,13 +299,13 @@
 
                             </div>
                             <div class="solution-text-box" style="padding: 15px 33px;">
-                                <h3 class="text-box-title mb10">주요기능</h3>
+                                <h3 class="text-box-title mb10 ml30">주요기능</h3>
                                 <p>- 가상현실의 인터페이스와 물리공간 간의 AI 기반으로 상호작용 및 서비스 지원</p>
                                 <p>- 사용자의 이동데이터(걸음수)를 연동한 WEB기반 메타버스 플랫폼</p>
                                 <p>- 물리공간,가상공간 데이터를 연결하여 음성 및 문자를 활용한 온/오프라인 소통</p>
                             </div>
                             <div class="solution-text-box">
-                                <h3 class="text-box-title mb10">특장점</h3>
+                                <h3 class="text-box-title  ml30">특장점</h3>
 
                                 <p>- 3D 기반의 가상공간 제공 서비스(3차원 공간 정보 데이터 구현)</p>
                                 <p>- 실시간 채팅 및 방명록 기능 탑재</p>
@@ -348,16 +349,16 @@
                                     <p>제조기업의 공정상 생산성 극대화를 위해 제조업체의 공정을 분석 및 시각화 하여 편리한 모니터링 서비스를 제공합니다.</p>
                                 </div>
                                 <div class="solution-text-box">
-                                    <h3 class="text-box-title mb10">주요기능</h3>
+                                    <h3 class="text-box-title mb10 ml30">주요기능</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>
+                                    <h3 class="text-box-title  ml30">특장점</h3>
+                                    <p>- 반응형 모니터링 서비스로 PC, 모바일, 테블릿 등 다양한 기기 지원</p>
+                                    <p>- 이상 상태 조건 데이터 발견 시 문제 발생 알림</p>
+                                    <p>- 현재 공정 과정 모니터링 기능</p>
                                 </div>
                             </div>
                         </div>
views/pages/Visualization.html
--- views/pages/Visualization.html
+++ views/pages/Visualization.html
@@ -16,20 +16,20 @@
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
 
     <style scoped>
-            footer {
-        width: 100%;
-        /* height: 300px; */
-        padding: 30px;
-        /* opacity: 0; */
-        /* display: none; */
-        position: relative;
-        bottom: 0px;
-        left: 0;
-        z-index: 56;
-        transition: all 0.5s;
-        background-color: #333;
-    }
-    
+        footer {
+            width: 100%;
+            /* height: 300px; */
+            padding: 30px;
+            /* opacity: 0; */
+            /* display: none; */
+            position: relative;
+            bottom: 0px;
+            left: 0;
+            z-index: 56;
+            transition: all 0.5s;
+            background-color: #333;
+        }
+
         /* 스크롤바 없애기 */
         body {
             -ms-overflow-style: none;
@@ -37,11 +37,11 @@
             scrollbar-width: none;
             /* 파이어폭스 */
         }
-    
+
         ::-webkit-scrollbar {
             display: none;
         }
-    
+
         #header {
             position: fixed;
             top: 0;
@@ -49,31 +49,31 @@
             border-bottom: 1px solid #ced4da;
             background-color: white !important;
         }
-    
+
         #header .header .logo {
             background: url(../../resources/img/component/logo-color.png) no-repeat;
             width: 200px;
             background-size: contain;
             height: 25px;
-    
-    
+
+
         }
-    
+
         #header .header nav li a {
             color: #333;
-    
+
         }
-    
-    
-    
+
+
+
         html,
         body {
             position: relative;
             height: 100%;
             font-family: 'Pretendard';
-    
+
         }
-    
+
         body {
             font-family: 'Pretendard';
             font-size: 14px;
@@ -81,29 +81,29 @@
             margin: 0;
             padding: 0;
         }
-    
+
         .box-wrap {
             flex-wrap: nowrap;
         }
-    
+
         .box-wrap-title {
             text-align: center;
             font-size: 2rem;
             font-weight: 600;
         }
-    
+
         .box-wrap div {
             width: 100%;
             height: 100%;
-    
+
         }
-    
+
         .box-wrap div img {
             width: 100%;
             /* object-fit: contain; */
             padding-bottom: 2rem;
         }
-    
+
         .box-wrap div p {
             /* height: 20%; */
             /* text-align: left; */
@@ -111,9 +111,10 @@
             font-weight: 600;
             /* line-height: 1.5; */
         }
+
         .dropdown {
-                background-color: #fff !important;
-            }
+            background-color: #fff !important;
+        }
     </style>
 
 
@@ -124,7 +125,7 @@
     <div id="header"></div>
     <div style="        background: linear-gradient(#d7e2ff9d, #fff, #fff);
     ">
-        <div class=" text-area pb60 pt60 slide-section flex align-center" id="visuali" style="height: 100vh;">
+        <div class=" text-area pb60 pt120 slide-section flex align-center" id="visuali" style="height: 100vh;">
 
 
             <div class=" flex justify-between  align-center" style="gap: 10px; width: 100%; ">
@@ -132,36 +133,42 @@
                     <h1 class="mb20">시각화 서비스 시스템 구축</h1>
                     <p>데이터 분석을 통해 도출된 인사이트를 시각화 모듈을 활용하여 서비스 시스템을 구축합니다.</p>
                 </div>
-                <div class="etc-wrap-text flex justify-between">
+                <div class="etc-wrap-text flex justify-between" style="gap: 40px;">
+                    <div style="width: 100%; gap: 30px;" class="flex visuali-text">
 
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img1.png" alt="">
-                        <p>영천시 지역별 인구 추이 분석</p>
-                    </div>
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img2.png" alt="">
-                        <p>포항시 지역별 인구 추이 분석</p>
-                    </div>
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img3.png" alt="">
-                        <p>스마트 제조 공정관리 모니터링 플랫폼</p>
-                    </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img1.png" alt="">
+                            <p>영천시 지역별 인구 추이 분석</p>
+                        </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img2.png" alt="">
+                            <p>포항시 지역별 인구 추이 분석</p>
+                        </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img3.png" alt="">
+                            <p>스마트 제조 공정관리 모니터링 플랫폼</p>
+                        </div>
 
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img4.png" alt="">
-                        <p>전력데이터 분석 시각화<br> 상주시 지역화폐 분석</p>
                     </div>
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img5.png" alt="">
-                        <p>시니어 스마트 케어 모니터링 플랫폼</p>
-                    </div>
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img6.png" alt="">
-                        <p>공정 및 외부 환경 관제 시각화</p>
-                    </div>
-                    <div class="solution-ani">
-                        <img src="../../resources/img/common/visual-img7.png" alt="">
-                        <p>상주시 부서별 재정 분석</p>
+                    <div style="width: 100%; gap: 30px; flex-wrap: nowrap;"  class="flex visuali-text">
+
+
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img4.png" alt="">
+                            <p>전력데이터 분석 시각화<br> 상주시 지역화폐 분석</p>
+                        </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img5.png" alt="">
+                            <p>시니어 스마트 케어 모니터링 플랫폼</p>
+                        </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img6.png" alt="">
+                            <p>공정 및 외부 환경 관제 시각화</p>
+                        </div>
+                        <div class="solution-ani">
+                            <img src="../../resources/img/common/visual-img7.png" alt="">
+                            <p>상주시 부서별 재정 분석</p>
+                        </div>
                     </div>
                 </div>
             </div>
@@ -174,13 +181,13 @@
                 <hr>
                 <div class="footer-text pt10">
                     <div class="flex justify-between ">
-
+    
                         <p>대표자 ) 임상현</p>
-                        <p>FAX ) 053-811-1701</p>
+                        <p style="width: 17.5%;">FAX ) 053-811-1701</p>
                     </div>
                     <div class="flex justify-between">
                         <p>고객지원 ) 053-811-1700(평일9시~18시)</p>
-                        <p>대표메일 ) [email protected]</p>
+                        <p style="width: 17.5%;">대표메일 ) [email protected]</p>
                     </div>
                     <p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
                     <p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
Add a comment
List