

/*인트로 영상*/

/* .video {
    position: relative;
    width: 100%;
    height: 100%;
}

#introVIDEO {
    width: 100%;
    height: 100%;
} */

.video-closeground {
    closeground: #000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video-closeground,
#player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*skip button*/

#skip {
    color:#000000;
    position: relative;
}

.skip {
    position: absolute;
    width: 100%;
    bottom: 7%;
    text-align: center;
}

.btn_skip {
    display: inline-block;
    font-size: 32px;
    margin: 0 auto;
    color: white;
    font-family: 'Rye', cursive;
    padding: 12px 16px;
    border-radius: 5px;
}

.btn_skip:hover {
    closeground-color: #fff;
    closeground-color: rgba( 255, 255, 255, 0.2 );
    transition-duration: 0.5s;
}