/* default settings */
.c-form {
  text-align: left;
}
.c-form dl {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
}
.c-form dl dt {
  margin-bottom: 0.3125rem;
}
.c-form dl dt span {
  color: #ff0909;
}
.c-form input,
.c-form textarea,
.c-form .file-control,
.c-form select {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  padding: 0.3125rem 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.875rem;
  outline: none;
}
.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form .file-control::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
  color: #aeabab;
}
.c-form input::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form .file-control::-moz-placeholder,
.c-form select::-moz-placeholder {
  color: #aeabab;
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form .file-control:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
  color: #aeabab;
}
.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form .file-control::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
  color: #aeabab;
}
.c-form input::placeholder,
.c-form textarea::placeholder,
.c-form .file-control::placeholder,
.c-form select::placeholder {
  color: #aeabab;
}
.c-form select {
  width: 12.625rem;
  height: 2.1875rem;
}
.c-form input {
  width: 100%;
  height: 2.1875rem;
}
.c-form textarea {
  display: block;
  width: 100%;
  height: 5.25rem;
  padding: 0.625rem 0.875rem;
  resize: none;
}
.c-form label.error {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
  color: red;
}
.c-form .file-control {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
  display: block;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625rem 1.25rem 1.0625rem;
  text-align: center;
}
.c-form .file-control small {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  color: #aeabab;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  display: block;
}
.c-form .btn-send {
  background-color: #10623a;
  font-family: SVN-GilroyBold, sans-serif;
  font-style: normal;
  border-radius: 0.625rem;
  margin: auto;
  margin-top: 1.5625rem;
  padding-top: 0.1875rem;
  width: 8.9375rem;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
}
.c-form .btn-send:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-form input,
  .c-form textarea,
  .c-form .file-control {
    padding: 0.3125rem 0.875rem;
  }
  .c-form textarea {
    height: 6.25rem;
  }
  .c-form .file-control {
    height: auto;
  }
  .c-form .c-btn {
    margin-top: 0.625rem;
  }
}

.contact-map {
  padding: 0 0 3.125rem 0;
}
.contact-map .map {
  height: 32.25rem;
}
.contact-map .map iframe {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-map {
    padding: 0 0 1.875rem 0;
  }
  .contact-map .map {
    height: 15rem;
  }
}

.contact-info {
  /* background: url(../img/recruit/contact_bg.png) no-repeat center top; */
  /* padding: 7.75rem 0 7.625rem; */
  padding: 80px 0;
}
.contact-info .col-left dl {
  color: #10623a;
}
.contact-info .col-left dl ~ dl {
  margin-top: 2.625rem;
}
.contact-info .col-left dl dt {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.contact-info .col-left dl dd span {
  margin-top: 0.625rem;
  display: block;
}
.contact-info .col-left dl dd span ~ span {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
}
.contact-info .col-left .social {
  margin-top: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info .col-left .social li {
  width: 3.125rem;
  margin-right: 2.5rem;
}
.contact-info .contact-form {
  margin: 5.625rem auto 0;
  width: 66.25rem;
  max-width: 100%;
  text-align: left;
}
.contact-info .contact-form dl {
  margin-bottom: 4.0625rem;
  width: 100%;
}
.contact-info .contact-form dl:last-child {
  margin-bottom: 0;
}
.contact-info .contact-form dl.w50 {
  width: 47%;
}
.contact-info .contact-form dl dt {
  text-align: left;
  font-weight: 700;
  color: #1e427e;
}
.contact-info .contact-form dl dd {
  border-bottom: 1px solid #1e427e;
  margin-top: 1.25rem;
}
.contact-info .contact-form dl dd .form-control {
  border: none;
  outline: none;
  width: 100%;
  height: 2.875rem;
  padding: 0 1rem;
}
.contact-info .contact-form dl dd textarea.form-control {
  height: 4.75rem;
  resize: none;
}
.contact-info .contact-form label.error {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: italic;
  color: red;
}
.contact-info .contact-form .c-btn {
  margin-top: 4.625rem;
}
@media (min-width: 768px) {
  .contact-info .col-left {
    width: 22.9375rem;
  }
  .contact-info .col-right {
    width: 31.5625rem;
  }
}
@media (max-width: 767px) {
  .contact-info {
    /* padding: 3.125rem 0 4.375rem; */
    padding: 40px 0;
  }
  .contact-info .col-left dl ~ dl {
    margin-top: 1.75rem;
  }
  .contact-info .col-left .social {
    margin-top: 1.5625rem;
  }
  .contact-info .col-left .social li {
    width: 2.375rem;
    margin-right: 1.25rem;
  }
  .contact-info .col-right {
    margin-top: 3.125rem;
    width: 100%;
  }
  .contact-info .contact-form {
    margin-top: 3.75rem;
  }
  .contact-info .contact-form dl {
    margin-bottom: 1.875rem;
  }
  .contact-info .contact-form dl.w50 {
    width: 100%;
  }
  .contact-info .contact-form dl dd {
    margin-top: 0.625rem;
  }
  .contact-info .contact-form dl dd .form-control {
    padding: 0;
    height: 2.5rem;
  }
  .contact-info .contact-form .c-btn {
    margin-top: 3.125rem;
  }
}
