.content_primary {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
.content_primary .content {
  display: flex;
  justify-content: space-between;
}
.content_primary .cardImg {
  flex: 0 0 46%;
}
.content_primary .cardImg img {
  aspect-ratio: 586/400;
  border-radius: 30px;
}
.content_primary .cardTxt {
  flex: 0 0 44%;
}
.content_primary .cardTxt .segTitle.sub {
  margin-bottom: 32px;
  color: var(--color-black);
}
.content_primary .cardTxt article {
  line-height: 1.71;
}
@media (max-width: 767px) {
  .content_primary {
    padding: 40px 0;
  }
  .content_primary .content {
    flex-flow: column;
    gap: 24px;
  }
  .content_primary .cardImg img {
    aspect-ratio: unset;
  }
  .content_primary .cardTxt .segTitle {
    text-align: center;
  }
  .content_primary .cardTxt .segTitle.sub {
    margin-bottom: 24px;
  }
  .content_primary .cardTxt article {
    text-align: justify;
  }
}

.culturalHistory {
  position: relative;
  z-index: 2;
}
.culturalHistory .segTitle {
  text-align: center;
  margin-bottom: 16px;
}
.culturalHistory .desc_history {
  text-align: center;
  width: 50%;
  margin: 0 auto 62px;
  line-height: 1.71;
}
.culturalHistory .content_history {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.culturalHistory .content_history .cardTxt {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  height: auto;
}
.culturalHistory .content_history .cardTxt .title {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.culturalHistory .content_history .cardTxt article {
  line-height: 1.71;
}
.culturalHistory .content_history .cardImg img {
  aspect-ratio: 618/400;
  border-radius: 20px;
}
.culturalHistory .line {
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(204, 204, 204);
}
.culturalHistory .list_year {
  position: relative;
  margin-bottom: 62px;
  z-index: 2;
}
.culturalHistory .list_year .slick-active {
  color: var(--color-secondary) !important;
}
.culturalHistory .list_year .slick-active span {
  background-color: var(--color-secondary) !important;
}
.culturalHistory .list_year .item_year {
  width: 10vw;
  margin: 0 60px;
  font-size: 62px;
  font-family: var(--font-title);
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
}
.culturalHistory .list_year .item_year span {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: rgb(207, 207, 207);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .culturalHistory .list_year .item_year {
    width: 22vw;
    margin: 0;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .culturalHistory .desc_history {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .culturalHistory .list_year {
    margin-bottom: 40px;
  }
  .culturalHistory .list_year .item_year {
    width: 30vw;
    font-size: 30px;
    margin: 0;
  }
  .culturalHistory .content_history {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .culturalHistory .content_history .cardTxt {
    padding: 24px;
  }
}

.--content {
  position: relative;
}
.--content .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=cultural_group.css.map */