  .footer-inner{grid-template-columns: auto;}
  .policy-links{border-bottom: 1px solid #797979;
    padding-bottom: 3rem;}
  .footer-left{display: flex
;
    align-items: center;
    gap: 7rem;
    justify-content: space-between;}
  .corp-info{display:flex;gap: 1rem;margin-bottom:0;}
  .corp-info span{    color: #BABABA;
    font-family: Pretendard;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.056rem;}
.copy{text-align:end;    margin-top: 0;}   
.corp-info a{font-size:1.5rem;}
.site-footer{padding-bottom:0;}
.footer-left .brand-logos{margin-bottom:0;}
@media (max-width: 1042px) {
.footer-left {
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
}
}
@media (max-width: 768px) {
.corp-info {
    gap: 0;
    flex-direction: column;
    line-height: 0.5;
}
.corp-info br{height:0;}
.site-footer {
    padding-bottom: 2rem;
}
}