/*————————————————————————————————————————*/
/*————————————————————————————————————————bg image*/
/*————————————————————————————————————————*/
.open {
    position: relative;
    z-index: 10;
}

.open_image {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: relative;
}

.open_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*————————————————————————————————————————*/
/*————————————————————————————————————————live actual panel*/
/*————————————————————————————————————————*/
.live_actualBg1 {
    position: absolute;
    top: calc(40vh + 5px);
    left: 133px;
    width: 220px;
    height: 308px;
    border-radius: 7px 7px 0px 0px;
    border: var(--border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    padding: 20px 5px 5px 5px;
}

.live_actualBg2 {
    position: absolute;
    top: calc(60vh + 155px);
    left: 10vw;
    width: 182px;
    height: 20px;
    border-radius: 0px 0px 0px 7px;
    border: var(--border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 3px 5px 7px 5px;
    color: white;
}

.live_actualBg2 img {
    margin-top: 5px;
    margin-left: 3px;
}

.live_actualBg2 div {
    margin-top: -22px;
    margin-left: 30px;
}

.live_actualBg3 {
    position: absolute;
    top: calc(60vh + 155px);
    left: calc(10vw + 200px);
    width: 20px;
    height: 20px;
    border-radius: 0px 0px 7px 0px;
    border: var(--border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    content: url(../icon/add3.png);
    padding: 5px;
}

.liveActualText {
    font-weight: 600;
    letter-spacing: 2px;
    float: left;
    font-size: 12px;
    margin-top: 10px;
}

.liveActualIcon {
    margin-left: 40px;
    margin-top: 10px;
}

.liveActualAlbum {
    font-weight: bold;
}

.cover {
    width: calc(100% - 0px);
}

.cover img {
    width: 100%;
}

/*————————————————————————————————————————*/

.openTitle {
    position: absolute;
    left: 30px;
    color: #ccc;
    /*transform: rotate(-90deg);*/
    z-index: 10;
    bottom: 20px;
    transform-origin: left;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
}

@media screen and (max-width:1280px) {
    @media screen and (max-height:780px) {
        .live_actualBg1 {
            top: calc(20vh + 5px);
        }
    }
}

@media screen and (max-width:800px) {
    .live_actualBg1 {
        display: none;
    }

    .live_actualBg2 {
        display: none;
    }

    .live_actualBg3 {
        display: none;
    }

    .openTitle {
        width: 100%;
        left: 0px;
        text-align: center;
    }

}
