#drawer {
  display: none;
}

#drawer-area {
  display: none;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#gmenu-icon.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#gmenu-icon.active span:nth-of-type(2) {
  right: 0%;
  opacity: 0;
  animation: active-gmenu-icon-bar02 0.8s forwards;
}

#gmenu-icon.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query Smart Phone *------------------------------
-----------------------------------------------------------------------------------------------------*/
/* @media screen and (max-width: 834px) { */
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  right: 0;
}

/* drawer icon ---------------------------------------------------------------------------------------------------*/
#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 17px;
  right: 13px;
  margin: 6px;
  width: 37px;
  height: 20px;
  background: #EB5F18;
  background: none;
  transition: right 0.1s linear;
}
@media screen and (max-width: 480px) {
  #gmenu-icon {
    top: 10px;
    right: 6px;
  }
}
#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #fff;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 9px;
}
#gmenu-icon span:nth-of-type(3) {
  top: 18px;
}

/* } */
@media screen and (max-width: 1024px) {
  /* drawer torigger btn */
  #drawer-area {
    display: block !important;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9010;
    width: 67px;
    height: 67px;
    background: #245EB9;
    transition: right 0.1s linear;
  }
  #drawer-area.toggle {
    left: 55%;
  }
  #drawer-area.move {
    animation: borderMove 0.1s ease-in forwards;
  }
  /* drawer body */
  #drawer {
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    right: -100%;
    z-index: 8001;
    width: 70%;
    height: 100%;
    background: #fff;
  }
  #drawer.toggle {
    right: 0;
  }
  #drawer .drawer-logo {
    width: 240px;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #drawer .drawer-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #drawer .drawer-logo img {
    width: 100%;
    margin: 0 auto 16px auto;
    display: block;
  }
  #drawer ul.d-main {
    width: 70%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #drawer ul.d-main {
    top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  #drawer ul.d-main li.menu {
    border-bottom: solid 1px #DFDFDF;
  }
  #drawer ul.d-main li.menu p {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  #drawer ul.d-main li.menu a {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 0 18px 4px;
    color: #0E224B;
    display: block;
    text-align: left;
    transition: all 0.5s ease;
  }
  #drawer ul.d-main li.menu a img {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #drawer {
    right: -100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #drawer-area {
    width: 54px;
    height: 54px;
  }
}/*# sourceMappingURL=drawer.css.map */