.header .logo {
  width: 15%;
  font-size: 0;
}
.header .logo img {
  width: 100%;
}
.header .title {
  font-size: 0.7rem;
  font-weight: normal;
  margin: 0;
  width: 95%;
  margin: 0 auto;
  line-height: normal;
}
.header .desc {
  padding-top: 5px;
  padding-bottom: 5px;
}
.headerMainWrapper {
  position: relative;
  z-index: 10;
}
.header-main {
  width: 95%;
  margin: 0 auto;
  margin-top: 1vw;
}


.nav-top {
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  border-radius: 9999px;
  padding: 0.5vw 3vw;
  display: flex;
  position: fixed;
  top: 1.5rem;
  right: 2%;
  background: #ffffff;
  font-size: 0.8vw;
}
.nav-top a {
  color: #000000;
}
.actions li {
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
  margin-left: 10px;
  align-self: center;
}
.actions li:first-child {
  margin-left: 2vw;
}
.contained {
  background: #0E3049;
  border: 2px solid #0E3049;
  border-radius: 8px;
  padding: 8px 15px;
}
.contained a {
  color: #ffffff;
}
.outlined {
  border: 2px solid #0E3049;
  border-radius: 8px;
  padding: 8px 15px;
}
.outlined a {
  color: #0E3049;
}
.nav-top .item {
  margin-left: 15px;
  margin-right: 15px;
}
.nav-top .item:first-child {
  margin-left: 0;
}
.nav-side a {
  color: #0E3049;
}
.nav-side .title {
  font-size: 0.75rem;
  font-weight: bold;
  width: auto;
  line-height: normal;
}
.nav-right {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-right ul {
  width: 80px;
  position: fixed;
  background: #ffffff;
  bottom: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  z-index: 10;
}
.nav-side a {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-right li:first-child a {
  border-top: 1px solid #ddd;
}
.nav-right a {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px){
  .headerMainWrapper {
    margin-top: 0.5rem;
  }
  header .title {
    font-size: 0.6rem;
    width: 90%;
  }
  .header .logo {
    width: 52%;
  }
  .header-main {
    width: 90%;
    margin-top: 2vw;
  }
  .humbergar {
    width: 30px;
    height: 22px;
    position: relative;
    display: block;
  }
  .menu-wrapper {
    width: 74px;
    height: 63px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 1rem;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
  }
  .humbergar span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    transition: 0.4s;
  }
  .humbergar span:first-child {
    top: 0px;
  }
  .humbergar span:nth-child(2) {
    top: 10px;
    left: 0%;
  }
  .humbergar span:nth-child(3) {
    top: 20px;
  }
  .humbergar.is-open span:first-child {
    transform: rotate(45deg);
    top: 10px;
  }
  .humbergar.is-open span:nth-child(2) {
    width: 0px;
    left: 50%;
  }
  .humbergar.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }
  .navigations {
    background: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 72px;
    height: 100vh;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
  }
  .navigations.is-open {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
  }
  .navigations .nav-top .flex {
    display: block;
  }
  .nav-top {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    display: block;
    right: 0;
    top: 0;
    padding-top: 100px;
    font-size: 3.5vw;
  }
  .navigations .nav-top .flex.actions {
    display: flex;
    width: 90%;
    margin: 1rem auto 0;
  }
  .actions li {
    width: 50%;
    padding: 5px 20px;
  }
  .actions li a {
    border-bottom: none;
    line-height: 13vw;
  }
  .nav-top .item {
    width: 85%;
    margin: 0 auto;
  }
  .nav-top .item:first-child {
    margin: 0 auto;
  }
  .nav-top a {
    line-height: 16vw;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-right li:first-child a {
    border-top: none;
  }
  .nav-right li:last-child a {
    border-top: none;
    border-bottom: none;
  }
  .nav-side ul {
    margin-top: 0px;
  }
  .nav-right {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
  }
  .nav-side ul {
    display: flex;
    flex-wrap: nowrap;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    z-index: 10;
  }
  .nav-side li {
    width: 20%;
  }
  .nav-side .title {
    width: auto;
    margin-left: 5px;
    margin-right: 0;
    font-size: 2.65vw;
    margin-left: 0;
  }
  .nav-side a {
    height: 65px;
  }
  .nav-right a {
    border-right: 1px solid #ddd;
  }
}

