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

#header {
  width: 128rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: fixed;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
#header::before {
  display: block;
  clear: both;
  width: 100vw;
  height: 13rem;
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 0%, rgba(255, 255, 255, 0));
  z-index: -1;
}
#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}
#header .header_wrap {
  padding-top: 5.4rem;
}
#header .header_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#header .search .control {
  color: #fff;
}
#header .search .control.open {
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  right: 6rem;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 124rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  -webkit-transition: all 0.2s;
  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%;
  -webkit-transform: translateY(-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;
  -webkit-transform: translateY(-50%);
          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;
}
#header.active:before {
  background: #fff;
}
#header.active #gnb1 > ul > li > a {
  color: #222;
}
#header.active #gnb2 .control, #header.active .search .control, #header.active .site {
  color: #222;
}
#header.active #logo a {
  background: url("/admissions/img/layout/logo_h.png") no-repeat left top/contain;
}
#header.active #logo a img {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

#hnb {
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 4;
  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 3rem 0 16rem;
}
#hnb .hnb1 ul:after {
  display: block;
  clear: both;
  content: "";
}
#hnb .hnb1 li {
  float: left;
  width: 3.4rem;
}
#hnb .hnb1 a {
  display: block;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#hnb .hnb1 a:hover, #hnb .hnb1 a:focus {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
#hnb .hnb2 {
  float: right;
}
#hnb .hnb2:after {
  display: block;
  clear: both;
  content: "";
}
#hnb .hnb2 li {
  display: inline-block;
  padding: 0 1.5rem;
}
#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: 200;
}
#hnb .hnb2 .related li:first-child a, #hnb .hnb2 .related li:nth-child(2) a, #hnb .hnb2 .related li:nth-child(3) a {
  font-weight: 700;
}
#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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  left: 0;
  font-weight: 100;
  content: "\edcf";
}
#hnb .hnb2 .etc li.login a:before {
  content: "\eed4";
}
#hnb .hnb2 .etc li.logout a:before {
  content: "\eed8";
}
#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;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hnb .quick ul {
  position: absolute;
  left: 0;
  top: 5.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a6f3a), to(#137b44));
  background: linear-gradient(180deg, #0a6f3a 0%, #137b44 100%);
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
#hnb .quick ul li {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.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: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.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) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#hnb .quick ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#hnb .quick ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#hnb .quick ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#hnb .quick ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#hnb .quick ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#hnb .quick ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#hnb .quick ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#hnb .quick ul li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#hnb .quick ul li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#hnb .quick.active button:after {
  -webkit-transform: rotate(180deg);
          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;
  margin: 3.1rem 0;
  width: 26.4rem;
}
#logo a {
  display: block;
  height: 6.8rem;
}

#gnb1 > ul {
  float: right;
  width: calc(100% - 46rem);
  margin: 5.3rem 12rem 0 0;
  text-align: right;
}
#gnb1 > ul > li {
  display: inline-block;
  margin: 0 1.3rem;
  position: relative;
}
#gnb1 > ul > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 5.3rem 0;
}
#gnb1 > ul > li > a.active {
  color: #2FD37E !important;
}
#gnb1 > ul > li.active > a {
  color: #2FD37E !important;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 26rem;
  overflow: hidden;
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5.3rem;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.28);
          box-shadow: 0 1px 11px rgba(0, 0, 0, 0.28);
  background: #fff;
}
#gnb1 > ul .submenu > ul {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  text-align: left;
}
#gnb1 > ul .submenu > ul > li > a {
  line-height: 1.2;
  padding: 1.8rem;
  border: 0 none;
  background: #fff;
  font-weight: 700;
  color: #222;
  text-align: left;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#gnb1 > ul .submenu > ul > li > a:before {
  color: #DEDEDE;
  font-family: "remixicon";
  content: "\ea6e";
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2rem;
}
#gnb1 > ul .submenu > ul > li > a:hover, #gnb1 > ul .submenu > ul > li > a:focus {
  background: #242424;
  color: #fff;
}
#gnb1 > ul .submenu > ul > li > a:hover:before, #gnb1 > ul .submenu > ul > li > a:focus:before {
  color: #2FD37E;
}
#gnb1 > ul .submenu > ul > li li > a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}
#gnb1 > ul .submenu > ul > li li > a:hover, #gnb1 > ul .submenu > ul > li li > a:focus {
  text-decoration: underline;
}
#gnb1 > ul .submenu .lnb-detail {
  display: none;
}

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

#gnb2 {
  display: none;
}
#gnb2 .control {
  font-size: 2rem;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10.2rem;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}
#gnb2 .control.close {
  display: none;
}
#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;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#gnb2 > ul > * {
  clear: none;
  float: left;
  width: calc(33.3333333333% - 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%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .submenu a:hover, #gnb2 .submenu a:focus {
  background-color: #2FD37E;
  color: #3e3e3e;
}
#gnb2 .submenu div {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#gnb2 .submenu h2 {
  display: none !important;
}
#gnb2 .submenu h2:first-of-type {
  display: block !important;
}
#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: 160rem;
  max-width: calc(100% - 2rem);
  margin: auto;
  padding: 10rem 0 0;
  color: #111;
}
#footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  background-color: #fff;
}
#footer .btn_top {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 16rem;
  right: 4rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 2.8rem;
  z-index: 10;
}
#footer .btn_top i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  line-height: 7.4rem;
}
#footer .btn_top:hover, #footer .btn_top:focus {
  -webkit-animation: updown 0.5s 0.25s infinite alternate;
          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: 7.4rem;
  height: 7.4rem;
}

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

@keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 10px;
  }
}
#fnb:after {
  display: block;
  clear: both;
  content: "";
}
#fnb h4 {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
  margin-bottom: 3.4rem;
}
#fnb .information {
  margin-left: -3.333333%;
}
#fnb .information:after {
  display: block;
  clear: both;
  content: "";
}
#fnb .information > div {
  float: left;
  margin-left: 3.333333%;
  width: 22.5%;
}
#fnb .information > div:last-child {
  width: 45%;
}
#fnb .information > div.group button {
  display: none;
}
#fnb .information a {
  text-transform: uppercase;
  padding: 5px 0;
}
#fnb .information a:hover, #fnb .information a:focus {
  text-decoration: underline;
}
#fnb .information ul:after {
  display: block;
  clear: both;
  content: "";
}
#fnb .information li {
  float: left;
  width: 50%;
}
#fnb .information li a {
  display: block;
}
#fnb .information p {
  font-size: 1.8rem;
  position: relative;
  padding-left: 2.6rem;
}
#fnb .information p:before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  content: "\ef14";
  left: 0;
}
#fnb .information .btn_wrap {
  margin-top: 2.5rem;
}
#fnb .information .btn_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#fnb .information .btn_wrap a {
  height: 6rem;
  border: 2px solid #222;
  line-height: 5.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  display: inline-block;
  min-width: 21.2rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #222;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  float: left;
}
#fnb .information .btn_wrap a:hover, #fnb .information .btn_wrap a:focus {
  background-color: #222;
  color: #fff;
}
#fnb .information .btn_wrap a + a {
  margin-left: 2.2rem;
}
#fnb .information .btn_wrap a img {
  margin-right: 1rem;
}

#siteinfo {
  position: relative;
  padding: 13rem 0 10rem;
}
#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: #fff;
}
#siteinfo .copy {
  float: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  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 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  opacity: 0.7;
}
#siteinfo .sns li a:hover, #siteinfo .sns li a:focus {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 1;
}