

.history-box{
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.history-bj {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.history-bj img{
    width: 100%;
    height: auto;
}




.history-bcnt{
    padding: 60px 0 70px;
}

.history-bsel{
    background-color: #eeeeee;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.history-bslitm{
    width: 24%;
}
.history-bslitm a{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    background-color: #ffffff;
    color: #333333;
}
.bslitms{
    background-color: #f70000 !important;
    color: #ffffff !important;
}




.history-swipe{
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.history-swipe .swiper-container-horizontal>.swiper-pagination-progressbar{
    top: auto;
    bottom: 0;
}
.history-swipe .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #f70000;
}

.swipe-year{
    font-size: 56px;
    color: #f70000;
}
.swipe-line{
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    margin: 25px 0;
    position: relative;
}
.swipe-line::before{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #bbbbbb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}


.swipe-txt{
    min-height: 230px;
    font-size: 18px;
    padding-right: 30px;
    font-weight: 600;
    line-height: 32px;
}



@media only screen and (max-width:1440px) {

    .history-bcnt {
        padding: 50px 0 60px;
    }
    .history-bsel {
        padding: 10px;
    }
    .history-bslitm a {
        font-size: 16px;
        padding: 8px 0;
    }


    .history-swipe {
        padding: 50px 0;
    }
    .swipe-year {
        font-size: 50px;
    }

    .swipe-line {
        margin: 20px 0;
    }
    .swipe-line::before {
        width: 10px;
        height: 10px;
    }
    .swipe-txt {
        min-height: 200px;
        font-size: 16px;
        padding-right: 25px;
        line-height: 28px;
    }


}


@media only screen and (max-width:769px) {
    .history-box{
        min-width: 100%;
        min-height: calc(100vh - 225px);
    }


    .history-bsel {
        padding: .1rem;
    }
    .history-bslitm a {
        font-size: 14px;
        padding: .1rem 0;
    }


    .history-bcnt {
        padding: .5rem .1rem .6rem;
    }

    .history-swipe {
        padding: .5rem 0;
    }

    .swipe-year {
        font-size: 40px;
    }
    .swipe-line {
        margin: .2rem 0;
    }


    .swipe-txt {
        min-height: 2rem;
        font-size: 12px;
        padding-right: .25rem;
        line-height: 28px;
    }


}
