.footer_sec {
    background: #020c17;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding: 40px 0 !important;
}

.footer_col1 {
    width: 20% !important;
    padding-right: 40px;
}

.footer_col2 {
    width: 19% !important;
    padding-right: 100px;
}

.footer_col3 {
    width: 33%;
    padding-right: 100px;
}

.footer_col4 {
    width: 18%;
    padding-right: 100px;
}

.footer_menu {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.footer_menu li a {
    color: #abb7c4;
    text-decoration: none;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.footer_menu li {
    padding: 4px 0;
}

.games_menu {
    display: flex;
    flex-wrap: wrap;
}

.games_menu li {
    width: 50%;
}

.footer_menu_ttl_con {
    padding-bottom: 30px;
}

.footer_logo_con_inner img {
    width: 100% !important;
    height: 50px;
    object-fit: contain;
    object-position: left;
}

.footer_col5 {
    width: 10%;
    display: flex;
    justify-content: end;
}

.scal_mda_menu li a {
    padding-left: 5px;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .footer_menu_ttl_con {
        padding-bottom: 8px;
    }

    .footer_col {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .footer_col5 {
        justify-content: start;
        padding-bottom: 0px;
    }

    .footer_sec {
        padding: 30px 0 !important;
    }

    .footer_logo_con_inner img {
        height: 35px;
    }

    .footer_menu li {
        padding: 2px 0;
    }

    .footer_menu li a {
        font-size: 12px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {

    .footer_col2,
    .footer_col4 {
        width: 33% !important;
    }

    .footer_col3,
    .footer_col5 {
        width: 67% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_col4 {
        width: 17%;
        padding-right: 30px;
    }

    .footer_col5 {
        width: 15%;
    }

    .footer_menu_ttl_con {
        padding-bottom: 8px;
    }

    .footer_col2 {
        width: 21% !important;
        padding-right: 30px;
    }

    .footer_col3 {
        width: 47%;
        padding-right: 30px;
    }

    .footer_col1 {
        padding-right: 0;
        width: 100% !important;
        padding-bottom: 20px;
    }

    .footer_sec {
        padding: 30px 0 !important;
    }

    .footer_logo_con_inner img {
        object-position: center;
        height: 35px;
    }

    .footer_menu li {
        padding: 2px 0;
    }

    .footer_menu li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .footer_col4 {
        width: 13%;
        padding-right: 30px;
    }

    .footer_col5 {
        width: 12%;
    }

    .footer_menu_ttl_con {
        padding-bottom: 20px;
    }

    .footer_col2 {
        width: 15% !important;
        padding-right: 30px;
    }

    .footer_col3 {
        width: 35%;
        padding-right: 30px;
    }

    .footer_col1 {
        padding-right: 40px;
        width: 25% !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_col4 {
        width: 15%;
        padding-right: 50px;
    }

    .footer_col5 {
        width: 14%;
    }

    .footer_menu_ttl_con {
        padding-bottom: 20px;
    }

    .footer_col2 {
        width: 18% !important;
        padding-right: 50px;
    }

    .footer_col3 {
        padding-right: 40px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_col4 {
        width: 16%;
        padding-right: 80px;
    }

    .footer_col5 {
        width: 12%;
    }

    .footer_menu_ttl_con {
        padding-bottom: 20px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .footer_col5 {
        width: 11%;
    }

    .footer_col4 {
        width: 17%;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}