.sub__top__bg {
  background-image: url("/resources/imgs/curriculum/bg_top.jpg");
}

.wrap__tab {
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background-color: rgba(254, 209, 54, 0.9);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.tab__list {
  display: flex;
  justify-content: space-between;
}

.tab__item {
  width: 100%;
}

.tab__anchor {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.tab__anchor.active,
.tab__anchor:hover {
  color: #333;
  font-weight: bold;
}

.curriculum__item {
  padding: 80px 0;
}

.curriculum__item:nth-child(odd) {
  background-color: #f0f0f0;
}

.curriculum__item .wrap {
  display: flex;
  justify-content: space-between;
}

.curriculum__item .wrap > div {
  width: 50%;
}

.wrap__contents {
  padding-right: 120px;
}

.curriculum__item__title {
  position: relative;
  font-size: 32px;
  padding-bottom: 16px;
}

.curriculum__item__title::after {
  position: absolute;
  top: -38px;
  display: block;
  color: #666;
  content: "_";
}

.curriculum__item__desc {
  color: #666;
  word-break: keep-all;
  padding-bottom: 32px;
}

.wrap__point .point__item {
  padding: 12px 0;
  border-bottom: 1px solid #d4d4d4;
}

.wrap__point .point__item i {
  padding-right: 4px;
  color: #f5c723;
}

.img__curriculum {
  margin-top: -40px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.5);
}

