@charset "utf-8";

/*  PROOF OF INSPIRATION */
.bts-section-proof-of-inspiration {}

.bts-section-proof-of-inspiration>.con {
    padding-top: 135px;
    padding-bottom: 96px;
    background-size: 100% auto;
    background-image: url('./../../../images/bts/discography/proof/ui/pc-section-4-bg.png');
}

.bts-section-proof-of-inspiration>.con>.title-img {
    margin-bottom: 50px;
}

.bts-section-proof-of-inspiration>.con>.title-img>img {
    width: 684px;
}

/* Video */
.bts-video-list {
    display: block;
    position: relative;
}

.bts-video-list>ul {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.bts-video-list>ul>li {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bts-video-list>ul>li.active {
    display: block;
    opacity: 1;
    position: relative;
    margin-left: 0;
}

.bts-video-list>ul>li .contents-obj {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bts-video-list>ul>li .contents-obj .video-wrap {
    position: relative;
    overflow: hidden;
    width: 1080px;
    height: 607px;
    margin: auto;
}

.bts-video-list>ul>li .contents-obj .video-wrap>video {
    width: 100%;
}

.bts-video-list>ul>li .contents-obj .video-wrap .btn-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv1 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv2 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv3 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv4 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv5 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv6 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv7 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
}

.bts-video-list>ul>li .contents-obj .video-wrap .img-cover.cv8 {
    background: url('./../../../images/bts/discography/proof/video/butter.jpg') center center no-repeat;
    background-size: cover;
} */

.bts-video-list>ul>li .btn-play {
    position: relative;
    background: #000;
    z-index: 1;
}

.bts-video-list>ul>li .btn-play img {
    opacity: 0.5;
}

.bts-video-list>ul>li .btn-play:focus img,
.bts-video-list>ul>li .btn-play:hover img {
    opacity: 1;
}

.bts-video-list>ul>li .btn-play::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    margin-top: -49px;
    border-radius: 50vh;
    border: 3px solid rgba(255, 255, 255, 0.33);
    background: url('./../../../images/btn-play.png') no-repeat center;
    background-size: 100% auto;
}

.bts-video-list>ul>li .btn-play.btn-pause:hover::after {
    background-image: url('./../../../images/btn-pause.png');
    border: 3px solid rgba(255, 255, 255, 0.33);
}

.bts-video-list>ul>li .btn-play.btn-pause::after {
    background-image: none;
    border: none;
}

.bts-video-list>ul>li .btn-play.btn-pause {
    background: transparent;
}

.bts-video-list>ul>li .btn-play.btn-pause img {
    opacity: 0;
}

.device .bts-video-list>ul>li .btn-play.btn-pause {
    display: none;
}

.bts-video-list>.swipe-prev {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    width: 58px;
    z-index: 1;
}

.bts-video-list>.swipe-prev>img {
    width: 100%;
}

.bts-video-list>.swipe-next {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    width: 58px;
    z-index: 1;
}

.bts-video-list>.swipe-next>img {
    width: 100%;
}

@media screen and (max-width: 1440px) {

    /* Proof of Inspiration */
    .bts-section-proof-of-inspiration>.con {
        padding-top: 10vw;
        padding-bottom: 7vw;
    }

    .bts-section-proof-of-inspiration>.con>.title-img {
        margin-bottom: 4vw;
    }

    .bts-section-proof-of-inspiration>.con>.title-img>img {
        width: 49vw;
    }

    .bts-section-proof-of-inspiration>.con>.img {
        max-width: 1080px;
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }

    .bts-section-proof-of-inspiration>.con>.img>img {
        width: 100%;
    }

    /* Video */
    .album-detail .album-player .contents-title {
        font-size: 3.89vw;
        line-height: 3.4vw;
    }

    .bts-video-list>ul>li .contents-obj .video-wrap {
        height: auto;
        width: 80vw;
    }

    .bts-video-list>ul>li .btn-play::after {
        width: 6.81vw;
        height: 6.81vw;
        margin-left: -3.4vw;
        margin-top: -3.4vw;
        border: 0.21vw solid rgba(255, 255, 255, 0.33);
    }

    .bts-video-list>.swipe-prev {
        left: 2vw;
        width: 4vw;
    }

    .bts-video-list>.swipe-next {
        right: 2vw;
        width: 4vw;

    }
}

@media screen and (max-width: 768px) {

    /* Proof of Inspiration */
    .bts-section-proof-of-inspiration>.con {
        padding-top: 0vw;
        padding-bottom: 20vw;
    }

    .bts-section-proof-of-inspiration>.con>.title-img>img {
        width: 84vw;
    }

    .bts-section-proof-of-inspiration>.con>.title-img {
        margin-bottom: 11vw;
    }

    .bts-section-proof-of-inspiration>.con>.img {
        display: block;
        position: relative;
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }

    .bts-section-proof-of-inspiration>.con>.img>img {
        width: 100%;
    }

    /* Video  */
    .bts-video-list>ul {
        width: 100%;
    }

    .bts-video-list>ul>li .contents-obj .video-wrap {
        width: 100%;
    }

    .bts-video-list>ul>li .contents-obj .video-wrap video {
        width: 100%;
    }

    .bts-video-list>ul>li .contents-obj .video-wrap .btn-play {
        width: 100%;
        height: 100%
    }

    .bts-video-list>ul>li {
        opacity: 1 !important;
        display: block !important;
        position: relative !important;
        margin-left: 0;
        margin-bottom: 5.28vw;
    }

    .bts-video-list>ul>li:last-child {
        margin-bottom: 0;
    }

    .bts-video-list>ul>li .btn-play::after {
        width: 13.61vw;
        height: 13.61vw;
        margin-left: -6.81vw;
        margin-top: -6.81vw;
        border: 0.42vw solid rgba(255, 255, 255, 0.33);
    }

    .bts-video-list>ul>li .btn-play.btn-pause:hover::after {
        border: 0.42vw solid rgba(255, 255, 255, 0.33);
    }

    .bts-video-list>.swipe-prev {
        display: none;
    }

    .bts-video-list>.swipe-next {
        display: none;
    }
}