.sub_nav_wp{
    background: #F9F9F9!important;
}


.topCulTxt>p{
    display: none!important;
}
.ac-list li{
    border: none;
    margin-bottom: 50px;
}
.ac-list .imgBox{
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
    position: relative;
}
.ac-list .imgBox img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ac-list .imgBox:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ac-list li span{
    display: block;
    text-align: center;
    margin-top: 18px;
    color: #333;
    font-size: 16px;
}








/*@media (max-width: 900px){*/
    
/*}*/