.bbs-photo-lists{
    margin: 0 -1px;
}
.bbs-photo-lists > li{
    padding: 1px;
}


.bbs-photo { overflow: hidden; display: block; position: relative; background: #000; }
.bbs-photo::after{
    content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; width: 35px; height: 30px;
    background: url('/child/img/icon/view-more-arrow-right.svg') no-repeat;
    -webkit-transform: translateY(100%); transform: translateY(100%);
    -webkit-transition: all ease .2s; transition: all ease .2s;
    opacity: 0;
}
.bbs-photo .thumbnail{
    padding-top: calc(320 / 480 * 100%);
    opacity: 1;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.bbs-photo__mask{
    z-index: 2; position: absolute; bottom: 0; left: 0; padding: 80px 40px 30px; width: 100%; color: #ffffff;
    background: linear-gradient(to top, rgba(0,0,0,.8) 10%, rgba(0,0,0,0) 100%);
}
.bbs-photo__title{
    display: block; position: relative; padding-right: 50px; line-height: 1.5;
    font-size: 18px; font-weight: 700;
}
.bbs-photo__title small { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 300; opacity: .7; }
.bbs-photo:hover .thumbnail{
    -webkit-transform: scale(1.05); transform: scale(1.05);
    opacity: .6;
}
.bbs-photo:hover::after {
    -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1;
}
.bbs-photo:hover .bbs-photo__title::before{
    -webkit-transition-duration: .3s; transition-duration: .3s;
    -webkit-transform: translateX(0px); transform: translateX(0px);
    opacity: 1;
}
@media(max-width:1200px){
    .bbs-photo__title { font-size: 20px; }
    .bbs-photo__title small { font-size: 13px; }
}
@media(max-width:1024px){
	.bbs-photo-list { width: 50%; }
}
@media(max-width:768px){
    .bbs-photo__mask { padding: 80px 24px 24px; opacity: 1; }
    .bbs-photo__title { font-size: 16px; }
    .bbs-photo__title small { font-size: 11px; }
    .bbs-photo__title::before { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
    .main-bbs-photo-container .more { margin: 40px auto 0; font-size: 13px; }
    .main-bbs-photo-container .more svg { width: 24px; height: 30px; }
}
@media(max-width:600px){
	.bbs-photo-list { width: 100%; }
}
