section.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-color: #121415;
}

div.logo-contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

div.logo-contents__logo {
  width: 222px;
  height: 80px;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

div.logo-contents__logo.--hankook {
  background-image: url("../../assets/images/index/logos/hankook_tire.svg");
}

div.logo-contents__logo.--kumho {
  background-image: url("../../assets/images/index/logos/kumho_tire.svg");
}

div.logo-contents__logo.--incar {
  background-image: url("../../assets/images/index/logos/incar.svg");
}

@media screen and (max-width: 1024px) {
  section.logo-container {
    padding: 22px 20px;
  }

  div.logo-contents {
    justify-content: space-between;
    width: 100%;
    max-width: unset;
  }

  div.logo-contents__logo {
    width: 90px;
    height: 32px;
  }
}
