@charset "utf-8";

/* 바디 */
body.fixed {
  overflow-y: hidden;
}

body.scrollfix #header > .btm {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 900;
}

.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0;
  z-index: 998;
  transition: all 0.3s ease;
}

/* 헤더 */
#header {
  position: relative;
}
#header > .top {
  padding: 35px 0;
  border-bottom: 1px solid #f1f2f3;
}
#header > .top > .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#logo {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -120px;
}
.m_search {
  display: none;
}
#header > .top > .inner .left-link {
  float: left;
  font-size: 0;
  padding-top: 20px;
}
#header > .top > .inner .left-link > li {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
#header > .top > .inner .left-link > li:after {
  position: absolute;
  right: -15px;
  top: 8px;
  height: 12px;
  width: 1px;
  background: #f1f1f1;
  content: "";
}
#header > .top > .inner .left-link > li:last-child:after {
  display: none;
}
#header > .top > .inner .left-link > li a {
  display: block;
}
#header > .top > .inner .left-link > li a i {
  font-size: 18px;
  color: #316bd8;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#header > .top > .inner .left-link > li a span {
  font-size: 12px;
  font-weight: 600;
  color: #877d7e;
}
#header > .top > .inner .right-link {
  float: right;
  font-size: 0;
  padding-top: 10px;
}
#header > .top > .inner .right-link .search {
  float: left;
  padding-top: 8px;
}
#header > .top > .inner .right-link .search input {
  width: 130px;
  height: 28px;
  border: 0px;
  background: #f0f0f0;
  border-radius: 20px;
  margin-right: 20px;
  padding-left: 10px;
}
#header > .top > .inner .right-link ul {
  float: left;
  padding-top: 12px;
}
#header > .top > .inner .right-link ul > li {
  display: inline-block;
  margin-right: 20px;
  color: #f1f1f1;
  font-size: 12px;
}
#header > .top > .inner .right-link ul > li a {
  font-size: 12px;
  color: #877d7e;
}
#header > .top > .inner .right-link ul > li a i {
  font-weight: 600;
  margin-right: 5px;
  vertical-align: -1px;
}
#header > .navinner > .right_btn .btn-allmenu {
  float: right;
  position: relative;
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  outline: none;
  top: 30px;
  right: 10px;
}
#header > .navinner > .right_btn .btn-allmenu:hover {
  /*background:#c39e5a*/
}
#header > .navinner > .right_btn .btn-allmenu span {
  position: absolute;
  display: block;
  left: 50%;
  width: 22px;
  height: 3px;
  margin-left: -11px;
  background: #fff;
}
#header > .navinner > .right_btn .btn-allmenu span.line1 {
  top: 14px;
}
#header > .navinner > .right_btn .btn-allmenu span.line2 {
  top: 20px;
}
#header > .navinner > .right_btn .btn-allmenu span.line3 {
  top: 26px;
}
#header > .btm {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.6;
}
#header > .btm .m_loginArea {
  display: none;
  height: 73px;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
}
#header > .btm .m_loginArea ul {
  padding: 5px 0px 0px 20px;
}
#header > .btm .m_loginArea ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #979797;
}
#header > .btm .m_loginArea ul li a {
  font-size: 14px;
}

@media screen and (max-width: 1680px) {
  #header > .navinner > .right_btn .btn-allmenu {
    top: 20px;
    right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  #header > .navinner > .right_btn .btn-allmenu {
    top: 14px;
    right: 5px;
  }
}

#nav {
  width: 1200px;
  height: 60px;
  margin: auto;
  overflow: hidden;
  font-size: 0px;
  display: none;
}
#nav:after {
  display: inline-block;
  width: 100%;
  content: "";
}
#nav > li {
  display: inline-block;
  width: auto;
  padding: 0px 110px;
}
#nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  line-height: 60px;
}
#nav > li div.menu-item {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 99;
  background: #0039a4;
  left: 0px;
  border-top: solid 0px #f1f2f3;
  padding: 30px 0px;
}
#nav > li div.menu-item .inner {
  width: 1200px;
  margin: 0px auto;
}
#nav > li div.menu-item.active {
  display: block;
}
#nav > li div.menu-item:after {
  clear: both;
  display: block;
  content: "";
}
#nav > li div.menu-item .titleArea {
  float: left;
  width: 160px;
}
#nav > li div.menu-item .titleArea span {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  position: relative;
  padding-left: 40px;
}
#nav > li div.menu-item .titleArea span:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 8px;
}
#nav > li div.menu-item .titleArea span:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0.8;
  border-radius: 5px;
}
#nav > li div.menu-item ul {
  float: left; /*width:700px; */
  margin-left: 30px;
}
#nav > li div.menu-item ul:after {
  clear: both;
  display: block;
  content: "";
}
#nav > li div.menu-item ul > li {
  float: left;
  width: auto;
  margin-right: 40px;
}
#nav > li div.menu-item ul > li a {
  font-size: 16px; /*font-weight:600; */
  color: #fff;
  position: relative;
}
#nav > li div.menu-item ul > li a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
}
#nav > li div.menu-item ul > li a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  width: 0px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#nav > li div.menu-item ul > li a:hover:after {
  width: 100%;
}
#nav > li div.menu-item ul > li.on a,
#nav > li div.menu-item ul > li a:hover {
  color: #fff;
}
#nav > li.on > a,
#nav > li > a:hover,
#nav > li.open a {
  color: #0039a4;
}
#nav > li:before {
  content: "";
  width: 100%;
  position: fixed;
}
#nav > li:first-child {
  padding-left: 0px;
}
#nav > li:last-child {
  padding-right: 0px;
}

#gnbTrigger {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 77px;
  height: 73px;
  border: none;
  background: #ffffff00;
  cursor: pointer;
  outline: none;
  z-index: 1100;
  transition: all 0.3s ease-in-out;
}
#gnbTrigger > span {
  display: block;
  position: absolute;
  left: 50%;
  width: 26px;
  height: 3px;
  margin-left: -13px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
#gnbTrigger > .bar1 {
  top: 26px;
}
#gnbTrigger > .bar2 {
  top: 34px;
  width: 22px;
  margin-left: -9px;
}
#gnbTrigger > .bar3 {
  top: 42px;
}
#gnbTrigger.open {
  background: #316bd8;
}
#gnbTrigger.open > span {
  background: #fff;
}
#gnbTrigger.open > .bar1 {
  top: 34px;
  transform: rotate(135deg);
}
#gnbTrigger.open > .bar2 {
  opacity: 0;
  left: -30px;
}
#gnbTrigger.open > .bar3 {
  top: 34px;
  transform: rotate(-135deg);
}

/* 전체 메뉴 */
#all-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#all-menu .mask_all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 990;
}
#all-menu .menu-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 750px;
  font-size: 0px;
  margin: -335px 0 0 -600px;
  background: #fff;
  z-index: 1100;
}
#all-menu .menu-layer .btnClose {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
#all-menu .menu-layer .btnClose span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 2px;
  margin: -2px 0 0 -16px;
  background: #404040;
  transition: 1s ease;
}
#all-menu .menu-layer .btnClose span.line1 {
  transform: rotate(45deg);
}
#all-menu .menu-layer .btnClose span.line2 {
  transform: rotate(-45deg);
}

/*#all-menu .menu-layer .btnClose:hover {border-color:#aaa;}
#all-menu .menu-layer .btnClose:hover span.line1 {transform:rotate(225deg);}
#all-menu .menu-layer .btnClose:hover span.line2 {transform:rotate(-225deg);}*/

#all-menu .menu-layer .title-bar {
  position: relative;
  text-align: center;
  width: 220px;
  height: 100%;
  display: inline-block;
  background: #56c0cc;
  vertical-align: top;
}
#all-menu .menu-layer .title-bar h2 {
  padding-top: 300px;
}
#all-menu .menu-layer .menu-wrapper {
  width: 980px;
  display: inline-block;
  vertical-align: top;
}
#all-menu .menu-layer .menu-wrapper .depth1 {
  padding: 50px 50px;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li {
  border-bottom: 1px dotted #d5d5d5;
  padding: 1px 0px;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li:last-child {
  border: 0px;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box {
  margin: auto;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box:after {
  clear: both;
  display: block;
  content: "";
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box h3.title {
  float: left;
  width: 130px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #0039a4;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box h3.title:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 130px;
  width: 30px;
  height: 1px;
  content: "";
  background: #316bd8;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 {
  float: right;
  width: 700px;
  padding-top: 5px;
  line-height: 40px;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2:after {
  clear: both;
  display: block;
  content: "";
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 > li {
  float: left;
  width: auto;
  margin-right: 25px;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 > li a {
  font-size: 15px;
  color: #404040;
  position: relative;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 > li a:before {
  display: inline-block;
  content: "·";
  position: absolute;
  right: 0px;
  margin-right: -20px;
  vertical-align: 2px;
  box-sizing: border-box;
}
#all-menu
  .menu-layer
  .menu-wrapper
  .depth1
  > li
  > .box
  .depth2
  > li:last-child
  a:before {
  display: none;
}
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 > li.active a,
#all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 > li a:hover {
  color: #0039a4;
}

/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff00;
  z-index: 2;
  z-index: 10;
}
header p {
  font-style: normal;
  font-size: 18px;
  color: #979797;
}
header.on .gnb:before {
  visibility: visible;
  opacity: 1;
}
header .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  align-items: center;
}
header .gnb {
  display: flex;
  align-items: center;
}
header .gnb:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 99px;
  background: #fff;
  height: 320px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e8e8e8;
}
header .gnb > li {
  /*margin-left: 90px;*/
  position: relative;
  height: 100%;
}
header .gnb > li:first-child {
  margin-left: 0;
}
header .gnb > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s;
  display: block;
  height: 100%;
  padding: 40px 45px;
  position: relative;
}

header .gnb > li > a:before {
  content: "";
  left: 20%;
  right: 20%;
  display: block;
  position: absolute;
  bottom: -1px;
  transition: all 0.5s;
  height: 1px;
  background: #449aff;
  opacity: 0;
}
header .gnb > li:hover > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
header .gnb > li:hover > a,
header .pc-menu .depth-1 li:hover a {
  color: #449aff;
}
header .pc-menu .depth-1 {
  position: absolute;
  right: 0;
  left: 0;
  padding-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
header.on .pc-menu .depth-1 {
  visibility: visible;
  opacity: 1;
}
header .pc-menu .depth-1 li {
  text-align: center;
  margin-top: 30px;
}
header .pc-menu .depth-1 li:first-child {
  margin-top: 0px;
}
header .pc-menu .depth-1 li a {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  transition: all 0.2s;
}
header .pc-menu .lang {
  margin-left: auto;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  text-align: center;
  transition: all 0.2s;
}
header .pc-menu .lang a {
  display: inline-block;
  transition: all 0.2s;
  font-size: 14px;
  width: 60px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}
header .pc-menu .lang:hover {
  border: 1px solid #449aff;
  background-color: #449aff;
}
header .pc-menu .lang:hover a {
  color: #fff;
}

header .pc-menu a.menu {
  position: relative;
  height: 20px;
  display: inline-block;
  width: 28px;
  margin-left: 122px;
}
header .pc-menu a.menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
header .pc-menu a.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
header .pc-menu a.menu span {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  top: 50%;
  right: 0;
  background: #111;
  margin-top: -1px;
  transition: 0.3s;
}

header .pc-menu a.menu {
  position: relative;
  height: 20px;
  display: inline-block;
  width: 28px;
  margin-left: 122px;
}
header .pc-menu a.menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
header .pc-menu a.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
header .pc-menu a.menu span {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  top: 50%;
  right: 0;
  background: #111;
  margin-top: -1px;
  transition: 0.3s;
}

header .all-menu {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0%;
  bottom: 20%;
  background: #fff;
  /* padding: 0 30px; */
  opacity: 0;
  visibility: hidden;
  line-height: 1;
}
header .all-menu.on {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
header .all-menu .top {
  height: 5em;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #0071d7;
}

header .all-menu .top h1 {
  margin: 8px 0 0 0;
}

header .all-menu .top a {
  color: #fff;
}

header .all-menu .top a div {
  position: absolute;
  right: 30px;
  width: 25px;
  height: 2px;
  background: #fff;
}

header .all-menu .top a div:first-child {
  transform: rotate(45deg);
}

header .all-menu .top a div:last-child {
  transform: rotate(-45deg);
}

header .all-menu .middle {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}
header .all-menu .big-menu {
  display: flex;
  justify-content: center;
  padding: 0 70px;
}
header .all-menu .big-menu li:hover strong {
  border-bottom: 1px #449aff solid;
  color: #449aff;
}
header .all-menu .big-menu li:hover > a {
  color: #449aff;
}
header .all-menu .big-menu > li {
  width: 100%;
  margin-left: 2%;
}

header .all-menu .big-menu > li:first-child {
  margin-left: 0;
}
header .all-menu .big-menu strong {
  border-bottom: 1px #ddd solid;
  font-size: 22px;
  font-weight: 600;
  color: #121212;
  display: block;
  padding-bottom: 40px;
  transition: 0.3s;
}
header .all-menu .small-menu > li {
  margin-top: 45px;
}
header .all-menu .small-menu > li:first-child {
  margin-top: 55px;
}
header .all-menu .small-menu > li > a {
  font-size: 20px;
  font-weight: 400;
  color: #4c4c4c;
  padding-right: 25px;
  line-height: 25px;
  word-break: keep-all;
}
header .all-menu .hide {
  display: none;
}
header .all-menu .hide li {
  margin-top: 20px;
}
header .all-menu .hide li:first-child {
  margin-top: 30px;
}
header .all-menu .hide li a {
  font-size: 14px;
  color: #444;
}
header .all-menu .click > a {
  background: url("/public/img/common/hide-arrow.svg") right center no-repeat;
}
header .all-menu .click.on > a {
  background: url("/public/img/common/hide-arrow-on.svg") right center no-repeat;
  color: #ec6800;
}
header .all-menu .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
  padding: 0 70px;
}
header .all-menu .bottom ul {
  display: flex;
}
header .all-menu .bottom ul li {
  margin-left: 30px;
}
header .all-menu .bottom ul li:first-child {
  margin-left: 0;
}
header .all-menu .bottom ul li a {
  font-size: 16px;
  color: #121212;
}
header .mo-menu {
  display: none;
  width: 100%;
}
header .mo-menu .in {
  position: fixed;
  top: 56px;
  right: -20%;
  width: 100%;
  bottom: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
header .mo-menu .in.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
header .mo-menu .big-menu > li {
  border-bottom: 1px #e8e8e8 solid;
}
header .mo-menu .big-menu > li:first-child {
  border-top: 1px #e8e8e8 solid;
}
header .mo-menu .big-menu > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  display: block;
  padding: 25px 20px;
}
header .mo-menu .big-menu > li.mo-click > a {
  background: url("/public/img/common/mo-menu-arrow.svg") right + 20px center
    no-repeat;
}
header .mo-menu .big-menu > li.on > a {
  color: #449aff;
  background: url("/public/img/common/mo-menu-arrow-on.svg") right + 20px center
    no-repeat;
}
header .mo-menu .depth-1 {
  display: none;
}
header .mo-menu .depth-1 a {
  font-size: 15px;
  display: block;
}
header .mo-menu .depth-1 li {
  margin-top: 30px;
  padding: 0 20px;
}
header .mo-menu .depth-1 li:first-child {
  margin-top: 20px;
}
header .mo-menu .depth-1 li:last-child {
  margin-bottom: 30px;
}
header .mo-menu a.menu {
  position: relative;
  height: 20px;
  display: inline-block;
  width: 28px;
}
header .mo-menu a.menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
header .mo-menu a.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
header .mo-menu a.menu span {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  top: 50%;
  right: 0;
  background: #111;
  margin-top: -1px;
  transition: 0.3s;
}
header .mo-menu a.menu.on:before {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.3s transform 0.4s;
}
header .mo-menu a.menu.on span {
  right: -10px;
  transition: all 0.2s;
  opacity: 0;
}
header .mo-menu a.menu.on:after {
  bottom: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transition: all 0.3s transform 0.4s;
}

header .mo-menu .in .lang-btn {
  position: absolute;
  bottom: 40px;
  left: 20px;
}
header .mo-menu .in .lang-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #9ea3a6;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.2s;
}
header .mo-menu .in .lang-btn a:hover {
  color: #ec6800;
}
header .mo-menu .in .lang-btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
  width: 1px;
  height: 11px;
  background: #ddd;
}
header .mo-menu .in .lang-btn a:last-child:after {
  display: none;
}

@media screen and (max-width: 1200px) {
  #wrapper {
    width: 100%;
    min-width: auto;
  }
  #header > .top > .inner {
    width: 100%;
    padding: 0px 20px;
  }
  #nav {
    width: 100%;
  }
  #nav > li div.menu-item .inner {
    width: 100%;
  }
  #nav > li {
    padding: 0px;
    width: 12.5%;
    text-align: center;
  }

  /* 전체 메뉴 */
  #all-menu .menu-layer {
    width: 100%;
    left: 0px;
    margin: -335px 0 0 auto;
  }
  #all-menu .menu-layer .title-bar {
    display: none;
  }
  #all-menu .menu-layer .menu-wrapper {
    width: 100%;
  }
  #all-menu .menu-layer .menu-wrapper .depth1 > li > .box h3.title {
    width: 20%;
  }
  #all-menu .menu-layer .menu-wrapper .depth1 > li > .box .depth2 {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  #header > .top {
    height: 77px;
    padding: 0px;
  }
  #header > .top > .inner .left-link {
    display: none;
  }
  #header > .top > .inner .right-link {
    display: none;
  }

  #header > .btm {
    position: fixed;
    right: -300px;
    width: 300px;
    z-index: 999;
    background: #fff;
    height: 100%;
    top: 0px;
    overflow-y: auto;
    -ms-overflow-style: none;
    opacity: 1;
  }
  #gnbTrigger {
    display: block !important;
  }

  .btn-allmenu {
    display: none;
  }

  .mask {
    display: block;
  }
  #logosub {
    position: absolute;
    right: 80px;
    top: 15px;
  }
  #logosub img {
    width: 35px;
    margin-top: 5px;
  }

  #logo {
    position: absolute;
    left: 0;
    margin-left: 20px;
    top: -10px;
  }
  #logo img {
    width: 200px;
  }
  #header > .btm .m_loginArea {
    display: block;
  }
  #nav {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    font-size: 0px;
    display: block;
  }
  #nav:after {
    display: block;
    width: 100%;
    content: "";
  }
  #nav > li {
    display: block;
    width: auto;
    padding: 0px;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
  }
  #nav > li > a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    line-height: 50px;
    padding-left: 20px;
  }
  #nav > li div.menu-item {
    display: none;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #f9f9f9;
    left: 0px;
    border-top: solid 1px #ebebeb;
    padding: 20px 0px;
  }
  #nav > li div.menu-item .inner {
    width: 100%;
    margin: 0px auto;
  }
  #nav > li div.menu-item.active {
    display: block;
  }
  #nav > li div.menu-item:after {
    clear: both;
    display: block;
    content: "";
  }
  #nav > li div.menu-item .titleArea {
    display: none;
  }
  #nav > li div.menu-item .titleArea span:before {
    display: none;
  }
  #nav > li div.menu-item .titleArea span:after {
    display: none;
  }
  #nav > li div.menu-item ul {
    float: none;
    width: 100%;
    padding-top: 0px;
    margin-left: 0px;
  }
  #nav > li div.menu-item ul:after {
    clear: both;
    display: block;
    content: "";
  }
  #nav > li div.menu-item ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  #nav > li div.menu-item ul > li a {
    font-size: 14px;
    color: #404040;
    display: block;
    line-height: 2;
    padding-left: 20px;
  }
  #nav > li div.menu-item ul > li a:before {
    display: none;
  }
  #nav > li div.menu-item ul > li.on a,
  #nav > li div.menu-item ul > li a:hover {
    color: #0039a4;
  }
  #nav > li.on > a,
  #nav > li > a:hover {
    color: #333;
  }
  #nav > li:before {
    content: "";
    width: 100%;
    position: fixed;
  }
  #nav > li:first-child {
    padding-left: 0px;
  }
  #nav > li:last-child {
    padding-right: 0px;
  }
}
