/**************************
 page-service
**************************/
#service-main .bg {
  background: url("../../images/service/bg-service-main.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#service-main .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#service-main .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#service-main .bg h1 span {
  display: block;
}
#service-main .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#service-main .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
/*****************************************
 service-cnt
*****************************************/
#service-cnt {
  padding-top: 80px;
  padding-bottom: 80px;
}
#service-cnt .main-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#service-cnt .main-title p {
  margin-bottom: 5px;
}
#service-cnt .catch {
  text-align: center;
  margin-bottom: 50px;
}
#service-cnt .box {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#service-cnt .box .p-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#service-cnt .p-thumb {
  max-width: 150px;
  margin: 0 auto 30px;
}
#service-cnt .p-thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  #service-cnt .catch {
    text-align: left;
  }
  #service-cnt .main-title {
    text-align: left;
  }
  #service-cnt .mb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #service-cnt .main-title {
    font-size: 20px;
  }
}
/*****************************
 service-point
******************************/
#service-point {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #d7e5fa;
}
#service-point h2 {
  margin-bottom: 50px;
}
#service-point h2 span {
  display: block;
}
#service-point h2 span:nth-of-type(1) {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 5px;
}
#service-point h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#service-point .point-box {
  margin-bottom: 80px;
}
#service-point #service-point1 .thumb {
  background: url("../../images/service/point-bg1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#service-point #service-point2 .thumb {
  background: url("../../images/service/point-bg2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#service-point #service-point3 .thumb {
  background: url("../../images/service/point-bg3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#service-point .label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: red;
}
#service-point .label span:nth-of-type(1) {
  margin-right: 10px;
}
#service-point h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#service-point .catch {
  margin-bottom: 30px;
  line-height: 2em;
}
