|
@@ -21,7 +21,7 @@ body {
|
|
|
body .arrow {
|
|
|
position: fixed;
|
|
|
right: 30px;
|
|
|
- top: 600px;
|
|
|
+ bottom: 150px;
|
|
|
width: 45px;
|
|
|
height: 40px;
|
|
|
z-index: 10;
|
|
@@ -29,7 +29,7 @@ body .arrow {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
body .arrow {
|
|
|
- top: 545px;
|
|
|
+ top: 525px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -326,6 +326,13 @@ body .arrow:hover {
|
|
|
background: rgba(141, 194, 31, 0.8);
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #banner-container .banner-m .bannerm-1 {
|
|
|
+ padding-right: 5px;
|
|
|
+ padding-left: 7px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#banner #banner-container .banner-m .bannerm-1 .btn {
|
|
|
color: #fff;
|
|
|
width: 55px;
|
|
@@ -336,7 +343,7 @@ body .arrow:hover {
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
|
#banner #banner-container .banner-m .bannerm-1 .btn {
|
|
|
- width: 55px;
|
|
|
+ width: 50px;
|
|
|
height: 40px;
|
|
|
}
|
|
|
}
|
|
@@ -441,6 +448,27 @@ body .arrow:hover {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ #banner #banner-container .tab-content .sec01 .condition {
|
|
|
+ padding: 10vw 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#banner #banner-container .tab-content .sec01 .condition table th {
|
|
|
+ width: 100px;
|
|
|
+ padding: .4rem .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ #banner #banner-container .tab-content .sec01 .condition table th {
|
|
|
+ width: 35%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#banner #banner-container .tab-content .sec01 .condition table td {
|
|
|
+ padding: .4rem .1rem;
|
|
|
+}
|
|
|
+
|
|
|
#banner #banner-container .tab-content .sec01 .idea {
|
|
|
padding: 4vw 24px;
|
|
|
font-size: 16px;
|