@charset "UTF-8";.album__list{width:100%;display:flex;flex-wrap:wrap}.album__list__item{width:calc(100% / 3);margin:0 0 30px 0;padding:0 1px;overflow:hidden}.album__list__item.new figure::before{content:'';position:absolute;display:block;width:63px;height:37.48px;top:10px;right:15px;background:url(/mod.artie.com.tw/woodalley/beta/assets/images/album_list/album_new.png) center no-repeat;background-size:contain;transform-origin:center;z-index:10;animation:shakenew 2s infinite}.album__list__item figcaption{position:absolute;bottom:-100%;left:0;display:flex;align-items:center;align-content:center;width:100%;color:#fff;padding:10px 20px;background:url(/mod.artie.com.tw/woodalley/beta/assets/images/common/blackBg.png) center repeat-x;background-size:auto 100%;transition:bottom .4s ease-in-out}.album__list__item:hover figcaption{bottom:0}.album__list__item figcaption::before{content:'';position:relative;display:block;width:24px;height:24px;margin:0 20px 0 0;background:url(/mod.artie.com.tw/woodalley/beta/assets/images/common/icon_magnifier.svg) center no-repeat;background-size:100%}.album__list__itme__info__title{font-size:14px;letter-spacing:1px;margin:0 0 5px 0;line-height:1.2}.album__list__itme__info__date{font-size:12px;line-height:1.2}@media screen and (max-width:991px){.album__list__item{width:50%;margin:0 0 15px 0}.album__list__item figcaption{bottom:0}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.album__list__item{width:100%}}@supports (-webkit-touch-callout:none){}