  .banner_type8 {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

    .banner_type8 .title {
        color: var(--color-primary);
        font-weight: 600;
        font-size: 3.125rem;
        letter-spacing: 0.1em;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

.banner_type8 .banner_carousel {
    height: 100%;
    width: 100%;
}

    .banner_type8 .slick-initialized .slick-slide {
        padding:0;
    }

    /*左邊大的*/
    .banner_type8 .banner_carousel .slider-for {
        position: relative;
    }

.banner_type8 .slider-for_content {
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: var(--color-grey);
}
.banner_type8 .slider-for_content h2 {
    font-size: 2.2rem;
}
.banner_type8 .slider-for_content:hover h2 {
    color: var(--color-primary);
}

    .banner_type8 .banner_carousel .slider-for .pic img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-height: 480px;
        height: auto;
    }

/*右邊小的*/
.banner_type8 .slider-nav {
    position: relative;
}

    .banner_type8 .banner_carousel .slider-nav .pic {
        padding-bottom:20px;
    }

    .banner_type8 .banner_carousel .slider-nav .pic img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 225px;
    }

/* 隱藏右邊當前輪播 */
.banner_type8 .slider-nav .slick-current {
    display: none;
}

/*.banner_type8 .slider-nav_content {
    margin-bottom: 30px;
}*/

/* DOTS */
.banner_type8 .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
    .banner_type8 .slick-dots {
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

.banner_type8 .slick-dots li button:before {
    font-size: 2.5rem;;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "?";
    text-align: center;
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner_type8 .slick-dots li.slick-active button:before {
    transform: scale(1.6);
    opacity: 0.75;
    left: -5px;
    color: var(--color-primary);
}

.banner_type8 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.banner_type8 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.banner_type8 .slick-dots li button:hover,
.banner_type8 .slick-dots li button:focus {
    outline: none;
}
.banner_type8 .slick-dots li button:hover:before,
.banner_type8 .slick-dots li button:focus:before {
    opacity: 1;
}

/* Arrows */
.banner_type8 .slick-prev,
.banner_type8 .slick-next {
    top: 540px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: var(--color-grey);
    background: transparent;
}
    .banner_type8 .slick-prev:hover,
    .banner_type8 .slick-next:hover {
        /*border-color: transparent;*/
        color: var(--color-primary);
        /*background: var(--color-primary);*/
    }
.banner_type8 .slick-prev:hover:before,
.banner_type8 .slick-prev:focus:before,
.banner_type8 .slick-next:hover:before,
.banner_type8 .slick-next:focus:before {
    opacity: 1;
}
.banner_type8 .slick-prev.slick-disabled:before,
.banner_type8 .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.banner_type8 .slick-prev:before,
.banner_type8 .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: center;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
}

    .banner_type8 .slick-prev {
        right: 40px;
        border-radius: 0;
        border: 0;
    }

.banner_type8 .slick-prev:before {
    content: "\f104";
}

    .banner_type8 .slick-next {
        right: 0;
        border: 0;
    }

.banner_type8 .slick-next:before {
    content: "\f105";
}

/**************
RWD s.
***************/
/* medium Devices, Tablets */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .banner_type8 {
        height: 70vh;
        margin-top: 100px;
    }
}
/* Small Devices, Tablets */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
    .banner_type8 {
        width: 100%;
        height: 80vh;
        position: relative;
        margin-top: 40px;
    }
    .banner_type8 .slider-for {
        width: 100%;
        position: inherit;
        padding-top: 70px;
    }
    .banner_type8 .banner_carousel .slider-for .pic img {
        height: 260px;
    }
    .banner_type8 .slider-nav {
        width: 100%;
        position: inherit;
    }
    .banner_type8 .slider-nav_content {
        margin: 10px 5px 30px 5px;
    }
    .banner_type8 .banner_carousel .slider-nav .pic img {
        width: 100%;
        height: 150px;
    }

    .banner_type8 .slick-dots {
        position: inherit;
        text-align: start;
    }

    .banner_type8 .slick-prev,
    .banner_type8 .slick-next {
        top: 630px;
    }

    .banner_type8 .slick-prev {
        right: 52px;
    }

    .banner_type8 .slick-next {
        right: 12px;
    }
}
/**************
RWD e.
***************/
