.bList{overflow: visible;}
.bList > div{float: none;width: 100%;margin-bottom: 64px;text-align: center;}
.bList .list.mofd{max-width: 900px;margin: 0 auto;}
.bList .list.mofd .photo{width: 100%;max-width: 600px;margin: 0 auto 24px;aspect-ratio: 4 / 3;background-color: #fff; padding: 16px;box-shadow: 0 6px 20px rgba(0,0,0,.08); border-radius: 8px;background-position: center;background-repeat: no-repeat;background-size: contain; overflow: hidden;margin-bottom: 24px;}
.bList .list.mofd .photo a{display: block;width: 100%;height: 100%;}
.bList .list.mofd .photo img{width: 100%;height: 100%;object-fit: contain; background-color: #fff;display: block;display: none;}
.bList .list.mofd h3{position: static;background: none;padding: 0;margin: 0 0 -10px;text-align: center;}
.bList .list.mofd h3 a{font-size: 25px;line-height: 3.4;color: #111;font-family: 'Noto Serif TC', serif;text-decoration: none;}
#duction{max-width: 600px;margin: 0 auto;font-size: 14px;line-height: 1.7;color: #555;text-align: center;}

#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%;height: 230px;object-fit: cover;}



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


@media screen and (min-width: 1025px) {
.bList .photo:hover{background-size:auto 110%}
}

@media screen and (max-width: 1280px) {
.bList >div{width:calc(100% / 2);}
}
@media screen and (max-width: 640px){
.bList > div{margin-bottom: 0;}
.bList .photo{margin-right: 0;}
.bList .list.mofd h3{position: static;bottom: auto;max-width: none;padding: 0 12px;margin: 0 0 12px;text-align: center;}
.bList .list.mofd h3 a{display: block;font-size: 18px;line-height: 1.5;text-align: center;word-break: break-word;overflow-wrap: anywhere;hyphens: auto;}
#bookBox .wall-column{ width: 100%;}
}
@media screen and (max-width: 480px){
.bList .list.mofd h3 a{font-size: 16px;}
}
