/* head */
.head {
  width: calc(100% - 0rem);
  height: calc(4.5rem - 0rem);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1000000;
  order: 1;
  background-color: transparent;
}

.head_container {
  width: calc(100% - 1.25rem);
  max-width: calc(75rem - 1.25rem);
  height: calc(100% - 0rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.head_left {
  width: fit-content;
  height: calc(100% - 0rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.head_left ul {
  width: fit-content;
  height: calc(100% - 0rem);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.head_left ul li {
  height: calc(100% - 0rem);
  display: flex;
  align-items: center;
}

.head_left ul li a {
  width: fit-content;
  height: calc(100% - 0rem);
  padding: 0;
  display: flex;
  align-items: center;
}

.head_left ul li a img {
  width: 13rem;
  user-select: none;
}

.head_right {
  height: calc(100% - 0rem);
  margin: 0 0 0 3.75rem;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (max-width: 960px) {}


@media only screen and (max-width: 480px) {}

