#drawer {
  display: none;
}

#drawer-area {
  display: none;
}

/*---------------------------------------------------------------------------------------------------
--------------------------------------------* 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,
#gmenu-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 24px;
  right: 40px;
  width: 35px;
  height: 30px;
  margin: 0px;
}

#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #AC000E;
}

#gmenu-icon span:nth-of-type(1) {
  top: 0;
}

#gmenu-icon span:nth-of-type(2) {
  top: 14px;
}

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

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

/* } */
/* drawer torigger btn */
#drawer-area {
  display: block !important;
  position: fixed;
  top: 54px;
  left: 40px;
  z-index: 9010;
  width: 60px;
  height: 60px;
  transition: left 0.2s linear;
}

#drawer-area.toggle {
  left: 55%;
}

#drawer-area.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

#gmenu-icon {
  top: 74px;
  left: 48px;
  width: 35px;
  height: 30px;
  margin: 6px;
  transition: right 0.2s linear;
}

#gmenu-icon span:nth-of-type(1) {
  top: 0;
}

#gmenu-icon span:nth-of-type(2) {
  top: 9px;
}

#gmenu-icon.active {
  right: 56%;
}

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

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

#gmenu-icon.move {
  -webkit-animation: borderMove 0.6s ease-in forwards;
  animation: borderMove 0.6s ease-in forwards;
}

@media screen and (max-width: 415px) {
  #gmenu-icon {
    top: 56px;
    left: 24px;
  }
}
/* drawer body */
#drawer {
  position: fixed;
  top: 0;
  left: -80%;
  z-index: 8001;
  width: 80%;
  height: 100%;
  overflow: hidden;
  background: #2C2C2C;
  transition: all 0.5s ease;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#drawer.toggle {
  left: 0;
}

#drawer ul.d-main {
  width: 80%;
  margin: 0 auto;
}

#drawer ul.d-main li {
  width: 100%;
  margin: 0 auto0;
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
}

#drawer ul.d-main li a {
  display: block;
  color: #ffffff;
  letter-spacing: 0.15em;
  padding-left: 3px;
}

#drawer ul.d-main li a.sub {
  margin-bottom: 16px;
}

#drawer ul.d-main li a span {
  display: block;
  line-height: 1.5;
  color: #8191a5;
  color: #ffffff;
  font-size: 1.2em;
}

#drawer ul.d-main li ul.sub-link {
  padding-left: 12px;
}

#drawer ul.d-main li ul.sub-link li {
  width: 100%;
  margin: 0 auto 5px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: none;
}

#drawer ul.d-main li ul.sub-link li:last-child {
  margin-bottom: 0;
}

#drawer p.title {
  font-size: 1.4em;
  color: #ffffff;
  padding: 10px 0;
  width: 70%;
  padding: 5px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  margin: 32px auto 16px;
  text-align: center;
}

#drawer ul.flag-list {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #drawer {
    left: -100%;
    width: 100%;
  }
}
#drawer ul.d-main li.d-main-item.slidedown {
  padding-bottom: 0;
}

#drawer ul.d-main li.d-main-item.slidedown ul li {
  padding: 4px 0;
}

@keyframes headerMove {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
@keyframes borderMove {
  0% {
    opacity: 1;
    left: 11px;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
.dropdown-menu1,
.dropdown-menu2 {
  position: absolute;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}

.dropdown-menu1.show,
.dropdown-menu2.show {
  height: 200px;
}

.dropdown-menu1 a,
.dropdown-menu2 a {
  display: block;
  padding: 12px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

/*# sourceMappingURL=drawer.css.map */

/*# sourceMappingURL=drawer.css.map */
