.contactHead__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contactHead__nav a {
  align-items: center;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100px;
  justify-content: center;
  width: 100%;
}

.contactHead__nav a:last-child {
  border-left: none;
}

.contactHead__nav--icon {
  max-width: 18px;
}

.contactHead__nav--text {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.contactBody {
  background: #ececec;
  box-sizing: border-box;
  margin-top: 64px;
  padding: 64px 16px;
}

.contactBody__title {
  color: #424242;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.contactBody__nav {
  box-sizing: border-box;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.contactBody__navBlock {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
}

.contactBody__navContent {
	padding: 0.625rem 0 1.25rem;
}

.contactBody__navTitle {
  align-items: center;
  background: #424242;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 100%;
}

.contactBody__navText,
.contactBody__navList--item {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.contactBody__navText .large {
  font-size: 14px;
}

.contactBody__navLink .contactBody__navText {
  font-family: var(--familyInter);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contactBody__navLink {
  align-items: center;
  display: grid;
  gap: 11px;
  grid-template-columns: 20px auto;
  justify-content: center;
  margin: 7px 0 5px;
}

.contactBody__navList {
  display: grid;
  grid-template-columns: 1fr;
  margin: 4px auto;
  width: fit-content;
}

.contactBody__navList--item {
  padding-left: 14px;
  position: relative;
  text-align: start;
}

.contactFoot {
  box-sizing: border-box;
  padding: 64px 16px;
}

.contactMap {
  border-top: 1px solid #D8D8D8;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 0;
  margin: 0 1.25rem;
}

.contactMap__text,
.contactMap__item {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.contactMap__link {
  align-items: center;
  border: 1px solid #424242;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 40px;
  justify-content: center;
  margin-top: 8px;
  max-width: 348px;
  position: relative;
  width: 100%;
}

.contactMap__link img {
  max-width: 12px;
}

.contactMap__link::after {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  content: "";
  height: 6px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-47%) rotate(-45deg);
  width: 6px;
}

.contactMap__textArea {
  box-sizing: border-box;
}

.contactMap__textArea .walkLink {
  height: 60px;
  margin-left: 0;
  margin-top: 8px;
  max-width: 348px;
}

.contactMap__textArea .contactMap__text:first-child {
  margin-top: 0;
}

.contactMap__text:not(a .contactMap__text) {
  margin-top: 8px;
}

.contactMap__list {
  background: #fff;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 16px;
}

.contactMap__item {
  padding-left: 14px;
  position: relative;
}

.contactMap__item::before,
.contactBody__navList--item::before {
  background: #d8d8d8;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 3px;
  position: absolute;
  top: 12px;
  width: 4px;
}

.contactMap__display {
  display: flex;
}

.contactMap__display iframe {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contactBody {
    margin-top: 0;
  }
  .contactBody__nav {
    grid-template-columns: 1fr;
  }
  .contactBody,
  .contactFoot {
    padding: 30px 16px;
  }
  .contactMap {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .contactMap__display iframe {
    height: 230px;
  }
  .contactMap__textArea {
    padding: 0;
  }
  .contactMap__textArea .walkLink {
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
	.contactMap {
		margin: 0;
	}
	.contactMap__textArea {
		padding: 0 1rem;
	}
	.contactMap__textArea .walkLink {
		width: 100%;
	}
	.ontactMap__display {
		margin: 0 1rem;
	}
}
