.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}


.carousel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 750px;
  perspective: 750px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.home-carousel-slide {
  position: relative;
  width: 840px;
  height: 100%;
  max-height: 38.279999999999994vw;
  max-width: 66vw;
  box-shadow: 0 0 100px 50px rgba(14, 16, 18, .1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transition: box-shadow .4s, color 50ms;
  transition: box-shadow .4s, color 50ms;
  text-align: left;
  filter: blur(5px);
}

.active{
  filter: none;
}

.home-carousel-slide .solution_silde_wrap{
  display: none;
}

.active .solution_silde_wrap{
  display: inherit;
}
.home-carousel-slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: inset 0 -175px 175px -75px #0e1012;
  -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1), box-shadow .4s;
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), box-shadow .4s;
  
}

.home-carousel-slide-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  
}

.max-width-350 {
  max-width: 350px
}

.bg-white {
  background-color: #fff
}

.color-white,
.hover-color-white:hover {
  color: #fff
}

.home-carousel-video-lightbox:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.home-carousel-slide-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.home-carousel-slide-in.slider-focus {
  overflow: hidden
}

.home-carousel-slide-in.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.home-carousel-slide-in.align-center.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.carousel-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
/* 
.carousel-nav-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #0e1012;
} */

.carousel-nav-link.prev {
  padding-right: 4px
}

.carousel-nav-link.next {
  padding-left: 4px
}

.carousel-nav-link.bg-gray-5:hover {
  background-color: #eff7ff
}

.carousel-nav-link.bg-gray-5.prev.mr-40.t_hide.carousel-nav-link-logistic {
  margin-top: 46vh
}

.carousel-nav {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.direction-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}


/* 테블릿 슬라이드 */
/* Slider CSS*/
.home-carousel-slide-in,
.home-carousel-video-lightbox {
 
}

.carousel.carousel-slider {
  top: 0;
  left: 0
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px
}

.carousel .carousel-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 500px;
  left: 0
}

.carousel {
  width: 500px;
}

.carousel .carousel-item>img {
  width: 100%
}

@media screen and (min-width: 992px) {

  body.bg-gray-dark .carousel-nav-link:hover {
    color: #fff;
  }

}

.overflow-hidden {
  overflow: inherit;
}

.box {
  position: fixed;
  top: 370px;
}

#section-hero{
  padding-top: 105px; 
  overflow: hidden;
  min-height: 500px;
}