a {
  color: white;
  text-decoration: none;
}

:root {
  --hoverColor: #008cba;
}

#abbs {
  width: 100%;
  height: auto;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}

.contentBox {
  margin-top: 20px;
  height: auto;
}

.contentBox .contentBox_left {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }

  #abbs {
    height: 100%;
    font-size: 16px;
    position: relative;
    overflow: hidden;
  }
}

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

  .contentBox {
    padding-bottom: 20px;
    margin-top: 35px;
    position: relative;
  }
}

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

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

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