@charset "utf-8";

/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* 브라운폰트 */
@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/Brown-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoT.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoUL.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoL.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoR.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoM.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoSB.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoEB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    src: url('/fonts/AppleSDGothicNeoH.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
/* 산돌고딕 폰트 */



/* 초기화부분시작 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    font-family: 'AppleSDGothicNeo';
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
.icon_img{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

input,
select{
    outline: none;
}
/* 초기화부분 끝*/





/* 헤더부분 시작*/
.header{
    width: 100%;
    height: 44px;
    padding: 0 16px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: fixed;
    z-index: 99;
}
.header_area{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.team_league-but-b{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 18px;
    border-radius: 4px;
    background-color: #0070FF;

    font-family: 'Brown', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    color: #ffffff;
}
.language-but{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 29px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #ffffff;

    color: #ffffff;
    font-family: 'Brown', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
}
/* 헤더부분 끝*/

/* 바텀 네비게이션 바 시작 */
.bottom_nav{
    width: 100%;
    height: 92px;
    background-color:rgba(43, 43, 43, 1) ;
    padding-bottom: 21px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(102, 102, 102, 1);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.bottom_nav-firstbut{
    width: 82px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.bottom_nav-firstbut b{
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.bottom_nav span{
    display: inline-block;
    width: 1px;
    height: 46px;
    background-color:rgba(182, 182, 182, 1) ;
}
.bottom_nav-butbox{
    width: calc(100% - 83px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
}
.bottom_nav-but{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.bottom_nav-but p{
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
/* 바텀 네비게이션 바 끝 */

/* 컨텐츠 부분 시작 */
.contents{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mySwiper1{
    width: 100%;
    height: 250px;
}

.banner-slider{
    background-image: url(/images/index/banner-slider01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.content_area{
    width: 100%;
    background-image: url(/images/index/content_area-bk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
    padding-bottom: 92px;
}
.menu_grid{
    width: 100%;
    padding: 16px;
    background-color: rgba(52, 52, 52, 0.35);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.menu_grid_items{
    display: grid;
    gap: 11px;
}
.menu_grid_items.items02{  grid-template-columns: 1fr 1fr;}
.menu_grid_items.items04{  grid-template-columns: 1fr 1fr 1fr 1fr;}
.menu_grid_items.items01{  grid-template-columns: 1fr;}

.menu_grid_item{
    background-color: rgba(73, 73, 73, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
}
.menu_grid_item:hover{
    background-color: #a3a3a3;
}
.menu_grid_item p{
    color: rgba(255, 255, 255, 1);
}
.menu_grid_items.items02 .menu_grid_item{
    padding: 0 12px;
    height: 58px;
    align-items: center;
    justify-content: space-between;
}
.menu_grid_items.items02 .menu_grid_item .icon_img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(43, 43, 43, 1);
    overflow: hidden;
    border: 1px solid rgba(229, 37, 71, 0.45);
}
.menu_grid_items.items02 .menu_grid_item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.menu_grid_items.items04 .menu_grid_item{
    padding: 0 12px;
    height: 66px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}
.menu_grid_items.items04 .menu_grid_item p{
    font-weight: 200;
    font-size: 12px;
    line-height: 22px;
}
.menu_grid_items.items01 .menu_grid_item{
    padding: 0 12px;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.menu_grid_items.items01 .menu_grid_item .icon_img{
    width: 20px;
    height: 20px;
}
.menu_grid_items.items01 .menu_grid_item p{
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
}
.youtube-but{
    width: 100%;
    height: 40px;
    background-color: rgba(229, 37, 71, 1);
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 9;
}
.youtube-but p{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
.youtube-but p:nth-child(3){margin-top: 2px;}
.youtube-but p:nth-child(4){margin-top: 4px;}

.stats-list_link{
    width: 100%;
    padding:12px 16px;
    background-color: rgba(52, 52, 52, 0.35);
    display: flex;
    flex-direction: column;
}
.content_title{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}
.content_title h1{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    margin-top: 1px;
}
.stats-linkzone{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stats-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stats-link_txt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.stats-link_txt p{
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
}
.stats-link_txt p b{
    font-weight: 500;
}
.stats-link_txt .icon_img{
    width: 20px;
    height: 20px;
}
.stats-link .icon_img{
    width: 20px;
    width: 20px;
}
.game_video{
    width: 100%;
    padding:12px 16px ;
    background-color: rgba(52, 52, 52, 0.35);
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
.game_video-masking {
    width: 100%;
    overflow-x: auto; /* 가로 스크롤 활성화 */
}
.game_video-masking.on{
    padding-bottom: 10px;
    padding-right: 12px;
}
.game_video-area{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.game_video-item{
    width: 222px;
    height: 140px;
    position: relative;
}
.game_video-item img{
    width: 100%;
    height: 100%;
}
.game_video-txt{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.game_video-txt p {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 16.8px;

    /* 2줄까지만 보이도록 설정 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game_slide-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(43, 43, 43, 1);
    padding-top: 44px;
}
.game_slide-teb{
    display: flex;
    align-items: center;
}
.game_slide-teb a{
    width: 50%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.game_slide-teb a::before{
    transition: 0.3s;
}
.game_slide-teb a.on::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: rgba(229, 37, 71, 1);
    bottom: 0;
    left: 0;
}
.swiper.mySwiper2,
.swiper.mySwiper3{
    width: 100%;
    height: 180px;
    background: url(/images/index/mySwiper-bk.png) no-repeat center center;

    background-size: cover;
}
.swiper-button-prev,
.swiper-button-next{
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-prev{
    left: 6px !important;
}
.swiper-button-next{
    right: 6px !important;
}
.swiper-slide{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
}
.slide_box2{
    width: 88%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.slide-player{
    width: 84px;
    height: 116px;
    position: relative;
    background-color: #ffffff;
}
.slide-playe_txt{
    width: 100%;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
}
.slide-playe_txt p{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
}
.slide-player .icon_img img{
    width: 100%;
    height: 100%;
}
.slide-scoreboardbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slide-scoreboardbox h2{
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
}
.slide-scoreboardbox a{
    color: #ffffff;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    margin-top: 3px;
}
.slide-scoreboard{
    display: flex;
    flex-direction: column;
    width: 112px;
}
.slide-scoreboard-top{
    display: flex;
    align-items: center;
    width: 100%;
    height: 22px;
}
.slide-scoreboard-top span:nth-child(1),
.slide-scoreboard-top span:nth-child(3){
    width: calc(50% - 28px);
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
.slide-scoreboard-top span:nth-child(2){
    background-color: rgba(43, 43, 43, 1);
    border: 1px solid rgba(51, 51, 51, 1);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;

    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}
.slide-scoreboard-top span.yellow{
    background-color: rgba(248, 219, 70, 1);
}
.slide-scoreboard-middle{
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: rgba(43, 43, 43, 1);
}
.slide-scoreboard-middle p{
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    min-width: 15px;
    display: inline-block;
}
.slide-scoreboard-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    height: 36px;
}
.slide-scoreboard-bottom span{
    width: 50%;
    height: 100%;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
.slide-scoreboard-bottom span.yellow{
    border: 2px solid rgba(229, 37, 71, 1);
    background-color:rgba(248, 219, 70, 1) ;
}
.slide-scoreboardbox i{
    font-style: normal;
    color: #ffffff;
    font-weight: 200;
    font-size: 11px;
    line-height: 22px;
}
.relative_record-but{
    background-color: rgba(73, 73, 73, 1);
    padding:2px 6px;
}
.content_title-but div{
    all: unset;
    cursor: pointer;
}
.content_title-but{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.content_title02{
    justify-content: space-between;
}
.mySwiper4 {
    width: 100% !important;
    height: 80px !important;
    overflow: unset !important;
}
.slide4{
    width: 60% !important;
    border: 1px solid #666666 !important;
    background-color: #494949 !important;
    height: 80px !important;
    border-radius: 6px !important;
    padding: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.slide4-img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide4-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: calc(100% - 76px);
}
.slide4-txt h1{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
.slide4-txt p{
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide4-arrow{
    width: 20px;height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stats-list_link02{
    overflow: hidden;
}
.slide4-img img{
    width: 40px;
    object-fit: cover;
}
body.open nav{
    right: unset !important;
}
.home_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.home_box a.btn_lang_show{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.home_bt{
    display: none !important;
}
.slide4-img{
    overflow: hidden;
}
/* 컨텐츠 부분 끝 */
