@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : moni
Create date : 2022-12-19
-------------------------------------------------*/
#wrap {
  outline: 0;
}

#header.active .header_wrap::before {
  height: 11.6rem;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  z-index: -1;
}
#header.active #logo a {
  background-image: url(../img/layout/logo_2.svg);
}
#header.active #hnb .hnb3 {
  color: #222;
}
#header.active #hnb .hnb3 li a:hover, #header.active #hnb .hnb3 li a:focus {
  color: #000;
}
#header.active #hnb .hnb3 li + li a::before {
  background-color: rgba(0, 0, 0, 0.1);
}
#header.active #search .control.open {
  color: #000;
}
#header.active #gnb1 > ul > li > a {
  color: #000;
}
#header.active #gnb2 .control [class*=bar] {
  background-color: #000;
}
#header.active #gnb2 .control [class*=bar].bar2 {
  background-color: #185844;
}

html.active {
  height: 100vh !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.header_wrap {
  width: 192rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  height: 11.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.header_wrap::before {
  content: "";
  width: 1000%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.header_wrap::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}

#hnb {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 3.4rem;
  line-height: 3.4rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
#hnb::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #185844;
}
#hnb a:hover, #hnb a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}
#hnb .hnb1 {
  float: left;
  position: relative;
  height: 100%;
}
#hnb .hnb1::after {
  content: "";
  display: block;
  clear: both;
}
#hnb .hnb1 .label {
  display: none;
  background: #144838;
}
#hnb .hnb1 .label::after {
  content: "\e941";
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hnb .hnb1 li {
  float: left;
}
#hnb .hnb1 li.active a {
  background-color: #144838;
}
#hnb .hnb1 a {
  display: block;
  text-align: center;
  padding: 0 2rem;
}
#hnb .hnb1.active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#hnb .hnb2 {
  float: right;
}
#hnb .hnb2::after {
  content: "";
  display: block;
  clear: both;
}
#hnb .hnb2 li {
  float: left;
}
#hnb .hnb2 a {
  display: block;
  padding: 0 0.75rem;
}
#hnb .hnb3 {
  position: absolute;
  right: 11rem;
  top: 6rem;
  font-size: 1.6rem;
  color: #fff;
}
#hnb .hnb3 li {
  display: inline;
}
#hnb .hnb3 li a {
  padding: 0 1rem;
  position: relative;
}
#hnb .hnb3 li + li a::before {
  content: "";
  width: 1px;
  height: 1.1rem;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -1px;
  top: 0.4rem;
}
#hnb .lang {
  position: absolute;
  right: 11.5rem;
  bottom: -6.5rem;
  width: 3rem;
  height: 3rem;
  padding-left: 1.5rem;
  color: #999;
  line-height: 1rem;
  white-space: nowrap;
}
#hnb .lang::before {
  display: none;
}
#hnb .lang::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  left: 0;
  top: 0;
  z-index: -1;
  font-size: 3rem;
  color: #333;
  content: "\e9d1";
  line-height: 3rem;
}
#hnb .lang a {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 0 0.4rem;
  background-color: #fff;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hnb .lang a.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#hnb .lang a.active::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  content: "\e936";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hnb .lang.active a {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#hnb .lang.active a.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#search .control.open {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 5.5rem;
  top: 6rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .control.open::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e97a";
}
#search .control.open::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.062745098);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .control.open:hover, #search .control.open:focus {
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  -webkit-transform: translate(0.5rem, -0.5rem);
          transform: translate(0.5rem, -0.5rem);
}
#search .control.open:hover::after, #search .control.open:focus::after {
  width: 100%;
  height: 100%;
}
#search .close {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 6rem;
  top: 6rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #555;
  text-align: center;
  line-height: 3.5rem;
}
#search .close::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e921";
}
#search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search .group .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 48rem;
}
#search .group .title_sch {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: #333333;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}
#search .group .title_sch::before {
  content: "";
  width: 3.8rem;
  height: 2px;
  background-color: #185844;
  position: absolute;
  left: 0;
  bottom: 0;
}
#search .group .desc {
  font-weight: 500;
}
#search .group .title_sch2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
#search .form {
  position: relative;
  margin: 9rem 0 8rem;
  color: #000;
  line-height: 6rem;
  border-bottom: 3px solid #050505;
}
#search .form label {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
#search .form input {
  width: calc(100% - 11rem);
  height: 6rem;
  border: 0 none;
  font-size: 2rem;
}
#search .form input::-webkit-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::-moz-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input:-ms-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::-ms-input-placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form input::placeholder {
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
}
#search .form .sch_btn {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 5rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
}
#search .form .sch_btn::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e97a";
}
#search .form .sch_clear {
  overflow: hidden;
  position: absolute;
  right: 6.5rem;
  top: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: #EFEFEF;
  color: #A8A8A8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .form .sch_clear::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e921";
}
#search .form .sch_clear:hover, #search .form .sch_clear:focus {
  background-color: #000;
  color: #fff;
}
#search .popul_sch li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
#search .popul_sch li a {
  color: #777777;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search .popul_sch li a:hover, #search .popul_sch li a:focus {
  color: #fff;
  background-color: #28745C;
}
#search.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.34);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#search.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 61rem;
  height: 100vh;
  padding: 14rem 10rem 15rem;
  overflow: hidden;
  overflow-y: auto;
}

#logo {
  float: left;
  width: 20.1rem;
  margin: 4.5rem 0 0rem;
}
#logo a {
  display: block;
  width: 100%;
  height: 4.97rem;
  background-image: url(../img/layout/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#gnb1::after {
  content: "";
  display: block;
  clear: both;
}
#gnb1 > ul {
  float: right;
  width: calc(100% - 10rem - 20.1rem);
  margin: 3.4rem 10rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gnb1 > ul > li {
  display: inline-block;
  margin: 0 2.5rem;
}
#gnb1 > ul > li > a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 8.2rem;
  display: inline-block;
  position: relative;
  color: #fff;
}
#gnb1 > ul > li > a::before {
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #185844;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul > li > a:hover, #gnb1 > ul > li > a:focus {
  font-weight: 600;
}
#gnb1 > ul > li > a:hover::before, #gnb1 > ul > li > a:focus::before {
  width: 100%;
}
#gnb1 > ul > li.active > a {
  font-weight: 600;
}
#gnb1 > ul > li.active > a::before {
  width: 100%;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  width: 141.8rem !important;
  min-height: 30rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: calc(50% + 0.9rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}
#gnb1 > ul .submenu::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1); /*border-top: 1px solid #eee;*/
  background-color: #fff;
}
#gnb1 > ul .submenu::after {
  content: "";
  width: 22.6rem;
  height: 27.3rem;
  position: absolute;
  left: -29rem;
  bottom: 0rem;
  background-image: url(../img/layout/gnb_d2_bg.png);
}
#gnb1 > ul .submenu .desc {
  font-size: 1.5rem;
  width: 23.6rem;
  color: #777777;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23.6rem;
          flex: 1 1 23.6rem;
}
#gnb1 > ul .submenu .desc .title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  display: block;
  padding: 4.7rem 0 0rem;
  color: #333;
  position: relative;
  margin-bottom: 4.5rem;
  font-weight: 700;
}
#gnb1 > ul .submenu .desc .title::before {
  content: "";
  width: 2.6rem;
  height: 2px;
  background-color: #185844;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
}
#gnb1 > ul .submenu > ul {
  font-size: 1.6rem;
  line-height: 1.75;
  width: calc(100% - 23.6rem);
  padding: 3.5rem 0;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 23.6rem);
          flex: 1 1 calc(100% - 23.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gnb1 > ul .submenu > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1.8rem);
          flex: 1 1 calc(25% - 1.8rem);
  max-width: calc(25% - 1.8rem);
  margin-right: 1.8rem;
}
#gnb1 > ul .submenu > ul > li > a {
  padding: 0.5rem 4rem 0.5rem 2rem;
  border: 1px solid #C6C6C6;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  word-break: keep-all;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul .submenu > ul > li > a::before {
  content: "";
  font-family: "xeicon";
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #555;
}
#gnb1 > ul .submenu > ul > li > a::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: -1;
  background-color: #185844;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, width 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: transform 0.2s, width 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s;
}
#gnb1 > ul .submenu > ul > li > a:hover, #gnb1 > ul .submenu > ul > li > a:focus {
  border-color: #185844;
  color: #fff;
}
#gnb1 > ul .submenu > ul > li > a:hover::before, #gnb1 > ul .submenu > ul > li > a:focus::before {
  color: #fff;
}
#gnb1 > ul .submenu > ul > li > a:hover::after, #gnb1 > ul .submenu > ul > li > a:focus::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  width: 100%;
}
#gnb1 > ul .submenu > ul > li.active > a {
  border-color: #185844;
  color: #fff;
}
#gnb1 > ul .submenu > ul > li.active > a::before {
  color: #fff;
}
#gnb1 > ul .submenu > ul > li.active > a::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  width: 100%;
}
#gnb1 > ul .submenu > ul > li._plus > a::before {
  content: "\e941";
}
#gnb1 > ul .gnb_d3 {
  padding-left: 1rem;
  margin-bottom: 2.5rem;
}
#gnb1 > ul .gnb_d3 a {
  padding-left: 1.1rem;
  position: relative;
  line-height: 2rem;
  display: inline-block;
}
#gnb1 > ul .gnb_d3 a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #848484;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
#gnb1 > ul .gnb_d3 a.linkWindow::after {
  content: "\e980";
  font-family: "xeicon";
  font-size: 1.5rem;
  padding-left: 0.3rem;
  vertical-align: top;
}
#gnb1 > ul .gnb_d3 a:hover, #gnb1 > ul .gnb_d3 a:focus {
  text-decoration: underline;
  text-underline-position: under;
  color: #185844;
  font-weight: 600;
}
#gnb1 > ul .gnb_d3 a:hover::before, #gnb1 > ul .gnb_d3 a:focus::before {
  background-color: #185844;
}

#gnb2 .control {
  font-size: 3rem;
  position: absolute;
  right: 0rem;
  top: 6.6rem;
  z-index: 7;
  width: 2.2rem;
  height: 2rem;
  text-align: center;
  line-height: 3rem;
  /*&.open:hover{ 
      .bar1{transform : rotate(-180deg); top: .4rem;}
      .bar2{opacity: 0;}
      .bar3{transform : rotate(180deg); top: 1.4rem;}
  }
  */
}
#gnb2 .control [class*=bar] {
  display: block;
  width: 2.2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(1, -0.81, 0.17, 1.2);
  transition: all 0.4s cubic-bezier(1, -0.81, 0.17, 1.2);
}
#gnb2 .control [class*=bar].bar2 {
  width: 1.5rem;
  top: 0.9rem;
  right: 0;
  left: inherit;
}
#gnb2 .control [class*=bar].bar3 {
  top: 1.8rem;
  left: inherit;
  right: 0;
}
#gnb2 .control.open:hover .bar1 {
  width: 1.5rem;
}
#gnb2 .control.open:hover .bar2 {
  width: 2.2rem;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#gnb2 .control.open:hover .bar3 {
  width: 1.5rem;
}
#gnb2 .control.close {
  display: none;
  right: 5rem;
  top: 5rem;
}
#gnb2 .control.close [class*=bar] {
  background-color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#gnb2 .control.close [class*=bar].bar1 {
  -webkit-transform: translateY(0.9rem) rotate(-225deg);
          transform: translateY(0.9rem) rotate(-225deg);
  width: 2.6rem;
}
#gnb2 .control.close [class*=bar].bar2 {
  display: none;
}
#gnb2 .control.close [class*=bar].bar3 {
  -webkit-transform: translateY(-0.9rem) rotate(225deg);
          transform: translateY(-0.9rem) rotate(225deg);
  width: 2.6rem;
  left: 0;
}
#gnb2 .control.close:hover .bar1 {
  -webkit-transform: translateY(-0.9rem) rotate(-135deg);
          transform: translateY(-0.9rem) rotate(-135deg);
  top: 1.8rem;
}
#gnb2 .control.close:hover .bar3 {
  -webkit-transform: translateY(-0.9rem) rotate(135deg);
          transform: translateY(-0.9rem) rotate(135deg);
}
#gnb2 > ul {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 140rem;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0rem;
  z-index: 2;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
}
#gnb2 > ul > li {
  padding: 10.7rem 2rem 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in 0.1s;
  transition: opacity 0.7s ease-in 0.1s;
}
#gnb2 > ul > li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
#gnb2 > ul > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#gnb2 > ul > li > a {
  font-size: 3rem;
  display: block;
  margin-bottom: 4rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 > ul > li > a:hover, #gnb2 > ul > li > a:focus {
  color: #FFB045;
  text-decoration: underline;
  text-underline-position: under;
}
#gnb2 > ul > li.on > a {
  color: #FFB045;
  text-decoration: underline;
  text-underline-position: under;
}
#gnb2 .submenu > ul > li {
  margin-bottom: 2.5rem;
}
#gnb2 .submenu > ul > li > a {
  font-size: 2rem;
  font-weight: 600;
  word-break: break-word;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb2 .submenu > ul > li > a:hover, #gnb2 .submenu > ul > li > a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
#gnb2 .submenu > ul > li.on > a {
  text-decoration: underline;
  text-underline-position: under;
}
#gnb2 .submenu a {
  display: inline-block;
  line-height: 1.4;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .gnb_d3 {
  margin-top: 0.5rem;
}
#gnb2 .gnb_d3 a {
  color: #9FB4AE;
  font-weight: 500;
  padding-left: 1.1rem;
  position: relative;
  margin-top: 0.7rem;
}
#gnb2 .gnb_d3 a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background-color: #719087;
}
#gnb2 .gnb_d3 a.linkWindow::after {
  content: "\e980";
  font-family: "xeicon";
  font-size: 1.5rem;
  padding-left: 0.3rem;
  vertical-align: top;
}
#gnb2 .gnb_d3 a:hover, #gnb2 .gnb_d3 a:focus {
  color: #fff;
}
#gnb2 .gnb_d3 a:hover::before, #gnb2 .gnb_d3 a:focus::before {
  background-color: #fff;
}
#gnb2.active {
  width: calc(100% + 4rem);
  height: 100vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #144838;
  overflow: hidden;
  overflow-y: auto;
}
#gnb2.active .open {
  display: none;
}
#gnb2.active .close {
  display: block;
}
#gnb2.active > ul {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  height: auto;
  min-height: 100vh;
}
#gnb2.active > ul > li {
  opacity: 1;
}
#gnb2.active > ul > li::before {
  width: 0;
}

.header_wrap.active {
  width: 100%;
}

#footer {
  --swiper-navigation-size: 12px;
  /*

      // 마크
      .mark {position: absolute; right: 30rem; bottom: 6.5rem;}
  */
}
#footer .article1 {
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 3.5rem 0;
}
#footer .article1::before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -500%;
  top: 0;
  background-color: #fff;
}
#footer .article2 {
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3.65rem 0;
  color: #999;
}
#footer .article2::before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -500%;
  top: 0;
  background-color: #2E2D2D;
  z-index: -1;
}
#footer .logo {
  display: block;
  width: 24.9rem;
  height: 6.2rem;
}
#footer .inner {
  padding-left: 5.2rem;
}
#footer .mark {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5rem;
          flex: 0 0 10.5rem;
}
#footer .swiper {
  padding-left: 13rem;
}
#footer .swiper::before {
  content: "";
  width: 13rem;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#footer .swiper a img {
  height: 5rem;
}
#footer .swiper a:hover img, #footer .swiper a:focus img {
  -webkit-animation: hvr-pop 0.4s linear;
          animation: hvr-pop 0.4s linear;
}
#footer .swiper-slide {
  width: auto !important;
  height: 5rem;
}
#footer .swiper-button-prev,
#footer .swiper-button-next {
  width: 3.6rem;
  height: 3.6rem;
  color: #C4C4C4;
  font-weight: 900;
  border: 1px solid #D0D0D0;
  top: 0.5rem;
  margin: 0;
}
#footer .swiper-button-prev:hover, #footer .swiper-button-prev:focus,
#footer .swiper-button-next:hover,
#footer .swiper-button-next:focus {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
#footer .swiper-button-prev {
  left: 0rem;
  right: inherit;
}
#footer .swiper-button-next {
  left: 7rem;
}
#footer .play_stop {
  position: absolute;
  left: 3.5rem;
  top: 0.5rem;
  z-index: 10;
}
#footer .play_stop button {
  display: none;
  font-size: 1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.4rem;
  color: #C4C4C4;
  border: 1px solid #D0D0D0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .play_stop button i {
  line-height: 3.4rem;
}
#footer .play_stop button:hover, #footer .play_stop button:focus {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
#footer .play_stop button.active {
  display: block;
}
#footer .play_stop .play {
  display: none;
}
#footer .related {
  position: absolute;
  right: 0;
  bottom: 13rem;
}
#footer .related .group {
  height: 5.5rem;
  border: 2px solid #969ca1;
  line-height: 5.1rem;
  float: left;
  position: relative;
  width: 18rem;
  margin-left: 0.5rem;
  color: #8e8e8e;
}
#footer .related .group.active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .related .group.active .list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2rem 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related a {
  display: block;
  position: relative;
  padding: 0 2rem;
}
#footer .related .label::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  font-size: 1.8rem;
  right: 2rem;
  color: #bcc3c9;
  content: "\e944";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related .list {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100% !important;
  margin-bottom: 0.5rem;
  background-color: #969ca1;
  color: #fff;
  line-height: 2.5rem;
}
#footer .btn-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .btn-top::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  display: block;
  padding-top: 1rem;
  content: "\e92f";
  font-size: 1.2rem;
}
#footer .btn-top:hover, #footer .btn-top:focus {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

@-webkit-keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}

@keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#fnb {
  margin-bottom: 1.3rem;
  /*.fnb2 {
      position: absolute; right: 0; bottom: 6rem; z-index: 1;

      li {display: inline;}

      a {
          @include height(40, 1, rgba(255, 255, 255, 0.15)); 
          @include fs(20);
          display: inline-block; overflow: hidden; width: 4rem; margin-left: 0.25rem; border-radius: 100%; text-align: center;

          &::before {@include icon(type3); height: 200%; transition: $time2;}

          &:hover,
          &:focus
          {
              &::before {transform: translateY(-50%);}
          }
      }

      .blog a::before {padding: 0 0.5rem; font-family: $ff2; font-weight: 800; content: 'b b';}
      .facebook a::before {content: ' ';}
      .instagram a::before {content: ' ';}
      .twitter a::before {content: ' ';}
      .youtube a::before {content: ' ';}
      .kakao a::before {content: ' ';}
  }*/
}
#fnb .fnb1 li {
  display: inline-block;
  font-weight: 600;
  color: #ddd;
  margin-right: 2rem;
}
#fnb .fnb1 li:nth-child(3) a {
  color: #FFB045 !important;
}
#fnb .fnb1 li a:hover, #fnb .fnb1 li a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}

#siteinfo {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
}
#siteinfo address {
  margin-bottom: 0.3rem;
}
#siteinfo address p {
  display: inline-block;
}
#siteinfo .copyright {
  margin-top: 0.2rem;
  font-weight: 600;
  text-transform: uppercase;
}