#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 .4s;
  box-sizing: border-box; }

#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 12px;
  right: 40px;
  width: 35px;
  height: 26px;
  margin: 0; }
  #gmenu-icon span {
    position: absolute;
    z-index: 9011;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #010302; }
  #gmenu-icon.active {
    width: 110px;
    overflow: hidden;
    right: 24px;
    height: 21px; }
    #gmenu-icon.active .over-fllow {
      transform: rotate(-60deg);
      position: relative;
      right: -32px; }
      @media screen and (max-width: 520px) {
        #gmenu-icon.active .over-fllow {
          right: -28px; } }

/* } */
/* drawer torigger btn */
#drawer-area {
  display: block !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9010;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 6em;
  border: 5px solid #000;
  transition: right .2s linear; }
  @media screen and (max-width: 520px) {
    #drawer-area {
      width: 60px;
      height: 60px; } }
  #drawer-area.toggle {
    right: 55%; }
  #drawer-area.move {
    -webkit-animation: headerMove .6s ease-in forwards;
    animation: headerMove .6s ease-in forwards; }
  #drawer-area::after {
    position: absolute;
    content: 'MENU';
    font-size: 8px;
    bottom: 6px;
    right: 7px;
    letter-spacing: .15em; }
    @media screen and (max-width: 520px) {
      #drawer-area::after {
        bottom: 5px;
        letter-spacing: .02em;
        right: 10px;
        font-size: 10px; } }

#gmenu-icon {
  top: 28px;
  right: 25px;
  width: 35px;
  height: 26px;
  transition: right .2s linear; }
  @media screen and (max-width: 520px) {
    #gmenu-icon {
      top: 27px;
      right: 28px;
      width: 28px;
      height: 22px; } }
  #gmenu-icon span:nth-of-type(1) {
    top: 2px;
    background: #2F70FE; }
  #gmenu-icon span:nth-of-type(2) {
    top: 9px;
    background: #031136; }
  #gmenu-icon span:nth-of-type(3) {
    top: 16px;
    background: #AE0000; }
  @media screen and (max-width: 480px) {
    #gmenu-icon span:nth-of-type(1) {
      top: 5px; }
    #gmenu-icon span:nth-of-type(2) {
      top: 12px; }
    #gmenu-icon span:nth-of-type(3) {
      top: 19px; } }
  #gmenu-icon.move {
    -webkit-animation: borderMove .6s ease-in forwards;
    animation: borderMove .6s ease-in forwards; }

/* sns */
.sns {
  text-align: center; }
  .sns a {
    display: flex;
    align-items: center; }
    .sns a img {
      margin-right: 8px; }

/* drawer body */
#drawer {
  display: block;
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 8001;
  width: 35%;
  height: 100%;
  overflow: scroll;
  background: #010302;
  transition: all .5s ease;
  padding: 90px 12px 12px 24px; }
  @media screen and (max-width: 768px) {
    #drawer {
      width: 50%; } }
  #drawer.toggle {
    right: 0; }
  #drawer ul.d-main {
    width: 84%;
    margin: 0 auto; }
    #drawer ul.d-main li {
      width: 100%;
      margin: 0 auto;
      line-height: 1;
      border-bottom: 1px solid #ffffff; }
      #drawer ul.d-main li:nth-child(1) {
        border-top: 1px solid #ffffff; }
      #drawer ul.d-main li > a {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 1.4em;
        color: #ffffff;
        letter-spacing: .15em;
        padding: 9px 0;
        line-height: 1;
        transition: all ease .5s; }
        #drawer ul.d-main li > a span {
          display: block;
          line-height: 1.5;
          color: #ffffff;
          font-size: 1.2em; }
        #drawer ul.d-main li > a:hover {
          color: #597DF2; }
      #drawer ul.d-main li .sublist {
        line-height: 1;
        display: grid;
        grid-template-columns: 49% 49%;
        column-gap: 2%;
        row-gap: 6px; }
        #drawer ul.d-main li .sublist a {
          color: #fff;
          font-size: 12px;
          line-height: inherit;
          padding: 8px 0;
          display: inline-block;
          width: 100%;
          text-align: center;
          background: #1a1a1a; }
      #drawer ul.d-main li .insta_banner {
        width: 100%;
        height: auto; }
  #drawer .snslink {
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box; }
    #drawer .snslink > a {
      padding: 6px 0 9px; }
    #drawer .snslink img {
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: 3px; }
  #drawer p.title {
    font-size: 1.4em;
    color: #ffffff;
    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 {
      right: -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;
    right: 0; }
  100% {
    opacity: 0;
    right: 200px; } }
@keyframes borderMove {
  0% {
    opacity: 1;
    right: 11px; }
  100% {
    opacity: 0;
    right: 200px; } }
.dropdown-menu1,
.dropdown-menu2 {
  position: absolute;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  transition: all .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 */
