|
@@ -203,6 +203,12 @@ body .arrow:hover {
|
|
|
top: 100px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #about-title {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#banner #bannerdes-img {
|
|
|
position: absolute;
|
|
|
z-index: -1;
|
|
@@ -253,7 +259,7 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
#banner #banner-container .banner-des-about .banner-3 img {
|
|
|
- margin-bottom: -45px;
|
|
|
+ margin-bottom: -52px;
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
@@ -277,6 +283,9 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
#banner #banner-container ul {
|
|
|
+ position: static;
|
|
|
+ border-top-right-radius: 30px;
|
|
|
+ border-bottom-right-radius: 30px;
|
|
|
text-align: center;
|
|
|
background: rgba(141, 194, 31, 0.8);
|
|
|
}
|
|
@@ -284,13 +293,14 @@ body .arrow:hover {
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
#banner #banner-container ul {
|
|
|
margin-left: 8px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#banner #banner-container ul {
|
|
|
margin-top: 5vw;
|
|
|
- margin: 10px auto;
|
|
|
+ width: 100vw;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -312,7 +322,7 @@ body .arrow:hover {
|
|
|
content: url(../img/about/sec01/item-arrow.png);
|
|
|
display: block;
|
|
|
width: 80%;
|
|
|
- height: 5px;
|
|
|
+ height: 8px;
|
|
|
position: absolute;
|
|
|
left: 12%;
|
|
|
bottom: 0;
|
|
@@ -474,6 +484,13 @@ body .arrow:hover {
|
|
|
height: 50px !important;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
|
|
|
+ #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 {
|
|
|
position: relative;
|
|
|
background: #80ab29;
|