/* .comp_shc_2x */
.comp_shc_2x {
    font-size: 0;
    margin-bottom: 40px;
}
.comp_shc_2x .sch_list {
    height: 304px;
    display: flex;
}

.comp_shc_2x h1 {
    position: relative;
}

.comp_shc_2x h1 span {
    color: #919191;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    position: absolute;
    right: 0;
    bottom: 0;
}

.comp_shc_2x article {
    width: calc(50% - 10px);
    display: inline-block;
    background-color: #34373c;
    margin-left: 10px;
}
.comp_shc_2x article:first-child{
    margin-left:0;
    margin-right:10px;
}

.comp_shc_2x article.first-child {
    margin-left: 0px;
    margin-right: 10px;
}
.comp_shc_2x article.first-child:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.comp_shc_2x .sch_list article ul{
    border-bottom: 1px solid #17191c;
}
.comp_shc_2x article li {
    height: 66px;
    border-top: 1px solid #17191c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.64px;
    line-height: 66px;
    list-style: none;
    padding: 0 21px;
    position: relative;
}

.comp_shc_2x article li a {
    color: #fff;
}

.comp_shc_2x article li:first-child {
    border: none;
    height: 36px;
}

.comp_shc_2x article li figure {
    display: none;
}

#wrap .comp_shc_2x article li .description .onair_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 20px;
    padding-left: 5px;
    line-height: 18px;
    font-size: 11px;
    letter-spacing: -0.64px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    text-align: left;
    display: block;
    color: #000;
}

#wrap .comp_shc_2x article li.onair .description .onair_btn {
    position: absolute;
    right: auto;
    left: 50px;
    top: 11px;
}

#wrap .comp_shc_2x article li .description .onair_btn:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: 3px;
    height: 3px;
    background: #f33;
    border-radius: 50%;
    animation-name: dots;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes dots {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.comp_shc_2x article li h2 {
    color: #928aff;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -0.14px;
}

.comp_shc_2x article .btn_more {
    background-image: url(http://world.kbs.co.kr/service/common/images/btn_more_dmgray.png);
    right: 21px;
    top: 0;
    line-height: 36px;
}

.comp_shc_2x article .btn_more a {
    opacity: 0.7;
    color: #fff;
    font-weight: normal;
}

.comp_shc_2x article.first-child li h2 {
    color: #59bc83;
}

.comp_shc_2x article li .description {
    display: block;
}

.comp_shc_2x article li .description .time {
    width: 38px;
    margin-right: 16px;
    float: left;
}

.comp_shc_2x article li .description .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 54px);

}

.comp_shc_2x article li.onair .description .title {
    width: 70%;
}

.comp_shc_2x article li.onair {
    padding-right: 0;
    height: 135px;
    background-image: linear-gradient(to right, #6f65ff, #1e76e4);
    background-size: calc(100% - 202px) 100%;
    background-repeat: no-repeat;
}

.comp_shc_2x article.first-child li.onair {
    background-image: linear-gradient(to right, #59bc83, #1e81bc);
}

.comp_shc_2x article li.onair .description {
    width: calc(100% - 202px);
    display: inline-block;
    line-height: 33px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.comp_shc_2x article li.onair .description div {
    white-space: normal;
    display: block;
    width: auto;
    float: none;
    margin: 0 21px;
    line-height: normal;
}
.comp_shc_2x article li.onair .description .title {
    white-space: normal;
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:3; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.comp_shc_2x article li.onair .description .time {
    margin-bottom: 14px;
}

.comp_shc_2x article li.onair figure {
    display: inline-block;
    float: right;
    width: 202px;
    height: 134px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .comp_shc_2x {
        margin: 0 0 7px;
        border-bottom: 1px solid #d5d5d5;        
    }
    .darkmode .comp_shc_2x {
        border-color: #736b5e;
    }
    .comp_shc_2x h1 span {
        bottom: 15px;
        right: 14px;
    }
    .comp_shc_2x article {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1px;
    }
    .comp_shc_2x article.first-child {
        float: none;
        margin-bottom: 1px;
        margin-right: 0;
        margin-left: 0 !important;
    }
    .comp_shc_2x .sch_list {
        height: auto;
        flex-direction: column;
    }
    
    #wrap .comp_shc_2x article li.onair .description .onair_btn {
        position: absolute;
        right: auto;
        left: 50px;
        top: 11px;
    }
}
@media (max-width: 480px) {
    #wrap .comp_shc_2x article li .description .onair_btn {
       display: none;
    }
    #wrap .comp_shc_2x article li.onair .description .onair_btn {
        display: block;
    }
}

/* .comp_shc_2x */


/* .comp_shctv_2x */
.comp_shctv_2x {
    position: relative;
    font-size: 0;
    margin-bottom: 40px;
}

.comp_shctv_2x h1 {
    position: relative;
}
.comp_shctv_2x .sch_list {
    display: flex;
    flex-direction: row-reverse;
}
.comp_shctv_2x article {
    height: 238px;
    width: 348px;
    display: inline-block;
    background-color: #25272b;
}

.comp_shctv_2x article.first-child {
    width: calc(100% - 348px);
}

.comp_shctv_2x article figure {
    width: 100%;
    padding-bottom: 49.428%;
    overflow: hidden;
    margin-top: 19.4px;
    max-width: 306.6px;
}

.comp_shctv_2x article figure figcaption .tv_icon {
    position: absolute;
    bottom: 0;
}
.comp_shctv_2x article figure figcaption .tv_icon::after {
    content: "TV";
    display: block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
    width: 40px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    background-image: linear-gradient(to right, #66c87c, #1171c7);
}

.comp_shctv_2x article li {
    height: 66px;
    color: #fff;
    border-top: 1px solid #17191c;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.64px;
    line-height: 66px;
    list-style: none;
    padding: 0 28px;
    position: relative;
    background-color: #34373c;
}
.comp_shctv_2x article li a {
    color: #fff;
}
.comp_shctv_2x article li:first-child {
    border: none;
    height: 36px;
    background-color: #25272b;
}

.comp_shctv_2x article li .onair_btn {
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 46px;
    height: 20px;
    padding-left: 5px;
    line-height: 18px;
    font-size: 10px;
    letter-spacing: -0.64px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    text-align: left;
    display: block;
    color: #000;
}

.comp_shctv_2x article li .onair_btn:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: 3px;
    height: 3px;
    background: #f33;
    border-radius: 50%;
    animation-name: dots;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.comp_shctv_2x article li h2 {
    color: #26a2ec;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -0.14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp_shctv_2x article>.description {
    margin: 10.6px 21px 22px;
    position: relative;
}

.comp_shctv_2x article>.description .title {
    width: calc(100% - 70px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #ffffff;
}

.comp_shctv_2x article>.description .genre {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    letter-spacing: -0.48px;
    color: #9f9699;
}

.comp_shctv_2x article li .description {
    display: inline-block;
    position: relative;
    padding: 15px 0 19px 74px;
    height: 100%;
    width: 100%;
}

.comp_shctv_2x article li.onair .description {
    padding-right: 40px;
}

.comp_shctv_2x article li .description .time {
    width: 38px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.comp_shctv_2x article li .description .title {
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp_shctv_2x article li .description .episode {
    font-weight: normal;
    line-height: 12px;
    letter-spacing: -0.48px;
    font-size: 12px;
    color: #9f9699;
}

.comp_shctv_2x article li.active .description .episode {
    color: #fff;
}

.comp_shctv_2x article li.active {
    background-image: linear-gradient(to right, #59bc83, #1e81bc);
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .comp_shctv_2x {
        background-color: #fff;
        margin: 0 0 7px;
        border-bottom: 1px solid #d5d5d5;
    }
    .darkmode .comp_shctv_2x {
        background: none;
        border-color: #736b5e;
    }
    .comp_shctv_2x .sch_list {
        flex-direction: column-reverse;
        position: relative;
    }    
    .comp_shctv_2x article {
        height: inherit;
    }
    .comp_shctv_2x article figure {
        width: 65.5%;
        padding-bottom: 36.9%;
        margin: 0;
        max-width: none;
    }
    .comp_shctv_2x article.shc_display {
        position: relative;
        padding: 40px 14px 20px;
        display: flex;
        width: 100%;
    }
    .comp_shctv_2x article.first-child {
        width: 100%;
    }
    .comp_shctv_2x article.first-child ul li:first-child {
        z-index: 1000;
        padding: 0 14px;
        position: absolute;
        top: 18px;
        height: 17px;
    }
    .comp_shctv_2x article li {
        height: 60px;
        line-height: 60px;
    }
    .comp_shctv_2x article li h2 {
        line-height: 17px;
        font-size: 18px;
    }
    .comp_shctv_2x article>.description {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 34.5%;
        margin: 0;
        padding: 0 21px;
        max-height: 80%;
        overflow: hidden;
        font-size: 20px;
    }
    .comp_shctv_2x article>.description .title {
        white-space: normal;
        display:-webkit-box; 
        word-wrap:break-word; 
        -webkit-line-clamp:3; 
        -webkit-box-orient:vertical; 
        overflow:hidden; 
        text-overflow:ellipsis;
        font-size: 20px;
        line-height: 120%;
        width: 100%;
        margin-bottom: 14px;
        letter-spacing: -0.8px;
    }
    .comp_shctv_2x article>.description .genre {
        position: relative;
        right: inherit;
        top: inherit;
        font-size: 16px;
        letter-spacing: -0.64px;
    }
    .comp_shctv_2x article figure figcaption .tv_icon {
        display: none;
    }
    .comp_shctv_2x article li .description {
        padding: 0 0 0 74px;
        display: flex;
    }
    .comp_shctv_2x article li .description .title {
        display: inline-block;
        line-height: 60px;
        max-width: calc(100% - 30px);
    }    
    .comp_shctv_2x article li .description .episode {
        display: inline-block;
        line-height: 60px;
        margin-left: 17px;
    }

}

/* .comp_shctv_2x */



/* .comp_highlight_vodA_2_3x */
.comp_highlight_vodA_2_3x {
    color: #fff;
    background-color: #34373c;
    margin-bottom: 40px;
}

.comp_highlight_vodA_2_3x .vod_box {
    padding: 20px 21px;
}

.comp_highlight_vodA_2_3x .vod_box {
    position: relative;
    display: flex;
}

.comp_highlight_vodA_2_3x .vod_box .thumb {
    width: 65.5%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 36.9%;
    /* 16 : 9 */
}
.comp_highlight_vodA_2_3x .vod_box .thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comp_highlight_vodA_2_3x .vod_box .description {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 34.5%;
    padding: 0 21px;
    max-height: 80%;
    overflow: hidden;
}

.comp_highlight_vodA_2_3x .list_area {
    position: relative;
    font-size: 0;
}
.comp_highlight_vodA_2_3x .list_area .description {
    margin-top: 15px;
}
.comp_highlight_vodA_2_3x .list_area article {
    cursor: pointer;
    width: calc( (100% - 22px) / 3);
    display: inline-block;
    margin-right: 11px;
}
.comp_highlight_vodA_2_3x .list_area article:nth-child(3) {
    margin-right: 0;
}

.comp_highlight_vodA_2_3x .list_area>div {
    position: relative;
    border-top: 1px solid #17191c;
    padding: 46px 21px 24px;
}
.comp_highlight_vodA_2_3x .list_area >div .btn_more {
    right: 25px;
    background: none;
    opacity: 1;
    padding: 0;   
    letter-spacing : -0.7px;
}
.comp_highlight_vodA_2_3x .list_area .tv_list .btn_more a {
    color: rgba(138, 243, 185, 0.6);
}
.comp_highlight_vodA_2_3x .list_area .radio_list .btn_more a {
    color: #a59eff;
}
.comp_highlight_vodA_2_3x .list_area .thumb {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    /* 16 : 9 */
}
.comp_highlight_vodA_2_3x .list_area .active .thumb {
    border: 5px solid #fff;
}

.comp_highlight_vodA_2_3x .tv_icon::after, .comp_highlight_vodA_2_3x .radio_icon::after {
    content: "TV";
    display: block;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
    width: 40px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    background-image: linear-gradient(to right, #66c87c, #1171c7);
}
.comp_highlight_vodA_2_3x .radio_icon::after{
    content: "Radio";
    background-image: linear-gradient(to right, #8065ff, #1171c7);
    letter-spacing: 0;
}

.comp_highlight_vodA_2_3x .vod_box .tv_icon::after,
.comp_highlight_vodA_2_3x .vod_box .radio_icon::after {
    width: 63px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
}
.comp_highlight_vodA_2_3x .vod_box .radio_icon::after {
    width: 72px;
}

.comp_highlight_vodA_2_3x .description .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp_highlight_vodA_2_3x .vod_box .description .title {
    white-space: normal;
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:3; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: -1.3px;
    max-height: 148px;
}

.comp_highlight_vodA_2_3x .vod_box .description .publishedAt {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;
    letter-spacing: -0.7px;
    color: #b5b5b5;
}


@media (max-width: 767px) {    
    .comp_highlight_vodA_2_3x {
        margin: 0 0 7px;
        border-bottom: 1px solid #d5d5d5;
    }
    .darkmode .comp_highlight_vodA_2_3x {
        border-color: #736b5e;
    }
    .comp_highlight_vodA_2_3x .list_area>div {
        padding-top: 54px;
        padding-right: 14px;
        padding-left: 14px;
    }
    .comp_highlight_vodA_2_3x .vod_box {
        padding: 17px 14px 19px;
        flex-direction: column;
        background-color: #27292c;
    }
    .comp_highlight_vodA_2_3x .vod_box .thumb {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .comp_highlight_vodA_2_3x .vod_box .description {
        padding: 20px 0 0;
        position: relative;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
    .comp_highlight_vodA_2_3x .vod_box .description .title {
        font-size: 22px;
        letter-spacing: -1.1px;
        padding-right: 66px;
    }    
    .comp_highlight_vodA_2_3x .vod_box .description .publishedAt {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .comp_highlight_vodA_2_3x .vod_box .tv_icon::after,
    .comp_highlight_vodA_2_3x .vod_box .radio_icon::after {
        width: 53px;
        height: 21px;
        line-height: 21px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .comp_highlight_vodA_2_3x .vod_box .radio_icon::after {
        width: 72px;
    }    
    .comp_highlight_vodA_2_3x .list_area article {
        width: calc((100% - 11px) / 2);
    }
    .comp_highlight_vodA_2_3x .list_area article:nth-child(2) {
        margin-right: 0;
    }
    .comp_highlight_vodA_2_3x .list_area article:nth-child(3) {
        display: none;
    }    
}

/* .comp_highlight_vodA_2_3x */


/* .comp_contents_roll_3x .tot_program_list */
.comp_contents_roll_3x.roll_main_program_tot::before, .comp_contents_roll_3x.roll_main_program_tot::after {
    content: "TV";
    position: absolute;
    font-size: 16.5px;
    padding-left: 9px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.17px;
    color: #0088ce;
    left: 60px;
    top: 38px;
    border-left: 6px solid #0088ce;
}
.comp_contents_roll_3x.roll_main_program_tot::after {
    content: "Radio";
    top: calc(50% + 25px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.comp_contents_roll_3x .tot_program_list {
    outline: none;
}
.comp_contents_roll_3x .tot_program_list .tv_program_list {
    padding: 30px 0 60px;
}
.comp_contents_roll_3x .tot_program_list a {
    color: inherit;
}
.comp_contents_roll_3x .tot_program_list .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comp_contents_roll_3x .tot_program_list .time {
    height: 28px;
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.comp_contents_roll_3x .tot_program_list .thumb::after {
    content: "TV";
    position: absolute;
    bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
    width: 40px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    background-image: linear-gradient(to right, #66c87c, #1171c7);
}
.comp_contents_roll_3x .tot_program_list .radio_program_list .thumb::after {
    content: "Radio";
    background-image: linear-gradient(to right, #8065ff, #1171c7);
    letter-spacing: 0;   
}
@media (max-width: 639px){
    .comp_contents_roll_3x.roll_main_program_tot::before, .comp_contents_roll_3x.roll_main_program_tot::after {
        content: none;
        left: 30px;
    }
}
@media (max-width: 767px) {
    .comp_contents_roll_3x.roll_main_program_tot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .comp_contents_roll_3x .tot_program_list .tv_program_list {
        padding: 0 0 30px;
    }
}