.contactbox {
  margin: 50px 0 0;
  overflow: hidden;
}

.ytht-map {
  float: right;
  width: 600px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.ytht-map img {
  width: 100%;
}

.contact-inquiry {
  margin-right: 640px;
}

.contact-inquiry h4 {
  font-size: 20px;
  line-height: 50px;
  background: #3c3c3c;
  color: #fff;
  padding: 0 0 0 15px;
}

.contact-inquiry .inquirbox {
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 20px 15px 0;
}

.inquirbox {
}

.inquirbox h5 {
  background: #f0b323;
}

.inquirbox .row div {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0;
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: #3c3c4f;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border-radius: var(--button-radius);
}

.inquirbox input.submit:hover {
  background: #d61518;
}

@media screen and (max-width: 992px) {
  .ytht-map {
    float: none;
    width: 100%;
  }

  .contact-inquiry {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .contact h3 {
    font-size: 22px;
  }

  .contact h4 {
    font-size: 15px;
  }

  .contact ul {
    margin: 20px 0 0;
    border-top: none;
  }

  .contact ul li {
    float: none;
    border: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2cf;
  }

  .contact ul li h6 {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .contact ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  .contactbox {
    margin: 20px 0 0;
  }

  .contact-inquiry h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .contact-inquiry .inquirbox {
    padding: 15px 15px 0;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }
}
