.gallery-list-page .item{position:relative}.gallery-list-page .item:before{position:absolute;content:"";width:100%;height:100%;background:linear-gradient(180deg,rgba(30,30,30,.071) 33.26%,#1e1e1e 92.1%);left:0;top:0}.gallery-list-page .item .detail-sec,.gallery-list-page .item .overlay-sec{position:absolute;width:100%;bottom:0;color:#fff;transition:all .3s linear;padding:1.3rem}.gallery-list-page .item .overlay-sec{height:100%;bottom:-100%;opacity:0;background:linear-gradient(180deg,rgba(50,55,121,0) -.11%,rgba(89,99,216,.8));transition:all .3s linear}.gallery-list-page .item .thumb img{width:1.8rem;height:1.8rem;border-radius:50%;border:.166rem solid #fff;margin-left:-.55rem;overflow:hidden}.gallery-list-page .item .thumb img:first-of-type{margin-left:0}.gallery-list-page .item .readmore-btn{padding:.2vw 1vw}.gallery-list-page .item .readmore-btn img{display:none}.gallery-list-page .item:hover .detail-sec{bottom:-100%;opacity:0}.gallery-list-page .item:hover .overlay-sec{bottom:0;opacity:1}