@charset "utf-8";
.footer{
    background-color: #918C28;
}

.footer a{
    text-decoration: none;
}

.footer a:hover{
    opacity: 0.6;
}

.footer_inner{
    max-width: 1100px;
    margin: 0 auto;
}


@media only screen and (max-width: 1099.9px) {
    .footer_inner{
        padding: 0 5vw;
    }
}

.footer_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}

@media only screen and (max-width: 1099.9px) {
    .footer_area{
        display: block;
        padding-top: 12vw;
    }
}

.footer_logos{
    width: 188px;
}

@media only screen and (max-width: 1099.9px) {
    .footer_logos{
        width: 100%;
    }
}

.footer_201{
    width: 188px;
    height: auto;
}

@media only screen and (max-width: 1099.9px) {
    .footer_201{
        width: 50vw;
    }
}

.footer_sns{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 15px;
    margin-top: 25px;
}

@media only screen and (max-width: 1099.9px) {
    .footer_sns{
        gap: 0 3vw;
        margin-top: 5vw;
    }
}

.footer_sns_link{
    width: 30px;
    height: 30px;
    display: block;
}

@media only screen and (max-width: 1099.9px) {
    .footer_sns_link{
        width: 6vw;
        height: 6vw;
    }
}


.footer_sns_link img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer_texts{
    width: 820px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

@media only screen and (max-width: 1099.9px) {
    .footer_texts{
        width: 100%;
        font-size: 3.5vw;
        margin-top: 5vw;
    }
}

.footer_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 60px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1099.9px) {
    .footer_links{
        margin-top: 5vw;
        margin-bottom: 7vw;
    }
}

.footer_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 50px;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 1099.9px) {
    .footer_menu{
        display: block;
        font-size: 3.8vw;
        font-weight: 500;
    }

    .footer_menu li{
        margin-bottom: 2vw;
    }
}

.footer_marble{
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

@media only screen and (max-width: 1099.9px) {
    .footer_marble{
        font-size: 3vw;
        gap: 2vw;
        justify-content: flex-start;
        margin-top: 7vw;
        font-weight: 500;
    }
    .footer_marble:last-child{
        margin-top: 3vw;
    }
}

.footer_marble_link{
    display: block;
    text-decoration: none;
}

.footer_marble_link_txt{
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}

.footer_marble_link img{
    width: 21px;
    height: 22px;
    object-fit: contain;
    display: inline;
    vertical-align: middle;
}

@media only screen and (max-width: 1099.9px) {
    .footer_marble_link img{
        width: 5vw;
        height: 5vw;
    }
}

.copyright{
    background: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 10px 0;
}

@media only screen and (max-width: 1099.9px) {
    .copyright{
        font-size: 2.8vw;
        padding: 3vw 0;
    }
}