|
@@ -2,6 +2,22 @@ body {
|
|
|
font-family: 'Helvetica Neue';
|
|
|
}
|
|
|
|
|
|
+a:focus {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+a:focus-visible {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+button:focus-visible {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+img:focus-visible {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
.sec-00 .container-fluid {
|
|
|
height: 110px;
|
|
|
}
|
|
@@ -123,6 +139,10 @@ body {
|
|
|
vertical-align: baseline;
|
|
|
}
|
|
|
|
|
|
+.sec-01 .col img:focus-visible {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
.sec-01 .slick-dots {
|
|
|
width: 16%;
|
|
|
margin: 0 auto;
|
|
@@ -171,7 +191,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.sec-02__slider .slide-item {
|
|
|
- height: 32vh;
|
|
|
+ height: 34.5vh;
|
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
@@ -714,6 +734,10 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.fixed_menu__box img:focus-visible {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
@media (min-width: 480px) {
|
|
|
.fixed_menu__box img {
|
|
|
width: 100%;
|