@charset "utf-8";


/* 영상 뷰 */
.mov-gallery .mov-view {
    position: relative;
    margin: -31px -40px 0;
    background-color: #EAE9E6;
}

.mov-gallery .mov-view .mov-info {
    padding: 20px;
}

.mov-gallery .mov-view .mov-info h3.subject {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.25pt;
}

.mov-gallery .mov-view .mov-info .hit-date {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.5;
}

.mov-gallery .mov-view .mov-info .hit-date span {
    display: inline-block;
    width: 30px;
    text-align: center;
    opacity: 0.5;
}

@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
    .mov-gallery .mov-view {
        padding: 15px;
        margin: 0;
        border-radius: 10px;
    }

    .mov-gallery .mov-view .mov-info h3.subject {
        font-size: 20px;
    }

    .mov-gallery .mov-view .mov-info .hit-date {
        font-size: 14px;
    }
}

@media screen and (min-width: 1139px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1639px) {
}


/* 영상 리스트 */
.mov-gallery .mov-list {
    position: relative;
    margin-top: 40px;
}

.mov-gallery .mov-list .mov-con {
    position: relative;
    margin-bottom: 30px;
}

.mov-gallery .mov-list .mov-con a {
    position: relative;
    display: block;
}

.mov-gallery .mov-list .mov-con a.pic {
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}

.mov-gallery .mov-list .mov-con a.pic img {
    width: 100%;
}

.mov-gallery .mov-list .mov-con a.pic span.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    opacity: 0.5;
}

.mov-gallery .mov-list .mov-con a.txt {
    margin-top: 10px;
    padding: 0 10px;
}

.mov-gallery .mov-list .mov-con a.txt em.subject,
.mov-gallery .mov-list .mov-con a.txt span.date,
.mov-gallery .mov-list .mov-con a.txt span.name {
    display: block;
}

.mov-gallery .mov-list .mov-con a.txt span.date,
.mov-gallery .mov-list .mov-con a.txt span.name {
    font-size: 12px;
    color: #999;
}

.mov-gallery .mov-list .mov-con a.txt span.date {
    font-family: 'Open Sans';
}

.mov-gallery .mov-list .mov-con.select a.pic span.icon,
.mov-gallery .mov-list .mov-con:hover a.pic span.icon {
    color: #FF0000;
    font-size: 50px;
    opacity: 1;
}

.mov-gallery.ntv-ver .mov-list .mov-con.select a.pic span.icon,
.mov-gallery.ntv-ver .mov-list .mov-con:hover a.pic span.icon {
    color: #00de7b;
}

.mov-gallery.ntv-ver .mov-list .mov-con a.txt span.name {
    margin-bottom: 5px;
}

.mov-gallery .mov-list .mov-con.select a.txt em.subject {
    color: #FF0000;
}

.mov-gallery.winner-ver .mov-list .mov-con a.txt {
    min-height: 50px;
    padding: 0 10px 0 70px;
}

.mov-gallery.winner-ver .mov-list .mov-con a.txt em.rating {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1.2;
    background: #954cbc; /* Old browsers */
    background: -moz-linear-gradient(left,  #954cbc 0%, #6051d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #954cbc 0%,#6051d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #954cbc 0%,#6051d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954cbc', endColorstr='#6051d0',GradientType=1 ); /* IE6-9 */
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.mov-gallery.winner-ver .mov-list .mov-con a.txt em.rating span {
    display: block;
}

.mov-gallery.winner-ver .mov-list .mov-con a.txt em.rating span.medalico {
    font-size: 20px;
}

.mov-gallery .mov-list .mov-con .check-area {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0;
}

.mov-gallery .btnarea {
    margin-top: 30px;
}

@media screen and (min-width: 639px) {
    .mov-gallery .mov-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .mov-gallery .mov-list .mov-con {
        width: 48%;
        margin: 0 1% 30px;
    }

    .mov-gallery.ntv-ver .mov-list .mov-con {
        width: 31.3%;
    }
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
    .mov-gallery .mov-list .mov-con {
        width: 31.3%;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    .mov-gallery.ntv-ver .mov-list .mov-con {
        width: 23%;
    }

    .mov-gallery .mov-list .mov-con:hover {
        background-color: #f8f8f8;
        border-radius: 10px;
    }

    .mov-gallery .mov-list .mov-con a.txt {
        margin-top: 15px;
    }

    .mov-gallery .mov-list .mov-con a.txt em.subject {
        font-weight: 500;
        letter-spacing: -.25pt;
    }

    .mov-gallery.ntv-ver .mov-list .mov-con a.txt em.subject {
        overflow: hidden;
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mov-gallery .mov-list .mov-con a.txt span.date,
    .mov-gallery .mov-list .mov-con a.txt span.name {
        margin-top: 10px;
        font-size: 14px;
    }

    .mov-gallery.winner-ver .mov-list .mov-con a.txt {
        min-height: 70px;
        padding: 10px 10px 15px 90px;
    }
    
    .mov-gallery.winner-ver .mov-list .mov-con a.txt em.rating {
        left: 10px;
        width: 70px;
        height: 70px;
        font-size: 14px;
    }
    
    .mov-gallery.winner-ver .mov-list .mov-con a.txt em.rating span.medalico {
        font-size: 24px;
    }
}

@media screen and (min-width: 1139px) {
    .mov-gallery .btnarea {
        margin-top: -38px;
    }
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {
    .mov-gallery.ntv-ver .mov-list .mov-con {
        width: 19%;
        margin: 0 0.5% 40px;
    }
}

@media screen and (min-width: 1639px) {
}