
.footer{
    position: relative;
    /* height: 100vh; */
    padding: 0 6%;
    box-sizing: border-box;
}
.footer .reser-btn {
    position: absolute;
    top: 38%; left: 50%; transform: translate(-50%, -50%);
    font-size: 34px;
}
.footer .reser-btn img {
    width: 29px;
}
.footer .logo{
    width: 180px;
    margin-top: 10px;
    padding: 10px;
}
.footer .top_move {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-black);
    border-radius: 50%;
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}
.footer .top_move span {
    transform: rotate(-90deg);
    color: #44372B;
    font-weight: 600;
}
.footer .top_move img {
    width: 23px;
    height: auto;
    transform: rotate(-90deg);
    filter: invert(1);
}
.footer .logo img{
    display: block;
    width: 100%; 
    /* height: 100%; */
    object-fit: cover;
}
.info-flex{
    width: 100%;
    padding: 75px 0 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
    font-weight: 400;
}
.info-flex > div { width: 33.3333%; }

.info-flex > div .inner { 
    margin: 0 auto;
    width: max-content;
}
.info-flex .small-tel {
    font-size: 21px;
    letter-spacing: -0.02em;
    color: var(--main-gold);
}
.info-flex .tel {
    display: block;
    margin-bottom: 25px;
    font-size: 39px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: var(--main-gold);
}
.info-flex .f_list {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.info-flex li{
    font-size: 15px;
    line-height: 1.7em;
}
.info-flex span{
    margin-left: 7px;
}

.info-flex .right .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}
/* .yeowan {
    display: flex;
    align-items: center;
    gap: 15px;
}
.yeowan .yeowanlogo {
    width: 90px;
    transform: translateY(-2px);
} */
/* 하단 바 */
.footer-bottom {
  margin: 0 auto;
  padding: 0 9% 26px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0 0 24px;
}

.footer-copy {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-logo img {
  height: 44px;
  width: auto;
}

.footer-copy-text {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-family: 'pret-r';
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-copy-text img {
  width: 80px;
  vertical-align: middle;
  filter: brightness(1.6);
  transform: translateY(-1px);
} 


@media(max-width:768px){
    
    .footer {

    }
    .footer .reser-btn {
        font-size: 20px;
    }
    .footer .reser-btn img {
        width: 17px;
    }
    .footer .logo {
        margin-left: auto;
        width: 87px;
        padding: 0;
    }

    .footer .top_move {
        top: 15px;
        width: 31px;
        height: 31px;
    }
    .footer .top_move img { width: 14px;}


    .info-flex {
        padding: 30px 0;
    }
    .info-flex .small-tel {
        font-size: 13px;
        letter-spacing: 0;
    }
    .info-flex .tel { 
        font-size: 25px;
        letter-spacing: 0.13px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 0 0 15px;
    }
    .footer-divider {
        margin: 0 0 15px;
    }

    .footer-copy {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .footer-copy-text img {
        width: 63px;
    }

    .footer-logo img {
        height: 38px;
    }
    .footer-copy-text {
        position: static;
        transform: none;
        gap: 6px;
        font-size: 12px;
    }
    .footer-top-btn {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        font-size: 24px;
    }
    
}

