|
@@ -1108,45 +1108,6 @@ body {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-.sec-07 {
|
|
|
- padding: 2rem 0;
|
|
|
-}
|
|
|
-
|
|
|
-.sec-07 .container {
|
|
|
- margin: 0 auto;
|
|
|
- padding: .8rem 1.2rem;
|
|
|
- max-width: 1050px;
|
|
|
- width: 70%;
|
|
|
- background-color: #F4F4F4;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1100px) {
|
|
|
- .sec-07 .container {
|
|
|
- width: 90%;
|
|
|
- padding: 0 1rem;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.sec-07__slider {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.sec-07__slider .slide-item {
|
|
|
- height: 23vh;
|
|
|
- background-position: center center;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- width: 100%;
|
|
|
- margin: 0 5px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1100px) {
|
|
|
- .sec-07__slider .slide-item {
|
|
|
- height: 18vh;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.sec-08 {
|
|
|
padding-bottom: 2.5rem;
|
|
|
}
|
|
@@ -3071,4 +3032,47 @@ body {
|
|
|
-webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
|
-moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
|
}
|
|
|
+
|
|
|
+.sec-07_Ads {
|
|
|
+ padding: 2rem 0;
|
|
|
+ background-color: #F4F4F4;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-07_Ads .slick-prev {
|
|
|
+ left: 50px;
|
|
|
+ z-index: 100;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-07_Ads .slick-next {
|
|
|
+ right: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-07_Ads .container {
|
|
|
+ margin: 0 auto;
|
|
|
+ padding: .8rem 1.2rem;
|
|
|
+ max-width: 1050px;
|
|
|
+ width: 55%;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 1100px) {
|
|
|
+ .sec-07_Ads .container {
|
|
|
+ width: 90%;
|
|
|
+ padding: 0 1rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.sec-07_Ads__slider {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-07_Ads__slider .slide-item {
|
|
|
+ height: 23vh;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 1100px) {
|
|
|
+ .sec-07_Ads__slider .slide-item {
|
|
|
+ height: 20vh;
|
|
|
+ }
|
|
|
+}
|
|
|
/*# sourceMappingURL=style.css.map */
|