:root {
  --point-yellow: $point-yellow;
  --point-green: $point-green;
  --blue-light: $blue-light;
  --yellow-light: $yellow-light;
  --white: $white;
  --black: $black;
  --gray-dark: $gray-dark;
  --navy: $navy;
}

.product .footer {
  position: absolute;
  bottom: 0;
  background: #EFF4F9;
}

.product .part {
  display: flex;
  align-items: center;
}

.product-main {
  background: #000 url("../images/product-bg.jpg") no-repeat center/cover;
  color: #fff;
}

.product-main .part-text__title {
  margin-bottom: 16px;
  color: #F99D1C;
}

.product-main__info {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 24px;
  width: 1120px;
  margin: 100px auto 0;
}

.product-main__info li {
  flex: 2;
}

.product-main__info li:nth-child(1), .product-main__info li:nth-child(3) {
  flex: 1;
}

.product-main__info li .part-text__sub {
  flex: 2;
  font-weight: 700;
  white-space: nowrap;
}

.product-main__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
}

.product-main__box button {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 16px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.06);
  color: #fff;
}

.product-main__box button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.product-main li:nth-child(2) .product-main__box {
  max-width: 500px;
  margin: 32px auto;
}

.product-main li:nth-child(2) .product-main__box button {
  flex-basis: calc(50% - 15px);
  max-width: 260px;
}

@media (max-width: 1200px) {
  .product-main__info {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .product-main {
    padding-top: 200px;
  }
  .product-main .part {
    min-height: auto;
  }
  .product-main-main {
    margin: 100px auto;
  }
  .product-main__box > div {
    width: 100%;
    max-width: 300px;
  }
  .product-main li:nth-child(2) .product-main__box button {
    flex-basis: 100%;
    max-width: 260px;
  }
}

.product-part1 .part-text__title {
  color: #F99D1C;
  margin-bottom: 25px;
}

.product-part1-img {
  max-width: 100vh;
  margin: 80px auto 0;
}

.product-part1-img-mo {
  display: none;
}

.product-part1__info-box {
  text-align: center;
  margin: 0 0 50px;
  padding: 8px 16px;
  background: #EFF4F9;
  border-radius: 8px;
  font-size: 16px;
  color: #242424;
}

.product-part1__group {
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-part1__group-title {
  text-align: center;
  width: 100%;
  font-size: 26px;
}

.product-part1__group-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 16px;
  font-size: 16px;
}

.product-part1__group-box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-part1__group-box li {
  min-height: 46px;
  margin-top: 20px;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #F99D1C;
  border-radius: 8px;
}

.product-part1__group-box li:first-child {
  margin-top: 0;
}

.product-part1 .platform {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #F99D1C;
}

.product-part1 .platform .product-part2__group-title {
  color: #F99D1C;
}

.product-part1 .platform-logo {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.product-part1 .onended {
  text-align: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 8px;
  border: 2px solid #EFF4F9;
  border-radius: 8px;
}

.product-part1 .onended:before, .product-part1 .onended:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 10px;
  background: url("../images/product-arrow.svg") no-repeat center/32px;
}

.product-part1 .onended:before {
  left: -32px;
}

.product-part1 .onended:after {
  right: -32px;
}

.product-part1 .customer {
  flex: 1;
  height: 100%;
  background: #EFF4F9;
}

.product-part1 .customer .product-part2__group-title {
  color: #3D6B70;
}

.product-part1 .customer ul {
  min-height: 470px;
}

.product-part1 .customer li {
  display: flex;
  align-items: center;
  border-color: #3D6B70;
}

.product-part1 .customer li b {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 72px;
  margin-right: 12px;
  padding-right: 12px;
  word-break: keep-all;
}

.product-part1 .customer li b:after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #004C99;
}

@media (max-width: 1000px) {
  .product-part1__group {
    flex-direction: column;
  }
  .product-part1 .onended:before, .product-part1 .onended:after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .product-part1 .onended:before {
    top: -22px;
  }
  .product-part1 .onended:after {
    top: unset;
    bottom: -22px;
  }
}

@media (max-width: 720px) {
  .product-part1-img-pc {
    display: none;
  }
  .product-part1-img-mo {
    display: block;
    margin: 0 auto;
  }
  .product-part1 .platform-logo {
    align-items: center;
    flex-direction: column;
  }
  .product-part1 .onended:before, .product-part1 .onended:after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background: url("../images/product-arrow.svg") no-repeat center/32px;
  }
  .product-part1 .onended:before {
    top: -22px;
  }
  .product-part1 .onended:after {
    top: unset;
    bottom: -22px;
  }
}

.product-section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D6B70;
}

.product-section__info {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 72px;
}

.product-section__info div {
  text-align: center;
  margin-bottom: 48px;
}

.product-section__info div .part-text__sub {
  margin-bottom: 40px;
  font-weight: 700;
}

.product-section__info div .product-section__text {
  font-size: 16px;
  color: #242424;
}

.product-section.has-bg {
  background: #EFF4F9;
}

@media (max-width: 720px) {
  .product-section__info {
    flex-direction: column;
  }
  .product-section__info > * {
    width: 100%;
  }
}

.lang-en .product-part1 .customer ul li b {
  flex: 0 0 130px;
  text-align: left;
}