.bbs-photo-area {
    padding: 40px 0;
    border-top: 2px solid #222;
}
.bbs-photo {
    margin: -20px -12px;
    width: calc(100% + 24px);
}
.bbs-photo > li {
    padding: 20px 12px;
}
.bbs-photo__thumb {
    overflow: hidden;
    position: relative;
    background-color: #999;
}
.bbs-photo__thumb a {
    display: block;
    width: 100%;
}
.bbs-photo__thumb form {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 0;
}
.bbs-photo__thumbnail {
    display: block;
    z-index: 1;
    position: relative;
    padding-top: calc(188 / 282 * 100%);
    width: 100%;
    height: 0;
    -webkit-transition: all 0.85s ease;
    transition: all 0.85s ease;
}
.bbs-photo__thumbnail span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bbs-photo__thumb .img {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bbs-photo__contents {
    padding: 24px 0;
    text-align: left;
    line-height: 1.3;
}
.bbs-photo > li .bbs-photo__contents {
    border-bottom: 1px solid #fbfbfb;
    -webkit-transition: all 0.85s ease;
    transition: all 0.85s ease;
}

.bbs-photo__title {
    /* height: 42px; */
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bbs-photo__title a {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Nanum Gothic", sans-serif;
}
.bbs-photo__date {
    color: #b4b4b4;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 8px;
    font-family: "Nanum Gothic", sans-serif;
}
.bbs-photo-name {
    margin-top: 5px;
    font-size: 1.8rem;
    color: #247fe6;
    font-weight: 200;
}
.img-position > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
@media (min-width: 1025px) {
    .img-position:hover .bbs-photo__box .bbs-photo__thumbnail {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }
    .bbs-photo__title a:hover {
        opacity: 0.8;
    }
    .img-position:hover .bbs-photo__box .bbs-photo__contents {
        border-color: #222;
    }
}
@media (max-width: 1024px) {
    .bbs-photo {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .bbs-photo > li {
        padding: 20px 15px;
    }
    .bbs-photo__contents {
        padding: 10px 5px 15px;
    }
    .bbs-photo__title {
        line-height: 18px;
    }
    .bbs-photo__title a {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .bbs-photo-name {
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
    .bbs-photo__title a {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .bbs-photo-name {
        font-size: 1.3rem;
    }
}
@media (max-width: 600px) {
    .bbs-photo > li {
        width: 50%;
    }
    .bbs-photo > li:nth-child(odd) {
        padding-right: 7px;
    }
    .bbs-photo > li:nth-child(even) {
        padding-left: 7px;
    }
}

/* bbs_style */
