
.p-swiper {
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 32px;
  container-type: inline-size;
}

.controller {
  margin: 1pc auto 0;
  max-width: 80pc;
  order: 1;
  position: relative;
  width: 100%;
}

.p-swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0 auto !important;
  max-width: 4in;
  width: 100%;
  position: relative;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  -webkit-box-flex: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  flex: 0 1 auto;
  height: 44px;
  margin: 0 !important;
  position: relative;
  width: 3pc;
  opacity: 1;
}

.swiper-pagination-bullet::before {
  background: #ccc;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 20px;
  width: 40px;
}

.swiper-pagination-bullet-active::before {
  background: #333;
}

.p-swiper-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.p-swiper-button button {
  border: 0;
  background-color: transparent;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}

.p-swiper-button img {
  width: 16px;
  display: block;
}

#prevBtn {
  transform: rotate(180deg);
}

.play img:nth-child(2) {
  display: none;
}

.stop img:nth-child(1) {
  display: none;
}

@container (width < 650px) {
  .swiper-button {
    position: relative;
    right: auto;
    margin: auto;
  }
}
.sec-point li {
  margin-bottom: 32px;
}
.sec-point li p.num,
.sec-point li p.title {
  font-size: 20px;
  text-align: left;
}


.sec-present .left {
  max-width: 370px;
  overflow: hidden;
  background-color: #F2F2F2;
}

@media screen and (max-width: 640px) {
  .sec-present .left {
    max-width: none;
  }
}

.s-swiper {
  width: 100%;
  height: 100%;
}
.s-swiper .swiper-slide {
  display: grid;
  place-items: center;
  padding-bottom: 32px;
}
.s-swiper-pagination .swiper-pagination-bullet {
    height: 30px;
}