.container {
  padding: 0;
}

/* init */
.bgSlider {
  top: 80px;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  position: fixed !important;
  z-index: 0;
}

.swiper-slide img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .bgSlider {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.pageTitle {
  width: 1200px;
  height: auto;
  margin: 0 auto 80px;
  background: transparent;
}
.pageTitle--text {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  background: transparent;
  border-left: none;
  padding: 0;
  font-size: 3.5rem;
}
.pageTitle--title {
  color: #ffffff;
}
.pageTitle--en {
  margin: 0 0 0 30px;
  color: #ffffff;
}
.pageTitle::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .pageTitle {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
  }
  .pageTitle--text {
    display: block;
    font-size: 2.8rem;
  }
  .pageTitle--en {
    display: block;
    margin: 10px 0 0;
  }
}
.historyBody {
  padding: 200px 0;
  background: rgba(35, 24, 21, 0.6);
  position: relative;
  z-index: 2;
}

.historyTable {
  width: 1200px;
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 2;
}
.historyTable th, .historyTable td {
  padding-top: 40px;
  background: transparent;
  border: none;
  color: #ffffff;
}
.historyTable th {
  padding-left: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .historyBody {
    padding: 60px 0 40px;
  }

  .historyTable {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .historyTable th, .historyTable td {
    padding: 15px 0 0;
  }
}
.footer {
  position: relative;
  z-index: 2;
}