.footer{
    position: relative;
    padding: 5.2vw 8vw 2.9vw 14vw;
    box-sizing: border-box;
    background: #AC9680;
}
.footer .top_move {
    position: absolute;
    bottom: 55px;
    right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 23px;
    color: #fff;
    overflow: hidden;
}

.footer .top_move:hover {
    background: #fff;
    color: #AC9680; 
}
.footer .top_move img {
    width: 23px;
    height: auto;
}

.info-flex{
    /* margin-top: 80px; */
    display: flex;
    gap: 13vw;
    align-items: center;
    word-break: keep-all;
    font-weight: 400;
    color: #fff;
}
.info-flex .left {
    width: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-flex .logo img{
    display: block;
    width: 100%; 
    object-fit: cover;
}
.yeowan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.yeowan span {
    font-size: 15px;
}
.yeowan .yeowanlogo {
    width: 89px;
    transform: translateY(-2px);
}
.info-flex .right { 
    
}

.info-flex .tel small {
    font-size: 18px;
}
.info-flex .tel {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.info-flex .list-wrap {
    display: flex;
    gap: 5.21vw;
}
.info-flex li{
    font-size: 15px;
    line-height: 2em;
}
.info-flex li strong {
    font-weight: 400;
}
.info-flex .f_list span{
    margin-left: 7px;
}
.block1400, .flex768, .flex1400 { display: none !important;}
@media(max-width:1700px){
    .footer {
        padding: 5.2vw 8vw 2.9vw 8vw;
    }
    .info-flex { gap: 7vw;}
}

@media(max-width:1400px){
    .none1400 { display: none !important;}
    .block1400 { display: block !important;}
    .flex1400 { display: flex !important;}
    .info-flex { 
        flex-direction: column;
        gap: 4vw;
        margin-top: 0;
    }
    .info-flex .tel { text-align: center;}
    .yeowan { 
        margin-top: 20px;
        justify-content: center;
        gap: 12px;
    }
}
@media(max-width:1024px){
    .info-flex { gap: 20px;}
    .info-flex .logo { display: flex; justify-content: center;}
    .info-flex .logo img { width: 146px;}
    .info-flex .tel { 
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 25px;
    }
    .info-flex .list-wrap { 
        flex-direction: column;
        gap: 0;
    }
    .list-wrap .f-list { 
        border-top: 1px solid #fff;
        padding: 20px 30px;
    }
    .list-wrap .f-list:last-of-type {
        border-bottom: 1px solid #fff;
    }
}
@media(max-width:768px){
    .flex768 { display: flex !important;}
    .footer .top_move {
        position: static;
        background: #fff;
        color: #AC9680; 
        margin: 30px auto 5px;
    }
}


@media(max-width:550px){
    .list-wrap .f-list {
        padding: 20px 15px;
    }
    .info-flex li, .yeowan span {
        font-size: 12px;
        line-height: 20px;
    }
    .yeowan .yeowanlogo { transform: none;}
}

@media(max-width:390px){
    .footer { padding: 5.2vw 0 2.9vw;}
}