@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : lhj
Create date : 2022-04
-------------------------------------------------*/
#wrap {
  outline: 0;
}
#wrap.active {
  height: 100%;
}
#wrap.active #logo {
  z-index: -1;
}
#wrap.active #gnb1 > ul > li {
  z-index: -1;
}

#header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
#header::before {
  display: block;
  clear: both;
  width: 100vw;
  height: 9rem;
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}
#header .header_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#header.active:before {
  background: #fff;
  border-bottom: 1px solid #E3E6E8;
}
#header.active #gnb1 > ul > li > a {
  color: #000;
}
#header.active #gnb2 .control {
  color: #000;
}
#header.active #logo a {
  background: url("/fusionschool/images/layout/logo_h.png") no-repeat left top/contain;
}
#header.active #logo a img {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#header.active .search button {
  background-image: url(/kor/images/layout/search_h.svg);
}
#header.active .search::after {
  background: #333;
}
#header.active .site {
  color: #000;
}
#header.on {
  -webkit-transition: top 4s;
  transition: top 4s;
}
#header.on:before {
  background: #fff;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
}
#header.on #gnb1 > ul > li > a {
  color: #000;
}
#header.on #logo a {
  background: url("/fusionschool/images/layout/logo_h.png") no-repeat left top/contain;
}
#header.on #logo a img {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#header.on #gnb2 .control {
  color: #000;
}

#logo {
  float: left;
  width: 21.5rem;
  margin: 2rem 0 2rem 4rem;
  position: relative;
}
#logo a {
  display: block;
}
#logo a img {
  vertical-align: top;
}

#gnb1 > ul {
  text-align: center;
}
#gnb1 > ul > li {
  display: inline-block;
  margin: 0 3.75rem;
  position: relative;
}
#gnb1 > ul > li > a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding: 3rem 0;
  display: block;
}
#gnb1 > ul > li *[class^=xi-] {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-left: 0.3rem;
  vertical-align: text-top;
}
#gnb1 > ul > li.active > a {
  color: #F87625 !important;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#gnb1 > ul > li.active .submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1000vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3C5172;
  z-index: -3;
}
#gnb1 > ul > li.active .submenu > ul::before {
  opacity: 1;
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  width: 30rem !important;
  height: 6rem !important;
  display: block !important;
  position: absolute;
  left: 50%;
  top: 8.9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gnb1 > ul .submenu > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnb1 > ul .submenu > ul::before {
  content: "";
  position: absolute;
  background: #3C5172;
  width: 1.7rem;
  height: 1.7rem;
  top: -0.2rem;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnb1 > ul .submenu > ul > li {
  padding-right: 4rem;
}
#gnb1 > ul .submenu > ul > li > a {
  display: block;
  padding: 2rem 0;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb1 > ul .submenu > ul > li.active > a {
  opacity: 0.4;
}
#gnb1 > ul .submenu > ul > li.active > a::before {
  color: #fff;
}
#gnb1 > ul .submenu > ul > li.active > div {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#gnb1 > ul .submenu > ul > li:last-of-type {
  padding-right: 0;
}

#gnb2::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 82rem;
  height: 15rem;
  background: 15rem;
  background: #fff;
}
#gnb2 .control {
  font-size: 2.6rem;
  overflow: hidden;
  position: absolute;
  right: 4.7rem;
  top: 3.6rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}
#gnb2 .control.close {
  font-size: 3.9rem;
  color: #000;
  width: 3.9rem;
  height: 3.9rem;
  top: 5.8rem;
  right: 6.4rem;
  display: none;
}
#gnb2 > ul {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  width: 82rem;
  max-width: 100%;
  height: calc(100vh - 15rem);
  position: absolute;
  top: 15rem;
  right: 0;
  padding: 5rem 0 5rem 12rem;
  background: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow-y: auto;
}
#gnb2 > ul > li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 > ul > li a em {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #dedede;
  padding-bottom: 1.7rem;
}
#gnb2 > ul > li a span {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  padding-bottom: 4.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 > ul > li a span:hover, #gnb2 > ul > li a span:focus {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
#gnb2 .submenu {
  display: inline-block;
  margin-left: 6rem;
}
#gnb2 .submenu > ul > li {
  display: inline-block;
  vertical-align: text-top;
}
#gnb2 .submenu > ul > li > a {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding: 0 2rem;
}
#gnb2.active::before {
  content: "";
}
#gnb2.active::after {
  content: "";
  width: calc(100% + 10rem);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#gnb2.active .open {
  display: none;
}
#gnb2.active .close {
  display: block;
}
#gnb2.active > ul {
  visibility: visible;
  opacity: 1;
}
#gnb2.active .submenu > ul > li > a:hover, #gnb2.active .submenu > ul > li > a:focus {
  color: #F87625;
}

#footer {
  position: relative;
  background: #fff;
  padding: 5.1rem 0;
}
#footer:after {
  display: block;
  clear: both;
  content: "";
}
#footer .footer_wrap {
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
#footer .related {
  position: absolute;
  right: 0;
  top: 1.3rem;
  z-index: 1;
}
#footer .related .group {
  width: 21.6rem;
}
#footer .related .label {
  position: relative;
  top: -1.1rem;
  display: block;
  border: 1px solid #D9D9D9;
  line-height: 5.2rem;
  background: #fff;
  color: #555;
  height: 5.2rem;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 2.7rem 0 2.5rem;
}
#footer .related .label::after {
  content: "\e945";
  position: absolute;
  top: 0;
  right: 2.7rem;
  font-family: "xeicon";
  font-size: 2.1rem;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related .r_list {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 6.4rem;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin-bottom: 1px;
  border: 1px solid #D9D9D9;
  background: #fff;
  line-height: 3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related .r_list a {
  display: block;
  font-size: 1.5rem;
  padding: 0 2.7rem 0 3.2rem;
  color: #333;
  font-weight: 300;
}
#footer .related .r_list a:hover, #footer .related .r_list a:focus {
  background: #f8f8f8;
}
#footer .related .active .r_list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
}
#footer .related .active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#siteinfo {
  position: relative;
  padding-left: 31.5rem;
  vertical-align: top;
}
#siteinfo .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.6rem;
}
#siteinfo address {
  font-size: 1.5rem;
  color: #767676;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
#siteinfo address span {
  display: inline-block;
  margin: 0 0.6rem 0 1.2rem;
}
#siteinfo address em {
  display: inline-block;
}
#siteinfo .copyright {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #767676;
  opacity: 1;
}

#fnb .fnb1 {
  margin-bottom: 2.2rem;
}
#fnb .fnb1 > li {
  display: inline-block;
}
#fnb .fnb1 > li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
}
#fnb .fnb1 > li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9rem;
  margin: 0 2rem;
  background: #707070;
  vertical-align: middle;
  opacity: 0.23;
}
#fnb .fnb1 > li:first-child a {
  color: #2e53a3;
}