.sectionList {
  position: relative;
  z-index: 5;
}

.sectionList__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  z-index: 5;
  position: relative;
}

.sectionList__left:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  right: 0;
  width: 3000px;
}

.sectionList__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}

.sectionList__item {
  margin: 0;
}

.sectionList .swiper-slide {
  height: auto;
}

.sectionList .slider-container {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.sectionList .slider-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2d66cd;
  background-color: #d6e4ff;
  margin-right: 0.555555555555556rem;
  cursor: pointer;
}

.sectionList .slider-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.222222222222222rem;
}

.sectionList .slider-btn.disabled {
  background-color: #ececec;
}

.sectionList .slider-btn.lock {
  display: none;
}

@media screen and (max-width: 1170px) {
  .sectionList__left h2 {
    margin-bottom: 1rem;
  }

  .sectionList__left p {
    font-size: 14px;
    font-size: 0.777777777777778em;
  }
}

@media screen and (max-width: 960px) {
  .sectionList__left {
    width: calc(100% - 20px);
  }

  .sectionList__left {
    margin-bottom: 1rem;
  }

  .sectionList__right {
    width: calc(100% - 20px);
  }

  .sectionList .slider-container {
    overflow: hidden;
    padding: 2rem 0 1rem;
  }

  .sectionList .slider-btn-block {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}