#sub_main {
  width: 100%;
  height: 100vh;
  /* background-image: url(../img/about/background_img_subpage.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
}

#sub_main video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#sub_main .main_title_img {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

#sub_main .main_title_img p {
  font-size: var(--large);

  color: #fff;
  text-align: center;
  margin-top: 30px;
}

#sub_about_wrap {
  width: 100%;
  height: fit-content;
}

#sub_count_wrap {
  width: 100%;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: nowrap;
}

#sub_count_wrap .count_box_sub {
  padding: 30px 0;
  text-align: left;
}

#sub_count_wrap .count_box_sub p {
  font-size: var(--base);
}

#sub_count_wrap .count_box_sub h3 {
  font-size: var(--huge);
  color: var(--primary-color);
}

.scroll_service_wrap {
  margin: 30px 0 50px;
}

.scroll_service_wrap .swiper-slide .glass_card {
  transform: scale(0.95);
  transition: 0.5s;
}

.scroll_service_wrap .swiper-slide:hover .glass_card {
  transform: scale(1);
  transition: 0.5s;
}

#sub_service_wrap {
  background: linear-gradient(180deg, #fff 30%, #f2f8ff 70%);
}
