/*
복사된 파일을 수정 하지 않도록 주의 할것
admin/src/main/webapp/static/css/fix_common.css
front/src/main/webapp/static/css/fix_common.css
*/

.detail-box > p > img, .detail-box p.detail-conts img.news-content-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.detail-box > p > img + em, .detail-box p.detail-conts em.caption {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.detail-box p.news-content-video {
    width: 80%;
    height: 0;
    position: relative;
    padding-bottom: 45%;
    margin-left: auto;
    margin-right: auto;
}

.detail-box p.news-content-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

@media screen and (max-width: 768px) {
    .detail-box p.news-content-video {
        width: 100%;
        padding-bottom: 55%;
    }
}

.detail-box p.news-content-video .helper {
    display: none;
}