|
|
@@ -16068,6 +16068,99 @@ body {
|
|
|
margin-right: 500px !important;
|
|
|
}
|
|
|
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ main .section--container {
|
|
|
+ padding-left: 20px !important;
|
|
|
+ padding-right: 20px !important;
|
|
|
+ }
|
|
|
+ main .section--container .title--wrap.big > h2 {
|
|
|
+ font-size: 36px;
|
|
|
+ }
|
|
|
+ main .section--container .title--wrap > h2 {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+ main .section--container .growth--logic--wrap {
|
|
|
+ gap: 20px;
|
|
|
+ }
|
|
|
+ main .section--container .growth--logic--wrap .title--box {
|
|
|
+ width: calc((100% - 120px) / 3 + 80px);
|
|
|
+ }
|
|
|
+ main .section--container .growth--logic--wrap .title--box h2 {
|
|
|
+ font-size: 36px;
|
|
|
+ }
|
|
|
+ main .section--container .growth--logic--wrap .logic--box {
|
|
|
+ padding: 40px 35px 40px;
|
|
|
+ }
|
|
|
+ main .section--container .growth--logic--wrap .logic--box.special {
|
|
|
+ width: calc((100% - 120px) / 3 + 80px);
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap {
|
|
|
+ gap: 20px;
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap .service--box {
|
|
|
+ width: calc((100% - 40px) / 3);
|
|
|
+ padding: 20px 25px 40px;
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap .service--box h3 {
|
|
|
+ font-size: 18px;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ main .section--container .now--box--wrap .box--top .box > p {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ main .section--container .now--box--wrap .box--bot {
|
|
|
+ gap: 20px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 768px) {
|
|
|
+ .mb--80 {
|
|
|
+ margin-bottom: 40px !important;
|
|
|
+ }
|
|
|
+ br.web {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ main .section--container.p--120 {
|
|
|
+ padding: 60px 0;
|
|
|
+ }
|
|
|
+ main .section--container.p--100 {
|
|
|
+ padding: 60px 0;
|
|
|
+ }
|
|
|
+ main .section--container .title--wrap.big > h2 {
|
|
|
+ font-size: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
+ main .section--container .title--wrap.big > p {
|
|
|
+ font-size: 15px;
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap {
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap .service--box {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ main .section--container .best--service--wrap .service--box h3 br {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ main .section--container .now--box--wrap .box--bot {
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+ main .section--container .now--box--wrap .box--bot .box {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ main .faq--wrapper .inner--contents .faq--list--wrap ul li .faq--item--title > p {
|
|
|
+ font-size: 15px;
|
|
|
+ }
|
|
|
+ main .faq--wrapper .inner--contents .faq--list--wrap ul li .faq--item--content > p {
|
|
|
+ font-size: 15px;
|
|
|
+ }
|
|
|
+}
|
|
|
section {
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
@@ -16798,9 +16891,6 @@ main .section--container .now--box--wrap .box--top .box {
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- -webkit-box-pack: center;
|
|
|
- -ms-flex-pack: center;
|
|
|
- justify-content: center;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-box-direction: normal;
|
|
|
-ms-flex-direction: column;
|
|
|
@@ -16835,7 +16925,9 @@ main .section--container .now--box--wrap .box--bot .box {
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
height: 120px;
|
|
|
- background-size: 100%;
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right bottom;
|
|
|
background-image: url(../img/bg--now1.svg);
|
|
|
}
|
|
|
main .section--container .now--box--wrap .box--bot .box:last-child {
|
|
|
@@ -16936,6 +17028,10 @@ main .section--container .best--service--wrap .service--box {
|
|
|
position: relative;
|
|
|
width: calc((100% - 80px) / 3);
|
|
|
}
|
|
|
+main .section--container .best--service--wrap .service--box .service--img img {
|
|
|
+ width: 70%;
|
|
|
+ max-width: 140px;
|
|
|
+}
|
|
|
main .section--container .best--service--wrap .service--box:nth-child(2) .service--numb {
|
|
|
background-image: url(../img/numb--service2.svg);
|
|
|
}
|
|
|
@@ -16946,7 +17042,9 @@ main .section--container .best--service--wrap .service--box .service--numb {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
display: inline-block;
|
|
|
- width: 100px;
|
|
|
+ width: 25%;
|
|
|
+ max-width: 100px;
|
|
|
+ background-size: 100%;
|
|
|
height: 100px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: top right;
|
|
|
@@ -18087,4 +18185,25 @@ main .section--container .family--business--wrap .family--table--wrap table tr t
|
|
|
top: 10px;
|
|
|
left: 0;
|
|
|
position: absolute;
|
|
|
+}
|
|
|
+
|
|
|
+.top--btn {
|
|
|
+ background-color: #2ECC71;
|
|
|
+ border-radius: 50%;
|
|
|
+ position: fixed;
|
|
|
+ right: 30px;
|
|
|
+ width: 70px;
|
|
|
+ cursor: pointer;
|
|
|
+ height: 70px;
|
|
|
+ bottom: 30px;
|
|
|
+ z-index: 100;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-image: url(../img/ico--top.svg);
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transition: opacity 0.3s ease;
|
|
|
+ transition: opacity 0.3s ease;
|
|
|
+}
|
|
|
+.top--btn.actv {
|
|
|
+ opacity: 1;
|
|
|
}
|