/* drawer */
.drawer-open {
  width: 27px;
  height: 28px;
  position: absolute;
  top: 50px;
  right: 24px;
  z-index: 104;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-close {
  width: 27px;
  height: 28px;
  position: absolute;
  top: 50px;
  right: 24px;
  z-index: 104;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-bg {
  background-color: #fff !important;
  background-image: url(../img/bg-w.png);
  background-repeat: repeat;
}
.drawer-logo {
  width: 95px;
  height: auto;
  padding: 44px 0 0 24px;
}
.drawer-navi {
  padding: 48px 0 0 24px;
}
.drawer-navi li {
  font-size: 14px;
  line-height: 26px;
  color: #5c5e62;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 26px 0;
}
.drawer-navi a {
  color: #5c5e62;
  padding: 0 0 0 9px;
}
.drawer-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5c5e62;
  position: absolute;
  top: 24px;
  left: -1px;
}
.drawer-dot-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5c5e62;
  position: absolute;
  top: 21px;
  left: -3px;
}
.drawer-lang {
  font-size: 14px;
  line-height: 26px;
  padding: 27px 0 70px 32px;
}
.drawer-lang li {
  letter-spacing: 0.1em;
  color: #5c5e62;
}
.drawer-lang li a {
  color: #5c5e62;
}
.drawer-instagram {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45px;
  right: 70px;
}
