.page12-section {
  margin-top: 120px;
  background-color: #F8F8F8;
  padding: 80px 0;
}

.page12-section .container .page12-title {
  color: #333333;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.page12-section .container .page12-subtitle {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .page12-section .container .page12-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .page12-section {
    padding: 60px 0;
  }
  .page12-section .container {
    padding: 40px 20px;
  }
  .page12-section .container .page12-title {
    font-size: 28px;
  }
}

.page20-accent {
  position: fixed;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #4a90e2;
  z-index: 100;
}

.page20-section {
  padding: 40px 0 80px;
}

.page20-section .page20-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  padding: 40px 0;
  margin-bottom: 54px;
  border-radius: 8px;
  border-bottom: 1px solid #DCE1E9;
}

.page20-section .page20-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page20-section .page20-header .page20-tabs {
  display: flex;
  gap: 34px;
}

.page20-section .page20-header .page20-tabs .page20-tab {
  padding: 14px 43px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #111;
  background-color: #FFFFFF;
  color: #111;
}

.page20-section .page20-header .page20-tabs .page20-tab.page20-tab-active {
  background-color: #111;
  border-color: #111;
  color: #FFFFFF;
}

.page20-section .page20-header .page20-search-wrap {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  width: 400px;
  position: relative;
  overflow: hidden;
}

.page20-section .page20-header .page20-search-wrap .page20-search {
  padding: 0 40px 0 22px;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #111;
}

.page20-section .page20-header .page20-search-wrap .page20-search::placeholder {
  color: #9E9E9E;
}

.page20-section .page20-header .page20-search-wrap .page20-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #717378;
}

.page20-section .container .page20-featured {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
}

.page20-section .container .page20-featured .swiper-pagination {
  text-align: left;
  left: 64px;
  bottom: 57px;
}

.page20-section .container .page20-featured .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.page20-section .container .page20-featured .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFE600;
}

.page20-section .container .page20-featured .card_item {
  width: 100%;
  height: 550px;
  position: relative;
}

.page20-section .container .page20-featured .page20-featured-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 80px 70px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.page20-section .container .page20-featured .page20-featured-card .page20-featured-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}

.page20-section .container .page20-featured .page20-featured-card .page20-featured-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
}

.page20-section .container .page20-featured .page20-featured-card .page20-tag {
  display: inline-block;
  background: #2BA275;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 36px;
  padding: 0 12px;
}

.page20-section .container .page20-featured .page20-featured-card .page20-tag:first-child {
  background: #FFE600;
  color: #111;
}

.page20-section .container .page20-featured .page20-featured-card .page20-date {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 36px;
}

.page20-section .container .page20-featured .page20-featured-card .page20-featured-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.page20-section .container .page20-featured .page20-featured-card .page20-play {
  padding: 10px 24px;
  border-radius: 25px;
  border: 1px solid #FFF;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page20-section .container .page20-featured .page20-featured-image {
  width: 100%;
  height: 100%;
}

.page20-section .container .page20-featured .page20-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page20-section .container .page20-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 80px;
}

.page20-section .container .page20-grid .page20-card {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDCDCD;
}

.page20-section .container .page20-grid .page20-card:hover .page20-card-image img {
  transform: scale(1.05);
}

.page20-section .container .page20-grid .page20-card:hover .page20-card-title {
  text-decoration: underline;
}

.page20-section .container .page20-grid .page20-card .page20-card-image {
  width: 100%;
  aspect-ratio: 500 / 326;
  overflow: hidden;
  border-radius: 10px;
}

.page20-section .container .page20-grid .page20-card .page20-card-image img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page20-section .container .page20-grid .page20-card .page20-tag {
  display: inline-block;
  border: 1px solid #A3ACB1;
  color: #9B9B9B;
  font-size: 14px;
  padding: 0% 12px;
  line-height: 36px;
  margin: 21px 25px 0 18px;
}

.page20-section .container .page20-grid .page20-card .page20-date {
  padding: 0 18px;
  display: inline-block;
  color: #999999;
  font-size: 14px;
  margin: 21px 0 0 0;
}

.page20-section .container .page20-grid .page20-card .page20-card-title {
  padding: 0 18px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 18px;
}

.page20-section .container .page20-grid .page20-card .page20-card-desc {
  margin-top: 7px;
  color: #656565;
  font-size: 14px;
  line-height: 1.6;
}

.page20-section .container .page20-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.page20-section .container .page20-pagination .page20-page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #333333;
}

.page20-section .container .page20-pagination .page20-page.page20-page-active {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
}

.page20-section .container .page20-pagination .page20-next {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .page20-section .container .page20-header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .page20-section .container .page20-header .page20-search-wrap {
    width: 100%;
  }
  .page20-section .container .page20-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page20-section {
    padding: 32px 0 60px;
  }
  .page20-section .container {
    padding: 0 20px;
  }
  .page20-section .container .page20-featured {
    flex-direction: column;
  }
  .page20-section .container .page20-featured .page20-featured-card {
    padding: 24px;
  }
  .page20-section .container .page20-featured .page20-featured-card .page20-featured-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .page20-section .container .page20-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  .page20-section .container .page20-header .page20-tabs {
    flex-wrap: wrap;
  }
}
