

.slider-thumbnail{
    width:745px;
    height: 477px;
}

.popular-item .pop-img .thumb-background{
    background-size: cover;
    background-repeat: no-repeat;
    width:223px;
    height: 146px;
}

@media all and (min-width:480px) and (max-width:767px) {
    .slider-thumbnail{
        width:385px;
        height: 219px;
    }

    .popular-item .pop-img .thumb-background{
        background-size: cover;
        background-repeat: no-repeat;
        width:330px;
        height: 146px;
    }

    .tab-content .lt-item-bg{
        margin-bottom: 10px;
    }
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {
    .slider-thumbnail{
        width:385px;
        height:219px;
    }

    .popular-item .pop-img .thumb-background{
        background-size: cover;
        background-repeat: no-repeat;
        width:330px;
        height: 146px;
    }
    .tab-content .lt-item-bg{
        margin-bottom: 20px;
    }
}

