mycoms 04-19
240419 김하영
@f08a5dcfc08606344a582bc2352fce23ab1dc632
resources/css/responsive.css
--- resources/css/responsive.css
+++ resources/css/responsive.css
@@ -203,12 +203,15 @@
         font-size: 2.3rem !important;
         margin-bottom: 0rem;
     }
-    .marketing-area p span{
+
+    .marketing-area p span {
         font-size: 2rem;
     }
-    .marketing-area p{
+
+    .marketing-area p {
         font-size: 2rem;
     }
+
     .marketing-wrap-title h1 {
         font-size: 4rem;
     }
@@ -247,7 +250,7 @@
     }
 
     .slide-solution .text-area {
-        padding: 12rem 2rem 6rem  2rem;
+        padding: 12rem 2rem 6rem 2rem;
     }
 
 
@@ -304,7 +307,7 @@
     #solution .text-area {
         width: 100% !important;
         height: 100%;
-        padding: 12rem 2rem 6rem 2rem!important;
+        padding: 12rem 2rem 6rem 2rem !important;
     }
 
     .text-area {
@@ -480,9 +483,11 @@
     .about-area p {
         font-size: 2.2rem;
     }
-    .month{
+
+    .month {
         font-size: 2.5rem;
     }
+
     .month-text p {
         font-size: 2.2rem;
         margin-bottom: 0rem;
@@ -796,8 +801,10 @@
         font-weight: 400;
         word-break: keep-all;
     }
-    #map .text-area{
-        padding: 1rem 2rem 6rem 2rem;    }
+
+    #map .text-area {
+        padding: 1rem 2rem 6rem 2rem;
+    }
 
     .solution-area {
         width: 100%;
@@ -867,7 +874,8 @@
     .taken-area p {
         font-size: 2.4rem;
     }
-    .text-after p::after{
+
+    .text-after p::after {
         top: 0;
     }
 
@@ -915,9 +923,10 @@
         text-align: left;
     }
 
- #etc .etc-box-title{
-    margin: 2rem 0;
- }
+    #etc .etc-box-title {
+        margin: 2rem 0;
+    }
+
     .visual-grid {
         display: grid;
         grid-template-columns: 1fr 1fr;
@@ -1896,9 +1905,10 @@
         margin-bottom: 2rem;
     }
 
-    .etc-text-deco p::after{
+    .etc-text-deco p::after {
         display: none;
     }
+
     .solution .swiper-slide img {
         width: 100%;
         height: 100px !important;
@@ -2091,6 +2101,7 @@
     .innerSwiper .swiper-slide img {
         height: 100%;
     }
+
     .accordion2,
     .accordion1,
     .accordion3 {
@@ -2123,11 +2134,7 @@
 }
 
 @media all and (min-width:768px) and (max-width:1366px) {
-    * {
-        padding: 0;
-        margin: 0;
-        box-sizing: border-box;
-    }
+
 
     html,
     body,
@@ -2145,7 +2152,13 @@
 
     }
 
+    .history-box {
+        width: 100%;
+    }
 
+    .box-wrap {
+        flex-wrap: wrap;
+    }
 
     .solution-title p,
     .traffic-title p,
@@ -2208,9 +2221,11 @@
     .mobil-wrap {
         display: block;
     }
-    .etc-text-deco p::after{
+
+    .etc-text-deco p::after {
         display: none;
     }
+
     .web-menu {
         display: none;
     }
@@ -2762,7 +2777,7 @@
         font-size: 1.5rem !important;
     }
 
-  
+
 
     .customized-box div {
         width: 100%;
@@ -2849,24 +2864,26 @@
         flex-direction: column;
     }
 
-    #smart .etc-wrap-text{
+    #smart .etc-wrap-text {
         flex-direction: column;
 
     }
-    #dataanalysis .etc-wrap-text div{
+
+    #dataanalysis .etc-wrap-text div {
         width: 48%;
         margin: 0 auto;
         flex-wrap: wrap !important;
     }
-  
-    #etc .etc-box-title{
+
+    #etc .etc-box-title {
         font-size: 1.7rem !important;
         padding: 0px;
         text-align: center;
         font-weight: 600;
         word-break: keep-all;
     }
-    #customized .box-wrap{
+
+    #customized .box-wrap {
         flex-direction: column;
 
     }
resources/css/style.css
--- resources/css/style.css
+++ resources/css/style.css
@@ -4,14 +4,12 @@
     width: 1200px;
     height: 100%;
     margin: auto;
-    /* align-content: center; */
-    /* padding-top: 12rem; */
+
     text-align: center;
 }
 
 .content {
     -ms-overflow-style: none;
-    /* 인터넷 익스플로러 */
     scrollbar-width: none;
 }
 
@@ -87,7 +85,6 @@
         width: 0;
         opacity: 0;
         transform: scaleX(0);
-        /* 애니메이션 시작 시 요소의 가로 크기를 0으로 설정 */
         transform-origin: center;
     }
 
@@ -95,7 +92,6 @@
         width: 100%;
         opacity: 1;
         transform: scaleX(1);
-        /* 애니메이션 종료 시 요소의 가로 크기를 원래대로 복원 */
         transform-origin: center;
     }
 }
Add a comment
List