@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : psj
Create date : 2022-01-20
-------------------------------------------------*/
#wrap {
  outline: 0;
}

#header {
  width: 140rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: fixed;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#header::before {
  display: block;
  clear: both;
  width: 100vw;
  height: 12rem;
  content: '';
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 5.4rem;
  background-color: #fff;
  z-index: -1;
}

#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}

#header .header_wrap {
  padding-top: 5.4rem;
  background-color: #fff;
}

#header .header_wrap:after {
  display: block;
  clear: both;
  content: '';
}

#header .search .control {
  color: #111;
}

#header .search .control.open {
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  right: 5rem;
  top: 10.2rem;
  text-align: center;
}

#header .search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 124rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  transition: all 0.2s;
}

#header .search .group::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  border-top: 1px solid #ddd;
  background-color: #F6F6F7;
}

#header .search .form {
  position: relative;
  margin: 6rem 0;
  padding-left: 7.8rem;
  color: #000;
  line-height: 6rem;
}

#header .search .form label {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

#header .search .form input {
  width: 100%;
  height: 4.8rem;
  border: 0 none;
  background-color: transparent;
}

#header .search .form button {
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
}

#header .search .form button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: '\f0d1';
  color: #ccc;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}

#header .search .form button:focus:before, #header .search .form button:hover:before {
  color: #137b44;
}

#header .search .close {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-size: 2.5rem;
  right: 0;
  overflow: hidden;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
}

#header .search .close::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: '\eb99';
}

#header .search.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 124rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

#hnb {
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 20;
  width: 100vw;
  height: 5.4rem;
  color: #fff;
  line-height: 5.4rem;
}

#hnb::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  background-color: #137B44;
}

#hnb .hnb1 {
  float: left;
  position: relative;
  height: 100%;
  background: #096334;
  padding: 0 4rem 0 16rem;
}

#hnb .hnb1 ul:after {
  display: block;
  clear: both;
  content: '';
}

#hnb .hnb1 li {
  float: left;
  width: 4.3rem;
}

#hnb .hnb1 a {
  display: block;
  text-align: center;
  opacity: .8;
  transition: .2s;
}

#hnb .hnb1 a:hover, #hnb .hnb1 a:focus {
  opacity: 1;
  transform: translateY(-4px);
}

#hnb .hnb2 {
  float: right;
}

#hnb .hnb2:after {
  display: block;
  clear: both;
  content: '';
}

#hnb .hnb2 li {
  display: inline;
  padding: 0 1.6rem;
}

#hnb .hnb2 a:hover, #hnb .hnb2 a:focus, #hnb .hnb2 button:hover, #hnb .hnb2 button:focus {
  text-decoration: underline;
}

#hnb .hnb2 > * {
  float: left;
}

#hnb .hnb2 .related li a {
  font-weight: 300;
}

#hnb .hnb2 .etc li a {
  padding-left: 2rem;
  position: relative;
  font-weight: 600;
}

#hnb .hnb2 .etc li a:before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-size: 1.6rem;
  left: 0;
  font-weight: 100;
}

#hnb .hnb2 .etc li:first-child a:before {
  content: '\edcf';
}

#hnb .hnb2 .etc li:last-child a:before {
  content: '\eed4';
}

#hnb .quick {
  position: relative;
  width: 18.6rem;
}

#hnb .quick button {
  display: block;
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
  text-align: left;
  padding-left: 2rem;
  font-weight: 600;
}

#hnb .quick button:after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  content: '\ea4e';
  font-size: 1.5rem;
  right: 1.7rem;
  transform: rotate(0);
  transition: all 0.2s;
}

#hnb .quick ul {
  position: absolute;
  left: 0;
  top: 5.4rem;
  background: linear-gradient(180deg, #0a6f3a 0%, #137b44 100%);
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: padding .2s;
}

#hnb .quick ul li {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity .9s;
  padding: 0;
  line-height: 1.2;
}

#hnb .quick ul li a {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  opacity: .6;
  transition: opacity .2s;
  display: block;
}

#hnb .quick ul li a:hover, #hnb .quick ul li a:focus {
  opacity: 1;
}

#hnb .quick ul li + li {
  margin-top: 1.6rem;
}

#hnb .quick ul li:nth-child(1) {
  transition-delay: 0.1s;
}

#hnb .quick ul li:nth-child(2) {
  transition-delay: 0.2s;
}

#hnb .quick ul li:nth-child(3) {
  transition-delay: 0.3s;
}

#hnb .quick ul li:nth-child(4) {
  transition-delay: 0.4s;
}

#hnb .quick ul li:nth-child(5) {
  transition-delay: 0.5s;
}

#hnb .quick ul li:nth-child(6) {
  transition-delay: 0.6s;
}

#hnb .quick ul li:nth-child(7) {
  transition-delay: 0.7s;
}

#hnb .quick ul li:nth-child(8) {
  transition-delay: 0.8s;
}

#hnb .quick ul li:nth-child(9) {
  transition-delay: 0.9s;
}

#hnb .quick ul li:nth-child(10) {
  transition-delay: 1s;
}

#hnb .quick.active button:after {
  transform: rotate(180deg);
}

#hnb .quick.active ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  padding: 2rem 0;
}

#hnb .quick.active ul li {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}

#logo {
  float: left;
  width: 40rem;
  margin: 3.5rem 0 3.3rem;
}

#logo a {
  display: inline-block;
}

#logo a.logo2 {
  font-size: 2.2rem;
  color: #000;
  margin-left: 2.4rem;
  vertical-align: middle;
  font-weight: 800;
  position: relative;
}

#logo a.logo2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  background-color: #ddd;
  transform: translateY(-50%);
}

#gnb1 > ul {
  float: right;
  width: calc(100% - 50rem);
  margin: 4.5rem 10rem 0 0;
  text-align: center;
}

#gnb1 > ul > li {
  display: inline-block;
  margin: 0 5rem;
  position: relative;
}

#gnb1 > ul > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  position: relative;
  padding: 4.5rem 0 4.8rem;
}

#gnb1 > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #137B44;
  transform: scaleX(0);
  transition: transform .2s;
}

#gnb1 > ul > li.active > a:after {
  transform: scaleX(1);
}

#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}

#gnb1 > ul > li .submenu > ul {
  font-size: 1.6rem;
  overflow: hidden;
}

#gnb1 > ul > li .submenu > ul > li {
  float: left;
}

#gnb1 > ul > li .submenu > ul > li + li {
  padding-left: 5rem;
}

#gnb1 > ul > li .submenu > ul > li > a {
  font-size: 1.8rem;
  padding: 2.8rem 0;
  border: 0 none;
  background: none;
  font-weight: 500;
  color: #222;
  text-align: left;
  display: block;
}

#gnb1 > ul > li .submenu > ul > li:hover a, #gnb1 > ul > li .submenu > ul > li:focus a {
  color: #137B44;
}

#gnb1 > ul .lnb4 .submenu {
  width: 33.9rem !important;
  right: 0 !important;
  left: inherit;
}

#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  left: 0;
  top: 7.6rem;
  z-index: 1;
  width: 750px !important;
}

#gnb1 > ul .submenu::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
  background-color: #fff;
  top: -1px;
}

#gnb1 > ul .submenu .desc {
  font-size: 1.7rem;
  float: left;
  width: 20%;
  text-align: center;
}

#gnb1 > ul .submenu .desc .title {
  font-size: 3rem;
  display: block;
  padding: 5rem 0 1.8rem;
  color: #333;
}

#gnb1 > ul .submenu .desc::after {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 6rem auto 0;
  background: url("../img/layout/submenu.png") no-repeat center center;
  background-size: 100%;
  content: '';
}

.site {
  font-size: 2rem;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10.2rem;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  color: #111;
  text-align: center;
  line-height: 3rem;
}

#gnb2 {
  display: none;
}

#gnb2 .control {
  font-size: 2rem;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  right: -4px;
  top: 10.2rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  color: #111;
  text-align: center;
  line-height: 3rem;
}

#gnb2 .control.close {
  display: none;
}

#gnb2 .control.close::before {
  transform: rotate(0);
  transition: all 0.2s;
}

#gnb2 .control.close:hover::before, #gnb2 .control.close:focus::before {
  transform: rotate(180deg) translateY(2px);
}

#gnb2 > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  margin-top: -6rem;
  display: inline-block;
  width: calc(100% + 0px);
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 2;
  color: #fff;
  transition: opacity 0.2s;
}

#gnb2 > ul > * {
  clear: none;
  float: left;
  width: calc(33.33333% - 0px);
  margin: 6rem 0px 0 0;
}

#gnb2 > ul > *:nth-child(2n + 1) {
  clear: none;
}

#gnb2 > ul > *:nth-child(3n + 1) {
  clear: both;
}

#gnb2 > ul::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10000%;
  margin: 0;
  background-color: #3e3e3e;
}

#gnb2 > ul > li {
  padding: 0 2rem;
  text-align: center;
}

#gnb2 > ul > li > a {
  font-size: 2rem;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #2FD37E;
}

#gnb2 .submenu a {
  display: inline-block;
  padding: 0 3.5rem;
  border-radius: 4rem;
  line-height: 4rem;
  vertical-align: top;
  transition: all 0.2s;
}

#gnb2 .submenu a:hover, #gnb2 .submenu a:focus {
  background: transparent;
  color: #facb4d !important;
  font-weight: 500;
  text-decoration: underline;
}

#gnb2 .submenu div {
  display: none;
}

#gnb2.active .open {
  display: none;
}

#gnb2.active .close {
  display: block;
}

#gnb2.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
}

#footer {
  position: relative;
  z-index: 0;
  width: 140rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  color: #111;
  padding-top: 13rem;
  z-index: 11;
}

#footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  background-color: #fff;
}

#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 {
  transform: rotate(180deg);
}

#footer .related .group.active .list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2rem 0;
  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: "remixicon";
  font-size: 1.8rem;
  right: 2rem;
  color: #bcc3c9;
  content: '';
  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 .newsletter_icon {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  transition: all .3s;
}

#footer .newsletter_icon span {
  background-color: #fff;
  display: block;
  padding: 0.6rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  box-shadow: 1px 1px 10px rgba(157, 178, 167, 0.3);
  position: relative;
  transition: all 0.5s;
}

#footer .newsletter_icon span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%) skew(10deg, 10deg);
}

#footer .newsletter_icon em {
  margin: auto;
  display: block;
  line-height: 5rem;
  width: 5rem;
  height: 5rem;
  background-color: #2FD37E;
  text-align: center;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 2.8rem;
  z-index: 10;
  box-shadow: 0px 3px 10px rgba(47, 211, 126, 0.4);
  position: relative;
}

#footer .newsletter_icon em:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  background-image: url(/news/img/layout/icon_newsletter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer .newsletter_icon:hover span, #footer .newsletter_icon:focus span {
  color: #2FD37E;
}

#footer .newsletter_icon:hover em, #footer .newsletter_icon:focus em {
  box-shadow: 0px 3px 10px #2FD37E;
}

#footer .newsletter_icon.active {
  bottom: 11rem;
}

#footer .btn_top {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 5rem;
  right: 6rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 2rem;
  z-index: 10;
}

#footer .btn_top i {
  transform: rotate(180deg);
  display: block;
  line-height: 5rem;
}

#footer .btn_top:hover, #footer .btn_top:focus {
  animation: updown 0.5s 0.25s infinite alternate;
}

#footer .btn_top.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  opacity: 1;
  width: 5rem;
  height: 5rem;
}

@keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 10px;
  }
}

#fnb {
  padding-bottom: 16rem;
}

#fnb:after {
  display: block;
  clear: both;
  content: '';
}

#fnb h3 {
  font-size: 5.2rem;
  line-height: 1.15385;
  font-weight: 900;
  text-transform: uppercase;
}

#fnb h4 {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 900;
  text-transform: uppercase;
}

#fnb .left {
  float: left;
  width: 47rem;
}

#fnb .right {
  float: right;
  width: calc(100% - 47rem);
  padding-left: 14rem;
}

#fnb .mail_form {
  margin-top: 11rem;
}

#fnb .mail_form h3 {
  line-height: 1;
}

#fnb .mail_form p {
  padding: 1.8rem 0;
  border-bottom: 4px solid #111;
  text-transform: uppercase;
}

#fnb .mail_form p:after {
  display: block;
  clear: both;
  content: '';
}

#fnb .mail_form p input {
  border: 0;
  width: calc(100% - 14rem);
  float: left;
  height: 4rem;
  line-height: 4rem;
}

#fnb .mail_form p input::placeholder {
  text-transform: uppercase;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 200;
}

#fnb .mail_form p button {
  height: 4rem;
  border: 1px solid #111;
  line-height: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  display: inline-block;
  min-width: 14rem;
  padding: 0;
  background-color: #111;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

#fnb .mail_form p button:hover, #fnb .mail_form p button:focus {
  background-color: transparent;
  color: #111;
}

#fnb .information {
  margin-left: -11rem;
}

#fnb .information:after {
  display: block;
  clear: both;
  content: '';
}

#fnb .information > div {
  float: left;
  margin-left: 11rem;
  width: auto;
}

#fnb .information > div h4 {
  margin-bottom: 1rem;
}

#fnb .information > div:last-child {
  width: 25.6rem;
}

#fnb .information > div.group button {
  display: none;
}

#fnb .information a {
  text-transform: uppercase;
  padding: 4px 0;
}

#fnb .information a:hover, #fnb .information a:focus {
  text-decoration: underline;
}

#fnb .information li a {
  display: block;
}

#fnb .information .btn_wrap {
  margin-top: 3rem;
}

#fnb .information .btn_wrap a {
  height: 5rem;
  border: 1px solid #111;
  line-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  display: inline-block;
  min-width: auto;
  padding: 0 1rem;
  background-color: #fff;
  color: #111;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s;
  font-weight: 600;
  width: calc(100% - .5rem);
}

#fnb .information .btn_wrap a:hover, #fnb .information .btn_wrap a:focus {
  background-color: #111;
  color: #fff;
}

#fnb .information .btn_wrap a + a {
  margin-top: 1rem;
}

#fnb .information .btn_wrap a img {
  margin-right: 1rem;
}

#siteinfo {
  position: relative;
  padding: 4.7rem 0;
}

#siteinfo:after {
  display: block;
  clear: both;
  content: '';
}

#siteinfo::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: '';
  background-color: #F8F8F8;
}

#siteinfo .copy {
  float: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  padding: 6px 0;
}

#siteinfo .sns {
  float: right;
}

#siteinfo .sns:after {
  display: block;
  clear: both;
  content: '';
}

#siteinfo .sns li {
  float: left;
}

#siteinfo .sns li + li {
  margin-left: 3rem;
}

#siteinfo .sns li a {
  transition: .2s;
  display: block;
  opacity: .7;
}

#siteinfo .sns li a:hover, #siteinfo .sns li a:focus {
  transform: translateY(-4px);
  opacity: 1;
}

#layerPopup0 {
  max-width: 90% !important;
}

#layerPopup0 .popup_cont {
  height: auto !important;
  width: 100% !important;
}

#layerPopup0 .popup_cont img {
  width:100%;
  height:100%;
}
