@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Author      : lhj
Create date : 2022-05
-------------------------------------------------*/
.container {
  width: 128rem;
  margin: auto;
  max-width: calc(100% - 4rem);
}

body.start #visual .video {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#visual {
  position: relative;
  max-width: 100%;
}
#visual .visual_wrap {
  height: 75.7rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
#visual .visual_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#visual .visual_wrap .video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%) scale(1.4);
          transform: translate(-50%, -30%) scale(1.4);
  z-index: -1;
  -webkit-transition: all 3s;
  transition: all 3s;
}
#visual .total_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 87rem;
  max-width: calc(100% - 3rem);
}
#visual .total_wrap h2 {
  text-align: center;
  margin: auto;
  padding-bottom: 3.2rem;
}
#visual .total_wrap h2 span {
  position: relative;
  font-size: 8.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.2rem;
  line-height: 1;
}
#visual .total_wrap h2 span::before {
  content: "";
  position: absolute;
  top: 31%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.4rem solid #F87625;
  border-right: 1.4rem solid transparent;
}
#visual .search_wrap {
  text-align: center;
  margin: auto;
}
#visual .search_wrap p {
  position: relative;
  border: 4px solid #F87625;
  color: #fff;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-weight: 500;
}
#visual .search_wrap p input {
  background: transparent;
  border: 0;
  height: 2.7rem;
  display: inline-block;
  width: calc(100% - 6rem);
  vertical-align: sub;
}
#visual .search_wrap p input::-webkit-input-placeholder {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#visual .search_wrap p input::-moz-placeholder {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#visual .search_wrap p input:-ms-input-placeholder {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#visual .search_wrap p input::-ms-input-placeholder {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#visual .search_wrap p input::placeholder {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#visual .search_wrap p button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 3.2rem;
  height: 2.7rem;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  color: #F87625;
}
#visual .recommend_wrap {
  display: table;
  width: 100%;
  padding-left: 1.2rem;
}
#visual .recommend_wrap .tit {
  width: 11rem;
  display: table-cell;
}
#visual .recommend_wrap strong {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  width: 11rem;
  color: #fff;
  background: #414141;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5rem;
  padding: 0.8rem 0;
  letter-spacing: -0.28px;
}
#visual .recommend_wrap strong::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.4rem;
  border: solid transparent;
  border-width: 5px 8px;
  border-left-color: #414141;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#visual .recommend_wrap .recommend_list {
  display: table-cell;
  width: calc(100% - 11rem);
}
#visual .recommend_wrap .recommend_list > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.8rem;
}
#visual .recommend_wrap .recommend_list > ul li {
  position: relative;
}
#visual .recommend_wrap .recommend_list > ul li a {
  display: block;
  padding: 0.6rem 1.9rem;
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.32px;
}
#visual .recommend_wrap .recommend_list > ul li::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: 0;
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
}
#visual .recommend_wrap .recommend_list > ul li:last-child::after {
  content: none;
}

#section1 {
  padding: 0 0 11rem;
}
#section1 .board_prev {
  margin-top: -12.6rem;
}
#section1 .board_prev > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
}
#section1 .board_prev > ul li {
  padding: 0 1.2rem 0 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
}
#section1 .board_prev > ul li a {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section1 .board_prev > ul li a:hover .more i {
  -webkit-animation: h_move 1.2s infinite linear;
          animation: h_move 1.2s infinite linear;
}
#section1 .board_prev > ul li .img_wrap {
  position: relative;
  border-radius: 1rem 1rem 0;
  overflow: hidden;
}
#section1 .board_prev > ul li .cate {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 2.9rem 0 0 3rem;
}
#section1 .board_prev > ul li .more {
  display: block;
  min-width: 12.1rem;
  background: #F87625;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.3rem 1rem 1.3rem 2.6rem;
}
#section1 .board_prev > ul li .more i {
  position: relative;
  font-size: 2.6rem;
  color: #fff;
  line-height: 2.6rem;
  left: 0;
  opacity: 1;
}
#section1 .board_prev > ul li .desc {
  display: block;
  padding-top: 3.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
#section1 .board_prev > ul li:first-of-type .cate {
  color: #1A1A1A;
}
@-webkit-keyframes h_move {
  80% {
    opacity: 0.3;
  }
  100% {
    left: 6rem;
    opacity: 0;
  }
}
@keyframes h_move {
  80% {
    opacity: 0.3;
  }
  100% {
    left: 6rem;
    opacity: 0;
  }
}
#section1 .banner_wrap {
  margin-top: 14rem;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#section1 .banner_wrap .list {
  display: table-cell;
}
#section1 .banner_wrap .list.type1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section1 .banner_wrap .list.type1 ul li {
  width: 50%;
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .banner_wrap .list.type1 ul li a {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  min-height: 35.3rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#section1 .banner_wrap .list.type1 ul li .img_wrap {
  border-radius: 1rem;
  overflow: hidden;
}
#section1 .banner_wrap .list.type1 ul li .txt_wrap {
  padding: 5.1rem 1.2rem 0 4rem;
  word-break: keep-all;
  position: relative;
}
#section1 .banner_wrap .list.type1 ul li .txt_wrap strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
#section1 .banner_wrap .list.type1 ul li .txt_wrap .desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #4D4D4D;
}
#section1 .banner_wrap .list.type1 ul li + li {
  margin-left: 3rem;
}
#section1 .banner_wrap .list.type1 ul li:first-child a {
  background-image: url("/fusionschool/images/main/banner_1.jpg");
}
#section1 .banner_wrap .list.type1 ul li:last-child a {
  background-image: url("/fusionschool/images/main/banner_2.jpg");
}
#section1 .banner_wrap .list.type1 ul li:hover, #section1 .banner_wrap .list.type1 ul li:focus {
  -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.3);
}
#section1 .banner_wrap .list.type2 {
  vertical-align: top;
  padding-left: 6rem;
}
#section1 .banner_wrap .list.type2 ul {
  margin-top: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section1 .banner_wrap .list.type2 ul li {
  position: relative;
  padding: 2.6rem 12rem 2.6rem 0;
}
#section1 .banner_wrap .list.type2 ul li strong {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
  color: #333;
  display: block;
  padding-bottom: 2rem;
}
#section1 .banner_wrap .list.type2 ul li strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.8rem;
  height: 0.3rem;
  background: #F87625;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .banner_wrap .list.type2 ul li .desc {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #555;
  display: block;
  padding-top: 2rem;
}
#section1 .banner_wrap .list.type2 ul li .icon {
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eee;
  width: 10.6rem;
  height: 10.6rem;
  line-height: 10.6rem;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .banner_wrap .list.type2 ul li .icon:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#section1 .banner_wrap .list.type2 ul li .icon.type1::before {
  background-image: url("/fusionschool/images/main/icon_1.png");
  width: 5.5rem;
  height: 4.3rem;
}
#section1 .banner_wrap .list.type2 ul li .icon.type2::before {
  background-image: url("/fusionschool/images/main/icon_2.png");
  width: 4.7rem;
  height: 4.7rem;
}
#section1 .banner_wrap .list.type2 ul li + li {
  border-top: 1px solid #E3E3E3;
}
#section1 .banner_wrap .list.type2 ul li:first-of-type {
  padding-top: 0;
}
#section1 .banner_wrap .list.type2 ul li:last-of-type {
  padding-bottom: 0;
}
#section1 .banner_wrap .list.type2 ul li:hover .icon, #section1 .banner_wrap .list.type2 ul li:focus .icon {
  background: #4E4E4E;
  -webkit-box-shadow: 0 7px 15px rgba(78, 78, 78, 0.4);
          box-shadow: 0 7px 15px rgba(78, 78, 78, 0.4);
}
#section1 .banner_wrap .list.type2 ul li:hover .icon.type1::before, #section1 .banner_wrap .list.type2 ul li:focus .icon.type1::before {
  background-image: url("/fusionschool/images/main/icon_1_h.png");
  width: 5.5rem;
  height: 4.3rem;
}
#section1 .banner_wrap .list.type2 ul li:hover .icon.type2::before, #section1 .banner_wrap .list.type2 ul li:focus .icon.type2::before {
  background-image: url("/fusionschool/images/main/icon_2_h.png");
  width: 4.7rem;
  height: 4.7rem;
}

#section2 {
  padding: 10rem 0 9rem;
  overflow: hidden;
  position: relative;
  background: #F4F4F4;
}
#section2:after {
  display: block;
  clear: both;
  content: "";
}
#section2 .tit_wrap {
  position: relative;
}
#section2 h2 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #333;
  text-align: left;
  margin-bottom: 6.6rem;
}
#section2 .cate {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section2 .cate:after {
  display: block;
  clear: both;
  content: "";
}
#section2 .cate li {
  display: inline-block;
}
#section2 .cate li a {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  color: #464646;
  position: relative;
}
#section2 .cate li a::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  left: -0.8rem;
  top: 0.5rem;
  background: #2E53A3;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section2 .cate li + li {
  padding-left: 5.5rem;
}
#section2 .cate li.active a, #section2 .cate li:hover a, #section2 .cate li:focus a {
  color: #2E53A3;
}
#section2 .cate li.active a::before, #section2 .cate li:hover a::before, #section2 .cate li:focus a::before {
  opacity: 1;
  visibility: visible;
}
#section2 .cate_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#section2 .cate_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 8rem);
}
#section2 .cate_wrap > ul li {
  max-width: 26rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 8rem);
          flex: 1 1 calc(25% - 8rem);
  margin-right: 8rem;
  width: 100%;
}
#section2 .cate_wrap > ul li a {
  display: block;
  position: relative;
}
#section2 .cate_wrap > ul li a .view_label {
  position: absolute;
  left: 0;
  top: 0;
}
#section2 .cate_wrap > ul li a .view_label em {
  background: #2E53A3;
  color: #fff;
  font-size: 1.9rem;
  display: block;
  font-weight: 500;
  padding: 0.6rem 1.4rem;
}
#section2 .cate_wrap > ul li a .view_label.TYCO001 em {
  background: #343C5F;
}
#section2 .cate_wrap > ul li a .view_label.TYCO003 em {
  background: #08445A;
}
#section2 .cate_wrap > ul li a .view_label.TYCO004 em {
  background: #138598;
}
#section2 .cate_wrap > ul li a .img_wrap {
  overflow: hidden;
}
#section2 .cate_wrap > ul li a .img_wrap img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#section2 .cate_wrap > ul li:hover, #section2 .cate_wrap > ul li:focus {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
#section2 .cate_wrap > ul li:hover .img_wrap img, #section2 .cate_wrap > ul li:focus .img_wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#section2 .cate_wrap .slick-arrow {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
}
#section2 .cate_wrap .slick-arrow.slick-prev {
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section2 .cate_wrap .slick-arrow.slick-prev i::before {
  content: "\e93b";
}
#section2 .cate_wrap .slick-arrow.slick-next {
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section2 .cate_wrap .slick-arrow.slick-next i::before {
  content: "\e93e";
}
#section2 .cate_wrap .slick-arrow *[class^=xi-] {
  font-size: 1.8rem;
  vertical-align: top;
  color: #000;
}
#section2 .layer_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  overflow: auto;
  z-index: 999;
}
#section2 .layer_wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#section2 .layer_wrap .layer {
  width: 128rem;
  max-width: 95%;
  max-height: 90%;
  display: inline-block;
  position: relative;
  padding-top: 6.6rem;
  vertical-align: middle;
}
#section2 .layer_wrap .layer_cont {
  height: 100%;
  width: 100%;
}
#section2 .layer_wrap .layer_view {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#section2 .layer_wrap .layer_view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section2 .layer_close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 3.9rem;
  height: 3.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section2 .layer_close::before {
  content: "\e921";
  font-family: "xeicon";
  font-size: 3.9rem;
  display: block;
}
#section2 .layer_close:hover, #section2 .layer_close:focus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#section3 {
  background: #212331;
  color: rgba(255, 255, 255, 0.9);
  padding: 6.2rem 0 6.6rem;
}
#section3 .sitemap {
  display: table;
  table-layout: fixed;
}
#section3 .sitemap .tit_wrap {
  display: table-cell;
  padding-right: 17.4rem;
  vertical-align: top;
}
#section3 .sitemap .tit_wrap h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
#section3 .sitemap .tit_wrap h3 span {
  color: #F87625;
  font-size: 3.6rem;
  font-weight: 700;
}
#section3 .sitemap .tit_wrap span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
#section3 .sitemap .sns_wrap {
  margin-top: 3.6rem;
}
#section3 .sitemap .sns_wrap a {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  color: #fff;
  border-radius: 50%;
  background: #3ACC15;
  text-align: center;
  vertical-align: middle;
  margin-left: 2.5rem;
}
#section3 .sitemap .sns_wrap a.item1 {
  margin-left: 0;
}
#section3 .sitemap .sns_wrap a.item2 {
  background: #FF0000;
}
#section3 .sitemap .sns_wrap a.item3 {
  background: #4267B2;
}
#section3 .sitemap .sns_wrap a *[class^=xi-] {
  font-size: 2.1rem;
  vertical-align: middle;
}
#section3 .sitemap .sitemap_list {
  display: table-cell;
}
#section3 .sitemap .sitemap_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section3 .sitemap .sitemap_list > ul > li > a {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
}
#section3 .sitemap .sitemap_list > ul > li > a i {
  font-size: 2.1rem;
  margin-left: 0.5rem;
}
#section3 .sitemap .sitemap_list > ul > li + li {
  padding-left: 6.3rem;
}
#section3 .sitemap .sitemap_list .depth2 > li > a {
  display: block;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.63);
}
#section3 .sitemap .sitemap_list .depth2 > li + li {
  margin-top: 1.3rem;
}
#section3 .sitemap .sitemap_list .depth2 > li:hover > a, #section3 .sitemap .sitemap_list .depth2 > li:focus > a {
  text-decoration: underline;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  #visual .visual_wrap video {
    width: auto !important;
    height: 100vh !important;
  }
}