.playbar .row:after,
.playbar .row:before{
    display: block;
}






.playbar {
    width: 100%;
    height: 56px;
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
    z-index: 999;
    font-family: 'Nanum';
}

.txt_playbar p {
    font-size: 14px;
    line-height: 1.66;
    letter-spacing: -0.3px;
    text-align: left;
    color: #333;
    font-weight: 700;
}


.box_icon {
    width: 24px;
    height: 24px;
}

.box_icon img {
    width: 16px;
    height: 16px;
}

.box_icon_2 {
    margin-left: 16px;

}

.box_icon_2 img:nth-of-type(2) {
    display: none;
}

.box_icon_2.active img:nth-of-type(2) {
    display: block;
}

.box_icon_2.active img:first-of-type {
    display: none;
}


.icon_list img {
    width: 19.41px;
    height: 13.74px;
    margin-top: 2px;
}

.icon_list {
    margin-left: 40px;
}



.thumb {
    width: 60px;
}

.thumb img {
    width: 100%;
}

.info_thumb {
    width: 250px;
    margin-left: 8px;
}


.info_thumb span {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #333;
    opacity: 0.5;
    display: block;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
    display: block;
}

.info_thumb p {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
    display: block;
}


/*start : clip_progress*/

.clip_progress {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.clip_progress div {
    flex: 2;
    position: relative;
    font-size: 12px;
    line-height: 10px;
    color: #e74c3c;
    font-weight: 600;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    border-bottom: 2px solid #ccc;
}

.clip_progress div:first-child,
.clip_progress div:last-child {
    flex: 1;
}

.clip_progress div:first-child {
    text-align: left;
}

.clip_progress div:first-child span {
    margin-left: -8px;
}

.clip_progress div:last-child {
    text-align: right;
}

.clip_progress div a {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    border: 2px solid #f8f8f8;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -7px;
    z-index: 3;

    transition: all .2s ease-in-out;
}

.clip_progress div:first-child a {
    left: 0;
}

.clip_progress div:last-child a {
    right: 0;
    left: auto;
}

.clip_progress span {
    transition: opacity .3s ease-in-out;
}

.clip_progress div:not(.active) span {
    opacity: 0;
}

.clip_progress .complete:not(:first-child):after,
.clip_progress .active:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: -50%;
    z-index: 2;
    border-bottom: 2px solid #e74c3c;
}

.clip_progress div:last-child span {
    width: 210%;
    display: inline-block;
    position: absolute;
    left: -100%;
}

.clip_progress .complete:last-child:after,
.clip_progress .active:last-child:after {
    width: 200%;
    left: -100%;
}

.clip_progress .complete a {
    background-color: #e74c3c;
}

.clip_progress .active a,
.clip_progress div:hover a {
    background-color: #fff;
    border-color: #e74c3c;

}

.clip_progress div:hover a,
.clip_progress .active a {
    transform: scale(1.33);
}

.clip_progress div:hover span,
.clip_progress div.is-hovered span {
    opacity: 1;
}

.clip_progress:hover li:not(:hover) span {
    opacity: 0;
}


/*end : clip_progress*/


/*start : lecture_progress*/
.lecture_progress {
    padding: 10px 0;
}

.lecture_progress div {
    text-align: center;
}

.lecture_progress .progress {
    height: 2px;
    margin-bottom: 0;
    position: relative;
}

.lecture_progress .progress-bar {
    background: #0984e3;
}

.lecture_progress span {
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #333333;
    letter-spacing: -0.3px;
}

.none_recente{
    height:41px;
}

.txt_playbar{
    display:flex;
    align-items:center;
}

.pb_before .icon_list,
.icon_play {
    position: relative;
}

.pb_before .icon_list:before,
.icon_play:before {
    content: attr(data-item);
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #e74c3c;
    position: absolute;
    width: 64px;
    height: 24px;
    border-radius: 2px;
    text-align: center;
    line-height: 23px;
    top: -34px;
    left: -24px;
}

.pb_before .icon_list:before{
    width: 50px;
    left: -16px;
}

.pb_before .icon_list:after,
.icon_play:after {
    content: '';
    position: absolute;
    border-top: 7px solid #e74c3c;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -10px;
    left: 5px;
}




/*end : lecture_progress*/

/*start : popup*/


.playlist {
    position: absolute;
    width: 480px;
    height: 600px;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    top: -630px;
    right: 0;
    padding: 24px;
    display: none;
    overflow: hidden;
}

.playlist_title {
    margin-bottom: 20px;
}

.playlist.active {
    display: block;
}


.playlist_title h5 {
    font-family: 'NanumSquare';
    font-size: 20px;
    color: #333;
    font-weight: 700;

}

.icon_close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.playlist_title a:last-of-type {
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 11px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 700;
    display: none;
}

.playlist_title.active a:last-of-type {
    display: inline-block;
}

.playlist_title.active .icon_close {
    display: none;
}

.playlist_tabs:after {
    content: '';
    width: 112%;
    height: 1px;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    left: -6%;
    bottom: 0;
}



.playlist_tab {
    display: inline-block;
    cursor: pointer;
    width: 36px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'Nanum';
    font-weight: 700;
    margin-right: 16px;
}

.playlist_tab.active {
    color: #333;
    border-bottom: 1px solid #333;
}


.playlist_tab_panel,
.freeclip_tab_panel,
.freelecture_tab_panel {
    display: none;
}


.playlist_tab_panel.active,
.freeclip_tab_panel.active,
.freelecture_tab_panel.active {
    display: block;
}



.playlist_tab_panels {
    margin-top: 16px;
}

.free_clip h6,
.free_lecture h6 {
    font-size: 17px;
    color: #333;
    font-family: 'NanumSquare';
}

.freeclip_tab,
.freelecture_tab {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.5);
    margin-left: 16px;
    cursor: pointer;
    font-family: 'Nanum';

}

.freeclip_tab.active,
.freelecture_tab.active {
    color: #333;
}

.freeclip_tab:not(:last-of-type):before,
.freelecture_tab:not(:last-of-type):before {
    content: '';
    display: block;
    height: 80%;
    width: 1px;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    right: -10px;
    top: 2px;
}

.freeclip_tab_panels {
    margin-top: 16px;
}

#playlist_tab3 .content {
    height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*.freeclip_tab_panel {
    width: 100%;
    overflow-x:auto;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;

}*/
/*
.box p {
    white-space: nowrap;
}

.freeclip_tab_panel .asScrollable-content div {
    width: 160px;
    display: inline-block;
    margin-right: 24px;
    height: 160px;
    overflow: hidden;
    font-size: 0;
}

.freeclip_tab_panel .asScrollable-content div a {
    display: block;
}*/

.con_freeclip:not(:last-of-type){
    margin-bottom: 16px;
}

.con_freeclip div:first-of-type,
.free_le_thumb {
    width: 35%;
    margin-right: 16px;
}

.con_freeclip div:last-of-type,
.free_le_txt{
    width: 65%;
    margin-right: 16px;
}



.con_freeclip img,
.free_le_thumb img {
    width: 100%;
}

.freeclip_tab_panel .con_freeclip span{
    color:#4481eb;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 8px;
    display: block;
    font-family: 'Nanum';
    font-weight: 700;
}

#freeclip_tab2 .con_freeclip span{
    color:#eb3349;
}

#freeclip_tab3 .con_freeclip span{
    color:#8e37d7;
}

.freeclip_tab_panel .con_freeclip p,
.free_le_txt p  {
    font-size: 13px;
    color: #333;
    white-space: normal;
    font-family: 'Nanum';
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    line-height: 20px;
    height: 40px;
}

.free_lecture {
    margin-top: 40px;
}

.freelecture_tab_panel {
    padding: 16px 0;
}



.free_le_txt span:first-of-type {
    color: rgba(51, 51, 51, 0.5);
    font-size: 11px;
    line-height: 11px;
    display: block;
    font-family: 'Nanum';
    margin-bottom: 8px;   

}

/*
.free_le_txt span:last-of-type {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;

}
*/
.freelecture_tab_panel>div:not(:last-of-type) {
    margin-bottom: 16px;
}

.box_tool{
    /* margin-bottom: 24px; */

}


.box_tool .before {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.box_tool .after {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}

.sort {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: url(/b2c/images/player/icon_arrow.svg) no-repeat right;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 700;
}

.sort::-ms-expand {
    display: none
}

.btn_edit>a {
    margin-left: 16px;
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 11px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 700;
    display: inline-block;
    width: auto;
}

.btn_edit:hover>a,
.btn_edit:active>a,
.btn_edit:focus>a {
    color: rgba(51, 51, 51, 0.5);
}

.box_tool .after,
.box_tool.active .before {
    display: none;
}

.box_tool.active .after {
    display: flex;
}

.box_tool .after div input,
.box_ck input {
    display: none;
}

.box_ck {
    display: none;
}

.btn_edit .box_icon img{
    width: 16px;
    height: 16px;
}



.box_tool .after div label,
.box_ck label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
}

.box_tool .after div label:before,
.box_ck label:before {
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    background: #fff;
    content: '';
    display: inline-block;
    margin-right: 16px;
}

.box_tool .after div input[type="checkbox"]:checked+label:before,
.box_ck input[type="checkbox"]:checked+label:before {
    background: url(/b2c/images/player/icon_check.svg) no-repeat center;
    background-color: #333;
}

.btn_edit .array {
    display: inline-block;
}

.btn_edit .array a:not(:first-child) {
    margin-left: 4px;
}

.box_playlist{
    height: 420px;
    overflow-y: auto;

     -webkit-overflow-scrolling:touch;
}

.box_playlist > div{
    margin-bottom: 16px;
}

.box_playlist > div:last-of-type{
    margin-bottom: 32px;
}



/*start :clip_popup*/




.clip_thum_img {
    width: 80px;
    margin-right: 16px;
}

.clip_thum_img img {
    width: 100%;
}

.clip_thumb_txt {
    font-family: 'Nanum';
    width: 180px;
}

.clip_thumb_txt span {
    font-size: 11px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 10px;
        text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
}

.clip_thumb_txt p {
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nanum';
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
}

.list_state{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.state {
    border-radius: 2px;
    background-color: #0984e3;
    color: #fff;
    display: inline-block;
    width: 52px;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.state.end{
    background: #ccc;
}

.state.ing{
    background: #ffa800;
}

.state.end,
.state.ing{
    display: none;
}

.list_state.end .state,
.list_state.ing .state{
    display: none;
}

.list_state.end .state.end,
.list_state.ing .state.ing{
    display: inline-block;
}

.list_state .box_icon_2{
    margin-right: 8px;
}

.list_state .time{
    font-size: 10px;
    display: inline-block;
}

.lecture_playlist .list_state .state{
    margin-left: 8px;
}







/*end :clip_popup*/


/*start : lecture_popup*/
.le_thumb .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    margin: 0;
    width: 100%;
    background: rgba(51,51,51,0.5);
}

.le_thumb .progress-bar{
    background: #0984e3;
}
/*end : lecture_popup*/

.login_content{
    width: 100%;
    height: 45vh;
    text-align: center;
    display:flex;
}

.login_content div p{
    font-size: 17px;
    font-family: 'NanumSquare';
    color:#333;
    line-height: 17px;
    margin: 24px 0;
    font-weight: 700;
}

.login_content div a{
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 700;
    display: inline-block;
}

.login_content div p:nth-of-type(2){
    margin-top: -16px;
}



/*end : popup*/


@media only screen and (max-width: 991px) {
    .box_icon {
        margin-left: 8px;
    }

    .icon_list {
        margin-left: 8px;
    }
}

/*�븘�씠�뙣�뱶*/

@media only screen and (max-width: 768px) {

    .info_thumb {
        width: 200px;
    }

    .lecture_progress {
        padding: 10px;
    }

    .lecture_progress span {
        font-size: 10px;
    }

    .lecture_progress div {
        padding: 0;
    }

    .playlist {
        right: 10px;
    }

    .asScrollable-horizontal.is-enabled .asScrollable-container {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

    .clip_thumb_txt span,
    .clip_thumb_txt p {
        font-family: 'NanumSquare';
    }

    .clip_thum_img {
        margin-right: 8px;
    }

    



}

/*媛ㅻ윮�떆�꺆*/

@media only screen and (max-width: 767px) {

    .lecture_progress,
    .clip_progress {
        display: none;
    }

    .info_thumb {
        width: 250px;
    }

    .playlist {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 16px;
    }


    .playlist_tab_panels {
        margin-top: 16px;
        height: 100%;
        overflow: auto
    }

    .freeclip_tab_panel .asScrollable-content div {
        margin-right: 16px;
        width: 138px;
        height: 177px;
    }

    .free_lecture {
        margin-top: 24px;
    }

    .box_playlist{
        height: 650px;
    }

    .clip_thumb_txt{
        width: 220px;
    }






}

/*�븘�씠�룿 �뵆�윭�뒪*/


@media only screen and (max-width: 414px) {

    .wrap_thumb,
    .txt_playbar {
        max-width: 64.5%;
    }

    .txt_playbar p {
        font-size: 12px;
    }

    .wrap_icon {
        width: 35%;
    }

    .info_thumb {
        width: 200px;
    }

    .box_playlist{
        height: calc(100vh - 165px);
    }

    .list_state .time{
        display: none;
    }

    .clip_thumb_txt{
        width: 150px;
    }

}

/*�븘�씠�룿  */

@media only screen and (max-width: 375px) {
    .info_thumb {
        width: 175px;
    }

}

/*媛ㅻ윮�떆 �빖�뱶�룿*/

@media only screen and (max-width: 360px) {
    .info_thumb {
        width: 160px;
    }

    .free_clip h6,
    .free_lecture h6 {
        font-size: 15px;
    }
}

/*�븘�씠�룿 5*/
@media only screen and (max-width: 320px) {
    .info_thumb {
        width: 130px;
    }

    .clip_thumb_txt p{
        width: 100px;
    }
}