.visual{
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.video-vs::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.video-vs{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.video-vs video{
    min-width: 120%;
    min-height: 120%;
    width: auto;
    transform: translate(0,-7%);
    height: auto;
}
.visual .inner{
    position: relative;
    height: 100%;
}

.visual .tbox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visual .tbox h4{
    margin-bottom: 30px;
}

.visual .tbox .logo{
    position: relative; 
    height: 110px;
}

.visual .tbox::after{
    display: block;
    content: "";
    width: 241px;
    height: 241px;
    background: url("../images/main/visual-img-1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    right: -208px;
    z-index: -1;
}

.visual .dc-arr,
.visual .dc-line{
    position: absolute;
}

.visual .dc-arr.n-1{
    top: -100px;
    right: 0;
}

.visual .dc-arr.n-2{
    bottom: -100px;
    left: 0;
}

.visual .dc-line.n-1 {
    top: -200px;
    right: -30rem;
}

.visual .dc-line.n-2{
    bottom: -200px;
    left: -30rem;
}

.scr{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 78px;
    background: url("../images/main/scr.png") center no-repeat;
    animation: scr 1s linear 0s infinite alternate; 
}

.intro{
    background: url("../images/main/intro-bg.png") top center / cover no-repeat;
    padding: 100px 0;
}

.intro .t-tit{
    position: relative;
    width: 600px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.3;
}

.intro .t-tit p{
    font-size: 30px;
    margin-bottom: 20px;
}

.intro .t-tit h1{
    font-size: 70px;
}

.intro .t-tit h1 span{
    padding-top: 30px;
}

.intro .t-tit h1.n-2{
    margin-left: 250px;
}

.intro .t-tit img {
    position: absolute;
    right: -58px;
    top: 60px;
}

.intro .swiper-wrapper{
    align-items: center;
}

.intro .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
    margin: 50px auto;
    align-items: center;
}

.intro .list .item{
    cursor: pointer;
    position: relative;
    width: calc((100% - 100px)/3);
}
.intro .list .item img{
    width: 100%;
}

.intro .list .item p{
    display: flex;
    position: absolute;
    font-family: 'NexonFootballGothic';
    font-size: 30px;
    align-items: center;
}

.intro .list .item p::after{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url("../images/main/arr.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    transform: translateY(-4px);
}

.intro .list .item.n-1 p::after{
    background-color: #ff5fe8;
}

.intro .list .item.n-1 p{
    left: 70px;
    bottom: 5rem;
}

.intro .list .item.n-2 p::after{
    background-color: #ffd014;
}

.intro .list .item.n-2 p{
    left: 90px;
    bottom: 6rem;
}

.intro .list .item.n-3 p::after{
    background-color: #403eda;
}

.intro .list .item.n-3 p{
    left: 70px;
    bottom: 5rem;
}

.intro .bt-txt{
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
}

.intro .bt-dc{
    position: absolute;
    left: 10rem;
}


#rank{
    position: relative;
    padding-bottom: 200px;
}

#rank h1{
    margin: 0 auto;
    text-align: center;
}

#rank .dc-img{
    height: 30px;
    position: absolute;
    left: 34rem;
    top: 0;
}
.rank .t-tit .logo{
    width: 200px;
    margin: 0 auto;
}

.rank .inner{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.rank .inner .rankBox{
    width: 100%;
}

.rank .cbox.n-1,
.rank .cbox.n-2{
    display: none;
    width: calc((100% - 20px)/2);
}

.rank .cbox.n-1{
    margin-top: 100px;
}

.rank .t-tit{
    margin:  0 auto;
    font-family: 'NexonFootballGothic';
}

.rank .t-tit h1{
    font-size: 80px;
    margin: 0 auto;
    text-align: center;
}

.rank .tabs{
    margin-bottom: 50px;
}

.rank .tab_content{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.rank .cbox .img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rank .cbox.n-2 .item{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 90px;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #1c1c1c;
    padding: 20px;
}

.rank .cbox.n-2 .item:hover{
    background: #383838;
    transition: 0.1s;
}

.rank .cbox.n-2 .item:last-child{
    margin-bottom: 0;
}

.rank .cbox.n-2 .score{
    justify-content: flex-end;
    margin-left: auto;
}

.rank .cbox .score p{
    display: inline-block;
}

.rank .cbox .score p::after{
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255 255 255 / 30%);
    margin: 0 10px;
}

.rank .cbox .score p:last-child:after{
    display: none;
}


.rank .cbox.n-2 .item > p:first-child{
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 40%;
    background-image: url("../images/main/line.png");
    font-family: 'NexonFootballGothic';
    margin-right: 30px;
}

.rank .cbox.n-2 .item > p.up:first-child{
    background-image: url("../images/main/up.png");
}

.rank .cbox.n-2 .item > p.down:first-child{
    background-image: url("../images/main/down.png");
}

.rank .cbox.n-2 .item .img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 30px;
}

.rank .cbox.n-2 .item .img img{
    width: 100%;
}

.rank .more{
    width: 124px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url("../images/common/more.png");
    margin: 50px auto 0 auto;
}

.rank .more:hover{
    background-image: url("../images/common/more-on.png");
    transition: 0.2s;
}

.rank .tab ul.title{
   width: 400px;
   display: flex;
   padding: 10px 0;
   margin: 0 auto;
   border-radius: 50px;
   background: #1c1c1c;
}

.rank .tab ul.title:hover{
    box-shadow: 0px 0px 50px #953cb6;
    transition: 0.1s;
}

.rank .tab ul.title li{
    width: calc(100%/3);
}

.rank .cbox.n-2 .panel{
    position: relative;
}

.rank .cbox.n-2 .panel::after{
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background-image:url("../images/main/grd.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.flow-txt{
    z-index: 99;
    display: flex;
    gap: 0 20px;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    animation: flow 30s linear infinite;
}

@keyframes flow {
	0% { left: 0; }
	100% { left: -100%; }
}

.sns{
    padding: 50px 0 50px 0;
}

.sns .tab .title{
    display: flex;
    position: relative;
    background: transparent;
    width: 530px;
    margin:  0 auto 50px auto;
    gap: 0 20px;
    justify-content: center;
}

.sns .tab .title::before,
.sns .tab .title::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    background: url("../images/common/twc.png") center no-repeat;
}

.sns .tab .title::before{
    left: -50px;
}

.sns .tab .title::after{
    right: -50px;
}

.sns .tab .title li:after,
.ntc .tab .title li:after{
    display: none !important;
}

.sns .tab .title li,
.ntc .tab .title li{
    font-size: 30px;
}

.sns .swiper-slide{
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sns .swiper-slide ul{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-family: 'NexonFootballGothic';
    width: 90%;
}

.sns .swiper-slide ul li {
    display: block !important;
    max-width: 48%;
    word-break: break-word;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sns .swiper-slide ul li:last-child{
    margin-right: 5px;
}

.swiper {
    margin-bottom: 20px;
}
  
.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide img{
    width: 100%;
}


@keyframes scr {
	0% {bottom: 50px;}
	100% {bottom: 70px;}
}

#gradient{
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding: 100px 0;

}

.ntc{
    position: relative;
    overflow: hidden;
}

.ntc .tab ul.title{
    display: none;
    width: 500px;
    gap: 0 20px;
    margin: 0 auto 50px auto;
    justify-content: center;
}

.ntc #content-8 .swiper-slide{
    background: #fff;
}

.ntc .ntc-sd .swiper-slide{
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.ntc .ntc-sd .tbox{
    background: #fff;
    padding: 40px;
    color: #111;
}

.ntc .ntc-sd .tbox b{
    font-family: 'NexonFootballGothic';
    font-size: 18px;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.ntc .dc-img{
    display: none;
    position: absolute;
    right: -2rem;
    top: 0;
    opacity: 0.5;
}

.ntc .dc-img-1,
.ntc .dc-img-2{
    opacity: 0.8;
    position: absolute;
}

.ntc .dc-img-1{
    top: 5rem;
    left: 10rem;
}

.ntc .dc-img-2{
    bottom: 5rem;
    right: 10rem;
}
.ntc .cbox{
    display: flex;
    gap: 0 20px;
}

.ntc .cbox .list{
    background-color: rgba(0, 0, 0, 0.8);
    width: calc((100% - 20px) / 2);
    border-radius: 20px;
    padding: 30px 40px;
}
/* .ntc .cbox .list>p{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    display: flex;
} */
/* .ntc .cbox .list>p button{
    margin-left: auto;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
} */

.ntc .cbox .list .tit{
    display: flex;
    align-items: center;
}

.ntc .cbox .list .tit p{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.ntc .cbox .list .tit button{
    margin-left: auto;
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    color: #fff;
}


.ntc .cbox .list .item{
    margin-top: 10px;
}
.ntc .cbox .list .item a{
    display: flex;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}
.ntc .cbox .list .item a:last-child{
    border-bottom: none;
}
.ntc .cbox .list .item a span{
    margin-left: auto;
}

/*231129추가*/

.prm-board{
    padding-bottom: 50px;
}

.prm-board h1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.prm-board h1::before,
.prm-board h1::after{
    display: inline-block;
    content: "";
    background: url("../images/common/twc.png") center / contain no-repeat;
    width: 38px;
    height: 38px;
    margin-top: -2%;
}

.prm-board h1::before{
    margin-right: 20px;
}

.prm-board h1::after{
    margin-left: 20px;
}

.prm-board .swiper-wrapper{
    padding-bottom: 80px;
    justify-content: center;
}

.prm-sd .swiper-slide{
    cursor: pointer;
}

.prm-sd .swiper-pagination-bullet-active{
    background-color: #953cb6 !important;
}

.prm-sd .swiper-pagination-bullet{
    background-color: #fff;
    padding: 5px;
}

.prm-sd .img{
    background-color: #111;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.prm-sd .tbox{
    margin-top: 20px;
}

.prm-sd .tbox .tit,
.prm-sd .tbox .txt{
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.prm-sd .tbox .tit{
    font-family: 'NexonFootballGothic';
    font-size: 18px;
}

.prm-sd .tbox .date{
    opacity: 0.5;
}

@media screen and (max-width: 1400px) {
    .rank .inner{
        padding: 0 20px;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .m-scr-wrap{
        width: 100%;
        overflow-x: scroll;
    }

    .intro .list .item p{
        font-size: 20px;
    }

    .intro .list .item.n-1 p{
        left: 30px;
        bottom: 20px;
    }
    .intro .list .item.n-2 p{
        left: 50px;
        bottom: 3rem;
    }
    .intro .list .item.n-3 p {
        left: 40px;
        bottom: 3rem;
    }
    .intro .list .item p::after{
        transform: unset;
    }
    #rank h1,
    .prm-board h1{
        font-size: 50px;
    }

    .prm-board h1{
        margin-bottom: 20px;
    }

    .prm-board .swiper-wrapper{
        justify-content: flex-start;
    }
}



@media screen and (max-width: 768px) {

    .visual .tbox::after{
        display: none;
    }

    .visual .tbox h4{
        font-size: 24px;
    }
    .visual .tbox{
        width: 90%;
    }
    .visual .tbox .logo{
        width: 100%;
        height: auto;
    }
    .intro .list .item p{
        font-size: 20px;
    }
    .intro .list .item p::after{
        width: 24px;
        height: 24px;
        background-size: auto 8px;
        margin-left: 10px;
    }
    .rank .inner{
        display: block;
    }
    .rank .cbox.n-1, .rank .cbox.n-2{
        width: 100%;
    }
    .rank .cbox.n-2 .panel{
        margin-top: 40px;
    }
    .rank .cbox.n-2 .item{
        margin-bottom: 10px;
        height: auto;
        padding: 15px 20px;
    }
    
    .rank .cbox.n-2 .item .img{
        width: 40px;
        height: 40px;
    }
    .sns .tab .title{
        width: 50%;
    }
    .sns .tab .title li, .ntc .tab .title li{
        font-size: 24px;
    }
    .ntc .ntc-sd .tbox{
        padding: 25px;
    }
    #gradient{
        padding: 60px 0;
    }
    .intro .t-tit{
        width: 90%;
    }
    .intro .t-tit h1{
        font-size: 50px;
    }
    .intro .t-tit h1.n-2{
        margin-left: 15%;
    }
    .ntc .cbox{
        flex-wrap: wrap;
        gap: 20px;
    }
    .ntc .cbox .list{
        width: 100%;
        padding: 20px 30px;
    }
    .ntc .cbox .list .item a{
        padding: 4px 0;
        font-size: 14px;
    }

    #rank h1,
    .prm-board h1{
        font-size: 40px;
    }

    .intro .list .item{
        width: 100%;
    }

    .intro .bt-dc{
        left: 0;
    }
    
    .intro .list .item p{
        width: 100%;
    }
    .intro .list .item.n-1 p{
        left: 0;
        bottom: 60px;
        justify-content: center;
    }
    .intro .list .item.n-2 p{
        left: 0;
        bottom: 60px;
        justify-content: center;
    }
    .intro .list .item.n-3 p{
        left: 0;
        bottom: 60px;
        justify-content: center;
    }

    .sns .tab .title{
        width: 70%;
    }

    .prm-board{
        padding-bottom: 0;
    }

    .prm-board .prm-sd .img{
        height: 200px;
    }

}


@media screen and (max-width: 425px) {
    .visual{
        height: 95vh;
    }
    .visual .tbox{
        width: 80%;
    }
    .scr{
        width: 50px;
        height: 55px;
        background-size: 50px;
    }

    .intro{
        padding: 100px 0 30px 0;
    }

    .intro .t-tit h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
    }

    .intro .bt-dc {
        left: 17rem;
    }

    .intro .bt-txt{
        font-size: 20px;
        width: 80%;
        word-break: keep-all;
    }

    .intro .t-tit img {
        right: -100px;
        top: -60px;
    }

    .intro .list{
        margin: 0 auto 50px auto;
    }

    .intro .list .item{
        left: 40%;
        transform: translateX(-50%);
    }

    .intro .list .item.n-1 p {
        bottom: 42px;
    }

    .intro .list .item.n-2 p {
        bottom: 73px;
    }

    #main #rank{
        padding: 0 0 90px;
        background-size: 300%;
        background-position: right top;
    }
    #rank .more{
        margin: 0 auto ;
        width: 100px;
        background-size: 100%;
    }
    .flow-txt{
        transform: unset;
    }

    .flow-txt img{
        height: 60px;
    }

    .sns{
        padding: 50px 0;
    }

    .sns .tab .title{
        width: 80%;
    }
    .sns .tab .title li{
        font-size: 16px;
    }
    .sns .tab .title::before, .sns .tab .title::after{
        width: 30px;
        height: 30px;
        background-size: auto 100%;
    }

    .sns .swiper-slide ul{
        bottom: 0;
        left: 10px;
    }
    .sns .swiper-slide ul li{
        font-size: 12px;
    }

    .ntc .tab ul.title{
        width: 100%;
    }
    .ntc .tab .title li{
        font-size: 22px;
    }
    .ntc .ntc-sd .tbox{
        padding: 15px 20px;
    }

    #rank h1,
    .prm-board h1{
        text-align: center;
        font-size: 30px;
    }

    .prm-board .prm-sd .img{
        height: 120px;
        border-radius: 10px;
    }

    .prm-board h1::before, .prm-board h1::after{
        width: 28px;
        height: 28px;
    }
    
}

@media screen and (max-width: 320px) {
}

