@charset "utf-8";
body{
    overflow-x: hidden;
    padding-top: 145px;
}
.sub_wrep{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 656px;
}
.header{
    background-color: rgba(0, 0, 0, 0.75) !important;
}
.contents{
    margin: 60px 0;
    width: 1200px;
}
.subpage_title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.subpage_title h1{
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 36px;
    line-height: 40.32px;
    letter-spacing: 0px;
}
.subpage_title p{
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}
.subpage_selectdate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}
.subpage_selectdate h1{
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0px;
}
    
.subpage_selectdate_but{
    position: relative;
    cursor: pointer;
}
.subpage_selectdate_option{
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    left: calc(50% - 20px);
    transform: translateX(-50%);
    border: 1px solid rgba(102, 102, 102, 1);
    z-index: 9;
    overflow-y: auto;
}
.subpage_selectdate_but.on .subpage_selectdate_option{
    display: flex;
}
.subpage_selectdate_option span{
    padding: 0px 12px;
    min-width:95px;
    min-height: 32px;
    white-space: nowrap; /* 줄 바꿈 방지 */
    background-color: #ffffff;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    transition: 0.3s;

    color: rgba(161, 161, 161, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 15.67px;
    margin: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpage_selectdate_option span:last-child{
    border-bottom: none !important;
}
.subpage_selectdate_option span:hover{
    background-color: rgba(229, 37, 71, 1);
    color: #ffffff;
    text-decoration: underline;
}
.subpage_selectdate_option span:last-child{
    border-bottom:0px;
}
.subpage_seasonboxs{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.subpage_seasonboxs span{
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
    text-align: right;    
}
.subpage_seasonbox{
    width: 100%;
    padding: 36px 0;
    border-radius: 6px;
    background-color: rgba(248, 248, 248, 1);
    margin-top: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 26px;
}
.subpage_seasonbox span{
    width: fit-content;
    height: 32px;
    display: flex;
    align-items: center;

    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0px;

}
.season_selectdatearea{
    display: flex;
    align-items: center;
    gap: 14px;
}
.season_selectdatebox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.season_selectdatetxt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.season_selectdatetxt .icon_img:nth-child(1){
    display: block;
}
.season_selectdatetxt .icon_img:nth-child(2){
    display: none;
}
.season_selectdatetxt P{
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.graph_select.season_select{
    width: 330px;
}
.graph_select.season_select select{
    width: 100%;
}
.season_selectdatebox .graph_select {
    position: unset;
    top: unset;
    right: unset;
}
.subpage_area01{
    width: 100%;
    margin-top: 51px;
    padding: 36px 48px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    background: var(--LPBA-White, rgba(255, 255, 255, 1));
}
.subpage_area_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 43px;
}
.subpage_tep{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.subpage_tep a{
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}
.subpage_tep a.on{
    color: rgba(229, 37, 71, 1);
    font-weight: 700;
}
.subpage_tep a.on::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(229, 37, 71, 1);
    top: calc(100% + 8px);
    left: 0;
}
.subpage_search{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
}
.subpage_search input{
    padding: 10px 12px;
    width: 260px;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color:#191919;
    border: 1px solid rgba(161, 161, 161, 1);
}
.subpage_search input::placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color: rgba(161, 161, 161, 1);
}
.subpage_search button{
    background-color: rgba(51, 51, 51, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    height: 100%;
    padding: 0 12px;
    cursor: pointer;

    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}


/*서브 테이블01 */
.subpage_table01 {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table-row {
    display: table-row;
    border-bottom: 1px solid rgba(161, 161, 161, 1);
}

.table_header .table-cell{
    display: table-cell ;
    padding: 10px ;
    text-align: center ;
    padding: 22px 0 ; 

    color: rgba(51, 51, 51, 1) ;
    font-weight: 300 ;
    font-size: 14px ;
    line-height: 15.68px ;
    letter-spacing: 0px ;
}

.table-cell{
    display: table-cell;
    padding: 10px;
    text-align: center;
    padding: 22px 0;

    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.table-cell:nth-child(2){
    color: rgba(0, 0, 0, 1);
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.table-cell:nth-child(4){
    width: 95px;
}
.table-cell .status_but{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 28px;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.table-cell .status_but.red{
    background-color: rgba(229, 37, 71, 1);
}
.table-cell .status_but.blue{
    background-color: rgba(5, 55, 142, 1);
}
.table_header .table-cell{
    color: rgba(161, 161, 161, 1) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 15.68px !important;
    letter-spacing: 0px !important;
}
.table_morebut{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(238, 238, 238, 1);

    color: rgba(161, 161, 161, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    position: absolute;
    top: 1px;
    left: 0;
}
.table-row.more{
    border-bottom: 0px;
    position: relative;
    height: 42px;
}
.table_cautiontxt{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 12px;

    color: rgba(161, 161, 161, 1);
    font-weight: 300;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
}
.m-selectbox{
    display: none;
}
.m-subpage_title{
    display: none;
}

/* 선수정보 */
.playerinfor_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 48px;
}
.player_profile{
    display: flex;
    width: 100%;
    height: 330px;
    background-color:rgba(248, 248, 248, 1);
    overflow: hidden;
    padding-right: 24px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.playerinfor_box{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
}
.playerinfor_typebar{
    width: 20px;
    height: 100%;
    background-color: #000000;
}
.playerinfor_typebar.pba{
    background: linear-gradient(359.79deg, #032869 0%, #1C50AA 100%);
}
.playerinfor_typebar.lpba{
    background: linear-gradient(359.79deg, #7D0319 0%, #BA102E 100%);
}
.playerinfor_typebar.dream{
    background: linear-gradient(359.79deg, #262626 0%, #9A9A9A 100%);
}
.playerinfor_img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 255px;
    height: 280px;
}
.playerinfor_img img{
    height: 100%;
    object-fit: cover;
}
.playerinfor_txtbox h3{
    color: #000000;
    font-weight: 600;
    font-size: 36px;
    line-height: 40.32px;
    letter-spacing: 12px;
    margin-bottom: 48px;
}
.playerinfor_txtbox{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.playerinfor_txt{
    display: flex;
    align-items: center;
    gap: 24px;
}
.playerinfor_txt span{
    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    width: fit-content;
    display: flex;
    width: 74px;
}
.playerinfor_txt.nationality{
    margin-bottom: 24px;
}
.playerinfor_txt.nationality span{
    letter-spacing: 37px;
}
.playerinfor_txt p{
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.player_nationality{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
}
.player_nationality .icon_img{
    width: 32px;
}
.playergraph_box{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
#statsChart{
    margin-right: 40px;
    height: 380px !important;
    width: 380px !important;
}

.graph_select {
    position: absolute;
    top: 49px;
    right: 24px;
}

.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;
}

.graph_select02 select{
    min-width: 140px;
    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: 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;
}
.graph_select select::-ms-expand {
    display: none;
}
.player_statisticsarea{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 16px;
}
.player_statisticsarea h2{
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0px;    
}
.player_table01{
    width: 100%;
    border-collapse: collapse;
}
.player_table01 thead tr{
    background-color: rgba(102, 102, 102, 1);
    height: 46px;
}
.player_table01 thead tr th{
    font-weight: 600;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}
.tablemore_but{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);

    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
}
.player_tablebox{
    width: 100%;
    max-height: 377px;
    overflow-y: auto;
}
.player_table01 tbody tr{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.player_table01 tbody tr:last-child{
    border-bottom: none;
}
.player_table01 tbody tr td{
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color: #000000;
    height: 48px;
    text-align: center;
}
.player_table01 tbody tr td:nth-child(1){
    border-right: 1px solid rgba(229, 229, 229, 1);
}

.player_table01 tbody tr td h3{
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.player_table01 tbody tr td.total02 h3{
    margin-bottom: 24px;
}
.player_table01 tbody tr td h4{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 35.84px;
    letter-spacing: 0px;    
    color: #000000;

    text-align: center;
}
.player_table01 tbody tr td.total02 h4{
    margin-top: 24px;
    margin-bottom: 24px;
}
.player_table01 tbody tr td h5{
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
    padding: 23px 0;
}
.player_table01 tbody tr td h5 a{
    text-decoration: underline;
    font-weight: 700;
}
.tablebox_logoimg{
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablebox_logoimg img{
    max-width: 400px;
    max-height: 120px;  
    height: auto;       
    display: block;
    object-fit: contain;
}
.player_table01 tbody tr:nth-child(odd) {
    background: var(--LLL-Gray, rgba(248, 248, 248, 1));
}
.player_table01 tbody tr:nth-child(even) {
    background: var(--LPBA-White, rgba(255, 255, 255, 1));
    border-bottom: 1px solid rgba(229, 229, 229, 1) !important;
}
.player_table01 .total{
    border: none !important;
    border-right: 2px solid rgba(229, 229, 229, 1) !important;
}
.player_table01 .total:last-child{
    border-right: none !important;
}
.player_tablearea{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.player_table02{
    width: 100%;
    border-collapse: collapse;
}
.player_table02 thead tr{
    background-color: rgba(102, 102, 102, 1);
    height: 46px;
}
.player_table02 thead tr th{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;
    border-right: 1px solid rgba(51, 51, 51, 1);
}
.player_table02 thead tr th:last-child{
    border-right: none;
}

.player_table02 tbody tr td{
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;    
    color: #000000;
    text-align: center;
    height: 40px;
    border-right: 1px solid rgba(229, 229, 229, 1);
}
.player_table02 tbody tr td:last-child{
    border-right: none;
}
.player_table02 tbody tr:last-child{}
.player_table02 tbody tr:nth-child(odd) {
    background: var(--LLL-Gray, rgba(248, 248, 248, 1));
}
.player_table02 tbody tr:nth-child(even) {
    background: var(--LPBA-White, rgba(255, 255, 255, 1));
}
.player_table02 tbody tr td a{
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-decoration: underline;
    width: 100%;
}
.player_statisticsarea_title01{
    display: flex;
    align-items: center;
    gap: 12px;
}
.player_statisticsarea_title02{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.player_statisticsarea .graph_select{
    position: unset;
}
.player_statisticsarea_title02 span{
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;    
}
.player_table01_title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.player_table01_title_arrow{
    position: relative;
    cursor: pointer;
}
.player_table01_title_arrow_txt{
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background-color: #ffffff;
    max-height: 200px;
    overflow-y: auto;
}
.player_table01_title_arrow.on .player_table01_title_arrow_txt{
    display: flex;
}
.player_table01_title_arrow_txt span{
    min-width: -webkit-fill-available;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    background-color: #ffffff;
    cursor: pointer;
    padding: 0 6px;
}
.player_table01_title_arrow_txt span:last-child{
    border-bottom: none;
}
.player_table01_title_arrow_txt span p{
    color: rgba(161, 161, 161, 1);
    font-weight: 300;
    font-size: 12px;
    line-height: 15.67px;
    transition: 0.3s;
    white-space: nowrap;
}
.player_table01_title_arrow_txt span:hover{
    background-color: #E52547;
}
.player_table01_title_arrow_txt span:hover p{
    color: #ffffff;
    text-decoration: underline;
}
.m-playerinfor_txtbut{
    display: none;
}

/* 대회일정 상세페이지 */
.event_schedule{
    width: 100%;
    padding: 36px 24px;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 6px;
}
.event_schedule h3{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;    
    margin-bottom: 24px;
}
.event_scheduletxt{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.event_scheduletxt:last-child{
    margin-bottom: 0;
}
.event_scheduletxt p{
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    
}
.competition_records{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.competition_records_tep{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.competition_records_tep a{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    transition: 0.3s;
    background-color: rgba(229, 229, 229, 1);
    padding: 8px 24px;
    display: flex;
}
.competition_records_tep a.on{
    color: #ffffff;
    font-weight: 500;
    background-color: rgba(229, 37, 71, 1);
}
.competition_records_content{
    width: 100%;
}
.competition_records_item{
    display: none;
    width: 100%;
}

.competition_records_item.on {
    display: flex;
}
.competition_records_item01{
    padding: 48px 0 0 0 ;
    width: 100%;
    flex-direction: column;
    gap: 48px;
}
.competition_records_item05{
    gap: 31px 36px ;
    padding-top: 48px;
}
.competition_records_item05_box{
    border: 2px solid rgba(229, 229, 229, 1);
    border-radius: 6px;
    overflow: hidden;
}
.competition_records_item05_box_title{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.competition_records_item05_box_content{
    background-color: #ffffff;
}
.competition_records_item05_box_title p{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}

.competition_item{
    width: 100%;
    padding: 0 24px;
    height: 64px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.competition_item:last-child{
    border-bottom: none;
}
.competition_item p{
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color: #000000;    
}
.competition_number_one p{
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
}
.competition_itemtxtbox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 33px;
}
.competition_itemtxtbox h3{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;    
}
.competition_infortxt{
    width: min-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
}
.competition_infortxt h4{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;   
    width: 149px;
    display: inline-block;
}
.competition_number_one .competition_infortxt h4{
    width: 100px;
}
.competition_nationality{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.competition_nationality span{
    display: inline-block;
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
}

.competition_records_item.competition_records_item05.on{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.competition_records_item05_boxs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 36px 30px;
}
.competition_number_one{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    height: 102px;
}
.competition_number_one .competition_itemtxtbox{
    gap: 16px;
}
.competition_number_one .competition_itemtxtbox h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
}
.competition_number_one .competition_infortxt{
    gap: 8px;
}
.competition_number_one .competition_infortxt h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
}
.competition_number_one .competition_nationality span{
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
}
.competition_nationality .icon_img img{
    width: 24px !important;
    max-height: 16px;
    object-fit: contain;
    border: 1px solid #E6E6E6;
}
.competition_item .competition_inforimg{
    align-items: center;
}
.competition_item.ng-scope .competition_inforimg{
    align-items: flex-start;
}
.competition_item.ng-scope .competition_inforimg img{
    width: 100%;
}
.competition_inforimg{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 4px;
    display: flex;
    justify-content: center;
}
.competition_inforimg img{
    width: 75%;
    object-fit: cover;
}
.record_roomarea{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 36px;
}
.player_recordroom_masking{
    width: 100%;
    overflow-x: auto;
    transition: 0.3s;
}
.player_recordroom{
    width: fit-content;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: 0.3s;
}
.player_recordroom .competition_records_item05_box{
    width: 384px;
}
.recordroom_tabletitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recordroom_tabletitle h2{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.recordroom_tabletitle-h{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.recordroom_tabletitle-txt{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.recordroom_tabletitle-txt .icon_img img:nth-child(1){
    display: block;
}
.recordroom_tabletitle-txt .icon_img img:nth-child(2){
    display: none;
}
.recordroom_tabletitle-txt p{
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    text-decoration: underline;
}
.table_recordroom{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.recordroom_tablemasking{
    width: 100%;
    /*max-height: 528px;*/
    overflow-y: auto;
}
.recordroom_table{
    display: flex;
}
.recordroom_table-title{
    width: 220px;
}
.team_league-td{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    gap: 6px;
}
.team_league-td p{
    width: calc(100% - 50px);
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: left;
    white-space: nowrap;
}
.team_league-td .icon_img{
    width:  36px;
    height:  36px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.team_league-td .icon_img img{
    width: 100%;
    height: unset;
    object-fit: cover;
}
.recordroom_table-title.team_league{
    width: 300px;
}
.recordroom_table-informasking {
    width: calc(100% - 220px);
    overflow-x: auto;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.team_league .player_table02 tbody tr td{
    height: 52px;
}
.recordroom_table-informasking.team_league{
    width: calc(100% - 300px);
    overflow-x: auto;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recordroom_table-informasking:active {
    cursor: grabbing;
}
.recordroom_table-title .player_table02 thead tr th:last-child{
    border-right: 1px solid rgba(51, 51, 51, 1);
}
.recordroom_table-title .player_table02 tbody tr td:last-child{
    border-right: 1px solid rgba(229, 229, 229, 1);
}
.recordroom_table-infor{
    width: max-content;
}
.recordroom_table .player_table02 tbody tr{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.player_table02 tbody tr{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.record_roomitem{
    position: relative;
}
.recordroom_arrowbut{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);  
    cursor: pointer;  
}
.recordroom_arrowbut-l{
    left: -48px;
}
.recordroom_arrowbut-r{
    right: -48px;
}
.relative_record-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
    margin-top: 60px;
}
.relative_record-box{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.relative_record-box h2{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.relative_record-area .recordroom_table-title{
    width: 205px;
}
.relative_record-area .recordroom_table-informasking{
    width: calc(100% - 205px);
}
.relative_record-area .recordroom_table-title .player_table02 tbody tr td{
    font-weight: 500;
    
}
.relative_record-infor{
    padding: 24px;
    background-color: rgba(248, 248, 248, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.relative_record-infor .graph_select{
    position: unset;
    min-width: 103px;
}
.relative_record-vs{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
}
.relative_record-vsitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 32px;
}
.relative_record-vsitem h3{
    display: inline-block;
    color: #000;
    height: 36px;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0px;
}
.relative_record-vsitem p{
    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
}
.relative_record-vs span{
    display: inline-block;
    color: #000;
    height: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    
}
.relative_record-vstable{
    width: 400px;
}
.player_table03{
    width: 100%;
    border: 1px solid rgba(229, 229, 229, 1);
    border-collapse: collapse;
}
.player_table03 thead{
    border: 1px solid rgba(102, 102, 102, 1);
}
.player_table03 thead tr th{
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    background-color: rgba(102, 102, 102, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
    height: 40px;
}
.player_table03 thead tr th:nth-child(1){
    border-right: 1px solid rgba(51, 51, 51, 1);
    font-weight: 300;

}
.player_table03 thead tr th:nth-child(3){
    border-left: 1px solid rgba(51, 51, 51, 1);
    font-weight: 300;

}
.player_table03 tbody tr td{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;

    height: 40px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    background-color: #ffffff;
}
.player_table03 tbody tr td:nth-child(2){
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    background-color: rgba(102, 102, 102, 1);

    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
}
.player_table03 tbody tr:last-child td:nth-child(2){
    border-bottom: none;
}
.relative_record-player{
    padding: 24px;
    background-color: rgba(248, 248, 248, 1);
    width: 244px;
    height: auto !important;
}
.relative_record-listarea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.relative-player_title{
    width: 100%;
    padding: 0 12px;
    height: 40px;
    background-color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relative-player_title h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color: #ffffff;
}
.relative-player_searchbut{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
    text-decoration: underline;
}
.relative-player_search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
    background-color: rgba(51, 51, 51, 1);
    padding: 0 8px;
    gap: 4px;
}
.relative-player_search button{
    all: unset;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.relative-player_search input{
    all: unset;
    width: 100%;
    height: 100%;

    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    color: #ffffff;
}
.relative-player_searchbox{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.relative-player_searchclose{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
}
.relative-player_title.on{
    padding: 0 6px;
}
/* .relative-player_title.on h3,.relative-player_title.on .relative-player_searchbut{
    display: none;
} */
.relative-player_title.on .relative-player_searchbox{
    display: flex;
}
.relative-player_img{
    overflow: hidden;
    width: 100%;
    height: 261px;
    display: flex;
    align-items:flex-start;
    justify-content: center;
}
.relative-player_img img{
    width: 100%;
    object-fit: cover;
}
.relative-player_txtbox{
    width: 100%;
    padding: 12px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.relative-player_txt{
    display: flex;
    align-items: center;
    gap: 12px;
}
.relative-player_txt span{
    display: inline;
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    width: 52px;
}
.relative-player_txt:first-child{
    align-items: flex-start;
}
.relative-player_txt h3{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.relative-player_nation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.relative-player_nation .icon_img{
    width: 24px;
    height: 16px;
    border:1px solid rgba(229, 229, 229, 1);
}
.relative-player_nation .icon_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relative-player_nation .icon_img.team-logo{
    width: 36px;
    height: 36px;
}
.relative_record-listboxs{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.relative_record-listbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.relative_record-listitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 46px;
    background-color: rgba(102, 102, 102, 1);
}
.relative_record-listitle a{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-decoration: underline;
    
}
.relative_record-listitle h2{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}
.relative_record-listitem{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    height: 46px;
}
.relative_record-listinfor{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(102, 102, 102, 1);
    height: 100%;
    width: 250px;
}
.record-list_score{
    width: calc(50% - 58px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, 1);
}
.record-list_score p{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.record-list_number{
    width: 116px;
    height: 100%;
    border-right: 1px solid rgba(102, 102, 102, 1);
    border-left: 1px solid rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.record-list_number h4{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.relative_record-name{
    width: calc(50% - 116px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(102, 102, 102, 1);
    position: relative;
}
.relative_record-name.win{
    border: 1px solid rgba(229, 37, 71, 1);
}
.relative_record-name h2{    
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.relative_name-l{
    padding: 0 24px 0 12px;
}
.relative_name-r{
    padding: 0 12px 0 24px;
}
.relative_record-name .relative-player_nation{
    gap: 8px;
}
.relative_name-l.win::before{
    content: "";
    width: 8px;
    height: 100%;
    background-color: rgba(229, 37, 71, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.relative_name-r.win::before{
    content: "";
    width: 8px;
    height: 100%;
    background-color: rgba(229, 37, 71, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.relative_record-name p{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.relative_name-l p{
    margin-left: 32px;
}
.relative_name-r p{
    margin-right: 32px;
}
.relative-player_nation h2{
    color: #000 !important;
}
.relative_name-l.win h2{
    color: rgba(229, 37, 71, 1);
}
.relative_name-r.win h2{
    color: rgba(229, 37, 71, 1);
}
.competition_records_item05-h{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.competition_records_item05-h h5{
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0px;
}
.team_ranking-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:70px;
    margin-top: 48px;
}
.table_recordroom .graph_select{
    all: unset;
}
.win-or-lose .player_table02 thead tr th{
    padding: 0 12px;
}
.relative_record-inforbutbox{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    gap:12px;
    height: 32px;
}
.relative_record-inforbut{
    width: 50%;
    height: 100%;
    background-color: rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;   
}
.relative_record-inforbut.on{
    background-color: rgba(229, 37, 71, 1);
    color: #ffffff;
    font-weight: 400;
}
.relative_record-player.team{
    padding: 0;
    border:2px solid rgba(102, 102, 102, 1);
    width: 280px;
    height: auto !important;
}
.relative_record-player.team .relative-player_img{
    height: 280px;
    align-items: center;
    padding: 30px;
}
.player-win-ratetable{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}
.player_table02_th-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player_table02_th-img img{
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.team_infor-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.m-subpage_title{
    display: none;
}
.m-team_img{
    display: none;
}
.m-team_content2box-see{
    display: none;
}
.m-graph_but_close{
    display: none;
}
.team_infor-tep{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;  
    gap: 2px;
    border-bottom: 1px solid #E6E6E6;
}
.team_infor-tep a{
    background-color: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-bottom: 0px;
    color: rgba(102, 102, 102, 1);
    transition: 0.3s;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    padding: 0 8px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_infor-tep a.on{
    color: #ffffff;
    font-weight: 500;
    background-color: rgba(229, 37, 71, 1);
}
.team_explanationbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team_explanation{
    width: 100%;
    border:2px solid rgba(229, 229, 229, 1);
    display: flex;
}
.m-team_explanation-playertxt{
    display: none;
}
.team_explanation-tep{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 105px;
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
}
.team_explanation-tep .graph_select{
    all:unset;
}
.team_explanation-tep .team_explanation-but .graph_select{
    display: none;
}
.team_explanation-tep a{
    background-color: rgba(229, 229, 229, 1);
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_explanation-but{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.team_explanation-but.on a{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
.team_explanation-but.on .graph_select{
    display: block;
}
.team_explanation-contents{
    width: calc(100% - 105px);
}
.team_explanation-content{
    display: none;
}
.team_explanation-content1{
    width: 100%;
    padding-left: 48px;
    align-items: flex-start;
    gap: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.team_explanation-content1 .team_explanation-img{
    width: 172px;
    height: 172px;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_explanation-img img{
    width: 95%;
    height: 95%;
    object-fit: contain;
}
.team_explanation-txt{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 220px);
    padding-right: 24px;
}
.team_explanation-txt h2{
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0%;
}
.team_explanation-txt p{
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;    
}
.team_explanation-content2{
    align-items: center;
    justify-content: center;
    gap: 120px;
}
.team_explanation-content2 .team_explanation-img{
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
}
.team_explanation-content2 span{
    width: 4px;
    height: 180px;
    border-radius: 50px;
    background-color: rgba(229, 229, 229, 1);
}
.team_explanation-content2 #statsChart-1 {
    margin-right: 0;
    height: 340px !important;
    width: 340px !important;
}
.team_explanation-content3{
    padding:0 24px;
    justify-content: space-between;
}
.team_explanation-player{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.team_explanation-player .team_explanation-img{
    width: 210px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_explanation-playertxt{
    display: flex;
    flex-direction: column;
}
.team_explanation-playertxt h2{
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 36px;
    line-height: 40.32px;
    letter-spacing: 12px;
}
.team_explanation-playertxt span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 16px;
}
.team_explanation-playertxt span h3{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 37px;
    max-width: 74px;
}
.team_explanation-playertxt span p{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.team_explanation-playernation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.team_explanation-playernation .team_explanation-img{
    width: 32px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_explanation-playertxt span:last-child h3{
    letter-spacing: 0px;
}
.team_explanation-playertxt span:last-child{
    margin-bottom: 0;
}
.team_explanation-content3 #statsChart-2 {
    height: 350px !important;
    width: 350px !important;
    margin-right: 40px;
}

.team_explanation-data{
    width: 100%;
}
.team_explanation-databox{
    width: 100%;
    display: flex;
    flex-direction: column
}
.team_explanation-databox1{
    margin-top: 24px;
    gap: 48px;
}
.player_table04{
    width: 100%;
    border-collapse: collapse;
}
.player_table04 tbody tr{
    height: 48px;
    border: 1px solid rgba(229, 229, 229, 1);
}
.team_explanation-databox2{
    margin-top: 48px;
    gap: 48px;
}
/* 짝수 행 스타일 */
.player_table04 tbody tr td:nth-child(odd) {
    background-color: rgba(102, 102, 102, 1); /* 연한 회색 배경 */
    
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
  }
  
/* 홀수 행 스타일 */
.player_table04 tbody tr td:nth-child(even) {
    background-color: #ffffff; /* 흰색 배경 */
    padding-left: 24px;

    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_explanation-playerdata{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    gap:24px 32px;
}
.team_explanation-playerdataitem{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.team_explanation-playerdataimg{
    border: 1px solid rgba(229, 229, 229, 1);
    width: 100%;
    height: 285px;

    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.team_explanation-playerdataimg img{
    width: 100%;
    height: 100%;
}
.team_explanation-playerdatatxt{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.team_explanation-playerdatatxt p{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_explanation-playerdatatxt span{
    background-color: rgba(229, 37, 71, 1);
    border-radius: 6px;
    padding: 4px 8px;
    
    color: #ffffff;
    font-family: Noto Sans KR;
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_explanation-databox3{
    margin-top: 48px;
    gap: 48px;
}
.player_table02 thead tr th.player_table02-th01{
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}



.competition_records_item05_box_title-m{
    display: none;
}

.seasonleader_list_m{
    display: none;
}

.competition_records_item05_box_content_m{
    display: none;
}
.player_table01-profile{
    padding-left: 48px;
    background-color: rgba(248, 248, 248, 1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 328px;
}
.table01-profile_txtbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 211px);
}
.table01-profile_txtbox h1{
    all: unset;
    margin-bottom: 24px;

    font-weight: 700;
    font-size: 32px;
    line-height: 35.84px;
    letter-spacing: 12px;
    text-align: center;
}
.table01-profile_txt{
    display: flex;
    align-items: center;
    gap: 8px;
}
.table01-profile_txt p{
    color: rgba(102, 102, 102, 1);   
    font-weight: 500;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
}
.table01-profile_img{
    width:211px ;
    height: 280px;
}
.table01-profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tablebox_logoimgbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 32px;
    padding: 48px 37px;
}
.tablebox_logoimgbox .icon_img{
    width: calc(25% - 24px);
}
.tablebox_logoimgbox .icon_img img{
    width: 100%;
}
.subpage_search-box02{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.subpage_search-box02 .graph_select{
    all: unset;
}
.subpage_search-box02 .graph_select select{
    border: 1px solid rgba(161, 161, 161, 1);
    min-width: 140px;
    background-color: #ffffff;
}
.competition_records_item02 {
    width: 100%;
    padding-top: 24px;
    gap: 38px;
    flex-direction: column;
}
.competition_records_item02-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.competition_records_item02-playerbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 2px solid rgba(51, 51, 51, 1);
}
.competition_records_item-none{
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;

}
.competition_records_item02-playerbox:has(.competition_records_item-none) {
    border: none;
}
.competition_records_item02-player{
    width: 100%;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    background-color: #ffffff;
}
.competition_records_item02-player:nth-child(odd) {
    background: var(--LLL-Gray, rgba(248, 248, 248, 1));
}
.records_item02-playerimg{
    max-width: 90px;
    max-height: 130px;
    width: 100%;
    height: 100%;
}
.records_item02-playerimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.records_item02-player-txtbox{
    width: calc(100% - 114px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.records_item02-player-name_txt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.records_item02-player-name_txt h2{
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    position: relative;
    cursor: pointer;
}
.records_item02-player-name_txt span{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item02-playerinfor-txtboxs{
    display: grid;
    grid-template-columns: 1fr 1fr;  
    width: fit-content;
    gap: 4px 50px;
}
.records_item02-playerinfor-txtbox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
}
.records_item02-playerinfor-txtbox span{
    width: 62px;
    height: 22px;
    background-color: rgba(229, 229, 229, 1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans KR;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}
.records_item02-playerinfor-txtbox p{
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item02-playerinfor-txt_gonfalon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.records_item02-playerinfor-txt_gonfalon .icon_img{
    width: 24px;
    height: 16px;
}

.competition_records_item04{
    width: 100%;
    padding-top: 48px;
    flex-direction: column;
    gap: 44px;
}
.competition_records_item04-2{
    padding-top: 36px;
}
.competition_records_item04-table{
    width: 100%;
}
.competition_records_item04-table .player_table02 thead tr th{
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
    border: unset;
}
.competition_records_item04-table .player_table02 thead tr th:nth-child(2){
    text-align: left;
    padding-left: 20px;
}
.competition_records_item04-table .player_tablebox{
    all: unset;
    width: 100%;
}
.competition_records_item04-table .player_table02 tbody tr td{
    border: none;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(1){
    color: rgba(0, 0, 0, 1);

    font-weight: 700;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;
}

.competition_records_item04-table .player_table02 tbody tr td:nth-child(2){
    color: rgba(0, 0, 0, 1);

    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: left;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(2) span{
    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
    margin-left: 12px;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(3){
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(3) .icon_img{
    width: 33px;
    height: 22px;
}
.competition_records_item04-table_gonfalon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(4){
    color: rgba(5, 55, 142, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}
.competition_records_item04-table .player_table02 tbody tr td:nth-child(5){
    color: rgba(5, 55, 142, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}
.competition_records_item04-ranking{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 36px;
}
.competition_records_item04-number_one{
    width: 100%;
    border: 2px solid rgba(229, 229, 229, 1);
    padding-left: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    position: relative;
}
.records_item04-ranking-infor{
    margin: 24px 0;
    height: 218px;
    width: calc(100% - 66px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.records_item04-ranking-infor_img{
    max-width: 164px;
    max-height: 218px;
}
.records_item04-ranking-infor_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.records_item04-ranking-infor_txt{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.records_item04-ranking-infor_txtop{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.records_item04-ranking-infor_txtop h2{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-infor_txtop p{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-infor_txtmid{
    display: flex;
    align-items: center;
    gap: 8px;
}
.records_item04-ranking-infor_txtmid .icon_img{
    width: 33px;
    height: 22px;
}
.records_item04-ranking-infor_txtmid p{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-infor_txtbottom{
    display: flex;
    gap: 48px;
}
.records_item04-ranking-infor_txtbottom span{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.records_item04-ranking-infor_txtbottom p{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-infor_txtbottom h3{
    color: rgba(229, 37, 71, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
}
.competition_records_item04-numberarea{
    width: 100%;
}
.swiper-slide{
    padding: 0 !important;
}
.swiper-slide.player_rankingbox-slide{
    padding-left: 0 !important;
}
.player_rankingbox-slide{
    width: 100%;
    height: 236px  !important;
    background-color: rgba(248, 248, 248, 1);
    padding-left: 54px !important;
    display: flex !important;
    gap: 12px !important;
}
.records_item04-ranking-player{
    width: 100%;
    margin: 24px 0;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    padding-left: 54px;
}
.records_item04-ranking-player-2{
    padding-left: 24px;
}
.records_item04-ranking-player_img{
    max-width: 141px;
    max-height: 188px;
}
.records_item04-ranking-player_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.records_item04-ranking-player_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.records_item04-ranking-player_txt2{
    justify-content: flex-end;
    padding-bottom: 22px;
}
.records_item04-ranking-player_txtop{
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}
.records_item04-ranking-player_txtop h2{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-player_txtop p{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-player_txtmid{
    display: flex;
    gap: 4px;
    align-items: center;
}
.records_item04-ranking-player_txtmid .icon_img{
    width: 24px;
    height: 16px;
}
.records_item04-ranking-player_txtmid p{
    color: rgba(102, 102, 102, 1);
    
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-player_txtbottom{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}
.records_item04-ranking-player_txtbottom2{
    gap: 2px;
}
.records_item04-ranking-player_txtbottom span{
    display: flex;
    flex-direction: column;
}
.records_item04-ranking-player_txtbottom span.txt{
    flex-direction: unset;
    gap: 5px;

}
.records_item04-ranking-player_txtbottom span.txt p{
    min-width: 22px;
}
.records_item04-ranking-player_txtbottom span p{
    color: rgba(102, 102, 102, 1);
    
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-player_txtbottom span h3{
    color: rgba(5, 55, 142, 1);
    
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
}

.records_item04-ranking-player_txtbottom span h4{
    color: #000;
    
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0px;
}
.records_item04-ranking-player_txtbottom span h4.blue{
    color: #3871D4;
    font-weight: bold;
}
.player_rankingbox-prev::after,
.player_rankingbox-next::after {
  display: none;
}
.player_rankingbox-prev{
    left: 12px !important;
}
.player_rankingbox-next{
    right: 12px !important;
}
.competition_records_item03{
    padding-top: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;

}
.gamedata_tablebox{
    width: calc(100% - 724px);
}
.gamedata_area{
    width:700px;
    height: 1270px;
}
.subpage_search-box03{
    width: 100%;
    gap: 24px;
    display: flex;
    align-items: center;
}
.subpage_search-box03 .graph_select{
    all: unset;
}
.subpage_search-box03 .graph_select select{
    width: 144px;
}
.subpage_search-box03 .subpage_search{
    width: 100%;
}
.subpage_search-box03 .subpage_search input{
    width: 100%;
}
.gamedata_area-none{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, 1);
    height: 100%;
}
.gamedata_area-yes{
    display: none;
    margin-top: 60px;
    flex-direction: column;
}
.gamedata_title{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background-color: rgba(102, 102, 102, 1);
}
.gamedata_title.live{
    background: linear-gradient(90deg, #0A214A 0%, #9E1E35 100%);
}
.gamedata_title h2{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.gamedata_title p{
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;    
}
.gamedata_player-infor{
    width: 100%;
    background-color: rgba(248, 248, 248, 1);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gamedata_player{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 301px;
}
.gamedata_player-name{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(102, 102, 102, 1);
}
.gamedata_player-name p{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.gamedata_player-img{
    width: 100%;
    height: calc(100% - 40px);
}
.gamedata_match-score{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.gamedata_match-score b{
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 35.84px;
    letter-spacing: 0px;
}
.gamedata_player-img img{
    width: 100%;
    height: 100%;
}
.gamedata_player-table_area{
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gamedata_player-tep{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.gamedata_player-tep a{
    background-color: rgba(229, 229, 229, 1);
    width: 50%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.gamedata_player-tep a.on{
    background-color: rgba(229, 37, 71, 1);
    color: #ffffff;
    font-weight: 500;
}
.gamedata_player-table{
    width: 100%;
    display: none;
    flex-direction: column;
}
.gamedata_player-table.on{
    display: flex;
}
.gamedata_player-title{
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gamedata_player-title a{
    border: 1px solid rgba(161, 161, 161, 1);
    padding: 0 12px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    top: 0%;
    right: 0;
}
.gamedata_player-title a p{
    color: rgba(51, 51, 51, 1);
    
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.gamedata_player-title a .icon_img img:nth-child(2){
    display: none;
}
.gamedata_player-tablebox{
    width: 100%;
}
.gamedata_player-tablebox .player_table03 tbody tr:nth-child(odd) td:nth-child(1){
    background-color: rgba(248, 248, 248, 1);
}
.gamedata_player-tablebox .player_table03 tbody tr:nth-child(odd) td:nth-child(3){
    background-color: rgba(248, 248, 248, 1);
}
.gamedata_area.on .gamedata_area-none{
    display: none;
}
.gamedata_area.on .gamedata_area-yes{
    display: flex;
}
.gamedata_area-none_icon{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.gamedata_area-none_icon p{
    color: rgba(102, 102, 102, 1);
    
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}
.gamedata_tablearea{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    max-height: 1210px;
    overflow-y: auto;
}
.gamedata_tablearea .player_table02 thead tr{
    height: 40px;
}
.gamedata_tablearea-title{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.gamedata_tablearea-title a{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: Auto;
    text-decoration-thickness: Auto;
    text-decoration-skip-ink: auto;
       
}
.gamedata_tablearea-title p{
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: right;    
}
.gamedata_tablearea-title.live{
    background: linear-gradient(90.43deg, #0A214A 0%, #9E1E35 100%);
}
.gamedata_tablearea .team_league-td .icon_img{
    width: 24px;
    height: 16px;
}
.gamedata_tablearea .team_league-td{
    gap: 4px;
}
.team_league-td p{
    white-space: unset;
}
.m-gamedata_area_butbox{
    display: none;
}

.m-team_infor-tep{
    display: none;
}
.subpage-search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.subpage-search2{
    margin-top: 36px;
}
.awards_content{
    width: 100%;
    margin-top: 24px;
}
.award-main{
    width: 100%;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.award-main_title{
    background-color: rgba(229, 37, 71, 1);
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
}
.award-main_imgbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    height: 745px;  
}
.award-main_img{
    display: flex;
    align-items: flex-end;
    height: 100%;
    background-position: top center !important;
    background-size: cover !important;
}
.award-main_imgtxtbox{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 66.23%);
    display: flex;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    height: 345px;
    padding-bottom: 48px;
}
.award-main_imgtxtbox p{
    font-weight: 400;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 12px;
    text-align: center;

    color: #ffffff;
}
.award-main_imgtxtbox h2{
    font-weight: 700;
    font-size: 42px;
    line-height: 47.04px;
    letter-spacing: 12px;
    text-align: center;
    
    color: #ffffff;
}
.award-list_area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 48px;
}
.award-list_item{
    width: 100%;
}
.award-list_title{
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(102, 102, 102, 1);

    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;    
    margin-bottom: 12px;
}
.award-list_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.award-list_imgbox{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.award-list_img{
    width: 100%;
    height: 365px;
}
.award-list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.award-list_imgtxt{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.award-list_imgtxt p{
    color: rgba(102, 102, 102, 1);

    font-weight: 300;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;
}
.award-list_imgtxt h2{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;
}
.award-gallery{
    display: block;
    width: 100%;
}
.award-table{
    width: 100%;
    display: block;
} 
.award-table .player_table02 tbody tr:nth-child(odd){
    background-color: #ffffff;
}
.award-event-banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}
.award-event-logo{
    width: 100%;
    height: 100px;
}
.award-event-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.award-player{
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.award-player_img{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
}
.award-player_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.award-player_infortxt{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}
.award-player_infortxt p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.award-player_infortxt span{
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 13px;
}
.seasonleader_content{
    width: 100%;
    margin-top: 24px;
}
.seasonleader_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 36px;
}
.seasonleader_listbox{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.seasonleader_title{
    width: 100%;
    height: 64px;
    background-color:#666666;
    color: #ffffff;
    font-family: Noto Sans KR;
    font-weight: 600;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.seasonleader_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 31px;  
}
.seasonleader_list-title{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.seasonleader_list-title p{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
}
.seasonleader_listxt{
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.seasonleader_list-logo{
    max-height: 46px;
}
.seasonleader_list-logo img{
    height: 100%;
    object-fit: cover;
}
.seasonleader_list-title a:hover .icon_img{
    transform: translateX(10px);
}
.player_list-search{
    width: 100%;
    height: 64px;
    background-color: rgba(248, 248, 248, 1);
    padding: 0 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.player_list-search .subpage_search-box02{
    display: none;
}
.player_list-search_but{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    cursor: pointer;
}
.player_list-search_but p{
    color: rgba(51, 51, 51, 1);

    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.player_list-search.on .subpage_search-box02{
    display: flex;
}
.player_list-search.on .player_list-search_but{
    display: none;
}
.subpage_area_title02{
    margin-bottom: 24px;
    justify-content: flex-end;
}

.table-cell.table-cell02:nth-child(1){width: 100px;}
.table-cell.table-cell02:nth-child(2){width: 120px; font-weight: 500;}
.table-cell.table-cell02:nth-child(3){width: 205px;}
.table-cell.table-cell02:nth-child(4){width: auto;}
.table-cell.table-cell02:nth-child(5){
    width: 210px;
    max-width: 210px;
    white-space: nowrap; /* 줄 바꿈 방지 */
    overflow: hidden; /* 넘치는 내용 숨김 */
    text-overflow: ellipsis; /* 말줄임표 처리 */
}
.table-cell.table-cell02:nth-child(6){width: 120px;}
.table-cell.table-cell02:nth-child(7){width: 100px;}
.table-cell.table-cell02 .status_but{width: 70%;}
.table-cell b.red{
    color: rgba(229, 37, 71, 1);
}
.m-table-cell_txt{display: none;}
.player_table01 tbody tr td h6{
    color: #000000;
    font-weight: 400;
    font-size: 32px;
    line-height: 35.84px;
    letter-spacing: 0px;
    margin: 24px 0;
}
.table01-profile_txtbox02{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 211px);
    height: 100%;
}
.player_table01-profile02 .table01-profile_txtbox02{
    width: 100%;
    height: unset;
}
.table01-profile_txtbox02 h2{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}
.table01-profile_txtbox02 h1{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 24px;
}
.player_table01-profile02 .table01-profile_txtbox02 h1{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
}
.table01-profile_txtbox02 span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.table01-profile_txtbox02 span p{
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    text-align: center;
}
.player_table01-profile02{
    height: 328px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.table01-profile_img02{
    max-height: 220px;
}
.table01-profile_img02 img{
    height: 100%;
    max-width: 220px;
}
.competition_records_item03 .record_roomitem{
    width: 100%;
}
.competition_records_item.competition_records_item02 .subpage_area01{
    margin-top: 24px;
}
.matchteam_txt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.matchteam_name{
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.matchteam_vs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.table-cell.table-cell03:nth-child(1){width: 90px; font-weight: 500 !important;}
.table-cell.table-cell03:nth-child(2){width: 130px; color: rgba(51, 51, 51, 1);}
.table-cell.table-cell03:nth-child(3){width: 130px;}
.table-cell.table-cell03:nth-child(4){width: auto;}
.table-cell.table-cell03:nth-child(5){width: 140px; font-weight: 500 !important; color: #000;}
.table-cell.table-cell03:nth-child(6){width: 110px;}
.table-cell.table-cell03 .status_but {width: 70%;}
.table-cell03.red{color: rgba(229, 37, 71, 1) !important;}

.competition_records_item.competition_records_item02 .player_table01 thead tr th{
    color: #Ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
}
.competition_records_item.competition_records_item02 .player_table01 thead tr th:nth-child(1){
    border-right: 2px solid #333333;
}
.competition_records_item.competition_records_item02 .player_table01 thead tr th:nth-child(2){
    border-right: 2px solid #333333;
}
.competition_records_item.competition_records_item02 .player_table01 tbody tr td h4{
    margin: 0;
}
.competition_records_item.competition_records_item02 .player_table01{
    margin-top: 12px;
}
.competition_record-team_logobox{
    width: 100%;
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}
.competition_record-team_logo{
    height: 208px;
    display: flex !important;
    width: 208px;
    border: 4px solid #E6E6E6;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.competition_record-team_logo img{
    width: 100% !important;
    object-fit: cover;
}
.gamedata_player-table_area02{
    gap: 36px;
}
.gamedata_player-table_area02 .gamedata_player-tep a{
    width: 33.333%;
}
.gamedata_player-title.gamedata_player-title02{
    justify-content:flex-start;
    gap: 24px;
}
.set-records{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.set-record{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 48px;
    border: 1px solid rgba(229, 229, 229, 1);
    height: 100px;
}
.set-record_buts{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.set-record_download{
    border: 1px solid rgba(161, 161, 161, 1);
    padding: 0 12px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 2px;
    width: fit-content;
}
.set-record_but{
    padding: 0 12px;
    border-radius: 2px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(5, 55, 142, 1);

    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
    width: fit-content;
}
.set-record_download p {
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.set-record_download .icon_img{
    background: url(/resource/img/sub/download.png) no-repeat;
}
.set-record_inforbox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.set-record_setxt{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(229, 229, 229, 1);
}
.set-record_setxt h1{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
}
.set-record_infor{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 24px;
    gap: 50px;
}
.set-record_type p{
    color: rgba(102, 102, 102, 1);
    
    font-weight: 400;
    font-size: 12px;
    line-height: 13.44px;
    letter-spacing: 0px;
    text-align: center;
}
.set-record_name{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.set-record_name p{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.set-record_vs{
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: fit-content;
}
.set-record_vs b{
    color: rgba(102, 102, 102, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-record_vs b.red{
    color: rgba(229, 37, 71, 1);
    font-weight: 600;
}
.set-record_score{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
}
.set-record_score p{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gamedata_player-table02{
    gap: 36px;
}
.competition_record-team_playerbox{
    width: 100%;
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
}
.competition_record-team_playerimg{
    width: 211px;
    height: 280px;
    position: relative;
}
.competition_record-team_playerimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.competition_record-team_playerimg-txt{
    width: 100%;
    height: 40px;
    background-color:  rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.competition_record-team_playerimg-txt p{
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}
.team_award-main_imgbox{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    height: 455px;
}
.team_award-main_img{
    display: flex;
    align-items: flex-end;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
}
.team_award-main_logo-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 8px solid;
    border-image-source: linear-gradient(139.29deg, #F5B93B 0%, #FFE9C8 16.5%, #F5B93B 47.5%, #F56D3B 100%);
    border-image-slice: 1;
    position: relative;
}
.team_award-main_logo-imgbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.team_award-main_logoimg{
    width: 285px;
    
}
.team_award-main_logoimg img{
    width: 100%;
    object-fit: cover;
}
.team_award-main_logo-imgbox h1{
    color: rgba(0, 0, 0, 1);
    
    font-weight: 600;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0px;
}
.team_award-img{
    position: absolute;
    top: -8px;
    left: 16px;
}
.team_award-img img:nth-child(2){
    display: none;
}
.award-event-txt{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-event-txt p{
    color: rgba(0, 0, 0, 1);
    
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
}

.team_award-event-imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.team_award-event-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 80px;
}
.team_award-event-img img{
    height: 100%;
    object-fit: cover;
}
.m-header_close svg:nth-child(2){
    display: none;
}
.records_item04-ranking-number{
    position: absolute;
    top: 0;
    left: 12px;
}
.records_item04-ranking-number2{
    left: unset;
    right: 30px;
}
.records_item04-ranking-number img:nth-child(2){
    display: none;
}
.subpage_area_title03{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.subpage_area_title03 h1{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}
.team_explanation-player_name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 48px;
}
.team_explanation-player_name .subpage_selectdate_but .subpage_selectdate_option {
    top: calc(100% + 14px);
}
.m-team_explanation-player_name{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.m-team_explanation-player_name h3{
    margin: 0 !important;
}
.m-team_explanation-player_name .subpage_selectdate_but .subpage_selectdate_option{
    left: 50%;
    right: unset;
    transform: translateX(-70%);
}
.event_scheduletxt-box{
    display: flex;
    gap: 24px ;
}
.event_scheduletxt-box .event_scheduletxt{
    margin-bottom: 0;
}
.event_schedule.mg24{
    margin: 24px 0;
}
.registration_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.registration_guideline{
    width: 100%;
    padding: 24px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.registration_guideline h1{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 32px;
}
.registration_guideline h2{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}
.registration_guideline h3{
    font-size: 16px;
    font-weight: 600;
    color: #E52547;
    margin-bottom:8px;
}
.registration_guideline h4{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.registration_guideline ul{
    margin-bottom: 32px;
}
.registration_guideline ul li{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}
.registration_guideline ul li p{
    padding-left: 16px;
}
.registration_guideline02{
    width: 100%;
    padding: 24px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items:flex-start;
    gap: 150px;
}   
.registration_guide-area{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.registration_guide-area h1{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items:baseline;
    margin-bottom: 12px;
}
.registration_guide-area h1 i{
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    background-color: #E52547;
    font-style: normal;
    margin-left: 8px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px 0 8px;
    display: inline-block;
}
.registration_guide-area span{
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    display: inline-block;
}
.registration_inputbox{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}
.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.radio-group input[type="radio"]:checked {
    border-color: #666666;
}

.radio-group input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #E52547;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.label-title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.label-title.red{
    color: #E52547;
}
.registration_inputboxs{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}
.text-group{
    width: 200px;
}
.text-group input{
    width: 100%;
    height: 33px;
    border: 1px solid #E6E6E6;
    color: #000;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
}
.text-group input::placeholder{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}
.registration_inputbox button{
    all:unset;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    width: 93px;
    height: 33px;
    background-color: #05378E;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
}
.registration_guidetxt{
    margin: 24px 0;
}
.registration_guidetxt p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 24px 0;
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 3px;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: #E52547;
    border: 1px solid #e0004d;
}

.checkbox-container input[type="checkbox"]:checked::before {
    content: "✔";
    font-size: 9px;
    font-weight: 300;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.checkbox-label span {
    all: unset;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.registration_last-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.registration_last-button button{
    all: unset;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
}
button.close{
    background-color: #E6E6E6;
    color: #333333;
}
button.receipt{
    background-color:#E52547 ;
    color: #ffffff;
}
.game_format-area{
    width: 100%;
    margin-top: 24px;
}



.player_table05{
    width: 100%;
    border-collapse: collapse;
}

.player_table05 th,.player_table05 td {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 16px 24px;
    text-align: center;
}

.player_table05 td {
    text-align: center;
}
.player_table05 td{
    border-right: 1px solid #e6e6e6;
}
.player_table05 td:last-child{
    border-right: 0px;
}

.player_table05 th{
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    padding: 10px 0;
}


.game_format-area.team{
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 60px;
}
.teamgame_format-boxs{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.teamgame_format-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teamgame_format-title h1{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.teamgame_format-title .graph_select{
    all: unset;
}
.teamgame_format-box{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.teamgame_format-imgbox{
    width: 479px;
    border: 1px solid #E6E6E6;
    padding: 48px;
    height: 320px;
}
.teamgame_format-imgbox img{
    width: 100%;
}
.teamgame_format-table{
    width: 684px;
}

.player_table06{
    width: 100%;
    border-collapse: collapse;
}
.player_table06 tr td:nth-child(1){
    min-height: 40px;
    border: 1px solid #666666;
    border-bottom: 1px solid #333333;
    background-color: #666666;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 9px 0;
}
.player_table06 tr:last-child td:nth-child(1){
    border-bottom: 1px solid #666666;
}
.player_table06 tr td:nth-child(2){
    height: 40px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align:left;
    padding: 9px 0;
    padding-left: 20px;
}
.teamgame_format-imgbox02{
    width: 100%;
}
.teamgame_format-imgbox02 img{
    width: 100%;
    object-fit: cover;
}
.teamgame_format-imgbox02 img:nth-child(2){
    display: none;
}
.teamgame_format-boxs .recordroom_table-title.team_league{
    width: 120px;
}
.teamgame_format-boxs .recordroom_table-informasking.team_league{
    width: calc(100% - 120px);
}
.teamgame_format-tbodybox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.teamgame_format-boxs .recordroom_table-title .player_table02 tbody tr td:last-child {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 17.92px;
    letter-spacing: 0px;
    text-align: center;
    border-right: 1px solid rgba(51, 51, 51, 1);
    border-top: 1px solid rgba(51, 51, 51, 1);
    background-color: rgba(102, 102, 102, 1);
}

.team_league.player_table02 tbody tr:nth-child(even) {
    background: var(--LLL-Gray, rgba(248, 248, 248, 1));
}

.teamgame_format-boxs .recordroom_tablemasking {
    width: 100%;
    max-height: unset;
    overflow-y: unset;
}
.notice_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}
.notice_content > h2{
    padding: 50px 0;
    text-align: center;
}
.notice_items{
    width: 100%;
    height: 127px;
    border: 1px solid #E6E6E6;
    display: flex;
}
.notice_item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice_item img{
    width: 100%;
    object-fit: cover;
}
.notice_item h1 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄까지만 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.notice_item p {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄까지만 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.notice_item h2 {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}
.notice01 .notice_item:nth-child(1){
    width: 173px;
    border-right: 1px solid #E6E6E6;
}
.notice01 .notice_item:nth-child(2){
    width: calc(100% - 465px);
    flex-direction: column;
    padding: 0 24px;
    gap: 8px;
    align-items: flex-start;
}
.notice01 .notice_item:nth-child(3){width: 100px;}
.notice01 .notice_item:nth-child(4){width: 100px;}
.notice01 .notice_item:nth-child(5){width: 92px;}

.notice_items:hover .icon_img{
    transform: translateX(10px);
}
.notice_searchbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.notice_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.gallery_area{
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.gallery_content{
    display: flex;
    flex-wrap: wrap;
    gap: 22px;  
}
.gallery_item{
    width: calc(25% - 17px);
    height: 203px;
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: 0.3s;
}
.gallery_item span{
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.75); /* 검정색(black) + 투명도 75% */
    padding: 8px 12px;
}
.gallery_item span p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄까지만 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.gallery_item:hover {
    filter: grayscale(100%) !important; /* 흑백 변환 */
}
.gallery_item.no_img{
    background-image: url(/resource/img/sub/gallery_item-none.png); 
    background-position: center -30px !important;  
}

.sns_item{
    width: calc(25% - 17px);
    height: 203px;
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: 0.3s;
}
.sns_item span{
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.75); /* 검정색(black) + 투명도 75% */
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.sns_item span p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    width: calc(100% - 32px);
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄까지만 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.sns_item:hover {
    filter: grayscale(100%) !important; /* 흑백 변환 */
}
.sns_item.no_img{
    background-image: url(/resource/img/sub/gallery_item-none.png); 
    background-position: center -30px !important;  
}


.gallery_morebut{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    gap: 8px;
    cursor: pointer;
}
.gallery_morebut p{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.gallery_video{
    width: 800px;
    height: 534px;
    background-color: #000;
}
.gallery_video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 화면을 꽉 채우도록 조정 */
}
.sns_icom{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns_icom img{
    width: 100%;
    height: 100%;
}
.news-detail_area{
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.news-detail_area img{
    max-width: 100%;
}
.news-detail_area h1{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.news-detail_area p{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.news-detail_imgbox{
    width: 100%;
}
.news-detail_imgbox img{
    max-width: 100%;
}
.notice_items.notice02{
    height: 86px;
}
.notice02 .notice_item:nth-child(1){
    width: 80px;
}
.notice02 .notice_item:nth-child(2){
    width: calc(100% - 372px);
    justify-content: flex-start;
}
.notice02 .notice_item:nth-child(3){
    width: 100px;
}
.notice02 .notice_item:nth-child(4){
    width: 100px;
}
.notice02 .notice_item:nth-child(5){
    width: 92px;
}
.news-detail_download{
    width: 100%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.detail_download-but{
    padding: 8px 12px;
    background-color: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    color: #2294E5;
    font-size: 12px;
    width: fit-content;
}

.about_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_info{
    width: 100%;
    padding: 48px 0 84px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #05378E;
    margin-bottom: 50px;
}
.about_info-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_info h1{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center;
}
.about_info h2{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
}
.about_info h3{
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.about_symbol{
    width: 100%;
    padding-left: 5.94%;
    padding-right: 5.94%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 48px;
    margin-bottom: 60px;
}
.about_symbol-txt{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 78%;
}
.about_symbol-txt img{
    width: 100%;
}
.about_symbol-item{
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #9E9E9E 0%, #E8E8E8 100%);
    border-image-slice: 1;
    height: 277px;
    background-color: rgba(230, 230, 230, 0.25); /* #E6E6E6의 25% 투명도 */
    backdrop-filter: blur(6px); /* 블러 효과 20px */
    -webkit-backdrop-filter: blur(6px); /* 사파리 대응 */

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    gap: 24px;
}
.about_symbol-item p{
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.about_symbol-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_symbol-img img:nth-child(2){
    display: none;
}
.map-section{
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 60px;
}
.map-infor{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.map-infor h1{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.kakao_map{
    width: 100% !important;
    height: 557px !important;
}
.root_daum_roughmap .wrap_map{
    height: calc(100% - 32px) !important;
}
.root_daum_roughmap .cont{
    display: none !important;
}
.route-info{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;  
}
.route-info_item{
    min-height: 187px;
    border: 2px solid #E6E6E6;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.route-h{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.route-h h1{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.route-h .icon_img img:nth-child(2){
    display: none;
}
.route-txt_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.route-txt_item span{
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: baseline;
    justify-content: flex-start;
}
.route-txt_item span i{
    padding: 2px 6px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    background-color: #666666;
    white-space: nowrap;
}
.route-txt_item span p{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}










.greeting_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 100px;
}
.ceo-info{
    width: 100%;
    display: flex;
    height: 400px;
    border-bottom: 1px solid #000000;
}
.ceo-img{
    width: 387px;
    height: 100%;
}
.ceo-img img{
    width: 100%;
    height: 100%;
}
.ceo-txt{
    width: calc(100% - 582px);
    height: 100%;
    padding: 89px 0 36px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ceo-txt h1{
    font-size: 48px;
    color: #05378e;
    font-weight: 300;
    line-height: 90px;
}
.ceo-txt h1 b{
    font-weight: 500;
}
.ceo-txt span{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 21px;
}
.ceo-txt span p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.ceo-txt span h2{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 27px;
}
.greeting-txt{
    width: 100%;
    gap: 30px;
    display: flex;
    justify-content: center;
}
.greeting-txtbox{
    width: calc(50% - 15px);
}
.greeting-txtbox p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.greeting-imgbox{
    width: 100%;
}
.greeting-imgbox img{
    width: 100%;
    object-fit: cover;
}
.organization_area{
    width: 100%;
    margin-top: 60px;
}
.organization_area img{
    width: 100%;
    object-fit: cover;
}
.organization_area img:nth-child(2){
    display: none;
}
.history_select{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
    margin-bottom: 48px;
}
.history_select .graph_select{
    all: unset;
}
.history_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;  
}
.history_area02{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px; 
}
.history_area02:last-child{
    overflow: hidden;
}
.history_item{
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
}
.history_item.noimg .history_img{
    border: none;
    background-color: transparent;
}
.history_item.noimg .history_line01{
    background-color: transparent;
}
.history_img{
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FFE2A5, #F59E3B) 1;
    background-color: #ffffff;
}
.history_img img{
    width: 100%;
    object-fit: cover;
}
.history_line01{
    width: 140px;
    height: 3px;
    background-color: #E6E6E6;
    margin-left: 30px;
    position: relative;
}
.history_line01::before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: 6px solid #05378E;
    border-radius: 50%;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    z-index: 9;
}
.history_item:last-child .history_line02::before{
    display: none;
}
.history_line02{
    width: 3px;
    height: 100%;
    background-color: #E6E6E6;
    position: relative;
}
.history_line02::before{
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% + 300px);
    background-color: #E6E6E6;
    top: 0;
    left: 0;
}
.history_txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap:8px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 57px;
    width: calc(100% - 413px);
}
.history_txt span{
    font-size: 14px;
    color: #05378E;
    font-weight: 400;
}
.history_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.ng-binding{
    font-weight: 400;
    font-size: 14px;
}
.actionArea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 48px;
    border-top: 1px solid #E6E6E6;
}
.actionArea a{
    border-radius: 2px;
    width: 55px;
    height: 34px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail_area p{
    color: #000000 !important;
}
.news-detail_area span{
    color: #000000 !important;
}

.no_data h2{
        color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 15.68px;
    letter-spacing: 0px;
    text-align: center;
}
.table01-profile_txt .icon_img{
    width: 32px;
    height: 22px;
}
.player-rank-tab{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 12px;
    margin-bottom: 36px;
}
.player-rank-tab a{
    border-radius: 6px 6px 0 0;
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    width: 124px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
}
.player-rank-tab a img:nth-child(2){
    display: none;
}
.player-rank-tab a.on img:nth-child(1){
    display: none;
}
.player-rank-tab a.on img:nth-child(2){
    display: block;
}
.player-rank-tab a p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.player-rank-tab a.on p{
    color: #ffffff;
}
.player-rank-tab a.point.on{
    background-color: #E52547;
}
.player-rank-tab a.javisco.on{
     background: linear-gradient(to bottom, #00A7FF, #0850B4);
}
.player-rank-tab a.welcome-bank.on{
    background: linear-gradient(to bottom, #C80000, #8C0000);
}

.scroll-sync-group0 {
  overflow-x: auto; /* 가로 스크롤 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

/* Chrome, Safari */
.scroll-sync-group0::-webkit-scrollbar {
  display: none;
}
.scroll-sync-group0 .recordroom_table-infor{
    padding-right: 30px;
}
.recordroom_table-informasking3 .recordroom_table-infor{
    padding: 0;
}
.team-league-player-grapbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.team-league-player-graph{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}
.team-league-player_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.teamplayer-info-header{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.teamplayer-info-header span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: fit-content;
}
.teamplayer-info-header span h1{
    font-size: 32px;
    color: #000;
    font-weight: bold;
}
.teamplayer-info-logo{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.teamplayer-info-logo img{
    width: 100%;
}
.teamplayer-info-header span p{
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.teamplayer-info-header a{
    width: 88px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E52547;
    font-size: 14px;
    color: #FFFFFF;
}
.teamplayer-visual{
    width: 100%;
    height: 153px;
    display: flex;
    gap: 23px;
}
.teamplayer-visual_imgbox{
    width: 114px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teamplayer-visual_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamplayer-stats-chart{
    width: calc(100% - 137px);
    height: 100%;
    overflow-x: auto;
}
.player-stats-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed; /* colgroup 반영용 */
  border: none; /* 기본 전체 테두리 제거 */
  border-bottom: 1px solid #E6E6E6; /* 전체 하단만 테두리 */
  min-width: 680px;
}

/* 셀 경계선 */
.player-stats-table th,
.player-stats-table td {
  border: none;                          /* 내부 선 제거 */
  border-bottom: 1px solid #E6E6E6;      /* 각 행 하단선 */
  height: 38px;
  padding: 0 12px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #E6E6E6;
}

/* 헤더 */
.player-stats-table thead th {
  background: #666666;
  color: #ffffff;
  border-right: 1px solid #E6E6E6;
}
.player-stats-table td:last-child{
    border-right: 0px;
}
.player-stats-table thead th:last-child{
    border-right: 0px;
}
/* 바디: 줄무늬 */
.player-stats-table tbody tr:nth-child(odd)  { background: #F8F8F8; }
.player-stats-table tbody tr:nth-child(even) { background: #FFFFFF; }

.records_item04-ranking-player_txtop2 h2{
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 30px;
}
.records_item04-ranking-player_txtop2 h2.en{
    font-size: 18px;
}
.records_item04-ranking-player_txtbottom2 span h3{
    color: #E52547;
}
.competition_records_item04-table-h1{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}
.recordroom_table-title3{
    width: 480px;
}
.recordroom_table-informasking3{
        width: calc(100% - 480px);
}
.top-ranker{
    width: 100%;
    display: flex;
    padding-left: 24px;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.top-ranker-item{
    display: flex;
    gap: 6px;
}
.top-ranker a{
    width: fit-content !important;
}
.top-ranker .top-icon{
    width: 33px;
    height: 24px;
}
.top-ranker .top-icon img{
    width: 100%;
    height: 100%;
}
.top-ranker a{
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-decoration:dashed;
}
.top-ranker p{
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 500;
}
.top-team{
    width: 100%;
    display: flex;
    padding-left: 24px;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.top-team .top-icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #666666;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-team .top-icon img{
    width: 85%;
    height: 85%;
}
.top-team p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.top-txt{
    font-size: 14px;
    font-weight: bold;
    color: #FF5B78;
}
.top-txt2{
    font-size: 14px;
    font-weight: bold;
    color: #E52547;
}
/* 다크모드 */
@media (prefers-color-scheme: dark) {
    .news-detail_area span{
        color: #FFFFFF !important;
    }
    .no_data h2{
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 200 !important;
    }
    .m-subpage_title span p{
        color: #ffffff !important;
    }
    .subpage_area01{
        background-color: #4b4b4b !important;
    }
    .table-row{
        background-color: #4b4b4b !important;
    }
    .table-cell .status_but.red{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .table-cell .status_but.blue{
        background-color: rgba(92, 152, 255, 1) !important;
    }
    .m-subpage_title span {
        border-right: 1px solid #000000 !important;
    }
    .m-selectbox select{
        background-color: rgba(102, 102, 102, 1) !important;
        border: 1px solid rgba(102, 102, 102, 1) !important;
        color: #ffffff !important;
    }
    .sub_wrep {
        background-color:rgba(43, 43, 43, 1) !important;
    }
    .subpage_title h1{
        color: #ffffff !important;
    }
    .subpage_title p{
        color: rgba(161, 161, 161, 1) !important;
    }
    .subpage_selectdate h1{
        color: #ffffff !important;
    }
    .subpage_selectdate_but .icon_img svg path{
        stroke:#ffffff !important;
    }
    .subpage_selectdate_option{
        background-color: rgba(0, 0, 0, 1) !important;
    }
    .subpage_selectdate_option span{
        background-color:rgba(51, 51, 51, 1)  !important;
        border-bottom: 1px solid rgba(102, 102, 102, 1) !important;
    }
    .subpage_area01{
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
        background: rgba(255, 255, 255, 0.15) !important;
    }
    .subpage_tep a{
        color: rgba(161, 161, 161, 1) !important;
    }
    .subpage_search input{
        border: 1px solid rgba(161, 161, 161, 1) !important;
        background-color: rgba(102, 102, 102, 1) !important;
        color: #ffffff !important;
    }
    .table_header .table-cell{
        color: rgba(161, 161, 161, 1) !important;
    }
    
    .table-cell{
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 200 !important;
    }
    .table-cell:nth-child(2){
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 300 !important;
    }
    .table-row{
        border-bottom: 1px solid rgba(102, 102, 102, 1) !important;
    }
    .table_morebut{
        background-color: rgba(51, 51, 51, 1) !important;
        color: rgba(161, 161, 161, 1) !important;
        font-weight: 400 !important;
    }
    .graph_select p {
        color: #A1A1A1 !important;
    }
    
    .graph_select select {
        background: url(/resource/img/sub/select_arrowdarkmode.png) no-repeat !important;
        background-color: rgba(255, 255, 255, 0.15) !important;
        color: #ffffff !important;
        background-position: right 8px center !important;
        border: 1px solid #ffffff !important;
        font-weight: 400 !important;
    }
    .graph_select select option{
        color: #000000  !important;
    }

    .player_profile{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .playerinfor_txtbox h3{
        color: #ffffff !important;
    }
    .playerinfor_txt p{
        color: #ffffff !important;
    }
    .playerinfor_txt span{
        color: rgba(229, 229, 229, 1) !important;
    }
    .player_statisticsarea h2{
        color: #ffffff !important;
    }
    .player_table01 thead tr th{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .player_table01 .total{
        border: 2px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table01 tbody tr:nth-child(odd){
        background-color: rgba(255, 255, 255, 0.15) !important;
    }
    .player_table01 tbody tr td h3{
        color: #ffffff !important;
    }
    .player_table01 tbody tr td h4{
        color: #000000 !important;
    }
    .player_table01 tbody tr:nth-child(even){
        background-color: rgba(255, 255, 255, 0.15) !important;
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table01 tbody tr td:nth-child(1) {
        border-right: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table01 tbody tr{
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table02 tbody tr:nth-child(odd){
        background-color: rgba(255, 255, 255, 0.15) !important;
    }
    .player_table02 tbody tr:nth-child(even){
        background-color: rgba(255, 255, 255, 0.15) !important;
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table02 tbody tr td{
        border-right: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table02 tbody tr td{
        color: #ffffff !important;
    }
    .player_table02 tbody tr{
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table02 tbody tr:last-child{
        border-bottom: none !important;
    }
    .player_table02 thead tr th{
        background-color: rgba(51, 51, 51, 1) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    .player_table02 thead tr th:last-child{
        border-right: none !important;
    }
    .player_table02 tbody tr td a{
        color: #ffffff !important;
        font-weight: 500 !important;
    }
    .player_table01 tbody tr td{
        color: #ffffff !important;
    }
    .m-subpage_title a p{
        color: #ffffff !important;
        font-weight: 400 !important;
    }
    .m-subpage_title a.on p{
        color: rgba(229, 37, 71, 1) !important;
        font-weight: 500 !important;
    }
    .player_statisticsarea_title01 .graph_select select{
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
        background: url(/resource/img/sub/select_arrowdarkmode.png) no-repeat !important;
        background-size: 12px 11px !important;
        background-position: right 8px center !important;
    }
    .top-txt2{
        color: #FF5B78 !important;
    }
    .top-ranker a,
    .top-team p{
        color: #fff !important;
    }
    .top-ranker p{
        color: #E6E6E6 !important;
    }
    .event_schedule{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .event_schedule.mg24{
        background-color: #333333 !important;
    }
    .registration_guideline{
        background-color: #4B4B4B;
    }
    .registration_guideline h1,
    .registration_guideline h2{
        color: #ffffff !important;
    }
    .registration_guideline h3{
        color: #FF5B78 !important;
    }
    .registration_guideline h4{
        color: #E6E6E6 !important;
    }
    .registration_guideline ul li{
        color: #ffffff !important;
    }
    .registration_guideline02{
        background-color: #4B4B4B;
    }
    .registration_guideline p{
        background-color: transparent !important;border: none !important;
        color: #ffffff !important;
    }
    .registration_guideline p span{
        color: #ffffff !important;
    }
    .registration_guideline p b span{
        color: #FF5B78 !important;
    }
    .registration_guideline td{
        background-color: transparent !important;
        border: none !important;
    }
    .registration_guideline tbody {
        border: none !important;
    }
    .registration_guideline tbody tr{
        border: none !important;
    }
    .registration_guideline table{
        border: none !important;
    }
    .event_schedule h3{
        color: #ffffff !important;
        font-weight: 500 !important;
    }
    .event_scheduletxt p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .event_scheduletxt .icon_img svg path {
        fill: rgba(229, 229, 229, 1) !important;
    }


    .event_scheduletxt .icon_img svg use {
        filter: brightness(0) invert(1) !important;
    }

    .competition_records_tep a{
        background-color: rgba(102, 102, 102, 1) !important;
        color: rgba(229, 229, 229, 1) !important;
    }
    .competition_records_item05_box_title{
        background-color: rgba(102, 102, 102, 1) !important;
    }
    .competition_records_item05_box{
        background-color: rgba(102, 102, 102, 1) !important;
        border: 2px solid rgba(51, 51, 51, 1) !important;
    }
    .competition_records_item05_box_title p{
        color: #ffffff !important;
        font-weight: 400 !important;
    }
    .competition_records_item05_box_content{
        background-color: rgba(102, 102, 102, 1) !important;
    }
    .competition_number_one{
        box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.25) !important;
    }
    .competition_itemtxtbox h3{
        color: #ffffff !important;
    }
    .competition_infortxt h4{
        color: #ffffff !important;
    }
    .competition_item p{
        color: #ffffff !important;
        font-weight: 400 !important;
    }
    .competition_item{
        border-bottom: 1px solid rgba(43, 43, 43, 1) !important;
    }
    .competition_number_one{
        border-bottom: none !important;
    }
    .competition_nationality span{
        color: rgba(229, 229, 229, 1) !important;
        font-weight: 400 !important;
    }
    .recordroom_tabletitle h2{
        color: #ffffff !important;
    }
    .table_recordroom .recordroom_table-title .player_table02 thead tr th:last-child{
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    .table_recordroom .recordroom_table-title .player_table02 tbody tr td:last-child{
        border-right: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .table_recordroom .player_table02 tbody tr:nth-child(even) {
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .subpage_seasonbox{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .subpage_seasonbox span{
        color: #ffffff !important;
    }
    .season_selectdatetxt P{
        color: rgba(229, 229, 229, 1) !important;
    }
    .season_selectdatetxt .icon_img:nth-child(1){
        display: none !important;
    }
    .season_selectdatetxt .icon_img:nth-child(2){
        display: block !important;
    }
    .recordroom_arrowbut svg circle{
        fill:#606060 !important;
        fill-opacity:1 !important;
    }
    .recordroom_tabletitle-txt p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .recordroom_tabletitle-txt .icon_img img:nth-child(1){
        display: none !important;
    }
    .recordroom_tabletitle-txt .icon_img img:nth-child(2){
        display: block !important;
    }
    .relative_record-name p{
        color: #ffffff !important;
    }
    .relative-player_nation h2{
        color: #ffffff !important;
    }
    .relative_record-listitle{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .relative_record-name{
        border: none !important;
        background-color:rgba(102, 102, 102, 1) !important;
    }
    .relative_name-l.win::before{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .relative_record-name.win{
        border: 1px solid rgba(255, 91, 120, 1) !important;
    }
    .relative_name-l.win h2{
        color:  rgba(255, 91, 120, 1) !important;
    }
    .relative_name-r.win::before{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .relative_name-r.win h2{
        color:  rgba(255, 91, 120, 1) !important;
    }
    .record-list_number{
        background-color: rgba(102, 102, 102, 1) !important;
        border: none !important;
    }
    .competition_records_tep a.on{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .record-list_number h4{
        color: #ffffff !important;
        font-weight: 400 !important;
    }
    .record-list_score{
        background-color: rgba(75, 75, 75, 1) !important;
    }
    .record-list_score p{
        color: #ffffff !important;
        font-weight: 400 !important;
    }
    .relative_record-box h2{
        color: #ffffff !important;
    }
    .recordroom_table-title .player_table02 thead tr th:last-child{
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    .recordroom_table-title .player_table02 tbody tr td:last-child{
        border-right: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .relative_record-player{
        background-color: rgba(255, 255, 255, 0.15) !important;
    }
    .relative-player_title{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .relative-player_txtbox{
        background-color: rgba(102, 102, 102, 1) !important;
    }
    .relative-player_txt span{
        color: rgba(229, 229, 229, 1) !important;
    }
    .relative-player_txt h3{
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 400 !important;
    }
    .relative_record-infor{
        background-color: rgba(255, 255, 255, 0.15) !important;
    }
    .relative_record-vsitem h3{
        color: #ffffff !important;
    }
    .relative_record-vs span{
        color: #ffffff !important;
    }
    .relative_record-vsitem p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .player_table03 tbody tr td{
        color: #ffffff !important;
    }
    .player_table03{
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table03 tbody tr td{
        border-bottom: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .player_table03 tbody tr td:nth-child(2){
        background-color: rgba(51, 51, 51, 1) !important;
        border-bottom: 1px solid rgba(102, 102, 102, 1) !important;
    }
    .competition_records_item05-h h5{
        color: #ffffff !important;
    }

    .team_infor-tep a.on{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .team_infor-tep a{
        background-color: rgba(102, 102, 102, 1) !important;
        color: rgba(229, 229, 229, 1) !important;
    }
    .team_explanation{
        border: 2px solid rgba(102, 102, 102, 1) !important;
    }
    .team_explanation-but.on a {
        color: rgba(0, 0, 0, 1) !important;
        background-color:#ffffff !important;
        font-weight: 700 !important;
    }

    .team_explanation-but a {
        color: rgba(229, 229, 229, 1) !important;
        background-color:rgba(102, 102, 102, 1) !important;
        font-weight: 300 !important;
    }
    .team_explanation-txt h2{
        color: rgba(229, 229, 229, 1) !important;
    }
    .team_explanation-txt p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .player_table04 tbody tr {
        border: 1px solid rgba(75, 75, 75, 1) !important;
    }
    .player_table04 tbody tr td:nth-child(odd){
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .player_table04 tbody tr td:nth-child(even){
        background-color: rgba(102, 102, 102, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 300 !important;
    }
    .team_explanation-playerdatatxt p{
        color: rgba(255, 255, 255, 1) !important;
        font-weight: 300 !important;
    }
    .team_explanation-playerdatatxt span{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .team_explanation-content2 span{
        background-color: rgba(102, 102, 102, 1) !important;
    }
    .player_table02 thead tr th.player_table02-th01{
        border-bottom: 1px solid rgba(102, 102, 102, 1) !important;
    }
    .team_explanation-playertxt h2{ 
        color: rgba(255, 255, 255, 1) !important;
    }
    .team_explanation-playertxt span h3{ 
        color: rgba(229, 229, 229, 1) !important;
    }
    .team_explanation-playertxt span p{ 
        color: rgba(255, 255, 255, 1) !important;
    }
    .team_league-td p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .player_boxs{
        display: flex !important;
    }
    .graph_select02 select{
        color: rgba(255, 255, 255, 1);
        background: url(/resource/img/sub/select_arrowdarkmode.png) no-repeat !important;
        background-position: right 8px center !important;
        background-color: #4b4b4b  !important;
    }
    .award-main_title{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .award-list_imgtxt p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .award-list_imgtxt h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .award-player_infortxt p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .award-player_infortxt span{
        color: rgba(229, 229, 229, 1) !important;
    }
    .subpage_tep a.on{
        color: rgba(255, 91, 120, 1) !important;
    }
    .subpage_tep a.on::before {
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .player_table01 tbody tr td h5 a{
        color: #ffffff !important;
    }
    .player_table01 tbody tr td h5{
        color: #ffffff !important;
    }
    .player_table01-profile{
        background-color:#666666 !important;
    }
    .table01-profile_txt p{
        color:#ffffff !important;
    }
    .competition_records_item02-player{
        background-color:#4b4b4b !important;
        border-bottom: 1px solid rgba(102, 102, 102, 1) !important;
    }
    .records_item02-player-name_txt h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .records_item02-player-name_txt span{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item02-playerinfor-txtbox p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .records_item02-playerinfor-txtbox span{
        background-color: #666666 !important;
        color: #ffffff !important;
    }
    .pagination_item a.on {
        border: 1px solid rgba(255, 91, 120, 1) !important;
        color: rgba(255, 91, 120, 1) !important;
    }
    .pagination_item a{
        color: #ffffff !important;
    }
    .gamedata_area-none{
        background-color: #333333 !important;
    }
    .gamedata_area-none_icon p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .gamedata_player-infor{
        background-color: #4b4b4b !important;
    }
    .gamedata_match-score b{
        color: #ffffff !important;
    }
    .gamedata_player-tep a{
        background-color: rgba(102, 102, 102, 1) !important;
        color: rgba(229, 229, 229, 1) !important;
    }
    .gamedata_player-tep a.on{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .gamedata_player-title a p{
        color: #ffffff;
    }.player_table03 thead tr th{
        background-color: rgba(51, 51, 51, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    .player_table03 thead tr th:nth-child(1) {
        border-right:1px solid rgba(255, 255, 255, 0.15) !important;
        font-weight: 500 !important;
    }
    .player_table03 thead tr th:nth-child(3) {
        border-left:1px solid rgba(255, 255, 255, 0.15) !important;
        font-weight: 500 !important;
    }
    .player_table03 thead{
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }
    .gamedata_player-tablebox .player_table03 tbody tr td:nth-child(1),
    .gamedata_player-tablebox .player_table03 tbody tr td:nth-child(3){
        background-color: #4b4b4b !important;        
    }
    .gamedata_player-name{
        background-color: #333333 !important;
    }
    .competition_records_item04-number_one{
        border: 2px solid rgba(102, 102, 102, 1) !important;
        border-radius: 2px !important;
    }
    .records_item04-ranking-infor_txtop h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .records_item04-ranking-infor_txtop p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-infor_txtmid p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-infor_txtbottom p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-infor_txtbottom h3{
        color: rgba(255, 91, 120, 1) !important;
    }
    .player_rankingbox-slide{
        background-color: rgba(51, 51, 51, 1) !important;
    }
    .player_rankingbox-slide2{
        border: 2px solid #A1A1A1 !important;
        background-color: #666666 !important;
    }
    .records_item04-ranking-player_txtop h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .records_item04-ranking-player_txtop p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-player_txtmid p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-player_txtbottom span p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .teamplayer-info-header span h1{
        color: rgba(229, 229, 229, 1) !important;
    }
    .teamplayer-info-header span p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-player_txtbottom span h4{
        color: rgba(229, 229, 229, 1) !important;
    }
    .records_item04-ranking-player_txtbottom span h3{
        color: rgba(92, 152, 255, 1) !important;
    }
    .records_item04-ranking-player_txtbottom2 span h3{
        color:#FF5B78 !important;
    }
    .competition_records_item04-table .player_table02 thead tr th{
        border-right: 0px !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(1){
        color:rgba(255, 255, 255, 1)  !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2){
        color: rgba(255, 255, 255, 1) !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2) span{
        color: rgba(229, 229, 229, 1) !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(3){
        color: rgba(229, 229, 229, 1) !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(4){
        color: rgba(92, 152, 255, 1) !important;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(5){
        color: rgba(92, 152, 255, 1) !important;
    }
    .player_list-search{
        background-color: #333333 !important;
    }
    .player_list-search_but p{
        color: #ffffff !important;
    }
    .player_table03 tbody tr td{
        background-color: #666666 !important;
    }
    .seasonleader_list-title{
        background-color: #666666 !important;
    }
    .seasonleader_list-title p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .competition_records_item05_box.tour{
        border: 1px solid #333333 !important;
    }
    .competition_records_item05_box.tour .seasonleader_list-title{
        background-color: #E6E6E6 !important;
    }
    .competition_records_item05_box.tour .seasonleader_list-title p{
        color: #000 !important;
    }
    .seasonleader_title{
        background-color: #333333 !important;
    }
    .team_award-main_logo-img{
        background-color: #333333 !important;
    }
    .team_award-main_logo-imgbox h1{
        color: #ffffff !important;
    }
    .award-event-txt p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .player_table01 tbody tr td h6{
        color: #ffffff !important;
    }
    .table01-profile_txtbox02 h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .table01-profile_txtbox02 h1{
        color: rgba(255, 255, 255, 1) !important;
    }
    .table01-profile_txtbox02 span p{
        color: rgba(229, 229, 229, 1) !important;
    }
    .player_table01-profile02 .table01-profile_txtbox02 h1{
        color: rgba(255, 255, 255, 1) !important;
    }
    .table-cell.table-cell03:nth-child(2){
        color: rgba(255, 255, 255, 1) !important;
    }
    .table-cell.table-cell03:nth-child(5){
        color: rgba(255, 255, 255, 1) !important;
    }
    .table-cell.table-cell03:nth-child(1){
        color: rgba(255, 255, 255, 1) !important;
    }
    .event_schedule{
        background-color: #4b4b4b !important;
    }
    .competition_records_item05_box_title-m{
        background-color: #4b4b4b !important;
        border: 2px solid #2b2b2b !important;
        border-bottom: 1px solid #4b4b4b !important;
    }
    .competition_records_item05_box_title-m .player_table01_title{
        color: #ffffff !important;
    }
    .m-headerarea{
        background-color: #333333 !important;
    }
    .m-headermenu {
        border-bottom: 1px solid #666666 !important;
    }
    .m-headermenu_box{
        border-top: 1px solid #666666 !important;
    }
    .m-headermenu_title h1{
        color: rgba(255, 255, 255, 1) !important;
    }
    .m-headermenu_title.on h1{
        color: rgba(255, 91, 120, 1)  !important;
    }
    .m-headermenu_item:hover h2{
        color: rgba(255, 91, 120, 1)  !important;
    }
    .m-headermenu_item span a:hover{
        color: rgba(255, 91, 120, 1)  !important;
    }
    .m-headermenu_items{
        background-color: #4b4b4b !important;
    }
    .m-headermenu_item h2{
        color: rgba(255, 255, 255, 1) !important;
    }
    .m-headermenu_item span a{
        color: rgba(229, 229, 229, 1) !important;
    }
    .m-header_language-but{
        border: 1px solid rgba(255, 255, 255, 1) !important;
    }
    .m-header_language-but p{
        color: rgba(255, 255, 255, 1) !important;
    }
    .m-header_close svg:nth-child(1){
        display: none !important;
    }
    .m-header_close svg:nth-child(2){
        display: block !important;
    }
    .m-subpage_title a.on p{
        color: rgba(255, 91, 120, 1) !important;
    }
    .m-subpage_title a.on p::before{
        background-color: rgba(255, 91, 120, 1) !important;
    }
    .gamedata_area-yes{
        background-color: #4b4b4b !important;
    }
    .records_item04-ranking-number img:nth-child(1){
        display: none;
    }
    .records_item04-ranking-number img:nth-child(2){
        display: block;
    }
    .team_explanation{
        background-color: #333333;
    }
    .team_award-img img:nth-child(1){
        display: none;
    }
    .team_award-img img:nth-child(2){
        display: block;
    }
    .subpage_area_title.subpage_area_title02{
        background-color: transparent !important;
    }
    .set-record{
        background-color: #4b4b4b;
    }
    .set-record_type p{
        color: #dbdbdb;
    }
    .set-record_name p{
        color: #ffffff;
    }
    .set-record_score p{
        color: #ffffff;
    }
    .set-record_vs b{
        color: #dbdbdb;
    }
    .set-record_download p{
        color: #dbdbdb;
    }
    .subpage_seasonboxs span{
        color: #ffffff;
    }
    .subpage_area_title03 h1 {
        color: #ffffff;
    }
    .registration_guide-area h1{
        color: #ffffff;
    }
    .label-title.red{
        color: #FF5B78;
    }
    .radio-group input[type="radio"]{
        border: 1px solid #666666;
        background-color: #333333;
    }
    .radio-group input[type="radio"]:checked::before{
        background-color: #FF5B78;
    }
    .radio-group label{
        color: #ffffff;
    }
    .label-title{
        color: #ffffff;
    }
    .text-group input{
        background-color: #333333;
        color: #ffffff;
        border: 1px solid #666666;
    }
    .text-group input::placeholder{
        color: #E6E6E6;
    }
    .registration_inputbox button{
        background-color: #5C98FF;
    }
    .registration_guidetxt p{
        color: #E6E6E6;
    }
    .checkbox-label{
        color: #e6e6e6;
    }
    .checkbox-label span{
        color: #e6e6e6;
    }
    .checkbox-container input[type="checkbox"]{
        background-color: #333333;
        color: #ffffff;
        border: 1px solid #666666;
    }
    .checkbox-container input[type="checkbox"]:checked {
        background-color: #FF5B78;
        border: 1px solid #e0004d;
    }
    button.close{
        background-color: #666666;
        color: #ffffff;
    }
    button.receipt{
        background-color: #FF5B78;
    }
    .player_table05 th,.player_table05 td{
        background-color: #333333;
    }
    .player_table05 th,.player_table05 td{
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
    }
    .player_table05 td{
        border-right: 1px solid #666666;
    }
    .player_table05 th{
        color: #e6e6e6;
    }
    .player_table05 th,.player_table05 td{
        color: #e6e6e6;
    }
    .teamgame_format-title h1{
        color: #ffffff !important;
    }
    .teamgame_format-imgbox{
        background-color: #ffffff;
    }
    .player_table06 tr td:nth-child(2){
        color: #ffffff;
        background-color: #666666;
        border:1px solid #333333;
    }
    .player_table06 tr td:nth-child(1) {
        border: 1px solid #333333;
        border-bottom: 1px solid #666666;
        background-color: #333333;
    }
    .player_table06 tr:last-child td:nth-child(1) {
        border-bottom: 1px solid #333333;
    }
    .teamgame_format-boxs .recordroom_table-title .player_table02 tbody tr td:last-child{
        background-color: rgba(51, 51, 51, 1) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-top: 1px solid #666666;
    }
    .teamgame_format-tbodybox{
        background-color: #666666;
    }
    .gallery_morebut{
        background-color: #333333;
    }
    .gallery_morebut p{
        color: #A1A1A1;
    }
    .gallery_morebut .icon_img svg path{
        stroke: #A1A1A1;
    }
    .notice_items{
        background-color: #4b4b4b;
        border: 1px solid #626262;
    }
    .notice01 .notice_item:nth-child(1){
        border-right: 1px solid #626262;
    }
    .notice_item h1{
        color: #FFFFFF;
    }
    .notice_item p{
        color: #dbdbdb;
    }
    .notice_item h2{
        color: #dbdbdb;
    }
    .news-detail_area h1{
        color: #ffffff;
    }
    .news-detail_area p{
        color: #dbdbdb;
    }
    .detail_download-but{
        background-color: #4b4b4b;
        border: 1px solid #626262;
        font-weight: 300;
        color: #a6daff;
    }
    .about_symbol-item p{
        color: #ffffff;
    }
    .map-infor h1{
        color: #ffffff;
    }
    .route-txt_item span p{
        color: #E6E6E6;
    }
    .route-info_item{
        background-color: #333333;
    }
    .about_symbol-img img:nth-child(1){
        display: none;
    }
    .about_symbol-img img:nth-child(2){
        display: inline-block;
    }
    .route-h .icon_img img:nth-child(1){
        display: none;
    }
    .route-h .icon_img img:nth-child(2){
        display: inline-block;
    }
    .history_txt span{
        color: #5C98FF;
    }
    .history_txt p{
        color: #ffffff;
    }
    .history_line01::before{
        border: 6px solid #5C98FF;
    }
    .history_line01,
    .history_line02,
    .history_line02::before{
        background-color: #666666;
    }
    .ceo-txt h1{
        color: #5C98FF;
    }
    .ceo-txt span p,
    .ceo-txt span h2,
    .greeting-txtbox p{
        color: #ffffff;
    }
    .ceo-info{
        border-bottom: 1px solid #f8f8f8;
    }
    .competition_records_item04-ranking p{
        color: #ffffff;
    }
    .competition_records_item04-table .player_table02 tbody tr td:nth-child(2){
        padding-left: 20px;
    }
    .pagination_direction-box a img{
        display: none;
    }
    .pagination_direction-box:nth-child(1) a:nth-child(1){
        overflow: 0;
        background: url(/resource/img/sub/NavigationDark-1.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .pagination_direction-box:nth-child(1) a:nth-child(2){
        background: url(/resource/img/sub/NavigationDark-2.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .pagination_direction-box:nth-child(3) a:nth-child(1){
        background: url(/resource/img/sub/NavigationDark-3.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .pagination_direction-box:nth-child(3) a:nth-child(2){
        background: url(/resource/img/sub/NavigationDark-4.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .relative_record-inforbut{
        background-color: #666666;
        color: #e6e6e6;
    }
    .relative_record-inforbut.on{
        background-color: #FF5B78;
    }
    .organization_area img:nth-child(1){
        display: none;
    }

    .organization_area img:nth-child(2){
        display: inline-block;
    }
    .news-detail_area p{
        background-color: #333333 !important;
        color: #ffffff !important;
    }
    .news-detail_area p span{
        color: #ffffff !important;
        background-color: #333333 !important;
    }
    .news-detail_area div{
        background-color: #333333 !important;
    }
    .board-content .news-detail_area span{
        background-color: #333333 !important;
        color: #ffffff !important;
    }
    .news-detail_area{
        background-color: #333333;
    }
    .actionArea a{
        background-color: #333333;
        border: 1px solid #666666;
        color: #ffffff;
    }
    .set-record_setxt{
        background-color: #666666;
    }
    .set-record{
        border: 1px solid #666666;
    }
    .set-record_but{
        background-color: #5C98FF;
    }
    .set-record_vs b.red{
        color: #FF5B78;
    }
    .set-record_download .icon_img{
        background: url(/resource/img/sub/download-dk.png) no-repeat;
    }
    .competition_record-team_logobox{
        background-color: #666666;
    }
    .competition_record-team_logo{
        background-color: #ffffff;
        border: 4px solid #E6E6E6;
    }
    .teamgame_format-boxs ul li{
        color: #ffffff;
    }
    .player_table01 .total{
        background-color: #666666;
    }
    .player_table01 .total h4{
        color: #ffffff !important;
    }
    .competition_records_item.competition_records_item02 .player_table01 thead tr th:nth-child(1){
        border-right: 2px solid #666666;
    }
    .competition_records_item.competition_records_item02 .player_table01 thead tr th:nth-child(2){
        border-right: 2px solid #666666;
    }
    .competition_inforimg{
        border-radius: 50%;
        background-color: #ffffff;
    }
    .competition_inforimg img{
        width: 75%;
    }

    .competition_records_content p{
    color: #ffffff;
    }
    .competition_records_item-none p{
    color: #ffffff;
    }
    .gamedata_player-title a .icon_img img:nth-child(1){
        display: none;
    }
    .gamedata_player-title a .icon_img img:nth-child(2){
        display: inline-block;
    }
    .subpage_selectdate_option span{
        color: #ffffff;
    }
    .subpage_selectdate_option span:hover{
        color: #ffffff;
        text-decoration: underline;
        background-color: #FF5B78 !important;
    }
    .notice_content > h2{
        color: #ffffff;
    }
    .teamgame_format-imgbox02 img:nth-child(1){
        display: none;
    }
    .teamgame_format-imgbox02 img:nth-child(2){
        display: inline-block;
    }
    .player_list-search_but .icon_img{
        width: 16px;
        height: 16px;
        background: url(/resource/img/sub/Find-dk.png) no-repeat;
    }
    .player_list-search_but .icon_img svg{
        display: none;
    }
    .table01-profile_txtbox h1{
        color: #ffffff;
    }
    .player_table01_title_arrow_txt span{
        background-color: #333333 !important;
    }
    .player_table01_title_arrow_txt span p{
        color: #666666 !important;
    }
    .player_table01_title_arrow_txt span:hover{
        background-color: #FF5B78 !important;
    }
    .player_table01_title_arrow_txt span:hover p{
        color: #ffffff !important;
    }
}

/* 소셜 미디어 탭 스타일 */
.section_socialtep {
    display: flex;
    gap: 30px;
    padding-bottom: 0;
    margin-top: 30px;
}

.section_socialtep a {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    text-decoration: none;
    padding: 12px 20px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

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

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


/* 소셜 미디어 게시글 없을 때 메시지 */
.no-data-social {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

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

