.carousel-dep-wit {
    width:100%;
}

.carousel-dep-wit .carousel-inner .item .list{
    width:100%;
    margin-top: 0px;
    animation:1;
    animation-name:deposit_list;
    animation-duration:0.3s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
    opacity:0;
    cursor:pointer;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(1){
    animation-delay: 0.1s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(2){
    animation-delay: 0.2s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(3){
    animation-delay: 0.3s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(4){
    animation-delay: 0.4s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(5){
    animation-delay: 0.5s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(6){
    animation-delay: 0.6s;
}
@keyframes deposit_list {
    0% { transform: translateY(-15px); opacity:0;}
    100%{ transform: translateY(0px); opacity:1;}
}

@media(max-width:1252px){
    .board-main{
        background-color:transparent;
    }
    .board-main .bm-head{
        display:none;
    }
    .board-cont{
        width:440px;
        background-color:#131c37;
        margin:0 10px;
        margin-bottom:20px;
    }
    .board-cont.dep-wit {
        width:440px;
        margin-bottom:40px;
    }
    .board-cont .head{
        padding:0 20px;
        background-color:#152a66;
        box-shadow:0px 2px 2px rgba(14,59,61,0.41);
    }
    .board-cont .body{
        padding:0 20px;
        margin-top:10px;
        margin-bottom:10px;
    }
}
@media(max-width:480px){
    .board-cont{
        width:96%;
        margin:0 0;
        margin-bottom:15px;
    }
    .board-cont .head{
        padding:0 10px;
    }
    .board-cont .body{
        padding:0 10px;
    }
    .board-cont.notice .body table td a {
        font-size: 11px;
    }
    .board-cont.notice .body table td a {
        padding-left:5px;
    }
    .board-cont .event-banner{
        width:32.33%;
        float:left;
        margin-right:1.50%;
    }
    .board-cont .event-banner img{
        width:100%;
    }
    .board-cont .event-banner .foot p{
        font-size:10px;
    }
    .board-cont.dep-wit {
        width:96%;
        margin-bottom:40px;
    }
    .bank-tab{
        margin-top:0;
    }
}