/* 재정의 css */
html::-webkit-scrollbar {
    width: 8px;
    opacity: 0.8;
}

html::-webkit-scrollbar-thumb {
    background: #2b2b2b;
    border-radius: 20px;
}

html::-webkit-scrollbar-track {
    background: #999;
}

header {
    width: 100vw;
}

nav {
    background-size: auto 109%;
    height: 52px;
}

.inYlFB {
    display: none !important;
}

#adn_panel_container {
    display: none !important;
}

/* 최상단 썸네일 및 영상 css */

.top_wrap {
    width: 100vw;
    min-height: 854px;
    position: relative;
}

.top_wrap:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100vw;
    height: 50vh;
    background: linear-gradient(0deg, rgba(14, 4, 42, 1) 20%, rgba(14, 4, 42, 0.01) 95%);
    z-index: 10;
    bottom: 0;
}

.mouse {
    position: absolute;
    z-index: 100000000;
    left: 50%;
    transform: translateX(-50%);
    top: 77%;
    z-index: 50;
    animation: upDown alternate infinite 0.8s;
    cursor: pointer;
}

@keyframes upDown {
    0% {
        transform: translateY(13px);
    }

    100% {
        transform: translateY(32px);
    }
}

.mouse_ball {
    text-align: center;
}

.mouse_ball span {
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 5px 0;
    border-radius: 100%;
    opacity: 0.5;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.top_thumb_wrap {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background: url(/images/tv-cf/top/top_thumbnail.jpg) no-repeat;
    background-position: center right 37%;
}

.top_thumb_wrap:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.3;
}

.top_text_wrap {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top_text_inner {
    position: absolute;
    top: 221px;
    left: 23%;
    display: flex;
    flex-direction: column;
    z-index: 11;
}

/* 썸네일 텍스트 공용적용 */
.top_text_wrap span,
.top_text_wrap h2,
.top_text_wrap p {
    color: #fff;
    font-weight: 200;
    /*position: relative;
    top: 30px;
    opacity: 0;
    transition: 0.6s;*/
}

.top_text_wrap h2,
.top_text_wrap p {
    font-family: 'NanumMyeongjo', serif;
}

/* // 썸네일 텍스트 공용적용 end */

.top_text_wrap .top_text_inner>span {
    display: block;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 22px;
    margin-bottom: 46px;
    margin-left: 7px;
}

.top_text_wrap .top_text_inner>h2 {
    font-size: 70px;
    line-height: 0.9;
    margin-bottom: 34px;
}

.top_text_wrap .top_text_inner>h2>.title_point {
    position: relative;
    font-size: 70px;
}

.title_point:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/tv-cf/dot.png) no-repeat;
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
}

.top_text_wrap .top_text_inner>p {
    font-size: 17px;
    line-height: 1.65;
}

.top_text_wrap>h2>span {
    font-size: 100px;
}

.top_text_wrap .top_text_inner>h2>span.line {
    display: inline-block;
    width: 311px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 0 36px 37px;
}

.top_video_wrap {
    width: 100vw;
    max-height: 854px;
    overflow: hidden;
}

/* //최상단 썸네일 및 영상 css 종료 */

/********** 섹션 컨텐츠 css **********/

/* 섹션 1 컨텐츠 css */
.section_wrap {
    width: 100vw;
    overflow-x: hidden;
    background: rgb(14, 4, 42);
    padding-top: 140px;
}

.section {
    position: relative;
}

.section_title {
    position: absolute;
    transition: 1.5s;
}

.left_title_effect {
    transform: translateX(44vw);
    opacity: 0;
}

.right_title_effect {
    transform: translateX(-43vw);
    opacity: 0;
}

.section1_title {
    left: 0;
    top: 24%;
    margin-left: 91px;
}

.section_title h3 {
    font-size: 130px;
    color: #fff;
    opacity: 0.2;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
}

.cf_content {
    display: flex;
    justify-content: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    padding: 46px 0;
}

.section1_cf_content {
    margin-left: calc(500px - 22%);
    background-image: url(/images/tv-cf/section1/right_bg.jpg);
    background-position: right;
}

.subject {
    position: relative;
    white-space: nowrap;
}

.section_left_subject {
    padding-right: 66px;
}

.subject p {
    color: #fff;
    line-height: 1;
}

.subject span.line {
    display: block;
    width: 40px;
    height: 4px;
    background: #ebb032;
}

.subject p.txt:nth-of-type(1) {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 30px;
    margin: 34px 0 15px;
}

.subject p.txt:nth-of-type(2) {
    font-family: 'NanumMyeongjo', serif;
    font-size: 46px;
    position: relative;
    padding-bottom: 42px;
}

.subject p.txt:nth-of-type(2):after {
    content: " ";
    display: block;
    width: 1px;
    height: 395px;
    background: #fff;
    opacity: 0.4;
    position: absolute;
    top: 100%;
}

.section_thumbnail {
    position: relative;
    cursor: pointer;
}

.section_thumbnail:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.section_thumbnail:hover:after {
    background: rgba(0, 0, 0, 0.4);
}

.section_thumbnail .play_btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ebb032;
    padding: 20px;
    transition: 0.3s;
    z-index: 1;
}

.section_thumbnail:hover .play_btn_wrap {
    border-radius: 50%;
}

.section_cast_content_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_cast_content {}

.section1_cast_content {
    width: 100%;
    max-width: 972px;
    margin-left: 91px;
}

.contest_txt_wrap {
    padding-left: 40px;
}

.contest_logo_wrap {
    display: flex;
    margin-bottom: 37px;
}

.contest_logo_wrap .logo {
    border-bottom: 1px solid #999;
    width: 85px;
    position: relative;
    text-align: center;
    transition: 0.3s;
}

.section_1 .contest_logo_wrap .logo {
    width: 110px;
}

.contest_logo_wrap .logo:hover {
    border-color: #fff;
}

.contest_logo_wrap .logo>a {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.contest_logo_wrap .logo img {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.contest_logo_wrap .missglobal_logo img {
    width: 100%
}

.contest_logo_wrap .logo:hover img,
.contest_logo_wrap .logo:hover .ball {
    opacity: 1;
}

.contest_logo_wrap .logo .ball {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    opacity: 0;
    transition: 0.3s;
}

.ball_sparkle {
    animation: sparkle infinite alternate 0.5s;
}

@keyframes sparkle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section_cast_txt {
    margin-bottom: 46px;
    clear: both;
}

.section_cast_txt p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.section_cast_txt p:nth-of-type(1) {
    color: #ebb032;
    font-weight: 600;
    margin-bottom: 11px;
}

.cast_list {
    display: flex;
    justify-content: center;
}

.cast_list li {
    position: relative;
    margin-right: 6px;
    transition: 0.4s;
    opacity: 0;
}

.hover_ani {
    animation: hoverAnimation infinite alternate 0.5s;
}

@keyframes hoverAnimation {
    0% {
        top: 0;
    }

    100% {
        top: -20px;
    }
}

.cast_list li:after {
    content: ' ';
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.cast_list li:hover:after {
    background: rgba(0, 0, 0, 0);
}

.sec1_cast_list li:after {
    background: rgba(0, 0, 0, 0.5);
}

.sec1_cast_list li:hover:after {
    background: rgba(0, 0, 0, 0) !important;
}

.sec1_cast_list li:nth-of-type(1) {
    transform: translateY(150px);
}

.sec1_cast_list li:nth-of-type(2) {
    transform: translateY(-50px);
    transition-delay: 0.3s;
}

.sec1_cast_list li:nth-of-type(3) {
    transform: translateY(120px);
    transition-delay: 0.6s;
}

.sec1_cast_list li:nth-of-type(4) {
    transform: translateY(80px);
    transition-delay: 0.9s;
}

.sec1_cast_list li:nth-of-type(5) {
    transform: translateY(70px);
    transition-delay: 1.2s;
}

/* 스크롤 이펙트 적용 클래스 */

.content1_in {
    transform: translateY(100px) !important;
    opacity: 1 !important;
}

.content2_in {
    transform: none !important;
    opacity: 1 !important;
}

.content3_in {
    transform: translateY(70px) !important;
    opacity: 1 !important;
}

.content4_in {
    transform: translateY(130px) !important;
    opacity: 1 !important;
}

.content5_in {
    transform: translateY(20px) !important;
    opacity: 1 !important;
}

.content6_in {
    transform: translateY(50px) !important;
    opacity: 1 !important;
}

.content7_in {
    transform: translateY(30px) !important;
    opacity: 1 !important;
}

.cast_list li .cast_txt {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(14, 4, 42, 0.65) 64%, rgba(14, 4, 42, 0.01) 100%);
    padding: 8px 8px 0;
    z-index: 2;
}

.cast_list li .cast_txt p {
    line-height: 1;
}

.cast_list li .cast_txt .cast_name {
    font-size: 24px;
    padding: 15px 0 8px;
}

.cast_list li .cast_txt .cast_contest {
    font-size: 15px;
    font-weight: 200;
    white-space: nowrap;
    color: #aeaeae;
    margin-bottom: 20px;
}

/* /섹션1 컨텐츠 css 종료 */

/* 섹션2 컨텐츠 css */
.section_2 {
    padding-top: 400px;
}

.section2_title {
    right: 0;
    top: 46.5%;
    margin-right: 79px;
}

.section2_cf_content {
    background-image: url(/images/tv-cf/section2/section2_left_bg.jpg);
}

.section2_subject {
    padding-left: 66px;
    text-align: right;
}

.section2_subject span.line {
    position: absolute;
    right: 0;
}

.section2_subject p.txt:nth-of-type(2):after {
    right: 0;
}


.section_2 .section_cast_content_wrap {
    align-items: flex-end;
    width: 100%;
}

.section2_cast_content {
    width: 100%;
}


.section_2 .contest_txt_wrap {
    padding: 0 40px 0 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section_2 .section_cast_txt {
    text-align: right;
}

.section_2 .contest_logo_wrap {
    float: right;
}

.section_2 .contest_logo_wrap .logo {
    width: 106px;
}

.sec2_cast_list li:nth-of-type(1) {
    transform: translateY(0px);
}

.sec2_cast_list li:nth-of-type(2) {
    transform: translateY(150px);
    transition-delay: 0.3s;
}

.sec2_cast_list li:nth-of-type(3) {
    transform: translateY(-50px);
    transition-delay: 0.6s;
}

/* /섹션2 컨텐츠 css 종료 */

/* 섹션3 컨텐츠 css */
.section_3 {
    padding: 370px 0 400px;
}

.section3_title {
    /*left: -226%;*/
    left: 0;
    top: 34%;
    margin-left: 91px;
}

.section3_cf_content {
    margin-left: calc(500px - 22%);
    background-position: center right -4%;
    background-image: url(/images/tv-cf/section3/section3_bg.jpg);
}

.section3_cast_content {
    width: 100%;
    max-width: 972px;
    margin-left: 91px;
}

.contest_logo_wrap.many_logo .logo:nth-of-type(1) img {
    margin-top: 5px;
}

.contest_logo_wrap.many_logo .logo .ball {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.section_3 .cast_list li:nth-of-type(1) {
    transform: translateY(100px);
}

.section_3 .cast_list li:nth-of-type(2) {
    transform: translateY(-50px);
    transition-delay: 0.3s;
}

.section_3 .cast_list li:nth-of-type(3) {
    transform: translateY(80px);
    transition-delay: 0.6s;
}

.section_3 .cast_list li:nth-of-type(4) {
    transform: translateY(80px);
    transition-delay: 0.9s;
}

.section_3 .cast_list li .cast_txt .cast_contest {
    line-height: 1.4;
    margin-bottom: 15px;
}

/* /섹션3 컨텐츠 css 종료 */
/********** //섹션 컨텐츠 css 종료**********/


/********** 팝업 css **********/
.cf_popup {
    display: none;
    position: fixed;
    width: 60vw;
    min-width: 800px;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    opacity: 0;
    transition: 0.3s;
}

.popup_overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
}

.popup_open {
    top: 50% !important;
    opacity: 1 !important;
}

.popup_top {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.popup_logo {
    float: left;
    margin: 3px 0 0 6px;
}

.popup_close {
    float: right;
    cursor: pointer;
    margin: 26px;
}

.popup_top img {
    width: 100%;
}

.popup_video_wrap {
    width: 100%;
}

.popup_video_wrap video {
    width: 100%;
    height: 100%;
}

/********** //팝업 css **********/

@media screen and (max-width: 1570px) {
    .contest_txt_wrap {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1280px) {
    .contest_txt_wrap {
        padding-left: 120px;
    }
}

/* 익스 적용 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .section1_title {
        left: 0;
    }

    .section2_title {
        right: 0;
    }

    .section3_title {
        left: 0;
    }

    .left_title_effect {
        transform: translateX(7vw);
    }

    .right_title_effect {
        transform: translateX(-7vw);
    }
}