.aboutService section {
  padding: 151px 0;
  text-align: center;
}
.aboutService .section1 {
  background-blend-mode: multiply;
  background-size: cover !important;
  background: rgba(145, 145, 145, 0.45) url("/images/about/shutterstock_410168728.jpg") no-repeat bottom;
}
.aboutService .section1 h1 {
  font-size: 2rem;
  color: white;
  font-weight: lighter;
}
.aboutService .section1 h1 strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  .aboutService .section1 h1 {
    font-size: 1.3rem;
  }
}
.aboutService .section2 {
  background: #F5F5F5;
}
.aboutService .section2 img {
  max-width: 18rem;
}
.aboutService .section2 .colorTitle {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .aboutService .section2 .colorTitle {
    font-size: 2rem;
  }
}
.aboutService .section2 .colorTitle .left {
  color: black;
}
.aboutService .section2 .colorTitle .right {
  color: #5BC2DD;
}
.aboutService .section2 p {
  font-size: 18px;
  font-weight: lighter;
  margin-top: 50px;
  margin-bottom: 0;
  line-height: 30px;
}
.aboutService .section3 u {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5BC2DD;
}
.aboutService .section3 h1 {
  font-weight: bold;
  margin-bottom: 3rem;
}
.aboutService .section3 p {
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
}
.aboutService .section3 img.symbol {
  max-width: 7rem;
}
.aboutService .section3 .container .descItem {
  margin-top: 5rem;
}
.aboutService .section3 .container .descItem h5 {
  margin-top: 1.2rem;
  font-weight: bold;
  font-size: 1.75rem;
}
.aboutService .section3 .container .descItem h6 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
.aboutService .section3 .container .descItem p {
  margin-top: 1.2rem;
  color: #888888;
}
.aboutService .section3 .container .descItem .tags {
  margin-top: 2rem;
}
.aboutService .section3 .container .descItem .tags .tag {
  color: #888888;
  border: 1px solid #D1D1D1;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 0.7rem;
}
.aboutService .section4 {
  background-blend-mode: screen;
  background-size: cover !important;
  background: rgba(255, 255, 255, 0.8666666667) url("/images/about/shutterstock_1442538860.jpg") no-repeat center;
}
.aboutService .section4 h1 {
  font-family: "Nanum Myeongjo";
  font-size: 1.5rem;
  color: #333333;
  font-weight: lighter;
  line-height: 2.5rem;
}
.aboutService .section4 h6 {
  margin-top: 2rem;
  color: #555555;
  font-weight: lighter;
}
.aboutService .section4 hr {
  width: 20px;
  margin-top: 3rem;
}
.aboutService .section4 p {
  font-size: 18px;
  font-weight: lighter;
  margin-top: 3rem;
  margin-bottom: 0;
  line-height: 30px;
}
.aboutService .section4 button {
  margin-top: 2rem;
  color: white;
  background: #5BC2DD;
  border-radius: 0;
  padding: 20px 60px;
  font-weight: lighter;
}
.aboutService .section4 button:hover {
  opacity: 0.75;
}
.aboutService p strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .aboutService p:has(strong) {
    padding: 0 20px;
  }
  .aboutService p:has(strong) br {
    display: none;
  }
}

/*# sourceMappingURL=aboutLiverary.css.map */
