.banner_type2 {
    width: 100%;
    height: 59vh;
    overflow: hidden;
    position: relative;
}

    .banner_type2 .carousel,
    .banner_type2 .carousel-inner {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .banner_type2 .carousel-item {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: flex-end; */
        /* display: grid; */
        /* align-items: center; */
        /* justify-items: center; */
        /* align-content: center; */
        /* background-size: 100%; */
    }

    .banner_type2 a.carousel-item {
        display: block;
    }

    /*ç™½è‰²h2æ¨™é¡Œå€*/
    .banner_type2 .carousel-inner .carousel-caption {
        width: 40%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

        .banner_type2 .carousel-inner .carousel-caption h2 {
            font-weight: 500;
            font-size: 3.2rem;
            margin-left: 20px;
            margin-bottom: 15px;
            letter-spacing: .4rem;
            line-height: 3rem;
            text-align: start;
            text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.822);
        }

        .banner_type2 .carousel-inner .carousel-caption p {
            font-size: 2rem;
            margin-left: 20px;
            letter-spacing: .3rem;
            line-height: 3rem;
            text-align: start;
            text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.822);
            text-transform: uppercase;
        }

    /*åœ“åœ“æŒ‰éˆ•*/
    .banner_type2 .carousel-indicators {
        /*height: 100%;*/
        display: flex;
        align-items: end;
        justify-content: flex-start;
        bottom: 80px;
    }

        .banner_type2 .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-left: 30px;
            /*    margin-bottom: 20px;*/
        }

        .banner_type2 .carousel-indicators .active {
            transform: scale(1.6);
            transition: all 0.2s;
        }
/*nextæŒ‰éˆ•*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

/**************
RWD s.
***************/
/* medium Devices, Tablets */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .banner_type2 .carousel-inner .carousel-caption {
        width: 80%;
        right: 0;
        bottom: 0;
        left: 5%;
    }

    .banner_type2 .carousel-indicators {
        justify-content: center;
    }

        .banner_type2 .carousel-indicators button {
            width: 8px;
            height: 8px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 150px;
        }

    .banner_type2 .carousel-item .info {
        margin-top: 50px;
    }
}
/* Small Devices, Tablets */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
    .banner_type2 .carousel-inner .carousel-caption {
        width: 100%;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .banner_type2 .carousel-inner .carousel-caption h2 {
            font-size: 2.2rem;
        }

        .banner_type2 .carousel-inner .carousel-caption p {
            font-size: 1.5rem;
        }

    .banner_type2 .carousel-indicators {
        justify-content: center;
    }

        .banner_type2 .carousel-indicators button {
            width: 8px;
            height: 8px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 50px;
        }

    .banner_type2 .carousel-item .info {
        margin-top: 50px;
    }
}
/**************
RWD e.
***************/
