@charset "UTF-8";

.header__wrap {
  padding-right: 10px;
  justify-content: space-between;
}

.header h1 {
  width: 60%;
}

.header__box {
  gap: 0 16px;
  width: 70%;
  max-width: fit-content;
}

.header p {
  margin-bottom: 3px;
}

.header p a {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
}

.mobile-menu p {
  margin-bottom: 20px;
}

.mobile-menu p a {
  color: #4f535e;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #4f535e;
}

.hero__note {
  font-size: 10px;
  color: #181b2a;
  line-height: 1.5;
  margin-top: 40px;
  letter-spacing: .03em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 8px;
  border-radius: 4px;
}