header {
  font-size: 0;
  z-index: 99;
  height: 90px;
  overflow: unset!important;
  position: absolute;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  backdrop-filter: none;
  transition: height .3s ease, backgound .3s ease, box-shadow .3s ease;
  /*
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: height .3s ease, backgound .3s ease, box-shadow .3s ease;
*/
}
header:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 0px;
  top: 89px;
  transition: border .3s ease;
}
header .wrapper {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  box-sizing: border-box;
  vertical-align: top;
  height: 90px;
  display: inline-block;
  width: 17%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transition: border .3s ease;
}
header .logo a {
  width: 135px;
  margin-left: calc(50% - 67px);
  background: url('../images/logo.svg') center center no-repeat;
  background-size: contain;
  /*    filter: grayscale(1) brightness(4);*/
  display: block;
  height: 100%;
}
header nav {
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
  position: relative;
  width: 53%;
}
header nav>ul>li {
  position: relative;
  z-index: 2;
  line-height: 90px;
  width: 180px;
  padding: 0px 30px;
  box-sizing: border-box;
  text-align: center;
}
header nav>ul {
  justify-content: center;
  position: relative;
  display: flex;
}
header nav>ul:after {
  z-index: 0;
  content: "";
  width: 200%;
  height: 2000px;
  left: calc(-150% - 330px);
  top: 90px;
  background: rgba(0, 0, 0, 0.03);
  position: absolute;
  display: none;
}
header nav>ul>li>a {
  line-height: 88px;
  font-size: 16px;
  font-weight: 300;
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color .3s ease, border .3s ease;
}
header.nav-open nav>ul>li:hover>a,
header nav>ul>li:hover>a,
header.nav-open nav>ul>li.active>a,
header nav>ul>li.active>a {
  color: #2D96FF;
  border-bottom: 2px solid #2D96FF;
}
header.nav-open nav>ul:after {
  display: block;
}
header.scrolled {
  /*
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: none;
*/
}
header.nav-open {
  background: #fff;
  height: 670px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
header.scrolled .lang_box span,
header.scrolled .gnb_box .contact,
header.nav-open .lang_box span,
header.nav-open .gnb_box .contact {
  color: #222;
}
header.scrolled .logo a,
header.nav-open .logo a {
  filter: none;
}
header.nav-open .lang_box .icon,
header.nav-open #all-menu .btn-all-menu {
  filter: brightness(0.5);
}
header.scrolled .lang_box .icon,
header.scrolled #all-menu .btn-all-menu {
  filter: brightness(0.1);
}
header.scrolled:after,
header.scrolled .logo,
header.scrolled .util,
header.scrolled .gnb_box,
body.nav-open header:after,
body.nav-open header .logo,
body.nav-open header .util,
body.nav-open header .gnb_box,
header.nav-open:after,
header.nav-open .logo,
header.nav-open .util,
header.nav-open .gnb_box {
  border-color: rgba(0, 0, 0, 0.15);
}
header.scrolled nav>ul>li>a,
header.nav-open nav>ul>li>a {
  color: #000;
}
header.scrolled.lang .lang_box .lang {
  background: #687891;
}
header.scrolled.lang .lang_box .lang a {
  color: rgba(255, 255, 255, .5);
  font-weight: 200;
}
header.scrolled.lang .lang_box .lang li.active a {
  color: #fff;
}
header.nav-open.lang .lang_box .lang {
  background: rgb(102, 117, 141, .4);
}
header.scrolled .lang_box .lang li.active:hover a:after,
header.scrolled .lang_box .lang li.active a:after {
  border-color: #fff;
}
header.scrolled .lang_box .lang li:hover a:after {
  border-color: rgba(255, 255, 255, .5);
}
header nav * {
  font-size: 14px;
}
header nav>ul>li>ul {
  width: 720px;
  height:400px;
  visibility: hidden;
  text-align: left;
  padding: 50px 0 30px 50px;
  opacity: 0;
  position: absolute;
  left: 30px;
  box-sizing: border-box;
}
header nav>ul>li:nth-of-type(2)>ul {
  left: calc(-150px * 1);
}
header nav>ul>li:nth-of-type(3)>ul {
  left: calc(-150px * 2 - 30px);
}
header nav>ul>li:nth-of-type(4)>ul {
  left: calc(-150px * 3 - 60px);
}
header nav>ul>li:hover {
  z-index: 1;
}
header nav>ul>li>ul:after {
  left: -180px;
  top: 50px;
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  color: #222;
}
header nav>ul>li>ul:before {
  width: 100%;
  left: -27vw;
  bottom: 70px;
  position: absolute;
  font-size: 100px;
  font-weight: 400;
  color: rgb(235 236 238 / 60%);
}
header nav>ul>li:nth-of-type(1)>ul:after,
header nav>ul>li:nth-of-type(1)>ul:before {
  content: "Products";
}
header nav>ul>li:nth-of-type(2)>ul:after,
header nav>ul>li:nth-of-type(2)>ul:before {
  content: "Solutions";
}
header nav>ul>li:nth-of-type(3)>ul:after,
header nav>ul>li:nth-of-type(3)>ul:before {
  content: "Support";
}
header nav>ul>li:nth-of-type(4)>ul:after,
header nav>ul>li:nth-of-type(4)>ul:before {
  content: "About Us";
}
header nav>ul>li>ul>li {
  width: 100%;
  z-index: -1;
}
header nav>ul>li>ul>li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}
header nav>ul>li>ul>li>a {
  height: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 12px 0;
  font-weight: 300;
  color:#333;
  box-sizing: border-box;
}
header nav>ul>li>ul>li:hover>a,
header nav>ul>li.active>ul>li.active>a {
  color: #007ede;
  position: relative;
}
header nav>ul>li>ul>li>a:before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 195px;
  width: 11px;
  height: 17px;
  background-size: cover;
  opacity: 0;
  transition: all .2s ease;
  background: url('../images/gnb_arrow.png') 0px 0px no-repeat;
}
header nav>ul>li>ul>li:hover>a:before {
    left:240px;
  opacity: 1;
}
header nav>ul>li>ul>li.no_ul:hover>a:before {
  display: none;
}
header nav>ul>li>ul>li>ul {
  height: 560px;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 380px;
  left: 300px;
  top: 50px;
  padding-left: 20px;
  box-sizing: border-box;
}
header nav>ul>li>ul>li>ul>li>a {
  display: block;
  height: 100%;
  font-size: 16px;
  padding: 12px 0;
  box-sizing: border-box;
  font-weight: 300;
}
header nav>ul>li:hover>ul>li>ul>li:hover>a,
header nav>ul>li.active>ul>li.active>ul>li.active>a {
  color: #007ede!important;
}
.resize header nav>ul>li:hover>ul>li>ul>li:hover>a {color:#fff!important;}
header nav>ul>li:nth-child(4)>ul>li:nth-child(1),
header nav>ul>li:nth-child(4)>ul>li:nth-child(2) {
  background: none;
}
header .gnb_box {
  display: inline-flex;
  align-items: center;
  width: 30%;
  box-sizing: border-box;
  height: 90px;
  line-height: 88px;
  position: relative;
  padding-left: 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  transition: border .3s ease;
}
header .gnb_box>* {
  margin-right: 50px;
}
header .gnb_box>*:last-child {
  margin-right: 0;
}
header .gnb_box .contact {
  font-size: 16px;
  font-weight: 300;
  margin-left: 0;
}
header .gnb_box .contact:hover {
  color: #007ede;
}
header .lang_box {
  position: relative;
  cursor: pointer;
}
header .lang_box span {
  font-size: 16px;
  font-weight: 300;
  margin: 0 5px;
}
header .lang_box img {
  display: inline-block;
  vertical-align: middle;
}
header .lang_box .lang {
  display: none;
  min-width: 115px;
  position: absolute;
  top: 40px;
  left: -15px;
  background-color: #f0f0f0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 90;
}
header .lang_box .lang a {
  position: relative;
  font-size: 15px;
  color: #787878;
  line-height: 1.8;
  padding-left: 15px;
  box-sizing: border-box;
  transition: color .3s ease;
}
header .lang_box .lang a:after {
  position: absolute;
  display: block;
  content: "";
  clear: both;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(0, 0, 0, .55);
  border-radius: 50%;
  box-sizing: border-box;
  top: 5px;
  left: 0;
  transition: background .3s ease;
  opacity: 0;
  transition: opacity .3s ease, border .3s ease;
}
header .lang_box .lang li.active a,
header .lang_box .lang li:hover a {
  color: #007ede;
}
header.lang .lang_box .lang:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #f0f0f0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
header.scrolled.lang .lang_box .lang:after {
  border-bottom: 5px solid #687891;
}
header .lang_box .lang li.active a:after {
  border-color: #007ede;
  opacity: 1;
}
header .lang_box .lang li:hover a:after {
  border-color: #007ede;
  opacity: 1;
}
header.lang {
  overflow: inherit;
}
header.lang .lang_box .lang {
  display: block;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 15%)
}
header .lang_box .icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url('../images/common/lang_icon.png') no-repeat;
  background-size: cover;
  filter: brightness(0.1);
}
header .lang_box .icon_v2 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/common/lang_icon2.svg') no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
header .lang_box .lang a {
  font-size: 16px;
  /* color: #000;*/
  font-weight: 300;
}
header .util:after {
  content: "";
  display: block;
  clear: both;
}
header .util .search {
  background: url('../images/common/search.svg') no-repeat;
  width: 27px;
  height: 27px;
  background-size: cover;
  cursor: pointer;
}
.gnb_box .search_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 0px;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 1;
}
body.search header {
  overflow: inherit;
}
body.search .gnb_box .search_wrap {
  height: 488px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  visibility: visible;
  z-index: 100;
  transition: all .3s ease;
}
.search_wrap .box {
  display: inline-block;
  position: relative;
  left: 50%;
  padding: 150px 0;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search_wrap .row01 {
  position: relative;
  width: 680px;
  height: 50px;
  margin-bottom: 50px;
}
.search_wrap .row01 input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  border-bottom: 2px solid #007ede;
  padding: 0 72px 0px 20px;
  box-sizing: border-box;
}
.search_wrap .row01>a {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.search_wrap .row02 {
  width: 680px;
}
.search_wrap .row02 h3 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}
.search_wrap .row02>ul {
  font-size: 0;
}
.search_wrap .row02 li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 10px 14px 0;
  transition: background .3s ease, color .3s ease;
}
.search_wrap .row02 li:last-child {
  margin-right: 0;
}
.search_wrap .row02 li a {
  display: inline-block;
  padding: 6px 16px;
  background: #e5e5e5;
  font-size: 13px;
  color: #222;
  font-weight: 400;
  border-radius: 3px;
}
.search_wrap .row02 li.on>a,
.search_wrap .row02 li:hover>a {
  background: #007ede;
  color: #fff;
}
.search_wrap .close {
  position: absolute;
  top: 40px;
  right: 50px;
  cursor: pointer;
  display: none;
}
.dimmed {
  pointer-events: none;
  position: fixed;
  /*    z-index: 6;*/
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}
body.search .dimmed {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
body.search .search_wrap .close {
  display: block;
}
header #all-menu .inner {
  max-width: 100%;
  width: 100%;
  height: 480px;
  position: fixed;
  left: 0;
  top: 80px;
  background: #fff;
  padding: 40px 20px 0;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 200;
  display: none;
}
header #all-menu .btn-all-menu {
  width: 27px;
  height: 27px;
  margin-top: 4px;
  display: block;
  background: url(../images/common/header_util.svg) no-repeat 0 0;
  cursor: pointer;
  filter: brightness(0.1);
}
header #all-menu {
  position: relative;
}
header #all-menu .submenu {
  width: 140px;
  height: 27px;
  position: absolute;
  background: url('../images/common/all_sub.png') no-repeat 100% 50%;
  color: #222;
  font-size: 15px;
  top: 0px;
  right: 70px;
  cursor: pointer;
  display: none;
}
header #all-menu .submenu:after {
  content: "하위메뉴 전체열기";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #all-menu .submenu:before {
  content: "하위메뉴 전체닫기";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
header #all-menu .bg .all-menu-body a {
  transition: color .3s ease;
}
header #all-menu .bg {
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 90px;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  transition: background .3s ease, height .3s ease, opacity .3s ease;
}
header #all-menu .bg_box {
  height: 526px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
header #all-menu .bg_box>ul {
  display: inline-flex;
  width: 100%;
  height: 100%;
  text-align: left;
  max-width: 1240px;
  padding: 50px 0;
  box-sizing: border-box;
}
header #all-menu .bg_box>ul>li {
  width: 100%;
}
header #all-menu .bg_box>ul>li>a {
  display: block;
  color: #007ede;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s ease;
  margin-bottom: 30px;
}
header #all-menu .bg_box>ul>li>ul>li {
  margin-bottom: 20px;
}
header #all-menu .bg_box>ul>li>ul>li>a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
header #all-menu .bg_box>ul>li>ul>li:hover>a {
  color: #007ede;
}
header #all-menu .bg_box>ul>li>ul>li>ul {
  max-height: 0;
  padding-top: 0px;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
}
header #all-menu .bg_box>ul>li>ul>li>ul>li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}
header #all-menu .bg_box>ul>li>ul>li>ul>li:after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  top: 10px;
  left: 0;
  transition: background .3s ease;
}
header #all-menu .bg_box>ul>li>ul>li>ul>li>a {
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  word-break: keep-all;
  box-sizing: border-box;
}
header #all-menu .bg_box>ul>li:hover>ul>li:hover>ul>li:hover>a {
  color: #007ede;
}
header #all-menu .bg_box>ul>li:hover>ul>li:hover>ul>li:hover:after {
  background: #007ede;
}
header #all-menu.active .bg_box>ul>li>ul>li>ul {
  max-height: 325px;
  padding-top: 15px;
}
header .m_btn {
  cursor: pointer;
  display: none;
  background: rgba(255, 255, 255, 0);
  width: 130px;
  height: 90px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: top .3s ease-out;
}
header .nav-menu-button-svg {
  margin-top: -5px;
  margin-left: -1228px;
  stroke-linecap: round;
}
header .nav-menu-button-line {
  fill: none;
  stroke: rgba(0, 0, 0, .5) !important;
}
/*
header.scrolled .nav-menu-button-line {
    stroke: rgba(0, 0, 0, .5) !important;
}
*/
header .nav-menu-button-line.button-line-main {
  stroke-width: 2px
}
header .nav-menu-button-line.button-line-shadow {
  opacity: 0.5;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open header {
  background: #fff;
  overflow: inherit;
}
body.nav-open nav {
  opacity: 0;
  visibility: hidden;
}
body.nav-open header .logo a {
  filter: none;
}
body.nav-open #all-menu .bg {
  height: 565px;
  background: #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
body.nav-open header #all-menu .submenu {
  display: block;
}
body.nav-open header #all-menu.active .submenu:before {
  font-size: inherit;
}
body.nav-open header #all-menu.active .submenu:after {
  font-size: 0;
}
body.nav-open .gnb_box .contact,
body.nav-open .gnb_box .lang_box,
body.nav-open .gnb_box .util,
body.nav-open .gnb_box .contact {
  opacity: 0;
  visibility: hidden;
}
body.nav-open header #all-menu .btn-all-menu {
  width: 18px;
  height: 18px;
  background: url(../images/header_close.png) no-repeat;
  background-size: cover;
}
header #all-menu.active .submenu {
  width: 140px;
  height: 27px;
  position: absolute;
  background: url('../images/common/all_sub2.png') no-repeat 100% 50%;
  color: #222;
  font-size: 15px;
  top: 0px;
  right: 70px;
}
body.nav-open #all-menu.active .bg_box {
  overflow-y: auto;
}
@media screen and (max-width: 1920px) {
  header nav>ul>li>ul:before {
    left: -470px;
    bottom: 30px;
    font-size: 95px;
  }
}
@media screen and (max-width: 1919px) {
  header nav {
    width: 50%;
  }
  header nav>ul>li>ul:before {
    display: none;
  }
  header nav>ul>li>a,
  header .gnb_box .contact {
    font-size: 15px;
  }
  header .gnb_box {
    font-size: 30%;
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 1760px) {
  header .gnb_box>* {
    margin-right: 40px;
  }
}
@media (min-width: 1481px) {
    header nav>ul>li:hover>ul {width:770px;visibility:visible;opacity:1;display:block;}
      header nav>ul>li>ul>li:hover>ul {z-index:1;visibility:visible;opacity:1;position:absolute;display:block;
        left:400px;width:auto;}
}
@media screen and (max-width: 1480px) {
    header nav>ul>li>ul>li>a {color:#fff!important;}
    header nav>ul>li>ul>li:hover>a:before {left: calc(100% + 32px);}
    .resize header nav>ul>li:hover>ul {background:none;left:0!important;}
    .resize header nav>ul>li:hover>ul a {color:#fff!important;}
    header nav>ul>li {position:static;}
    header nav>ul>li:hover>ul {
        background:#fff;
        height:590px;
        width:100vw;
        left:-200px!important;
        position:absolute;
    }
    header nav>ul>li>ul>li:hover>a {
        color:#007ede!important;;
        display:inline-block;
    }
  header.nav-open .dimmed {
    z-index: 1;
  }
  header .logo {
    position: relative;
    left: 50px;
    border-right: none;
  }
  body.nav-open header .logo a {
    filter: grayscale(1) brightness(4);
  }
  header .m_btn {
    display: block;
    right: 17px;
    top: 0px;
    z-index: 1;
  }
  header .gnb_box {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 0;
    right: 90px;
    border-left: none;
    z-index: 2;
  }
  header .gnb_box>* {
    display: inline-block;
    vertical-align: middle;
  }
  header #all-menu {
    display: none;
  }
  body.resize .lang_box span,
  body.resize .gnb_box .contact {
    color: #222;
  }
  body.resize .lang_box .icon {
    filter: brightness(0.5);
  }
  header .wrapper {
    padding: 0;
    box-sizing: border-box;
  }
  body.nav-open header {
    background: rgba(0, 0, 0, 0.3);
  }
  body.resize {
    overflow: hidden;
  }
  body.resize header {
    height: 100%;
    background: #fff;
    box-shadow: none;
    overflow: inherit;
    transition: all .3s ease 0s;
  }
  body.resize header nav {
    width: 100%;
    position: relative;
    left: auto;
    background: #007EDE;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    padding-bottom: 100px;
  }
  body.resize header .logo>a {
    filter: none;
  }
  body.resize .nav-menu-button-line {
    stroke: rgba(0, 0, 0, .5) !important;
  }
  body.resize header.nav-open nav>ul>li.active>a body.resize header.scrolled nav>ul>li>a,
  body.resize header.nav-open nav>ul>li>a {
    color: #fff;
    border-bottom: none;
  }
  body.resize header nav>ul {
    display: block;
    height: auto;
    padding: 30px 50px 50px;
    box-sizing: border-box;
  }
  body.resize header nav>ul>li {
    width: 100%;
    text-align: left;
    line-height: inherit;
    padding: 0;
  }
  body.resize header nav>ul>li>a {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    padding: 18px 0;
    line-height: inherit;
    box-sizing: border-box;
    border-bottom: none;
  }
  header.nav-open {
    height: auto;
  }
  header nav {
    width: 547px;
    position: absolute;
    top: 0;
    left: 200px;
    /*
        width: 100%;
        right: 0px;
        box-sizing: border-box;
        padding: 0px;
        top: 0;
        opacity: 0;
        visibility: hidden;
*/
  }
  header nav>ul {
    display: block;
    height: 100%;
    font-size: 0;
  }
  header .logo a {
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header nav>ul>li {
    display: inline-block;
    width: 25%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
    /*
        width: 100%;
        text-align: left;
        line-height: inherit;
        padding: 0;
*/
  }
  header nav>ul>li>a {
    /*
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        padding: 18px 0;
        line-height: inherit;
        box-sizing: border-box;
        border-bottom: none;
*/
  }
  header nav>ul>li>ul {
    position: relative;
    left: auto;
    display: none;
  }
  header nav>ul>li>ul:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    font-size: 0;
    background-color: #fff;
    opacity: 1;
    transition: height .3s ease-out .2s;
  }
  body.resize header nav>ul>li>ul,
  body.resize header nav>ul>li:hover>ul {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 20px;
    visibility: visible;
    opacity: 1;
  }
  header nav>ul>li>ul>li>ul {
    width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  header.scrolled nav>ul>li>a,
  header.nav-open nav>ul>li>a {
    color: #000;
  }
  header nav>ul>li>ul>li:hover>a,
  header nav>ul>li.active>ul>li.active>a,
  header nav>ul>li:hover>ul>li>ul>li:hover>a,
  header nav>ul>li.active>ul>li.active>ul>li.active>a {
    color: #fff;
  }
  header nav>ul>li:hover>ul>li>ul>li:hover>a,
  header nav>ul>li.active>ul>li.active>ul>li.active>a {
    border-color: #fff;
  }
  header nav>ul>li>ul>li>ul>li>a {
    font-size: 18px;
    padding: 10px 0 10px 25px;
    color: #fff;
    line-height: 1.5;
    border-left: 1px solid rgba(255, 255, 255, .4);
  }
  header.nav-open nav>ul:after,
  header nav>ul:after,
  header nav>ul>li>ul>li:after {
    display: none;
  }
  header nav>ul>li>ul>li>a {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    padding: 8px 0;
  }
  body.resize header.nav-open nav>ul>li.active>a,
  body.resize header.nav-open nav>ul>li:hover>a,
  body.resize header nav>ul>li:hover>a,
  body.resize header nav>ul>li.active>a header.nav-open nav>ul>li:hover>a {
    color: #fff;
    font-weight: 400;
    border-bottom: none;
  }
  header nav>ul>li:nth-of-type(2)>ul,
  header nav>ul>li:nth-of-type(3)>ul,
  header nav>ul>li:nth-of-type(4)>ul {
    left: auto;
  }
  body.nav-open .gnb_box .lang_box,
  body.nav-open .gnb_box .util,
  body.nav-open .gnb_box .contact {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1280px) {
    header nav>ul>li:hover>ul {
        left:-150px!important;
        height:502px;
    }
  header nav {
    width: 417px;
    left: 150px;
  }
  header .logo {
    left: 20px;
  }
  header .m_btn {
    right: -13px;
  }
  header .logo a {
    width: 115px;
    height: 70px;
  }
  header .gnb_box {
    right: 60px;
  }
  header .gnb_box>* {
    margin-right: 25px;
  }
  header .lang_box .lang a {
    font-size: 13px;
  }
  header .lang_box span {
    font-size: 13px;
  }
  header nav>ul>li>a,
  header .gnb_box .contact {
    font-size: 13px;
  }
  header nav>ul>li>a {
    font-size: 13px;
  }
  header nav * {
    font-size: 13px;
  }
}
@media screen and (max-width: 905px) {
    header nav>ul>li:hover>ul {
        left:-125px!important;
    }
  header nav {
    width: 350px;
    left: 125px;
  }
  header .logo a {
    width: 95px;
    height: 50px;
  }
  header .lang_box span,
  header nav>ul>li>a {
    font-size: 12px;
  }
  header nav>ul>li>a,
  header .gnb_box .contact {
    font-size: 12px;
  }
  header .gnb_box>* {
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 680px) {
  .search_wrap {
    width: calc(100vw - 40px);
    padding: 0px;
    box-sizing: border-box;
  }
  .search_wrap .close {
    top: 20px;
    right: 20px;
  }
  .search_wrap .row01 {
    width: calc(100vw - 40px);
    margin-bottom: 35px;
  }
  .search_wrap .row01 img {
    right: 25px;
  }
  .search_wrap .row02 {
    width: 100%;
  }
  .search_wrap .row02 li a {
    padding: 5px 15px;
    font-size: 14px
  }
}
@media screen and (max-width: 640px) {
    .resize header nav>ul>li>ul>li:hover>ul {position:static;}
  body.resize header .gnb_box {
    right: 50px;
  }
  header .util .search {
    width: 20px;
    height: 20px;
  }
  header .gnb_box>* {
    margin-right: 20px;
  }
  header .m_btn {
    right: -8px;
  }
  header .logo {
    left: 20px;
  }
  header .lang_box .lang a,
  header .gnb_box .contact,
  header .lang_box span {
    font-weight: 400;
  }
  body.resize .lang_box .icon {
    vertical-align: 2px;
    filter: brightness(0.1);
  }
  header .gnb_box {
    right: 60px;
  }
  header nav>ul>li>ul:after {
    width: 1px;
  }
  body.resize header nav>ul {
    padding: 30px 20px 50px;
  }
  body.resize header nav>ul>li>a {
    font-size: 20px;
    padding: 15px 0;
  }
  header nav>ul>li>ul>li>ul {
    padding: 10px 0 10px 10px;
  }
  header nav>ul>li>ul>li>a {
    font-size: 16px;
    padding: 7px 0;
    font-weight: 300;
  }
  header nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 0 5px 15px;
  }
  body.search .search_wrap .close>img {
    width: 30px;
    height: 30px;
  }
  .search_wrap .row01>a {
    top: 10px;
  }
  .search_wrap .row01 img {
    width: 25px;
    height: 25px;
  }
  header .search_wrap .box {
    padding: 100px 20px 50px;
  }
  header .search_wrap .row01 input {
    padding: 0 72px 0px 0px;
  }
}
@media screen and (max-width: 414px) {
  header {
    height: 60px;
  }
  header .logo {
    height: 60px;
  }
  header .logo a {
    width: 85px;
    height: 40px;
  }
  header .gnb_box {
    height: 60px;
    line-height: 60px;
  }
  header .m_btn {
    width: 100px;
    height: 60px;
    right: 10px;
    top: -11px;
    transform: scale(0.75);
  }
  header .gnb_box>* {
    margin-right: 15px;
  }
  header .util .search {
    width: 22px;
    height: 22px;
  }
  header:after {
    top: 60px;
  }
  header .lang_box .lang a:after {
    top: 2px;
  }
}
@media screen and (max-width: 375px) {
  header .lang_box .lang {
    min-width: 80px;
    padding: 15px;
  }
  header .gnb_box>* {
    margin-right: 10px;
  }
  header .lang_box .lang a {
    font-size: 11px;
  }
  header .util .search {
    width: 18px;
    height: 18px;
  }
  header .lang_box .icon_v2 {
    width: 14px;
    height: 14px;
  }
  header .gnb_box .contact {
    font-size: 10px;
  }
  header .lang_box span {
    font-size: 10px;
  }
  header .search_wrap .row01 input::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  header .logo a {
    width: 65px;
    height: 20px;
  }
  header .gnb_box {
    right: 55px;
  }
  header .gnb_box>* {
    margin-right: 7px;
  }
  .sub_top_visual h2 {
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 47.5%, rgba(0, 0, 0, 1) 52.5%) !important;
  }
  header .search_wrap .row01 input::placeholder {
    font-size: 14px;
  }
}