/*Photo Gallery*/
._infpg{width:100%;position:relative;padding-bottom:15px;margin-bottom:30px;}
._infpg:before{height:180px;content:'';position:absolute;bottom:0;left:0;right:0;margin:auto;background:var(--grdnt);}
._infpg ul{margin:0 -20px;padding:0 10px 5px 10px;}
._infpg li{margin:0 5px 0 0;}
._infpg li:last-child{margin:0;}
._infpg ._thmb{width:220px;height:300px;border-radius:10px;overflow:hidden;position:relative;}
._infpg ._thmb>img{max-width:220px;max-height:300px;width:100%;height:100%;margin:0;object-fit:cover;}
._infpg ._thmb:after{width:100%;height:100%;content:'';position:absolute;top:0;left:0;right:0;margin:auto;/*background:var(--grdnt);*/}
._infpg ._imgcnt{width:100%;position:absolute;bottom:0;left:0;right:0;flex-flow:wrap;margin:auto;padding:80px 10px 10px 10px;align-items:center;font-size:14px;font-weight:500;color:#fff;z-index:1;background:linear-gradient(0deg, rgba(0,0,0,0.9) -30%, rgba(0,0,0,0.77) 30%, rgba(0,0,0,0.28) 60%, rgba(0,0,0,0) 100%);}
._infpg ._imgcnt img{max-width:20px;max-height:20px;width:auto;height:auto;margin:0 10px 0 0;filter:invert(1);}
._infpg ._imgcnt ._glttl{font-size:16px;line-height:22px;font-weight:500;white-space:normal;margin-bottom:4px;}
._infpg ._imgcnt ._lc{-webkit-line-clamp:3;max-height:68px;}
@media screen and (min-width:1025px){
    /*Photo Gallery*/
    ._infpg{padding:0;}
    ._infpg ul{margin:0;padding:0;}
    ._infpg li{margin:0;}
    ._infpg:before{content:unset;}
    ._infpg ._pgcnt{margin:10px auto 0;padding:0 10px 20px;position:relative;}
    ._infpg ._pgcnt:before{height:220px;content:'';position:absolute;bottom:0;left:0;right:0;margin:auto;border-radius:0 0 10px 10px;
                           background-color:var(--bg);
                           background:-moz-linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
                           background:-webkit-linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
                           background:linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
    }
    ._infpg ._thmb{width:220px;height:300px;margin:0;}
    ._infpg ._thmb>img{max-width:220px;max-height:300px;}
    ._infpg ._imgcnt ._glttl{margin-bottom:4px;}
}