.inquiryBox .mainBox {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .inquiryBox .mainBox {
    padding: 0;
  }
}

.contact {
  padding: 0 !important;
}
.contact .container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact .container {
    flex-direction: column;
  }
}
.contact .infoBox {
  max-width: 390px;
  flex-shrink: 0;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .contact .infoBox {
    margin: 0 0 30px;
    width: 100%;
  }
}
.contact .infoBox .title {
  font-size: 2.25rem;
  margin: 0 0 10px;
  color: #6bcbc5;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .contact .infoBox .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .infoBox .title {
    font-size: 1.25rem;
  }
}
.contact .infoBox .description {
  color: #444444;
  font-size: 1.3125rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .contact .infoBox .description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .infoBox .description {
    font-size: 1rem;
  }
}
.contact .infoBox .description a {
  color: #6bcbc5;
}
.contact .formBox {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 -20%;
  z-index: 9;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact .formBox {
    width: 100%;
  }
}

.mapBox {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.mapBox iframe {
  width: 100%;
  height: 700px;
}

.contactOk {
  padding: 0 0 50px;
}
.contactOk .txt {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .contactOk .txt {
    padding: 0 15px;
  }
}
.contactOk .txt .title {
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  color: #333333;
}
.contactOk .txt .title span {
  font-weight: normal;
  display: block;
}
.contactOk .txt .info {
  color: #444444;
  position: relative;
  z-index: 1;
}
.contactOk .txt .info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 32px;
  z-index: -1;
  background: #2461ad;
}
.contactOk .txt .info span {
  max-width: 320px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3% 0;
  line-height: 1.4;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 20px;
  background: #2461ad;
}
.contactOk .txt .info a {
  color: #2461ad;
  transition: 0.3 0.3s ease;
}
.contactOk .txt .info a:hover {
  color: #2461ad;
}

.pageBtnBox {
  margin: 0;
  height: 100%;
}/*# sourceMappingURL=contact.css.map */