.footer_link_wrap {
  gap:15px
}

#footer .footer_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#footer .footer_link_wrap {
  display: flex;
  flex-direction: row;
}
#footer .footer_right {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#footer .footer_isms_img {
  width: 150px;
}

#footer .footer_link:first-child {
  margin-right: 0px;
}

#footer .footer_logo_isms {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}


@media screen and (max-width: 1220px) {
  #footer .footer_link_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #footer .footer_copyright {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #footer .footer_wrap {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner {
    height: auto;
    padding: 7.8125vw 4.51042vw;;
  }
  #footer .footer_wrap {
    padding: 0;
  }
  #footer .footer_link_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .footer_right {
    flex-direction: column-reverse;
    align-items: center;
  }
    #footer .footer_copyright {
    padding-top: 0;
  }

}

@media screen and (max-width: 769px) {
  #footer .footer_logo_isms {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  #footer .footer_isms_img {
    width:25.89583vw;
    margin-left: 0;
  }
}
