.lounge_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lounge_cont .video_meeting {
    width: 49%;
    overflow: hidden;
    height: 50vh;
}

.video_m_list {
    height: calc(50vh - 150px);
    overflow: auto;
}
.video_m_list::-webkit-scrollbar {
    margin-right: 10px;
    width: 5px;
    background-color: #eee;
}
.video_m_list::-webkit-scrollbar-thumb {
    background-color: rgba(18, 84, 255, 1);
    border-radius: 100px;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 100px;
}
.video_m_list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 100px;
}
.popup_modal .popup_form .pop_header li a.on:after {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #fff;
}
.pop_cont_wrap {
    background: #fff;
}

.conference_make, .live_make {
    transition: .3s;
}


.live_make {
    display: block;
    background: #1254ff;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
}

@media (hover: hover) {

    .live_make:hover {
        background: #0a0a0a;
    }
}


/* 0708 ê¸°ì¡´ cssì—ì„œ ë³€ê²½ */
.lounge_form {
    width: 77vw;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.lounge_form .video_meeting {
    width: 36vw;
    margin-right: 20px;
    height: 78vh;
}

@media (min-width: 790px) and (max-width: 1240px){

    .lounge_form {
        justify-content: left;
        width: 100%;
    }
    .lounge_form .video_meeting {
        width: 60vw;
    }
    .lounge_cont .video_meeting {
        height: 40vmin;
    }
}


.video_m_list li > a.video_title {
    width: calc(80% - 100px);
    font-size: 16px;
    transform: skew(-0.03deg);
    font-weight: 600;
    font-family: 'NanumSquare';
}
.video_m_list li > span {
    width: 100px !important;
    font-size: 14px;
}
.video_listbox {
    width: 100%;
    height: 40vmin;
    overflow: hidden;
}
.video_m_list {
    padding: 0;
    height: 40vmin;
}




/* 0709 ë¼ì´ë¸Œë°©ì†¡ ì‹œìž‘í•˜ê¸° _ ë°©ì†¡íƒ€ìž…ì¶”ê°€ */
.lounge_cont .video_meeting {
    height: 78vh;
}
.video_listbox {
    height: 65vmin;
}
.video_m_list, .video_live_list {
    height: 65vmin;
}

@media (min-width: 790px) and (max-width: 1240px){
    .lounge_cont .video_meeting {
        height: 40vh;
    }
    .video_listbox {
        height: 30vmin;
    }
    .video_m_list, .video_live_list {
        height: 30vmin;
    }
}

.conference_cont #live_type {
    margin: 0;
    flex-direction: row !important;
}
.popup_modal.start_popup .pop_cont .conference_cont #live_type input {
    width: 20px !important;
    height: 20px !important;

}
.popup_modal.start_popup .pop_cont .conference_cont #live_type label {
    display: inline-block;
    margin: 0 40px 0 5px;
}

.popup_modal.start_popup .pop_cont .conference_cont p {
    margin: 5px 0;
    transform: skew(-0.03deg);
    font-weight: 600;
}
.video_live_list {
    border-top: 1px solid #d8d8d8;
    overflow: auto;
}
.video_live_list::-webkit-scrollbar {
    margin-right: 10px;
    width: 5px;
    background-color: #eee;
}
.video_live_list::-webkit-scrollbar-thumb {
    background-color: rgba(18, 84, 255, 1);
    border-radius: 100px;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 100px;
}
.video_live_list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 100px;
}
.video_live_list li {
    display: flex;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.sumnail_box {
    margin-right: 10px;
    width: 130px;
}
.text_box {
    width: calc(100% - 130px);
    position: relative;
}
.live_title {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: skew(-0.03deg);
    font-weight: 600;
    margin-top: 2px;
    padding-right: 10px;
    box-sizing: border-box;
}
.live_ing {
    display: inline-block;
    height: 18px;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #d7000f;
}
.vod_ing {
    display: inline-block;
    height: 18px;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #1254ff;
}
.live_title2 {
    position: relative;
    transform: skew(-0.03deg);
    color: #666;
    font-size: 14px;
    width: 100%;
    /* padding-left: 50px; */
    box-sizing: border-box;
}
.live_user {
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.live_title2 .info_title {
    margin-left: 4px;
}
.live_title2 .info_title:before {
    content: "Â·";
    padding-right: 5px;
}

/* íŒì—…ê´€ë ¨ */
.live_make {
    margin: 10px 0;
}
#product {
    display: none;
}

@media (min-width: 320px) and (max-width: 790px){
    .popup_modal .popup_form .pop_header li a.on:after {
        display: none;
    }
    .lounge_form {
        justify-content: left;
        width: 100%;
    }
    .popup_modal .popup_form .pop_header .pop_menu li a, .popup_modal.start_popup .popup_form .pop_header li a.on {
        width: 50%;
        border-radius: 2.7vw 2.7vw 0 0;
    }
    .popup_modal.start_popup .pop_cont .conference_cont .invite {
        background: transparent;
    }



}



/* ëª¨ë°”ì¼ë§Œ */
@media (max-width:480px) {
    .lounge_cont .video_meeting {
        width: 100%;
        height: 85vmin;
        margin: 20px 0 10px;
    }
    .sumnail_box {
        display: none;
    }
    .text_box {
        width: 100%;
    }
    .video_m_list li > a.video_title {
        width: calc(100% - 60px);
    }
}


@media (min-width:481px) and (max-width:790px) {


    .pc {
        display: none !important ;
    }
    .mob {
        display: block !important;
    }
    header.lounge {
        width: 100vw;
        height: 70px;
        position: fixed;
        box-sizing: border-box;
        border: 0;
        float: left;
        background: #0a0a0a;
        padding: 0;
    }
    header.lounge .lounge_wrap {
        width: 88vw;
        position: relative;
        margin: 0 auto;
    }
    header.lounge .lounge_wrap h1 {
        padding: 18px 0;
        height: auto;
    }
    header h1 a {
        width: 150px;
        height: 34px;
    }
    .lounge_form {
        width: 100%;
    }

    header.lounge .lounge_menu_btn {
        position: absolute;
        right: 0;
        top: 12px;
        z-index: 10;
        width: 45px;
        height: 50px;
        width: 46px;
        height: 46px;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 8px;
    }

    .hamburger {
        background-color: #ffffff;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 30px;
        height: 2px;
    }


    .hamburger_btn.active .hamburger:nth-child(2){
        opacity: 0;
    }

    .hamburger_btn.active .hamburger:nth-child(1){
        transform: translateY(13px) rotate(45deg); /*  0527 ìˆ˜ì •  */
    }
    .hamburger_btn.active .hamburger:nth-child(3){
        transform: translateY(-13px) rotate(-45deg);
    }

    .lounge_menu_cont {
        position: fixed;
        top: 0;
        right: -100vw;
        background: #333;
        width: 100%;
        height: 100%;
        padding: 30px 0 0 0;
        z-index: 20;
        overflow: hidden;
    }
    header.lounge .personal {
        padding: 10vw 0 0;
    }
    header.lounge .personal a.personal_modify {
        width: 45px;
        height: 45px;
        top: 35px;
        left: 35vw;
    }
    header.lounge .lounge_wrap .start_btn {
        background: #1254ff;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        width: 80vw;
        margin: 0 auto;
    }
    .lounge_wrap .lounge_menu_cont .lounge_menu_close {
        position: absolute;
        right: 6vw;
        top: 12px;
        z-index: 10;
        display: flex;
        justify-content: center;
        width: 46px;
        height: 46px;
        opacity: 0;
    }
    header.lounge .lounge_wrap .logout_btn {
        bottom: 15vw;
    }
    .popup_modal .popup_form .pop_header .pop_logo_mob {
        width: 45vw;
        padding-top: 5vw;
        margin: 0 auto;
    }

    .popup_modal .popup_form {
        height: 100% !important;
    }
    .popup_modal .popup_form .pop_header li a:hover {
        color: #fff;
        background: #333;
    }
    .popup_modal .pop_close_mob {
        height: 50px;
        line-height: 50px;
    }
    .popup_modal.start_popup .popup_form .pop_header li a {
        font-size: 30px;
    }
    .popup_modal.start_popup .popup_form .pop_header li a.on {
        font-size: 30px !important;
    }
    .sumnail_box {
        display: none;
    }
    .text_box {
        width: 100%;
    }

    .lounge_cont h3 {
        font-size: 32px;
        margin-top: 70px;
    }
    .lounge_cont {
        padding: 30px;
        width: 100%;
    }
    .lounge_cont .video_meeting {
        height: 38vh;
        width: 100%;
    }
    .popup_modal.start_popup .pop_cont > div span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

.sumnail_box > img {
    cursor: pointer;
}