/* CORE STYLES */
.navigation {
  width: 100%;
  display: table;
  position: fixed;
  padding: 0;
  z-index: 9999;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.navigation .container {
  width: 1720px;
  margin: 0 auto;
}
/* 스크롤 내렸을때 CSS .active */
.navigation.active {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
}
.navigation.active .nav-menu > li > a {
  color: #000;
}
.navigation.active .nav-logo {
  background: url("/kor/img/main/logo_b.png") no-repeat center/contain;
}
.navigation.active .nav-toggle:before {
  background-color: #000;
  box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.navigation.active .nav-lang a {
  color: #777;
}
.navigation.active .nav-lang a:hover {
  color: #000;
  border-bottom: #000 solid 1px;
}
.navigation.active .nav-lang .lang_on {
  color: #000;
  border-bottom: #000 solid 1px;
}
/* 스크롤 내렸을때 CSS .active */

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation .nav-logo {
  float: left;
  margin-top: 24px;
  width: 180px;
  height: 38px;
  background: url("/kor/img/main/logo_w.png") no-repeat center/contain;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.navigation .nav-lang {
  float: right;
  margin-top: 30px;
}
.navigation .nav-lang a {
  font-size: 20px;
  color: #ccc;
}
.navigation .nav-lang a:last-child {
  margin-left: 10px;
}
.navigation .nav-lang a:hover {
  color: #fff;
  border-bottom: #fff solid 1px;
}
.navigation .nav-lang .lang_on {
  color: #fff;
  border-bottom: #fff solid 1px;
}

.navigation .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 28px;
  right: 10px;
  display: none;
  cursor: pointer;
}

.navigation .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  position: fixed;
  background: #000;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  top: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  top: 0;
}

.nav-menus-wrapper-close-button {
  width: 48px;
  height: 48px;
  margin: 20px 5px;
  display: none;
  float: right;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  text-align: center;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: center;
  position: relative;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
}

.nav-menu > li > a {
  padding: 30px 35px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 20px 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html,
body.no-scroll {
  height: 100% !important;
}

/* NAVIGATION BUTTON */
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967adc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

/* NAVIGATION TEXT */
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  /* margin-left: -75px; */
  padding: 15px;
  display: none;
  position: absolute;
  list-style: none;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  border: #444 solid 1px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 6px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 18px;
  color: #ddd;
}
.nav-dropdown > li > a:hover {
  color: #00baff;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
/* HORIZONTAL DROPDOWN EXTENSION */
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  min-width: 120px;
  padding: 5px 20px;
  display: none;
  position: absolute;
  z-index: 98;
  text-align: left;
  border: solid 1px #444;
  background: #000;
  left: 100%;
}
.megamenu-panel a {
  font-size: 13px;
  color: #ccc;
  margin: 10px 0;
  display: block;
}
.navigation-portrait .megamenu-panel {
  padding: 5px 20px;
  position: static;
  display: block;
}

/* MEGAMENU LIST */
.megamenu-lists {
  width: 100%;
  display: table;
}

/* The list */
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-list > li > a:hover {
  color: #fff;
  background-color: #967adc;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}

ul.nav-menu li span.submenu-indicator {
  display: none;
}
@media screen and (max-width: 1800px) {
  .navigation .container {
    width: 100%;
    max-width: 1720px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .nav-menu {
    margin: 0;
  }
  .navigation .nav-logo {
    margin: 24px 0;
  }
  .navigation .nav-lang {
    margin-right: 40px;
  }

  .navigation-portrait .nav-menu > li > a {
    font-size: 24px;
    color: #fff;
  }

  .nav-dropdown {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
    transform: initial;
  }
  .nav-dropdown > li > a {
    color: #aaa;
    font-size: 18px;
    padding: 12px 10px;
  }
  .nav-dropdown > li:last-child {
    margin-bottom: 20px;
  }

  .nav-menu > li > a {
    font-size: 20px;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .navigation .container {
    padding: 0 20px;
  }
  .navigation .nav-logo {
    width: 160px;
  }
  .navigation .nav-lang a {
    font-size: 18px;
  }
}
