<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
article.videoArea {
    padding: 16px;
    background-color: #1B1B1B;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px; 
}

article.videoArea .header {
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
}

article.videoArea.headerTextRight {
    padding: 16px 16px 0;
    background: transparent;
}

article.videoArea.headerTextRight .header{
    gap: 16px 0;
}

article.videoArea.headerTextRight .header h2 {
    /*margin-top: 16px;*/
    font-size: 15px;
    line-height: 22px;
    display: inline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.videoArea.headerTextRight .header h3 {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
}

article.videoArea.headerTextRight.live .header h3 {
    display: none;
}

article.videoArea.headerText h2 {
    font-size: 15px;
    line-height: 21px;
}

article.videoArea.headerText .header.right {
    display: none;
}


/* article.videoArea section {} */

.videoBox {
    position: relative;
    margin: 0 -16px 0;
}

.videoBox .videoTitle {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: calc(100% - 32px);
    padding: 8px 16px;
    font-size: 12px;
    line-height: 17px;
}

.videoBox img.videoImg {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

article.videoArea.headerTextRight .videoBox img.videoImg {
    margin: 0;
}

.videoBox .videoBoxLabel,
.liveChannelVideoList .liveChannelVideoLabel,
.videoList .videoListLabel {
    color: #000;
    background-color: #ffdf00;
    display: inline-block;
    margin-bottom: 10px;
}

.videoBox .videoBoxLabel.colorGR,
.liveChannelVideoList .liveChannelVideoLabel.colorGR,
.videoList .videoListLabel.colorGR {
    color: #FFF;
    background-color: #3f3f3f;
}

.videoBox .videoBoxLabel {
    padding: 12px 24px;
}

.liveChannelVideoList .liveChannelVideoLabel,
.videoList .videoListLabel {
    padding: 5px 15px;
    position: absolute;
}

.videoBox .videoBoxLabel.colorGR::before,
.videoList .videoListLabel.colorGR::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #FF6B00;
    display: inline-block;
}

.videoBox .videoBoxLabel,
.videoBox .videoBoxText {
    margin: 0 16px 16px;
}

.videoBox .videoBoxText h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

.videoBox .videoBoxText p {
    font-size: 13px;
    line-height: 18px;
}

.videoBox .topBtnArea,
.videoBox .bottomBtnArea {
    position: absolute;
    right: 8px;
    z-index: 100;
}

.videoBox .topBtnArea {
    top: 8px;
}

.videoBox .bottomBtnArea {
    bottom: 8px;
}

.videoBox .topBtnArea .shareBox,
.videoBox .bottomBtnArea .shareBox {
    right: 0;
    position: static;
    display: inline-block;
}

.videoBox .topBtnArea .icon,
.videoBox .topBtnArea .btn,
.videoBox .bottomBtnArea .icon,
.videoBox .bottomBtnArea .btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.icon.vol {
    width: 24px !important;
    height: 24px;
    padding: 20px;
    margin: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    background-image: url(../../images/RWD/icon_vol_mute.png);
}

.icon.vol.active {
    background-image: url(../../images/RWD/icon_vol_speaker.png);
}

.channelBox {
    overflow-x: scroll;
    width: calc(100% + 32px);
    margin: 0 -16px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.channelBox::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.channelBox .comingChannel {
    display: none;
}


/* .channelBox .comingChannel .comingChannelLabel {} */

.channelBox .liveChannel .liveChannelLabel {
    display: none;
}

.channelBox ul.channleList {
    padding: 0;
    width: 4800px;
}

.channelBox ul.channleList::before,
.channelBox ul.channleList::after {
    content: "";
    display: block;
    height: 1px;
    float: left;
}

.channelBox ul.channleList::before {
    width: 16px;
}

.channelBox ul.channleList::after {
    width: 12px;
}

.channelBox ul.channleList li {
    float: left;
    margin-right: 12px;
    width: 160px;
}

.channelBox ul.channleList li.active {
    color: #ff6b00;
}

.channelBox ul.channleList li .imgBox {
    margin-bottom: 4px;
    position: relative;
    height: 23vw;
    overflow: hidden;
}

.videoBox .playVideoBtn,
.channelBox ul.channleList li .imgBox .playVideoBtn {
    position: absolute;
    width: 100%;
    height: 100%;
}

.videoBox .playVideoBtn img,
.channelBox ul.channleList li .imgBox .playVideoBtn img {
    position: absolute;
}

.videoBox .playVideoBtn img {
    width: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
}

.channelBox ul.channleList li .imgBox .playVideoBtn img {
    width: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.channelBox ul.channleList li img.photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 100%;
}

.channelBox ul.channleList li h3 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 27px;
}

.channelBox ul.channleList li .textArea p {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 17px;
}

.linear {
    display: none;
}

@media screen and (min-width: 768px) {
    .videoBox .videoBoxLabel,
    .videoBox .videoBoxText {
        margin: 0 24px 16px;
    }
    .videoBox img {
        margin: 0;
    }
    .videoBox .playVideoBtn img {
        width: 76px;
        top: calc(50% - 38px);
        left: calc(50% - 38px);
    }
    .videoBox .videoBoxText h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .videoBox .videoBoxText p {
        font-size: 15px;
        line-height: 21px;
    }
    .videoBox .topBtnArea,
    .videoBox .bottomBtnArea {
        right: 24px;
    }
    .videoBox .topBtnArea {
        top: 24px;
    }
    .videoBox .bottomBtnArea {
        bottom: 24px;
    }
    .videoBox .topBtnArea .icon,
    .videoBox .topBtnArea .btn,
    .videoBox .bottomBtnArea .icon,
    .videoBox .bottomBtnArea .btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }
    .channelBox {
        width: calc(100% + 32px);
    }
    .channelBox .comingChannel {
        display: block;
        margin-bottom: 24px;
    }
    .channelBox ul.channleList::before,
    .channelBox ul.channleList::after {
        width: 32px;
    }
    .channelBox ul.channleList li {
        width: 190px;
    }
    .channelBox ul.channleList li .imgBox {
        height: 120px;
    }
    article.videoArea.headerText h2 {
        font-size: 24px;
        line-height: 34px;
    }
    article.videoArea.headerTextRight {
        overflow: hidden;
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
        background-color: var(--color-gray-15);
    }
    article.videoArea.headerTextRight h2,
    article.videoArea.headerTextRight .header h2 {
        color: #ABAEB7;
        font-size: 40px;
        line-height: 56px;
        display: -webkit-box;
        height: auto;
        max-height: 156px;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        white-space: inherit;
    }
    article.videoArea.headerTextRight h3,
    article.videoArea.headerTextRight .header h3 {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        display: block;
    }
    article.videoArea.headerTextRight.live .header h3 {
        display: flex;
        align-items: center;
    }
    article.videoArea.headerTextRight.live .header h3:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ff6b00;
        margin-right: 8px;
        display: flex;
    }
    article.videoArea.headerTextRight .header {
        /*float: right;*/
        /*width: 338px;*/
        /*width: calc(100% - 56vw);*/
        width: 50%;
        box-sizing: border-box;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px 0;
    }
    article.videoArea.headerTextRight .videoBox {
        /*float: right;*/
        width: 50%;
        /*height: 28.125vw;*/
        margin: 0;
        background-color: #1B1B1B;
    }
    .channelBox ul.channleList li h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }
    .channelBox ul.channleList li .textArea p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1024px) {
    article.videoArea {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    article.videoArea.headerText .header.top {
        display: none;
    }
    article.videoArea.headerText .header.right {
        display: block;
    }
    article.videoArea.headerText .header {
        /*position: absolute;
        z-index: 99;
        right: 0;*/
        /*width: calc(100% - 688px);*/
        /*width: calc(100% - 68vw);
        height: 120px;*/
        padding: 12px;
        box-sizing: border-box;
        overflow: hidden;
    }
    article.videoArea.headerText .header h2 {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        max-height: 3em;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    article.videoArea.headerText h2 {
        font-size: 34px;
        line-height: 48px;
    }
    article.videoArea.headerTextRight.live .header h3:before {
        content: '';
        width: 12px;
        height: 12px;
        margin-right: 12px;
    }
    .videoBox,
    .channelBox {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .videoBox {
        /*width: 680px;*/
        width: 68vw;
    }
    .videoBox img.videoImg {
        margin: 0;
    }
    .videoBox .playVideoBtn img {
        width: 76px;
        top: calc(50% - 38px);
        left: calc(50% - 38px);
    }
    .videoBox .videoBoxLabel {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 99;
        margin: 0;
    }
    .videoBox .videoBoxText {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: calc(100% - 232px);
        padding: 24px 32px;
        box-sizing: border-box;
    }
    .channelBox {
        width: calc(32vw - 22px);
        height: 37.3vw;
        overflow-y: scroll;
        position: relative;
    }
    /* article.videoArea.headerText .channelBox {} */
    .channelBox:after {
        content: "";
        background-color: #EE0;
    }
    .channelBox ul.channleList {
        width: 100%;
        padding: 24px 12px;
        box-sizing: border-box;
    }
    .channelBox ul.channleList::before,
    .channelBox ul.channleList::after {
        display: none;
    }
    .channelBox ul.channleList li {
        width: auto;
        float: none;
        margin: 16px 0;
    }
    .channelBox ul.channleList li:first-child,
    .channelBox ul.channleList li:last-child {
        margin: 12px 0;
    }
    .channelBox ul.channleList li.active {
        border-left: 2px solid #ff6b00;
    }
    article.videoArea.headerText .channelBox ul.channleList li.active {
        border-left: none;
    }
    .channelBox ul.channleList li .imgBox,
    .channelBox ul.channleList li .textArea {
        display: inline-block;
        vertical-align: middle;
    }
    .channelBox ul.channleList li .imgBox {
        width: 120px;
        height: 70px;
        margin: 0;
        margin-right: 4px;
    }
    .channelBox ul.channleList li .textArea {
        width: calc(100% - 132px);
    }
    .channelBox ul.channleList.noThumb li .textArea {
        width: 100%;
    }
    .channelBox .comingChannel .comingChannelLabel {
        color: #000;
        background-color: #ffdf00;
        padding: 5px 15px;
        margin: 8px 0;
        display: inline-block;
    }
    .channelBox .liveChannel .liveChannelLabel {
        display: block;
        margin: 8px 0;
    }
    .channelBox .liveChannel .liveChannelLabel::before {
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 12px;
        border-radius: 50%;
        background-color: #FF6B00;
        display: inline-block;
    }
    .linear {
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        height: 66px;
        position: absolute;
        left: 68vw;
        bottom: 0;
        width: calc(100% - 68vw);
    }
    article.videoArea.headerText .videoTitle {
        display: none;
    }
    article.videoArea.headerText .channelBox ul.channleList li {
        margin: 15px 0;
    }
    article.videoArea.headerText .channelBox ul.channleList li:first-child,
    article.videoArea.headerText .channelBox ul.channleList li:last-child {
        margin: 0;
    }
    article.videoArea.headerText .channelBox ul.channleList li .imgBox {
        display: none;
    }
    article.videoArea.headerText .channelBox ul.channleList li .textArea {
        width: 100%;
    }
    article.videoArea.headerText .channelBox ul.channleList li h3 {
        line-height: 21px;
    }
    article.videoArea.headerTextRight .header {
        /*float: right;*/
        /* width: 464px;*/
        padding: 0 102px;
        gap: 16px 0;
    }
}

@media screen and (min-width: 1440px) {
    .videoBox {
        width: 1002px;
    }
    .channelBox {
        width: calc(100% - 1008px);
        height: 550px;
    }
    .channelBox ul.channleList {
        padding: 24px 32px;
    }
    .channelBox ul.channleList li {
        margin: 24px 0;
    }
    .channelBox ul.channleList li .textArea p {
        font-size: 15px;
        line-height: 24px;
    }
    .linear {
        width: calc(100% - 1002px);
        left: auto;
        right: 0;
    }
    article.videoArea.headerText .header {
        padding: 30px;
    }
    /* article.videoArea.headerText .channelBox {} */
    article.videoArea.headerTextRight .header h2 {
        font-size: 52px;
        line-height: 73px;
    }
    article.videoArea.headerTextRight .header {
        /*float: right;*/
        width: 45%;
        padding: 0 102px;
    }
    article.videoArea.headerTextRight .videoBox {
        /*float: right;*/
        /*width: 818px;*/
        width: 55%;
        /*height: calc(1440px * 0.3093);*/
    }
    article.videoArea.headerTextRight h3,
    article.videoArea.headerTextRight .header h3 {
        font-size: 24px;
        line-height: 34px;
    }
}</pre></body></html>