#articleBox ul.productList{display: flex;flex-wrap: wrap;}
#articleBox ul.productList li{width: calc((100% / 3) - 7px);margin: 0 5px 15px;}
#articleBox ul.productList li a{position: relative;background-size: cover;}
#articleBox ul.productList li a i{
	width: 30px;
    height: 30px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#articleBox ul.productList li h3{
	background: url(/images/25/arrow01.png) no-repeat left 14px;
    padding-left: 10px;
    padding-top: 5px;
}
#articleBox ul.productList li:hover a{text-decoration: underline;}



/*相本內頁*/
#album-info{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#album-info::after {
    content: '';
    flex-grow: 999999999;
    -moz-flex-grow: 999999999;
    -ms-flex-grow: 999999999;
    -o-flex-grow: 999999999;
    -webkit-flex-grow: 999999999;
    min-width: 200px;
    height: 0;
}


/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article { position: relative; margin: 15px; }
#bookBox .wall-column .album_box { box-shadow: 0 0 10px #c0c0c0; }
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



@media screen and (max-width: 1280px) {
    #bookBox .wall-column { width: 50%; }
}

@media screen and (min-width: 641px){
	#articleBox ul.productList li:nth-child(3n+1){margin-left: 0px;}
	#articleBox ul.productList li:nth-child(3n){margin-right: 0px;}
}
@media screen and (max-width: 640px){
	#articleBox{padding: 0px;width: 100%;}
	#articleBox ul.productList li{width: calc((100% / 2) - 5px)}
	#articleBox ul.productList li:nth-child(2n+1){margin-left: 0px;}
	#articleBox ul.productList li:nth-child(2n){margin-right: 0px;}
    #bookBox .wall-column { width: 100%; }
}