@charset "UTF-8";

.service-blc {
  position: relative;
  margin: 80px 0;
}

.service-blc .service-cont > .tab > .cont {
  padding: 0 2%;
  margin-bottom: 80px;
}

.service-blc .service-cont > .tab .list-blc {
  padding-top: 20px;
}

.service-blc .service-cont > .tab > .bubble {
  position: relative;
  width: 100%;
  background-image: url('../img/service/cont_bg_01.png'),url('../img/service/cont_bg_02.png');
  background-position: left bottom 20px, right top 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 55%, auto 55%;
}

.service-blc .service-cont > .tab .list-bubble {
  max-width: 700px;
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
}

#service .gallery-list > .gallery-box {
  display: none !important;
}

#service .gallery-list > .gallery-box:nth-child(1),
#service .gallery-list > .gallery-box:nth-child(2),
#service .gallery-list > .gallery-box:nth-child(3) {
  display: block !important;
}

.renotec-bg {
  width: 100%;
  background-image: url('../img/service/service_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .service-blc {
    margin: 40px 0;
  }
  .service-blc .service-cont > .tab > .bubble {
    background-size: 300px auto, 300px auto;
  }
}