@charset "utf-8";

/* Homepage About Us — index-about */
.index-about {
  position: relative;
  margin-top: 0 !important;
  padding: 40px 15px 32px !important;
  background: #fff;
}

.index-about .layout {
  padding: 0 !important;
  max-width: 100%;
}

/* Section title */
.index-about .about-tit-bar {
  text-align: center;
  padding-bottom: 28px !important;
}

.index-about .about-tit-bar .title {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.3 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none !important;
  padding: 0 !important;
}

.index-about .about-tit-bar .title,
.index-about .about-tit-bar .title a {
  color: #1a1a1a !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

.index-about .about-tit-bar .title a:hover {
  color: #EE4547 !important;
}

.index-about .about-tit-bar .title::after {
  content: '' !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  background: #EE4547 !important;
  margin: 14px auto 0 !important;
  border-radius: 2px;
}

/* Main content card */
.index-about .about-cont {
  display: flex;
  align-items: stretch;
  gap: 48px;
  position: relative;
  background: #fff !important;
  overflow: visible !important;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 40px rgba(15, 20, 25, 0.07);
}

/* Image column */
.index-about .about-banner {
  float: none !important;
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  background: #eef1f5;
}

.index-about .about-banner::after {
  display: none !important;
}

.index-about .about-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #EE4547 0%, rgba(238, 69, 71, 0.3) 100%);
  z-index: 2;
}

.index-about .about-banner .slides {
  margin: 0 !important;
  float: none !important;
  height: 100%;
}

.index-about .about-banner .slide-item,
.index-about .about-banner .slide-item img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

/* Text column */
.index-about .about-detail {
  float: none !important;
  flex: 1 1 auto;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  padding: 44px 48px 44px 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: left !important;
}

.index-about .about-detail h5,
.index-about .about-subtitle {
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.4 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #EE4547 !important;
  margin: 0 0 16px !important;
  padding: 0;
}

.index-about .about-detail p {
  padding-bottom: 0 !important;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.85;
  color: #555;
}

.index-about .about-detail p:empty {
  display: none;
}

.index-about .about_contents {
  color: #444;
}

.index-about .about-more-info {
  display: block !important;
  float: none !important;
  margin: 28px 0 0 !important;
}

.index-about .about-detail .about-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #EE4547 !important;
  border-radius: 6px;
  padding: 11px 28px !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #EE4547 !important;
  background: transparent;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.index-about .about-detail .about-more::after {
  content: '\f178' !important;
  font-family: FontAwesome !important;
  font-size: 13px;
  opacity: 1 !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-left: 0 !important;
  right: auto !important;
  transition: transform 0.3s ease;
}

.index-about .about-detail .about-more:hover {
  background: #EE4547 !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(238, 69, 71, 0.28);
  padding: 11px 28px !important;
}

.index-about .about-detail .about-more:hover::after {
  transform: translateX(4px);
  color: #fff;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .index-about .about-cont {
    gap: 32px;
  }

  .index-about .about-banner {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .index-about .about-detail {
    padding: 36px 32px 36px 0;
  }

  .index-about .about-banner .slide-item,
  .index-about .about-banner .slide-item img {
    min-height: 320px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .index-about {
    padding: 32px 15px 28px !important;
  }

  .index-about .about-tit-bar {
    padding-bottom: 20px !important;
  }

  .index-about .about-tit-bar .title {
    font-size: 22px !important;
  }

  .index-about .about-cont {
    flex-direction: column;
    gap: 0;
    border-radius: 12px;
  }

  .index-about .about-banner {
    flex: none;
    max-width: 100%;
    width: 100%;
    border-radius: 12px 12px 0 0;
  }

  .index-about .about-banner::before {
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #EE4547 0%, rgba(238, 69, 71, 0.3) 100%);
  }

  .index-about .about-banner .slide-item,
  .index-about .about-banner .slide-item img {
    min-height: 240px;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .index-about .about-detail {
    width: 100% !important;
    padding: 28px 24px 32px !important;
    text-align: left !important;
    margin: 0 auto !important;
  }

  .index-about .about-more-info {
    text-align: left;
  }

  .index-about .about-detail .about-more {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .index-about .about-detail {
    padding: 24px 20px 28px !important;
  }

  .index-about .about-detail p {
    font-size: 14px;
  }
}
