@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#page-content-wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 991.98px) {
  #page-content-wrapper {
    padding-top: 0;
  }
}

@media screen and (max-width: 991.98px) {
  #section01 .area {
    padding: 0;
  }
}
#section01 .title-wrap {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin-bottom: 95px;
  text-align: left;
  align-items: center;
  column-gap: 42px;
  flex-direction: row;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap {
    display: none;
  }
}
#section01 .title-wrap h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#section01 .title-wrap .desc {
  font-size: 30px;
  color: #e0e0e0;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .desc {
    font-size: 16px;
  }
}
#section01 .swiper {
  border-radius: 40px;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 991.98px) {
  #section01 .swiper {
    border-radius: 0;
    border: none;
  }
}
#section01 .swiper .swiper-slide {
  position: relative;
}
#section01 .swiper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 34.6413243409%;
}
@media screen and (max-width: 991.98px) {
  #section01 .swiper .swiper-slide:before {
    padding-top: 119.6808510638%;
  }
}
#section01 .swiper .swiper-slide > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 101%;
  transform: translate(-50%, -50%);
}
#section01 .swiper .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#section01 .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  #section01 .swiper-pagination {
    left: 13px;
    bottom: 13px;
  }
}
#section01 .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 8px;
  background-color: #cbd5c0;
  border: none;
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  #section01 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: transparent;
    border: 1px solid #fff;
  }
}
#section01 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section01 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

#section02 {
  padding-top: 224px;
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding-top: 75px;
  }
}
#section02 .text-wrap {
  display: flex;
}
#section02 .text-wrap .left-wrap {
  display: block;
  font-size: 36px;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section02 .text-wrap .left-wrap {
    display: none;
  }
}
#section02 .text-wrap .right-wrap {
  padding-left: 65px;
  margin-left: 65px;
  border-left: 2px solid #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section02 .text-wrap .right-wrap {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
}
#section02 .text-wrap .right-wrap h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #section02 .text-wrap .right-wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#section02 .text-wrap .right-wrap .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  #section02 .text-wrap .right-wrap .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #a8a8a8;
  }
}

#section2_1 {
  padding: 266px 0;
  background: url("../imgs/sec2_number_bg.png") no-repeat center top -60px/contain;
  overflow: visible;
}
@media screen and (max-width: 1499.98px) {
  #section2_1 {
    background-position: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section2_1 {
    padding: 96px 0 85px;
  }
}
@media screen and (max-width: 767.98px) {
  #section2_1 {
    background-image: url("../imgs/sec2_number_bg_m.png");
  }
}
#section2_1 .number-counter-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section2_1 .number-counter-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 90px;
  }
}
#section2_1 .number-counter-wrap .num {
  display: flex;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 991.98px) {
  #section2_1 .number-counter-wrap .num {
    font-size: 24px;
  }
}
#section2_1 .number-counter-wrap .txt {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section2_1 .number-counter-wrap .txt {
    margin-top: 14px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991.98px) {
  #section2_2 .go-intro-wrap .area3 {
    padding: 0;
  }
}

#section03 {
  position: relative;
  padding-top: 370px;
}
@media screen and (max-width: 1499.98px) {
  #section03 {
    padding-top: 24.6831220814vw;
  }
}
#section03 .bg-round {
  position: absolute;
  top: 53%;
  right: -22vw;
  width: 0%;
  height: 879px;
  background-color: #fcf8f1;
  border-top-left-radius: 650px;
  border-bottom-left-radius: 650px;
  transform: translateY(-50%);
  transition: all 0.7s;
  transition-timing-function: ease-out;
  z-index: 0;
}
@media screen and (max-width: 1499.98px) {
  #section03 .bg-round {
    height: 58.6390927285vw;
  }
}
@media screen and (max-width: 1199.98px) {
  #section03 .bg-round {
    right: -50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .bg-round {
    right: -19px;
    height: 120%;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .bg-round {
    height: 282px;
  }
}
#section03 .bg-round.active {
  width: 239%;
}
@media screen and (max-width: 1499.98px) {
  #section03 .bg-round.active {
    width: 220%;
  }
}
@media screen and (max-width: 1199.98px) {
  #section03 .bg-round.active {
    width: 50%;
  }
}
#section03 h2 {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section03 h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
#section03 .subtitle {
  position: relative;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section03 .subtitle {
    font-size: 16px;
  }
}
#section03 .content-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
@media screen and (max-width: 1199.98px) {
  #section03 .content-wrap {
    flex-direction: column;
    row-gap: 45px;
  }
}
#section03 .bg-round.mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #section03 .bg-round.mobile {
    display: block;
    top: -30px;
    right: auto;
    left: -19px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
    height: 157px;
    max-width: 133px;
    transform: none;
  }
}
#section03 .ceo-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 90px;
  z-index: 2;
}
@media screen and (max-width: 1709.98px) {
  #section03 .ceo-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #section03 .ceo-wrap {
    display: block;
    width: 100%;
  }
}
#section03 .ceo-wrap .ceo-img {
  width: 277px;
}
@media screen and (max-width: 1709.98px) {
  #section03 .ceo-wrap .ceo-img {
    width: 245px;
  }
}
@media screen and (max-width: 767.98px) {
  #section03 .ceo-wrap .ceo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 113px;
  }
}
#section03 .ceo-wrap .sign-pc {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 24px;
  color: #fff;
  filter: drop-shadow(0px 0px 2px #000);
}
#section03 .ceo-wrap .sign-pc .sign {
  width: 88px;
  filter: brightness(10);
}
#section03 .ceo-wrap .info {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1499.98px) {
  #section03 .ceo-wrap .info {
    font-size: 2.0013342228vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .ceo-wrap .info {
    font-size: 14px;
    text-align: right;
    padding-top: 115px;
    line-height: 1.8;
    max-width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  #section03 .ceo-wrap .info {
    max-width: none;
  }
}
#section03 .ceo-wrap .info .strong1 {
  display: flex;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section03 .ceo-wrap .info .strong1 {
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .ceo-wrap .info .strong1 .sign {
    width: 52px;
  }
}
#section03 .ceo-wrap .info .strong2 {
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
#section03 .ceo-wrap .info .desc {
  line-height: 1.3;
}
#section03 .ceo-wrap .info .desc p {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
#section03 .ceo-wrap .info .desc .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 991.98px) {
  #section03 .ceo-wrap .info .desc .btn-wrap {
    margin-top: 24px;
  }
}
#section03 .how-wrap {
  position: relative;
  width: 40.1%;
}
@media screen and (max-width: 1199.98px) {
  #section03 .how-wrap {
    width: 100%;
  }
}
#section03 .how-wrap .video-wrap {
  position: relative;
  border-radius: 10px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  #section03 .how-wrap .video-wrap {
    width: calc(100% - 38px);
    margin: 0 auto;
    max-width: 512px;
  }
}
#section03 .how-wrap .video-wrap:before {
  content: "";
  display: block;
  padding-top: 58.4415584416%;
}
#section03 .how-wrap .video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#section03 .curri-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  width: 100%;
  gap: 120px;
}
@media screen and (max-width: 1199.98px) {
  #section03 .curri-wrap {
    display: block;
    margin-top: 0;
  }
}
#section03 .curri-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 33px;
}
@media screen and (max-width: 991.98px) {
  #section03 .curri-wrap .list-wrap {
    flex-direction: column;
    width: calc(100% - 38px);
    margin: 0 auto;
    gap: 10px;
  }
}
#section03 .curri-wrap .list-wrap .list {
  position: relative;
  flex: 1;
  padding: 30px 35px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  max-width: 512px;
}
@media screen and (max-width: 991.98px) {
  #section03 .curri-wrap .list-wrap .list {
    padding: 18px 22px;
    font-size: 14px;
    width: 100%;
  }
}
#section03 .curri-wrap .list-wrap .list span {
  font-weight: 400;
}
#section03 .curri-wrap .list-wrap .list img {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 85px;
}
@media screen and (max-width: 1499.98px) {
  #section03 .curri-wrap .list-wrap .list img {
    right: 15px;
    width: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .curri-wrap .list-wrap .list img {
    width: 46px;
  }
}
#section03 .curri-wrap .list-wrap .list.first {
  background-color: #3e7c4b;
}
#section03 .curri-wrap .list-wrap .list.second {
  background-color: #cbd5c0;
  color: #3e7c4b;
}

#section04 {
  padding-top: 465px;
  padding-bottom: 640px;
  background: url("../imgs/sec4_bg.png") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 1919.98px) {
  #section04 {
    padding-top: 24.2313705055vw;
    padding-bottom: 24.2313705055vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 {
    background-image: url("../imgs/sec4_bg_m.png");
    background-position: center top;
  }
}
#section04 h2 {
  position: relative;
  margin-bottom: 90px;
  display: flex;
  align-items: flex-end;
  gap: 50px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section04 h2 {
    margin-bottom: 50px;
    font-size: 18px;
    column-gap: 24px;
  }
}
#section04 h2 p {
  white-space: nowrap;
}
#section04 h2 .bar {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 991.98px) {
  #section04 h2 .bar {
    border-width: 2px;
  }
}
#section04 ul {
  padding: 0 75px;
}
@media screen and (max-width: 991.98px) {
  #section04 ul {
    padding: 0;
  }
}
#section04 ul li {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  #section04 ul li {
    flex-direction: column;
    row-gap: 26px;
  }
}
#section04 ul li .img-box {
  width: 400px;
  height: 400px;
  background-color: #000;
}
@media screen and (max-width: 1499.98px) {
  #section04 ul li .img-box {
    width: 26.6844563042vw;
    height: 26.6844563042vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 ul li .img-box {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
}
#section04 ul li .txt-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#section04 ul li .title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e2a24;
}
@media screen and (max-width: 991.98px) {
  #section04 ul li .title {
    font-size: 16px;
  }
}
#section04 ul li .desc {
  font-size: 24px;
  line-height: 1.5;
  color: #a8a8a8;
}
@media screen and (max-width: 991.98px) {
  #section04 ul li .desc {
    font-size: 14px;
  }
}
#section04 ul li .btn-wrap {
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  #section04 ul li .btn-wrap {
    margin-top: 44px;
    text-align: center;
  }
}