#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;
}
.album_box {
    position: relative;
    height: 350px;
    flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    background-color: #fff;
    transition:all ease-in-out 0.3s;
}
.album_box img{
    max-width: 100%;
    min-width: 100%;
    height: 350px;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    vertical-align: bottom;
}
.album_box ,
.album_box img{
    height:350px;
}
@media screen and (max-width: 1366px) {
    .album_box ,
    .album_box img{
        height:230px;
    }
}
@media screen and (max-width: 1280px) {
    .album_box ,
    .album_box img{
        height:180px;
    }
}

@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;}
}