@charset "UTF-8";
.is_pc {
  display: block;
}

.is_mo {
  display: none !important;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.bg_img {
  width: 100%;
}

.linkBox {
  position: relative;
}

.link {
  position: absolute;
}

.section01 {
  position: relative;
}
.section01 .link {
  width: 31.5%;
  height: 1.6%;
  bottom: 13.5%;
  left: 34%;
}

.section02 {
  position: relative;
}
.section02 .tab {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.section02 .tab .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.section02 .tab .btn.right {
  right: 0;
  left: auto;
}
.section02 .tab.fixed {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(0);
  z-index: 1000;
  background-color: #fff;
}
.section02.wedding .fb {
  display: none;
}
.section02.fb .wedding {
  display: none;
}
.section02 .btnBox {
  position: relative;
}
.section02 .btnBox.fb .link {
  width: 36%;
  height: 41%;
  bottom: 57.4%;
  left: 32%;
}
.section02 .link {
  width: 36%;
  height: 21%;
  bottom: 20.4%;
  left: 32%;
}
.section02 .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
  gap: 24px;
}
.section02 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  opacity: 1;
}
.section02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #af8c1e;
}

.fbSlideText img {
  display: none;
}
.fbSlideText img.active {
  display: block;
}

.slideBox {
  position: relative;
  width: 55.3%;
  max-width: 1062px; /* 너무 넓어지지 않게 제한 */
  margin: 0 auto;
}
.slideBox .slideWrapper {
  overflow: hidden;
}
.slideBox .swiper-button-next,
.slideBox .swiper-button-prev {
  left: -7.34%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%) rotate(-180deg);
  background: url(/img_slide_arrow_right.f645c1e5.png) no-repeat center;
}
.slideBox .swiper-button-next.swiper-button-next,
.slideBox .swiper-button-prev.swiper-button-next {
  left: auto;
  right: -7.34%;
  transform: translateY(-50%) rotate(0deg);
}

.section05 {
  background-color: #f4f0eb;
}

.section06 {
  position: relative;
}
.section06 .link {
  width: 42%;
  height: 39%;
  top: 39%;
  left: 29%;
}

.cardSlideBox {
  position: relative;
  width: 42.1%;
  margin: 0 auto;
}
.cardSlideBox .cardSlide {
  overflow: hidden;
}
.cardSlideBox .textInfoBox {
  position: relative;
}
.cardSlideBox .textInfoBox button {
  position: absolute;
  width: 20%;
  height: 6%;
  bottom: 6%;
  right: 5%;
}
.cardSlideBox .textInfoBox img.info {
  display: none;
}
.cardSlideBox .swiper-button-next,
.cardSlideBox .swiper-button-prev {
  left: -7.34%;
  top: 13%;
  margin: 0;
  transform: rotate(-180deg);
  background: url(/img_cardSlide_arrow_right.29a3272f.png) no-repeat center;
}
.cardSlideBox .swiper-button-next.swiper-button-next,
.cardSlideBox .swiper-button-prev.swiper-button-next {
  left: auto;
  right: -7.34%;
  transform: rotate(0deg);
}
.cardSlideBox .linkBtn {
  position: relative;
}
.cardSlideBox .linkBtn .link {
  left: 7%;
  top: 48%;
  width: 86%;
  height: 24%;
}

.notiText {
  position: relative;
}
.notiText button {
  background-color: transparent;
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.notiText button.active {
  transform: translateY(-50%) rotate(-180deg);
}

@media (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_mo {
    display: block !important;
  }
  .section01 {
    position: relative;
  }
  .section01 .link {
    width: 79.5%;
    height: 1.6%;
    bottom: 12.7%;
    left: 10%;
  }
  .section02 {
    position: relative;
  }
  .section02 .swiper-pagination {
    margin-top: 14px;
    gap: 10px;
  }
  .section02 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .section02.fb .link {
    width: 93%;
    height: 46%;
    bottom: 51.4%;
    left: 3%;
  }
  .section02 .link {
    width: 93%;
    height: 21%;
    bottom: 20.4%;
    left: 3%;
  }
  .section02 .swiper-button-next,
  .section02 .swiper-button-prev {
    left: 9%;
    top: 32%;
    width: 4%;
  }
  .section02 .swiper-button-next.swiper-button-next,
  .section02 .swiper-button-prev.swiper-button-next {
    left: auto;
    right: 9%;
  }
  .fbSlideText img {
    display: none;
  }
  .fbSlideText img.active {
    display: block;
  }
  .slideBox {
    width: 100%;
    margin: 0 auto;
  }
  .slideBox .slideWrapper {
    overflow: hidden;
  }
  .slideBox .swiper-button-next,
  .slideBox .swiper-button-prev {
    left: 16px;
    top: 50%;
    width: 14px;
    height: 32px;
    transform: translateY(-50%) rotate(-180deg);
    background: url(/img_slide_arrow_right_m.c92c31aa.png) no-repeat center/100%;
  }
  .slideBox .swiper-button-next.swiper-button-next,
  .slideBox .swiper-button-prev.swiper-button-next {
    left: auto;
    right: 16px;
    transform: translateY(-50%) rotate(0deg);
  }
  .section05 {
    background-color: #f4f0eb;
  }
  .section06 {
    position: relative;
  }
  .section06 .link {
    width: 93%;
    height: 35%;
    top: 41%;
    left: 4%;
  }
  .cardSlideBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .cardSlideBox .cardSlide {
    overflow: hidden;
  }
  .cardSlideBox .textInfoBox {
    margin: 0 3%;
  }
  .cardSlideBox .linkBtn .link {
    left: 4%;
    top: 44%;
    width: 92%;
    height: 27%;
  }
  .cardSlideBox .swiper-button-next,
  .cardSlideBox .swiper-button-prev {
    left: 3%;
    top: 0;
    margin: 0;
    width: 16px;
    height: 34px;
    transform: translateY(290%) rotate(-180deg);
    background-size: 100% 100%;
  }
  .cardSlideBox .swiper-button-next.swiper-button-next,
  .cardSlideBox .swiper-button-prev.swiper-button-next {
    left: auto;
    right: 3%;
    transform: translateY(290%) rotate(0deg);
  }
  .notiText {
    position: relative;
  }
  .notiText button {
    width: 4%;
    right: 3%;
  }
  .notiText button img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */