
footer {
    margin-top: 30px;
    padding: 30px 6px 80px;
    background-color: #181D21;
    color:#DADADA;
    font-size:0.9rem;
}

    footer a {
        color: #DADADA;    
    }
    footer a:hover,
    footer a:visited,
    footer a:focus {
        color: #e4e4e4;
    }

    
    footer .link-row div {
        padding-bottom: 15px;
        letter-spacing:-1px;
    }

    footer p{ 
        background-color: #181D21;
        color:#DADADA;
        font-size:0.8rem;
        margin-bottom:0;        
    }

    footer .logo-footer-pc {text-align:center}
    footer p.copyright {color:#7F7F7F}

    footer .logo-footer-mobile { filter: grayscale(100%); }
    footer .logo-footer-pc {display: none;/* filter: grayscale(100%); */}


footer .dropdown button {
        border-radius:0;
        background-color:transparent !important;
        border-color:#979797 !important;
        color:#949494 !important;
        /* margin-top:-6px */
    }

footer .dropdown-menu {
        /*font-size: 12px;*/        
        margin-left: -30px;
        /*margin-bottom: 30px;*/
        padding-bottom: 0;
    }

footer .dropdown-menu a {
    color: #696969 !important;
    font-weight:normal;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

footer .dropdown-menu .dropdown-divider{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .dropdown-item.active, 
    footer .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #dee2e6;
    }

@media all and (min-width:768px)
{
    footer .logo-footer-mobile {
        display: none
    }
    footer .logo-footer-pc {
        display: block;
        position: absolute;
        bottom: 20%;
        /* left: 30%; */
    }

    footer .dropdown button {
          
    }
}



footer  .dropdown-menu {padding-bottom: 5px !important;margin-bottom: 0px !important;}
 