@import "https://font.imbc.com/noto/noto.css";
@import "https://font.imbc.com/mbcnew/mbcnew.css";
@import "https://font.imbc.com/pretendard/pretendard.css";

* {
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 100%;
    vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

a {
    text-decoration: none;
    color: #fff
}

ol, ul, dl {
    list-style: none
}

img, video {
    border: 0 none;
    vertical-align: bottom
}

img {
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #1a1a1a;
    font-family: 'pretend-regular','dotum';
    min-width: 1218px;
    color: #fff
}

button {
    padding: 0;
    cursor: pointer;
    color: #fff
}

strong {
    font-family: 'notokr-bold'
}

.wrapper {
    width: 1218px;
    margin: 0 auto;
    position: relative
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

.ellipsis3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.tit {
    word-break: keep-all
}

#accessibility {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: left
}

    #accessibility a {
        display: block;
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 500;
        width: 100%;
        text-align: center
    }

        #accessibility a:focus, #accessibility a:active {
            position: absolute;
            top: 0;
            z-index: 1000;
            height: 40px;
            background: #000;
            font: bold 12px dotum;
            color: #fff;
            line-height: 40px
        }

.mbc-classic {
    position: relative;
    background: url(../images/classic/bg_gnb.png) repeat-x top center;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 104px;
    z-index: 180 !important;
    background: none;
}

.main-top-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 920px;
    background-size: cover;
    background-position: top center;
    filter: blur(15px);
    opacity: .3;
    z-index: -1
}

.mbc-classic header {
    padding-top: 103px;
}

    .mbc-classic header .header-top {
        width: 1218px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

.header-top {
    padding-bottom: 25px;
}

    .header-top h1 {
        display: inline-block;
        padding-right: 22px;
        position: relative
    }

        .header-top h1:after {
            content: '';
            position: absolute;
            right: 0;
            top: 5px;
            height: 18px;
            width: 1px;
            background: rgba(255,255,255,.3);
        }

    .header-top .banner {
        display: inline-block;
        margin-left: 22px;
        padding: 2px 10px;
        font-size: 18px;
        background: rgba(255,255,255,.15);
        border-radius: 5px;
        line-height: 28px
    }

    .header-top .banner-link img {
        display: inline-block;
        border-radius: 5px;
        margin-left: 22px;
    }

    .header-top .txt-banner {
        margin-left: 22px;
        color: #d2d2d2;
        font-size: 20px;
    }

.nav-classic {
    padding: 38px 0 50px;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.15);
}

    .nav-classic ul {
        display: flex;
        background: rgba(255,255,255,.15);
        border-radius: 4px;
        width: 378px;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }

        .nav-classic ul li {
            width: 126px;
            text-align: center;
            font-size: 20px;
            position: relative;
        }

            .nav-classic ul li:after {
                content: '';
                position: absolute;
                right: 0px;
                top: 11px;
                height: 20px;
                width: 1px;
                background: rgba(255,255,255,.3);
            }

            .nav-classic ul li:last-child:after {
                background: none;
            }

            .nav-classic ul li.on a {
                background: #fff;
                color: #000;
                display: block;
                margin-left: -1px;
            }

    .nav-classic li a {
        display: block;
        color: #fff;
        line-height: 42px
    }

#main-top {
    margin: 0 auto;
    padding-bottom: 71px;
    position: relative;
    overflow: hidden
}

h2.h2-title {
    width: 1218px;
    margin: 0 auto 40px;
    font-size: 32px;
    font-family: 'pretend-bold'
}

.main-slider {
    font-size: 32px;
    font-family: 'pretend-bold'
}

    .main-slider .slider-container {
        position: relative
    }

    .main-slider .slide {
        padding-bottom: 15px;
    }

        .main-slider .slide .wrap-slide {
            margin: 0 15px;
            height: 456px;
            width: 1218px;
            display: flex;
            background: rgba(255,255,255,.15);
            border-radius: 23px;
            overflow: hidden;
            box-shadow: 5px 7px 15px rgba(0,0,0,0.15);
            align-items: center;
        }

        .main-slider .slide:first-child .wrap-slide {
            margin: 0
        }

.slick-list {
    padding: 0 !important
}

.main-slider .slide .text-box {
    width: 407px;
    box-sizing: border-box;
    padding: 120px 40px;
    opacity: 0;
    transform: translateY(20px);
}

.main-slider .slick-active .text-box {
    transition: opacity .8s ease, transform .8s ease;
}

    .main-slider .slick-active .text-box.active {
        opacity: 1;
        transform: translateY(0);
    }

.main-slider .slide .text-box h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'pretend-bold';
    line-height: 1.2;
}

.main-slider .slide .text-box .sub-tit {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'pretend-regular';
}

.main-slider .slide .img {
    display: inline-block;
    width: 811px;
    overflow: hidden
}

    .main-slider .slide .img img {
        width: 100%
    }

.main-slider .slide .text-box .img img {
    width: 100%
}

.main-slider .slide .text-box .link {
    display: inline-block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-family: 'pretend-medium'
}

.slide-counter {
    position: absolute;
    bottom: 102px;
    right: 50%;
    margin-right: -591px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 18px;
    color: #d2d2d2;
    letter-spacing: -.1rem
}

    .slide-counter .current {
        font-family: 'pretend-bold';
        color: #fff
    }

.main-slider .slick-arrow {
    position: absolute;
    top: 191px;
    z-index: 20;
    text-indent: -9999px;
    width: 60px;
    height: 60px
}

.main-slider .slick-prev {
    left: 50%;
    margin-left: -699px;
    background: rgba(0,0,0,0.6) url(../images/classic/arr-left.png) no-repeat center center !important
}

.main-slider .slick-next {
    right: 50%;
    margin-right: -699px;
    background: rgba(0,0,0,0.6) url(../images/classic/arr-right.png) no-repeat center center !important
}

#mid-main {
    height: 560px;
    padding: 58px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #000
}

    #mid-main h2 {
        width: 1218px;
        margin: 0 auto;
        margin-bottom: 40px;
        display: flex;
        align-items: center
    }

        #mid-main h2 .today-info {
            margin-left: 30px;
            font-size: 26px;
            letter-spacing: -.05rem;
            font-family: 'pretend-regular';
            font-weight: normal;
        }

            #mid-main h2 .today-info strong {
                font-family: 'pretend-bold';
                color: #8f83ff
            }

.wrapper-mid {
    width: 1218px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

    .wrapper-mid .mid-tabs {
        width: 150px
    }

        .wrapper-mid .mid-tabs button {
            box-sizing: border-box;
            width: 150px;
            height: 50px;
            line-height: 48px;
            border: 1px solid #666;
            text-align: center;
            border-radius: 2px;
            margin-bottom: 20px;
            font-size: 22px;
            border-radius: 5px;
            font-family: 'pretend-regular'
        }

            .wrapper-mid .mid-tabs button font {
                pointer-events: none;
            }

        .wrapper-mid .mid-tabs .active button {
            background-color: #6706d3;
            color: #fff;
            border: 1px solid #6706d3;
        }


html[lang="en"] .wrapper-mid .mid-tabs button {
    font-size: 16px;
}

.wrapper-mid .tab-cont {
    display: none;
    width: 1008px
}

    .wrapper-mid .tab-cont.active {
        display: block
    }

.ico-year {
    width: 60px;
    height: 60px;
    background-color: #6706d3;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 10px;
    top: 8px;
    border-radius: 30px;
    font-size: 20px;
    font-family: 'pretend-medium'
}

.ico-year-s {
    width: 50px;
    height: 50px;
    background-color: #6706d3;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 10px;
    top: 8px;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'pretend-medium'
}

.wrap-first {
    display: flex
}

    .wrap-first .tv-info {
        width: 400px;
        display: none;
        box-sizing: border-box;
        padding-right: 40px;
    }

        .wrap-first .tv-info.active {
            display: block
        }

        .wrap-first .tv-info .genre {
            margin-bottom: 15px;
            font-size: 20px;
            font-family: 'pretend-bold'
        }

        .wrap-first .tv-info h4 {
            font-size: 40px;
            font-family: 'pretend-bold';
            margin-bottom: 28px;
            line-height: 1.2;
        }

        .wrap-first .tv-info .tv-txt {
            line-height: 30px;
            color: #d2d2d2;
            font-size: 20px
        }

            .wrap-first .tv-info .tv-txt.cast {
                margin-top: 10px;
            }

    .wrap-first .mid-slider {
        width: 610px
    }

        .wrap-first .mid-slider .slide {
            position: relative;
        }

            .wrap-first .mid-slider .slide a {
                height: 364px;
                display: block;
                border-radius: 10px;
                overflow: hidden;
            }

            .wrap-first .mid-slider .slide img {
                border-radius: 10px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .wrap-first .mid-slider .slick-arrow {
            position: absolute;
            top: 150px;
            z-index: 20;
            text-indent: -9999px;
            width: 30px;
            height: 50px
        }

        .wrap-first .mid-slider .slick-prev {
            left: 50%;
            margin-left: -305px;
            background: rgba(0,0,0,0.6) url(../images/classic/arr-left.png) no-repeat center center !important
        }

        .wrap-first .mid-slider .slick-next {
            right: 50%;
            margin-right: -305px;
            background: rgba(0,0,0,0.6) url(../images/classic/arr-right.png) no-repeat center center !important
        }

.wrapper-mid .thumb-list ul {
    display: flex;
}

    .wrapper-mid .thumb-list ul li {
        position: relative;
        width: 320px;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 24px;
    }

        .wrapper-mid .thumb-list ul li:nth-child(3n) {
            margin-right: 0;
        }

        .wrapper-mid .thumb-list ul li .img {
            width: 320px;
            height: 180px;
            display: inline-block;
            overflow: hidden
        }

            .wrapper-mid .thumb-list ul li .img img {
                width: 100%
            }

.wrapper-mid .thumb-list .title {
    box-sizing: border-box;
    height: 163px;
    padding: 20px 25px;
    background-color: #1a1a1a;
    line-height: 30px;
    color: #fff;
    font-size: 22px
}

    .wrapper-mid .thumb-list .title .tit {
        line-height: 30px
    }

.wrapper-mid .thumb-list .num {
    font-size: 18px;
    color: #969696;
    position: absolute;
    bottom: 20px;
    left: 25px
}

.wrapper-mid .btn-more {
    position: absolute;
    top: -36px;
    right: 0;
    padding-right: 16px;
    background: url(../images/classic/btn-more.png) right center no-repeat;
    font-size: 18px;
    color: #d2d2d2
}

.wrapper-mid .empty {
    box-sizing: border-box;
    text-align: center;
    padding-top: 62px;
    height: 343px;
    background: #1a1a1a;
    border-radius: 5px;
}

    .wrapper-mid .empty .tit {
        margin: 20px 0;
        display: block;
        font-size: 26px;
    }

    .wrapper-mid .empty p {
        font-size: 22px;
        color: #d2d2d2;
        line-height: 36px;
    }

    .wrapper-mid .empty a {
        color: #8f83ff;
        margin-right: 2px;
        line-height: 36px;
        border-bottom: 1px solid #8f83ff;
    }

.wrap-prolist {
    width: 1218px;
    margin: 20px auto 50px;
}

    .wrap-prolist h2 {
        display: inline-block;
        margin: 50px 0 40px;
        font-size: 32px;
        font-family: 'pretend-bold';
    }

        .wrap-prolist h2.link a {
            display: block;
            padding-right: 28px;
            background: url(../images/classic/link-arrow.png) right 2px no-repeat;
        }

    .wrap-prolist .genre-item {
        margin: 0 10px 20px;
        width: 287px;
        text-align: center;
        font-size: 22px;
        overflow: hidden;
    }

        .wrap-prolist .genre-item .tit {
            padding-top: 15px;
            text-align: left;
            line-height: 30px;
        }

    .wrap-prolist img {
        width: 100%;
        border-radius: 5px;
        height: 162px; /* 원하는 높이 지정 */
        object-fit: cover;
        /* 위쪽을 기준으로 보이게 */
    }

    .wrap-prolist .wrap-board {
        display: flex;
        flex-wrap: wrap;
    }

        .wrap-prolist .wrap-board .genre-item {
            margin: 0 23px 40px 0;
        }

            .wrap-prolist .wrap-board .genre-item:nth-child(4n) {
                margin-right: 0;
            }

.genre-slider .slick-arrow {
    position: absolute;
    top: 59px;
    z-index: 20;
    text-indent: -9999px;
    width: 30px;
    height: 50px;
    z-index: 10
}

.genre-slider .slick-prev {
    left: 50%;
    margin-left: -599px;
    background: rgba(0,0,0,0.6) url(../images/classic/arr-left.png) no-repeat center center !important;
    background-size: 10px auto !important;
}

.genre-slider .slick-next {
    right: 50%;
    margin-right: -601px;
    background: rgba(0,0,0,0.6) url(../images/classic/arr-right.png) no-repeat center center !important;
    background-size: 10px auto !important;
}

.genre-slider .slick-track {
    min-width: 1218px;
}

/* banner */
.wrap-banner {
    width: 728px;
    margin: 50px auto 0
}

    .wrap-banner .ban {
        text-align: center;
    }

        .wrap-banner .ban img {
            height: auto;
            border-radius: unset;
        }

    .wrap-banner .slick-dots {
        display: flex;
        margin-top: 15px;
        text-align: center;
        justify-content: center;
    }

        .wrap-banner .slick-dots li {
            display: inline-block;
        }

        .wrap-banner .slick-dots button {
            margin-right: 10px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #767676;
            text-indent: -9999px;
        }

        .wrap-banner .slick-dots .slick-active button {
            background-color: #fff;
        }

/* sub keyword */
.wrap-search {
    background-color: #0f0f0f;
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: -1px;
}

.nav-tab {
    display: flex;
}

    .nav-tab li {
        width: 25%;
        text-align: center;
    }

        .nav-tab li button {
            display: block;
            width: 100%;
            font-size: 26px;
            line-height: 65px;
            font-family: 'pretend-medium';
            color: #969696;
        }

        .nav-tab li.active button {
            color: #fff;
            border-bottom: 3px solid #fff;
        }

.toggle-btn {
    position: absolute;
    top: 42px;
    left: 68px;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/classic/down-arrow.png) no-repeat center center !important;
    !i;
    !;
    text-indent: -9999px;
}

    .toggle-btn.active {
        background: url(../images/classic/up-arrow.png) no-repeat center center !important;
        !i;
        !;
    }

.filter-section {
    width: 1218px;
    padding: 44px 0 28px;
    border-bottom: 1px solid #333333;
    margin: 0 auto;
    position: relative;
}

    .filter-section h3 {
        margin-bottom: 20px;
        font-size: 24px;
        font-family: 'pretend-regular';
        font-weight: normal;
    }

.filter-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .filter-list li {
        margin-right: 14px;
    }

    .filter-list label {
        display: flex;
        align-items: center;
        font-size: 20px;
        padding: 11px 30px;
        border-radius: 22px;
        background: transparent;
        color: #969696;
        border: 1px solid #969696;
        cursor: pointer;
        transition: background 0.3s, color 0.3s;
        justify-content: center;
    }

        .filter-list label:nth-child(10n) {
            margin-right: 0;
        }

    .filter-list input[type="checkbox"]:checked + label {
        background: #6706d3;
        color: #fff;
        border: 1px solid #6706d3;
    }

    .filter-list input[type="checkbox"]:focus {
        outline: none;
    }

    .filter-list input[type="checkbox"]:focus-visible + label {
        outline: 2px solid #fff;
        outline-offset: 2px;
    }

    .filter-list input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

.keywords-list label {
    min-width: 107px;
    height: 44px;
    margin-bottom: 16px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 20px;
}

.keywords-list.filter-list {
    height: 44px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

    .keywords-list.filter-list.active {
        height: auto;
    }

.wrap-search .wrap-btns {
    text-align: center;
}

    .wrap-search .wrap-btns button {
        display: inline-block;
        margin: 30px 6px 66px;
        width: 250px;
        height: 50px;
        line-height: 50px;
        border-radius: 3px;
        font-size: 22px;
        font-family: 'pretend-regular';
    }

.wrap-search .btn-refresh {
    color: #fff;
    background-color: #575757;
}

.wrap-search .btn-submit {
    background-color: #fff;
    color: #000;
}

.wrap-result {
    padding: 40px 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wrap-result .result-num {
        font-size: 24px;
    }

        .wrap-result .result-num span {
            color: #8f83ff;
            font-family: 'pretend-bold';
        }

.result-filter button {
    display: inline-block;
    padding-right: 17px;
    font-size: 20px;
    margin-right: 10px;
    color: #969696;
    position: relative
}

    .result-filter button:after {
        content: '';
        position: absolute;
        right: 0;
        top: 2px;
        height: 15px;
        width: 1px;
        background: rgba(255, 255, 255, .3);
    }

    .result-filter button.active {
        color: #fff;
    }

    .result-filter button:last-child {
        margin-right: 0;
        padding: 0;
    }

        .result-filter button:last-child:after {
            background: none;
        }

.result-none {
    margin-bottom: 50px;
    padding-top: 320px;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background: url(../images/classic/ico-none.png) top center no-repeat;
    text-align: center;
}

    .result-none span {
        color: #8f83ff;
        line-height: 42px;
    }

.keyword-sch {
    padding-bottom: 50px;
}

    .keyword-sch .search_box {
        margin: 50px auto 0;
        float: none;
    }

    .keyword-sch .sch-noti {
        margin: 50px auto 35px;
        font-size: 24px;
        text-align: center;
    }

    .keyword-sch .keywords-list.filter-list {
        display: flex;
        justify-content: center;
    }

        .keyword-sch .keywords-list.filter-list li {
            margin: 0 10px;
        }

    .keyword-sch .keywords-list label {
        width: auto;
        padding: 0 32px;
    }

/* board list page */
.board_page {
    margin: 42px 0 140px;
    text-align: center;
    font-size: 0
}

    .board_page button {
        min-width: 42px;
        height: 42px;
        margin: 0 3px;
        line-height: 42px;
        display: inline-block;
        font-size: 18px;
        vertical-align: bottom;
        box-sizing: border-box;
        color: #d2d2d2;
    }

        .board_page button.box {
            text-indent: -9999px;
            background: url(https://imbbs.imbc.com/v2/images/img_arr_page.jpg) no-repeat 0 0
        }

        .board_page button.prev {
            background: url(../images/classic/btn-prev.png) no-repeat center center
        }

        .board_page button.next {
            background: url(../images/classic/btn-next.png) no-repeat center center
        }

        .board_page button.first_prev {
            background: url(../images/classic/btn-first.png) no-repeat center center
        }

        .board_page button.last_next {
            background: url(../images/classic/btn-last.png) no-repeat center center
        }

        .board_page button.active {
            line-height: 42px;
            background-color: #fff;
            color: #000;
            box-sizing: border-box
        }


.btn-popup {
    position: absolute;
    left: 89px;
    top: 46px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.popup-box {
    background: white;
    width: 600px;
    height: 260px;
    padding: 36px 38px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    text-align: left;
    box-sizing: border-box;
}

.btn-close {
    position: absolute;
    top: 34px;
    right: 35px;
    width: 20px;
    height: 20px;
    background: url(../images/classic/btn-close.png) no-repeat center center;
    text-indent: -9999px;
}

.popup-box h2 {
    padding-bottom: 27px;
    color: #000;
    font-size: 24px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d2d2d2;
}

.popup-box p {
    font-size: 20px;
    line-height: 43px;
    color: #787878
}

.popup-box strong {
    display: block;
    font-family: 'pretend-bold';
    color: #000;
}

.popup-box span {
    color: #000;
}

.popup-box .info {
    display: block;
    margin-top: 10px;
}

    .popup-box .info span {
        font-family: 'pretend-bold';
    }

.section-theme {
    margin-top: 35px;
    padding: 46px 0 0;
    border-top: 1px solid rgba(255,255,255,.15)
}

    .section-theme .wrap-result {
        padding-top: 0;
    }

.wrap-theme ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .wrap-theme ul li {
        width: 287px;
        margin-bottom: 40px;
        margin-right: 23px;
    }

        .wrap-theme ul li:nth-child(4n) {
            margin-right: 0;
        }

        .wrap-theme ul li .thumb {
            display: flex;
            width: 100%;
            height: 215px;
            font-size: 40px;
            align-items: center;
            text-align: center;
            justify-content: center;
            font-family: 'mbcnew-bold';
            box-sizing: border-box;
            padding: 0 28px;
            line-height: 48px;
            word-break: keep-all;
        }

        .wrap-theme ul li .purple {
            background: url(../images/classic/purple.png) no-repeat;
        }

        .wrap-theme ul li .green {
            background: url(../images/classic/green.png) no-repeat;
        }

        .wrap-theme ul li .pink {
            background: url(../images/classic/pink.png) no-repeat;
        }

        .wrap-theme ul li .blue {
            background: url(../images/classic/blue.png) no-repeat;
        }

        .wrap-theme ul li .txt {
            margin: 20px 0;
            font-size: 20px;
            line-height: 28px;
            font-family: 'pretend-regular';
            color: #d2d2d2;
            overflow: hidden;
        }

.search_box {
    width: 335px;
    height: 43px;
    display: flex;
    align-items: center;
    background: white;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    float: right;
    position: relative;
}

.search-input {
    flex: 1;
    height: 100%;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    outline: none;
    background: none;
    font-family: 'pretend-regular';
}

.mbc-classic .search-button {
    width: 43px;
    height: 100%;
    border: none;
    background: url('../images/classic/search.png') no-repeat center;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.mbc-classic .clear-button {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 48px;
    background: url(../images/classic/input-delete.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.section-theme .btn-refresh {
    display: block;
    margin: 30px auto 120px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding-left: 27px;
    background: url(../images/classic/btn-refresh.png) 17% center no-repeat;
    border-radius: 25px;
    border: 1px solid #767676;
    text-align: center;
    box-sizing: border-box;
}

.view-theme .h2-title {
    margin-bottom: 20px
}

.view-theme .sub-title {
    font-size: 22px;
}

.view-theme ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

    .view-theme ul li {
        width: 390px;
        margin-bottom: 80px;
        margin-right: 24px;
    }

        .view-theme ul li a:hover h4 {
            text-decoration: underline;
        }

        .view-theme ul li img {
            width: 100%;
            height: 220px;
            object-fit: contain;
            border-radius: 4px;
        }

        .view-theme ul li:nth-child(3n) {
            margin-right: 0;
        }

        .view-theme ul li h4 {
            padding: 26px 0;
            font-size: 22px;
        }

        .view-theme ul li .tit {
            margin-bottom: 35px;
            color: #d2d2d2;
            font-size: 20px;
            line-height: 28px;
            height: 56px;
        }

        .view-theme ul li .wrap-link {
            display: flex;
            justify-content: space-between;
        }

            .view-theme ul li .wrap-link a {
                display: inline-block;
                box-sizing: border-box;
                padding-left: 23px;
                text-align: center;
                width: 188px;
                height: 50px;
                line-height: 50px;
                border-radius: 25px;
                font-size: 20px;
                font-family: 'pretend-medium';
            }

html[lang="en"] .view-theme ul li .wrap-link a {
    font-size: 16px;
}

.view-theme ul li .vod-hd {
    color: #6706d3;
    background: #eeedff url(../images/classic/icon-vod2.png) 25% center no-repeat;
}

html[lang="en"] .view-theme ul li .vod-hd {
    background: #eeedff url(../images/classic/icon-vod2.png) 10% center no-repeat;
}

.view-theme ul li .vod-free {
    color: #fff;
    background: #6706d3 url(../images/classic/icon-vod1.png) 25% center no-repeat;
}
