.txt_sec {
    overflow: hidden;
}

.equip-flowIntro {
    padding-left: 1rem;
    padding-right: 15rem;
    margin-left: 1rem;
}
  
.equip-flowTitle {
    display: none;
    position: relative;
    font-size: 40px;
    font-size: 2rem;
    color: #ed773c;
    font-weight: 900;
}
  
.equip-flowTitle .icon {
    position: absolute;
    left: -2.7em;
    top: -0.5em;

    max-width: 2em;
    min-height: 2.95em;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}
  
 .equip-flowIntro .equip-flowText {
    font-size: 19px;
    line-height: 1.5;
    font-weight: normal;
  }

@media (min-width: 1001px){
    .txt_sec {
        margin-top: 90px;
        margin-bottom: 90px;
        padding-top: 39px;
        padding-bottom: 33px;
    }
}
  
@media (max-width: 1500px) {
    .equip-flowIntro {
      padding-right: 0;
    }
}


.slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 15%);
    min-height: 100vh;
}

.slideshow {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    min-height: 100%;
    position: relative;
}

.slideshow__border {
    position: absolute;
    top: 0;
    height: 100%;
}

.slideshow_gallery-style {
    position: absolute;
    top: 0;
    overflow: visible;
    width: 30rem;
    height: 100%;
}

.slideshow__gallery {
    position: absolute;
    width: 100%;
    height: calc(100vh - 3rem);
}

.slideshow__gallery_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideshow__gallery-wrap {
    will-change: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transform: translate3d(0, 0, 0);
}

.slideshow__gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: font-size 0.3s ease;
}

.slideshow__gallery-slide>div {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* filter: saturate(0); */

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.88888889rem;
    /* font-family: 'Cabinet Grotesk',sans-serif; */
    font-weight: 900;
    line-height: .8em;
    color: #fbe1ab;
    white-space: nowrap;
}

.slideshow__thumbs {
    height: 100%;
    margin-left: 25%;
}

.slideshow__thumbs-wrap {
    will-change: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transform: translate3d(0, 0, 0);
}

.slideshow__thumbs-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: font-size;
    transition: font-size 0.3s ease;
    opacity: 0.3;
}

.services-list__digit {
    display: inline-block;
    perspective: 1000px;
    transform: rotateX(-180deg);
    transform-style: preserve-3d;
    transform-origin: center;
    transition: .6s cubic-bezier(.76,0,.24,1) .05s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.slideshow__gallery-slide .img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 2;
    height: 100%;
}

.slideshow__gallery-slide .img .icon{
    display: flex;
    margin-bottom: 10px;
}

.slideshow__gallery-slide .img .services-list__digit{
    display: block;
    width: 12em;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    margin-top: 5px;
    
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide-active .services-list__digit {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.slideshow .swiper-pagination {
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
}

.slideshow .swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin: 10px 0;
    z-index: 1;
    background-color: #999;
}

.slideshow .swiper-pagination-bullet-active {
    height: 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background-color: #756b69;
}

@media screen and (min-width:1101px){
    .slide-wrap {
        margin-bottom: -30em;
    }

    .slideshow{
        margin-top: -30em;
    }
}

@media screen and (max-width:1650px) {
    .slide-wrap {
        width: calc(100vw - 6%);
    }

    .slideshow_gallery-style {
        width: 40rem;
    }

    .slideshow__thumbs {
        margin-left: 33%;
        margin-right: 2%;
    }

    .slideshow__thumbs-slide .equip-flowIntro {
        padding-left: 0rem;
        padding-right: 11rem;
        margin-left: 0rem;
    }
}

@media screen and (max-width:1600px) {

    .slideshow__border {
        top: 50%;
        height: 90%;
        transform: translateY(-50%);
    }
    .slideshow__gallery {
        height: 100%;
    }
    .equip-flowIntro {
        padding-left: 5px;
        padding-right: 0;
    }
}

@media screen and (max-width:1500px) {
    
    .slideshow_gallery-style {
        width: 30rem;
    }
}

@media screen and (min-width:1101px) and (max-width:1400px) {

    .slide-wrap {
        padding-top: 17em;
        padding-bottom: 20em;
    }

    .swiper-slide-active {
        margin: 1em 0;
    }
}

@media screen and (min-width:1101px) and (max-width:1300px) {
    .slideshow {
        margin-top: 0;
    }

    .slide-wrap {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    

    .swiper-slide-active {
        margin: 4em 0;
    }

    .slideshow__gallery-slide > div {
        font-size: 7.889rem;
    }
}

@media screen and (max-width:1100px) {
    

    .equip-flowTitle{
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0.5em;
        /* padding-left: 2.2em; */
    }

    .equip-flowTitle .icon {
        /* width: 85px;
        top: -0.2em; */
        position: static;
        max-width: 1.75em;
        min-height: auto;
        height: auto;
        margin-right: 0.5em;
        /* margin-top: -9px;
        left: 0;
        top: 8px; */
    }

    .slideshow__border,
    .slideshow .swiper-pagination {
        display: none;
    }
    .slideshow__thumbs {
        margin-left: 2%;
        padding-right: 2%;
    }
    .slideshow__thumbs-wrap {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .slideshow__thumbs-slide {
        margin-bottom: 2rem;
        opacity: 1;
    }
    .slideshow,
    .slide-wrap,
    .slideshow__thumbs {
        height: auto;
        min-height: auto;
    }

    .slideshow__thumbs-slide .equip-flowIntro {
        padding-right: 1.5rem;
    }
}