.carousel-title {
  font-weight: 700;
  /* color: var(--main-theme-color); */
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.carousel-title span.green {
  font-weight: 700;
  color: #008000;
  line-height: 1.1;
}

.carousel-title span.black {
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}
.carousel-title span:first-child {
  font-weight: 700;
  /* color: var(--main-theme-color); */
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.carousel-title span:last-child {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
}

/* 사업분야 */

.service-info {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-info h3,
.service-info p {
  color: #fff;
}
.service-info--first {
  background-image: url("../img/home/business_01.jpg");
}
.service-info--second {
  background-image: url("../img/home/business_02.jpg");
}
.service-info--third {
  background-image: url("../img/home/business_03.jpg");
}
.service-info--fourth {
  background-image: url("../img/home/business_04.jpg");
}

.service-info img {
  width: 100%;
}

.carousel-centered p {
  color: #ffffff;
  line-height: 1.8;
}

.service {
  padding: 10px 0;
}

.service .service-info p {
  font-size: 13px;
}

.network-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  height: 400px;
}

.network-box .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: var(--light-blue);
}
.network-box h3 {
  font-size: 18px;
}
.network-box h3 span {
  font-size: 20px;
  font-weight: 500;
  color: var(--light-blue);
}

.network-box .tab-pane {
  padding: 10px 0;
}

.network-box .customer-box > div {
  margin-bottom: 20px;
}
.earth-box {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background-color: antiquewhite;
}

.sns-box img {
  width: 60px;
}

.sns-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* esg parallax effect */

.parallax {
  /* The image used */
  background-image: url("../img/home/esg.jpg");
  /* Set a specific height */
  min-height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}
.parallax p {
  font-size: 25px;
  color: #000;
  position: absolute;
  bottom: 3vw;
  left: 5vw;
  margin-bottom: 0;
  transition: 0.2s;
}

/* arrow */
.arrow {
  position: absolute;
  padding: 1rem; /* Arrow size */
  box-shadow: 1px -1px 0 1px #70deeb inset;
  -webkit-box-shadow: 2px -2px #70deeb inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  transition: 0.2s;
}

.arrow:hover {
  box-shadow: 2px -2px 0 2px #17bed2 inset;
  -webkit-box-shadow: 4px -4px #17bed2 inset;
}

.arrow-up {
  transform: rotate(135deg);
}
.arrow-right {
  transform: rotate(225deg);
}
.arrow-down {
  transform: rotate(-45deg);
}
.arrow-left {
  transform: rotate(45deg);
}

.arrow {
  margin: 0;
  right: -3vw;
  top: 6px;
}
a:nth-child(2) {
  left: 65%;
}

/* .esg-box p:hover .arrow {
  box-shadow: 2px -2px 0 2px #17bed2 inset;
  -webkit-box-shadow: 4px -4px #17bed2 inset;
} */
.main-esg {
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 40vw;
  background-image: url("https://julie-log.github.io/partsmall-corporation/img/home/esg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.esg-box img {
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
/* .esg-box p {
  position: absolute;
  bottom: 20px;
  right: 5%;
  font-size: 32px;
  color: #fff;
} */
.work {
  overflow: hidden;
  border-radius: 8px;
}
.work img {
  border-radius: 8px;
  transition: 0.2s;
}
.work:hover img {
  transform: scale(1.1); /*  default */
  -webkit-transform: scale(1.1); /*  크롬 */
  -moz-transform: scale(1.1); /* FireFox */
  -o-transform: scale(1.1); /* Opera */
}
.work:hover .work-overlay:before {
  border-radius: 8px;
  background-color: initial;
}
.global-box {
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.global-box img {
  width: 100%;
  border-radius: 8px;
}
.youtube .work {
  margin-bottom: 20px;
}
.youtube .work p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #video_area {
    height: 667px;
  }
  #background_video {
    height: 667px;
    width: unset;
  }
  .parallax {
    min-height: 400px;
  }
  .parallax p {
    font-size: 18px;
    top: 25vw;
    left: 5vw;
  }

  .carousel-title,
  .carousel-title span {
    font-size: 2rem;
  }
  .arrow {
    margin: 0;
    right: 7vw;
    top: -6px;
  }
  .work {
    margin-bottom: 25px;
  }
  .work .work-content {
    opacity: 1;
    padding: 35px 10px;
    font-size: 12px;
  }
  .work .work-content h3 {
    font-size: 16px;
  }
  .work .work-content p {
    font-size: 13px;
  }
  .main-esg {
    height: 60vw;
  }
  .esg-box p {
    right: 30px;
    font-size: 14px;
  }
  .esg-box p:hover .arrow {
    display: none;
  }
  .full-screen {
    height: 669px !important;
  }
  .sm-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
