@charset "UTF-8";
.wrapper {
  overflow: visible;
}

.titleBox .desc {
  margin-bottom: 14px;
  color: #e9e8e7;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-weight: 600;
}
.titleBox .tit {
  display: inline-block;
  position: relative;
  padding: 0 70px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  line-height: 110%;
  font-weight: 800;
}
.titleBox .tit::before, .titleBox .tit::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 55px;
  height: 55px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(222, 200, 188); /* 아이콘 색 */
}
.titleBox .tit::after {
  left: 0;
  -webkit-mask-image: url("../images/img_titBg_right.png");
          mask-image: url("../images/img_titBg_right.png");
  transform: translateY(-60%) rotate(32deg);
}
.titleBox .tit::before {
  right: 0;
  -webkit-mask-image: url("../images/img_titBg_right.png");
          mask-image: url("../images/img_titBg_right.png");
  transform: translateY(-50%);
}

.hero-section img {
  width: 100%;
}

.preViewSection {
  position: relative;
}
.preViewSection .target {
  position: absolute;
  top: -215px;
}
.preViewSection .viewBox {
  padding: 130px 16px;
}
.preViewSection .viewBox01 {
  position: relative;
  background: #ffefd8;
}
.preViewSection .viewBox01::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  width: 1293px;
  height: 537px;
  content: "";
  -webkit-mask-image: url("../images/image.png");
          mask-image: url("../images/image.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(245, 224, 192);
}
.preViewSection .viewBox01 .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-bottom: 70px;
}
.preViewSection .viewBox01 .titleBox .tit {
  padding: 0 82px;
  color: #572222;
  text-align: center;
}
.preViewSection .viewBox01 .titleBox .tit::after, .preViewSection .viewBox01 .titleBox .tit::before {
  top: auto;
  bottom: -26px;
  background-color: rgb(215, 156, 117);
}
.preViewSection .viewBox01 .roundBox {
  display: inline-flex;
  padding: 6px;
  border-radius: 94px;
  background: #fff;
}
.preViewSection .viewBox01 .roundBox span {
  padding: 20px 48px;
  color: #291c1c;
  text-align: center;
  font-family: Pretendard;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 94px;
  border: 6px solid #855435;
}
.preViewSection .viewBox02 .titleBox {
  margin-bottom: 52px;
}
.preViewSection .viewBox02 .titleBox .tit {
  padding: 0 82px;
  color: #572222;
  text-align: center;
}
.preViewSection .viewBox02 .titleBox .tit::after, .preViewSection .viewBox02 .titleBox .tit::before {
  top: auto;
  bottom: -26px;
  background-color: rgb(206, 180, 164);
}
.preViewSection .contentBox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 756px;
  margin: 0 auto;
}

.slideSection {
  padding: 150px 0 244px 0;
  background: #fff8f1;
}
.slideSection .titleBox {
  margin-bottom: 80px;
}
.slideSection .titleBox .tit {
  padding: 0 98px;
  color: #572222;
}
.slideSection .titleBox .tit::after, .slideSection .titleBox .tit::before {
  background-color: rgb(221, 190, 144);
}
.slideSection .slideWrapper {
  position: relative;
  padding: 20px 18px;
  overflow: hidden;
  max-width: 756px;
  margin: 0 auto;
  border-radius: 58px;
  background: url(../images/img_slideBg_border.png) no-repeat center;
  background-size: contain;
}
.slideSection .slideWrapper .cardSlide {
  border-radius: 58px;
  overflow: hidden;
}
.slideSection .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: static;
  margin-top: 44px;
}
.slideSection .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 8px;
  background: rgb(224, 199, 178);
}
.slideSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 8px;
  background: #99826b;
}
.slideSection::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translateX(-50%);
  width: 1293px;
  height: 537px;
  content: "";
  -webkit-mask-image: url("../images/image.png");
          mask-image: url("../images/image.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(245, 224, 192);
}

.checkSection {
  padding: 220px 0 130px 0;
  background-color: #ffdd89;
}
.checkSection .titleBox {
  display: inline-block;
  padding-top: 70px;
  margin-bottom: 20px;
  background: url(../images/img_checkTit_bg.png) no-repeat right 50px top/104px auto;
}
.checkSection .titleBox .tit {
  color: #572222;
}
.checkSection .titleBox .tit span {
  color: #ff3b3b;
}
.checkSection .titleBox .tit::after, .checkSection .titleBox .tit::before {
  background-color: rgb(157, 82, 40);
}
.checkSection .viewImg {
  width: 100%;
  margin: 0 auto;
  max-width: 756px;
}

.eventStepSection {
  padding: 130px 0 320px 0;
  background: #785945;
}
.eventStepSection .titleBox {
  margin-bottom: 70px;
}
.eventStepSection .stepList {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 46px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}
.eventStepSection .stepList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 50px;
  z-index: 1;
}
.eventStepSection .stepList li .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 44px;
  background: #785945;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventStepSection .stepList li .tit {
  margin-top: 46px;
  color: #553131;
  text-align: center;
  font-family: Pretendard;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventStepSection .stepList li .texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  background: #fbf1e5;
  color: #7b5727;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 160% */
  text-align: center;
}
.eventStepSection .stepList li .texts strong {
  display: inline-block;
  padding: 22px 0 30px 0;
  color: #572222;
  text-align: center;
  font-family: Pretendard;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventStepSection .stepList::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  width: 1293px;
  height: 537px;
  content: "";
  -webkit-mask-image: url("../images/image.png");
          mask-image: url("../images/image.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #88766a;
}
.eventStepSection .infoText {
  max-width: 720px;
  width: 100%;
  margin: 42px auto 0 auto;
  padding: 66px 0;
  border-radius: 40px;
  background: #312218;
}
.eventStepSection .infoText .titleBox {
  margin-bottom: 0;
}
.eventStepSection .infoText strong {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 99px;
  background: #fff;
  z-index: 2;
}
.tabs .btn {
  position: relative;
  display: flex;
  width: 240px;
  height: 116px;
  justify-content: center;
  align-items: center;
  color: #807676;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.tabs .btn.active {
  color: #251f1f;
  font-weight: 800;
}
.tabs .btn.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #292525;
  content: "";
  width: 100%;
  height: 6px;
}

.info-section {
  padding: 70px 16px;
  background: #47423e;
}
.info-section .info-inner {
  max-width: 720px;
  margin: 0 auto;
  color: #9d9690;
  font-family: Pretendard;
  font-size: 24px;
  line-height: 32px; /* 138.462% */
  text-align: left;
}
.info-section strong {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 700;
}
.info-section p {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  word-break: auto-phrase;
}
.info-section p::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 4px;
  height: 4px;
  line-height: 32px; /* 138.462% */
  border-radius: 50%;
  background-color: #9d9690;
}

@media screen and (max-width: 760px) {
  .info-section {
    padding: 34px 16px;
  }
  .info-section .info-inner {
    font-size: 12px;
    line-height: 16px; /* 138.462% */
  }
  .info-section strong {
    margin-bottom: 14px;
  }
  .info-section p {
    padding-left: 6px;
  }
  .info-section p::before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
  .titleBox .desc {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .titleBox .tit {
    padding: 0 30px;
    font-size: 30px;
  }
  .titleBox .tit::before, .titleBox .tit::after {
    width: 22px;
    height: 22px;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .preViewSection .target {
    top: -128px;
  }
  .preViewSection .viewBox {
    padding: 100px 16px;
  }
  .preViewSection .viewBox01::after {
    display: none;
  }
  .preViewSection .viewBox01 .titleBox {
    gap: 10px;
    margin-bottom: 34px;
  }
  .preViewSection .viewBox01 .roundBox {
    padding: 3px;
  }
  .preViewSection .viewBox01 .roundBox span {
    padding: 10px 24px;
    font-size: 22px;
    border: 3px solid #855435;
  }
  .preViewSection .viewBox02 .titleBox {
    margin-bottom: 40px;
  }
  .preViewSection .viewBox02 .titleBox .tit {
    padding: 0 40px;
  }
  .preViewSection .viewBox02 .titleBox .tit::after, .preViewSection .viewBox02 .titleBox .tit::before {
    bottom: -5px;
  }
  .slideSection {
    padding: 74px 16px 122px 16px;
  }
  .slideSection .titleBox {
    margin-bottom: 40px;
  }
  .slideSection .titleBox .tit {
    padding: 0 44px;
  }
  .slideSection .titleBox .tit::after, .slideSection .titleBox .tit::before {
    background-color: rgb(221, 190, 144);
  }
  .slideSection .slideWrapper {
    position: relative;
    padding: 10px 8px;
    border-radius: 28px;
  }
  .slideSection .slideWrapper .cardSlide {
    border-radius: 28px;
  }
  .slideSection .swiper-pagination {
    gap: 4px;
    margin-top: 22px;
  }
  .slideSection .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .slideSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
  .slideSection::after {
    display: none;
  }
  .checkSection {
    padding: 74px 16px;
  }
  .checkSection .titleBox {
    display: inline-block;
    padding-top: 36px;
    margin-bottom: 10px;
    background-size: 52px auto;
    background-position-x: 200px;
  }
  .eventStepSection {
    padding: 74px 16px;
  }
  .eventStepSection .titleBox {
    margin-bottom: 34px;
  }
  .eventStepSection .stepList {
    gap: 22px;
  }
  .eventStepSection .stepList li {
    width: 100%;
    padding: 24px 30px;
    border-radius: 26px;
  }
  .eventStepSection .stepList li img {
    max-width: 194px;
  }
  .eventStepSection .stepList li .badge {
    justify-content: center;
    width: auto;
    height: 20px;
    padding: 0 8px;
    border-radius: 22px;
    font-size: 12px;
  }
  .eventStepSection .stepList li .tit {
    margin-top: 14px;
    font-size: 24px;
  }
  .eventStepSection .stepList li .texts {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px; /* 160% */
    word-break: auto-phrase;
  }
  .eventStepSection .stepList li .texts strong {
    display: inline-block;
    padding: 10px 0 14px 0;
    font-size: 22px;
  }
  .eventStepSection .stepList li + li img {
    max-width: 170px;
  }
  .eventStepSection .infoText {
    margin-top: 20px;
    padding: 30px 0;
    border-radius: 20px;
  }
  .eventStepSection .infoText strong {
    font-size: 14px;
  }
  .tabs {
    top: 59px;
  }
  .tabs .btn {
    position: relative;
    display: flex;
    width: 50%;
    height: 68px;
    font-size: 14px;
  }
  .tabs .btn.active::after {
    height: 3px;
  }
}/*# sourceMappingURL=style.css.map */