#product {
  background: #F6FAFF;
}
#product p.title {
  padding: 100rem 0 50rem;
  font-size: 45rem;
  font-weight: 700;
}
#product .con1 {
  padding: 240rem 160rem;
}
#product .con1 h2 {
  font-size: 70rem;
  margin-bottom: 10rem;
}
#product .con1 h3 {
  line-height: 1.3;
  font-size: 40rem;
  font-weight: 500;
}
#product .con2 {
  padding-bottom: 160rem;
}
#product .con2 .systemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .con2 .systemList li {
  width: calc((100% - 35rem) / 2);
  margin-bottom: 35rem;
}

@media screen and (max-width: 1280px) {
  #product p.title {
    padding: 50rem 0 30rem;
    font-size: 23rem;
  }
  #product .con1 {
    padding: 150rem 0 100rem;
  }
  #product .con1 h2 {
    font-size: 40rem;
  }
  #product .con1 h3 {
    font-size: 24rem;
    margin-bottom: 0;
  }
  #product .con1 .dotList li::before {
    left: 0;
  }
  #product .con1 .lrDesList {
    width: auto;
  }
  #product .con1 .lrDesList li {
    font-size: 18rem;
    padding-left: 13rem;
  }
  #product .con2 {
    padding-bottom: 50rem;
  }
  #product .con2 .systemList {
    display: block;
  }
  #product .con2 .systemList li {
    width: 100%;
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=product.css.map */