/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/************************
  slick 2022
************************/

.thumbnail {
    max-width: 1040px;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .slick-track {
    transform: unset !important;
}

.thumbnail1-img1,
.thumbnail1-img2,
.thumbnail1-img3,
.thumbnail2-img1,
.thumbnail2-img2,
.thumbnail2-img3,
.thumbnail3-img1,
.thumbnail3-img2,
.thumbnail3-img3 {
    width: 320px;
    height: 50px;
    cursor: pointer;
    background-size: contain;
}


/* row 1 */

.thumbnail1-img1 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_01.svg") no-repeat;
}

.thumbnail1-img1.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_01_active.svg") no-repeat;
}

.thumbnail1-img2 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_02.svg") no-repeat;
    background-position: center;
}

.thumbnail1-img2.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_02_active.svg") no-repeat;
    background-position: center;
}

.thumbnail1-img3 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_03.svg") no-repeat;
    background-position: right 1px center;
}

.thumbnail1-img3.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_03_active.svg") no-repeat;
    background-position: right 1px center;
}


/*  row 2 */

.thumbnail2-img1 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_04.svg") no-repeat;
}

.thumbnail2-img1.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_04_active.svg") no-repeat;
}

.thumbnail2-img2 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_05.svg") no-repeat;
    background-position: center;
}

.thumbnail2-img2.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_05_active.svg") no-repeat;
    background-position: center;
}

.thumbnail2-img3 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_06.svg") no-repeat;
    background-position: right 1px center;
}

.thumbnail2-img3.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_06_active.svg") no-repeat;
    background-position: right 1px center;
}


/*  row 3 */

.thumbnail3-img1 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_07.svg") no-repeat;
}

.thumbnail3-img1.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_07_active.svg") no-repeat;
}

.thumbnail3-img2 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_08.svg") no-repeat;
    background-position: center;
}

.thumbnail3-img2.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_08_active.svg") no-repeat;
    background-position: center;
}

.thumbnail3-img3 {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_09.svg") no-repeat;
    background-position: right 1px center;
}

.thumbnail3-img3.slick-current {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/btn/btn_09_active.svg") no-repeat;
    background-position: right 1px center;
}

@media screen and (max-width:769px) {
    .thumbnail {
        width: 98%;
        padding-left: 1%;
        margin-bottom: 35px;
    }
    .thumbnail1-img1,
    .thumbnail1-img2,
    .thumbnail1-img3,
    .thumbnail2-img1,
    .thumbnail2-img2,
    .thumbnail2-img3,
    .thumbnail3-img1,
    .thumbnail3-img2,
    .thumbnail3-img3 {
        height: 13vw;
    }
    /* row 1 --------------------------------- */
    .thumbnail1-img1 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_01.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail1-img1.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_01_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail1-img2 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_02.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail1-img2.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_02_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail1-img3 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_03.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail1-img3.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_03_active.svg") no-repeat;
        background-size: contain;
    }
    /* row 2 --------------------------------- */
    .thumbnail2-img1 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_04.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail2-img1.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_04_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail2-img2 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_05.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail2-img2.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_05_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail2-img3 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_06.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail2-img3.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_06_active.svg") no-repeat;
        background-size: contain;
    }
    /* row 3 --------------------------------- */
    .thumbnail3-img1 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_07.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail3-img1.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_07_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail3-img2 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_08.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail3-img2.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_08_active.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail3-img3 {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_09.svg") no-repeat;
        background-size: contain;
    }
    .thumbnail3-img3.slick-current {
        background: url("https://tp-img.imgix.net/s/work/manufacturing/sp/btn/btn_09_active.svg") no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width:749px) {
    .thumbnail1-img1,
    .thumbnail1-img1.slick-current,
    .thumbnail1-img2,
    .thumbnail1-img2.slick-current,
    .thumbnail1-img3,
    .thumbnail1-img3.slick-current,
    .thumbnail2-img1,
    .thumbnail2-img1.slick-current,
    .thumbnail2-img2,
    .thumbnail2-img2.slick-current,
    .thumbnail2-img3,
    .thumbnail2-img3.slick-current,
    .thumbnail3-img1,
    .thumbnail3-img1.slick-current,
    .thumbnail3-img2,
    .thumbnail3-img2.slick-current,
    .thumbnail3-img3,
    .thumbnail3-img3.slick-current {
        background-size: 96%;
    }
}