*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: unset;
    vertical-align: top;
}
html,body{
    width: 100%;
    min-width: unset;
    height: 100%;
    background-color: #000;
    color: white;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .1em;
}
h1,h2{
    font-size: 1.55rem;
    font-weight: bold;
    line-height: 1;
}
h3{
    font-weight: bold;
}
small{
    font-size: .75rem;
    line-height: 1.5em;
    display: inline-block;
}
.small{
    font-size: .75rem;
}
img{
    width: 100%;
    height: auto;
    vertical-align:top;
    display:block;
}
.bk_red{
    background-color: #C80019;
}
.bk_black{
    background-color: #000;
}
.bk_white{
    background-color: white;
}
.bd-top_red{
    border-top: 2px solid #C80019;
}
.bd-top_black{
    border-top: 2px solid #000;
}
.white{
    color: white;
}
.red{
    color: #C80019;
}
.black{
    color: #000;
}
.spacer_xs{
    margin-top: 0.5rem;
}
.spacer_s{
    margin-top: 1rem;
}
.spacer_m{
    margin-top: 2rem;
}
.spacer_l{
    margin-top: 3rem;
}
.center{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.btnwrap{
    width: 100%;
    max-width: 193px;
    text-align: center;
    font-size: 0.75rem;
    margin: 0 auto;
}
.btnwrap > div{
    margin-top: 25px;
}
.btnwrap a._btn{
    border-radius: 100px;
    padding: 6px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #C80019;
    -moz-background: linear-gradient(76deg, #C80019 0%, #000 100%);
    -webkit-background: linear-gradient(76deg, #C80019 0%, #000 100%);
    background: linear-gradient(76deg, #C80019 0%, #000 100%);
}
.btnwrap a._btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(0deg, #C80019 0%,#640019 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
/* FLEX */
.flex{
    display: flex;
    flex-wrap: unset;
}
.f_column{
    flex-direction: column;
}
.f_wrap{
    flex-wrap: wrap;
}
.f_1{
    flex:1;
}
.f_align_center,
header{
    align-items: center;
}
.f_justify_center{
    justify-content: center;
}
.f_justify_end{
    justify-content: end;
}
.f_justify_between{
    justify-content: space-between;
}
/* BORDERS */
.header_nav_wrap .parentmenu > li{
    border-left: 1px solid #000;
}

header{
    border-bottom: 2px solid #000;
}
/* POSITION */
.fixed{
    position: fixed;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

/* CONTENT */
header{
    height: 100%;
}
.header_wrap{
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 99;
}
header .logo{
    /* flex-basis: 417px; */
    max-width: 100px;
    padding-left: 24px;
}
.header_nav_wrap,
.header_nav_wrap ul{
    height: 100%;
}
.parentmenuWrap{
    height: 100%;
}
.header_nav_wrap .parentmenu > li{
    cursor: pointer;
}
.header_nav_wrap .parentmenu > li span.menuTitle{
    padding: 0 24px;
    height: 100%;
}
.parentmenu > li > a span{
    color: white;
}
.parentmenu li:hover{
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.sp_menu{
    display: none;
}
.sp_menu span{
    display: block;
    height: 2px;
    background-color: white;
    position: absolute;
    transition: all .3s ease-in-out;
}
.sp_menu span:first-child{
    top: calc(50% - 4px);
    width: 70%;
    left: 15%;
}
.sp_menu span:last-child{
    top: calc(50% + 4px);
    width: 50%;
    left: 35%;
}
.sp_menu.sp_menu_open span:first-child{
    transform: rotate(20deg);
    top: calc(50% );
}
.sp_menu.sp_menu_open span:last-child{
    transform: rotate(-20deg);
    top: calc(50% );
    width: 70%;
    left: 15%;
}
.readBtn{
    display: none;
}
#firstview{
    margin-top:-1rem;
}
@media screen and (max-width: 1130px) {
    .sp_menu_open .header_wrap{
        background-color: rgba(0,0,0,.9);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter:blur(8px);
    }
    .header_wrap {
        height: 60px;
    }
    header .logo {
        /* max-width: 55%; */
        padding-top: 6px;
    }
    .sp_menu{
        display: block;
        width: 60px;
        height: 100%;
        float: right;
        margin-right: 24px;
    }
    .parentmenuWrap{
        position: relative;
        top: 60px;
        right: 0;
    }
    .parentmenuWrap{
        position:absolute;
        right: -330px;
        top: 60px;
        width: 330px;
        height: calc(100vh - 60px);
        background-color: rgba(0, 0, 0, .9);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        transition: all .3s ease-in-out;
    }
    .header_nav_wrap .parentmenuWrap.sp_menu_open{
        right: 0;
    }
    .header_nav_wrap .parentmenu {
        width: 100%;
        height: 96%;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: scroll;
        flex-direction: column;
    }
    .header_nav_wrap .parentmenu.sp_menu_open {
        right: 0;
        flex-direction: column;
    }
    .header_nav_wrap .parentmenu > li {
        border-left: none;
        padding: 1rem 2rem;
        width: calc(100% - 4rem);
        justify-content: flex-start;
        display: block;
        position: relative;
    }
    .parentmenu li:hover {
        background: unset;
        box-shadow: unset;
    }
    .header_nav_wrap .parentmenu > li::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: white;
        position: absolute;
        top: 3.4rem;
        left: 0;
    }
    .header_nav_wrap .parentmenu > li .readBtn {
        font-size: 1.5rem;
        font-weight: bold;
        position: absolute;
        top: 0.5rem;
        right: 24px;
        display: inline-block;
        width: 3rem;
        text-align: center;
    }
    .header_nav_wrap .parentmenu > li .readBtn::after {
        content: "+";
        display: inline-block;
        transition: all .3s ease-in-out;
    }
    .header_nav_wrap .parentmenu > li .readBtn.listOpen::after {
        transform: rotate(-45deg);
    }
    .slideshow_wrap {
        height: calc(100vh - 110px);
    }
    .header_nav_wrap .parentmenu > li span.menuTitle {
        padding-left: 0;
    }
    #firstview{
    margin-top:calc(-5.5rem + 60px);
}
}

section{
    padding: 5.5rem 0;
    position: relative;
    z-index: 3;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px;
}
.subcontainer{
    max-width: 1200px;
    margin: 0 auto;
    padding:0 24px;
}
footer{
    padding-top: 5rem;
}
.footer_logo {
    max-width: 295px;
    padding: 0 24px;
    margin: 5rem auto;
}
.snshead{
    max-width: 175px;
    padding: 0 24px;
    margin: 0 auto;
}
.snswrap{
    max-width: 520px;
    padding: 0 24px;
    margin: 2rem auto;
}
.snswrap li a {
    display: inline-block;
    width: 40px;
}
.copywrap{
    margin: 3rem 0 1rem;
}
@media (min-width: 768px) and (max-width: 1304px) {
    
}
@media screen and (max-width: 768px) {
    html,body{
        font-size: 14px;
    }
    section{
        /* padding: 2.5rem 0; */
    }
    .header_nav_wrap .parentmenu > li span.menuTitle {
        height: auto;
    }
    .footer_logo{
        width: 155px;
    }
    .snshead {
        width: 100px;
        margin-top: 15px;
    }
    .snswrap{
        gap: 24px;
        justify-content: center;
    }
    .snswrap li a{
        width: calc(40px * 0.8);
    }
    .modal_image_wrap{
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

h1 img{
    max-height: 99px;
    margin-bottom: 5rem;
}
h2 img{
    height: 69px;
}
.h2caption{
    margin-bottom: 5rem;
}
.comments{
    font-size:1.15rem;
    padding:10px 16px;
    flex-grow:1;
}
.teamLogo{
    flex-basis: 350px;
    aspect-ratio: 1;
    display: flex;
    align-items:center;
}
.awayteam{
    flex-basis: 270px;
    aspect-ratio:1;
}
.teamLogo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.vs-mark{
    flex-basis: 98px;
}
.teaminfoWrap{
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}
.place_img{
    height: 98px;
    margin-top: 45px;
}
.gameInfoList{
    gap: min(5rem, 5vw);
    margin-top: 130px;
    padding: 0 24px;
    align-items:flex-start;
}
.gameInfoList li{
    flex-basis: calc(500px - 5rem - 8px);
    padding: 30px 2.5rem;
    border: 4px solid #C80019;
}
.timetbl .game_img img,
.gameInfoList .game_img img{
    max-height: 23px;
}
.gameDate{
    font-size: 4.5rem;
}
.gameDate_week{
    font-size: 1.5rem;
}
.gameInfoList li .flex{
    gap: 1rem;
    border-top: 3px solid #C80019;
    padding-top: 20px;
    margin-top: 30px;
}
._cardList{
    gap: 50px;
}
._cardList li{
    border: 4px solid #C80019;
    flex-basis: 400px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display:flex;
    flex-direction:column;
}
._cardList li:hover{
    box-shadow: 0 0 8px rgb(0,0,0);
}
._cardList li img{
    transition: all .3s ease-in-out;
}
._cardList li:hover img{
    transform: scale(1.2);
}
._cardList li h3{
    font-size: 1rem;
    padding: 0.5rem 24px;
}
.horizontal_list .imgwrap,
._cardList .imgwrap{
    background-color: #C8C8C8;
    aspect-ratio: 8 / 5;
    overflow: hidden;
}
.horizontal_list .imgwrap img,
._cardList .imgwrap img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
._cardList .flex{
    gap: 1.5rem;
}
._cardContentWrap{
    flex-grow:1;
}
._cardContent{
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0;
}
.blackBtnWrap{
    padding-bottom: 1rem;
    width: 100%;
    max-width: 193px;
    text-align: center;
    font-size: 0.75rem;
    margin: 0 auto;
    cursor: pointer;
}
.blackBtnWrap > div{
    /* margin-top: 25px; */
}
.blackBtnWrap p{
    background: #000;
    color: white;
    letter-spacing: .3em;
    border-radius: 100px;
    padding: 6px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.blackBtnWrap p::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(-90deg, #640019 0%,#C80019 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
.timetbl{
    gap: min(5rem, 5vw);
    padding: 0 24px;
}
.timetbl > li{
    flex-basis:calc(50vw - 10rem);
    max-width:592px;
    border: 4px solid #C80019;
    padding: 2.5rem;
    display:flex;
    flex-direction:column;
}
.timTblBtn{
    flex-grow:1;
    justify-content: end;
    align-items: end;
}
.timetbl .date{
    font-size: 4rem;
    line-height: 1.35;
}
.timetbl .week{
    font-size: 1.5rem;
}
.schedule_content{
    border-top: 4px solid #C80019;
    margin-top: 30px;
    letter-spacing: 0;
}
.timetbl ol li{
    font-size: 0.8rem;
    gap: 1rem;
    margin: 1.5rem 0;
}
.timetbl ol li p:first-child{
    flex-basis: 2.5rem;
    text-align: left;
}
.timetbl ol li p:last-child{
    flex: 1;
    text-align: left;
}
.timetbl ol li.TIP-OFF{
    height: 3rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
    align-items: center;
    color: white;
}
.timetbl ol li.TIP-OFF > div{
    width:100%;
    height:23.4px;
    display:flex;
    justify-content:center;
}
.timetbl ol li.TIP-OFF > div img{
    width:auto;
    height:100%;
}
.timetbl .btnwrap{
    margin-top: 9rem;
}
.tm30{
    margin-bottom: 6rem;
    display:flex;
    justify-content:center;
}
.tm30 img{
    max-width: 397px;
}
.horizontal_list{
    gap: 1.5rem;
}
.horizontal_list li{
    max-width: 1316px;
    width: 100%;
    border: 4px solid #C80019;
    gap: 1.5rem;
}
.horizontal_list li div:first-child{
    flex:1;
    padding:1rem
}
.horizontal_list li div:last-child{
    flex-basis: 400px;
}
.circleBtnWrap{
    gap: 2.5rem;
}
.circleBtn{
    border-radius: 150px;
    height: 150px;
    font-size: 1.5rem;
}
.circleBtn a{
    padding: 0 1.37em;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
}
.streamingList{
    gap: 10rem;
}
.schedule_title{
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #C80019;
}
.streamingList > div{
    flex-basis: 600px;
    font-size: .9rem;
}
.streamingList ul{
    margin-top: 1.5rem;
}
.streamingList ul li p:first-child{
    flex-basis: 3rem;
    margin-right: 1rem;
}
.separator{
    position: relative;
    z-index: 3;
}
.separator > div{
    height: 4px;
    background-color: #C80019;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}
.bk{
    position: relative;
    width:100%;
    height1:100%;
    overflow:hidden;
}
.bk::after{
    position: absolute;
    content: '';    
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width:100%;
    height:100%;
    animation: bkSmoke 23s linear infinite;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}
@keyframes bkSmoke {
    0% {
      transform: translate(0,0%) scale(1.1);
    }
    12%{
        transform: translate(7%,0%) scale(1.2);
    }
    25%{
        transform: translate(15%,0%) scale(1.3);
    }
    50% {
        transform: translate(0%,-7%) scale(1.3);
    }
    75% {
        transform: translate(-15%,0%) scale(1.3);
    }
    87%{
        transform: translate(-7%,0%) scale(1.2);
    }
    100% {
        transform: translate(0,0%) scale(1.1);
    }
} 
.bk1::after{
    background-image: url('/files/user/LP/2024-25/gamelp/bk_1.jpg');
}
.bk2::after{
    background-image: url('/files/user/LP/2024-25/gamelp/bk_2.jpg');
}
.bk3::after{
    background-image: url('/files/user/LP/2024-25/gamelp/bk_3.jpg');
}
.bk4::after{
    background-image: url('/files/user/LP/2024-25/gamelp/bk_4.jpg');
    background-position: bottom center;
}
.streamingList li{
    display:flex;
    justify-content: space-between;
}
.streamingList li > div{
    display:flex;
    flex:1;
}
.streamingList li > p{

}
#modal{
    position: fixed;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transition: all .3s ease-in-out;
    background-color: rgba(0,0,0,.9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
#modal.open{
    top: 0;
}
#modal .modalWrap{
    position: relative;
    z-index: 999;
    margin-top: 2%;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow:scroll;
}
#modal .modal_image_wrap{
    width: calc(100% - 48px);
    /* height = 100% - padding - closebtn height */
    height: calc(100% - 48px);
    padding: 24px;
}
.modal_image{
    height: 70vh;
    background: white;
}
.modal_content{
    padding: 1.5rem;
    background: white;
    color: black;
}
.modal_title{
    padding: 1.5rem;
    border-bottom:2px solid #C80019;
    background: white;
}
#modal .modal_image img,
#modal .modal_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#modal .closeBtn{
    position: absolute;
    top:24px;
    right: 24px;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
}
#modal .closeBtn span{
    transform: rotate(45deg);
}
.footer_generate{
        max-width: 698px;
        margin: 0 auto;
        margin-top:8rem;
}
.plyaers_list{
    gap: 30px;
}
.plyaers_list li{
    flex-basis: calc(100% / 3 - 22px);
    aspect-ratio: 216 / 125;
    overflow: hidden;
    position:relative;
    background-color:#F5F5F5;
}
/* .plyaerNumWrap{
    position:absolute;
    height:100%;
    width:40%;
    left:0;
}
.plyaerNumWrap > img{
    max-height:113px;
    height:60%;
} */
.playerImgWrap{
    width:100%;
    height:100%;
}
.playerImgWrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    transition: all .3s ease-in-out;
    vertical-align: top;
}
.plyaers_list li:hover a .playerImgWrap img{
    transform: scale(1.05);
}
.sponsers_img{
    margin-left:-2.5rem;
    margin-right:-2.5rem;
}
.sponsers_img > div{
    width:100%;
    height:11px;
    padding-bottom:10px;
    display:flex;
    justify-content:center;
}
.sponsers_img > div img{
    height:11px;
    width:auto;
}
.accessWrap{
    gap:3rem;
}
.accessWrap > div:first-child{
    flex-basis:50%;
}
.map{
    width:100%;
    aspect-ratio:2 / 1;
    margin:2.5rem 0;
}
.map iframe{
    width:100%;
    height:100%;
}
.icon-bus{
    width:152px;
}
.icon-train{
    width:169px;
}
.icon-parking{
    width:211px;
}
.ticketInfoWrap{
    position:fixed;
    bottom:1rem;
    right:1rem;
    z-index:3;
    padding:1rem;
    font-size:0.8rem;
    line-height:1.3;
}
.ticketInfoWrap .flex{
    gap:0.5rem;
    flex-direction:column;
}
.__btn{
    background: linear-gradient(-10deg, #000 0%, #C80019 57%, #FF5532 100%);
    border-radius:3rem;
}
.__btn a{
    display:inline-block;
    padding: 0.5rem 1.8rem;
}
.sponserList{
    flex-wrap:wrap;
    align-items:center;
}
.sponserList.s-rankSponsers li,
.sponserList.a-rankSponsers li{
    flex-basis:calc(100% / 4);
}
.sponserList.b-rankSponsers li{
    flex-basis:calc(100% / 5);
}
.sponserList.c-rankSponsers li{
    flex-basis:calc(100% / 6);
}
.sponserList li a{
    
}
.sponserList li img{
    
}
section.weareone{
    padding:66px 0;
}
.weareone .container div{
    max-width:320px;
    margin:0 auto;
}
#tournament .h2caption{
    position:relative;
    z-index:3;
}
#tournament::before{
    content:'';
    width:100%;
    height:100%;
    background-image:url(/v=1743745971/files/user/LP/2024-25/gamelp/tournament-bk.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-size: cover;
    position:absolute;
    top:0;
    z-index:-1;
}
#tournament::after{
    content:'';
    position:absolute;
    bottom:0;
    z-index:-1;
    width:100%;
    height:39%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.qaList li{
    margin-top:3.5rem;
}
.qaList li:first-child{
    margin-top:0;
}
.qaList .qa-title{
    padding-left:calc(2.6rem + 2rem);
    padding-right:calc(31px + 2rem);
    padding-bottom:1rem;
    min-height:2.6rem;
    display:flex;
    align-items:center;
    border-bottom:1px solid #000;
    position:relative;
    cursor:pointer;
}
.qaList .qa-title::before{
    content:'';
    background-image:url('/files/user/LP/2024-25/gamelp/icon-q.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width:2.6rem;
    height:2.6rem;
    position:absolute;
    top:0;
    left:1rem;
}
.qaList .qa-content{
    padding:0;
    padding-left:calc(2.6rem + 2rem);
    height:0;
    opacity:0;
    transition:all .3s;
}
.qaList li.open .qa-content{
    padding-top:1rem;
    height:auto;
    opacity:1;
}
.qaList .accordion-btn{
    width:30px;
    height:30px;
    position:absolute;
    top:15px;
    right:1rem;
}
.qaList .accordion-btn::before,
.qaList .accordion-btn::after{
    content:'';
    background:#C80019;
    position:absolute;
    transition:all .3s;
}
.qaList .accordion-btn::after{
    width:100%;
    height:5px;
    top:calc(50% - 2.5px)
}
.qaList .accordion-btn::before{
    width:5px;
    height:100%;
    left:calc(50% - 2.5px)
}
.qaList li.open .accordion-btn::before{
    transform:rotate(90deg);
}
.qaList li.open .accordion-btn::after{
    transform:rotate(-180deg);
}
@media screen and (max-width: 768px) {
    .teaminfoWrap {
        gap: 30px;
    }
    .horizontal_list li {
        flex-direction: column-reverse;
    }
    ._cardList li {
        flex-basis: 100%;
    }
    h2 img {
        max-height: 9.5vw;
    }
    .place_img {
        height: 50px;
        margin-top: 30px;
    }
    .gameInfoList {
        margin-top: 5rem;
    }
    .footer_wrap footer{
        padding-bottom:5rem;
    }
    .footer_generate{
        max-width: 80vw;
    }
    .plyaers_list{
        gap: 20px;
    }
    .plyaers_list li{
        flex-basis: calc(100% / 2 - 12px);
    }
    .horizontal_list li div:last-child {
        flex-basis:unset;
    }
    .teamLogo.aw{
       justify-content:center;
    }
    .awayteam{
       flex-basis: 27vw; 
    }
    .plyaerNumWrap > img {
        height: 60%; 
        
    }
    .circleBtn {
        min-width:80%;
        height: 100px;
    }
    .circleBtn a{
        justify-content: center;
        padding:0;
    }
    .modal_image {
        height:unset;
    }
    .accessWrap {
        flex-direction: column;
        align-items: center;
        text-align: -webkit-center;
    }
    .icon-bus{
        width:calc(152px * 0.8);
    }
    .icon-train{
        width:calc(169px * 0.8);
    }
    .icon-parking{
        width:calc(211px * 0.8);
    }
    .tm30 img {
        width:calc(397px * 0.6);
    }
    .ticketInfoWrap{
        bottom:0;
        right:0;
        left:0;
        z-index:3;
        padding:1.1rem 1rem;
        font-size:1rem;
    }
    .ticketInfoWrap .flex{
        gap:1rem;
        flex-direction:row;
        justify-content: space-evenly;
        flex-wrap:wrap;
    }
    .ticketInfoWrap p br{
        display:none;
    }
    .__btn{
        padding: 0.5rem;
    }
    .timetbl > li {
        flex-basis:100%;
    }
    .sponserList{
        margin-left:-24px;
        margin-right:-24px;
    }
    .sponserList.s-rankSponsers li,
    .sponserList.a-rankSponsers li{
        flex-basis:calc(100% / 3);
    }
    .sponserList.b-rankSponsers li{
        flex-basis:calc(100% / 4);
    }
    .sponserList.c-rankSponsers li{
        flex-basis:calc(100% / 5);
    }
    .qaList .qa-title {
        padding-left: calc(2.6rem + 1rem);
        padding-right: calc(20px + 1rem);
    }
    .qaList .qa-content {
        padding-left: calc(2.6rem + 1rem);
    }
    .qaList .qa-title::before {
        top:0;
        left:0;
        bottom:1rem;
        margin:auto 0;
    }
    .qaList .accordion-btn{
        top:0;
        right:0;
        bottom:1rem;
        margin:auto 0;
        width:20px;
        height:20px;
    }
    .top-sponsers{
        margin-top:-2.5rem;
    }
    #tournament{
        padding-bottom:3rem;

        background: linear-gradient(180deg, rgba(0, 0, 0, .25) 74px, rgba(0, 0, 0, 0) 74px);
    }
    #tournament::before{
        background-image:url('/files/user/LP/2024-25/gamelp/tournament-bk_sp.png');

        background-position: center 74px;
    }
    #tournament::after{
        height:31%;
    }
}