/* 테이블 : PC 스크롤 */
div[class*='tbl_st'].scroll_wide {width: 100%; background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) right 5px / 30px 100% no-repeat; z-index: 1; overflow-x: auto;}


@media (max-width: 1024px) {
    /* 테이블 : 스크롤 */
    div[class*='tbl_st'].scroll_gr {background-position: right 5px; background-size: 30px 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0)));
        background-image: linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background-repeat: no-repeat; z-index: 1; overflow-x: auto;}
    div[class*='tbl_st'].scroll_gr > table {width: 1024px;}
}

@media (max-width: 768px) {
    /* 테이블 : 스크롤 */
    div[class*='tbl_st'].scroll_gr > table {width: 860px;}
    }