@charset "utf-8";
@media (max-width:1200px) {
    .contents{
        width: 100%;
        padding: 0 20px;
    }
    .team_explanation-playerdata{
        display: flex;
        flex-wrap: wrap;
        grid-template-columns:unset;
        align-items: start;
        gap: 32px;
    }
    .gamedata_tablearea{
        overflow-x: auto;
    }
    .gamedata_tablearea .player_table02{
        width: 460px;
    }
    .gamedata_area {
        width: 500px;
    }
    .gamedata_tablebox {
        width: calc(100% - 524px);
    }
    .gamedata_player-infor{
        padding: 20px;
    }
    .map-section{
        width: 100%;
        padding: 0 16px;
    }
}
@media (max-width:1090px) {
    #statsChart {
        margin-right: 40px;
        height: 300px !important;
        width: auto !important;
    }
    .playerinfor_box{
        gap: 0;
    }
    .subpage_seasonbox{
        flex-direction: column;
        align-items: center;
    }
    .subpage_seasonbox span{
        display: none;
    }
    .subpage_seasonbox{
        padding: 12px 0;
    }
    .relative_record-player{
        width: calc(50% - 2px);
        max-height: 500px;
        padding: 6px;
    }
    .relative_record-player:nth-child(1) {
        order: 1;
        border: 1px solid rgba(229, 229, 229, 1);
    }
    .relative_record-player:nth-child(3) {
        order: 2;
        border: 1px solid rgba(229, 229, 229, 1);
    }
    .relative_record-infor {
        order: 3;
        width: 100%;
        padding: 12px;
        border: 1px solid rgba(229, 229, 229, 1);
        margin-top: 3px;
    }
    .relative_record-listarea{
        flex-wrap: wrap;
        padding:0;
        align-items: flex-end;
    }
    .relative-player_img{
        height: 200px;
        overflow: hidden;
    }
    .relative-player_img img{
        width: unset;
        height: 100%;
    }
    .relative_record-player.team{
        width: calc(50% - 2px);
        padding: 6px;
    }
    .relative_record-player.team .relative-player_img{
        height: 200px;
        padding: 12px;
    }
    .relative_record-area{
        gap: 35px;
    }
    .about_symbol{
        padding: 0 16px;
        gap: 24px;
    }
    .ceo-info{
        flex-direction: column;
        height: fit-content;
    }
    .ceo-img {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .ceo-img img{
        width: 420px;
    }
    .greeting_area{
        margin-top: 20px;
    }
    .ceo-txt{
        width: 100%;
        padding: 0px;
        padding-bottom: 20px;
    }
        body{
        padding-top: 48px;
    }
}
@media (max-width:820px) {
    .header_sidebar{
        display: none !important;
    }
    .subpage_sidebar{
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .btn-prev{
        display: inline-block !important;
    }
    .header_logobox{
        gap: 8px;
    }

    .contents{
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .subpage_title{
        display: none;
    }
    .subpage_selectdate{
        margin: 10px 0;
    }
    .m-subpage_title{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
    }
    .m-subpage_title span{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 16px;
        margin-right: 6px;
        border-right: 1px solid rgba(229, 229, 229, 1);
    }
    .m-subpage_title span p{
        color: #000000;
        font-weight: 400;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        text-align: center;
        position: relative;
    }
    .m-subpage_title a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 6px;
    }
    .m-subpage_title a p{
        color: rgba(102, 102, 102, 1);
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        transition: 0.3s;
        position: relative;
    }
    .m-subpage_title a.on p::before{
        position: absolute;
        content: "";
        left: 0;
        top: calc(100% + 10px);
        width: 100%;
        height: 2px;
        background-color: rgba(229, 37, 71, 1);
    }

    .m-subpage_title a.on p{
        color: rgba(229, 37, 71, 1);
    }
    .subpage_area01{
        width: 100%;
        margin-top:0;
        padding: 0;
        box-shadow:unset;
        background-color: #ffffff;
        margin-bottom: 24px;
    }
    .subpage_tep{
        display: none;
    }
    .subpage_area_title{
        flex-direction: column;
        margin: 0;
        background-color: rgba(248, 248, 248, 1);
        padding: 12px 16px;
        gap: 12px;
    }
    .subpage_search{
        width: 100%;
        gap: 6px;
        height: 32px;
    }
    .subpage_search input{
        width: calc(100% - 52px);
        font-size: 12px;
        font-weight: 400;
    }
    .subpage_search input::placeholder{
        font-size: 12px;
    }
    .records_item04-ranking-infor_txtmid p{
        margin-left: 4px;
    }
    .subpage_search button{
        font-size: 12px;
    }
    .m-selectbox{
        display: flex;
        width: 100%;
        gap: 16px;
    }
    .m-selectbox select{
        width: 50%;
        height: 32px;
        border: 1px solid rgba(161, 161, 161, 1);
        color: #000000;
        font-weight: 400;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
    }
    .m-selectbox select option{
        color: rgba(161, 161, 161, 1);
        font-weight: 400;
        font-size: 12px;
        line-height: 15.67px;
    }
    .table_header{
        display: none !important;
    }
    .table_header .table-cell{
        display: none;
    }
    .table-row {
        display: flex;
        flex-direction: column;
        padding: 12px 16px;
        gap: 8px;
        position: relative;
        flex-wrap: wrap; /* 요소가 줄 바꿈될 수 있도록 설정 */
        align-items: baseline;
    }
    .table-cell{
        padding: 0;
        text-align: left ;
    }
    .table-cell:nth-child(4){
        position: absolute;
        top: 50%;
        right: 16px;
        width: fit-content;
        transform: translateY(-50%);
    }
    .table-cell .status_but{
        margin: 0;
        font-size: 14px;
        line-height: 15.68px;
        letter-spacing: 0px;
    }
    .table-row .table-cell:nth-child(1) {
        width: 80%;
        order: 1;
        font-weight: 300;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }

    .table-row .table-cell:nth-child(2) {
        width: 80%;
        order: 0;
    }
    .table-row .table-cell:nth-child(3) {
        width: 80%;
        order: 1;
        font-weight: 300;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .table_morebut{
        font-weight: 400;
    }
    .table_cautiontxt{
        padding-right: 16px;
    }
    .playerinfor_area{
        margin-top: 0;
    }
    .player_profile{
        height: unset;
        padding: 0;
        position: relative;
    }
    .playerinfor_box{
        width: 100%;
        flex-direction: column;
    }
    .playergraph_box{
        position: absolute;
        width: 100vw;
        height:280px;
        top: 0;
        left: 0;
        right: unset;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 100;
        transform: unset;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }
    .playergraph_box.on{
        visibility: visible;
        opacity: 1;
    }
    #statsChart{
        height: 280px !important;
        width: auto !important;
        margin-right: 0;
    }
    .graph_select{
        top: 12px;
        right: 12px;
    }
    .graph_select select{
        border: 1px solid #ffffff;
        color: #ffffff;
        font-weight: 300;
        font-size: 12px;
        background: url(/resource/img/sub/select_arrowdarkmode.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        background-color: rgba(255, 255, 255, 0.15);
    }
    .playerinfor_img{
        width: fit-content;
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 280px;
    }
    .playerinfor_img img{
        object-fit: cover;
        height: 100%;
    }
    .playerinfor_txtbox{
        width: 100%;
        padding: 16px;
        position: relative;
    }
    .playerinfor_txtbox h3{
        color: #ffffff;
        font-weight: 600;
        font-size: 20px;
        line-height: 22.4px;
        letter-spacing: 12px;
        margin-bottom: 12px;
    }
    .playerinfor_typebar{
        display: none;
    }
    .playerinfor_txt span {
        font-family: Noto Sans KR;
        font-weight: 400;
        font-size: 14px;
        line-height: 15.68px;
        letter-spacing: 0px;
        color: rgba(238, 238, 238, 1);
        display: flex;
        width: 52px;
    }
    .playerinfor_txt.nationality span{
        letter-spacing: 26px;
    }
    .playerinfor_txt p{
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
        line-height: 15.68px;
        letter-spacing: 0px;
    }
    .playerinfor_txt.nationality{
        margin-bottom: 12px;
    }
    .playerinfor_txtbox.pba{
        background: linear-gradient(283.65deg, #032869 0.03%, #1C50AA 99.97%);
    }
    .playerinfor_txtbox.lpba{
        background: linear-gradient(283.65deg, #BA102E 0.03%, #7D0319 99.97%);
    }
    .playerinfor_txtbox.dream{
        background: linear-gradient(283.65deg, #FFFFFF 0.03%, #F1F1F1 99.97%);
    }

    .player_nationality{
        gap: 11px;
    }
    .m-playerinfor_txtbut{
        display: flex;
        position: absolute;
        top: 20px;
        right: 16px;
        border: 1px solid rgba(229, 229, 229, 1);
        padding: 8px;
        background-color: rgba(255, 255, 255, 0.15);

        color: #ffffff;
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .playerinfor_area{
        gap: 24px;
    }
    .player_statisticsarea h2{
        font-weight: 500;
        font-size: 13px;
        line-height: 17.92px;
        letter-spacing: 0px;
        padding-left: 16px;
    }
    .player_statisticsarea{
        gap: 12px;
        padding-bottom: 24px;
    }
    .player_table01{
        width: 100%;
    }
    .player_table01 thead tr{
        height: 34px;
    }
    .player_table01 thead tr th{
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .player_table01_title{
        gap: 12px;
    }
    .player_table01_title_arrow{
        width: 12px;
        height: 11px;
        margin-top: 3px;
    }
    .player_table01_title_arrow img{
        width: 100%;
        height: 100%;
    }
    .player_table01 tbody tr td h3{
        margin-top: 12px;
        margin-bottom: 12px;
        font-family: Noto Sans KR;
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .player_table01 tbody tr td.total02 h3{
        margin-bottom: 12px;
    }
    .player_table01 tbody tr td h4{
        margin-bottom: 12px;
        font-family: Noto Sans KR;
        font-weight: 600;
        font-size: 14px;
        line-height: 17.92px;
        letter-spacing: 0px;
    }
    .player_table01 tbody tr td.total02 h4{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .player_table01 .total{
        border-right: 2px solid rgba(229, 229, 229, 1);
    }
    .player_tablearea{
        flex-direction: column;
        gap: 12px;
    }
    .tablemore_but{
        right: 12px;
        font-family: Noto Sans KR;
        font-weight: 500;
        font-size: 10px;
        line-height: 11.2px;
        letter-spacing: 0px;
    }
    .player_table01 tbody tr td{
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
        height: 38px;
    }
    .player_table01 colgroup col:nth-child(1){width: 72px !important;}
    .player_table02_01 colgroup col:nth-child(1){width: 72px !important;}
    .player_table02_01 colgroup col:nth-child(2){width: 72px !important;}
    .player_table02_01 colgroup col:nth-child(3){width: 72px !important;}
    .player_table02_01 colgroup col:nth-child(4){width: 126px !important;}
    .player_table02_01 colgroup col:nth-child(5){width: 126px !important;}

    .player_tablebox{
        overflow-y: auto;
        padding-left: 16px;
    }
    .competition_records_item.competition_records_item01 .player_tablearea .player_tablebox{
        padding-left: 0;
    }
    .player_table02 thead tr{
        height: 36px;
    }
    .player_table02 thead tr th{
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
    }
    .player_table02 tbody tr td{
        height: 38px;
        font-weight: 400;
        font-size: 11px;
        line-height: 13.44px;
    }
    .player_table02 tbody tr td b{
        font-weight: 300;
        font-size: 11px;
    }
    .top-team p{
        font-size: 12px;
    }
    .top-ranker p{
        font-size: 12px;
    }
    .recordroom_table-informasking3 .recordroom_table-infor .player_table02 tbody tr td{
        height: 54px;
    }
    .recordroom_table-title3 .player_table02 tbody tr td{
        height: 54px;
    }
    .player_table02_02 colgroup col{width: 72px !important;}
    .award-list_imgtxt p{
        font-size:12px;
    }
    .player_table01 tbody tr td h5 a{
        font-size: 12px;
        font-weight: 500;
    }
    .player_table03 thead tr th{
        font-size: 12px;
    }
    .gamedata_tablearea-title a{
        font-size: 12px;
    }
    .gamedata_tablearea-title p{
        font-size: 12px;
    }
    .award-main_imgtxtbox p{
        font-size: 16px;
    }
    .award-main_imgtxtbox h2{
        font-size: 24px;
    }
    .award-main_imgtxtbox{
        gap: 0px;
        padding-bottom: 12px;
    }
    .award-list_imgtxt{
        gap: 2px;
    }
    .award-list_imgtxt h2{
        font-size: 13px;
        font-weight: 400;
    }
    .player_statisticsarea_title02{
        flex-direction: column;
        gap: 6px;
    }
    .player_statisticsarea_title02 span{
        padding-left: 16px;

        font-weight: 400;
        font-size: 10px;
        line-height: 13.44px;
    }
    .player_table02_03 colgroup col:nth-child(1){width: 200px !important;}
    .player_table02_03 colgroup col:nth-child(2){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(3){width: 130px !important;}
    .player_table02_03 colgroup col:nth-child(4){width: 100px !important;}
    .player_table02_03 colgroup col:nth-child(5){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(6){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(7){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(8){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(9){width: 72px !important;}
    .player_table02_03 colgroup col:nth-child(10){width: 72px !important;}
    .player_table02 tbody tr td a {
        font-family: Noto Sans KR;
        font-weight: 600;
        font-size: 11px;
        line-height: 13.44px;
        letter-spacing: 0px;
        white-space: nowrap; /* 줄바꿈 방지 */
        overflow: hidden; /* 넘치는 부분 숨김 */
        text-overflow: ellipsis; /* 말줄임표 처리 */
        display: block; /* 블록 요소로 설정 (필요한 경우) */
        max-width: 100%; /* 부모 요소 기준 최대 너비 설정 */
    }
    
    .player_statisticsarea_title01 .graph_select select{
        border: 1px solid #000000;
        color: #000;
        font-weight: 500;
        height: 26px;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        padding-left: 4p6;
    }
    .player_tablebox_01{
        overflow-y: unset;
    }

    .playerinfor_txtbox.dream h3{
        color: #000000;
    }
    .playerinfor_txtbox.dream p{
        color: #000000;
    }
    .playerinfor_txtbox.dream .playerinfor_txt span{
        color: #000000;
    }
    .playerinfor_txtbox.dream .m-playerinfor_txtbut{
        border: 1px solid #000000;
        color: #000000;
        font-weight: 500;
    }
    .event_schedule{
        background-color: rgba(248, 248, 248, 1);
        padding: 12px 16px;
        border-radius: 0;
    }
    .event_schedule h3{
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 18px;
    }
    .event_scheduletxt{
        margin-bottom: 6px;
        gap: 6px;
    }
    .event_scheduletxt p {
        font-weight: 400;
        font-size: 12px;
    }
    .event_scheduletxt .icon_img{
        width: 13px;
    }
    .competition_records_tep{
        gap: 6px;
    }
    .competition_records_tep a{
        border-radius: 4px;
        padding:0;
        font-size: 12px;
        width: calc(20% - 5px);
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .competition_records{
        gap: 16px;
    }
    .competition_records_item05-h h5{
        font-size: 14px;
        font-weight: 500;
    }
    .competition_records_item05{
        gap: 0px;
    }
    .subpage_selectdate_but{
        width: 16px;
        height: 16px;
    }
    .subpage_selectdate.subpage_selectdate_but{
        display: none;
    }
    .subpage_selectdate_but .icon_img{
        width: 100%;
        height: 100%;
    }
    .competition_records_item05_boxs{
        grid-template-columns: 1fr;
        padding: 0;
        gap: 0;
    }
    .competition_records_item05_box_title-m{
        border-radius: 6px 6px 0 0;
        border: 2px solid rgba(229, 229, 229, 1);
        border-bottom: 1px solid rgba(229, 229, 229, 1);
        width: 100%;
        height: 40px;
        display: flex;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
    }

    .seasonleader_list_m{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 31px;
    }

    .competition_records_item05_box_title-m .player_table01_title{
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
        color: #000;
    }
    .competition_records_item05_box_title{
        display: none;
    }
    .competition_records_item05_box{
        border-radius: 0 0 6px 6px;
        border-top:none ;
    }
    .competition_number_one {
        height: 70px !important;
    }
    .competition_inforimg {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 60px;
        height: 60px;
    }
    .competition_number_one .competition_itemtxtbox {
        gap: 8px;
    }
    .competition_number_one .competition_itemtxtbox h3 {
        font-size: 14px;
        font-weight: 500;
    }
    .competition_item{
        padding: 0 16px;
        height: 54px;
    }
    .competition_number_one .competition_infortxt h4 {
        font-weight: 400;
        font-size: 13px;
        line-height: normal;
    }
    .competition_number_one .competition_nationality span {
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
    }
    .competition_number_one .competition_infortxt {
        gap: 4px;
    }
    .competition_number_one p {
        font-size: 14px;
    }
    .competition_infortxt h4{
        font-size: 12px;
    }
    .competition_nationality span{
        font-size: 11px;
    }
    .competition_item p{
        font-size: 12px;
    }
    .competition_records{
        margin-bottom: 24px;
    }
    .subpage_seasonbox{
        margin-top: 0;
        padding: 12px 16px;
        gap: 6px;
    }
    .season_selectdatearea{
        width: 100%;
    }
    .subpage_area_title{
        gap: 6px;
    }
    .season_selectdatearea .graph_select select{
        height: 32px;
        border: 1px solid rgba(161, 161, 161, 1);
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
    }
    .season_selectdatebox{
        width: 105px;
        gap: 0;
    }
    .season_selectdatebox:nth-child(2){
        width: calc(100% - 105px);
    }
    .season_selectdatebox .graph_select{
        width: 100%;
    }
    .season_selectdatetxt P{
        font-size: 12px;
        font-weight: 400;
    }
    .subpage_seasonboxs{
        gap: 6px;
    }
    .subpage_seasonboxs span{
        text-align: center;
        font-size: 10px;
    }
    .player_recordroom_masking{
        overflow-x: unset;
    }
    .player_recordroom{
        gap: 0;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .player_recordroom .competition_records_item05_box{
        width: 100%;
    }
    .record_roomarea{
        margin-top: 10px;
        gap: 35px;
        padding: 0 16px;
        margin-bottom: 24px;
    }
    .recordroom_tabletitle h2{
        font-weight: 500;
        font-size: 14px;
        line-height: 17.92px;
    }
    .table_recordroom{
        gap: 12px;
    }
    .recordroom_tabletitle-txt p{
        font-size: 12px;
    }

    .recordroom_tabletitle-txt .icon_img{
        width: 14px;
        height: 14px;
    }
    .recordroom_tabletitle-txt .icon_img img{
        width: 100%;
        height: 100%;
    }
    .recordroom_tabletitle-txt {
        align-items: flex-end;
        gap: 2px;
    }
    .recordroom_arrowbut{
        display: none;
    }
    .recordroom_table-title{
        width:110px;
        z-index: 9;
    }
    .recordroom_table-title3{
        width:240px;
        z-index: 9;
    }
    .recordroom_table-title4{
        width:257px;
        z-index: 9;
    }
    .top-ranker-item {
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
    }
    .top-ranker a{
        width: fit-content !important;
    }
    .scroll-sync-group0 .recordroom_table-infor{
        padding: 0;
    }
    .recordroom_table-title .player_table02 colgroup col:nth-child(1){
        width: 40px !important;
    }
    .recordroom_table-title .player_table02 colgroup col:nth-child(2){
        width: 130px !important;
    }
        .recordroom_table-title3 .player_table02 colgroup col:nth-child(2){
        width: 200px !important;
    }
    .recordroom_table-informasking{
        width: calc(100% - 110px);
    }
    .recordroom_table-informasking3{
        width: calc(100% - 240px);
    }
    .recordroom_table-title.team_league{
        width: 170px;
    }
    .recordroom_table-informasking.team_league{
        width: calc(100% - 170px);
    }
    .recordroom_table-informasking .recordroom_table-infor .player_table02 colgroup col{
        width: 40px !important;
    }
    .recordroom_table-informasking3 .recordroom_table-infor .player_table02 colgroup col{
        width: 70px !important;
    }
    .recordroom_table-informasking3 .recordroom_table-infor .player_table02 colgroup col:nth-child(1){
        width: 200px !important;
    }
    .recordroom_table-informasking3 .recordroom_table-infor .player_table02 colgroup col:nth-child(2){
        width: 100px !important;
    }
    .recordroom_table-informasking3 .recordroom_table-infor .player_table02.player_table02team colgroup col{
        width: 80px !important;
    }
    .team_league-td p{
        font-weight: 300;
        font-size: 11px;
        line-height: 13.44px;
        letter-spacing: 0px;
        width: 100%;
    }
    .top-ranker{
        padding-left: 6px;
    }
    .top-team{
        padding-left: 6px;
    }
    .team_league-td .icon_img{
        display: none;
    }
    .team_league-td{
        padding: 0;
        padding-left: 6px;
    }
    .team_ranking-area{
        margin-top: 0;
        gap: 35px;
        margin-bottom: 24px;
    }
    .player_statisticsarea_title01.player_statisticsarea_title1-2{
        padding: 12px 16px;
    }
    .player_statisticsarea_title01.player_statisticsarea_title1-2 .graph_select{
        width: 50%;
    }
    .player_statisticsarea_title01 .graph_select{
        width: 30%;
    }
    .team_ranking-area .table_recordroom .record_roomitem{
        padding: 0 16px;
    }
    .team_ranking-area .recordroom_tabletitle{
        padding: 0 16px;
    }
    .relative_record-area{
        margin-top: 0;
        margin-bottom: 24px;
    }
    .relative_record-infor .graph_select{
        width: 100%;
    }
    .relative-player_img{
        height: 180px;
    }
    .relative_record-infor .graph_select select{
        height: 32px;
        border: 1px solid rgba(161, 161, 161, 1);
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        width: 100%;
    }
    .relative_record-infor{
        gap: 6px;
    }
    .relative_record-vstable{
        width: 100%;
    }
    .relative_record-vsitem h3{
        font-size: 14px;
        font-weight: 400;
        height: 20px;
        line-height: 30px;
    }
    .relative_record-vsitem p{
        font-size: 11px;
    }
    .relative_record-inforbut{
        font-size: 12px;
    }
    .player_table03 tbody tr td {
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        text-align: center;
        height: 34px;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
        background-color: #ffffff;
    }
    .player_table03 tbody tr td:nth-child(2){
        font-size: 11px;
        font-weight: 400;
    }
    .relative-player_title h3{
        font-size: 12px;
        font-weight: 400;
    }
    .relative-player_search input{
        font-size: 12px;
    }
    .relative_record-box h2{
        font-weight: 600;
        font-size: 13px;
        line-height: 17.92px;
    }
    .relative_record-box{
        gap: 12px;
        padding: 0 16px;
    }
    .recordroom_table-title.recordroom_table-title02{
        width: 180px;
    }
    .recordroom_table-title.recordroom_table-title02 .player_table02 colgroup col:nth-child(1){
        width: 180px !important;
    }
    .recordroom_table-informasking.recordroom_table-informasking02{
        width: calc(100% - 180px);
    }
    .relative_record-area .player_statisticsarea .player_statisticsarea_title01{
        background-color:unset;
        padding:unset;
    }
    .player-win-ratetable{
        flex-direction: column;
        gap: 6px;
    }
    .relative_record-area .player_statisticsarea .player_statisticsarea_title01 .graph_select {
        width: unset;
    }
    .relative-player_txt h3 {
        color: #000;
        font-weight: 400;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
    }
    .relative_record-vs span{
        font-size: 14px;
    }
    .relative-player_txt span {
        display: none;
    }
    .relative-player_txt{
        gap: 6px;
    }
    .player-win-ratetable{
        padding: 0 16px;
    }
    .player-win-ratetable .player_tablebox{
        padding: 0;
    }
    .player-win-ratetable .player_tablebox .player_table02_01 colgroup col:nth-child(1){
        width: 120px !important;
    }
    .player-win-ratetable .player_tablebox .player_table02_01 colgroup col:nth-child(2){
        width: 60px !important;
    }
    .player-win-ratetable .player_tablebox .player_table02_01 colgroup col:nth-child(3){
        width: 60px !important;
    }
    .player-win-ratetable .player_tablebox .player_table02_01 colgroup col:nth-child(4){
        width: 60px !important;
    }
    .player-win-ratetable .player_tablebox .player_table02_01 colgroup col:nth-child(5){
        width: 60px !important;
    }
    .relative_record-listitle{
        min-height: 30px;
        height: unset;
        padding: 2px 6px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
    .relative_record-listbox h2{
        font-weight: 400;
        font-size: 11px;
        line-height: 13.44px;
    }
    .relative_record-listitle a{
        font-weight: 400;
        font-size: 11px;
        line-height: 13.44px;
    }
    .relative_record-listitem{
        height: unset;
        min-height: 30px;
    }
    .relative_record-name{
        padding: 0 6px;
        width: calc(50% - 45px);
        height: unset;
        min-height: 30px;
        gap: 4px;
    }
    .relative_record-listinfor{
        width: 82px;
        height: unset;
        min-height: 30px;
    }
    .relative_name-l{
        padding-right: 12px;
    }
    .relative_name-r{
        padding-left: 12px;
    }
    .record-list_number{
        width: 40px;
        min-height: 30px;
    }
    .record-list_number h4{
        font-size: 12px;
    }
    .record-list_score{
        width: 20px;
        min-height: 30px;
    }
    .record-list_score p {
        color: #000000;
        font-weight: 400;
        font-size: 12px;
    }
    .relative_record-name .relative-player_nation .icon_img{
        display: none;
    }
    .relative_record-listboxs{
        gap: 6px;
    }
    .player-win-ratetable .player_tablebox .player_table02.player_table02_01{
        width: 100%;
    }
    .player-win-ratetable .player_tablebox .player_table02.player_table02_01 .player_table02_th-img img{
        width: 22px;
        height: 22px;
    }
    .team_infor-tep a {
        height: 30px;
        border-radius: 6px 6px 0 0;
        font-weight: 300;
        font-size: 12px;
        line-height: 15.68px;
        width: 15%;
        border-radius: 4px;
        padding: 0;
        font-size: 12px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 0 8px;
    }
    .team_infor-tep a.on{
        font-weight: 400;
    }
    .team_infor-tep{
        display: flex;
        flex-wrap: wrap;
        padding: 6px 10px;
        gap: 6px;
    }
    .m-team_infor-tep{
        display: flex;
        gap: 16px;
        margin: 24px 0 12px 0;
        padding: 0 16px;
        width: 100%;
    }
    .m-team_infor-tep .graph_select {
        all: unset;
        width: 50%;
    }
    .m-team_infor-tep .graph_select select{
        height: 32px;
        padding: 0px 24px 0px 8px;
        border: 1px solid rgba(161, 161, 161, 1);
        background-color: #ffffff;
        cursor: pointer;
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
    }
    .team_infor-area{
        margin: 0;
        margin-bottom: 24px;
        align-items: center;
        justify-content: center;
    }
    .team_explanation{
        border: 2px solid rgba(229, 229, 229, 1);
        background: #ffffff;
        padding: 12px;
        position: relative;
        width: calc(100% - 32px);
    }
    .team_explanation-databox2{
        gap: 12px;
    }
    .team_explanation-tep{
        width: 86px;
        margin: 0;
        gap: 8px;
    }
    .team_explanation-contents{
        width: calc(100% - 86px);
    }
    .team_explanation-but{
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .team_explanation-playertxt{
        display: none;
    }
    .team_explanation-tep .graph_select select{
        height: 32px;
        border: 1px solid rgba(161, 161, 161, 1);
        color: #000000;
        font-weight: 500;
        font-size: 10px;
        line-height: 15.68px;
        letter-spacing: 0px;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        width: 100%;
    }
    .team_explanation-tep a{
        width: 100%;
        font-size: 12px;
    }
    .team_explanation-content1{
        margin: 0;
        padding: 0;
        padding-left: 16px;
        justify-content: space-between;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }
    .team_explanation-content1 .team_explanation-img{
        display: none;
    }
    .team_explanation-content1 .team_explanation-img img{
        width: 100%;
        height: 100%;
    }
    .team_explanation-txt h2 {
        font-size: 14px;
        line-height: 17.92px;
        font-weight: 500;
    }
    .team_explanation-txt{
        padding: 0;
        width: 100%;
        gap: 6px;
    }
    .team_explanation-txt p{
        font-weight: 400;
        font-size: 12px;
        line-height: 16.8px;
        word-break: break-word;

    }
    .team_explanation-databox1{
        gap: 24px;
        padding:0 16px;
    }
    .player_table04 tbody tr td:nth-child(odd){
        width: 54px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        text-align: center;
    }
    .player_table04 tbody tr td:nth-child(even){
        padding: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        text-align: center;
    }
    .m-team_img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 86px;
        height: 86px;
    }
    .m-team_img img{
        width: 100%;
    }
    .team_explanation-content2{
        all: unset;
        width: 100%;
        height: 100%;
    }
    .m-team_content2box{
        width: 100%;
    }
    .m-team_content2box-see{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .m-graph_but{
        border: 1px solid rgba(0, 0, 0, 1);
        padding: 8px;

        color: #000000;
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .m-graph_area{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 50px);
        background-color: rgba(0, 0, 0, 0.75);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
    .m-graph_area.m-graph_area01{
        width: calc(100% - 100px);
        height: 100%;
        display: flex;
        right: 0;
        left: unset;
        background-color:unset;
    }
    .m-graph_area02{
        height: calc(100% + 87px);
        z-index: 99;
    }
    .m-team_content2box-see .m-graph_img{
        display: none;
    }
    .m-team_content2box-see .m-graph_but{
        display: none;
    }
    .m-graph_area.m-graph_area01 .m-graph_but_close{
        display: none;
    }
    .m-graph_but_close{
        display: flex;
        top: 12px;
        right: 12px;
        position: absolute;

        border: 1px solid rgba(229, 229, 229, 1);
        background-color: transparent;
        color: rgba(255, 255, 255, 1);
        padding: 8px;

        font-family: Noto Sans KR;
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .team_explanation-content2 #statsChart-1{
        width: auto !important;
        height: 240px !important;
    }
    .team_explanation-playerdata{
        gap: 24px 16px;
    }
    .team_explanation-playerdataitem{
        width: calc(50% - 8px);
        gap: 8px;
    }
    .team_explanation-playerdatatxt p{
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
        text-align: center;
    }
    .team_explanation-playerdatatxt span{
        font-size: 10px;
        line-height: 11.2px;
        letter-spacing: 0px;
        text-align: center;
    }
    .team_explanation-playerdataimg img{
        width: 100%;
        height: unset;
        object-fit: cover;
    }
    .team_explanation-playerdataimg{
        height: 205px;
        align-items: flex-start;
    }
    .team_explanation-playerdatatxt{
        gap:4px;
    }
    .team_explanation-content2 span{
        display: none;
    }
    .team_explanation-content2 .team_explanation-img {
        display: none;
    }
    .team_explanation-content2 .team_explanation-img img{
        width: 100%;
    }
    .team_explanation-content3{
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100%;

    }
    .team_explanation-playertxt h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .team_explanation-playertxt span h3 {
        color: rgba(102, 102, 102, 1);
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 24px;
        max-width: 48px;
    }
    .team_explanation-playertxt span p {
        color: rgba(0, 0, 0, 1);
        font-weight: 400;
        font-size: 14px;
        line-height: 22.4px;
        letter-spacing: 0px;
    }
    .team_explanation-player {
        justify-content: flex-start;
        gap: 12px;
        height: 100%;
    }
    .team_explanation-content3 #statsChart-2{
        margin: 0;
        height: 260px !important;
        width: auto !important;
    }
    .team_explanation-img{
        width: 200px;
        height: 240px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .team_explanation-player .team_explanation-img{
        width: 100%;
        height: 100%;
    }
    .team_explanation-img img {
        object-fit: cover;
        height: 100%;
    }
    .m-team_explanation-playertxt{
        width: calc(100% - 32px);
        display: none;
    }
    .team_explanation-databox3{
        margin-top: 24px;
        gap: 12px;
    }
    .competition_records_item01{
        gap: 12px;
        margin: 0;
        padding: 0;
    }
    .tablebox_logoimg{
        height: 20px;
        padding: 0;
    }
    .tablebox_logoimg img{
        height: 100%;
    }
    .player_table01-profile{
        padding: 0;
        height: 236px;
        justify-content: center;
        gap: 12px;
    }
    .table01-profile_img{
        all: unset;
        width: 141px;
        height: 188px;
    }
    .table01-profile_img img{
        width: 100%;
        height: 100%;
    }
    .table01-profile_txtbox{
        width: unset;
        flex-direction: unset;
        align-items: flex-start;
        gap: 4px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .table01-profile_txtbox h1{
        font-weight: 600;
        font-size: 14px;
        line-height: 17.92px;
        letter-spacing: 0px;
        margin: 0;
    }
    .table01-profile_txt p{
        font-weight: 500;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .table01-profile_txt{
        gap: 4px;
    }
    .table01-profile_txt .icon_img{
        height: 18px;
    }
    .table01-profile_txt .icon_img img{
        height: 100%;
    }
    .player_table01 tbody tr td h5{
        font-weight: 400;
        font-size: 12px;
        line-height: 17.92px;
        letter-spacing: 0px;
        padding: 0;
    }
    .tablebox_logoimgbox{
        padding: 12px;
        gap: 12px;
    }
    .tablebox_logoimgbox .icon_img{
        width:  calc(33.333% - 8px);
    }

    .competition_records_item04-number_one{
        padding: 0 6px;
        gap: 4px;
        width: 100%;
        border: 1px solid rgba(229, 229, 229, 1) !important;
        position: relative;
    }
    .records_item04-ranking-number{
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
    }
    .records_item04-ranking-number img{
        width: 100%;
    }
    .player_rankingbox-slide .records_item04-ranking-number{
        top: 2px;
        left: 2px;
        width: 20px;
    }
    .competition_records_item04-ranking{
        gap: 16px;
    }
    .records_item04-ranking-player_img {
        width: 120px;
        height: 150px;
        overflow: hidden;
    }
    .records_item04-ranking-player_txtop h2{
        font-size: 13px;
    }
    .records_item04-ranking-player_txtop p{
        font-size: 11px;
    }
    .records_item04-ranking-player_txtbottom span h3{
        font-size: 12px;
    }
    .player_rankingbox-slide{
        height: 200px !important;
        padding: 0 !important;
    }
    .records_item04-ranking-number2{
        width: 40px !important;
    }
    .records_item04-ranking-player_txt2 {
        justify-content: center !important;
        padding-bottom: 0 !important;
    }
    .records_item04-ranking-player-2{
        align-items: center !important;
    }
    .records_item04-ranking-player{
        margin: 6px 0;
    }
    .records_item04-ranking-infor{
        gap: 12px;
        width: 100%;
        height: 200px;
    }
    .records_item04-ranking-infor_txtop h2{
        font-size: 16px;
    }
    .records_item04-ranking-infor_txtop{
        gap: 0px;
    }
    .records_item04-ranking-infor_txtop p{
        font-size: 12px;
    }
    .records_item04-ranking-infor_txtmid{
        gap: 0px;
    }
    .records_item04-ranking-infor_txt{
        gap: 6px;
    }
    .records_item04-ranking-infor{
        margin: 0;
    }
    .records_item04-ranking-infor_txtbottom{
        flex-direction: column;
        gap: 0px;
    }
    .records_item04-ranking-infor_txtbottom h3{
        font-size: 14px;
        font-weight: 400;
    }
    .records_item04-ranking-player_txtbottom span h3{
        font-weight: 400;
    }
    .records_item04-ranking-infor_txtbottom span{
        gap: 0;
    }
    .competition_records_item04-table .player_table02 thead tr th:nth-child(2){
        padding-left: 6px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2){
        padding-left: 6px;
    }
    .records_item04-ranking-infor_img{
        max-width: 141px;
        max-height: 188px;
        width: 141px;
        height: 188px;
    }
    .competition_records_item04-table .player_tablebox{
        width: 100%;
    }
    .competition_records_item04-table{
        overflow-x: auto;
        padding-left: 16px;
    }
    .competition_records_item04-table .player_table02 thead tr th{
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(1) {
        font-family: Noto Sans KR;
        font-weight: 600;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2) {
        font-family: Noto Sans KR;
        font-weight: 400;
        font-size: 12px;
        line-height: 13.44px;
        letter-spacing: 0px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2) span{
        font-weight: 400;
        font-size: 10px;
        line-height: 13.44px;
        letter-spacing: 0px;
        margin-left: 0;
        display: block;
        margin-top: 4px;

    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(3) .icon_img{
        width: 20px;
        height: 18px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(3) {
        color: rgba(102, 102, 102, 1);
        font-weight: 400;
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(4),
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(5) {
        color: rgba(5, 55, 142, 1);
        font-weight: 400;
        font-size: 12px;
        line-height: 17.92px;
        letter-spacing: 0px;
    }
    .competition_records_item04-table .player_table02 colgroup col:nth-child(1){
        width: 50px !important;
    }
    .competition_records_item04-table .player_table02 colgroup col:nth-child(2){
        width: 200px !important;
    }
    .competition_records_item04-table .player_table02 colgroup col:nth-child(3){
        width: 120px !important;
    }
    .competition_records_item04-table .player_table02 colgroup col:nth-child(4){
        width: 120px !important;
    }
    .competition_records_item04-table .player_table02 colgroup col:nth-child(5){
        width: 120px !important;
    }
    .competition_records_item02{
        padding-top: 0;
        gap: 24px;
    }
    .subpage_search-box02{
        gap: 6px;
        flex-direction: column;
    }
    .competition_records_item02-playerbox{
        width: 100%;
        border-top: 1px solid #000000;
    }
    .subpage_search-box02 .graph_select{
        width: 100%;
    }
    .subpage_search-box02 .graph_select select{
        height: 32px;
        padding: 0px 24px 0px 8px;
        border: 1px solid rgba(161, 161, 161, 1);
        background-color: #ffffff;
        cursor: pointer;
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        min-width: 100px;
    }
    .competition_records_item02-player{
        padding: 10px;
        gap: 10px;
    }
    .records_item02-player-txtbox {
        width: calc(100% - 100px);
    }
    .records_item02-playerinfor-txtboxs {
        display: grid;
        grid-template-columns: 1fr;
        width: fit-content;
        gap: 4px;
    }
    .competition_records_item02-player{
        height: unset;
    }
    .competition_records_item02-box{
        gap: 12px;
    }
    .pagination-area{
        gap: 6px;
    }
    .pagination_item{
        gap: 3px;
    }
    .pagination_direction-box{
        gap: 3px;
    }
    .pagination_item a{
        gap: 2px;
    }
    .pagination_item a{
        display: none;
    }
    .pagination_item a:nth-child(1),
    .pagination_item a:nth-child(2),
    .pagination_item a:nth-child(3),
    .pagination_item a:nth-child(4){
        display: flex;
    }
    .records_item02-player-name_txt h2 {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .records_item02-player-name_txt span {
        color: rgba(102, 102, 102, 1);
        font-weight: 400;
        font-size: 11px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .gamedata_area{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.65);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 16px;
        display: none;
        z-index: 9999;
    }
    .gamedata_area-none{
        display: none;
    }
    .gamedata_area.on{
        display: block;
    }
    .competition_records_item03{
        padding-top: 0;
    }
    .gamedata_tablebox{
        width: 100%;
    }
    .gamedata_tablearea .player_table02{
        width: 100%;
    }
    .subpage_search-box03{
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }
    .subpage_search-box03 .graph_select{
        width: 100%;
    }
    .competition_records_item04{
        padding-top: 0;
    }
    .competition_records_item05{
        padding-top: 0;
    }
    .subpage_search-box03 .graph_select select {
        width: 100%;
        height: 32px;
        padding: 0px 24px 0px 8px;
        border: 1px solid #000000;
        background-color: #ffffff;
        cursor: pointer;
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
    }

    .gamedata_player-infor {
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .gamedata_match-score {
        order: 1; /* 가장 마지막으로 이동 */
    }
    .gamedata_area-yes{
        padding-top: 0px;
        width: 100%;
        background-color: #ffffff;
        overflow-y: auto;
        max-height: 90%;
        margin-top: 10px;
    }
    .gamedata_title{
        padding:12px 6px;
    }
    .gamedata_title h2 {
        font-weight: 400;
    }
    .gamedata_player{
        width: 48%;
        height: 230px;
    }
    .gamedata_match-score b {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
    }
    .records_item02-playerinfor-txtbox p{
        font-weight: 400;
    }
    .records_item02-playerinfor-txt_gonfalon{
        gap: 6px;
    }
    .gamedata_player-tep{
        padding: 0 6px;
    }
    .gamedata_player-title{
        justify-content: space-between;
        padding: 0 6px;
    }
    .gamedata_player-title a{
        position: unset;
    }

    .gamedata_player-name p{
        font-size: 12px;
        text-align: center;
        font-weight: 400;
    }
    .gamedata_player-name{
        height: 30px;
    }
    .gamedata_player-img {
        width: 100%;
        height: calc(100% - 30px);
    }
    .gamedata_player-tep a{
        font-size: 12px;
    }
    .gamedata_player-title a p{
        font-size: 12px;
    }
    .m-gamedata_area_butbox{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .awards_content{
        margin-top: 10px;
        padding: 0 12px;
    }
    .award-main{
        margin-top: 12px;
        gap: 6px;
    }
    .award-main_title{
        height: 40px;
        font-size: 16px;
    }
    .award-main_imgbox{
        gap: 6px;
        grid-template-columns: 1fr 1fr;
        height: 400px;
    }
    .award-list_area{
        margin-top: 12px;
        gap: 6px;
        grid-template-columns: 1fr;
    }
    .award-list_title{
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
    }
    .award-list_box{
        gap: 6px;
    }
    .award-list_img{
        height: 360px;
    }
    .subpage-search{
        gap: 6px;
    }
    .subpage-search .graph_select02{
        width: 50%;
    }
    .award-table{
        overflow-x: auto;
        width: 100%;
    }
    .award-event-banner{
        padding: 6px;
    }
    .award-event-logo{
        height: 50px;
    }
    .award-player_img{
        width: 40px;
        height: 40px;
    }
    .award-player_infortxt p{
        font-size: 12px;
    }
    .award-player_infortxt span{
        font-size: 11px;
        font-weight: 400x;
    }
    .award-player_infortxt{
        gap: 2px;
    }
    .award-player{
        padding: 6px;
        justify-content: center;
    }
    .award-table .player_table02 colgroup col:nth-child(1){
        width: 50px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(2){
        width: 300px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(3){
        width: 200px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(4){
        width: 200px !important;
    }
    .seasonleader_content{
        margin-top: 10px;
        padding: 0 12px;
    }
    .seasonleader_area {
        gap: 24px;
        margin-top: 10px;
    }
    .seasonleader_title {
        height: 34px;
        font-weight: 500;
        font-size: 13px;
    }
    .seasonleader_listbox{
        gap: 6px;
    }
    .seasonleader_list {
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .seasonleader_list_m {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .seasonleader_list-title{
        display: none;
    }
    .player_list-search{
        padding: 10px 16px;
        height: auto;
        min-height: 40px;
        margin-bottom: 16px;
    }
    .player_list-search_but p{
        font-size: 12px;
    }
    .player_list-search .subpage_search-box02{
        width: 100%;
        padding: 0;
    }
    .subpage_area_title02 .graph_select02{
        width: 100%;
    }
    .table-cell.table-cell02:nth-child(1),
    .table-cell.table-cell02:nth-child(5) {
        display: none; /* 1번째와 5번째 요소 숨김 */
    }
    .table-row.table-row02{
        flex-direction: unset;
    }
    .m-table-cell_txt{
        display: inline-block;
        font-weight: 500;
    }
    .table-cell.table-cell02:nth-child(2) { order: 1; width: fit-content; font-size: 14px;} /* 2번째 요소 → 1번째 */
    .table-cell.table-cell02:nth-child(2) .m-table-cell_txt{margin-right: 1px;}
    .table-cell.table-cell02:nth-child(2){font-weight: 500;}

    .table-cell.table-cell02:nth-child(6) { order: 2;   width: fit-content;  font-size: 14px;} /* 6번째 요소 → 2번째 */
    .table-cell.table-cell02:nth-child(6) .m-table-cell_txt:nth-child(1){margin-right: 1px;}
    .table-cell.table-cell02:nth-child(6) .m-table-cell_txt:nth-child(3){margin-left: 1px;}
    .table-cell.table-cell02:nth-child(6) b{font-weight: 500;}

    .table-cell.table-cell02:nth-child(3) { order: 3; width: 100%;} /* 3번째 요소 → 3번째 */

    .table-cell.table-cell02:nth-child(4) {position: unset;transform: unset; order: 4; width: 100%;font-size: 12px;} /* 4번째 요소 → 4번째 */

    .table-cell.table-cell02:nth-child(7) {
        order: 7;
        position: absolute;
        top: 50%;
        right: 16px;
        width: fit-content;
        transform: translateY(-50%);
    } /* 7번째 요소 → 7번째 */
    .table-cell.table-cell02 .status_but{
        width: unset;
        padding: 0 14px;
    }
    .competition_records_item.competition_records_item02 .subpage_area01{
        margin-top: 0;
    }

    .table-cell.table-cell03:nth-child(1) {
        order: 1;
        width: fit-content;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    } /* 첫 번째 요소 (1번) */
    .table-cell.table-cell03:nth-child(2) {
        order: 3;
        width: fit-content;
        font-size: 12px;
        color: rgba(51, 51, 51, 1);

    } /* 다섯 번째로 이동 (2번 → 3번) */
    .table-cell.table-cell03:nth-child(3) {
        width: fit-content;
        order: 4;
        font-weight: 400;
    } /*(3번 → 4번) */
    .table-cell.table-cell03:nth-child(4) {
        order: 5;
        position: unset;
        transform: unset;
        width: 100%;
        justify-content: center;
        align-items: center;

    } /* 세 번째로 이동 (4번 → 5번) */
    .table-cell.table-cell03:nth-child(5) {
        order: 2;
        width: calc(100% - 50px);
    } /* 네 번째로 이동 (5번 → 2번) */
    .table-cell.table-cell03:nth-child(5) .m-table-cell_txt:nth-child(1){
        margin-right: 2px;
    }
    .table-cell.table-cell03:nth-child(5) .m-table-cell_txt:nth-child(2){
        margin: 0 2px;
    }
    .table-cell.table-cell03:nth-child(6) {
        order: 6;
        position: absolute;
        top: 50%;
        right: 16px;
        width: fit-content;
        transform: translateY(-50%);
    } /* 여섯 번째 요소 그대로 유지 */
    .table-cell.table-cell03 .status_but {
        width: unset;
        padding: 0 14px;
    }
    .table-row.table-row03{
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .table-row.table-row03:nth-child(2){
        border-top: 1px solid rgba(161, 161, 161, 1);
    }
    .matchteam_name{
        width: fit-content;
    }
    .matchteam_txt {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .matchteam_vs{
        gap: 4px;
        margin: 0 4px;
    }
    .player_table01 tbody tr td h6{
        margin: 0;
        font-size: 14px;
        margin-top: 12px;
        line-height: 12px;
    }
    .player_table01-profile02{
        height: 120px;
        gap: 6px;
    }
    .table01-profile_img02{
        max-height: 80px;
    }
    .player_table01-profile02 .table01-profile_txtbox02 h1{
        font-size: 12px;
        font-weight: 600;
    }
    .table01-profile_txtbox02 h2 {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 6px;
    }
    .table01-profile_txtbox02 h1 {
        color: #000;
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 6px;
    }
    .table01-profile_txtbox02 span p {
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0%;
        text-align: center;
    }
    .competition_records_item.competition_records_item02 .player_table01 thead tr th{
        font-size: 12px;
    }
    .competition_record-team_logobox{
        all: unset;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .competition_record-team_logo{
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }
    .competition_record-team_logo img{
        width: 100%;
        height: unset;
    }
    .competition_records_item.competition_records_item02 .player_table01 tbody tr td h4{
        font-size: 12px;
        font-weight: 400;
    }
    .gamedata_player-table_area{
        margin-top: 0px;
    }
    .competition_records_item02{
        gap: 10px;
    }
    .gamedata_player-tep{
        padding: 0;
        gap: 6px;
    }
    .competition_record-team_playerbox{
        all: unset;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .gamedata_player-tablebox{
        margin-top: 6px;
    }
    .competition_record-team_playerimg{
        width: 100%;
        height: 170px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: hidden;
    }
    .competition_record-team_playerimg img{
        height: unset;
    }
    .gamedata_player-table_area02{
        gap: 0px;
    }
    .gamedata_player-table02{
        gap: 12px;
    }
    .competition_record-team_playerimg-txt p{
        font-size: 12px;
    }
    .competition_record-team_playerimg-txt{
        height: unset;
        min-height: 32px;
    }
    .gamedata_player-title.gamedata_player-title02{
        gap: 12px;
        margin: 12px 0;
    }
    .competition_records_item.competition_records_item02 .player_table01{
        width: 100%;
        margin: 0;
    }
    .set-record{
        flex-direction: column;
        padding: unset;
        height: unset;
    }
    .set-records{
        gap: 6px;
    }
    .set-record_setxt{
        width: 100%;
        height: unset;
        background-color: transparent;
    }
    .set-record_setxt h1{
        font-size: 14px;
        font-weight: 400;
        margin-top: 6px;
    }
    .set-record_infor{
        padding: 0;
        width: 100%;
        gap: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .competition_records_item04{
        gap: 12px;
    }
    .set-record_inforbox{
        width: 100%;
        flex-direction: column;
        height: unset;
    }
    .set-record_type{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 6px;
    }
    .set-record_name{
        width: 20%;
        gap: 0px;
    }
    .set-record_vs{
        width: 50%;
    }
    .set-record_name p{
        font-size: 12px;
        font-weight: 400;
    }

    .set-record_buts{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:6px;
        margin-bottom: 6px;
        margin-top: 6px;
    }


    .set-record_but {
        padding: 0 8px;
        border-radius: 2px;
        height: 26px;
        font-weight: 300;
        font-size: 12px;
    }
    .set-record_download {
        border: 1px solid rgba(161, 161, 161, 1);
        padding: 0 8px;
        height: 26px;
        gap: 6px;
    }

    .set-record_download p{
        font-size: 12px;
    }

    .graph_select02 select{
        font-size: 12px;
    }

    .competition_records{
        margin-top: 10px;
        padding: 0 16px;
    }
    .competition_records-pno{
        padding: 0px;
    }
    .competition_records_item04-table{
        padding-left: 0px;
    }

    .award-event-txt p {
        font-weight: 400;
        font-size: 12px;
        line-height: 15.68px;
        letter-spacing: 0px;
    }
    .player_table04 tbody tr{
        height: 32px;
    }
    .subpage_area_title03{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .subpage_area_title03 h1 {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
    }
    .subpage_area_title03 .graph_select02{
        width: 100%;
    }
    .competition_nationality .icon_img{
        width: 24px;
    }
    .game_format-area{
        margin: 0px;
    }
    .player_table05 th {
        font-weight: 300;
        font-size: 11px;
        padding: 0;
        height: 30PX;
    }
    .player_table05 th, td {
        font-weight: 400;
        font-size: 11px;
        padding: 6px;
    }
    .registration_guideline02{
        flex-direction: column;
        gap: 24px;
        padding: 12px 16px;
        box-shadow:unset;
    }
    .registration_guideline{
        padding: 12px 16px;
        box-shadow:unset;
    }
    .event_schedule.mg24{
        margin: 0;
    }
    .registration_guideline h1{
        margin-bottom: 10px;
        font-size: 13px;
    }
    .registration_guideline h2{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .registration_guideline ul{
        margin-bottom: 16px;
    }
    .registration_guideline ul li {
        font-size: 11px;
        font-weight: 400;
        color: #000;
        margin-bottom: 6px;
    }
    .registration_guideline h3 {
        font-size: 11px;
        font-weight: 600;
        color: #E52547;
        margin-bottom: 8px;
    }
    .registration_guideline h4 {
        font-size: 11px;
        font-weight: 400;
        color: #333333;
    }
    .registration_guide-area h1{
        margin-bottom:0;
        font-size: 13px;
    }
    .registration_guide-area{
        width: 100%;
        gap: 12px;
    }
    .registration_inputboxs{
        flex-direction: column;
        gap: 12px;
    }
    .registration_inputbox{
        width: 100%;
    }
    .registration_inputbox {
        margin-top: 0;
        gap: 4px;
    }
    .text-group{
        width: 100%;
    }
    .registration_inputbox button{
        margin-top: 4px;
        width: 80px;
        height: 30px;
        background-color: #05378E;
        font-size: 10px;
    }
    .radio-group{
        margin-top: 0px;
    }
    .radio-group label {
        font-size: 12px;
    }
    .label-title {
        font-size: 12px;
    }
    .text-group input::placeholder{
        font-size: 12px;
    }
    .registration_guidetxt{
        margin: 0;
    }
    .registration_guidetxt p{
        font-size: 12px;
    }
    .checkbox-container{
        margin: 0;
    }
    .checkbox-label{
        font-size: 12px;
    }
    .checkbox-label span{
        font-size: 12px;
    }
    .registration_last-button{
        margin: 0;
    }
    .registration_last-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin: 0;
    }
    .registration_last-button button {
        padding: 12px;
        border-radius: 2px;
        font-weight: 400;
        font-size: 11px;
    }
    .game_format-area.team {
        display: flex;
        flex-direction: column;
        gap:16px;
        margin-top: 8px;
        padding: 0 16px;
    }
    .teamgame_format-title h1 {
        font-size: 15px;
        color: #343434;
        font-weight: 600;
    }
    .teamgame_format-boxs{
        gap: 8px;
    }
    .teamgame_format-imgbox{
        width: 100%;
        height: auto;
        padding: 12px;
    }
    .teamgame_format-imgbox img{
        width: 100%;
    }
    .teamgame_format-box{
        flex-direction: column;
        gap: 8px;
    }
    .teamgame_format-table{
        width: 100%;
    }
    .player_table06 tr td:nth-child(1){
        font-weight: 500;
        font-size: 12px;
    }
    .player_table06 tr td:nth-child(2){
        font-size: 12px;
        padding-left: 8px;
    }
    .player_table06.player_table06-02 colgroup col:nth-child(1){
        width: 110px !important;
    }
    .recordroom_table-title .player_table02 colgroup col{
        width: 50px !important;
    }
    .teamgame_format-boxs .recordroom_table-title.team_league {
        width: 50px;
    }
    .teamgame_format-boxs  .recordroom_table-title .player_table02 colgroup col:nth-child(1) {
        width: 50px !important;
    }
    .teamgame_format-boxs .recordroom_table-title .player_table02 tbody tr td:last-child {
        font-weight: 300;
        font-size: 11px;
    }
    .teamgame_format-boxs .recordroom_table-informasking.team_league {
        width: calc(100% - 50px);
    }
    .notice_area{
        margin-top: 0;
    }
    .notice_searchbox{
        margin-bottom: 0;
        padding: 12px 16px;
        background-color: #333333;
        margin-top: 10px;
    }
    .notice01 .notice_item:nth-child(1) {
        width: 120px;
    }
    .notice01 .notice_item:nth-child(3) {
        width: 70px;
    }
    .notice01 .notice_item:nth-child(4) {
        width: 60px;
    }
    .notice01 .notice_item:nth-child(5) {
        width: 50px;
    }
    .notice01 .notice_item:nth-child(2){
        all: unset;
        width: calc(100% - 300px);   
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 6px;     
    }
    .notice_item h1{
        font-size: 13px;
    }
    .gallery_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
    .gallery_area{
        margin-top: 12px;
        padding: 0 16px;
    }
    .gallery_item span p{
        font-size: 11px;
    }
    .gallery_item span {
        width: 100%;
        height: auto;
        padding: 6px;
    }
    .gallery_item{
        width: auto;
        height: 140px;
    }
    .sns_item{
        width: auto;
        height: 170px;
    }
    .gallery_video{
        width: 80%;
        height: 300px;
    }
    .sns_item span p{
        font-size: 11px;
        width: calc(100% - 24px);
    }
    .sns_item span{
        padding: 6px;
        height: auto;
    }
    .sns_icom {
        width: 16px;
        height: 16px;
    }
    .sns_icom img{
        width: 100%;height: 100%;
    }
    .recordroom_table-infor{
        width: 100%;
    }
    .recordroom_table-informasking3 .recordroom_table-infor{
        width: max-content !important;
    }
    .teamgame_format-title .graph_select select{
        appearance: none;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
        color: #000;
        border: 1px solid #000000;
    }
    .history_select .graph_select select {
        height: 32px;
        padding: 0px 24px 0px 8px;
        border: 1px solid #000000;
        background-color: #ffffff;
        cursor: pointer;
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        line-height: 15.68px;
        letter-spacing: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/resource/img/sub/select_arrow.png) no-repeat;
        background-size: 12px 11px;
        background-position: right 8px center;
    }

    .notice_content {
        gap: 4px;
    }
    .actionArea{
        padding-top: 20px;
    }
    .contents.about{
        margin-bottom: 0px;
    }
    .about_info{
        padding: 24px;
        margin-bottom: 30px;
    }
    .about_info-img{
        width: 160px;
    }
    .about_info-img img{
        width: 100%;
    }
    .about_info h1{
        font-size: 30px;
        margin-bottom: 18px;
    }
    .about_info h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .about_info h3{
        font-size: 20px;
    }
    .about_symbol {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
    .about_symbol-item{
        border-radius: 6px;
        padding: 12px;
        height: 220px;
    }
    .about_symbol-item p {
        font-size: 16px;
    }
    .route-info{
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .greeting_area{
        padding: 12px 16px;
    }
    .organization_area{
        padding: 12px 16px;
        margin: 0;
    }
    .history_select{
        margin: 0;
        margin-bottom: 12px;
        padding: 12px 16px;
        background-color: #f8f8f8;
    }
    .history_select .graph_select select{
        width: 100%;
    }
    .history_select .graph_select{
        width: 100%;
    }
    .history_area{
        padding: 12px 16px;
    }
    .history_line01{
        width: 0px;
    }
    .history_line01::before{
        right: -11px;
    }
    .history_txt {
        padding-left: 20px;
        width: calc(100% - 273px);
    }
    .player_table01_title_arrow .icon_img img:nth-child(1){
        display: none;
    }
    .registration_guideline p p span b{
        font-size: 14px !important;
    }
    .registration_guideline p span span {
        font-size: 12px !important;
    }
    .registration_guideline p {
         font-size: 12px !important;
    }
    .registration_guideline span{
        font-size: 12px !important;
    }
    .subpage_selectdate_option span{
        min-width: 100px;
        min-height: 34px;
        font-weight: 400;
        font-size: 10px;
    }
    .player_table02.player_table02_01{
        width: 100%;
    }
    .team_league.player_table02 tbody tr td {
        padding: 0;
    }
    .teamgame_format-tbodybox{
        white-space: nowrap;
        padding: 3px;
    }

    .team_infor-tep{
        border: none;
    }
    .subpage-search2{
        margin:0;
    }
    .subpage-search2{
          display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 2px;
    }
    .subpage-search2 .graph_select02{
        width: 100%;
    }
    .competition_records .team_infor-tep{
        padding: 0;
    }
    .team-league-player-graph{
        margin-top: 24px;
    }
    .teamplayer-info-header span h1{
        font-size: 20px;
    }
    .teamplayer-info-header span p{
        font-size: 17px;
    }
    .teamplayer-info-header a {
        width: 74px;
        font-size: 12px;
    }
    .teamplayer-visual{
        gap: 8px;
    }
    .teamplayer-stats-chart{
        width: calc(100% - 122px);
    }
    .player-stats-table th, .player-stats-table td{
        height: 34px;
        font-size: 12px;
    }
    .records_item04-ranking-player_txtbottom span p,
    .records_item04-ranking-player_txtbottom span h4{
        line-height: unset;
    }
    .top-txt {
        font-size: 12px;
        font-weight: 500;
        color: #FF5B78;
    }
}




@media (max-width:500px) {
    .player_table02{
        width: max-content;
    }
    .award-main_imgbox {
        gap: 6px;
        grid-template-columns: 1fr;
        height: unset;
    }
    .award-list_img {
        height: 240px;
    }
    .award-table .player_table02 colgroup col:nth-child(1){
        width: 50px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(2){
        width: 200px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(3){
        width: 120px !important;
    }

    .award-table .player_table02 colgroup col:nth-child(4){
        width: 120px !important;
    }
    .team_award-main_imgbox{
        display: flex;
        flex-direction: column-reverse;
        gap: 6px;
        height: unset;
    }
    .team_award-main_logo-img{
        height: 300px;
        border: 4px solid;
        border-image-source: linear-gradient(139.29deg, #F5B93B 0%, #FFE9C8 16.5%, #F5B93B 47.5%, #F56D3B 100%);
        border-image-slice: 1;
    }
    .team_award-main_logoimg{
        width: 200px;
    }
    .team_award-img{
        width: 50px;
        left: 8px;
        top: -4px;
    }
    .team_award-img img{
        width: 100%;
    }
    .team_award-main_logo-imgbox{
        gap:0;
    }
    .team_award-main_logo-imgbox h1{
        font-size: 20px;
    }
    .team_award-main_img{
        height: 300px;
    }
    .team_award-event-img {
        height: 50px;
    }
    .recordroom_table-title.team_league{
        width: 110px;
    }
    .recordroom_table-title.team_league .player_table02{
        width: 100%;
    }
    .recordroom_table-title .player_table02 colgroup col:nth-child(1){
        width: 30px !important;
    }
    .recordroom_table-title .player_table02 colgroup col:nth-child(2){
        width: 80px !important;
    }
    .recordroom_table-title3 .player_table02 colgroup col:nth-child(2){
        width: 210px !important;
    }
    .recordroom_table-informasking.team_league .recordroom_table-infor .player_table02 colgroup col{
        width: 40px !important;
    }
    .top-ranker a {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-decoration: dashed;
    max-width: 84px;
}
.top-team .top-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #666666;
    overflow: hidden;
}
.top-team p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    width: 94px;
}
.top-txt2 {
    font-size: 11px;
    font-weight: bold;
    color: #E52547;
}
.top-ranker p {
    color: #A1A1A1;
    font-size: 10px;
    font-weight: 500;
}
    .player_table02 thead tr th{
        font-weight: 300;
        font-size: 11px;
    }
    .recordroom_table-informasking.team_league{
        width: calc(100% - 110px);
    }
    .recordroom_table-title.recordroom_table-title02 {
        width: 80px;
    }
    .recordroom_table-title.recordroom_table-title02 .player_table02 colgroup col:nth-child(1){
        width:80px !important;
    }
    .recordroom_table-informasking.recordroom_table-informasking02 {
        width: calc(100% - 80px);
    }

    .set-record_type{
        order: 1; /* 첫 번째 span 유지 */
        margin-bottom: 6px;
    }

    .set-record_name:nth-child(2) {
        order: 2; /* 두 번째 span 유지 */
        width: 50%;
    }

    .set-record_vs{
        order: 4; /* 세 번째 span을 네 번째로 이동 */
        width: 100%;
        margin: 6px 0;
    }

    .set-record_name:nth-child(4) {
        order: 3; /* 네 번째 span을 세 번째로 이동 */
        width: 50%;
    }
    .notice_content{
        gap: 0;
        margin-bottom: 12px;
    }
    .notice_items.notice01{
        position: relative;
        padding: 12px 16px;
        height: 95px;
        flex-wrap: wrap;
        padding-right: 87px;
        border: 0px;
        border-bottom: 1px solid #666666;
    }
    .notice01 .notice_item:nth-child(1){
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 71px;
        height: 71px;
        border: 0px;
    }
    .notice01 .notice_item:nth-child(2){
        width: 100%;
        padding: 0;
    }
    .notice_item h1{
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 최대 2줄까지만 표시 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word; /* 긴 단어도 줄바꿈 */
    }
    .notice01 .notice_item p{
        display: none;
    }
    .notice01 .notice_item:nth-child(5){
        display: none;
    }
    .notice01 .notice_item:nth-child(3),
    .notice01 .notice_item:nth-child(4){
        width: auto;
    }
    .notice01 .notice_item:nth-child(3){
        margin-right: 8px;
    }
    .gallery_content {
        grid-template-columns: 1fr 1fr ; 
        gap: 6px;
    }
    .gallery_content.sns_content{
        grid-template-columns: 1fr ; 
    }
    .news-detail_area {
        width: 100%;
        padding: 12px 16px;
        gap: 12px;
    }
    .news-detail_area h1 {
        font-size: 13px;
        font-weight: 600;
    }
    .news-detail_area p{
        font-size: 11px;
        font-weight: 400;
    }
    .news-detail_area span{
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .news-detail_download{
        padding: 12px 16px;
        gap: 6px;
    }
    .detail_download-but{
        font-size: 10px;
    }
    .m-subpage_title a p {
        font-size: 11px;
    }
    .event_schedule h3 {
        font-size: 13px;
        line-height: 16px;
    }
    .notice02 .notice_item:nth-child(1){
        display: none;
    }
    .notice02 .notice_item:nth-child(5){
        display: none;
    }
    .notice_items.notice02{
        height: 78px;
        flex-wrap: wrap;
        padding: 12px 18px;
        align-content: space-between;
    }
    .notice02 .notice_item:nth-child(2){
        width: 100%;
    }
    .notice02 .notice_item:nth-child(3){
        width: fit-content;
        flex-direction: row-reverse;
        gap: 4px;
    }
    .notice02 .notice_item:nth-child(3)::after{
        content: "";
        width: 16px;
        height: 13px;
        background: url(/resource/img/sub/notice_item01.png) no-repeat center center;
        background-size: cover;
    }
    .notice02 .notice_item:nth-child(4){
        margin-left: 8px;
        width: fit-content;
        flex-direction: row-reverse;
        gap: 4px;
    }
    .notice02 .notice_item:nth-child(4)::after{
        content: "";
        width: 16px;
        height: 13px;
        background: url(/resource/img/sub/notice_item02.png) no-repeat center center;
        background-size: cover;
    }


    .notice01 .notice_item:nth-child(3){
        width: fit-content;
        flex-direction: row-reverse;
        gap: 4px;
    }
    .notice01 .notice_item:nth-child(4){
        width: fit-content;
        flex-direction: row-reverse;
        gap: 4px;
    }
    .notice01 .notice_item:nth-child(3)::after{
        content: "";
        width: 16px;
        height: 13px;
        background: url(/resource/img/sub/notice_item01.png) no-repeat center center;
        background-size: cover;
    }

    .notice01 .notice_item:nth-child(4)::after{
        content: "";
        width: 16px;
        height: 13px;
        background: url(/resource/img/sub/notice_item02.png) no-repeat center center;
        background-size: cover;
    }




    .notice_items{
        border: none;
        border-bottom: 1px solid #666666;
    }
    .notice_items:first-child{
        border-top: 1px solid #E6E6E6;
    }
    .news-detail_area span {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .notice_item{
        height: fit-content;
    }
    .about_info-img {
        width: 100px;
    }
    .about_info{
        padding: 40px 6px;
        margin-bottom: 16px;
    }
    .about_info h1 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .about_info h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about_info h3 {
        font-size: 13px;
    }
    .about_symbol {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-bottom: 20px;
    }
    .about_symbol-item{
        height: 150px;
        padding: 6px;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .about_symbol-img{
        width: 50px;
    }
    .about_symbol-img img{
        width: 100%;
    }
    .about_symbol-item p {
        font-size: 14px;
    }
    .map-infor h1 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .map-infor{
        gap: 12px;
    }
    .kakao_map {
        width: 100% !important;
        height: 300px !important;
    }
    .route-info {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .map-infor h1 {
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }
    .route-h .icon_img {
        width: 30px;
    }
    .route-txt_item span p {
        font-size: 12px;
        font-weight: 400;
    }
    .route-txt_item span i{
        font-size: 10px;
    }
    .route-info_item{
        height: fit-content;
        border: 1px solid #E6E6E6;
        border-radius: 2px;
    }
    .greeting_area{
        margin: 0;
    }
    .ceo-img img{
        width: 80%;
    }
    .ceo-txt h1 {
        font-size: 24px;
        margin-top: 12px;
        font-weight: 300;
        line-height: 33px;
        margin-bottom: 12px;
    }
    .ceo-txt {
        width: 100%;
        padding: 0px;
        padding-bottom: 10px;
    }
    .ceo-txt span {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 0;
    }
    .ceo-txt span h2 {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 5px;
        line-height: 22px;
    }
    .ceo-txt span p {
        font-size: 12px;
        font-weight: 300;
    }
    .greeting_area{
        gap: 12px;
    }
    .greeting-txt{
        gap: 6px;
        flex-direction: column;
    }
    .greeting-txtbox{
        width: 100%;
    }
    .greeting-txtbox p {
        font-size: 12px;
        font-weight: 400;
    }
    .history_img {
        width: 45%;
        height: fit-content;
        background-color: #ffffff;
    }
    .history_item{
        height: fit-content;
    }
    .history_line01{
        margin-left: 14px;
    }
    .history_txt {
        padding-left: 14px;
        width: 55%;
        gap: 2px;
    }
    .history_img img{
        width: 100% !important;
        height: auto !important;
    }
    .history_txt p {
        font-size: 12px;
        font-weight: 400;
    }
    .history_txt span {
        font-size: 11px;
        font-weight: 300;
    }
    .history_area02{
        gap: 30px;
    }
    .history_area{
        gap: 30px;
    }
    .history_line02::before{
        width: 2px;
    }
    .player-rank-tab{
        margin: 0;
        margin-bottom: -12px;
    }
    .player-rank-tab a{
        width: 33.333%;
        height: 36px;
    }
    .player-rank-tab a img{
        width: 56px;
    }
    .player-rank-tab a p{
        font-size: 10px;
    }

        .recordroom_table-informasking3 .recordroom_table-infor .player_table02 colgroup col:nth-child(1){
        width: 140px !important;
    }
        .recordroom_table-title4 .player_table02 colgroup col:nth-child(2) {
        width: 227px !important;
    }

    .player-stats-table colgroup col:nth-child(1){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(2){width: 60px !important;}
    .player-stats-table colgroup col:nth-child(3){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(4){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(5){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(6){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(7){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(8){width: 40px !important;}
    .player-stats-table colgroup col:nth-child(9){width: 40px !important;}
}





/* 모바일 다크모드 */
@media (prefers-color-scheme: dark) {
    .team_explanation{
        background-color: #333333;
    }
    .m-graph_but{
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .m-subpage_title{
        border-bottom: 1px solid #666666;
    }
    .set-record_setxt h1{
        color: #ffffff;
    }
    .player_table01_title_arrow .icon_img img:nth-child(2){
        display: none;
    }
    .competition_records_item04-number_one{
        border: 1px solid #a0a0a0 !important;
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .player_statisticsarea_title02 span{
        color: #ffffff;
    }
    .news-detail_area span a{
        color: #ffffff;
    }
    .subpage_area_title{
        background-color: transparent;
    }
}

@media (max-width: 820px) and (prefers-color-scheme: dark) {
  .history_select {
    background-color: #333333;
  }
}
/* 소셜 미디어 탭 모바일 스타일 */
@media (max-width: 820px) {
    .section_socialtep {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 0;
    }

    .section_socialtep a {
        position: relative;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #999999;
        text-decoration: none;
        padding: 10px 16px;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
        white-space: nowrap;
        flex-shrink: 0;
        min-width: 80px;
        text-align: center;
    }

    .section_socialtep a:active {
        color: #333333;
    }

    .section_socialtep a.on {
        color: #FF5B78;
        border-bottom-color: #FF5B78;
        font-weight: 700;
    }
}

/* 다크모드 지원 */
@media (max-width: 820px) and (prefers-color-scheme: dark) {
    .section_socialtep {
        border-bottom-color: #444444;
    }

    .section_socialtep a {
        color: #999999;
    }

    .section_socialtep a:active {
        color: #cccccc;
    }

    .section_socialtep a.on {
        color: #FF5B78;
    }
}


/* 소셜 미디어 게시글 없을 때 메시지 (모바일) */
@media (max-width: 820px) {
    .no-data-social {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
        width: 100%;
        background-color: #f8f8f8;
        border-radius: 8px;
        margin-top: 20px;
    }

    .no-data-social p {
        color: #999999;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
}

/* 다크모드 지원 */
@media (max-width: 820px) and (prefers-color-scheme: dark) {
    .no-data-social {
        background-color: #2a2a2a;
    }

    .no-data-social p {
        color: #888888;
    }
}

