.footer  {
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 auto;
    background: #fff;
    padding: 22px 0;
    border-top: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    height: 50px;
}
.footer__copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
}
.footer__age {
    width: 36px;
    height: 36px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 12px;
    color: #999;
}
.footer__copyright-cnt {
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
    margin: 0;
}
.footer__wrap {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
