.banner_type1 {
    padding:0;
    position:relative;
}

    .banner_type1 a.carousel-item {
        display: block;
    }

    .banner_type1 .carousel-inner .carousel-caption {
        width: 40%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

        .banner_type1 .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_type1 .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_type1 .carousel-indicators {
        display: flex;
        align-items: end;
        justify-content: flex-start;
        bottom: 10px;
    }

        .banner_type1 .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-left: 30px;
            border:0;
        }

        .banner_type1 .carousel-indicators .active {
            transform: scale(1.6);
            transition: all 0.2s;
            margin-left:10px;
        }

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.banner_type1 .carousel-control-prev:focus,
.banner_type1 .carousel-control-next:focus {
    background-color: rgba(0,0,0,0.4);
    outline: 4px solid #ffbf47;
    outline-offset: 4px;
    border-radius: 6px;
}

.banner_type1 .carousel-indicators button:focus {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

/* 保留 hover 效果 */
.banner_type1 .carousel-controls-top {
    position: absolute;
    z-index: 11;
    top: 10px;
    left: 10px;
}
    .carousel-controls-top button {
        margin-bottom:0;
    }

.banner_type1 .carousel-control-prev,
.banner_type1 .carousel-control-next {
    position: absolute;
    z-index: 2;
}

    .banner_type1 .carousel-control-prev:hover,
    .banner_type1 .carousel-control-next:hover {
        background-color: rgba(0,0,0,0.20);
    }

/**************
RWD s.
***************/
/* medium Devices, Tablets */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .banner_type1 .carousel-inner .carousel-caption {
        width: 80%;
        right: 0;
        bottom: 0;
        left: 5%;
    }

    .banner_type1 .carousel-indicators {
        justify-content: center;
    }

        .banner_type1 .carousel-indicators button {
            width: 8px;
            height: 8px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 150px;
        }

    .banner_type1 .carousel-item .info {
        margin-top: 50px;
    }
}
/* Small Devices, Tablets */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
    .banner_type1 .carousel-inner .carousel-caption {
        width: 100%;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .banner_type1 .carousel-inner .carousel-caption h2 {
            font-size: 2.2rem;
        }

        .banner_type1 .carousel-inner .carousel-caption p {
            font-size: 1.5rem;
        }

    .banner_type1 .carousel-indicators {
        justify-content: center;
    }

        .banner_type1 .carousel-indicators button {
            width: 8px;
            height: 8px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 50px;
        }

    .banner_type1 .carousel-item .info {
        margin-top: 50px;
    }
}
/**************
RWD e.
***************/
