.prod-main-img {
  padding: 5em 0;
  background-color: #eceff2;
}

.etc-prod .prod-main-img {
  background-color: #4d4d4d;
  color: #fff;
}
.prod-main-img .main-img-wrap {
  align-items: center;
}
.prod-main-img .main-img-wrap > div {
  flex: 1;
}

.prod-main-img .main-img-wrap .img-container {
  max-width: 55rem;
}

.prod-main-img .text-container {
  margin-left: 5em;
}

.prod-main-img .text-container .title-container {
  margin-bottom: 3em;
}

.prod-main-img .text-container .title-container .sub-big-tit {
  line-height: 1.22;
}

.prod-main-img .text-container .title-container .small-tit {
  font-size: 1.8rem;
  color: #999;
  margin: 1em 0 2em;
}

.prod-main-img .text-container .info-container li {
  margin-bottom: 0.5em;
  color: #555;
  font-size: 2rem;
  word-break: keep-all;
  margin-bottom: 1em;
}

.prod-main-img .text-container .info-container li:last-child {
  margin-bottom: 0;
}

.prod-main-img .text-container .go-btn {
  margin-top: 1em;
}
.prod-table-container .sub-big-tit {
  margin-bottom: 1em;
  flex: 1;
}
.prod-list-container .sub-mid-tit {
  flex: 40%;
}

.prod-list-container .prod-feature-wrap {
  flex: 60%;

  padding-left: 2em;
  font-size: 2rem;
}

.prod-list-container .prod-feature-wrap li {
  margin-bottom: 0.7em;
  padding-left: 0.7em;
  position: relative;
  line-height: 1.5;
  word-break: keep-all;
}

.prod-list-container .prod-feature-wrap li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #e2590f;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.prod-table {
  width: 100%;
  font-size: 2rem;
  flex: 2.5;
}
.prod-table tr th,
.prod-table tr td {
  padding: 0.8em 0;
  vertical-align: middle;
  text-align: center;
}

.prod-table tr th:first-child,
.prod-table tr td:first-child {
  /* text-align: left; */
  padding-left: 1em;
}

.prod-table tr td {
  border-bottom: 1px solid #ccc;
}
.prod-table tr th {
  color: #333;
  border-top: 3px solid #e2590f;
  background-color: #eceff2;
}

.prod-table .accuracy .tit .flex-container {
  width: 100%;
}

.prod-table .accuracy .tit {
  margin-right: 2.2em;
}

.prod-table .accuracy .sub-tit li {
  font-size: 0.8em;
  color: #e2590f;
  margin-bottom: 1em;
  font-weight: 400;
  padding: 0.3em 0.8em;
  background-color: rgba(226, 89, 15, 0.2);
  border-radius: 0.3em;
}

.accuracy-info li {
  margin-bottom: 1em;
}

.accuracy-info li:last-child {
  margin-bottom: 0;
}
.prod-table .accuracy .sub-tit li:last-child {
  margin-bottom: 0;
}

.plant-img-wrap .img-container {
  width: 50%;
  aspect-ratio: 3/ 2;
}

.plant-img-wrap .sub-mid-tit {
  text-align: center;
  margin-bottom: 1.5em;
}

.plant-img-wrap .img-container img {
  width: 100%;
  height: 100%;
}

.plant-img-wrap .sub-plant-tit {
  padding-bottom: 0.3em;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 600;
  border-bottom: 2px solid #e2590f;
}
.plant-img-wrap .sub-img {
  width: 40%;
  margin-right: 3em;
}

.plant-img-wrap .sub-img:last-child {
  margin-right: 0;
}
.plant-img-container {
  justify-content: center;
}

.plant-img-wrap .sub-img .img-container {
  width: 100%;
}

.plant-img-wrap .sub-img .img-container {
  aspect-ratio: initial;
}

.etc-swiper-wrap .etcSwiper:first-child {
  margin-bottom: 2rem;
}
.etc-swiper-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.etc-swiper-wrap .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}

@media (max-width: 1280px) {
  .plant-img-wrap .sub-plant-tit {
    font-size: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .prod-table-container .inner {
    flex-direction: column;
  }

  .prod-table-container .sub-big-tit br {
    display: none;
  }
  .prod-main-img .text-container .info-container li,
  .prod-list-container .prod-feature-wrap {
    font-size: 1.8rem;
  }

  .prod-list-container .inner {
    flex-direction: column;
  }
  .prod-list-container .sub-mid-tit,
  .prod-list-container .prod-feature-wrap {
    flex: 1;
  }

  .prod-list-container .sub-mid-tit br {
    display: none;
  }
  .prod-list-container .prod-feature-wrap {
    padding-left: 0;
  }
  .prod-list-container .sub-mid-tit {
    margin-bottom: 1em;
  }

  .prod-main-img .main-img-wrap .img-container {
    max-width: 40rem;
  }

  .prod-main-img .text-container {
    margin-left: 0;
    margin-top: 2em;
  }
  .plant-img-container {
    flex-direction: column;
  }
  .plant-img-wrap .sub-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

@media (max-width: 820px) {
  .prod-main-img .main-img-wrap {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .etc-prod .prod-main-img {
    padding: 2em 0;
  }
  .prod-main-img .main-img-wrap {
    flex-direction: column;
  }

  .prod-main-img .text-container {
    margin-left: 0;
    margin-top: 1.5em;
  }

  .prod-main-img .text-container .title-container {
    margin-bottom: 1em;
  }
  .prod-main-img .text-container .title-container .small-tit {
    font-size: 1.2rem;
  }
  .prod-main-img .text-container .info-container li {
    font-size: 1.6rem;
  }

  .prod-main-img .main-img-wrap .img-container {
    max-width: 70%;
  }

  .prod-main-img .text-container .info-container li br {
    display: none;
  }
  .prod-table {
    font-size: 1.3rem;
  }

  .prod-wrap .flex-container {
    flex-direction: column;
  }

  .prod-table .accuracy .tit {
    margin-right: 0;
    margin-bottom: 0.5em;
    text-align: center;
  }

  .accuracy-info {
    margin-top: 1.8em;
  }

  .plant-img-wrap .img-container,
  .plant-img-wrap .sub-img {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .prod-list-container .prod-feature-wrap {
    font-size: 1.4rem;
    flex: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
}
