.footer-spacer {
    max-width: 100%;
    height: 391px; /* 푸터와 동일한 높이 */
}

.footer{
    position: relative;
    padding: 0 14%;
    color: #202020;
    box-sizing: border-box;
    /* border-top: 2px solid #BCC9BF; */
    background-color: #484543;
    text-shadow: 0px 3px 30px #00000078;
}
.footer .logo{
    width: 180px;
    max-width: 12vw;
}
.footer .top_move {
    position: absolute;
    bottom: 23px;
    right: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 43px;
    height: 43px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 23px;
    overflow: hidden;
}
.footer .top_move img {
    width: 23px;
    height: auto;
    transform: rotate(-90deg) translateY(-2px);
}
.footer .top_move:hover {
    background-color: #fff;
}
.footer .top_move:hover img {
    filter: invert(1);
}
.footer .logo img{
    display: block;
    width: 100%; 
    /* height: 100%; */
    object-fit: cover;
}
.info-flex{
    position: relative;
    padding: 80px 0;
    align-items: center;
    word-break: keep-all;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.info-flex .left { 
    width: 50%;
    display: flex;
}
.info-flex .tel small {
    font-size: 18px;
}
.info-flex .tel {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
}
.info-flex .right {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.info-flex li{
    font-size: 15px;
    line-height: 2em;
}
.info-flex li strong {
    font-weight: 400;
}
.info-flex .f_list span{
    margin-left: 7px;
}

.info-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.info-bottom .yeowan {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-shadow: 0px 3px 30px #00000078;
    font-size: 15px;
    font-family: 'Pretendard', 'sans-serif';
}
.info-bottom .yeowan .yeowanlogo {
    width: 81px;
    transform: translateY(-2px);
}
.info-bottom .insta {
    position: absolute;
    bottom: 26px;
    right: 31px;
}

@media(max-width:768px){
    .footer { padding: 0;}
    .info-flex {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 7.5%;
    }
    .info-flex .left { width: 100%;}
    .info-flex .right {
        position: static;
        transform: none;
    }
    .footer .logo {
        width: 130px;
        max-width: 130px;
        margin-bottom: 30px;
    }
    .info-flex .tel { 
        width: 100%;
        font-size: 20px;
        margin-bottom: 24px;
    }
    .info-flex .tel small { font-size: 15px;}
    .info-flex li{
        font-size: 14px;
    }
    .footer .top_move { right: 30px;}
    .info-bottom { 
        justify-content: flex-start;
        padding: 23px 7.5%;
    }
    .info-bottom .yeowan { 
        font-size: 14px;
    }
    .info-bottom .yeowan .yeowanlogo { width: 90px;}
    .info-bottom .insta { right: 38px;}
    
}


@media(max-width:500px){

    
}