.footer .top-footer{
    padding: 30px 0 34px;
    border-top: 6px solid #EEEEEE;
}
.footer .top-footer .office-list{margin-top: 7px;}
.footer .top-footer .item-list{padding: 0; margin: 0; justify-content: space-between;}
.footer .top-footer .link{display: inline-block; width: fit-content;}
.footer .top-footer .img{width: fit-content;}

.bottom-footer{background-color: #1C2222; height: 100%; padding: 25px 0 16px;}
.bottom-footer .block-policy{position: relative; padding-bottom: 27px;}
.bottom-footer .block-policy:before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 1px solid #CECECE; opacity: 0.2;}
.bottom-footer .item-list{width: fit-content; margin: 0 auto; padding: 0;}
.bottom-footer .item-list > li{padding: 0 9px;}

.bottom-footer .block-social{margin-top: 27px;}
.bottom-footer .block-social .btn-social{--size: 40px; display: flex; align-items: center; justify-content: center; width: var(--size); height: var(--size); border-radius: 50%; background-color: var(--color-light);}
.bottom-footer .block-social .btn-social > div{--size: 24px; width: var(--size); height: var(--size); background-color: #142A35;}
.bottom-footer .block-social .item-list > li{padding: 0 6px;}