.service-detail-back {
  margin: 2% 0 0 0;
}
.service-detail-back a {
  display: flex;
  align-items: baseline;
  text-align: start;
  justify-content: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.service-detail-back i {
  font-size: 16px;
  margin-right: 1%;
}
.service-detail-title {
  font-size: 44px;
  font-weight: 500;
}
.service-detail-subtitle {
  font-size: 25px;
  font-weight: 400;
}
.service-detail-borderline {
  width: 120px;
  height: 2px;
  background-color: white;
  margin: 1% 0;
}
.service-detail-borderline-box {
  display: flex;
  justify-content: center;
}
.service-detail-title-box-all {
  padding: 2% 0 2% 0;
  text-align: center;
  background-image: url("../images/BG-service-detail2.jpg");
  background-position: center;
}
.service-detail-img img {
  width: 100%;
}
.service-detail-text {
  font-size: 18px;
  font-weight: 300;
}

.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.show-pc {
  display: block;
}

/* Mobileตั้ง */
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .service-detail-title-box-all {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 36vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service-detail-title {
    font-size: 32px;
    font-weight: 500;
  }
  .service-detail-subtitle {
    font-size: 18px;
    font-weight: 400;
  }
  .service-detail-text {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5%;
  }
  .service-detail-borderline {
    width: 120px;
    height: 1px;
    background-color: white;
    margin: 2% 0;
  }

  .modal-pp-mb > ul > li,
  .modal-pp-mb > ul,
  .modal-pp-mb p,
  .modal-pp-mb strong {
    font-size: 14px;
    color: black;
    margin-bottom: 0;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .service-detail-title-box-all {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-detail-title {
    font-size: 32px;
    font-weight: 500;
  }
  .service-detail-subtitle {
    font-size: 18px;
    font-weight: 400;
  }
  .service-detail-text {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5%;
  }
  .service-detail-borderline {
    width: 120px;
    height: 1px;
    background-color: white;
    margin: 2% 0;
  }
}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .service-detail-title-box-all {
    background-position: unset;
    background-repeat: no-repeat;
    background-size: unset;
  }
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .show-mobile {
    display: none;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: block;
  }
}

/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-detail-title {
    font-size: 44px;
    font-weight: 500;
  }
  .service-detail-subtitle {
    font-size: 25px;
    font-weight: 400;
  }
  .service-detail-borderline {
    width: 120px;
    height: 2px;
    background-color: white;
    margin: 1% 0;
  }
  .service-detail-borderline-box {
    display: flex;
    justify-content: center;
  }
  .service-detail-title-box-all {
    margin: 0 0 5% 0;
    text-align: center;
  }
  .service-detail-img img {
    width: 100%;
  }
  .service-detail-text {
    font-size: 18px;
    font-weight: 300;
  }
}
