@charset "UTF-8";
.common-sec {
  padding: 200px 0;
}
@media screen and (max-width: 1439.98px) {
  .common-sec {
    padding: 13.8985406532vw 0;
  }
}
@media screen and (max-width: 991.98px) {
  .common-sec {
    padding: 90px 0;
  }
}

#sec_01 {
  height: calc(100vh - 90px);
  max-height: 900px;
}
@media screen and (max-width: 1919.98px) {
  #sec_01 {
    max-height: none;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_01 {
    height: 532px;
  }
}
#sec_01 .area {
  padding-top: 180px;
}
@media screen and (max-width: 1439.98px) {
  #sec_01 .area {
    padding-top: 12.5086865879vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_01 .area {
    padding-top: 160px;
  }
}
#sec_01 .swiper {
  height: 100%;
}
#sec_01 .swiper-slide {
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#sec_01 .swiper-slide.slide1 {
  background-image: url("../imgs/sec1_bg1.png");
}
@media screen and (max-width: 991.98px) {
  #sec_01 .swiper-slide.slide1 {
    background-image: url("../imgs/sec1_bg1_m.png");
  }
}
#sec_01 .swiper-slide.slide2 {
  background-image: url("../imgs/sec1_bg2.png");
}
@media screen and (max-width: 991.98px) {
  #sec_01 .swiper-slide.slide2 {
    background-image: url("../imgs/sec1_bg2_m.png");
  }
}
#sec_01 .swiper-slide.slide3 {
  background-image: url("../imgs/sec1_bg3.png");
}
@media screen and (max-width: 991.98px) {
  #sec_01 .swiper-slide.slide3 {
    background-image: url("../imgs/sec1_bg3_m.png");
  }
}
#sec_01 .title-wrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 991.98px) {
  #sec_01 .title-wrap {
    margin-bottom: 70px;
  }
}
#sec_01 .title-wrap .subtitle {
  color: #b3cde0;
}
#sec_01 .title-wrap .title {
  font-size: clamp(32px, 4vw, 64px);
}
@media screen and (max-width: 374.98px) {
  #sec_01 .title-wrap .title {
    font-size: 8.5561497326vw;
  }
}
#sec_01 .title-wrap .desc {
  margin-bottom: 5px;
  font-size: clamp(19px, 2vw, 28px);
}
#sec_01 .cont {
  line-height: 1.4;
  font-size: clamp(14px, 2vw, 24px);
}
@media screen and (max-width: 374.98px) {
  #sec_01 .cont {
    font-size: 3.743315508vw;
  }
}
#sec_01 .bar-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
#sec_01 .bar-wrap div {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #939393;
}
#sec_01 .bar-wrap div.active {
  background-color: #92bf49;
}

#sec_02 {
  background: #f4f8fa url("../imgs/sec2_bg.png") no-repeat center top/contain;
}
#sec_02 .img-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #sec_02 .img-wrap {
    flex-direction: column;
  }
}
#sec_02 .img-wrap img {
  width: 100%;
}
#sec_02 .img-wrap .img-cap {
  background-color: #2c55a5;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 500;
}
@media screen and (max-width: 374.98px) {
  #sec_02 .img-wrap .img-cap {
    font-size: 4.5454545455vw;
  }
}
#sec_02 .desc {
  margin: 40px 0;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .desc {
    margin: 35px 0;
  }
}
@media screen and (max-width: 374.98px) {
  #sec_02 .desc {
    font-size: 5.614973262vw;
  }
}
#sec_02 .point-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point-wrap {
    flex-direction: column;
    gap: 14px;
  }
}
#sec_02 .point-wrap li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  padding: 18px 5px;
  line-height: 1.3;
  font-size: clamp(20px, 1.5vw, 28px);
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point-wrap li {
    padding-top: 18px;
  }
}
@media screen and (max-width: 374.98px) {
  #sec_02 .point-wrap li {
    font-size: 5.0802139037vw;
  }
}
#sec_02 .point-wrap li img {
  width: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point-wrap li img {
    width: 20px;
    margin-bottom: 8px;
  }
}
#sec_02 .point-wrap li span {
  font-weight: 700;
  background: linear-gradient(to top, #b3cde0 40%, transparent 40%);
}
#sec_02 .point2-wrap {
  padding-top: 170px;
}
@media screen and (max-width: 1599.98px) {
  #sec_02 .point2-wrap {
    padding-top: 10.631644778vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap {
    padding-top: 63px;
  }
}
#sec_02 .point2-wrap .top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .top-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_02 .point2-wrap .top-wrap .img {
    max-width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .top-wrap .img {
    max-width: 36%;
  }
}
#sec_02 .point2-wrap .top-wrap .img img {
  width: 100%;
}
#sec_02 .point2-wrap .title-wrap:not(.has-mg) {
  margin-bottom: 0;
}
#sec_02 .point2-wrap .title-wrap .tit-desc {
  margin: 17px 0 50px;
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 600;
  line-height: 1.2;
  color: #424242;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .title-wrap .tit-desc {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#sec_02 .point2-wrap .title-wrap .bar {
  margin-bottom: 13px;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .title-wrap .bar {
    margin-bottom: 8px;
  }
}
#sec_02 .point2-wrap .title-wrap .cont {
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .title-wrap .cont {
    line-height: 1.4;
  }
}
#sec_02 .point2-wrap .title-wrap .cont span {
  display: inline-block;
  padding: 0 3px;
  background-color: #2c55a5;
  color: #fff;
}
#sec_02 .point2-wrap .img-wrap {
  margin: 80px 0 50px;
  gap: 60px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .img-wrap {
    margin: 50px 0 40px;
    gap: 40px;
  }
}
#sec_02 .point2-wrap .img-wrap li {
  position: relative;
}
#sec_02 .point2-wrap .img-wrap li:before {
  content: "";
  display: block;
  position: absolute;
  left: -41px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url("../imgs/sec2_arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  #sec_02 .point2-wrap .img-wrap li:before {
    left: -31px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_02 .point2-wrap .img-wrap li:before {
    left: 50%;
    top: -28px;
    transform: translate(-50%, 0);
    width: 18px;
    height: 18px;
    background-image: url("../imgs/sec2_arrow_down.png");
  }
}

#sec_03 {
  padding-top: 0 !important;
  background: #f4f8fa;
}
#sec_03 .cont {
  padding: 60px 20px;
  background: url("../imgs/sec3_bg.png") no-repeat center/cover;
  text-align: center;
}
#sec_03 .tit {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 700;
}
#sec_03 .bar {
  margin: 40px 0 12px;
}
@media screen and (max-width: 991.98px) {
  #sec_03 .bar {
    margin: 24px 0 10px;
  }
}
#sec_03 .desc {
  font-size: clamp(14px, 1.4vw, 22px);
  line-height: 1.4;
}
@media screen and (max-width: 374.98px) {
  #sec_03 .desc {
    font-size: 3.743315508vw;
  }
}
#sec_03 .img-list {
  display: inline-flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 991.98px) {
  #sec_03 .img-list {
    gap: 14px;
    margin-top: 25px;
  }
}
#sec_03 .img-list li {
  flex: 1;
  font-size: 15px;
  font-weight: 300;
  color: #6f6f6f;
}
@media screen and (max-width: 991.98px) {
  #sec_03 .img-list li {
    font-size: 10px;
  }
}
#sec_03 .img-list li img {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #b3cde0;
}
@media screen and (max-width: 991.98px) {
  #sec_03 .img-list li img {
    margin-bottom: 8px;
  }
}

#sec_04 {
  background: url("../imgs/sec4_bg.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 767.98px) {
  #sec_04 {
    background-image: url("../imgs/sec4_bg_m.png");
  }
}
#sec_04 .area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .area {
    display: block;
  }
}
#sec_04 .title-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .title-wrap {
    position: absolute;
    top: 0;
    left: 20px;
    height: 183px;
    display: inline-flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_04 .title-wrap .subtitle {
    align-self: start;
  }
}
#sec_04 .swiper-arrows {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper-arrows {
    margin-top: auto;
  }
}
#sec_04 .swiper-arrows .swiper-button-prev,
#sec_04 .swiper-arrows .swiper-button-next {
  position: relative;
  inset: auto;
  width: 14px;
  height: 24px;
  cursor: pointer;
  margin: 0;
  color: transparent;
  background: url("../imgs/slide_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper-arrows .swiper-button-prev,
  #sec_04 .swiper-arrows .swiper-button-next {
    width: 16px;
    height: 16px;
  }
}
#sec_04 .swiper-arrows .swiper-button-prev:after,
#sec_04 .swiper-arrows .swiper-button-next:after {
  font-size: 27px;
}
#sec_04 .swiper-arrows .swiper-button-next {
  transform: rotate(180deg);
}
#sec_04 .swiper-arrows .slide-num {
  display: flex;
  padding: 0 20px;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  color: #bababa;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper-arrows .slide-num {
    font-size: 14px;
    padding: 0 10px;
  }
}
#sec_04 .swiper-arrows .slide-num .dash {
  font-weight: 300;
}
#sec_04 .swiper-arrows .slide-num .current {
  color: #2c55a5;
}
#sec_04 .swiper {
  width: calc(100% - 163px);
}
@media screen and (max-width: 1599.98px) {
  #sec_04 .swiper {
    width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper {
    width: 100%;
  }
}
#sec_04 .swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper .swiper-slide {
    flex-direction: column;
  }
}
#sec_04 .swiper .swiper-slide .img {
  max-width: 500px;
}
@media screen and (max-width: 1599.98px) {
  #sec_04 .swiper .swiper-slide .img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec_04 .swiper .swiper-slide .img {
    max-width: 43%;
  }
}
@media screen and (max-width: 767.98px) {
  #sec_04 .swiper .swiper-slide .img {
    max-width: 160px;
  }
}
#sec_04 .swiper .swiper-slide .img img {
  width: 100%;
}
#sec_04 .text-wrap {
  flex: 1;
}
#sec_04 .text-wrap .tit {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 600;
}
#sec_04 .text-wrap .bar {
  margin: 40px 0 10px;
}
@media screen and (max-width: 767.98px) {
  #sec_04 .text-wrap .bar {
    margin-top: 25px;
  }
}
#sec_04 .text-wrap .desc {
  font-size: clamp(14px, 1.3vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.02em;
}

#sec_05 {
  padding-top: 0 !important;
}
#sec_05 .area {
  max-width: 1568px;
}
#sec_05 .list {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #sec_05 .list {
    margin-bottom: 20px;
  }
}
#sec_05 .list.pc .list-wrap {
  display: flex;
  justify-content: space-between;
  height: 420px;
  gap: 20px;
  transition: gap 0.4s;
}
#sec_05 .list.pc .list-wrap:hover {
  gap: 10px;
}
#sec_05 .list.pc .list-wrap .item {
  position: relative;
  height: 100%;
  width: 12.5%;
  padding: 20px 12px;
  background-color: #ddd;
  background-position: center;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
#sec_05 .list.pc .list-wrap .item.hover {
  font-size: clamp(13px, 1vw, 18px);
}
#sec_05 .list.pc .list-wrap .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}
#sec_05 .list.pc .list-wrap .item.item1 {
  background-image: url("../imgs/sec5_img1.png");
}
#sec_05 .list.pc .list-wrap .item.item2 {
  background-image: url("../imgs/sec5_img2.png");
}
#sec_05 .list.pc .list-wrap .item.item3 {
  background-image: url("../imgs/sec5_img3.png");
}
#sec_05 .list.pc .list-wrap .item.item4 {
  background-image: url("../imgs/sec5_img4.png");
}
#sec_05 .list.pc .list-wrap .item.item5 {
  background-image: url("../imgs/sec5_img5.png");
}
#sec_05 .list.pc .list-wrap .item.item6 {
  background-image: url("../imgs/sec5_img6.png");
}
#sec_05 .list.pc .list-wrap .item.item7 {
  background-image: url("../imgs/sec5_img7.png");
}
#sec_05 .list.pc .list-wrap .item.item8 {
  background-image: url("../imgs/sec5_img8.png");
}
#sec_05 .list.pc .list-wrap .item .name {
  position: relative;
  z-index: 9;
}
#sec_05 .list.mobile .list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991.98px) {
  #sec_05 .list.mobile .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
#sec_05 .list.mobile .list-wrap {
  gap: 15px;
}
#sec_05 .list.mobile .list-wrap li {
  aspect-ratio: 16/9;
  padding: 14px 0 0 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: clamp(14px, 1.7vw, 22px);
  font-weight: 700;
  color: #fff;
}
#sec_05 .list.mobile .list-wrap li.item1 {
  background-image: url("../imgs/sec5_img1_m.png");
}
#sec_05 .list.mobile .list-wrap li.item2 {
  background-image: url("../imgs/sec5_img2_m.png");
}
#sec_05 .list.mobile .list-wrap li.item3 {
  background-image: url("../imgs/sec5_img3_m.png");
}
#sec_05 .list.mobile .list-wrap li.item4 {
  background-image: url("../imgs/sec5_img4_m.png");
}
#sec_05 .list.mobile .list-wrap li.item5 {
  background-image: url("../imgs/sec5_img5_m.png");
}
#sec_05 .list.mobile .list-wrap li.item6 {
  background-image: url("../imgs/sec5_img6_m.png");
}
#sec_05 .list.mobile .list-wrap li.item7 {
  background-image: url("../imgs/sec5_img7_m.png");
}
#sec_05 .list.mobile .list-wrap li.item8 {
  background-image: url("../imgs/sec5_img8_m.png");
}

#sec_06 {
  background: url("../imgs/sec6_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec_06 {
    background-image: url("../imgs/sec6_bg_m.png");
  }
}
#sec_06 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 543.98px) {
  #sec_06 .list {
    flex-direction: column;
    gap: 24px;
  }
}
#sec_06 .list li {
  width: calc(33.33% - 13.3333333333px);
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #sec_06 .list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 543.98px) {
  #sec_06 .list li {
    width: 100%;
  }
}
#sec_06 .list li img {
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #sec_06 .list li img {
    margin-bottom: 10px;
    max-width: 256px;
  }
}
#sec_06 .noti {
  margin-top: 50px;
  color: #a3a3a3;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #sec_06 .noti {
    margin-top: 40px;
  }
}

#sec_07 {
  background: url("../imgs/sec7_bg.png") no-repeat center bottom/contain;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #sec_07 {
    background-image: url("../imgs/sec7_bg_m.png");
  }
}
#sec_07 .list {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 37px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #sec_07 .list {
    display: grid;
    margin-bottom: 20px;
    gap: 12px;
  }
}
#sec_07 .list li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ddd;
  width: 258px;
  font-size: clamp(15px, 2vw, 32px);
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec_07 .list li {
    width: 100%;
  }
}
#sec_07 .list li:nth-child(1) {
  background-image: url("../imgs/sec7_img1.png");
}
#sec_07 .list li:nth-child(2) {
  background-image: url("../imgs/sec7_img2.png");
}
#sec_07 .list li:nth-child(3) {
  background-image: url("../imgs/sec7_img3.png");
}
#sec_07 .list li:nth-child(4) {
  background-image: url("../imgs/sec7_img4.png");
}
#sec_07 .list li:nth-child(5) {
  background-image: url("../imgs/sec7_img5.png");
}
#sec_07 .list li:nth-child(6) {
  background-image: url("../imgs/sec7_img6.png");
}
#sec_07 .list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#sec_07 .vbar {
  display: inline-block;
  margin: 49px 0 20px;
}
@media screen and (max-width: 991.98px) {
  #sec_07 .vbar {
    margin: 29px 0 12px;
    height: 60px;
  }
}
#sec_07 .text1 {
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 543.98px) {
  #sec_07 .text1 {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 374.98px) {
  #sec_07 .text1 {
    font-size: 4.5454545455vw;
  }
}
#sec_07 .text2 {
  color: #2c55a5;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 22px);
}
@media screen and (max-width: 543.98px) {
  #sec_07 .text2 {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 374.98px) {
  #sec_07 .text2 {
    font-size: 4.8128342246vw;
  }
}

@media screen and (min-width: 992px) {
  #sec_map {
    padding: 130px 0;
  }
}
#sec_map .area {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  #sec_map .area {
    display: block;
  }
}
#sec_map .wrap_btn_zoom,
#sec_map .wrap_controllers,
#sec_map .cont {
  display: none;
}
#sec_map .root_daum_roughmap,
#sec_map #map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 991.98px) {
  #sec_map .root_daum_roughmap,
  #sec_map #map {
    height: 250px;
  }
}
#sec_map .root_daum_roughmap .wrap_map,
#sec_map #map .wrap_map {
  width: 100%;
  height: 100%;
}
#sec_map .map_border {
  width: 0;
}
#sec_map .map-wrap {
  flex: 1;
  max-width: 1063px;
  display: block;
}
#sec_map .addr {
  display: block;
  padding: 15px 20px;
  border: 1px solid #bababa;
  font-size: 22px;
  font-weight: 700;
  color: #2c55a5;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #sec_map .addr {
    padding: 10px;
    font-size: clamp(13px, 1.8vw, 22px);
    line-height: 1.4;
  }
}