#product main .detail {
  padding: 10rem 0;
}
#product main .detail-content {
  margin-top: 6.8rem;
}
#product main .detail-txt {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 4rem 0 4rem 6rem;
  border-radius: 1.5rem;
}
#product main .detail-txt__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 2rem;
  position: relative;
}
#product main .detail-txt__title::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #1CBECA;
  top: 1.5rem;
  left: -2.5rem;
}
#product main .detail-txt__des {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-left: 2rem;
}
#product main .detail-txt__de {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 3rem;
}
#product main .detail-txt__img {
  margin: 3.5rem 0 10rem;
}
#product main .detail-txt__img img {
  border-radius: 2rem;
}
#product main .detail-txt .dp-img {
  display: flex;
  gap: 2rem;
}
#product main .detail-txt .dp-img img {
  width: calc((100% - 2rem) / 2 - 3rem);
}
#product main .detail-video {
  margin: 3rem 0;
}
#product main .detail-video video {
  width: 100%;
  border-radius: 1.5rem;
}
#product main .detail ul {
  margin-left: 2rem;
}
#product main .detail ul li {
  font-size: 2.5rem;
  font-weight: 700;
}
#product main .detail-ol {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 3rem;
}
#product main .detail-txt:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #product main .detail {
    padding: 5rem 0;
  }
  #product main .detail-content {
    margin-top: 3rem;
  }
  #product main .detail-txt {
    padding: 2rem;
  }
  #product main .detail-txt__title {
    font-size: 1.8rem;
    word-break: break-word;
  }
  #product main .detail-txt__title::after {
    top: 0.8rem;
  }
  #product main .detail-txt__des {
    word-break: break-word;
    font-size: 1.6rem;
  }
  #product main .detail-txt__img {
    margin: 2rem 0 5rem;
  }
  #product main .detail-txt__de {
    font-size: 1.8rem;
    margin-left: 2rem;
    margin-top: 2rem;
  }
  #product main .detail-txt .dp-img {
    flex-direction: column;
  }
  #product main .detail-txt .dp-img img {
    width: 100%;
  }
  #product main .detail ul li {
    font-size: 1.6rem;
  }
  #product main .detail-ol {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 3rem;
  }
  #product main .detail-ol__item {
    word-break: break-word;
  }
  #product main .detail-txt:not(:first-child) {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=product.css.map */