@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : lhj
Create date : 2023-05
-------------------------------------------------*/
#wrap {
  outline: 0;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.5rem;
  z-index: 10;
}
#header .header_wrap {
  position: relative;
  width: 140rem;
  max-width: 100%;
  height: 9.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
#header .header_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#logo {
  float: left;
  width: 42.5rem;
  z-index: 1;
  position: relative;
  margin: 3.8rem 0 0 2rem;
}
#logo a {
  display: block;
  width: 42.5rem;
  height: 2.4rem;
}
#logo .mobile {
  display: none;
}
#logo img {
  vertical-align: top;
}

#gnb1:after {
  display: block;
  clear: both;
  content: "";
}
#gnb1 > ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 14rem - 42.5rem);
  margin-right: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnb1 > ul > li {
  display: inline-block;
  position: relative;
}
#gnb1 > ul > li > a {
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3.9rem 2.2rem 3.4rem;
  z-index: 7;
}
#gnb1 > ul > li.active > a {
  color: #6E34DB;
  font-weight: 700;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 22rem !important;
  height: 100% !important;
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  top: 8.2emr;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
#gnb1 > ul .submenu > ul {
  background: #6E34DB;
  padding: 2.7rem 2rem;
  border-radius: 1.5rem;
  display: block;
  position: relative;
}
#gnb1 > ul .submenu > ul::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  top: 0;
  width: 1.6rem;
  height: 1.8rem;
  background: #6E34DB;
}
#gnb1 > ul .submenu > ul > li {
  position: relative;
}
#gnb1 > ul .submenu > ul > li > a {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul .submenu > ul > li > a:hover, #gnb1 > ul .submenu > ul > li > a:focus {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul .submenu > ul > li + li {
  margin-top: 1rem;
}

#gnb2::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  background: url("../images/layout/sitemap_bg.jpg") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#gnb2 .control {
  float: right;
  top: 2.5rem;
  right: 0;
  text-align: center;
  color: #fff;
  margin-right: 2rem;
  position: absolute;
}
#gnb2 .control.open {
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 1.2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  width: 5rem;
  height: 5rem;
}
#gnb2 .control.close {
  font-size: 3.6rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  display: none;
  position: absolute;
  top: 6.1rem;
  right: 0;
}
#gnb2 .inner {
  width: 140rem;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
}
#gnb2 .m_logo {
  display: block;
  margin-bottom: 7.7rem;
  display: none;
}
#gnb2 .top_menu_all {
  display: table;
  max-width: calc(100% - 4rem);
  width: 140rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
#gnb2 .top_menu_all > li {
  display: table-cell;
}
#gnb2 .top_menu_all > li > a {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.4rem;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .top_menu_all > li > a:hover, #gnb2 .top_menu_all > li > a:focus {
  color: #40B5FF;
}
#gnb2 .submenu > ul > li > a {
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 500;
  color: #A4ADBF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .submenu > ul > li > a:hover, #gnb2 .submenu > ul > li > a:focus {
  color: #fff;
  text-decoration: underline;
}
#gnb2 .submenu > ul.bul1 > li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  color: #555;
}
#gnb2 .submenu > ul.bul1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 5px;
  height: 5px;
  background: #A4ADBF;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
#gnb2 .submenu > ul.bul1 > li + li {
  margin-top: 1rem;
}
#gnb2 .submenu > ul.bul1 > li span {
  display: inline-block;
  font-weight: 600;
  color: #333;
}
#gnb2.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  padding-top: 18.5rem;
}
#gnb2.active .m_logo {
  display: block;
}
#gnb2.active ul {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#gnb2.active .control.open {
  display: none;
}
#gnb2.active .control.close {
  display: block;
}
#gnb2.active::before {
  content: "";
}

#footer {
  position: relative;
  background: #fff;
  padding: 4.6rem 0 4.4rem;
  height: 22rem;
}
#footer .footer_wrap {
  position: relative;
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .f_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .logo {
  display: block;
  width: 31.8rem;
  margin-right: 8.5rem;
}
#footer .sitenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer #fnb {
  margin-bottom: 1.5rem;
}
#footer #fnb > li {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5A5A5A;
  letter-spacing: -0.45px;
  vertical-align: middle;
}
#footer #fnb > li + li::before {
  content: "";
  width: 1px;
  height: 1.4rem;
  margin: 0 0.9rem;
  background: #5A5A5A;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.23;
}
#footer #siteinfo {
  display: block;
}
#footer address {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #777;
  display: block;
  letter-spacing: -0.3px;
}
#footer address em {
  color: #404040;
  display: inline-block;
}
#footer address + address {
  margin-top: 0.5rem;
}
#footer .copyright {
  font-size: 1.5rem;
  font-weight: 300;
  color: #777;
  margin-top: 0.4rem;
}
#footer .related .group {
  width: 19.4rem;
  position: relative;
}
#footer .related .group.active .r_list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
}
#footer .related .group.active .label::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#footer .related .label {
  display: block;
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
  color: #6D6D6D;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4.6rem;
  line-height: 4.6rem;
  padding: 0 2rem 0 2.3rem;
  background: #fff;
}
#footer .related .label::after {
  content: "\e930";
  position: absolute;
  top: 0;
  right: 2.2rem;
  font-family: "xeicon";
  font-size: 2rem;
  color: #6D6D6D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .related .r_list {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 4.6rem;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
  background: #fff;
}
#footer .related .r_list a {
  display: block;
  font-size: 1.5rem;
  padding: 0.5rem 2rem 0.5rem 2.3rem;
  color: #6D6D6D;
  font-weight: 300;
}
#footer .related .r_list a:hover, #footer .related .r_list a:focus {
  background: #f8f8f8;
}