@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-09-03
-------------------------------------------------*/
/*-------------------------------------------------
title       : 메인
Author      : ㅈㅁㅈ
Create date : 2024-09-09
-------------------------------------------------*/
:root {
  --news1: 78.625%;
  --news2: 100%;
  --tab1: 2rem 2.5rem;
  --tab2: 1.7rem;
  --tab3: 2.5rem;
  --tab4: 4.6rem;
  --tab5: calc(100% - 5rem);
  --tab6: 0.9rem;
  --tab7: 1rem;
  --tab8: 1.1rem;
  --tab9: flex;
  --tab10: 3.2rem;
  --tab11: calc(100% - 7.5rem);
}

html {
  overflow: hidden;
}

.container {
  width: 70rem;
  max-width: var(--maxW);
}

.fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  padding: 5rem 0 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h3 {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  color: #222;
}

#contents {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.tabMore::after {
  display: inline-block;
  overflow: hidden;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  vertical-align: middle;
  font-family: "xeicon";
  content: "\e93f";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-left: 0.25rem;
  border-radius: 100%;
  border: 1px solid #F8B649;
  background-color: #F8B649;
  font-size: 0.8rem;
  color: #fff;
  text-indent: 0.1rem;
  line-height: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabMore:hover::after, .tabMore:focus::after {
  background-color: #fff;
  color: #F8B649;
}

.swiper-initialized [id*=swiper-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-initialized [id*=swiper-wrapper] > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.swiper-initialized.swiper-vertical, .swiper-initialized.swiper-vertical [id*=swiper-wrapper], .swiper-initialized.swiper-vertical [id*=swiper-wrapper] > * {
  height: 100%;
}
.swiper-initialized.swiper-vertical [id*=swiper-wrapper] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  position: fixed;
  left: 3rem;
  z-index: 1;
}
#nav li + li {
  margin-top: 1rem;
}
#nav a {
  display: block;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  padding-top: 0.5rem;
  border-radius: 100%;
  background-color: #D9D9D9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav .active a {
  background-color: #006CB8;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.fp-section {
  display: block;
}

.section_title h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.section_title span {
  font-weight: bold;
}
.section_title strong {
  font-size: 2.4rem;
  color: #006CB7;
}

.neailkium .CSSF_slide a, .banner .CSSF_slide a {
  display: block;
}
.neailkium .CSSF_slide a:hover img, 
.banner .CSSF_slide a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.CSSF_slide a:focus img, .banner .CSSF_slide a:focus img {
  outline: 2px auto;
  outline-offset: -4px;
}
.neailkium .bx-wrapper .bx-controls, .banner .bx-wrapper .bx-controls {
  overflow: hidden;
  position: relative;
  height: 1.4rem;
  margin-top: 0.5rem;
  color: #616161;
  text-align: right;
  line-height: 1.4rem;
}
.neailkium .bx-wrapper .bx-controls a, .banner .bx-wrapper .bx-controls a {
  overflow: hidden;
  width: 0.8rem;
  height: 100%;
  margin: 0;
  background: none;
  color: inherit;
  text-indent: 0;
  text-align: center;
}
.neailkium .bx-wrapper .bx-controls .disabled, .banner .bx-wrapper .bx-controls .disabled {
  display: block;
}
.neailkium .bx-wrapper .bx-controls .bx-stop::before, .banner .bx-wrapper .bx-controls .bx-stop::before {
  font-family: "xeicon";
  content: "\ea3b";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.neailkium .bx-wrapper .bx-controls .bx-start::before, .banner .bx-wrapper .bx-controls .bx-start::before {
  font-family: "xeicon";
  content: "\ea3e";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.neailkium .bx-wrapper .bx-controls .bx-prev::before, .banner .bx-wrapper .bx-controls .bx-prev::before {
  font-family: "xeicon";
  content: "\e93d";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.neailkium .bx-wrapper .bx-controls .bx-next::before, .banner .bx-wrapper .bx-controls .bx-next::before {
  font-family: "xeicon";
  content: "\e940";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-auto, .banner .bx-wrapper .bx-controls .bx-controls-auto {
  height: 0;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-auto a, .banner .bx-wrapper .bx-controls .bx-controls-auto a {
  display: none;
  position: absolute;
  top: 0;
  right: 1.3rem;
  font-size: 0.9rem;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-auto a.active, .banner .bx-wrapper .bx-controls .bx-controls-auto a.active {
  display: block;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-direction, .banner .bx-wrapper .bx-controls .bx-controls-direction {
  float: right;
  width: 3.5rem;
  height: 100%;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-direction a, .banner .bx-wrapper .bx-controls .bx-controls-direction a {
  position: static !important;
  float: left;
  font-size: 0.7rem;
}
.neailkium .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .banner .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  float: right;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  width: auto;
  margin-right: 0.75rem;
  padding-top: 0;
  font-size: inherit;
  font-weight: 400;
  vertical-align: top;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager a, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager a {
  display: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-weight: 600;
  text-indent: 0;
  color: #222;
  cursor: auto;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager a::before, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager a::before {
  content: "0";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .bx-pager-item, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .bx-pager-item {
  vertical-align: middle;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .active, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .active {
  display: block;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="1"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="1"]::after {
  content: " / 01";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="2"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="2"]::after {
  content: " / 02";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="3"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="3"]::after {
  content: " / 03";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="4"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="4"]::after {
  content: " / 04";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="5"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="5"]::after {
  content: " / 05";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="6"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="6"]::after {
  content: " / 06";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="7"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="7"]::after {
  content: " / 07";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="8"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="8"]::after {
  content: " / 08";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="9"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="9"]::after {
  content: " / 09";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="10"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="10"]::after {
  content: " / 010";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="11"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="11"]::after {
  content: " / 011";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="12"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="12"]::after {
  content: " / 012";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="13"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="13"]::after {
  content: " / 013";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="14"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="14"]::after {
  content: " / 014";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="15"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="15"]::after {
  content: " / 015";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="16"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="16"]::after {
  content: " / 016";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="17"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="17"]::after {
  content: " / 017";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="18"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="18"]::after {
  content: " / 018";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="19"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="19"]::after {
  content: " / 019";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="20"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="20"]::after {
  content: " / 020";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="21"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="21"]::after {
  content: " / 021";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="22"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="22"]::after {
  content: " / 022";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="23"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="23"]::after {
  content: " / 023";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="24"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="24"]::after {
  content: " / 024";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="25"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="25"]::after {
  content: " / 025";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="26"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="26"]::after {
  content: " / 026";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="27"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="27"]::after {
  content: " / 027";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="28"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="28"]::after {
  content: " / 028";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="29"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="29"]::after {
  content: " / 029";
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="30"]::after, .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager[data-total="30"]::after {
  content: " / 030";
}

#section3 .tabWrap, .hope1 .tabWrap {
  position: relative;
  min-height: 19.5rem;
  padding: var(--tab1);
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  white-space: nowrap;
}
#section3 .tabMore, .hope1 .tabMore {
  position: absolute;
  right: 0;
  top: -2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section3 .tabMore:hover, .hope1 .tabMore:hover, #section3 .tabMore:focus, .hope1 .tabMore:focus {
  font-weight: 500;
  color: #000;
}
#section3 h3, .hope1 h3 {
  display: inline;
  position: relative;
  margin-right: var(--tab2);
  font-size: var(--tab7);
  font-weight: 400;
  color: #616161;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section3 h3 a::after, .hope1 h3 a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #999;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section3 h3 a:hover::after, .hope1 h3 a:hover::after, #section3 h3 a:focus::after, .hope1 h3 a:focus::after {
  width: 100%;
}
#section3 .contWrap, .hope1 .contWrap {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: var(--tab3);
  top: var(--tab4);
  min-width: var(--tab5);
  max-width: var(--tab5);
  border-top: 2px solid #000;
}
#section3 .contWrap span, .hope1 .contWrap span {
  display: inline-block;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background-color: #C5E0F9;
  font-size: 0.75rem;
  font-weight: 600;
  color: #093A66;
  text-align: center;
  line-height: 1.4rem;
  vertical-align: middle;
}
#section3 .contWrap span.type1, .hope1 .contWrap span.type1, #section3 .contWrap span[data-label*=채용], .hope1 .contWrap span[data-label*=채용], #section3 .contWrap span[data-label*=모집], .hope1 .contWrap span[data-label*=모집] {
  background-color: #FEECCE;
  color: #8C5B08;
}
#section3 .contWrap span.type2, .hope1 .contWrap span.type2, #section3 .contWrap span[data-label*=교육], .hope1 .contWrap span[data-label*=교육], #section3 .contWrap span[data-label*=사업], .hope1 .contWrap span[data-label*=사업], #section3 .contWrap span[data-label*=기타], .hope1 .contWrap span[data-label*=기타] {
  background-color: #B9EBCD;
  color: #1C686F;
}
#section3 .contWrap span.type3, .hope1 .contWrap span.type3, #section3 .contWrap span[data-label*=입찰], .hope1 .contWrap span[data-label*=입찰] {
  background-color: #ECC2C2;
  color: #6C2D2D;
}
#section3 .contWrap li a, .hope1 .contWrap li a {
  display: var(--tab9);
  width: 100%;
  height: var(--tab10);
  padding: 0.5rem 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: var(--tab6);
  color: #616161;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section3 .contWrap li a:hover, .hope1 .contWrap li a:hover, #section3 .contWrap li a:focus, .hope1 .contWrap li a:focus {
  padding: 0.5rem 1rem;
  background-color: #F5F6F7;
}
#section3 .contWrap li a > *, .hope1 .contWrap li a > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#section3 .contWrap .title, .hope1 .contWrap .title {
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  display: block;
  max-height: inherit;
  white-space: nowrap;
  max-width: var(--tab11);
  min-width: var(--tab11);
  font-weight: 400;
  color: #424242;
}
#section3 .contWrap .title + p, .hope1 .contWrap .title + p {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
#section3 .tab-active, .hope1 .tab-active {
  font-size: var(--tab8);
  font-weight: 600;
  color: #000;
}
#section3 .tab-active a::after, .hope1 .tab-active a::after {
  width: 100%;
  background-color: #000;
}
#section3 .tab-active + .contWrap, .hope1 .tab-active + .contWrap {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.introduction {
  margin: 2rem 0 3rem;
}
.introduction ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0px;
}
.introduction i {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 4.3rem;
}
.introduction a {
  display: block;
  position: relative;
  padding: 3rem 2rem 3rem 10.8rem;
  border-radius: 1rem;
  background-color: #F5F9FD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.introduction a:hover, .introduction a:focus {
  background-color: #DBECFB;
}
.introduction a:hover strong::after, .introduction a:focus strong::after {
  left: 0;
  opacity: 1;
}
.introduction strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #222;
  white-space: nowrap;
}
.introduction strong::after {
  display: inline-block;
  overflow: hidden;
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  vertical-align: middle;
  font-family: "xeicon";
  content: "\e907";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  left: -1rem;
  margin-left: 0.5rem;
  border-radius: 100%;
  background-color: #F8B649;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hope1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 0px;
}
.hope1 > .box {
  position: relative;
  min-height: 19.5rem;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
}
.hope1 .tabWrap {
  grid-column: span 2;
}

.banner {
  padding: 1rem 1rem 0.65rem 1rem;
}
.banner .bx-viewport {
  overflow: visible !important;
}
.banner .CSSF_slide a {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 85%;
  border-radius: 0.5rem;
}
.banner img {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 100%; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5rem;
  height:100%;
  width: 100%;
  /* object-fit: cover; */
}

#section1 .contWrap {
  position: relative;
}
#section1 .contWrap::before {
  position: absolute;
  top: -7rem;
  right: -7rem;
  width: 16.5rem;
  height: 16.8rem;
  background: url("../img/main20240909/section2.png") no-repeat right top;
  background-size: 100% auto;
  content: "";
}

.bisuness {
  overflow: hidden;
}
.bisuness .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 3rem 0 2.5rem;
  /* -webkit-transition: all 0.01s;
  transition: all 0.01s; */
}
.bisuness .list.type1 {
  left: calc(-50% + 12rem);
}
.bisuness .list.type2 {
  left: calc(-50% + 18.3rem);
}
.bisuness .list.type3 {
  left: calc(-50% + 18.3rem);
}
.bisuness .list.type4 {
  left: calc(-50% + 30rem);
}
.bisuness .list.type5 {
  left: calc(-50% + 41.5rem);
}
.bisuness .list.type6 {
  left: calc(-50% + 53rem);
}
.bisuness .list.type7 {
  left: calc(-50% + 64.5rem);
}
.bisuness .group1::after {
  background: url("../img/main20240909/bisuness1.png") no-repeat right bottom;
}
.bisuness .group2::after {
  background: url("../img/main20240909/bisuness2.png") no-repeat right bottom;
}
.bisuness .group3::after {
  background: url("../img/main20240909/bisuness3.png") no-repeat right bottom;
}
.bisuness .group4::after {
  background: url("../img/main20240909/bisuness4.png") no-repeat right bottom;
}
.bisuness .group5::after {
  background: url("../img/main20240909/bisuness5.png") no-repeat right bottom;
}
.bisuness .group6::after {
  background: url("../img/main20240909/bisuness6.png") no-repeat right bottom;
}
.bisuness .group7::after {
  background: url("../img/main20240909/bisuness7.png") no-repeat right bottom;
}
.bisuness .group {
  position: relative;
  z-index: 0;
  width: 11.5rem;
  height: 21rem;
  padding: 3rem 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.bisuness .group::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  width: calc(100% - 0.5rem);
  border-radius: 1rem;
  border: 1px solid #DFE3F2;
  background-color: #F5F9FD;
}
.bisuness .group::after {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: -1;
  width: 7.3rem;
  height: 7.3rem;
  background-size: 100% auto !important;
  content: "";
}
.bisuness .group ul {
  /* visibility: hidden; */
  overflow: hidden;
  /* width: 0;
  height: 0; */
  opacity: 0;
  min-width: 100%;
  font-size: 0.9rem;
  color: #1F364B;
}
.bisuness .group strong {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bisuness .group li {
  position: relative;
  padding-left: 0.6rem;
  text-align: left;
}
.bisuness .group li::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
.bisuness .group li::before {
  top: 0.6rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background-color: #555;
}
.bisuness .group li a {
  position: relative;
  z-index: inherit;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.bisuness .group li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1F364B;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bisuness .group li a:hover, .bisuness .group li a:focus {
  font-weight: 400;
}
.bisuness .group li a:hover::after, .bisuness .group li a:focus::after {
  width: 100%;
}
.bisuness .group .tabMore {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 6.5rem 1.5rem;
}
.bisuness .group.swiper-slide-active {
  width: 24rem;
  padding: 3rem 2rem;
}
.bisuness .group.swiper-slide-active::before {
  border-color: #DBECFB;
  background-color: #DBECFB;
}
.bisuness .group.swiper-slide-active ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  /* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
  transition: .25s .25s;
}
.bisuness .group.swiper-slide-active strong br {
  display: none;
}
.bisuness .group.swiper-slide-active > a {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.bisuness .bar {
  position: relative;
  width: calc(100% - 13.25rem);
  height: 0.2rem;
  margin-right: auto;
  background: rgba(120, 120, 128, 0.1607843137);
}
.bisuness .bar div {
  display: block;
  height: 100%;
  border-radius: 5rem;
  background-color: #1BA8EB;
}
.bisuness .bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #1BA8EB;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.bisuness .pager {
  margin: 0 0.5rem;
}
.bisuness .pager span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
  border-radius: 100%;
  background-color: #D9D9D9;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.bisuness .pager span[class*=active] {
  background-color: #00B7C7;
}
.bisuness .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bisuness .control button {
  display: inline-block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bisuness .control button:hover, .bisuness .control button:focus {
  font-weight: 600;
  color: #000;
}
.bisuness .control button.swiper-button-disabled {
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 0.5;
  cursor: default;
}
.bisuness .control .prev::before {
  font-family: "xeicon";
  content: "\e93b";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.bisuness .control .next::before {
  font-family: "xeicon";
  content: "\e93e";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}

#section2 .contWrap {
  display: grid;
  grid-template-columns: 57.857% auto;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3.5rem;
}
#section2 .tabMore {
  position: absolute;
  right: 0.25rem;
  top: 0.45rem;
}
#section2 [class*=news] {
  position: relative;
  z-index: inherit;
}
#section2 [class*=news] ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0;
}
#section2 [class*=news] li:nth-child(n+3) {
  display: none;
}

.news01 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: var(--news1);
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news01 li a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding-top: 64.1%;
  text-align: center;
}
.news01 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: var(--news1);
  border-radius: 1rem;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news01 li a::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 6.5rem;
  height: 2rem;
  margin-top: -1.5rem;
  padding: 0 0.7rem;
  border-radius: 2rem;
  background-color: #00B7C7;
  font-weight: 600;
  color: #1F364B;
  content: " 바로가기";
  line-height: 2rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news01 li a:hover img, .news01 li a:focus img {
  opacity: 0.7;
}
.news01 li a:hover::before, .news01 li a:focus::before {
  background-color: #000;
}
.news01 li a:hover::after, .news01 li a:focus::after {
  opacity: 1;
}
.news01 .essayCont {
  padding-top: 0.9rem;
  background-color: #fff;
  text-align: left;
}
.news01 .essayTitle {
  overflow: hidden;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.5rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  font-weight: 500;
  color: #424242;
  text-align: center;
}
.news01 .essayDes {
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  display: block;
  max-height: inherit;
  white-space: nowrap;
  display: none;
  word-break: break-all;
}

.news02 li {
  position: relative;
}
.news02 button {
  display: block;
  width: 100%;
}
.news02 i {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: var(--news2);
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news02 strong {
  overflow: hidden;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.5rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: block;
  margin-top: 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
.news02 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news02 img[src*=N0-img] {
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news02 .btns {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  padding-top: var(--news2);
  border-radius: 1rem;
  background: rgba(130, 130, 130, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news02 .btns a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 6.5rem;
  height: 2rem;
  padding: 0 0.7rem;
  border-radius: 2rem;
  color: #fff;
  line-height: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news02 .btns a:first-child {
  background-color: #DA7E11;
  -webkit-transform: translate(-50%, calc(-100% - 0.25rem));
          transform: translate(-50%, calc(-100% - 0.25rem));
}
.news02 .btns a:first-child::after {
  font-family: "xeicon";
  content: "\e907";
  position: absolute;
  right: 0.5rem;
}
.news02 .btns a:first-child:hover, .news02 .btns a:first-child:focus {
  border-color: #DA7E11;
  background-color: #fff;
  color: #DA7E11;
}
.news02 .btns a:last-child {
  background-color: #00A4B6;
  -webkit-transform: translate(-50%, 0.25rem);
          transform: translate(-50%, 0.25rem);
}
.news02 .btns a:last-child::after {
  font-family: "xeicon";
  content: "\e942";
  position: absolute;
  right: 0.5rem;
}
.news02 .btns a:last-child:hover, .news02 .btns a:last-child:focus {
  border-color: #00A4B6;
  background-color: #fff;
  color: #00A4B6;
}
.news02 .btns a:last-child::after {
  display: inline-block;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  vertical-align: middle;
  right: 0.75rem;
  top: 50%;
  border-bottom: 1px solid #fff;
  text-indent: -0.15rem;
  line-height: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news02 .btns:hover, .news02 .btns:focus {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news02 .active .btns {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.neailkium {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 0;
  padding-top: 22.222%;
  border-radius: 1rem;
}
.neailkium .bx-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.neailkium .bx-wrapper .CSSF_slide,
.neailkium .bx-wrapper .CSSF_slide > div,
.neailkium .bx-wrapper .CSSF_slide > div > a {
    height: 100%;
}
.neailkium .bx-wrapper .CSSF_slide > div > a > img {
  width: 100%;
  height: 100%;
}
.neailkium .bx-wrapper .bx-controls {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 10rem;
  height: 2.2rem;
  padding: 0 1.35rem;
  border-radius: 1rem 0 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 2.2rem;
  white-space: nowrap;
}
.neailkium .bx-viewport {
  height: 100% !important;
} 
.neailkium .bx-wrapper .bx-controls .bx-controls-auto a {
  right: 2.6rem;
}
.neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, .neailkium .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager * {
  color: inherit !important;
}
.neailkium img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#section2 .sns ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0px;
  grid-template-columns: calc(25% - 0.6rem) calc(25% - 0.6rem) calc(25% - 0.6rem) calc(25% - 0.6rem);
}
#section2 .sns i {
  display: inline-block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  border-radius: 0.6rem;
  background-color: #3A68C1;
  font-size: 1rem;
  color: #fff;
}
#section2 .sns span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  white-space: nowrap;
}
#section2 .sns a {
  display: block;
  padding: 1.2rem 0.25rem 1rem;
  border-radius: 0.8rem;
  border: 1px solid #E0E0E0;
  font-size: 0.7rem;
  color: #1F364B;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section2 .sns a:hover, #section2 .sns a:focus {
  border-color: rgba(245, 245, 245, 0.9607843137);
  background: rgba(245, 245, 245, 0.9607843137);
}
#section2 .sns i[class*=youtube] {
  background: #FF0002;
}
#section2 .sns i[class*=insta] {
  background: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(#fd1d1d), to(#fcb045));
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
#section2 .sns i[class*=facebook] {
  background: #3A68C1;
}
#section2 .sns i[class*=blog] {
  background: #19B723;
}

#section3 .container {
  display: grid;
  grid-template-columns: 57.857% calc(42.143% - 3rem);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  grid-template-areas: " a b " " c b ";
}
#section3 .news .tabMore {
  top: -7rem;
  right: -2.5rem;
}

.together3 {
  grid-area: b;
}
.together3 .box {
  position: relative;
  z-index: inherit;
  height: 30rem;
  padding: 2.375rem 2rem 2.2rem 2rem;
  border-radius: 0.8rem;
  background-color: #F5F9FD;
}
.together3 .map {
  width: 100%;
  height: 13.5rem;
  display: block;
  margin-bottom: 0.8rem;
}
.together3 .map_mobile {
  display: none;
}
.together3 #mapUlList {
  clear: both;
  color: #484C58;
}
.together3 #mapUlList li {
  position: relative;
  padding-left: 1.1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}
.together3 #mapUlList li::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
.together3 #mapUlList li::before {
  font-family: "xeicon";
  content: "\eb59";
  position: absolute;
  font-size: 1rem;
  color: #00B7C7;
}
.together3 #mapUlList p {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.together3 #mapUlList .centerName {
  margin-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.together3 #mapUlList .centerAdd {
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  display: block;
  max-height: inherit;
  white-space: nowrap;
}
.together3 .maplistMore {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
  bottom: 2.175rem;
  width: 8rem;
  height: 2.2rem;
  margin: 2.7rem auto 0;
  padding: 0 1rem;
  border-radius: 2rem;
  border: 1px solid #006CB8;
  background-color: #006CB8;
  font-weight: 500;
  color: #fff;
  line-height: 2.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.together3 .maplistMore::after {
  font-family: "xeicon";
  content: "\e907";
  position: absolute;
  right: 0.7rem;
  font-weight: 300;
}
.together3 .maplistMore:hover, .together3 .maplistMore:focus {
  background-color: #fff;
  color: #006CB8;
}
.together3 polygon, .together3 path {
  position: relative;
  fill: #fff;
  stroke: #006CB8;
  stroke-width: 0.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.together3 text {
  display: none;
}
.together3 svg a.active polygon, .together3 svg a.active path {
  fill: #006CB8;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.map_korea {
  float: left;
  position: relative;
  width: 50%;
  max-width: 230px;
  padding-right: 15px;
}
.map_korea:before {
  position: absolute;
  right: -1rem;
  top: 118px;
  width: 2rem;
  height: 2rem;
  background: url(/main/img/main/map_arr.png);
  background-size: cover;
  content: "";
}
.map_korea .map_korea_svg {
  width: 100%;
  height: 263px;
}
.map_korea a {
  display: block;
  position: relative;
  z-index: 10;
}
.map_korea a:focus {
  /* outline: 3px auto;
  outline-offset: -5px;
  z-index: 11; */
}
.map_korea .marker {
  position: absolute;
  z-index: 0;
}
.map_korea .marker span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0.75rem;
  width: 54px;
  height: 30px;
  border-radius: 10px;
  background-color: #00B7C7;
  font-weight: 400;
  -webkit-font-weight: 500;
  font-family: "Noto Sans KR";
  color: #1F364B;
  text-align: center;
  line-height: 30px;
}
.map_korea .marker span:before {
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #00B7C7;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.map_korea .gwangju {
  z-index: 999;
}
.map_korea .jeonnam {
  z-index: 0;
}
.map_korea .marker1 span {
  left: -20px;
  top: -36px;
}
.map_korea .marker2 span {
  left: -9px;
  top: -27px;
}
.map_korea .marker3 span {
  left: -12px;
  top: -32px;
}
.map_korea .marker4 span {
  left: -12px;
  top: -32px;
}
.map_korea .marker5 span {
  left: -19px;
  top: -32px;
}
.map_korea .marker6 span {
  left: -19px;
  top: -32px;
}
.map_korea .marker7 span {
  left: -10px;
  top: -30px;
}
.map_korea .marker8 span {
  left: 15px;
  top: -10px;
}
.map_korea .marker10 span {
  left: 1px;
  top: -18px;
}
.map_korea .marker12 span {
  left: 1px;
  top: -10px;
}
.map_korea .marker13 span {
  left: 47px;
  top: -17px;
}
.map_korea .marker14 span {
  left: 21px;
  top: 20px;
}
.map_korea .marker15 span {
  left: 0px;
  top: -11px;
}
.map_korea .marker16 span {
  left: -4px;
  top: -28px;
}
.map_korea .marker17 span {
  left: -23px;
  top: -33px;
}

.together3 svg a.active:focus polygon, .together3 svg a.active:focus path, .map_korea a:focus polygon, .map_korea a:focus path {
  fill: #e45159;
}

.map_local {
  float: left;
  position: relative;
  width: 50%;
  max-width: 230px;
  padding-left: 0.5rem;
}
.map_local::before {
  font-family: "xeicon";
  content: "\e93e";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -0.75rem;
  font-weight: 600;
  color: #484C58;
}
.map_local polygon, .map_local path {
  stroke-width: 0.3px;
}
.map_local .map_local_svg {
  width: 100%;
  padding-top: 1rem;
  height: 200px;
}
.map_local .map_local_svg05, .map_local .map_local .map_local_svg13, .map_local .map_local .map_local_svg16 {
  padding-top: 2rem;
}
.map_local .group {
  display: none;
}
.map_local .group.active {
  display: block;
}
.map_local .group.active .a {
  position: relative;
  z-index: 10;
}
.map_local .group.active .markerB {
  position: absolute;
  z-index: 0;
}
.map_local .group.active .markerB span {
  display: none;
  position: absolute;
  left: -10px;
  top: -16px;
  width: 60px;
  height: 30px;
  font-size: 0.75rem;
  border-radius: 10px;
  background-color: #00B7C7;
  color: #1F364B;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
}
.map_local .group.active .markerB span:before {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #00B7C7;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.map_local .group.active .markerB.on span {
  display: block;
}
.map_local .group.active .markerB.on span:before {
  display: block;
}

.suggestion {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 3rem;
  padding: 1.75rem 1.3rem 1.75rem 6.25rem;
  border-radius: 1rem;
  background-color: #DBE3F8;
}
.suggestion::before, .suggestion::after {
  position: absolute;
  height: 100%;
  background-size: 100% auto !important;
  content: "";
}
.suggestion::before {
  right: 3.5rem;
  top: 1.75rem;
  z-index: -1;
  width: 11.5rem;
  background: url("../img/main20240909/suggestion1.png") no-repeat right 0;
}
.suggestion::after {
  right: 0.5rem;
  bottom: 0;
  z-index: -2;
  width: 6rem;
  background: url("../img/main20240909/suggestion2.png") no-repeat right bottom;
}
.suggestion em {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 1.3rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.suggestion strong {
  display: block;
  font-size: 1.1rem;
  color: #1F364B;
}
.suggestion span {
  font-weight: 600;
}
.suggestion p {
  position: relative;
  padding-left: 0.5rem;
  text-align: left;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  color: #333;
  vertical-align: middle;
}
.suggestion p::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
.suggestion p::before {
  top: 0.5rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background-color: #20398D;
}
.suggestion a {
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  display: block;
  max-height: inherit;
  white-space: nowrap;
  height: 1.85rem;
  border: 1px solid #213061;
  line-height: calc(1.85rem - 2px);
  display: inline-block;
  padding: 0 1.15rem;
  background-color: #213061;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2rem;
}
.suggestion a:hover, .suggestion a:focus {
  background-color: #fff;
  color: #213061;
}

@media (max-width: 1600px) {
  #nav {
    display: none;
  }
  .introduction a {
    padding: 2rem 2rem 2rem 9rem;
  }
  .introduction i {
    left: 2rem;
    width: 6rem;
  }
}
@media (min-width: 1280.1px) {
  #footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }
  #section4 {
    max-height: 15rem;
  }
  body #footer .layerpop-area.active {
    visibility: hidden;
    opacity: 0;
  }
  .fp-viewing-4 #footer {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .fp-viewing-4 #footer .layerpop-area.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.4s;
    transition: opacity 0.2s 0.4s;
  }
}
@media (min-width: 1280.1px) and (max-height: 750px) {
  .introduction {
    margin-bottom: 2rem;
  }
  .introduction i img {
    height: 4rem;
  }
  .introduction strong {
    margin-bottom: 0;
  }
  .introduction a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .hope1 > .box {
    min-height: 0;
  }
  .banner .bx-wrapper .bx-controls {
    margin-top: 0.1rem;
  }
}
@media (max-width: 1280px) and (min-width: 768.1px) {
  :root {
    --news1: 9rem;
  }
}
@media (max-width: 1280px) {
  :root {
    --news2: 10rem;
  }
  html {
    overflow-y: auto !important;
  }
  body {
    overflow: hidden !important;
  }
  #wrap {
    padding-top: 3rem;
  }
  .section, .fp-tableCell {
    height: auto !important;
  }
  .fp-tableCell {
    max-height: inherit;
    padding: 5rem 0 0;
  }
  .section_title strong {
    display: block;
    line-height: 1;
  }
  .hope1 {
    display: block;
  }
  .hope2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28rem);
  }
  .banner {
    float: right;
    width: 26rem;
    margin-top: 2rem;
  }
  .news02 strong {
    margin-top: 0.5rem;
  }
  .neailkium {
    grid-area: d;
  }
  #section0 .section_title {
    text-align: center;
  }
  #section0 .section_title + .contWrap {
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
  }
  .introduction {
    margin: 0;
  }
  .introduction ul {
    display: block;
  }
  .introduction li + li {
    margin-top: 0.75rem;
  }
  .bisuness .list {
    left: 40% !important;
  }
  .bisuness .group.swiper-slide-active {
    width: 20rem;
  }
  #section2 .contWrap {
    grid-template-columns: calc((100% - 12rem) / 2) auto 6rem;
    row-gap: 1.5rem;
    grid-template-areas: " a b c " " d d d ";
  }
  #section2 [class*=news] ul {
    display: block;
  }
  #section2 [class*=news] li + li {
    margin-top: 1rem;
  }
  #section2 .sns {
    grid-area: c;
  }
  #section2 .sns ul {
    display: block;
  }
  #section2 .sns li + li {
    margin-top: 0.75rem;
  }
  .news01 li a {
    padding-top: var(--news1);
  }
  .news01 .essayCont {
    padding-top: 0.5rem;
  }
  #section3 .container {
    grid-template-columns: auto 10.5rem;
    gap: 2rem;
    grid-template-areas: " a b " " c c ";
  }
  .together3 {
    grid-area: c;
  }
  .together3 .box {
    height: auto;
    padding: 1.5rem;
  }
  .together3 .map_wrap {
    width: calc(475px + 0.5rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .together3 .maplistMore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 1rem;
  }
  .together3 #mapUlList {
    width: 30rem;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .suggestion {
    padding: 2rem 1.25rem;
  }
  .suggestion::before {
    top: auto;
    right: auto;
    left: 0.5rem;
    bottom: 0;
    background-position-y: bottom;
  }
  .suggestion::after {
    width: 8rem;
  }
  .suggestion em {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
    vertical-align: middle;
  }
  .suggestion strong {
    font-size: 1rem;
  }
  .suggestion p {
    margin: 0.5rem 0 1rem;
    font-size: inherit;
  }
  .suggestion span::after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
  }
  #footer {
    position: relative;
  }
  #section4 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .introduction a {
    padding: 1.5rem 1rem 1.5rem 7rem;
  }
  .introduction i {
    left: 1rem;
    width: 5rem;
  }
  .introduction strong {
    margin-bottom: 0;
  }
  .hope2 {
    width: calc(100% - 22rem);
  }
  .banner {
    width: 20rem;
  }
}
@media (max-width: 768px) {
  :root {
    --news2: 100%;
    --tab1: 1.5rem 2rem 2rem;
    --tab2: 0.5rem;
    --tab3: 2rem;
    --tab4: 4rem;
    --tab5: calc(100% - 4rem);
  }
  #wrap {
    padding-bottom: 2rem;
  }
  .hope2 {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }
  .news02, .together3 {
    margin: 2rem 0;
  }
  .section_title span {
    display: block;
  }
  .section_title strong {
    margin-top: 0.75rem;
  }
  .hope1 > .box {
    float: none;
    width: 100%;
    min-height: 18.5rem;
    margin-top: 1rem;
  }
  .hope1 .banner {
    min-height: 0;
  }
  .hope1 .tabMore {
    overflow: hidden;
    width: 1.1rem;
    height: 1.2rem;
    color: transparent;
  }
  .hope1 .tabMore::after {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .introduction ul {
    display: grid;
    gap: 0.5rem;
  }
  .introduction li + li {
    margin-top: 0;
  }
  .introduction a {
    padding: 1rem 0.5rem;
    text-align: center;
  }
  .introduction strong::after {
    display: none;
  }
  .introduction span {
    display: block;
    width: 5.5rem;
    margin: 0.5rem auto 0;
    word-break: keep-all;
  }
  .introduction i {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    width: 3rem;
    margin: 0 auto 0.5rem;
  }
  #section2 .contWrap {
    display: block;
  }
  #section2 [class*=news] ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.5rem;
  }
  #section2 [class*=news] li + li {
    margin: 0;
  }
  #section2 .sns {
    margin-top: 2rem;
  }
  #section2 .sns ul {
    display: grid;
  }
  #section2 .sns li + li {
    margin: 0;
  }
  #section3 .container {
    display: block;
  }
  #section3 .news .tabMore {
    right: -2rem;
  }
  .suggestion {
    padding: 1rem;
  }
  .suggestion::before {
    left: auto;
    right: 0;
  }
  .suggestion p {
    display: block;
  }
}
@media (max-width: 500px) {
  :root {
    --tab1: 1rem;
    --tab3: 1rem;
    --tab5: calc(100% - 2rem);
    --tab4: 3rem;
    --tab6: inherit;
    --tab7: 0.9rem;
    --tab8: var(--tab7);
    --tab9: block;
    --tab10: auto;
    --tab11: 100%;
  }
  #section0 .section_title + .contWrap {
    margin-top: 1.5rem;
  }
  .fp-tableCell {
    padding-top: 3rem;
  }
  .h3 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
  }
  .section_title h2 {
    font-size: 1.2rem;
  }
  .section_title strong {
    font-size: 1.8rem;
  }
  .introduction ul {
    display: block;
  }
  .introduction li + li {
    margin-top: 0.5rem;
  }
  .introduction a {
    padding: 1rem 1rem 1rem 5rem;
    text-align: left;
  }
  .introduction i {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 1.25rem;
  }
  .introduction strong {
    font-size: 0.9rem;
  }
  .introduction span {
    width: 100%;
    margin-top: 0;
  }
  .hope1 .tabWrap {
    min-height: 0;
    padding-top: 5rem;
  }
  .hope1 .tabMore {
    right: 1rem;
    top: 2.75rem;
  }
  .hope1 .contWrap {
    position: static;
    min-width: 100%;
  }
  .hope1 h3 {
    position: absolute;
    left: 1rem;
    top: 1rem;
  }
  .hope1 h3:nth-child(5)::after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
  }
  .hope1 h3:nth-child(7), .hope1 h3:nth-child(9) {
    top: 2.7rem;
  }
  .hope1 h3:nth-child(3) {
    left: 3.5rem;
  }
  .hope1 h3:nth-child(5) {
    left: 7.5rem;
  }
  .hope1 h3:nth-child(9) {
    left: 5rem;
  }
  .bisuness .list {
    margin: 1.5rem 0 1rem;
  }
  .bisuness .control button {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .bisuness .bar {
    width: calc(100% - 11rem);
  }
  .bisuness .group {
    height: 18rem;
    padding: 1.5rem;
  }
  .bisuness .group::after {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
  }
  .bisuness .group.swiper-slide-active {
    width: 14rem;
  }
  .bisuness .group strong {
    font-size: 1rem;
  }
  .bisuness .group ul {
    font-size: inherit;
  }
  #section2 .sns ul {
    gap: 0.25rem;
  }
  #section2 .sns a {
    padding: 0.75rem 0.25rem;
  }
  #section2 .sns span {
    height: 1.75rem;
    line-height: 1.2;
    white-space: normal;
  }
  #section3 .tabWrap {
    min-height: 24.5rem;
  }
  #section3 .news .tabMore {
    right: -1rem;
    top: -5rem;
  }
  .together3 .map_wrap, .together3 .map {
    display: none;
  }
  .together3 .box {
    padding: 1rem 1rem 1.5rem;
  }
  .together3 #mapUlList p {
    display: block;
  }
  .together3 #mapUlList li + li {
    margin-top: 0.5rem;
  }
  .together3 .map_mobile {
    display: block;
    margin-bottom: 1rem;
  }
  .together3 .map_mobile ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .together3 .map_mobile a {
    display: block;
    padding: 0.25rem 0;
    border-radius: 0.2rem;
    border: 1px solid rgba(0, 108, 184, 0.5);
    background-color: #fff;
    text-align: center;
  }
  .together3 .map_mobile .active a {
    background-color: #006CB8;
    color: #fff;
  }
}