|
@@ -21,7 +21,7 @@ body {
|
|
body .arrow {
|
|
body .arrow {
|
|
position: fixed;
|
|
position: fixed;
|
|
right: 30px;
|
|
right: 30px;
|
|
- top: 500px;
|
|
|
|
|
|
+ top: 400px;
|
|
width: 45px;
|
|
width: 45px;
|
|
height: 40px;
|
|
height: 40px;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
@@ -348,7 +348,8 @@ body .arrow:hover {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
#banner #banner-container .tab-content .sec01 .condition {
|
|
#banner #banner-container .tab-content .sec01 .condition {
|
|
- padding: 18px;
|
|
|
|
|
|
+ padding: 10vw 18px;
|
|
|
|
+ padding-bottom: 15vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -361,6 +362,13 @@ body .arrow:hover {
|
|
background-blend-mode: overlay;
|
|
background-blend-mode: overlay;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #banner #banner-container .tab-content .sec01 .idea {
|
|
|
|
+ padding: 10vw 18px;
|
|
|
|
+ padding-bottom: 15vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#banner #banner-container .tab-content .sec01 .contact {
|
|
#banner #banner-container .tab-content .sec01 .contact {
|
|
padding-bottom: 10vw;
|
|
padding-bottom: 10vw;
|
|
padding: 4vw 24px;
|
|
padding: 4vw 24px;
|
|
@@ -371,17 +379,18 @@ body .arrow:hover {
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #banner-container .tab-content .sec01 .contact a {
|
|
|
|
- text-decoration: none;
|
|
|
|
- color: #fff;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
#banner #banner-container .tab-content .sec01 .contact {
|
|
#banner #banner-container .tab-content .sec01 .contact {
|
|
- padding: 18px;
|
|
|
|
|
|
+ padding: 10vw 18px;
|
|
|
|
+ padding-bottom: 15vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#banner #banner-container .tab-content .sec01 .contact a {
|
|
|
|
+ text-decoration: none;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
#banner #banner-container .tab-content .sec02 .col-lg-4,
|
|
#banner #banner-container .tab-content .sec02 .col-lg-4,
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -407,7 +416,7 @@ body .arrow:hover {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
|
|
width: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 100px;
|
|
|
|
|
|
+ top: 35%;
|
|
left: 0px;
|
|
left: 0px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
@@ -450,12 +459,19 @@ body .arrow:hover {
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
- height: 280px !important;
|
|
|
|
|
|
+ height: 17vw;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #banner #banner-container .tab-content .sec02 .col-lg-4 img,
|
|
|
|
+ #banner #banner-container .tab-content .sec04 .col-lg-4 img {
|
|
|
|
+ height: 50vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
|
|
#banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -523,7 +539,7 @@ body .arrow:hover {
|
|
@media screen and (min-width: 1025px) {
|
|
@media screen and (min-width: 1025px) {
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 50px;
|
|
|
|
|
|
+ top: 30%;
|
|
left: 0px;
|
|
left: 0px;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
@@ -559,12 +575,18 @@ body .arrow:hover {
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
- height: 17vw !important;
|
|
|
|
|
|
+ height: 17vw;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #banner #banner-container .tab-content .sec03 .col-lg-4 img {
|
|
|
|
+ height: 50vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
|
|
text-align: center;
|
|
text-align: center;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -662,7 +684,7 @@ body .arrow:hover {
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
- height: 200px !important;
|
|
|
|
|
|
+ height: 16.5vw;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
transition: 0.3s ease-in-out;
|
|
@@ -670,7 +692,7 @@ body .arrow:hover {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 img {
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 img {
|
|
- height: 180px !important;
|
|
|
|
|
|
+ height: 50vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -720,13 +742,14 @@ body .arrow:hover {
|
|
text-align: center;
|
|
text-align: center;
|
|
width: 80vw;
|
|
width: 80vw;
|
|
margin: 0 auto !important;
|
|
margin: 0 auto !important;
|
|
|
|
+ padding-top: 2vw;
|
|
|
|
+ padding: 1vw;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
#footer {
|
|
#footer {
|
|
width: 95vw;
|
|
width: 95vw;
|
|
- padding: 5vw;
|
|
|
|
- padding-bottom: 12vw;
|
|
|
|
|
|
+ padding: 30vw 5vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|