.culture-tab-wrap {
  min-height: 1000px;
  padding: 140px 0;
}
.tab-bar {
  height: 20px;
  border-left: 4px solid #0d0d0d;
  margin-bottom: 76px;
}
.tab-bar .item {
  margin-left: 80px;
  color: #5E5E5E;
  font-size: 20px;
}
.tab-bar .item:hover,
.tab-bar .item.active {
  color: #0d0d0d;
}
.tab-content {
  border-top: 1px solid #787878;
  padding-top: 100px;
}
.tab-content .item {
  display: none;
}