.contact__us {
  background-color: #0f0f10;
  height: 296px;
  width: auto;
  display: flex;
  justify-content: center;
}
.contact__us__content__01 {
  display: flex;
  flex-direction: row;
  width: 1732px;
  align-items: center;
}
.contact__us__content__detail__01 {
  margin-top: 50px;
  margin-bottom: 26px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}
.contact__us__content__detail__02 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.64px;
  letter-spacing: -0.025em;
  text-align: left;
}
.contact__us__content__detail__03 {
  color: #a7a9b1;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.09px;
  letter-spacing: -0.025em;
  text-align: left;
}
.contact__us__content__detail__04 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 32px;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.09px;
  text-align: left;
  color: #dcdee4;
}
.contact__us__content__detail__04:hover {
  color: #ffffff;
}
.contact__us__arow__right {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}
.contact__us__content__02 {
  margin: 23px 226px;
}
.contact__us__map {
  height: 250px;
  width: 920px;
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .contact__us {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0px;
  }
  .contact__us__content__01 {
    margin: 0px;
    padding: 0px;
    width: 1280px;
    height: 296px;
    display: flex;
    justify-content: space-between;
  }
  .contact__us__map {
    margin: 0px;
    padding: 0px;
    width: 902px;
  }
  .contact__us__content__02 {
    margin: 0px;
    align-content: center;
  }
}
@media (max-width: 1279px) {
  .contact__us {
    height: auto;
    background-color: #0f0f10;
    width: 100%;
    padding: 0px 40px 0px 40px;
  }
  .contact__us__content__01 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact__us__map {
    width: 100%;
    height: 100%;
  }
  .contact__us__content__02 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 34px 0px 100px 0px;
  }
  .contact__us__content__detail {
    width: 100%;
  }
  .contact__us__content__detail__01 {
    margin-top: 88px;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.28px;
    text-align: left;
  }
  .contact__us__content__detail__02 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.57px;
    letter-spacing: -0.025em;
    text-align: left;
    margin-top: 52px;
  }
  .contact__us__content__detail__03 {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.025em;
    text-align: left;
    margin-top: 24px;
  }
  .contact__us__content__detail__04 {
    gap: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.03px;
    text-align: left;
    margin-top: 65px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .contact__us {
    height: auto;
    background-color: #0f0f10;
    width: 100%;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact__us__content__01 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact__us__map {
    width: 100%;
    height: 100%;
  }
  .contact__us__content__02 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 17px 0px 50px 0px;
    width: 100%;
  }
  .contact__us__content__detail {
    width: 100%;
  }
  .contact__us__content__detail__01 {
    margin-top: 44px;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }
  .contact__us__content__detail__02 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.025em;
    text-align: left;
    margin-top: 26px;
  }
  .contact__us__content__detail__03 {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.025em;
    text-align: left;
    margin-top: 12px;
  }
  .contact__us__content__detail__04 {
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
