.left-wrapper .top .slider_ {
  display: inline-block;
  width: 57.3311%;
  margin: 0;
}
.main-slider-wrapper {
  position: relative;
}
.main-slider-wrapper .swiper-horizontal {
  padding-bottom: 68px;
}
.main-slider-wrapper .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgb(222, 222, 222);
  background: url(/images/arrow-left_.svg) 48% center / 6px 12px no-repeat
    rgb(255, 255, 255);
  inset: auto 160px 0px auto;
  display: block !important;
}
.main-slider-wrapper .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgb(222, 222, 222);
  background: url(/images/arrow-right_.svg) 52% center / 6px 12px no-repeat
    rgb(255, 255, 255);
  top: auto;
  bottom: 0px;
  right: 60px;
  display: block !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}
.main-slider-wrapper .swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: 14px;
  left: 60px !important;
  background-color: rgb(238, 238, 238);
  max-width: 511px;
  width: calc(100% - 280px) !important;
}
.main-slider-wrapper .swiper-pagination-progressbar-fill {
  background-color: rgb(124, 90, 255) !important;
  transition-duration: 500ms !important;
}
.main-slider-wrapper .page {
  position: absolute;
  bottom: 3.5px;
  right: 109px;
}
.main-slider-wrapper .page strong {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-slider-wrapper span {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.main-slider-wrapper .page span {
  color: rgb(153, 153, 153);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-slider-wrapper .banner {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 104px 20px 0px 60px;
}
.main-slider-wrapper p {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans KR";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.76px;
  margin-top: 0;
  margin-bottom: 24px;
}
.main-slider-wrapper p.content {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}

@media (max-width: 770px) {

  .main-slider-wrapper .swiper-horizontal {
    padding-bottom: 52px;
  }

  .main-slider-wrapper .banner {
    height: 248px;
    padding: 38px 20px 10px 26px;
  }

  .main-slider-wrapper p {
    color: rgb(0, 0, 0);
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.44px;
    margin-bottom: 12px;
  }

  .main-slider-wrapper p.content {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.24px;
}

.main-slider-wrapper .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-position: 48% center;
  background-size: 6px 10px;
  background-image: url(/images/arrow-left_.svg);
  inset: auto 88px 0px auto;
}

.main-slider-wrapper .swiper-button-next {
  width: 26px;
  height: 26px;
  background-position: 52% center;
  background-size: 6px 10px;
  background-image: url(/images/arrow-right_.svg);
  top: auto;
  bottom: 0px;
  right: 0px;
}

.main-slider-wrapper .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 10.5px;
  left: 10px !important;
  background-color: rgb(238, 238, 238);
  max-width: 511px;
  width: calc(100% - 144px) !important;
}

.main-slider-wrapper .page {
  position: absolute;
  bottom: 3px;
  right: 43px;
}

.main-slider-wrapper .page strong {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-slider-wrapper .page span {
  color: rgb(153, 153, 153);
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
}