.about a:hover,
.about-details a:hover,
.about-reason a:hover,
.about-time a:hover,
.about-box a:hover,
.about-custom a:hover,
.recruit a:hover,
.news a:hover,
.news-item a:hover,
.news-list a:hover {
  color: #1f6fff;
}

.about-custom .btn,
.btn-contact .cps-link,
.recruit .btn,
.news .btn,
.news-list .btn,
.news-item .btn,
.btn-normal,
.btn2 {
  background: #1f6fff;
  border-color: #1f6fff;
  color: #fff;
}

.about-custom .btn:hover,
.btn-contact .cps-link:hover,
.recruit .btn:hover,
.news .btn:hover,
.news-list .btn:hover,
.news-item .btn:hover,
.btn-normal:hover,
.btn2:hover {
  background: #0e5bdf;
  border-color: #0e5bdf;
  color: #fff;
}

.about .section-title h2,
.about-details .about-details-item h4,
.about-reason h2,
.about-time h2,
.about-box h2,
.recruit h2,
.news h2,
.news .active,
.news-list .active {
  color: #1f6fff;
}

.about-time .active,
.news .active,
.news-list .active {
  border-color: #1f6fff;
}

@media (max-width: 768px) {
  .about .section-content,
  .about-details .section-content,
  .about-reason .section-content,
  .about-time .section-content,
  .about-box .section-content,
  .about-custom .section-content,
  .recruit .section-content,
  .news .section-content,
  .news-list .section-content {
    width: calc(100% - 28px);
    padding-left: 0;
    padding-right: 0;
  }

  .server-banner2.about {
    min-height: auto;
    padding: 86px 0 52px;
  }

  .server-banner2.about h1,
  .about .section-title h2,
  .about-details h2,
  .about-reason h2,
  .about-time h2,
  .about-box h2,
  .recruit h2 {
    font-size: 26px;
    line-height: 1.35;
    text-align: left;
  }

  .about-details .about-details-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .about-details .about-details-left p {
    max-width: none;
    text-indent: 0;
    font-size: 15px;
    line-height: 1.85;
  }

  .about-details .about-details-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: none;
    width: 100%;
  }

  .about-details .about-details-right .about-details-item {
    min-width: 0;
    padding: 18px 10px;
    background: #fff;
    border: 1px solid #e6edf7;
    border-radius: 6px;
  }

  .about-details .about-details-right .about-details-item p {
    margin-top: 8px;
    text-align: center;
  }

  .about-reason .reason,
  .about-together .reason {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px 0 0;
  }

  .about-reason .reason-box,
  .about-together .reason-box {
    width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 24px 22px;
    line-height: 1.75;
    border-radius: 8px;
  }

  .about-reason .reason-box h4,
  .about-together .reason-box h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .about-reason .reason-box p,
  .about-together .reason-box p {
    margin-top: 16px !important;
    font-size: 14px;
    line-height: 1.85;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .about-why {
    background-size: cover;
    background-position: center top;
  }

  .about-box .box-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px 0 0;
  }

  .about-box .box-list .box-item,
  .about-example .box-list .box-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 24px;
  }

  .about-box .box-list .box-item img {
    width: 100%;
    max-width: 248px;
    height: auto;
  }

  .about-example .box-list .box-item img {
    width: 177px;
    max-width: 100%;
    height: auto;
  }

  .about-custom .custom,
  .about-custom .btn-contact,
  .about-time .time-line {
    margin-top: 28px;
  }
}
/* About timeline arrow fallback uses the shared right-arrow asset. */
.sPrev img {
  transform: rotate(180deg);
}
