#contact-container {
  font-family: "Pretendard";
}

#contact {
}

#contact .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 150px 0;
}

#contact .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#contact .contact-left {
  width: 30%;
}

#contact .contact-left p {
  color: #5a63d8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

#contact .contact-left-desc h2 {
  position: relative;
  padding: 40px 0 30px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}

#contact .contact-left-desc h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
  opacity: 0.7;
}

#contact .contact-left-desc p {
  color: #666;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}
