.footer-spacer {
    max-width: 100%;
    height: 441px; /* 푸터와 동일한 높이 */
}

.footer{
    /* position: relative; */
    position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100vw;
    height: 470px;
    padding: 2.5% 6% 4%;
    color: #6D5D52;
    border-top: 1px solid #6D5D52;
    font-family: 'ridi', 'gowun';
    box-sizing: border-box;
}
.footer .logo{
    width: 220px;
    height: 180px;
    margin-top: 60px;
    padding: 20px;
}
.footer .top_move {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background-color: #F1ECE7;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.footer .top_move img {
    width: 23px;
    height: auto;
}
.info1 a{
}
.footer .logo img{
    display: block;
    width: 100%; height: 100%;
    object-fit: cover;
}
.info-flex{
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
    font-weight: 400;
}
.info-flex li{
    font-size: 17px;
    line-height: 2em;
}
.info-flex li.tel {
    margin-bottom: 20px;
}
.info-flex li.tel a{
    font-size: 28px;
}
.info-flex span{
    margin-left: 7px;
}
.yeowan_li {
    margin-top: 35px;
}
.yeowan {
    display: flex;
    align-items: center;
    gap: 15px;
}
.yeowan .yeowanlogo {
    width: 120px;
    transform: translateY(-2px);
    filter: invert(0.8);
}

@media(max-width:768px){
    .footer-spacer {
        height: 320px; /* 푸터와 동일한 높이 */
    }
    .footer {
        height: 320px;
    }
    .footer .logo{
        width: 100px;
        height: 100px;   
    }
    .footer .top_move {
        width: 54px;
        height: 54px;
    }
    .footer .top_move img {
        width: 22px;
    }
    .info-flex{
        width: 100%;
    }
    .info-flex li{
        font-size: 11px;
    }
    .info-flex li.tel {
        margin-bottom: 15px;
    }
    .info-flex li.tel a {
        font-size: 20px;
    }
    .yeowan .yeowanlogo {
        width: 70px;
    }
}


@media(max-width:500px){

    
}