.pagehead__title {
  margin-bottom: 60px;
}

.service__bg {
  padding: 120px 40px;
}
.service__bg:nth-child(odd) {
  background: #E6EBF0;
}
@media screen and (max-width: 768px) {
  .service__bg {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .service__bg {
    padding: 60px 24px;
  }
}
.service__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  font-weight: 400;
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 1200px) {
  .service__inner {
    -moz-column-gap: 5.8333333333vw;
         column-gap: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .service__inner {
    width: min(100%, 560px);
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .service__inner {
    row-gap: 20px;
  }
}
.service__inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__inner.reverse {
    flex-direction: column;
  }
}
.service__img {
  width: 45%;
  height: 340px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .service__img {
    height: 28.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .service__img {
    width: 100%;
    height: max(44.2708333333vw, 210px);
  }
}
@media screen and (max-width: 400px) {
  .service__img {
    height: 210px;
  }
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.service__img:hover {
  transition: 0.3s;
  box-shadow: 0 20px 40px rgba(27, 42, 51, 0.15);
}
.service__img:hover img {
  transform: scale(1.08);
  transition: 0.3s ease-in-out;
}
.service__content {
  flex: 1;
}
.service__content-label {
  font-weight: 700;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .service__content-label {
    font-size: 16px;
  }
}
.service__content-title {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  word-break: break-all;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .service__content-title {
    font-size: max(2.6666666667vw, 26px);
  }
}
@media screen and (max-width: 400px) {
  .service__content-title {
    font-size: 22px;
  }
}
.service__content-detail {
  text-align: justify;
  word-break: break-all;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .service__content-detail {
    line-height: 1.8;
  }
}
.service__content .common__btn {
  position: relative;
}
.service__content .common__btn .newwindow-icon-white {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.service__content .common__btn:hover .newwindow-icon-white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service__content .common__btn {
    margin: 0 auto;
  }
}
.service__link {
  color: #8A9CAC;
  text-decoration: none;
}
.service__link::after {
  content: ">";
  margin: 0 8px;
}
.service__link.last::after {
  content: "";
  margin: 0;
}/*# sourceMappingURL=service.css.map */