@media (max-width: 768px) {
  .contentBox .modulesBox {
    width: 100%;
    height: auto;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 30px auto 130px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

#SpecialList {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* pc端 */
.contentBox {
  position: relative;
  min-height: 500px;
}