@font-face {
  font-family: "Quicksand";
  font-weight: 900;
  src: url("../fonts/quicksand/bold.ttf") format("truetype");
}
.ep-c-subnav {
  background-color: #4d4d4d;
}
.ep-c-subnav .ep-c-subnav-inner {
  overflow-x: auto;
  white-space: nowrap;
}
.ep-c-subnav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .ep-c-subnav ul {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-subnav ul {
    padding: 5.33333333vw 0 5.33333333vw;
  }
}
@media screen and (min-width: 769px) {
  .ep-c-subnav li {
    min-width: 112px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-subnav li {
    min-width: 29.866667vw;
  }
}
.ep-c-subnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a6a6a6;
  text-decoration: none;
}
.ep-c-subnav a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 769px) {
  .ep-c-subnav a::before {
    width: 58px;
    height: 58px;
    background-size: 58px auto;
    background-position: 0 -58px;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-subnav a::before {
    width: 21.86666667vw;
    height: 21.86666667vw;
    background-size: 21.86666667vw auto;
    background-position: 0 -21.86666667vw;
  }
}
.ep-c-subnav a .nav-name {
  margin-top: 10px;
  line-height: 1.1666666667;
}
@media screen and (min-width: 769px) {
  .ep-c-subnav a .nav-name {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .ep-c-subnav a .nav-name {
    font-size: 3.2vw;
  }
}
.en .ep-c-subnav a .nav-name, .fr .ep-c-subnav a .nav-name, .de .ep-c-subnav a .nav-name, .es .ep-c-subnav a .nav-name, .it .ep-c-subnav a .nav-name, .ko .ep-c-subnav a .nav-name, .pb .ep-c-subnav a .nav-name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fr .ep-c-subnav a .nav-name, .es .ep-c-subnav a .nav-name, .it .ep-c-subnav a .nav-name, .pb .ep-c-subnav a .nav-name {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .fr .ep-c-subnav a .nav-name, .es .ep-c-subnav a .nav-name, .it .ep-c-subnav a .nav-name, .pb .ep-c-subnav a .nav-name {
    font-size: 2.9vw;
  }
}
.ep-c-subnav a:hover, .ep-c-subnav a:active, .ep-c-subnav a.is-active {
  color: #fff;
}
.ep-c-subnav a:hover::before, .ep-c-subnav a:active::before, .ep-c-subnav a.is-active::before {
  background-position: 0 0;
}
.ep-c-subnav a.ep-c-subnav-efficiency::before {
  background-image: url("../images/common/sub-nav/icon-efficiency.png");
}
.ep-c-subnav a.ep-c-subnav-security::before {
  background-image: url("../images/common/sub-nav/icon-security.png");
}
.ep-c-subnav a.ep-c-subnav-stressfree::before {
  background-image: url("../images/common/sub-nav/icon-stressfree.png");
}
.ep-c-subnav a.ep-c-subnav-workanywhere::before {
  background-image: url("../images/common/sub-nav/icon-workanywhere.png");
}
.ep-c-subnav a.ep-c-subnav-ecoconscious::before {
  background-image: url("../images/common/sub-nav/icon-ecoconscious.png");
}