/* Trending Widget */
._trndwgt{margin-bottom:30px;}
._trndwgt ul{width:100%;flex-wrap:wrap;align-items:flex-start;padding:0;margin:0;list-style:none;}
._trndwgt li{width:100%;padding:10px 0;flex-flow:row-reverse;border-bottom:1px solid var(--bdr2);}
._trndwgt li:last-child{border-bottom:none;}
._trndwgt ._stxw{width:100%;font-size:16px;color:var(--color);line-height:22px;}
._trndwgt ._ttl{color:var(--color);margin-bottom:5px;font-weight:500;}
._trndwgt ._ttl._lc{-webkit-line-clamp:4;max-height:86px;}
._trndwgt ._ntg{background-color:var(--bg);border-radius:0;padding:4px 15px;font-size:14px;font-weight:600;position:absolute;left:0;bottom:0;/*transform:scale(0.9);*/}
._trndwgt ._sbttl{font-size:14px;line-height:20px;color:var(--color6);}
._trndwgt ._thmb{width:130px;height:100px;margin-right:15px;position:relative;flex:none;border-radius:5px;overflow:hidden;}
._trndwgt img{max-width:130px;max-height:100px;width:100%;height:100%;margin:0;display:block;object-fit:cover;}

/* for big */
._trndwgt li.big{padding:0 0 20px;margin:0 0 10px;flex-flow:column-reverse;}
._trndwgt li.big:last-child{border-bottom:1px solid var(--bdr2);}
._trndwgt ._tbyln{font-size:14px;line-height:20px;color:var(--color6);opacity:.7;margin-bottom:10px;}
._trndwgt ._tbyln>a{display:inline-block;padding:0 5px;}
._trndwgt li.big ._thmb{width:100%;height:220px;margin:0 0 15px 0;}
._trndwgt li.big ._thmb img{max-width:100%;max-height:220px;width:100%;height:100%;}

@media screen and (min-width:1025px){
    ._trndwgt li{border-bottom:none;}
    ._trndwgt li:first-child{padding-top:0;}
    ._trndwgt ._thmb{width:140px;height:100px;margin-right:20px;}
    ._trndwgt ._thmb img{max-width:140px;max-height:100px;margin-right:20px;}
    
    /* for big */
    ._trndwgt li.big{padding:0;margin:0;}
    ._trndwgt li.big:last-child{border-bottom:none;}
    ._trndwgt li.big ._ttl{font-size:22px;line-height:26px;}
    ._trndwgt li.big ._ttl._lc{max-height:52px;margin-bottom:10px;}
    ._trndwgt ._tbyln{font-size:16px;line-height:22px;margin-bottom:20px;}
    ._trndwgt ._ttl:hover{color:var(--rcolor);}
    ._trndwgt li.big ._thmb{height:280px}
    ._trndwgt li.big ._thmb img{max-height:280px}
}