.service-banner img {
  width: 100%;
}
.service-banner {
  padding: 5% 0 0 0;
}
.service-service {
  padding: 2% 0;
}
 .text-title {
  text-align: center;
}
.text-title .yellow {
  color: #edc006;
}
.text-title .bigyellow {
  color: #edc006;
  font-size:1.46vw ;
  font-weight: 500;
}
 .text-title h1,
 .text-title h2,
 .text-title h3,
 .text-title {
  font-size: 1.25vw;
  font-weight: 400;
  display: inline;
}
.service-service .card:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.service-service .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 10vw;
  padding: 5%;
}
.service-service .card .card-body .title {
  font-size: 1.05vw;
  font-weight: 500;
  padding: 0;
}
.service-service .card a {
  text-decoration: none;
  color: black;
}
.service-service .card-body .subtitle {
  font-size: 0.94vw;
  text-align: center;
}
.service-service .card-body .btn {
  font-size: 0.84vw;
  color: white;
  background: black;
  border-radius: 20px;
}

.service-intro {
  padding: 3% 0;
}
.service-intro .title {
  font-size: 2.4vw;
  font-weight: 500;
  text-align: center;
  padding: 0 0 4% 0;
}
.service-intro .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-intro .img {
  width: 38%;
  margin: 0 0 4% 0;
}
.service-intro .img img {
  width: 100%;
}
.service-intro .text .title {
  font-size: 1.83vw;
  font-weight: 400;
}
.service-intro .text .subtitle {
  color: #585858;
  font-size: 1.25vw;
  font-weight: 400;
  text-align: center;
}
.dash-border {
  border-right: 1px #d9d9d9 dashed;
  border-right-width: medium;
}
.show-pc {
  display: block;
}
.show-mobile {
  display: none;
}

/* SERVICE DETAIL */
.service_detail {
  padding: 3% 0;
}
.service-film {
  padding: 3% 0;
}
.service-film .heading {
  text-align: center;
  padding: 0 0 5% 0;
}
.service-film .heading .title {
  font-size: 2.45vw;
  font-weight: 500;
  color: #edc006;
  padding: 0 0 1% 0;
  font-weight: 600;
}
.service-film .heading .subtitle {
  font-size: 1.57vw;
  font-weight: 400;
  color: #353535;
}

.service-film .film-search-title {
  display: flex;
  align-items: center;
  padding: 0 0 2% 0;
}
.service-film .film-search-title .img {
  width: 3.15vw;
  margin-right: 1%;
}
.service-film .film-search-title .img img {
  width: 100%;
}
.service-film .film-search-title .text {
  font-size: 1.15vw;
  font-weight: 400;
}
.service-film .film-search-title .text span {
  font-size: 1.25vw;
  font-weight: 600;
  color: #edc006;
}
.service-film .selectbox {
  display: flex;
  align-items: center;
}
.service-film .form-select {
  font-size: 0.84vw;
  width: 54%;
  border-radius: 50px;
  padding: 2% 5%;
}

.service-film option {
  font-size: 0.84vw;
}
.service-film .label-filmbrand {
  font-size: 1.15vw;
  padding: 0 4% 0 0;
}
.service-film .btn {
  font-size: 1.15vw;
  color: white;
  background-color: #3d3c3c;
  border-radius: 50px;
  width: 100%;
  padding: 1% 0;
  padding: 2% 5%;
}
.service-film .allbrand {
  display: flex;
}
.service-film .brand {
  margin: 2% 0 0 0;
  text-align: center;
  width: 68.6vw;
  padding: 0.6vw;
}
.service-film .brand img {
  width: 100%;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .service-banner {
    padding: 57px 0 0 0;
  }
  .service-service {
    padding: 1.5rem 0;
  }
  .text-title h1, .text-title h2, .text-title h3, .text-title {
    font-size: 20px;
  }
  .text-title .bigyellow{
    font-size: 24px;
  }
  .service-service .card .card-body .title {
    font-size: 20px;
    padding: 0 0 2% 0;
  }
  .service-service .card-body .subtitle,
  .service-service .card-body .btn {
    font-size: 14px;
  }
  .service-service .card-body .subtitle {
    padding: 0 0 2% 0;
  }
  .service-service .card-body {
    height: 11rem;
  }
  .service-intro .title {
    font-size: 28px;
  }
  .service-intro .img {
    width: 100%;
    margin: 0;
  }
  .service-intro .img img {
    width: 100%;
  }
  .service-intro .text {
    text-align: center;
  }
  .service-intro .text .title {
    font-size: 19px;
    font-weight: 500;
  }
  .service-intro .text .subtitle {
    font-size: 14px;
    font-weight: 500;
  }
  /* SERVICE FILM*/
  .service-film .heading .title {
    font-size: 30px;
  }
  .service-film .heading .subtitle {
    font-size: 18px;
  }
  .service-film .film-search-title .text,
  .service-film .film-search-title .text span {
    font-size: 24px;
  }
  .service-film .film-search-title {
    padding: 0 0 8% 0;
  }
  .service-film .film-search-title .img {
    width: 45px;
  }
  .service-film .label-filmbrand,
  .service-film .btn {
    font-size: 20px;
  }
  .service-film .label-filmbrand {
    padding: 0 0 3% 0;
  }
  .service-film .btn {
    margin: 2% 0 0 0;
  }
  .service-film .form-select,
  .service-film .form-select option {
    font-size: 18px;
  }
  .service-film .selectbox {
    padding: 0 0 7% 0;
  }
  .service-film .form-select {
    width: 100%;
  }
  .service-film .heading {
    text-align: center;
    padding: 10% 0 14% 0;
  }
  .service-film .brand {
    margin: 6% 0 0 0;
    width: auto;
  }
  .service-film .logobrand {
    padding: 0 0 5% 0;
  }
  .service-film .selectbox {
    display: block;
  }
}
