.o-section.p-svc3901-infobanner {
  margin-top: 120px;
}

.p-svc3901-bottombannerheading {
  font-family: "Hiragino Kaku Gothic ProN";
  margin: 0;
  font-size: 24px;
  line-height: 2.5;
  font-weight: 300;
  color: #3b4c6f;
  text-align: center;
}

.o-section.p-svc3901_carouselsection {
  margin-top: 40px;
}

.p-svc3901_swiper {
  margin-bottom: 60px;
}

.p-svc3901_swipercontainer {
  max-width: 500px;
}

.p-svc3901_swiperwrapper {
  max-height: 353px;
}

.p-svc3901_paginationcontainer {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 19%;
  right: 12px;
  z-index: 1;
  height: 114px;
  justify-content: space-between;
  align-items: center;
}

.p-svc3901_bullet {
  position: relative;
  display: block;
  width: 8px;
  height: 10px;
  background-color: rgb(11, 11, 11);
  border-radius: 1px;
  opacity: 0.2;
}

.p-svc3901_bullet + .p-svc3901_bullet {
  margin-top: 4px;
}

.p-svc3901_bullet-active {
  opacity: 0.6;
}

.p-svc3901_bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 14px;
  padding: 2px;
  border: 1px solid rgb(11, 11, 11);
  top: -2px;
  transform: translateX(-2px);
  border-radius: 3px;
  opacity: 1;
}

.p-svc3901_prev .a-icon,
.p-svc3901_next .a-icon {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .o-section.p-svc3901-infobanner {
    width: 100vw;
    margin-top: 75px;
    margin-left: -16px;
  }

  .p-svc3901-bottombannerheading {
    font-size: 20px;
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .o-section.p-svc3901_carouselsection {
    margin-top: 60px;
  }

  .p-svc3901_paginationcontainer {
    height: 102px;
    top: 12%;
    right: 12px;
  }

  .p-svc3901_swiper {
    margin-bottom: 35px;
  }

  .o-section.p-svc3901_thumbnailcontainer {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 526px) {
  .p-svc3901_swiperwrapper {
    max-height: calc(100vw - 134px);
    min-height: 275px;
  }
}
