@charset "UTF-8";
@import url(//m.imbc.com/include/css/fonts.css);
@import url(//m.imbc.com/include/css/icon.css);
@import url(//m.imbc.com/include/css/side.css);
@import url(//font.imbc.com/mbcnew/mbcnew.css);

/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

a {
    color: inherit;
    text-decoration: none;
}

dl, ul, ol, li {
    list-style: none
}

img {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

th, td {
    vertical-align: middle
}

em, caption, cite, address, dfn, var, code {
    font-style: normal;
    font-weight: normal
}

input[type='text'], input[type='password'], input[type='number'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'] {
    -webkit-appearance: none;
    border-radius: 0
}

input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox
}

button, input[type='submit'], input[type='reset'], input[type='file'] {
    -webkit-appearance: button;
    border-radius: 0
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type='number']::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input, select, textarea, button {
    font-size: 100%;
    vertical-align: middle;
    letter-spacing: -1px
}

    select, select option, textarea {
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

html {
    font-size: 62.5%;
    word-wrap: break-word;
    appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    font-size: 1.5rem;
    color: #1a1a1a;
    letter-spacing: -1px;
    font-family: 'notokr-demilight',"Apple SD Gothic Neo",'맑은 고딕','Malgun Gothic', dotum, sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 1px;
    color: transparent
}

strong {
    font-family: 'notokr-medium';
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

img {
    width: 100%;
    vertical-align: top;
    border: 0;
}

/* accessibility */
#accessibility {
    position: absolute;
    top: -1000px;
    left: 0;
    overflow: hidden;
    display: block;
    width: 1px;
    text-align: left;
    text-indent: -9999px;
    z-index: 9999;
}

/*class ==> html*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
}

.ellipsis3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
}

.eng {
    font-family: 'noto-regular';
}

.eng2 {
    font-family: 'noto-bold';
}

/*==========Layout==========*/
body.open-layer {
    /*position:  fixed;
    width: 100%;
    height: 100%;
    background: #fff; */
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

/* 211119 미디어 이용패턴 변경 body.layer-on 추가 */
html.layer-on, body.layer-on {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    *height: 100%;
    overflow: hidden;
    height: -webkit-fill-available;
}

body {
    background: #000;
}

#wrap {
    background: #F0F0F0;
}

/* 211119 미디어 이용패턴 변경 .layer-app-on 추가 */
.layer-wrap {
    position: absolute;
    z-index: 120;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    box-sizing: border-box;
    height: -webkit-fill-available;
}

.layer-app-on {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    padding: 60px 30px;
    box-sizing: border-box;
}

    .layer-app-on button#btnCloseApp {
        position: absolute;
        top: 60px;
        right: 40px
    }

        .layer-app-on button#btnCloseApp img {
            width: 27px
        }

    .layer-app-on .app-on h4 {
        margin-bottom: 11px
    }

        .layer-app-on .app-on h4 img {
            max-width: 305px;
        }

    .layer-app-on .app-on button#btnOnApp {
        margin-bottom: 11px
    }

        .layer-app-on .app-on button#btnOnApp img {
            max-width: 250px
        }

    .layer-app-on .app-refuse button#btnRefuseApp img {
        width: 204px
    }

.container {
    background: #F0F0F0;
    padding-top: 0.8rem;
    padding-bottom: 0.04rem;
}

section {
    position: relative;
    margin-bottom: 0.8rem;
    background: #fff;
}

    section h2, section h3 {
        border-bottom: 1px solid #DEDEDE;
        line-height: 1;
    }

        section h2.tit-section, section h3.tit-section {
            padding: 2rem 0 1.6rem;
            font-family: 'mbcnew-light';
            font-size: 2.8rem;
            color: #1a1a1a;
            letter-spacing: -0.25rem;
            text-align: center;
        }

.link-arr {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 4rem;
    padding-top: 2.3rem;
    padding-left: 2.5rem;
}

.arr-tit-link {
    width: 0.9rem;
    height: 1.7rem;
}

/*게시판 설명*/
.masthead {
    padding: 2rem 4.16%;
    border-bottom: 1px solid #DEDEDE;
    font-family: 'notokr-regular';
    font-size: 1.5rem;
    line-height: 2.4rem;
}

/*=========2018 2차개편=========*/
.view-section {
    position: relative;
    padding: 3.6rem 0 1.8rem;
    box-shadow: none;
}

    .view-section .type-row ul {
        padding-left: 5.27%;
        padding-right: 5.27%;
    }

    .view-section .type-row {
        padding-top: 1.6rem;
    }

        .view-section .type-row li .img:before {
            content: '';
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: rgba(0,0,0,0.3);
        }

.tit-sec {
    padding: 0 5.27%;
    border-bottom: 0;
    font-family: 'mbcnew-bold';
    font-size: 2.1rem;
    color: #1a1a1a;
    line-height: 2.6rem;
    letter-spacing: -0.2rem;
}

/*위즈 배너 영역*/
.article-banner {
    padding: 2rem 5.27% 0;
    box-sizing: border-box;
}

.view-section.article-banner {
    padding-bottom: 2rem;
}

.vodList-wrap {
    position:relative
}

    .vodList-wrap h2.tit-sec{
        margin-bottom:15px
    }

    .vodList-wrap ul.vodList-sort{
        position:absolute;
        right:5.27%;
        top:36px;
        display:flex;
        align-items:center;
    }   
        .vodList-wrap ul.vodList-sort li{
            position:relative;
            margin-left:16px;
        }
        .vodList-wrap ul.vodList-sort li:first-child{
            margin-left:0;
        }
        .vodList-wrap ul.vodList-sort li:before{
            content:'';
            position:absolute;
            left:-8px;
            top:50%;
            margin-top:-4px;
            display:inline-block;
            width:1px;
            height:8px;
            background-color:#c2c2c2;
        }
        .vodList-wrap ul.vodList-sort li:first-child:before{
            display:none;
        }
            .vodList-wrap ul.vodList-sort button{
                height:25px;
                font-size:14px;
                font-family:'notokr-regular';
                color:#000
            }
            .vodList-wrap ul.vodList-sort button.on{
                font-family:'notokr-bold';
            }
            .vodList-wrap ul.vodList-sort select{
                width:65px;
                height:25px;
                border:1px solid #dbdbdb;
                font-size:14px;
                font-family:'notokr-regular';
                padding:2px 5px 0;
                box-sizing:border-box;
                background:#fff url(../../images/arr-vod-select.png) no-repeat 87% 52%;
                background-size:7px;
                color:#000
            }

    .vodList-wrap .vodList-area{
        padding:0 5.27%;
        box-sizing:border-box
    }

        .vodList-wrap .vodList-area ul{
            margin-bottom:30px
        }
            .vodList-wrap .vodList-area ul li{
                margin-top:20px
            }

            .vodList-wrap .vodList-area ul li:first-child{
                margin-top:0
            }

                .vodList-wrap .vodList-area ul li a{
                    display:flex;
                }

                .vodList-wrap .vodList-area ul li a span.img{
                    position:relative;
                    width:155px;
                    height:87px;
                    overflow:hidden;
                    margin-right:15px
                }

                .vodList-wrap .vodList-area ul li a span.img:after{
                    content:'';
                    position:absolute;
                    z-index:10;
                    top:0;
                    left:0;
                    width:100%;
                    height:100%;
                    border:1px solid #eee;
                    box-sizing:border-box
                }

                    .vodList-wrap .vodList-area ul li a span.img img{
                        width:100%;
                        min-height:100%
                    }

                .vodList-wrap .vodList-area ul li a span.info{
                    width:calc(100% - 170px)
                }
                
                    .vodList-wrap .vodList-area ul li a span.info span{
                        font-size:13px;
                        font-family:'notokr-regular';
                    }   
                    .vodList-wrap .vodList-area ul li a span.info .tit{
                        -webkit-line-clamp:3;
                        height:59px;
                        margin-bottom:10px;
                        word-break:keep-all;
                        color:#000
                    }
                    .vodList-wrap .vodList-area ul li a span.info .date{
                        letter-spacing:0;
                        color:#535353;
                        line-height: 1.2;
                        display: block;
                    }

                    .vodList-wrap .vodList-area ul li a span.info .date span{
                        position:relative;
                        display:inline-block;
                        margin-right:15px;
                    }
                    .vodList-wrap .vodList-area ul li a span.info .date span:after{
                        content:'';
                        position:absolute;
                        right:-8px;
                        top:50%;
                        margin-top:-4px;
                        display:inline-block;
                        width:1px;
                        height:8px;
                        background-color:#c2c2c2
                    }

        .vodList-wrap .vodList-area button.btn-vod-more{
            width:100%;
            height:50px;
            text-align:center;
            border:1px solid #c1c1c1;
            padding:7px 0 5px;
            box-sizing:border-box;
            background:url(../../images/btn-vod-more.png) no-repeat calc(50% + 35px) 50%;
            background-size:14px;
            font-family:'notokr-bold';
            font-size:13px;
            color:#000
        }
        .vodList-wrap .vodList-area .vodList-none{
            padding:60px 0 80px
        }
        .vodList-wrap .vodList-area .vodList-none p{
            padding-top:44px;
            font-size:18px;
            text-align:center;
            background:url(../../images/ico-vod-empty.png) no-repeat 50% 0%;
            background-size:34px
        }


/*Type-row 가로형 공통*/
.type-row {
    overflow: hidden;
}

    .type-row > div {
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .type-row ul {
        height: 100%;
        padding-left: 4.16%;
        padding-right: 4.16%;
    }

    .type-row li {
        float: left;
        width: 16rem;
        margin-right: 0.8rem;
    }

        .type-row li:last-child {
            margin-right: 0;
        }

        .type-row li .img {
            position: relative;
            width: 100%;
            box-sizing: border-box;
            overflow: hidden;
            text-align: center;
        }

            .type-row li .img .time {
                position: absolute;
                bottom: -0.1rem;
                right: -0.1rem;
            }

        .type-row li .title {
            font-size: 1.4rem;
            line-height: 2rem;
        }

        .type-row li .program {
            color: #757575;
        }

    /*type01> 메인: 화제의 1분, 메이킹, 스타B하인드*/
    .type-row.ver01 {
        height: 17.4rem;
        padding-top: 1.5rem;
        padding-bottom: 1.1rem;
    }

        .type-row.ver01 > div {
            height: 20.4rem;
        }

        .type-row.ver01 li .img {
            position: relative;
            height: 9rem;
        }

            .type-row.ver01 li .img:after {
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                content: '';
                width: 100%;
                height: 100%;
                border: 0.1rem solid rgba(0,0,0,0.1);
                z-index: 10;
                box-sizing: border-box;
            }

        .type-row.ver01 li .txt-wrap {
            padding: 0.6rem 0.5rem;
            font-family: 'notokr-regular';
        }

        .type-row.ver01 li .title {
            color: #000;
        }

        .type-row.ver01 li .program {
            margin-top: 0.4rem;
            font-size: 1.3rem;
            line-height: 1.4;
        }

    /*type02> TV메인,*/
    .type-row.Ver02 li {
        border: 0.1rem solid #E7E7E7;
        box-sizing: border-box;
    }

        .type-row.Ver02 li .sort-top {
            width: 100%;
            height: 3.1rem;
            text-align: center;
        }

            .type-row.Ver02 li .sort-top .tit-sort {
                font-size: 1.2rem;
                color: #757575;
                line-height: 3.3rem;
            }

                .type-row.Ver02 li .sort-top .tit-sort .ico-play-sort {
                    width: 0.9rem;
                    height: 1.1rem;
                    margin-top: 1rem;
                    margin-right: 0.4rem;
                }

        .type-row.Ver02 li .img {
            height: 9rem;
            border-bottom: 0.1rem solid #E7E7E7;
            overflow: hidden;
        }

        .type-row.Ver02 li .txt-wrap {
            position: relative;
            height: 4em;
            padding: 1rem 1.2rem 1.3rem;
        }

            .type-row.Ver02 li .txt-wrap .title {
                color: #1a1a1a;
            }

            .type-row.Ver02 li .txt-wrap .program {
                position: absolute;
                bottom: 1.4rem;
                font-family: 'notokr-medium';
                font-size: 1.2rem;
                line-height: 1.2;
            }

/*Type-vertical, tv메인, tv홈*/
.type-vertical {
    padding-left: 4.16%;
}

    .type-vertical:first-child {
        display: block;
    }

    .type-vertical ul li {
        position: relative;
        padding: 1.5rem 4.54% 1.5rem 0;
        border-bottom: 0.1rem solid #EDEDED;
        overflow: hidden;
    }

        .type-vertical ul li a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .type-vertical .img2 {
        float: left;
    }

    .type-vertical .txt-wrap {
        width: calc(100% - 12.8rem - 1.2rem);
        margin-left: 12.8rem;
        padding-left: 1.2rem;
        line-height: 1;
        overflow: hidden;
    }

        .type-vertical .txt-wrap .time {
            margin: 0.6rem 0 0.2rem;
            font-size: 1.3rem;
            color: #757575;
            letter-spacing: 0;
            line-height: 1;
        }

        .type-vertical .txt-wrap .program {
            margin: 0.6rem 0 0.2rem;
            font-family: 'notokr-medium';
            font-size: 1.5rem;
            color: #1a1a1a;
            line-height: 2.1rem;
        }

        .type-vertical .txt-wrap .title {
            font-family: 'notokr-regular';
            font-size: 1.5rem;
            color: #1a1a1a;
            line-height: 2.1rem;
        }

        .type-vertical .txt-wrap .date {
            font-family: 'noto-regular';
            font-size: 1.3rem;
            color: #757575;
            letter-spacing: -0.05rem;
        }

        .type-vertical .txt-wrap .tit-sort {
            margin: 0.4rem 0 0.5rem;
            font-size: 1.2rem;
            color: #757575;
            line-height: 1.1rem;
        }

            .type-vertical .txt-wrap .tit-sort .ico-play-sort {
                width: 0.9rem;
                height: 1.1rem;
                margin-right: 0.4rem;
            }

    /*type02> 라디오Main, 라디오Home,*/
    .type-vertical.Ver02 ul li a {
        display: table-row;
    }

    .type-vertical.Ver02 ul li:last-child {
        border: 0;
    }

    .type-vertical.Ver02 {
        position: relative;
        padding: 1.5rem 0 1.5rem 4.16%;
        border-bottom: 0.1rem solid #EDEDED;
        overflow: hidden;
    }

        .type-vertical.Ver02 .img2 {
            display: table-cell;
            float: left;
        }

            .type-vertical.Ver02 .img2 img {
                width: initial;
                height: 100%;
            }

        .type-vertical.Ver02 .txt-wrap {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

            .type-vertical.Ver02 .txt-wrap .ellipsis {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                white-space: initial;
            }


/*Type: 뉴스 리스트*/
.list-type {
    width: 100%;
}

    .list-type ul {
        overflow: hidden;
    }

        .list-type ul li {
            padding-left: 4.16%;
        }

            .list-type ul li a {
                display: block;
                height: 4.3rem;
                border-bottom: 1px solid #F0F0F0;
            }

                .list-type ul li a .title {
                    display: inline-block;
                    width: calc(100% - 4.34%);
                    padding: 1.6rem 0 1.4rem;
                    font-size: 1.5rem;
                    color: #1a1a1a;
                    line-height: 1;
                }

.bestEnt-area ul {
    padding-bottom: 1.1rem;
}

.bestEnt-area li:last-child a {
    border-bottom: 0;
}

.bestEnt-area li.on {
    padding-left: 0;
}

    .bestEnt-area li.on a {
        border-bottom: 0;
        height: inherit;
    }

    .bestEnt-area li.on .num {
        padding-left: 4.16%;
        color: #1a1a1a;
    }

    .bestEnt-area li.on .title {
        width: calc(100% - 8.32% - 1.9rem) !important;
        font-family: 'notokr-medium';
        color: #1e1e1e;
    }

.bestEnt-area li .num {
    display: inline-block;
    width: 1.9rem;
    font-family: 'noto-italic';
    font-size: 1.5rem;
    color: #757575;
    line-height: 4.2rem;
    vertical-align: top;
}

.bestEnt-area li a .title {
    width: calc(100% - 4.16% - 1.9rem) !important;
}

.bestEnt-area li .img {
    height: 14rem;
    margin-top: -0.2rem;
    overflow: hidden;
    text-align: center;
}


/*type-full: 메인, 라디오메인*/
.type-full {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .type-full ul {
        width: 100%;
    }

        .type-full ul li {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .type-full ul li:first-child {
                display: block;
            }

            .type-full ul li .img {
                width: 100%;
                overflow: hidden;
                text-align: center;
            }

.type-full-wrap h2 {
    border-color: #fff;
}

.type-full-wrap .pager {
    position: absolute;
    top: 7.8rem;
    width: 100%;
    text-align: center;
}

.type-full-wrap .btn-control {
    position: absolute;
    width: 100%;
    font-size: 0;
    text-indent: -9999em;
    z-index: 10;
}

    .type-full-wrap .btn-control button {
        position: absolute;
        width: 2.5rem;
        background-image: url("https://m.imbc.com/images/arr-mbic.png");
        background-repeat: no-repeat;
    }

    .type-full-wrap .btn-control .prev {
        left: 0;
        background-size: 3.2rem 3rem;
    }

    .type-full-wrap .btn-control .next {
        right: 0;
        background-size: 3.2rem 3rem;
    }

/*일반형*/
.list-wrap .img {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

    .list-wrap .img .icon {
        width: 1.6rem;
        height: 2rem;
        margin-left: 0.5rem;
        margin-right: 1.9rem;
    }

.list-wrap .type-vertical.Ver02 {
    padding: 0 0 0 4.16%;
    border-bottom: 0;
}

.list-wrap .type-vertical ul li .txt-wrap {
    width: 88%;
    padding-left: 0;
}

    .list-wrap .type-vertical ul li .txt-wrap .title {
        font-family: 'notokr-medium';
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .list-wrap .type-vertical ul li .txt-wrap .date {
        margin-top: 0.5rem;
        font-family: 'noto-italic';
        font-size: 1.3rem;
        letter-spacing: -0.025rem;
    }

/*이미지형 2*/
.img-wrap2 .photo-area {
    padding: 1.9rem 4.16% 2.1rem;
}

    .img-wrap2 .photo-area ul {
        overflow: hidden;
    }

        .img-wrap2 .photo-area ul li {
            float: left;
            width: calc(50% - 1.515%);
        }

            .img-wrap2 .photo-area ul li:nth-child(2n) {
                margin-left: 3.03%;
            }

            .img-wrap2 .photo-area ul li .img {
                position: relative;
                width: 100%;
                height: 10rem;
                overflow: hidden;
                text-align: center;
            }

                .img-wrap2 .photo-area ul li .img:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    content: '';
                    width: 100%;
                    height: 100%;
                    border: 0.1rem solid rgba(0,0,0,0.1);
                    z-index: 10;
                    box-sizing: border-box;
                }

@media screen and (min-width: 0px) and (max-width: 413px) {
    .img-wrap2 .photo-area ul li .img img {
        width: 130%;
        margin-left: -15%;
    }
}

@media screen and (min-width: 480px) {
    .img-wrap2 .photo-area ul li .img {
        height: 14rem;
    }
}

.img-wrap2 .photo-area ul li .txt-wrap {
    min-height: 6.5rem;
    padding: 0.8rem 0 2.2rem;
}

    .img-wrap2 .photo-area ul li .txt-wrap .program {
        margin-top: 0.5rem;
        font-family: 'notokr-regular';
        font-size: 1.3rem;
        color: #757575;
        line-height: 1.5rem;
    }

.img-area ul li .txt-wrap .title {
    font-family: 'notokr-medium';
    font-size: 1.5rem;
    line-height: 2.1rem;
}


/*이미지형 3 : 현장포토*/
.img-wrap3 {
    width: 100%;
    height: 100%;
    background: #000 url("https://m.imbc.com/images/bg-photo.png") no-repeat top center;
    background-size: cover;
}

    .img-wrap3 h3.tit-section {
        padding: 2rem 0 1.6rem;
        border-bottom: 0.1rem solid #555;
        font-size: 2.8rem;
    }

.container.tvHome section h3.tit-section.v2 {
    color: #fff !important;
}

.img-wrap3 .photo-area {
    height: 20rem;
    padding: 1.5rem 0 2rem;
}

    .img-wrap3 .photo-area ul {
        height: 24rem;
    }

        .img-wrap3 .photo-area ul li {
            width: 20rem;
            margin-right: 0.4rem;
        }

            .img-wrap3 .photo-area ul li:last-child {
                margin-right: 0;
            }

            .img-wrap3 .photo-area ul li .img {
                height: 20rem !important;
                text-align: center;
            }

                .img-wrap3 .photo-area ul li .img img {
                    width: initial;
                    height: 100%;
                }


/*2018개편 추가>정사각형 이미지*/
.square-area.type-row {
    height: 15.2rem;
}

    .square-area.type-row .slide {
        height: 17rem;
    }

    .square-area.type-row li {
        position: relative;
        width: 14.9rem;
        height: 14.9rem;
        margin-right: 0.6rem;
    }

        .square-area.type-row li:last-child {
            margin-right: 0;
        }

        .square-area.type-row li .img {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            overflow: hidden;
            text-align: center;
        }

        .square-area.type-row li .txt-wrap {
            position: absolute;
            display: inline-block;
            width: calc(100% - 1rem);
            padding: 0.8rem 0.5rem;
            left: 0.5rem;
            bottom: 0.5rem;
            background: rgba(0,0,0,0.7);
            box-sizing: border-box;
        }

        .square-area.type-row li .title {
            font-size: 1.4rem;
            line-height: 1.8rem;
            color: #fff;
        }


/*다시보기Home -링크*/
.link-wrap {
    overflow: hidden;
    text-align: center;
}

    .link-wrap a {
        float: left;
        width: 50%;
        padding-top: 0.2rem;
        border-bottom: 0.1rem solid #E5E5E5;
        box-sizing: border-box;
        font-size: 1.5rem;
        line-height: 4.4rem;
    }

        .link-wrap a:nth-child(3) {
            border-bottom: 0;
        }

        .link-wrap a:nth-child(2) {
            border-left: 0.1rem solid #E5E5E5;
        }

        .link-wrap a:nth-child(4) {
            border-left: 0.1rem solid #E5E5E5;
            border-bottom: 0;
        }


/*basic 공통*/
.time2 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.3rem 0.6rem 0.25rem;
    background: rgba(0,0,0,0.55);
    font-family: 'noto-regular';
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: -0.025rem;
    line-height: 1;
    text-align: center;
}

.time3 {
    font-family: 'noto-regular';
    font-size: 1.2rem;
    line-height: 1.4rem;
    opacity: 0.7;
    letter-spacing: -0.025rem;
    text-align: left;
}

    .time3 .ico-time {
        width: 1.1rem;
        height: 1.4rem;
        margin: 0 0.3rem 0 0.1rem;
    }

.pager {
    z-index: 100
}

    .pager a {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 0.8rem;
        background-color: rgba(170,170,170,0.7);
        border-radius: 50%;
        box-sizing: border-box;
        text-indent: -9999px;
        line-height: 1;
        vertical-align: middle;
    }

        .pager a:last-child {
            margin-right: 0;
        }

        .pager a.on {
            background: none;
            border: 1px solid #fff;
        }

.link-vod {
    display: inline-block;
    padding: 0.8rem 1.4rem 0.6rem;
    border: 0.1rem solid rgba(250,250,250,0.7);
    border-radius: 3rem;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4rem;
}

    .link-vod .ico-play-vod {
        width: 1rem;
        height: 1.2rem;
        margin-right: 0.5rem;
    }

.btn-more-wrap {
    padding: 1.15rem 4.16% 2.6rem;
    text-align: center;
}

    .btn-more-wrap .btn-more {
        width: 100%;
        padding: 1.1rem 0 1.05rem;
        border: 0.1rem solid #E7E7E7;
        font-size: 1.4rem;
        color: #858585;
        line-height: 1;
        letter-spacing: -0.1rem;
    }

    .btn-more-wrap .ico-more {
        width: 0.9rem;
        height: 1.2rem;
        margin-top: 0.1rem;
        margin-left: 0.9rem;
    }

.img2 {
    position: relative;
    display: inline-block;
    width: 12.6rem;
    height: 7.2rem;
    overflow: hidden;
    text-align: center;
}

    .img2:after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        content: '';
        width: 100%;
        height: 100%;
        border: 0.1rem solid rgba(0,0,0,0.1);
        z-index: 10;
        box-sizing: border-box;
    }

    .img2 img {
        width: initial;
        height: 100%;
    }

.date2 {
    font-family: 'noto-italic';
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1;
}

    .date2:before {
        content: '방송일';
    }

    .date2 .time {
        margin-left: 1rem;
    }

.num2 {
    float: right;
    font-family: 'noto-italic';
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1;
}

    .num2:before {
        content: '조회수';
    }

/*메인팝업*/
.pop-noti {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .pop-noti a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .pop-noti .btn-pop-close {
        position: absolute;
        right: 0;
        padding: 1.5rem 3.14%;
    }

        .pop-noti .btn-pop-close .icon {
            width: 1.5rem;
            height: 1.5rem;
        }

/*공지팝업*/
.notiPop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: scroll;
    z-index: 9999;
    display: none;
}

    .notiPop-wrap section h2.tit-section, .notiPop-wrap section h3.tit-section {
        padding: 2rem 4.16% 1.6rem;
        line-height: 3.2rem;
    }

    .notiPop-wrap .title {
        padding: 2rem 0 1.6rem;
        font-family: 'notokr-thin';
        font-size: 2.6rem;
        color: #1a1a1a;
        letter-spacing: -0.25rem;
        text-align: center;
    }

.notiPop-area span, .notiPop-area font, .notiPop-area div {
    font-family: 'notokr-demilight' !important;
    color: #1a1a1a;
    letter-spacing: -0.25rem;
}

.notiPop-wrap .btn-closeX {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 2.5rem 3.14% 1.6rem;
}

.notiPop-wrap .ico-close-pop {
    width: 1.5rem;
    height: 1.5rem;
}

.notiPop-wrap .noti-area {
    padding: 1.5rem 4.16% 4rem;
}

.btn-close-wrap {
    padding: 1.15rem 4.16% 2.6rem;
    text-align: center;
}

    .btn-close-wrap .btn-close {
        width: 100%;
        padding: 1.1rem 0 1.05rem;
        border: 0.1rem solid #E7E7E7;
        font-size: 1.4rem;
        color: #858585;
        line-height: 1;
        letter-spacing: -0.1rem;
    }


/*스크롤탑 + sns 공유*/
.footer .btn-scroll {
    display: none;
    position: fixed;
    right: 1.9rem;
    width: 3.9rem;
    height: 3.9rem;
    overflow: hidden;
    z-index: 89;
    font-size: 1px;
    color: transparent;
    letter-spacing: 0
}

a#scrollTop {
    bottom: 2.1rem;
    background: url(//m.imbc.com/images/scroll-top2.png) no-repeat;
    background-size: 3.9rem;
}

a#shareBtn {
    bottom: 6.5rem;
    background: url(//m.imbc.com/images/shareBtn.png) no-repeat;
    background-size: 3.9rem;
}

#appBtn {
    display: none;
}

.wrap-appdown .btn-applayer {
    position: fixed;
    z-index: 50;
    right: 50%;
    margin-right: -6.8rem;
    width: 13.6rem;
    height: 3.8rem;
    border-radius: 1.9rem;
    bottom: 4.5rem;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #000;
    text-indent: 0;
    font-size: 1.4rem;
    letter-spacing: -1.5px;
    font-family: 'notokr-regular';
}

    .wrap-appdown .btn-applayer span {
        display: inline-block;
        padding-left: 24px;
        background: url(https://m.imbc.com/images/ico-app.png) left center no-repeat;
        background-size: 18px;
    }

.wrap-appdown .app-close {
    position: fixed;
    bottom: 6.9rem;
    right: 50%;
    margin-right: -7.4rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(https://m.imbc.com/images/app-close.png);
    background-size: 2.4rem;
    text-indent: -9999px;
    z-index: 60;
}

.layer-app {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    padding: 20rem 2rem 0;
    z-index: 110;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    background: rgba(22,27,49,.9) url(https://m.imbc.com/images/app-logo.png) center 7rem no-repeat;
    background-size: 108px;
    font-family: 'notokr-regular';
}

    .layer-app .link {
        position: relative;
        display: block;
        margin: 5.5rem 0;
        width: 100%;
        background: #ffffff;
        color: #4664e6;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

        .layer-app .link:focus span {
            text-decoration: underline;
        }

    .layer-app span {
        display: inline-block;
        padding-right: 10px;
        background: url(https://m.imbc.com/images/ico-applink.png) right center no-repeat;
        background-size: 5px;
    }

    .layer-app button {
        font-size: 17px;
        color: #fff;
        padding-right: 28px;
        background: url(https://m.imbc.com/images/app-close.png) right center no-repeat;
        background-size: 2rem;
        font-family: 'notokr-regular'
    }
/*좋아요 팝업*/
.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

    .popup-wrap .dimBg {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
    }

    .popup-wrap .like-wrap {
        position: absolute;
        top: 20.9rem;
        width: calc(100% - 8.32%);
        padding: 0 4.16%;
        text-align: center;
        z-index: 901;
    }

        .popup-wrap .like-wrap strong {
            font-family: 'notokr-medium';
        }

        .popup-wrap .like-wrap .icon {
            width: 1.4rem;
            height: 1.3rem;
            margin-right: 0.6rem;
        }

        .popup-wrap .like-wrap .txt-detail {
            background: rgba(0,0,0,0.8);
            font-size: 1.6rem;
            color: #fff;
            line-height: 4.8rem;
        }

            .popup-wrap .like-wrap .txt-detail .ico-heart2 {
                margin-top: 1.7rem;
                background-position: 0 -1.3rem;
            }

        .popup-wrap .like-wrap .like-area {
            padding: 3.3rem 0 2.8rem;
            margin-top: 0.8rem;
            background: #fff;
        }

            .popup-wrap .like-wrap .like-area .point {
                margin-bottom: 1rem;
                font-size: 1.6rem;
                color: #3c3c3c;
                line-height: 1;
            }

                .popup-wrap .like-wrap .like-area .point .ico-heart2 {
                    margin-top: 0;
                }

            .popup-wrap .like-wrap .like-area .txt {
                font-size: 1.4rem;
                color: #757575;
                line-height: 2rem;
            }

        .popup-wrap .like-wrap .link-area {
            border-top: 0.1rem solid #F2F2F2;
            background: #fff;
            font-family: 'notokr-regular';
            font-size: 1.6rem;
            line-height: 4.4rem;
            overflow: hidden;
        }

            .popup-wrap .like-wrap .link-area a {
                float: left;
                display: block;
                width: 50%;
                box-sizing: border-box;
            }

                .popup-wrap .like-wrap .link-area a.first {
                    border-right: 0.1rem solid #F2F2F2;
                    color: #555;
                }

                .popup-wrap .like-wrap .link-area a.last {
                    font-family: 'notokr-medium';
                    color: #006cff;
                }

/*VIEW*/
.container.View .sub-area {
    background: #fff;
}

.view-top {
    padding: 0 4.16% 2rem;
}

    .view-top .title {
        max-height: 5.25rem;
        padding: 1.5rem 0 0.6rem;
        font-family: 'notokr-medium';
        font-size: 2rem;
        color: #1a1a1a;
        line-height: 2.8rem;
    }

    .view-top p:before, .view-top span:before {
        margin-right: 0.4rem;
        font-family: 'notokr-demilight';
        font-size: 1.3rem;
        color: #757575;
        letter-spacing: -0.025rem;
    }

    .view-top .date {
        margin-top: 0.5rem;
        font-family: 'noto-italic';
        font-size: 1.3rem;
        letter-spacing: 0;
        line-height: 1;
    }

        .view-top .date:before {
            content: '방송일';
        }

    .view-top .num {
        margin-left: 2rem;
        font-family: 'noto-italic';
        font-size: 1.3rem;
        letter-spacing: 0;
    }

        .view-top .num:before {
            content: '조회수';
        }

    .view-top .time {
        margin-left: 0.5rem;
    }

#mbcPlayer {
    width: 100%;
    height: 100%;
}

.view-vod {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 0.1rem solid rgba(0,0,0,0.1);
    border-bottom: 0.1rem solid rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 50;
}

    .view-vod iframe {
        width: 100%;
        height: 100%;
    }

.container.View.radio .view-vod {
    margin-bottom: 4.9rem;
}

.view-download {
    position: relative;
    padding: 1.6rem 4.16% 0;
}

    .view-download .tit-down {
        margin-left: 0.3rem;
        font-family: 'notokr-medium';
        font-size: 1.6rem;
        color: #171717;
        line-height: 1
    }

        .view-download .tit-down .ico-download {
            width: 1.5rem;
            height: 1.3rem;
            margin-left: 0.5rem;
            vertical-align: baseline
        }

    .view-download .link-mbctv {
        float: right;
        display: inline-block;
        width: 4.9rem;
        height: 1.5rem;
    }

    .view-download .ico-mbctv {
        width: 4.4rem;
        height: 1.1rem;
        margin-top: 0.2rem;
    }

    .view-download .download {
        padding: 0.6rem 0 1.6rem;
    }

    .view-download ul {
        overflow: hidden;
        border: 0.1rem solid #C7C7C7;
    }

        .view-download ul li {
            float: left;
            width: calc(100% / 3);
            box-sizing: border-box;
            text-align: center;
        }

            .view-download ul li:nth-child(2) {
                border-left: 0.1rem solid #C7C7C7;
                border-right: 0.1rem solid #C7C7C7;
            }

            .view-download ul li button {
                display: block;
                width: 100%;
                height: 100%;
                font-family: 'notokr-regular';
                font-size: 1.4rem;
                color: #333;
                line-height: 3.4rem;
            }

.view-text {
    padding: 1.4rem 5.83% 6.6rem;
    border-top: 0.1rem solid #F0F0F0;
    font-size: 1.5rem;
    line-height: 2.6rem;
}
/*
.view-bottom a{display: block;padding: 0 4.16%; border-bottom: 0.1rem solid #F0F0F0;font-size:1.4rem;color:#333;line-height: 4.4rem;}
.view-bottom a .title{display: block;width:100%;}
.view-bottom a .icon{width: 1.1rem;height: 0.6rem;margin-top: 1.8rem;margin-right: 0.8rem;background-position: 0 0;}
.view-bottom a.last .icon{background-position:0 -0.6rem;}
*/
.container.View .view-bottom a {
    display: block;
    padding: 0.2rem 4.16% 0;
    border-top: 0.1rem solid #F0F0F0;
    font-family: 'notokr-regular';
    font-size: 1.3rem;
    color: #5d5d5d;
    line-height: 4.2rem;
}

    .container.View .view-bottom a .title {
        display: block;
        width: 100%;
    }

    .container.View .view-bottom a .icon {
        width: 1.1rem;
        height: 0.6rem;
        margin-top: 1.7rem;
        margin-right: 0.5rem;
        background-position: 0 0;
    }

    .container.View .view-bottom a.last .icon {
        background-position: 0 -0.6rem;
    }

    .container.View .view-bottom a .txt {
        margin-right: 1rem;
        font-family: 'notokr-demilight';
        color: #777;
    }

.container.View .tit-section {
    padding: 2.1rem 4.16% 1.9rem;
    font-family: 'notokr-regular';
    line-height: 1;
    font-size: 2rem;
    color: #1a1a1a !important;
}

.container.View .together-wrap .together-area {
    padding-bottom: 2rem;
}

    .container.View .together-wrap .together-area li {
        margin-right: 0;
    }

.container.View .togetherVod-wrap h2.tit-section {
    border-bottom: transparent;
}

.container.View .togetherVod-wrap .type-row {
    height: 23.5rem;
}

    .container.View .togetherVod-wrap .type-row > div {
        height: 25.5rem;
    }

/********2차개편 view*******/
/*영상*/
.container.View.v2 .view-vod {
    position: relative;
    bottom: initial;
    border-top: 0;
}

    .container.View.v2 .view-vod .btn-close-vod {
        display: none;
    }

    .container.View.v2 .view-vod.float-layer {
        position: fixed;
        bottom: 12rem;
        right: 5.27%;
        width: 200px;
        height: 11.25rem;
        overflow: initial;
    }

        .container.View.v2 .view-vod.float-layer .btn-close-vod {
            display: block;
            position: absolute;
            top: -3.2rem;
            right: 0;
            width: 3rem;
            height: 3rem;
            background: #fff;
            border: 0.1rem solid #B9B9B9;
            text-align: center;
        }

            .container.View.v2 .view-vod.float-layer .btn-close-vod .icon {
                width: 1.5rem;
                height: 1.5rem;
                margin-top: 0.7rem;
                opacity: .7;
            }

/*날짜리스트*/
/* .dateList-area {
    position: relative;
    width: 100%;
    height: 5.9rem;
    border-bottom: 0.1rem solid #dedede;
    background: #fff;
    text-align: center;
}
    .dateList-area .btn {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 4rem;
        height: 5.9rem;
        background: none;
        margin: 0;
    }

    .dateList-area .btn-prev {
        left: 0;
    }

    .dateList-area .btn-next {
        left: initial;
        right: 0;
    }

    .dateList-area .btn .icon {
        display: inline-block;
        width: 1.6rem;
        height: 3.1rem;
        background: url("https://m.imbc.com/images/arr-list-on.png") no-repeat;
        background-size: cover
    }

    .dateList-area .btn.on .icon {
        background: url("https://m.imbc.com/images/arr-list-on.png") no-repeat;
        background-size: cover
    }

.swiper-button-next.swiper-button-disabled .icon, .swiper-button-prev.swiper-button-disabled .icon {
    opacity: .9;
}

.dateList-area .btn-prev .arr-prev {
    background-position: 0 0
}

.dateList-area .btn-next .arr-next, .dateList-area .btn.on .icon.arr-next {
    background-position: -1.6rem 0;
} */
/*>>로딩*/
.date-ing {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.7rem;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    z-index: 10
}

    .date-ing .icon {
        display: inline-block;
        width: 2.75rem;
        height: 2.75rem;
        box-sizing: border-box;
    }

    .date-ing .ico-loading {
        animation: roll 1.5s linear infinite;
    }

@keyframes roll {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*>>리스트*/
.dateTxt-area {
    width: calc(100% - 8rem);
    height: 5.9rem;
    margin: 0 auto;
    overflow: hidden;
}

    .dateTxt-area .swiper-container {
        width: 100%;
        text-align: center
    }

        .dateTxt-area .swiper-container ul {
            height: 100%;
            text-align: right;
        }

    .dateTxt-area ul li {
        float: left;
        display: inline-block;
        width: unset;
        height: auto;
        margin: 0 1.25rem;
    }

        .dateTxt-area ul li:last-child {
            margin-right: -1.25rem;
        }

        /*
        .dateTxt-area ul li.on a, .dateTxt-area ul li.swiper-slide-active:first-child a, .dateTxt-area ul li.swiper-slide-active:last-child a {*/
        .dateTxt-area ul li.on a {
            border-bottom: 0.2rem solid #4969f0;
            font-family: 'notokr-bold';
            color: #4969f0;
        }

        .dateTxt-area ul li a {
            display: inline-block;
            width: 100%;
            padding: 1.7rem 0 1.5rem;
            font-family: 'notokr-light';
            font-size: 2.5rem;
            color: #757575;
            line-height: 2.5rem;
            letter-spacing: -0.2rem;
        }

/*view*/
.view-mid {
    background: #f7f7f7;
}

.view-select{
    position:relative;
    display:flex;
    justify-content:center;
    border-bottom:1px solid #ececec;
    border-top:1px solid #ececec
}

    .view-select:after{
        content:'';
        position:absolute;
        top:15px;
        left:50%;
        width:1px;
        height:19px;
        background-color:#e5e5e5
    }

    .view-select button{
        width:50%;
        height:50px;
        padding-top:2px;
        background:#fff url(../../images/arr-vod-prev.png) no-repeat 27% 50%;
        background-size:8px;
        font-family:'notokr-medium';
        color:#000;
        font-size:14px;
        box-sizing:border-box
    }

    .view-select button.btn-vod-next{
        background-position:73% 52%;
        background-image:url(../../images/arr-vod-next.png)
    }

    .view-select button[disabled]{
        color:#c9c9c9;
    }

.view-info {
    position: relative;
    padding: 1.4rem 5.27% 1.4rem;
}

    .view-info .icon {
        display: inline-block;
        width: 5rem;
        height: 5rem;
        font-size: 0;
        text-indent: -9999em;
    }

    .view-info .btn-talk {
        position: absolute;
        right: 5.27%;
    }

        .view-info .btn-talk.on {
            background-position: 0 -5rem;
        }

        .view-info .btn-talk + .talk-update {
            box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 17px;
            right: 6.8%;
            background: #4664e6;
            line-height: 16px;
            text-align: center;
            min-width: 16px;
            padding: 0 5px;
            color: #fff;
            font-size: 10px;
            font-family: 'noto-bold';
            border-radius: 16px
        }

.view-info {
    text-align: center;
}

    .view-info button {
        display: inline-block;
        width: 32.2%;
        margin-right: .5%;
        padding: 14px 0;
        font-family: 'notokr-medium';
        border: 1px solid #ececec;
        background: #fff;
        line-height: 20px;
    }

        .view-info button:last-child {
            margin-right: 0;
        }

        .view-info button span {
            display: inline-block;
            padding-left: 22px;
            font-family: 'notokr-medium';
            font-size: 14px;
            color:#000;
        }

    .view-info .ico-buy span {
        background: url(https://m.imbc.com/images/ico-buy.png) no-repeat left center;
        background-size: 19px;
    }

    .view-info .ico-down span {
        background: url(https://m.imbc.com/images/ico-down.png) no-repeat left center;
        background-size: 19px;
    }

    .view-info .ico-freevod span {
        background: url(https://m.imbc.com/images/ico-freevod.png) no-repeat left center;
        background-size: 19px;
    }

.view-con {
    padding: 10px 5.27% 12px;
    font-family: 'notokr-regular';
    font-size: 1.3rem;
    color: #757575;
    line-height: 2.1rem;
}

    /* .view-con .chTit {
        display: inline-block;
        height: 0.8rem;
        margin-left: 0.15rem;
        margin-bottom: 0.9rem;
        background: url("https://m.imbc.com/images/view-chTit.png") no-repeat center;
        background-size: cover;
        font-size: 0;
        text-indent: -999em;
    }*/
    /*>채널 타이틀 변화*/
    .view-con .chTit.ch-mbc {
        width: 2.9rem;
        background-position: 0 0;
    }

    .view-con .chTit.ch-every1 {
        width: 6.15rem;
        background-position: -6.15rem 0;
    }

    .view-con .chTit.ch-drama {
        width: 6.15rem;
        background-position: 0 0;
    }

    .view-con .chTit.ch-music {
        width: 6.15rem;
        background-position: -12.3rem 0;
    }

    .view-con .chTit.ch-mbcnet {
        width: 6.15rem;
        background-position: -18.4rem 0;
    }

    .view-con .title {
        font-family: 'notokr-bold';
        font-size: 1.5rem;
        color: #1a1a1a
    }

    .view-con .cast {
        margin: 5px 0;
        font-size: 13px;
        color: #1a1a1a;
    }

    .view-con .view-txt, .view-con .view-txt.ellipsis2 {
        transition: all 1s ease-in-out;
    }

.view-con-info {
    margin-top: 0.5rem;
    font-family: 'noto-regular';
    font-size: 1.3rem;
    color: #757575;
    letter-spacing: -0.05rem;
    line-height: 1.9rem;
}

    .view-con-info .btn-view-updown {
        float: right;
        width: 1.9rem;
        height: 1.9rem;
        background: url("https://m.imbc.com/images/btn-view-down.png") no-repeat 0 0;
        background-size: 1.9rem;
        font-size: 0;
        text-indent: -9999em;
    }

        .view-con-info .btn-view-updown.on {
            background-position: 0 -1.9rem;
        }
    .view-con-info .view-date{
        display:inline-block;
        line-height:1.1;
    }
        .view-con-info .view-date span{
            font-family:'notokr-regular';
        }
        .view-con-info .view-date span.num{
            position:relative;
            display:inline-block;
            margin-right:13px;
            font-family:'notokr-bold';
            font-size:13px;
        }
        .view-con-info .view-date span.num:after{
            content:'';
            position:absolute;
            right:-7px;
            top:50%;
            margin-top:-4px;
            display:inline-block;
            width:1px;
            height:8px;
            background-color:#c2c2c2
        }

/*>>talk 영역*/
.talk-open {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    background: #fff;
    overflow: hidden;
    display: none;
}

    .talk-open.on {
        display: block;
    }

    .talk-open .tit-talk {
        padding: 0 5.27%;
        border-top: 0.1rem solid #ededed;
        border-bottom: 0.1rem solid #ededed;
        font-family: 'noto-bold';
        font-size: 1.8rem;
        color: #4b68f0;
        line-height: 4.1rem;
        letter-spacing: -0.15rem;
    }

    .talk-open .talk-open-area {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .talk-open .talk-open-area iframe {
            width: 100%;
        }


    .talk-open .btn-talk-up {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4rem;
        padding-top: 0.8rem;
        border-top: 0.1rem solid #ededed;
        border-bottom: 0.1rem solid #ededed;
        background: #fff;
        text-align: center;
        box-sizing: border-box;
    }

        .talk-open .btn-talk-up .arr-more {
            width: 1.5rem;
            height: 0.87rem;
            transform: rotate(180deg);
        }

/*>>>연속재생*/
.auto-box {
    position: absolute;
    top: 3.6rem;
    right: 5.27%;
    display: inline-block;
    vertical-align: top;
}

    .auto-box span {
        margin-right: 0.5rem;
        font-family: 'notokr-bold';
        font-size: 1.2rem;
        color: #c1c1c1;
        letter-spacing: -0.05rem;
        line-height: 2.6rem;
        transform: color linear .08s
    }

    .auto-box .auto-slide {
        position: relative;
        display: inline-block;
        width: 4.5rem;
        height: 2.6rem;
        padding: 0.1rem;
        border: 0.1rem solid #ececec;
        border-radius: 1.3rem;
        box-sizing: border-box;
        vertical-align: top;
        transform: linear .08s, background-color linear .08s, border-color linear .08s;
    }

        .auto-box .auto-slide .point {
            display: inline-block;
            width: 2.2rem;
            height: 2.2rem;
            background: #c1c1c1;
            border-radius: 50%;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            transition: all 0.08s ease-in-out
        }

    .auto-box.on span {
        color: #4969f0;
    }

    .auto-box.on .auto-slide {
        border-color: #4969f0;
        background: #4969f0;
    }

        .auto-box.on .auto-slide .point {
            background: #fff;
            -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
        }

/*>>>화제의 1분 슬라이드*/
.vodClip-area {
    height: 16.8rem;
}

    .vodClip-area .slide {
        height: 19rem;
    }

    .vodClip-area.type-row li {
        width: 15.5rem;
    }

    .vodClip-area.type-row.Ver02 li {
        border: 0;
    }

        .vodClip-area.type-row.Ver02 li .img {
            height: 8.7rem;
            border-bottom: 0;
            box-sizing: border-box;
        }

        .vodClip-area.type-row.Ver02 li.on .img:before {
            background-image: linear-gradient(to left, rgba(34,60,175,0.7) 0%, rgba(70,100,230,0.7) 100%);
            background: -webkit-linear-gradient(left, rgba(34,60,175,0.7) 0%, rgba(70,100,230,0.7) 100%);
            background: -o-linear-gradient(left, rgba(34,60,175,0.7) 0%, rgba(70,100,230,0.7) 100%);
            background: -moz-linear-gradient(left,rgba(34,60,175,0.7) 0%, rgba(70,100,230,0.7) 100%);
        }

        .vodClip-area.type-row.Ver02 li.on .img:after {
            content: '';
            display: inline-block;
            width: 3.55rem;
            height: 3.55rem;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: calc(-3.55rem / 2);
            margin-top: calc(-3.55rem / 2);
            background: url("https://m.imbc.com/images/play-auto.png") no-repeat center;
            background-size: 3.55rem;
        }

        .vodClip-area.type-row.Ver02 li .img .time2 {
            background: rgba(0,0,0,0.6);
            font-size: 1.1rem;
        }

        .vodClip-area.type-row.Ver02 li .txt-wrap {
            height: 7.9rem;
            padding: 0.6rem 1rem 1.1rem;
            border: 0.1rem solid #E7E7E7;
            border-top: 0;
            box-sizing: border-box;
        }

            .vodClip-area.type-row.Ver02 li .txt-wrap .program {
                width: 90%;
                bottom: 0.9rem;
                font-family: 'notokr-bold';
                color: #4969f0;
            }

            .vodClip-area.type-row.Ver02 li .txt-wrap .title {
                font-family: 'notokr-regular';
                color: #757575;
                line-height: 1.9rem;
            }

/*>>>인기프로그램*/
.popular-wrap {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #ededed;
    margin-bottom: 0;
}

.popular-area {
    padding: 0 5.27%;
}

    .popular-area .slide {
        padding-top: 1.6rem;
        overflow: hidden
    }

        .popular-area .slide li {
            float: left;
            display: inline-block;
            width: calc(100% / 3 - 0.45rem);
            margin-right: 0.65rem;
        }

            .popular-area .slide li:nth-child(3n) {
                margin-right: 0;
            }

            .popular-area .slide li .img {
                height: 41.11vw;
                overflow: hidden;
            }

                .popular-area .slide li .img img {
                    width: 28.61vw;
                }

    .popular-area .title {
        padding-bottom: 0.3rem;
        font-family: 'notokr-regular';
        font-size: 1.2rem;
        color: #757575;
        line-height: 2.9rem;
    }


/*당신을 위한 추천*/
.container .choice-wrap .tit-section {
    padding: 2.1rem 4.16% 1.9rem;
    font-family: 'notokr-regular';
    line-height: 1;
    font-size: 2rem;
    color: #1a1a1a;
}

.container .choice-area {
    width: 100%;
    overflow: hidden;
}

    .container .choice-area .pack {
        padding: 1.5rem 4.16% .5rem;
        overflow: hidden;
    }

        .container .choice-area .pack a {
            float: left;
            display: inline-block;
            width: calc(97%/2);
        }

            .container .choice-area .pack a:nth-child(2n) {
                margin-left: 3%;
            }

            .container .choice-area .pack a .img {
                position: relative;
                width: 100%;
                height: 9rem;
                overflow: hidden;
                text-align: center;
            }

                .container .choice-area .pack a .img:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    content: '';
                    width: 100%;
                    height: 100%;
                    border: 0.1rem solid rgba(0,0,0,0.2);
                    box-sizing: border-box;
                    z-index: 10
                }

            .container .choice-area .pack a .txt-wrap {
                min-height: 4rem;
                padding: 0.6rem 1rem 2rem;
                background: #fff;
            }

                .container .choice-area .pack a .txt-wrap .title {
                    font-family: 'notokr-regular';
                    font-size: 1.4rem;
                    color: #1a1a1a;
                    line-height: 2rem;
                }

.container .choice-wrap .pager {
    display: inline-block;
    width: 100%;
    padding-bottom: 1rem;
    text-align: center;
}

@media screen and (min-width: 480px) {
    .container .choice-area {
        height: 40.5rem !important;
    }

        .container .choice-area li a .img {
            height: 13.5rem;
        }

    .view-info .btn-talk + .talk-update {
        right: 5.9%
    }
}

@media screen and (min-width: 320px) and (max-width:339px) {
    .container .choice-area li a .img img {
        width: 116%;
    }
}

/*2018 개편 추가*/
.container.View.v2 .sub-wrap {
    margin-top: 0;
}
/*>>버튼*/
.btn-more-wrap2 {
    padding: 0 5.27%;
    text-align: center;
}

    .btn-more-wrap2 .btn-more {
        width: 100%;
        padding: 1.7rem 0 1rem;
        margin-bottom: 12.4rem;
        background: #181818;
        font-family: 'notokr-regular';
        font-size: 1.4rem;
        color: #acacac;
        line-height: 1;
        letter-spacing: 0;
    }

    .btn-more-wrap2 .icon {
        width: 1.5rem;
        height: 0.85rem;
    }

/*===================header + footer===================*/
/*header*/
.header {
    position: relative;
    overflow: hidden;
    padding: 2.2rem 0 1.6rem;
    z-index: 110;
}

    .header.ver01 {
        background-image: linear-gradient(to bottom, #050102 0%, transparent 100%);
        background: -webkit-linear-gradient(top, #050102 0%, transparent 100%);
        background: -o-linear-gradient(top, #050102 0%, transparent 100%);
        background: -moz-linear-gradient(top, #050102 0%, transparent 100%);
    }

    .header.ver02 {
        background-image: linear-gradient(to left, #121212 0%, #2c2c2c 100%);
        background: -webkit-linear-gradient(left, #121212 0%, #2c2c2c 100%);
        background: -o-linear-gradient(left, #121212 0%, #2c2c2c 100%);
        background: -moz-linear-gradient(left,#121212 0%, #2c2c2c 100%);
    }

    .header .logo {
        display: inline-block;
        font-family: 'notokr-bold';
        font-size: 1.8rem;
        color: #fff;
        line-height: 2.1rem;
        vertical-align: top
    }

    .header a {
        display: inline-block;
        height: 1.6rem;
        line-height: 1.7rem;
        vertical-align: top
    }

        .header a .eng2 {
            font-size: 2.25rem;
            line-height: 1.5rem;
            letter-spacing: 0;
        }

    .header .btn-side {
        margin: 0 1.7rem 0 1.9rem;
    }

    .header .btn-search {
        position: absolute;
        top: 2.1rem;
        right: 5.14%;
        width: 1.75rem;
        height: 1.8rem;
    }

    .header .ico-menu {
        width: 1.8rem;
        height: 1.6rem;
    }

    .header .ico-logo {
        width: 5.5rem;
        height: 1.6rem;
        margin-right: 0.6rem;
    }

    .header .ico-search {
        width: 2rem;
        height: 2rem;
    }

    .header.ver02 .logo {
        color: #fff;
    }

    .header.ver02 .ico-menu {
        background-position: 0 -1.6rem;
    }

    .header.ver02 .ico-logo {
        background-position: 0 0;
    }

    .header.ver02 .ico-search {
        background-position: 0 -2rem;
    }


/*footer*/
.footer {
    padding: 2rem 0;
    background: #000;
    border-top: 0.1rem solid #202020;
    text-align: center;
}

    .footer a {
        display: inline-block;
    }

.sns-area a {
    margin-right: 2rem;
}

    .sns-area a:last-child {
        margin-right: 0;
    }

    .sns-area a .icon {
        width: 2.6rem;
        height: 2.6rem;
    }

.footer-area {
    padding-top: 2rem;
}

    .footer-area a {
        padding-right: 2.7%;
        margin-left: 1.4%;
        background: url("https://m.imbc.com/images/bar-footer.png") no-repeat right -0.8rem;
        font-size: 1.3rem;
        color: #acacac;
        line-height: 1.3rem;
        opacity: 0.7;
    }

        .footer-area a.corporate, .footer-area a.privacy {
            margin-left: 0;
        }
        /* 200224 수정2 */

        .footer-area a.terms {
            padding-right: 0;
            background: 0;
        }
        /* 200224 수정2 */

        .footer-area a.last {
            padding-right: 0;
            background: 0;
        }

.footer .copyright {
    padding: 1.1rem 0 3rem;
    font-size: 1.3rem;
    color: #acacac;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.7;
}

.footer .link-pc {
    width: calc(100% - 10.54%);
    margin: 0 5.27%;
    background: #181818;
    font-family: 'notokr-regular';
    font-size: 1.4rem;
    color: #acacac;
    line-height: 4.2rem;
    letter-spacing: 0;
    box-sizing: border-box;
}

/*공유하기*/
.share-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.share-wrap {
    position: relative;
    top: 50%;
    left: 5.27%;
    width: calc(100% - 5.27% - 5.27%);
    height: 25.3rem;
    margin-top: -15.5rem;
    background: #fff;
    font-family: 'noto-regular';
    font-size: 1.3rem;
    z-index: 50;
}

    .share-wrap .tit-share {
        padding-left: 5.9%;
        border-bottom: 0.1rem solid #f3f3f3;
        font-family: 'notokr-bold';
        font-size: 1.6rem;
        color: #000;
        line-height: 5.5rem;
    }

    .share-wrap .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 5.4rem;
        height: 5.5rem;
    }

        .share-wrap .btn-close .icon {
            width: 1.7rem;
            height: 1.7rem;
        }

    .share-wrap .share-area {
        text-align: center
    }

    .share-wrap .share-box {
        padding: 2rem 0 1.4rem;
        text-align: center;
    }

        .share-wrap .share-box a {
            display: inline-block;
            width: 5.5rem;
            margin-right: 2.8rem;
        }

            .share-wrap .share-box a:last-child {
                margin-right: 0;
            }

        .share-wrap .share-box .icon {
            width: 5.5rem;
            height: 5.5rem;
        }

        .share-wrap .share-box .share-kk {
            background-position: 0 0;
        }

        .share-wrap .share-box .share-fb {
            background-position: -5.5rem 0rem;
        }

        .share-wrap .share-box .share-tw {
            background-position: -11rem 0;
        }

        .share-wrap .share-box a p {
            font-size: 1.2rem;
            color: #000;
            opacity: 0.7;
            line-height: 2.3rem;
            text-align: center;
        }

    .share-wrap .txt-copy {
        display: inline-block;
        padding: 0 1rem;
        width: calc(100% - 5.9% - 5.9%);
        background: #f1f1f1;
        box-sizing: border-box;
    }

        .share-wrap .txt-copy input {
            width: 100%;
            height: 4.3rem;
            padding: 0;
            margin: 0;
            border: 0;
            background: #f1f1f1;
            color: #000;
            line-height: 4.3rem;
            text-align: center;
        }

    .share-wrap .txt-url {
        font-family: 'notokr-regular';
        color: #4869ee;
        line-height: 3.2rem;
    }

.open-dim {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    overflow-y: auto;
}


/*광고*/
.ad-banner {
    width: 100%;
    overflow: hidden;
}

#mobiDiv {
    z-index: 99 !important;
}

/*광고 slide*/
.ad-wrap {
    position: relative;
    margin-bottom: 0.8rem;
    padding: 2rem 5.27% 0;
    box-shadow: none;
}

    .ad-wrap .swiper-container {
        width: 100%;
    }

    .ad-wrap .swiper-wrapper .swiper-slide {
        height: 100%;
        overflow: hidden
    }

    .ad-wrap .swiper-wrapper a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .ad-wrap .swiper-wrapper a img {
            width: 100%;
        }

    .ad-wrap .pager {
        position: initial;
        display: block;
        width: 100%;
        padding: 2rem 0;
        text-align: center;
    }

    .ad-wrap .swiper-pagination-bullet, .choice-wrap .swiper-pagination-bullet {
        border: 0.1rem solid #c3c3c3;
        background: none;
        opacity: 1;
        box-sizing: border-box;
    }

    .ad-wrap .swiper-pagination-bullet-active, .choice-wrap .swiper-pagination-bullet-active {
        background: #c3c3c3
    }

/*구글 광고 추가 */
.adslot_1 {
    height: 60px;
}

@media(min-width: 500px) {
    .adslot_1 {
        width: 468px;
        height: 60px;
    }
}

@media(min-width: 800px) {
    .adslot_1 {
        width: 728px;
        height: 90px;
    }
}

/*성인인증*/
.adult-noti {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    font-size: 1.7rem;
    color: #9c9c9c;
    line-height: 2.2rem;
    text-align: center;
    box-sizing: border-box;
    z-index: 50;
    display: none;
}

    .adult-noti a {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -5rem;
        color:#9c9c9c !important
    }

    .adult-noti .ico-19 {
        display: block;
        margin: 0 auto 1rem;
        width: 4.3rem
    }

    .adult-noti span {
        color: #fff;
        font-family: 'notokr-bold';
        text-decoration: underline;
    }

@media screen and (min-width: 320px) and (max-width:339px) {
    .adult-noti {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}


[v-cloak] {
    display: none;
}

/* 200224 사업자 정보 추가 */
.corp-wrap {
    padding: 36px 19px 36px 28px;
    background-color: #fff
}

.corp1 {
    border-bottom: 8px solid #f4f4f4
}

.corp-wrap h3 {
    line-height: 1;
    margin-bottom: 16px
}

.corp1 h3 img {
    width: 54px
}

.corp2 h3 img {
    width: 64px
}

.corp-wrap ul li {
    font-size: 0;
    margin-top: 10px
}

    .corp-wrap ul li:first-child {
        margin-top: 0
    }

    .corp-wrap ul li span {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.075rem;
        display: inline-block;
        vertical-align: top;
    }

        .corp-wrap ul li span.title {
            color: #0075e0;
            font-family: 'notokr-medium';
            margin-right: 24px
        }

        .corp-wrap ul li span.description {
            color: #757575;
            max-width: 65%;
            word-break: keep-all;
        }

.corp2 ul {
    margin-bottom: 25px
}

.corp-help a {
    display: block;
    color: #757575;
    border: 1px solid #959595;
    font-size: 12px;
    width: 141px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    font-family: 'notokr-medium';
    background: url(//m.imbc.com/images/arr-corp-help.png) no-repeat 94% 50%;
    background-size: 4px
}

/*무료 VOD*/
.view-info .freevod {
    text-align: left;
    overflow: hidden;
}

    .view-info .freevod > span {
        display: inline-block;
        padding-top: 6px;
        width: 50%;
        color: #4969f0;
        font-size: 16px;
        line-height: 20px;
        font-family: 'notokr-medium';
    }

    .view-info .freevod button {
        float: right;
    }