/*
 * about.scss
 */
/* --------------------------------
  top
-------------------------------- */
.vnl26-un_section {
  position: relative;
  margin-top: 4.0625rem;
}
@media (min-width: 768px) {
  .vnl26-un_section {
    margin-top: 3.5625rem;
  }
}
.vnl26-un_section:first-of-type {
  margin-top: 0;
}
.vnl26-un_section:last-of-type {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .vnl26-un_section:last-of-type {
    margin-top: 5rem;
  }
}

@media (max-width: 767.98px) {
  .vnl26-bl_thumbCard_list {
    gap: 1.625rem;
  }
}

.vnl26-un_sectionHead-text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 120%;
}

.vnl26-un_thumbcard {
  gap: 0;
}
@media (min-width: 768px) {
  .vnl26-un_thumbcard:hover .vnl26-un_thumbCard_intro {
    color: var(--vnl26-color-txt_hover);
  }
}

.vnl26-un_related_txt {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .vnl26-un_related_txt {
    margin-top: 1rem;
  }
}

.vnl26-un_thumbCard_intro {
  margin-top: 0.5rem;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0.875rem;
  line-height: 160%;
}
@media (min-width: 768px) {
  .vnl26-un_thumbCard_intro {
    font-size: 1rem;
  }
}

.vnl26-un_btnContainer {
  display: grid;
  margin-top: 2rem;

  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem 0.5rem;
}
@media (min-width: 768px) {
  .vnl26-un_btnContainer {
    margin-top: 1.5rem;

    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  }
}
@media (min-width: 1024px) {
  .vnl26-un_btnContainer {
    grid-template-columns: repeat(5, 1fr);
  }
}

.vnl26-un_link_btn {
  padding-right: 1.5rem;
  padding-left: 0.5rem;
  width: auto;
  min-height: 4.6875rem;
  text-align: left;
}
@media (min-width: 768px) {
  .vnl26-un_link_btn {
    padding-left: 0.625rem;
    min-height: 3.25rem;
  }
}

.vnl26-el_btn_txt {
  font-size: 0.875rem;
}

.vnl26-el_btn_icon {
  right: 0.5625rem;
}