.footer-label,
.footer-detail {
    font-size: 16px;
    -webkit-appearance: none;
}

footer .footer-content {
    margin: 5px 25%;
}

#footer-sns {
    text-align: center;
}

#footer-sns ul {
    list-style: none;
    padding-left: 0 !important;
}

#footer-sns li {
    width: 66px;
    height: 65px;
    margin: 0 20px;
    background: #fff;
    border-radius: 50%;
}

#footer-sns a {
    display: block;
    width: 100%;
    height: 100%;
}

#footer-sns .fb-sns-link a {
    background-image: url('../images/facebook-f-brands.svg');
    background-repeat: no-repeat;
    background-size: 22px 30px;
    background-position: center;
}

#footer-sns .twitter-sns-link a {
    background-image: url('../images/twitter-brands.svg');
    background-repeat: no-repeat;
    background-size: 32px 30px;
    background-position: center;
}

#footer-sns .ig-sns-link a {
    background-image: url('../images/instagram-brands.svg');
    background-repeat: no-repeat;
    background-size: 32px 30px;
    background-position: center;
}

#footer-sns .yt-sns-link a {
    background-image: url('../images/youtube-brands.svg');
    background-repeat: no-repeat;
    background-size: 32px 30px;
    background-position: center;
}

#footer-details {
    text-align: center;
}

footer .footer-details {
    display: inline-block;
    margin: 0 15px;
}

#footer-links div {
    margin-right: 20px;
}

#elementor-lightbox-slideshow-e20a2c7 footer {
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: auto;
}

/*Footer Mobile*/
@media screen and (max-width: 1024px) {
    footer .footer-content {
        margin: 0;
        margin-top: 16px;
    }

    #footer-sns li {
        width: 56px;
        height: 56px;
        margin: 0 12px;
    }

    #footer-sns a {
        background-size: 56px 56px;
    }

    #footer-sns ul {
        margin: 0;
    }

    footer .footer-details {
        line-height: 0.5;
        width: 100%;
        margin: 0;
    }
}
/*Footer Mobile End*/
