.header_wrap {
    position: fixed;
    z-index: 101;
    top: 0px;
}

.my_wrap {
    position: fixed;
    top: 89px;
    z-index: 101;
}

.contents_wrap {
    position: relative;
    top: 140px;
}

.title_wrap {
    position: relative;
    top: 140px;
}

.rightContent {
    position: relative;
    padding-top: 140px;
}

.lottery-history {
    position: relative;
    top: 85px;
}

.event-contents {
    position: relative;
    padding: 230px 200px 0px 200px;
}

#scroll_main {
    border-radius: 4px;
}

.onlyPC {
    border: none !important;
}

.date_field {
    min-width: 16px;
    white-space: nowrap;
    font-size: 12px !important;
    text-align: center;
}

.league_field {
    font-size: 12px !important;
}

.li_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sport_more_list_anim {
    height: auto;
}

.team_l {
    text-align: center;
    text-overflow: unset;
    padding-left: 2px;
    padding-right: 2px;
    white-space: break-spaces;
}

.away_team_r {
    text-align: center;
    text-overflow: unset;
    padding-left: 2px;
    padding-right: 2px;
    white-space: break-spaces;
}

.sport_date {
    display: flex;
    min-width: 90px;
    font-size: 12px !important;
    gap: 5px;
}

.contents_box_right {
    overflow: auto;
    height: 800px;
}

.pc-mobile-reg {
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .contents_wrap {
        position: relative;
        top: 100px;
    }
    
    .title_wrap {
        position: relative;
        top: 100px;
    }
    
    .rightContent {
        position: relative;
        padding-top: 100px;
    }

    .my_box {
        height: 50px !important;
    }
    .header_box {
        display: none;
    }

    .top {
        display: block;
    }

    .lottery-history{
        top: 0px;
    }

    .event-contents {
        position: relative;
        padding: 180px 0px 0px 0px;
    }

    .onlyPC {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .sport_date {
        gap: 0px !important;
        display: block;
    }
}


.header_menu {
    max-height: 90px;
    min-width: 75px;
}

.gnb_menus {
    min-width: 275px;
    max-height: 90px;
}

.page {
    min-width: 30px;
}