.banner {
    position: relative;
    height: 100%;
}

.banner-img {
    position: relative;
}

/* 0909修改 */
.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
.banner-item>img{
    width: 100%;
}

.banner-item.item1 {
    background: url("../img/banner-01.jpg") no-repeat;
    background-size: 100%;
}

.banner-item.item2 {
    background: url("../img/banner-02.jpg") no-repeat;
    background-size: 100%;
}

.banner-item.item3 {
    background: url("../img/banner-03.jpg") no-repeat;
    background-size: 100%;
}

.banner-item.item4 {
    background: url("../img/banner-04.jpg") no-repeat;
    background-size: 100%;
}

.banner-item.item5 {
    background: url("../img/banner-05.jpg") no-repeat;
    background-size: 100%;
}
.banner-item.item6 {
    background: url("../img/banner-06.jpg") no-repeat;
    background-size: 100%;
}
.banner-item.item7 {
    background: url("../img/banner-07.jpg") no-repeat;
    background-size: 100%;
}
.banner-item.item8 {
    background: url("../img/banner-08.jpg") no-repeat;
    background-size: 100%;
}

.knobbox {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 15px;/* fornoya */
    z-index: 30;
    font-size: 0;
    line-height: 0;
}

/* banner-pagination // 0827已給 */
.knobbox .knob {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 7px;
    cursor: pointer;
    margin-bottom: 5px;
    background: rgb(142 142 142 / 50%);
    border-radius: 15px;
}

.knobbox .knob.active {
    background: #e68d76;
}

@media screen and (max-width:767px){
    #AB-BN{
        display: none;
    }

    .banner{
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width: 1366px){
    #AB-BN{
        display: none;
    }

    .banner{
        height: auto;
    }
}