.footer-wrap {
    height: 450px;
    box-sizing: border-box;
    padding-top: 140px;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;

}

.login-and-focus {
    flex-direction: column;
    height: 250px;
    margin-right: 260px;
}

.login-and-focus img:nth-of-type(1) {
    width: 138px;
    height: 36px;
    margin-right: -30px;
}

.login-and-focus img:nth-of-type(2) {
    width: 120px;
    height: 120px;
    margin: 62px 0 12px 0;
}

.login-and-focus p {
    font-size: 14px;
    color: #595A5C;
}

.footer-list-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-top-content {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}

.footer-list-wrap .list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-right: 114px; */
    height: 250px;
    margin-right: 120px;
}

.footer-list-wrap .list:nth-of-type(4) {
    margin-right: 0;
}
.footer-list-wrap .last-list img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.footer-list-wrap .last-list p{
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}
.footer-list-wrap .last-list a{
    display: flex;
    justify-content: flex-start;
}

.footer-list-wrap .list a {

    font-size: 14px;
    color: #595A5C;
    font-weight: 400;
    padding-top: 24px;
}
.footer-list-wrap .list a:hover{
    color: #100D24;
}

.footer-list-wrap .list h5 {
    font-weight: 600;
    font-size: 16px;
    color: #100D24;
}

.footer-bottom {
    height: 139px;
    background-color: #000;
    font-size: 12px;
    color: #B3B3B3;
    flex-direction: column;
    margin-top: 60px;
}

.footer-bottom a{
    color: #B3B3B3;
}

.footer-bottom .line{
    width: 80%;
    height: 1px;
    background-color: #333333;
    margin: 20px 0;
}
