﻿.main_footer {
    overflow: hidden;
    padding-top: 66px !important;
    padding-bottom: 66px !important;
}

footer {
    background-color: #111111;
    padding-top: 100px;
    padding-bottom: 60px;
}

footer * {
    color: #ddd;
    font-weight: 400;
    font-size: 13px;
}


.footer-flex {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .app-text-highlight {
    color: #f1f1f1;
    font-weight: 500;
}

footer a {
    color: #f1f1f1;
    font-weight: 500;
}

.app-footer-2nd {
    background-color: #222222;
    color: #ddd;
    font-weight: 400;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.app-footer-2nd a {
    color: #ddd;
    font-weight: 400;
}

.section-footer {
    position: relative;
}

.section-footer .app-sns-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.section-footer .app-sns-container .app-sns-inner-container {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #fab702;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
}

.section-footer .app-sns-container .app-sns-inner-container .sns-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.section-footer .app-sns-container .app-sns-inner-container a {
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    border-radius: 30px;
    border: solid 1px #000;
}


@media (max-width: 767px) {
    .main_footer {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .footer-flex {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
