.footer {
    /*height: 261px;*/
    padding: 44px 0;
    /*margin: 0 80px;*/
}

.footer .center{
    width: 90%;
}

.footer img {
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}

.footer .txt1 {
    margin-bottom: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15.97 px;
    color: #585858;
}

.footer p {
    margin-bottom: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15.97 px;
    color: #585858;
}

.txt3 {
    display: flex;
}
.txt3 address{
    font-style: normal;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    font-size: 15.97px;
    color: #828282;
    line-height: 1.5;
}

.txt3_1, .txt3_2 {
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    font-size: 15.97 px;
    color: #828282;
}

.txt3_1::after {
    content: "ㅣ";
    margin-left: 5px;
    margin-right: 5px;
}

/* .footer .txt3, .txt4 {
    display: inline-block;
} */

.footer .txt3 .flex_wrap{
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.footer .txt4 {
    /* margin-left: 908px; */
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 15 px;
    color: #828282;
    text-align: right;
    /*position: relative;*/
    /*top: -46px;*/
    /*right: 79px;*/
    text-transform: uppercase;
}

.txt3_1_wrap{
    display: flex;
}



/* mobile */
@media screen and (max-width: 767px) {
    .footer img{
        margin-bottom: 20px;
    }

    .footer{
        padding: 20px 0;
    }

    .footer p,
    .footer span{
        font-size: 12px;
    }
    .txt3 address{
     font-size: 12px;
    }
    .footer .txt4{
        font-size: 10px;
    }

    .footer .txt3 .flex_wrap{
        flex-direction: column;
        gap:10px;
        align-items: flex-start;
    }

    .footer span,
    .footer p{
        margin-bottom: 8px;
    }
}


/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.txt3 address{
     font-size: 12.97px;
    }
}