@charset "UTF-8";
/* ========== shared about KV / subnav ========== */
.about-kv {
  position: relative;
  padding-bottom: 26.04167%;
  overflow: hidden;
}
.about-kv .about-kv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-kv .about-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-kv .about-kv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.about-kv .about-kv-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(60px, 4.6875vw, 90px) 20px 40px;
  box-sizing: border-box;
}

.about-kv-title {
  color: #fff;
  font-size: clamp(37.33333px, 2.91667vw, 56px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}

.about-crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.about-crumbs a {
  color: #fff;
  transition: color 0.3s;
}
.about-crumbs a:hover {
  color: var(--c-primary);
}
.about-crumbs i {
  font-style: normal;
}

.about-subnav {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.about-subnav .about-subnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 2.5vw, 48px);
  min-height: clamp(42.66667px, 3.33333vw, 64px);
}
.about-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: clamp(42.66667px, 3.33333vw, 64px);
  color: #666;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  transition: color 0.3s;
  padding: 0 clamp(13.33333px, 1.04167vw, 20px);
}
.about-subnav a:hover, .about-subnav a.active {
  color: var(--c-primary);
}
.about-subnav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--c-primary);
}

/* ========== Brand Introduction ========== */
.about-brand {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.brand-intro {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(66.66667px, 5.20833vw, 100px);
  align-items: center;
  margin-bottom: clamp(53.33333px, 4.16667vw, 80px);
}

.brand-slogan img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-intro-copy h3 {
  margin: 0 0 16px;
  color: var(--c-dark);
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 600;
  line-height: 1.3;
}
.brand-intro-copy p {
  margin: 0 0 14px;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.75;
}
.brand-intro-copy p:last-child {
  margin-bottom: 0;
}

.brand-office {
  margin-bottom: clamp(33.33333px, 2.60417vw, 50px);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
}
.brand-office .meidia-box {
  padding-bottom: 21.875%;
  overflow: hidden;
  position: relative;
}
.brand-office .meidia-box img,
.brand-office .meidia-box video,
.brand-office .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-qa {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.brand-qa h3 {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
  color: var(--c-primary);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
}
.brand-qa p {
  margin: 0 0 14px;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.75;
}
.brand-qa p:last-child {
  margin-bottom: 0;
}

.brand-gallery {
  position: relative;
}
.brand-gallery .swiper {
  overflow: hidden;
}
.brand-gallery .swiper-slide .meidia-box {
  padding-bottom: 58.82353%;
  overflow: hidden;
  position: relative;
}
.brand-gallery .swiper-slide .meidia-box img,
.brand-gallery .swiper-slide .meidia-box video,
.brand-gallery .swiper-slide .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-gallery .swiper-slide .meidia-box {
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
}

.brand-gallery-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10.66667px, 0.83333vw, 16px);
  margin-top: clamp(10px, 0.78125vw, 15px);
}

.brand-gallery-pagination {
  flex: 1;
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.brand-gallery-pagination .swiper-pagination-bullet {
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(4px, 0.3125vw, 6px);
  margin: 0 !important;
  border-radius: clamp(2px, 0.15625vw, 3px);
  background: #d8d8d8;
  opacity: 1;
  transition: width 0.6s, background 0.6s;
}
.brand-gallery-pagination .swiper-pagination-bullet-active {
  width: clamp(166.66667px, 13.02083vw, 250px);
  background: var(--c-primary);
}

.brand-gallery-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.brand-gallery-arrows button {
  width: clamp(32px, 2.5vw, 48px);
  height: clamp(32px, 2.5vw, 48px);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.brand-gallery-arrows button .iconfont {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  line-height: 1;
}
.brand-gallery-arrows button:hover, .brand-gallery-arrows button.is-primary {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

/* ========== Our Team ========== */
.about-team {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.team-head {
  max-width: clamp(933.33333px, 72.91667vw, 1400px);
  margin: 0 auto clamp(33.33333px, 2.60417vw, 50px);
  text-align: center;
}
.team-head h2 {
  margin: 0 0 18px;
  color: var(--c-dark);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
}
.team-head p {
  margin: 0 0 12px;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.75;
}
.team-head p:last-child {
  margin-bottom: 0;
}

.team-panel {
  display: grid;
  grid-template-columns: clamp(233.33333px, 18.22917vw, 350px) 1fr;
  gap: clamp(33.33333px, 2.60417vw, 50px);
  align-items: stretch;
}

.team-tabs {
  display: flex;
  flex-direction: column;
  gap: clamp(26.66667px, 2.08333vw, 40px);
}

.team-tab {
  width: 100%;
  padding: 0 clamp(6.66667px, 0.52083vw, 10px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  line-height: clamp(33.33333px, 2.60417vw, 50px);
  border: 1px solid #e5e5e5;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
}
.team-tab:hover, .team-tab.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.team-view {
  position: relative;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  min-height: 100%;
}
.team-view .meidia-box {
  padding-bottom: 37.5%;
  overflow: hidden;
  position: relative;
}
.team-view .meidia-box img,
.team-view .meidia-box video,
.team-view .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-view .team-caption {
  position: absolute;
  left: 0;
  right: 20%;
  bottom: 0;
  z-index: 2;
  padding: clamp(18.66667px, 1.45833vw, 28px) clamp(16px, 1.25vw, 24px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  color: #fff;
  box-sizing: border-box;
}
.team-view .team-caption strong {
  display: block;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}
.team-view .team-caption p {
  margin: 0;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

/* ========== Customer Review ========== */
.about-review {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.review-intro {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.review-intro h2 {
  margin: 0 0 14px;
  color: var(--c-dark);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
}
.review-intro > p {
  margin: 0 0 22px;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.75;
  max-width: 920px;
}
.review-intro .review-adv-title {
  margin: 0 0 18px;
  color: var(--c-dark);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
}

.review-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.40625vw, 27px);
}

.review-adv-item {
  padding: clamp(20px, 1.5625vw, 30px);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #f5f5f5;
  box-sizing: border-box;
}
.review-adv-item .adv-icon {
  display: block;
  width: clamp(45.33333px, 3.54167vw, 68px);
  height: clamp(45.33333px, 3.54167vw, 68px);
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  background: var(--c-primary);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: clamp(6.66667px, 0.52083vw, 10px);
}
.review-adv-item .adv-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.review-adv-item strong {
  display: block;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  color: var(--c-dark);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
}
.review-adv-item p {
  margin: 0;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.65;
}

.review-display {
  margin-top: clamp(66.66667px, 5.20833vw, 100px);
}
.review-display .review-display-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10.66667px, 0.83333vw, 16px);
  margin-bottom: clamp(12px, 0.9375vw, 18px);
}
.review-display .review-display-head h3 {
  margin: 0;
  color: var(--c-dark);
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 600;
}
.review-display .review-display-head .review-sort {
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.review-display .review-display-head .review-sort:hover {
  color: var(--c-primary);
}

.about-review-list {
  display: flex;
  flex-direction: column;
  gap: clamp(6.66667px, 0.52083vw, 10px);
}

.about-review-item {
  padding: clamp(20px, 1.5625vw, 30px);
  border: 1px solid #eee;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  background: #fff;
  transition: all 0.25s;
}
.about-review-item:hover {
  border-color: var(--c-primary);
  box-shadow: 0 0 10px 0 rgba(var(--c-primary-rgb), 0.1);
  transform: translateY(-2px);
  transition: all 0.25s;
}
.about-review-item .review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(8px, 0.625vw, 12px);
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}
.about-review-item .review-top strong {
  display: block;
  color: var(--c-dark);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
  margin-bottom: clamp(4px, 0.3125vw, 6px);
}
.about-review-item .review-top time {
  color: #666;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  white-space: nowrap;
}
.about-review-item .stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.about-review-item .stars i {
  width: clamp(10.66667px, 0.83333vw, 16px);
  height: clamp(10.66667px, 0.83333vw, 16px);
  color: #f5b400;
  font-style: normal;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1;
}
.about-review-item .stars i::before {
  content: "★";
}
.about-review-item p {
  margin: 0;
  color: #333;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.7;
}

.about-review .page-box {
  padding-top: 28px;
}

/* responsive */
@media screen and (max-width: 1023px) {
  .about-kv {
    padding-bottom: 56%;
  }
  .about-kv-title {
    font-size: 36px;
  }
  .about-crumbs {
    font-size: 14px;
  }
  .about-subnav .about-subnav-list {
    gap: 18px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .about-subnav .about-subnav-list::-webkit-scrollbar {
    display: none;
  }
  .about-subnav a {
    flex-shrink: 0;
    font-size: 15px;
    height: 52px;
  }
  .about-brand,
  .about-team,
  .about-review {
    padding: 40px 0 56px;
  }
  .brand-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .brand-intro-copy h3 {
    font-size: 24px;
  }
  .brand-intro-copy p {
    font-size: 15px;
  }
  .brand-qa h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .brand-qa p {
    font-size: 15px;
  }
  .team-head h2,
  .review-intro h2 {
    font-size: 28px;
  }
  .review-display-head h3 {
    font-size: 22px;
  }
  .team-caption {
    right: 0;
    padding: 20px 16px;
  }
  .team-caption strong {
    font-size: 18px;
  }
  .team-caption p {
    font-size: 13px;
  }
  .team-panel {
    grid-template-columns: 1fr;
  }
  .team-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .review-adv-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .review-adv-item strong {
    font-size: 15px;
  }
  .review-adv-item p {
    font-size: 13px;
  }
  .brand-gallery-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
  }
  .brand-gallery-pagination .swiper-pagination-bullet-active {
    width: 72px;
  }
  .brand-gallery-arrows button {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .about-kv-title {
    font-size: 28px;
  }
  .about-brand,
  .about-team,
  .about-review {
    padding: 28px 0 48px;
  }
  .brand-qa h3,
  .team-head h2,
  .review-intro h2 {
    font-size: 22px;
  }
  .brand-intro-copy h3,
  .review-display-head h3 {
    font-size: 20px;
  }
  .team-tabs {
    grid-template-columns: 1fr;
  }
  .team-tab {
    font-size: 15px;
    height: 44px;
    line-height: 44px;
  }
  .review-adv-grid {
    grid-template-columns: 1fr;
  }
  .brand-gallery-bar {
    gap: 12px;
    margin-top: 12px;
  }
}

/*# sourceMappingURL=about.css.map */
