/*
==============================
Page: All
Section: Navbar
==============================
*/

.navbar-nav .menu-item {
  padding: 0 30px; /* FILTERED: 1702989925.813 */ 
  list-style: none;

}

.navbar-nav .menu-item:last-child,
.navbar-nav .menu-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-nav .nav-link {
  font-family: "BrandonGrotesque", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", serif;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #333;
  font-size: 0.7em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .menu-item.active .nav-link:focus  {

  border: none;
  outline: none;
  box-shadow: none;


}


.wpml-container a {
  cursor: pointer;
}

.container-modalmenu {
  width: 30vw;
  height: 100vh;
  z-index: 99999;
  background: black;
  position: fixed;
  top: 0;
  right: -30vw;
  padding: 40px;
}

.container-modalmenu .navbar-nav .menu-item {
  padding: 0;
}

.container-modalmenu a,
.container-modalmenu .navbar-nav .nav-link,
.container-modalmenu a span{
  color: white;
}

.container-modalmenu .navbar-nav,
.contelang {
  margin-top: 50px;
}

.contelang ul {
  padding: 0;
}

.contelang ul li {
  list-style: none;
  color: white;
  padding: 10px 0;
}

.contelang ul li a {
  font-family: "BrandonGrotesque", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", serif;
  font-weight: 400;
}


.dropdown-menu a {
  text-transform: none;
  color: #fff;
  font-size: 1.6rem !important;
  padding: 5px 0 !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}

.dropdown-menu a:hover {
  font-weight: 600 !important;

}

.menu_desktop-container.activemenu {
  overflow: hidden;
  opacity: 1;
  z-index: 9;
}

.menu_desktop-container {
  overflow: visible;
  opacity: 0;
  background: black;
  height: 400px;
  padding: 0;
  z-index: -2;
  position: fixed;
  width: 100%;
}

.dropdown-menu {
  z-index: 10;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  height: 405px;
  list-style: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

#appenElement {
  /*color: #fff;*/
  /*font-size: 2rem !important;*/
  /*position: absolute;*/
  /*text-align: right;*/
  /*width: 166px;*/
  /*margin-left: -216px;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/


  color: #fff;
  font-size: 2rem !important;
  position: absolute;
  text-align: right;
  width: 400px;
  margin-left: -450px;
  text-transform: uppercase;
  letter-spacing: 1px;


}

.dropdown-menu li {
  border-left: 1px solid #fff;
  padding: 0 50px !important;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}

.dropdown-menu.showtotal {
  display: flex;
}

.container-modalmenu a:hover span,
.wpml-ls-current-language .wpml-ls-link span{
  color: #646464;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;

}

/*
  ==============================
  Media Queries
  ==============================
*/
@media (min-width: 961px) and (max-width: 1120px) {
  /* Ipad pro */
  .container-modalmenu {
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: black;
    position: fixed;
    top: 0;
    right: -100vw;
    padding: 40px;
  }

  .container-modalmenu .navbar-nav .menu-item {
    padding: 0;
  }

  .container-modalmenu a,
  .container-modalmenu .navbar-nav .nav-link {
    color: white;
  }

  .container-modalmenu .navbar-nav,
  .contelang {
    margin-top: 50px;
  }

  .contelang ul {
    padding: 0;
  }

  .contelang ul li {
    list-style: none;
    color: white;
    padding: 10px 0;
  }

  .contelang ul li a {
    font-family: "BrandonGrotesque", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", serif;
    font-weight: 400;
  }

}

@media (max-width: 960px) {
  /* Moviles modernos/ipad pro/air/mini */
  .container-modalmenu {
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: black;
    position: fixed;
    top: 0;
    right: -100vw;
    padding: 30px;
  }

  .container-modalmenu .navbar-nav .menu-item {
    padding: 0;
  }

  .container-modalmenu a,
  .container-modalmenu .navbar-nav .nav-link {
    color: white;
  }

  .container-modalmenu .navbar-nav,
  .contelang {
    margin-top: 40px;
  }

  .contelang ul {
    padding: 0;
  }

  .contelang ul li {
    list-style: none;
    color: white;
    padding: 10px 0;
  }

  .contelang ul li a {
    font-family: "BrandonGrotesque", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", serif;
    font-weight: 400;
  }

  .container-modalmenu a, .container-modalmenu .navbar-nav .nav-link {
    font-size: 25px;
  }

  .container-modalmenu .navbar-nav .menu-item {
    padding: 20px 0;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }

  .dropdown-menu a {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    width: 100%;
    white-space: pre-wrap;
    letter-spacing: normal!important;
  }

  .dropdown-menu li {
    border: 0;
    padding: 0 !important;
  }

  .navbar-nav .dropdown-menu {
    position: relative !important;
    height: 0;
    transform: translate3d(0px, 10px, 0px) !important;
    padding-left: 10px;
    opacity: 0;

  }

  .navbar-nav .dropdown-menu.show {
    height: auto;
    opacity: 1;

  }

  .contentmenumod {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /*.container-modalmenu .navbar-nav .menu-item{*/
  /*  height: 80px;*/
  /*}*/
  /*.container-modalmenu .navbar-nav .menu-item.show{*/
  /*  min-height: auto;*/
  /*  height: 260px;*/
  /*}*/
  /*.dropdown-menu li{*/
  /*  height: auto!important;*/
  /*}*/

}

@media (max-width: 960px)and (orientation: landscape) {
  /*Moviles Landcape*/

}
