.contact {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}

.contact__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.contact__contents {
  display: flex;
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 95px 62px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: space-between;
}

.contact__contents__text {
  position: relative;
  margin-top: 70px;
}

.contact__contents__text__slogan {
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 95px;
  line-height: 100%;
  color: #ffffff;
}

.contact__contents__text__title {
  position: relative;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 50px;
  line-height: 175%;
  margin-top: 75px;
  color: #ffffff;
}

.contact__contents__text__title span {
  font-weight: 600;
}

.contact__contents__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 480px;
  background: #000000b2;
  backdrop-filter: blur(40px);
  border-radius: 15px;
  padding: 20px 22px;
  padding-top: 45px;
}

.contact__contents__form__label {
  display: flex;
  position: relative;
  gap: 26px;
  text-align: left;
}

.contact__contents__form__label label {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  min-width: 85px;
  color: #f8f8f8;
}

.contact__contents__form__label input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 12px;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #656565;
}

.contact__contents__form__label input::placeholder {
  color: #c8c8c8;
}

.contact__contents__form__label textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 12px;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border: 1px solid #656565;
  resize: none;
  min-height: 160px;
  border-radius: 10px;
  padding: 10px;
}

.contact__contents__form__label textarea::placeholder {
  color: #c8c8c8;
}

.contact__contents__form__privacy {
  display: flex;
  position: relative;
  gap: 11px;
  align-items: center;
}

.contact__contents__form__privacy input {
  width: 16px;
  height: 16px;
  border: 1px solid #777777;
  background: transparent;
}

.contact__contents__form__privacy label {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #929292;
  text-align: left;
}

.contact__contents__form button {
  cursor: pointer;
  display: flex;
  padding: 16px 0;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #00a6b1;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  border-radius: 8px;
  outline: none;
  border: none;
  transition: color 0.2s, background 0.2s;
}

.contact__contents__form button:hover {
  color: #eeeeee;
  background: #057981;
}

.contact__character {
  position: absolute;
  left: 40%;
  top: 120px;
}

.contact__character img {
  width: 218px;
  height: auto;
}
