@charset "utf-8";
.others__text {
      max-width: 1920px;
    margin: 80px auto 0;
    padding: 0 20px;
    text-align: center;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    line-height: 1.7;
    font-weight: 700;
}

.others {
  padding-top: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
}
.others__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.others__content {
  margin-top: 24px;
  display: flex;
  column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.others-content__left {
  width: 36%;
      aspect-ratio: 492/239;
    object-fit: cover;
    height: auto;
}
.others-content__right {
  width: 64%;
}
.others-content__title {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 700;
}
.others-content__text {
      margin-top: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
    font-weight: 500;
    line-height: 1.7;
}
.others__box {
  margin-top: 40px;
}
.sales-content__title {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 700;
}
.wash__items {
      margin-top: 20px;
    padding: 0 clamp(0rem, -8.333rem + 17.36vw, 12.5rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.wash__item {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    padding: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    border: 1px solid #939393;
}
.wash-item__title {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
}
.wash-item__icon {
      height: clamp(2.5rem, 1.125rem + 2.86vw, 4.563rem);
    width: auto;
    object-fit: contain;
}
.wash-item__text {
      text-align: center;
    line-height: 1.7;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}

.battery {
  padding-bottom: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
}
.keep__items {
      margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(1.25rem, 0.292rem + 2vw, 2.688rem);
}
.keep__item {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
.keep-item__img {
      aspect-ratio: 304/185;
    object-fit: cover;
    height: auto;
}
.keep-item__text {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
  text-align: end;
}
.flow__items {
  padding: 0 clamp(0rem, -2.167rem + 4.51vw, 3.25rem);
      margin-top: 20px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.flow__item {
      width: 32%;
    border: 1px solid #DEDEDE;
    padding: clamp(1rem, 0.25rem + 1.56vw, 2.125rem) clamp(0.25rem, -1rem + 2.6vw, 2.125rem);
    display: flex;
    flex-direction: column;
    align-items: center;
  margin-bottom: auto;
}
.flow-item__icon {
      width: clamp(3.75rem, 1.458rem + 4.77vw, 7.188rem);
    object-fit: contain;
}
.flow-item__title {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
}
.flow-item__text {
      margin-top: 20px;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}
.flow-item__arrow {
      width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #DEDEDE;
    border-right: 0;
}

.original {
  padding: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem) 0;
}
.original__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.original__container {
      display: flex;
    column-gap: clamp(1.25rem, -0.708rem + 4.08vw, 4.188rem);
}
.original__left {
  width: 34%;
}
.original__text {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.original__right {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 66%;
}
.original__img {
      aspect-ratio: 413/276;
    object-fit: cover;
    height: auto;
}

@media (max-width: 767px) {
  .others__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .others__content {
        flex-direction: column-reverse;
    row-gap: 20px;
  }
  .others-content__left,
  .others-content__right {
    width: 100%;
  }
  .wash__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .keep__items {
        grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .flow__items {
        flex-direction: column;
    row-gap: 10px;
  }
  .flow__item {
    width: 100%;
  }
  .flow-item__arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 389px) {
  .keep__items {
    column-gap: 10px;
  }
  .keep-item__text {
    font-size: 10px;
  }
}