@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* 초기화부분시작 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    font-family: "Noto Sans KR", sans-serif;
}
html, body, #root {
    width: 100%;
    height: 100%;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
input:focus {
    outline: none;     /* 기본 파란 테두리 제거 */
}
i{
    font-style: normal;
}
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 초기화부분 끝*/



/* 헤더부분 시작*/
.header{
    width: 100%;
    background-color: #1C1C1C;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header p{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.left_back_button{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.home_menu{
    left: unset !important;
    right: 13px !important;
    /*position: absolute;*/
    top: 13px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/ico_home02.png) no-repeat 0 2px;
    background-size: 20px;
    opacity: 0.7;
}
a.team_league-but-b{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 18px;
    border-radius: 4px;
    background-color: #0070FF;
    font-family: 'Brown', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    color: #ffffff;
}
a.language_bt {
    padding: 0px 0px;
    width: 33px;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    border: 1px #FFF solid;
    float: right;
    opacity: 0.8;
}

.right_menu_button{
    position: absolute;
    top: 50%;
    right:16px;
    transform: translateY(-50%);
}
.header h1{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
/* 헤더부분 끝*/

/* 서브해더 */
.page_subheader{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.subheader_tabs{
    display: flex;
    align-items: center;
    height: 42px;
    background-color: #2B2B2B;
}
.subheader_tabs_tab{
    height: 100%;
    background-color: #2B2B2B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
.subheader_tabs_tab.active::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #E52547;
    bottom: 0;
    left: 0;
    position: absolute;
}
.subheader_controls{
    width: 100%;
    height: 56px;
    background-color: #2B2B2B;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn_search{
    width: 73px;
    height: 33px;
    border-radius: 4px;
    background-color: #FF5B78;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}
.select_group{
    width: calc(100% - 89px);
    height: 33px;
    display: flex;
    gap: 12px;
}
.custom_select{
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    height: 100%;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.custom_select_toggle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px 0 8px;
    position: relative;
}
.custom_select_toggle p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.custom_select_toggle .icon{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.custom_select_menu{
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    left: 0;
    border: 1px solid #000;
    height: 148px;
    overflow-y: auto;
    z-index: 9;
    display: none;
}
.custom_select_menu.open{
    display: block;
}
.custom_select_option{
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #666666;
    background-color: #333333;
    transition: 0.3s;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.custom_select_option:last-child{
    border-bottom: 0;
}
.custom_select_option.active{
    background-color: #FF5B78;
    text-decoration: underline;
}
.custom_select_option:hover{
    background-color: #FF5B78;
}
/* 서브해더 끝 */
.wrep{
    width: 100%;
    background-color: #ffffff;
}
.web{
    width: 100%;
    padding: 24px;
}
.login_web{
    width: 100%;
    height: calc(100vh - 44px);
    padding: 100px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.input_groupbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.input_group{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input_group label{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.input_group input{
    width: 100%;
    height: 48px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.input_group input::placeholder{
    color: #D0D0D0;
}
.input_group p{
    font-size: 10px;
    font-weight: 500;
    color: #666666;
    margin-top: 6px;
}
.find_password_btn{
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
    color: #5C98FF;
    font-weight: 400;
}
.login_signup_btns{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.login_btn{
    background-color: #E6E6E6;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.login_btn.on {
    background-color: #E52547; /* Red color for active state */
    color: #ffffff; /* White text for active state */
}
.signup_btn{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
.web_title{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
}
.mobile_ver input{
    padding-right: 80px;
}
.mobile_ver2 input{
    padding-right: 150px;
}
.mobile_ver-input{
    width: 100%;
    position: relative;
}
.mobile_ver-buts{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translatey(-50%);
}
.verify_code_btn{
    width: 62px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    border-radius: 24px;
}
.resend_btn{
    width: 62px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E6E6;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    border-radius: 24px;
}
.web_section{
    width: 100%;
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 35px;
}
.web_section-buts{
    width: 100%;
    height: 40px;
    display: flex;
    gap: 12px;
}
.web_section-buts a.on{
    background-color: #E52547 !important;
    color: #ffffff !important;
}
.next_btn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    background-color: #E6E6E6;
}
.gender_btns{
    width: 100%;
    display: flex;
    height: 48px;
    gap: 13px;
}
.gender_btns a{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D0D0D0;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.male_btn.on{
    color: #ffffff;
    background-color: #5C98FF;
}
.female_btn.on{
    color: #ffffff;
    background-color: #E52547;
}
.prev_btn{
    width: 112px;
    height: 100%;
    border: 1px solid #E6E6E6;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.select_box{
    width: 100%;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}
.select_header{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px 0 18px;
    position: relative;
}
.select_header p{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.select_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.option_list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    outline: 1px solid #E6E6E6;
    width: 100%;
    max-height: 190px;
    overflow-y: auto;
}
.option_item{
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #E6E6E6;
    transition: 0.3s;
}
.option_item:hover{
    background-color: #E6E6E6;
}
.option_item:last-child{
    border-bottom: none;
}
.change_password_btn{
    width: fit-content;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #333333;
}


/* 기본 레이아웃 */
.radio_group { display:inline-flex; align-items:center; gap:16px; font-size:14px; }
.radio_group input{width: fit-content;}
.radio_group label{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
/* 진짜 라디오는 화면에서 숨기되 접근성은 유지 */
.radio_input{
    position:absolute;
    opacity:0;
    width:0; height:0;
}

/* 라벨과 커스텀 원형 */
.radio_label{
    display:inline-flex; align-items:center; gap:4px;
    color:#666; cursor:pointer; user-select:none;
}

/* 바깥 원(미선택) */
.radio_label::before{
    content:"";
    width:14px; height:14px; box-sizing:border-box;
    border:2px solid #C9C9C9; border-radius:50%;
    background:#fff; display:inline-block;
}

/* 선택 시: 파란 테두리 + 내부 꽉 찬 파란 점 */
.radio_input:checked + .radio_label::before{
    border-color:#4C8BF5;            /* 테두리 파랑 */
    box-shadow: inset 0 0 0 2px #4C8BF5; /* 내부 파란 점 */
}

/* 키보드 포커스 표시(접근성) */
.radio_input:focus-visible + .radio_label::before{
    outline:2px solid #9EC1FF;
    outline-offset:2px;
}

/* 비활성화 상태 예시 */
.radio_input:disabled + .radio_label{
    opacity:.6; cursor:not-allowed;
}


.login_web h1{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 84px;
}
.login_web-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_web-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.google_login{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.google_login_title{
    width: 100%;
    height: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google_login_title::after{
    content: "";
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    position: absolute;
    top: 50%;
    left: 0;
}
.google_login_title p{
    display: flex;
    text-align: center;
    width: calc(19px + 18px);
    height: 22px;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    z-index: 99;
    position: relative;
    align-items: center;
    justify-content: center;
}
.google_login_btn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}
.google_login_btn p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.google_login_btn-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone_number{
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.btn_change{
    background-color: #333333;
    width: 62px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.agree_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
    width: 100%;
}
.agree_header{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.agree_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.agree_title{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
.agree_desc{
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.agree_notice{
    color: #FF5B78;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}
.wrapper-gray{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: #F5F5F5;
}
.login-complete{
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
}
.profile{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.profile-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-info{
    width: calc(100% - 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-text{
    display: flex;
    flex-direction: column;
}
.profile-text h1{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.profile-text span{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}
.match-history{
    width: 100%;
    border-radius: 6px;
    background-color: #F8F8F8;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.match-history h2{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.match-stats{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}
.stat-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.stat-item span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    width: 52px;
}
.stat-item h3{
    font-size: 14px;
    font-weight: bold;
    color: #05378E;
}
.login-service{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.login-service h2{
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.service-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.service-item{
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.service-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item p{
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.news-card{
    display: flex;
    position: relative;
    width: 100%;
    height: 262px;
}
.news-card img{
    width: 100%;
    height: 1005;
    object-fit: cover;
}
.news-card__body{
    width: 100%;
    height: 80px;
    padding:0 12px;
    background-color: rgba(0, 0, 0, 0.75); /* 검정색 + 75% 불투명 */
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap:4px;
    align-items: flex-start;
    justify-content: center;
}
.news-card__body h2{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;

    white-space: nowrap;       /* 한 줄로 처리 */
    overflow: hidden;          /* 넘치는 텍스트 숨기기 */
    text-overflow: ellipsis;   /* ... 표시 */
}
.news-card__date{
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
}
.my-menu{
    width: 100%;
    background-color: #ffffff;
    padding: 0;
}
.my-menu__title{
    padding: 16px;
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.my-menu__list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.my-menu__item{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 16px;
}
.my-menu__icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-menu__text{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.wrep.mypage{
    padding-bottom: 80px;
    position: relative;
}
.scoreboard-btn{
    position: fixed;
    left: 50%;
    bottom: 12px;
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    background-color: #FF5B78;
    transform: translateX(-50%);
    border-radius: 16px;
    box-shadow: 0 0 12px 0 #FF3131;
}

/* 경기일지페이지 */
.monthly_records{
    width: 100%;
    padding: 16px;
    min-height: calc(100vh - 142px);
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.monthly_records_item{
    width: 100%;
    height: 74px;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}
.monthly_records_month{
    width: 73px;
    height: 100%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.monthly_records_month h1{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.monthly_records_body {
    width: calc(100% - 73px);
    height: 100%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    align-items: flex-start;
    position: relative;
}
.monthly_records_body .icon{
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.monthly_records_totals{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}
.monthly_records_totals{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.monthly_records_stats{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.monthly_records_stats span{
    display: flex;
    align-items: center;
    gap: 6px;
}
.monthly_records_stats span h5{
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
}

.monthly_records_stats span p{
    color: #E52547;
    font-size: 12px;
    font-weight: 400;
}

/* AVG 인증서 */
.certificate_page{
    width: 100%;
    padding: 16px;
    background-color: #EEEEEE;
    height: calc(100vh - 44px);
}
.certificate_area{
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E53935 0%, #1E3A8A 100%);
}
.certificate{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding:24px 30px;
    position: relative;
}
.pba_watermark{
    display: flex;
    align-items: center;
    justify-self: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pba_watermark img{
    object-fit: cover;
}
.certificate h1{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}
.certificate_info_group{
    width: 100%;
    padding: 24px 0 36px 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.certificate_info{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.certificate_info span{
    width: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.certificate_info P{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.certificate_qr{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    gap: 24px;
    align-items: center;
}
.certificate_qr p{
    font-size: 12px;
    font-weight: 400;
    color: #5C98FF;
}
.certificate_image{
    width: 120px;
    height: 120px;
}
/* AVG 인증서 끝*/

/* 경기 일지 더보기*/
.match_log_more{
    width: 100%;
}
.more_header{
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
    background-color: #F8F8F8;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;

}
.result_summary{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.meta_info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.meta_info_item{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
}
.meta_info_item span{
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.meta_info_item p{
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.more_header i{
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.btn_list{
    width: 74px;
    height: 28px;
    border-radius: 6px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
}
.calendar_section_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #eeeeee;
    gap: 4px;
}
.match_results_section{
    width: 100%;
    padding:12px 16px;
    background-color: #fff;
}
.section_header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}
.section_header h1{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.section_header p{
    color: #666;
    font-size: 12px;
    font-weight: 300;
}
.match_players{
    display: flex;
    flex-direction: column;

    gap: 4px;
}
.match_player{
    width: 100%;
    height: 36px;
    padding: 0 9px 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.match_player.yourself{
    background-color: #F8F8F8;
}
.player_header{
    display: flex;
    align-items: center;
    gap: 12px;
}
.badge_result{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.badge_result.win{
    background-color: #FF5B78;
}
.player_header h1{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height:16px;
}
.player_stats{
    display: flex;
    align-items: center;
    gap: 22px;
}
.player_stats p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.player_stats span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #666666;
    background-color: #ffffff;
    margin-left: 14px;
}
.player_stats span.yellow{
    background-color: #F5B93B;
    border: 1px solid #F5B93B;
}
.match_venue{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3px;
    margin-top: 4px;
}
.match_venue p{
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
}
.calendar_section{
    width: 100%;
    padding: 16px;
    background-color: #fff;
}
#calendar {
}

/* 헤더: 제목만 중앙 정렬 */
.fc .fc-toolbar.fc-header-toolbar { margin-bottom: 12px; }
.fc .fc-toolbar-title { font-size: 20px; font-weight: bold; }

/* today/prev/next 버튼 제거는 JS headerToolbar로 처리했지만
   혹시라도 노출되면 숨김 */
.fc .fc-button-group, .fc .fc-today-button { display:none !important; }

/* 테이블(그리드) 테두리 제거 */
.fc-theme-standard td, .fc-theme-standard th { border: 0 !important; }
.fc .fc-scrollgrid, .fc .fc-scrollgrid-section > * { border: 0 !important; }
.fc .fc-col-header, .fc .fc-daygrid-body { border: 0 !important; }

/* 오늘 날짜 셀 배경(기본 노란 하이라이트) 제거 */
.fc .fc-daygrid-day.fc-day-today { background: #E6E6E6 !important; }

/* 날짜 클릭 선택 스타일 */
.fc-daygrid-day-frame { position: relative; }
.selected-day .fc-daygrid-day-number {
    background: #2563eb; /* 파란색 칩 */
    color: #fff !important;
    border-radius: 10px;
    padding: 2px 8px;
}

/* 이벤트(예: '김' 배지) 기본 스타일 살짝 다듬기 */
.fc-daygrid-event {
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    padding: 2px 6px;
}

/* 선택한 날짜 표시(선택 결과 영역) */
.selected-output { text-align:center; margin-top:8px; color:#374151; font-size:14px; }

.fc-daygrid-event {
    border: 0 !important;
    background: #FF5B78 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 14px;
    height: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* 가운데 정렬 */
    padding: 0 !important;
}
.fc-event-title.fc-sticky{
    line-height: 14px;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
}
.fc-daygrid-event-harness{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc .fc-daygrid-day-number{
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
}
.fc-scrollgrid-sync-inner > a{
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
}
.fc .fc-daygrid-day-top{
    align-items: center !important;
    padding-top: 5px !important;
    justify-content: center !important;
}

/* 모든 셀 배경 강제 투명 */
.fc .fc-daygrid-day,
.fc .fc-daygrid-day-frame { background: transparent !important; }

/* 다른 달 영역(리드·트레일) 완전 투명 */
.fc .fc-day-other,
.fc .fc-day-other .fc-daygrid-day-frame { background: transparent !important; }

/* 날짜 셀 높이 고정 */
.fc .fc-daygrid-day-frame {
    min-height: 34px !important;
    height: 34px !important;
}

.fc-day{
    min-height: 34px !important;
    height: 34px !important;
}
.fc-toolbar-chunk{
    position: relative !important;
    cursor: pointer;
}
.fc-toolbar-title{
    display: flex;
    align-items: flex-end;
}
.fc-toolbar-title::after {
    content: " ";   /* 원하는 텍스트/이모지 */
    display: flex;
    width: 10px;
    height: 10px;
    background: url(../images/index/play_arrow_filled.png) no-repeat center center;
    margin-left: 2px;
}

.month-selector{
    display: none;
    margin: 0 !important;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 136px;
    transform: translateX(-50%);
    border: 1px solid #000;
    background-color: #fff !important;
    z-index: 99;
    max-height: 150px;
    overflow-y: auto;
}
.month-item{
    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #666666;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
}
.month-item:hover{
    background-color: #FF5B78;
    color: #fff;
}
.month-item.on{
    background-color: #FF5B78;
    text-decoration: underline;
    color: #fff;
}
/* 경기 일지 더보기 끝*/


/* 비밀번호찾기 */
.password_reset_text{
    width: 100%;
    padding: 16px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.password_reset_text h1{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.password_reset_text p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.password_reset_section{
    width: 100%;
    padding: 36px 24px 100px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: calc(100vh - 117px);
    overflow-y: auto;
}
.password_reset_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.password_reset_item h1{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.password_reset_input_group{
    width: 100%;
    height: 48px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 18px;
    gap: 18px;
}
.password_reset_input_group input{
    width:calc(100% - 80px);
    height: 100%;
    border: 0px;
    padding: 0 18px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.password_reset_input_group input::placeholder{
    color: #D0D0D0;
    font-size: 14px;
}
.btn_request_auth{
    width: 62px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 24px;
    background-color: #333333;
}
.password_reset_input_group p{
    color: #5C98FF;
    font-size: 14px;
    font-weight: 500;
    width: 62px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password_reset_section h3{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.password_reset_section h4{
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #333;
}
/* 비밀번호찾기끝 */

/* 상대전적 */
.record_page_title{
    width: 100%;
    position: relative;
    padding: 16px;
    background-color:#F8F8F8;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid #E6E6E6;
}
.record_page_title h1{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.record_page_title p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.record_search_box{
    width: 110px;
    height: 28px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #A1A1A1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6px 0 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.record_search_box input{
    width: calc(100% - 16px);
    border: 0;
    font-size: 12px;
    color: #000000;
}
.record_search_box input::placeholder{
    font-size: 12px;
    color: #A1A1A1;
}
.record_section{
    width: 100%;
    height: calc(100vh - 125px);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    overflow-y: auto;
}
.record_recent{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}
.record_recent h1{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.match-stats{
    width: 100%;
    border-collapse: collapse;
}

.match-stats table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.match-stats th,
.match-stats td {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.match-stats th:last-child,
.match-stats td:last-child {
    border-right: none; /* 마지막 열은 오른쪽 선 제거 */
}

.match-stats tbody tr:last-child td {
    border-bottom: none; /* 마지막 행은 아래 선 제거 */
}
.match-stats th{
    height: 32px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    background-color: #F8F8F8;
}
.match-stats td{
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.match-stats td.red{
    color:#FF5B78;
}
.level_info_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}
.match-stats table {
    width: 100%;
    border-collapse: separate; /* 중요! collapse 대신 separate */
    border-spacing: 0;         /* 칸 간격 제거 */
    border: 1px solid #E6E6E6;
    border-radius: 6px;        /* 원하는 둥글기 */
    overflow: hidden;          /* radius 안에 내용 잘리게 */
    text-align: center;
}
.level_info_box span{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #A1A1A1;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}
.level_info_box span.red{background-color: #FF5B78;}
.level_info_box span.blue{background-color: #5C98FF;}
.level_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.level_text h5{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.level_text small{
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
}
.record_opponent_section{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}
.record_opponent_section h1{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.record_opponent_section h1 i{
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
}
.record_opponent_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.record_opponent_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    height: 52px;
}
.record_opponent_left{
    border-right: 1px solid #e6e6e6;
    width: 50%;
    height: 100%;
    padding: 0 12px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.player_name_score{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 6px;
}
.player_name_score p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}
.player_name_score span{
    width: 38px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 12px;
    background-color: #A1A1A1;
    line-height: 22px;
}
.player_name_score span.blue{background-color: #5C98FF;}
.player_name_score span.red{background-color: #FF5B78;}
.record_opponent_right{
    width: 50%;
    height: 100%;
    padding: 0 12px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
}
.match_result_score{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}
.match_result_score h3{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.match_result_score h4{
    font-size: 12px;
    font-weight: 500;
    color: #FF5B78;
    margin: 0 4px 0 6px;
}
.match_result_score h5{
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
}
.monthly_records.match{
    min-height: calc(100vh - 44px);
}
.record_detail_page_title1{
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-radius: 6px;
}
.record_detail_page_title1 h1{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.record_detail_page_title1 h1 i{
    font-size: 12px;
    color: #A1A1A1;
    font-weight: 400;
}
.record_detail_page_title2{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #F8F8F8;
    margin-bottom: 2px;
}
.record_detail_page_title2 h1{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.record_detail_page_title2 h1 i{
    font-size: 16px;
    color: #FF5B78;
    font-size: 400;
}
/* 상대전적 끝*/

/*메인페이지*/
/* ========================================
          2. 레이아웃
          ========================================
        */
.points-summary-container {
    padding: 16px;
    background: white;
}

.points-summary-card {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 12px 16px;
}

.points-summary__label {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.points-summary__value {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px; /* 46px - 12px - 22px (label) */
}

.points-summary__divider {
    border: none;
    height: 1px;
    background: #E5E5E5;
    /* 92px - 46px - 22px (value) */
    margin: 24px 0 12px 0;
}

.points-summary__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.points-summary__footer a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.points-summary__message {
    color: #666666;
    font-size: 12px;
}
.points-summary__message span {
    font-weight: 400;
}
.points-summary__message span:first-child {
    font-weight: 600;
}

.icon-arrow-right {
    color: #666666;
    font-weight: 600;
}

/* ========================================
  4. 히스토리 (필터 & 날짜)
  ========================================
*/
.history-main {
    background: white;
    padding: 16px;
}

.history-filters {
    display: flex;
    gap: 8px;
}

.filter-button {
    padding: 4px 16px;
    border-radius: 24px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    background: #EEEEEE;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
}

.filter-button--active {
    background: #E52547;
    color: white;
    font-weight: 500;
    border-color: #E52547;
}

.date-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px; /* 70px (top) - 16px (padding) - 30px (filter height) */
}

.date-picker {
    width: 169px;
    height: 33px;
    border: 1px solid #666666;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 350;
    cursor: pointer;
    font-family: inherit;
}

.date-picker::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.icon-calendar {
    font-size: 12px;
}

.date-range__tilde {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

/* ========================================
  5. 히스토리 리스트
  ========================================
*/
.history-list {
    margin-top: 24px; /* 127px (top) - 70px - 33px (date) */
}

.history-group {
    margin-bottom: 24px;
}

.history-group__month {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    height: 72px;
    border-bottom: 1px solid #E5E5E5;
}

.history-group .history-item:first-of-type {
    /* 첫 번째 아이템은 상단 테두리도 가짐 */
    border-top: 1px solid #E5E5E5;
}

.history-item__info {
    display: flex;
    flex-direction: column;
}

.history-item__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.history-item__date {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 4px; /* 38px - 12px - 22px (title) */
}

.history-item__amount {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.history-item__amount--earned {
    color: #FF5B78;
}

.history-item__amount--spent {
    color: black;
}

/*메인페이지 끝*/

.phone_input_description {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.error_message_box {
    padding: 10px;
    background: #ffebee;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #c62828;
}

.terms_container {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
}

.term_row_style {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.all_agree_label {
    margin-left: 10px;
    flex-grow: 1;
    font-weight: bold;
}

.term_divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.term_label {
    margin-left: 10px;
    flex-grow: 1;
}

.view_term_link {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}

.term_content_style {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    max-height: 100px;
    overflow-y: auto;
    font-size: 12px;
    color: #666;
}

.phone_input_help_text {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}


/*메인페이지*/

.main2-wrapper {
    background: #EEEEEE; /* var(--LL-Gray) */
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
    overflow: hidden;
    position: relative;
    min-height: 100vh; /* 전체 높이 */
}

.main2-profile-header {
    background: white; /* var(--LPBA-White) */
    padding: 32px 16px 16px 24px; /* 상하좌우 패딩 조정 */
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    height: 112px; /* 고정 높이 */
}

.main2-profile-header .profile-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.main2-profile-header .profile-name {
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    flex-grow: 1;
}

.main2-logout-btn {
    padding: 2px 12px;
    background: #E5E5E5; /* var(--L-Gray) */
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #666666; /* var(--Contents-2) */
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none; /* a 태그 스타일 */
    white-space: nowrap;
    position: absolute;
    right: 16px;
    top: 45px;
}

.main2-section {
    background: white;
    margin-top: 6px; /* 섹션 간 간격 */
    padding: 16px;
    overflow: hidden;
}

.main2-section-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px;
}

.main2-point-history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    height: 72px;
    border-bottom: 1px solid #E5E5E5; /* var(--L-Gray) */
}
.main2-point-history-item:last-of-type {
    border-bottom: none; /* 마지막 항목은 하단 보더 없음 */
}

.main2-point-history-item .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.main2-point-history-item .title {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.main2-point-history-item .date {
    color: #666666; /* var(--Contents-2) */
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.main2-point-history-item .amount {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.main2-point-history-item .amount.earn {
    color: #FF5B78; /* var(--Red(Dark)) */
}

.main2-point-history-item .amount.use {
    color: black; /* var(--Black) */
}

.main2-view-all-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    border-top: 1px solid #E5E5E5; /* var(--L-Gray) */
    color: #666666; /* var(--Contents-2) */
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    gap: 4px;
}
.main2-view-all-link img {
    width: 14px;
    height: 14px;
}

.main2-my-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    border-bottom: 1px solid #E5E5E5; /* var(--L-Gray) */
    text-decoration: none;
    color: inherit;
}
.main2-my-menu-item:last-of-type {
    border-bottom: none;
}

.main2-my-menu-item .icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main2-my-menu-item .icon img {
    width: 20px;
    height: 20px;
}

.main2-point-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 16px;
}

.main2-point-balance .point-amount {
    color: #05378E; /* var(--Red(Dark)) */
    font-weight: 700;
    font-size: 20px;
}
.main2-my-menu-item .text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/*메인페이지끝*/
