@import url(_form.css);

.contact-form {
    max-width: 1000px;
    margin: 0 auto;
}
.fancybox-skin {
    background: #F2FAF6;
}
.form-box{
    max-width: 1000px;
    margin: 0 auto;
}

.row .col{
    padding: 0 10px;
    box-sizing: border-box;
}
.map-box{
  max-width: 1000px;
  height: 240px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.success-txt + .btn-box{
  padding-top: 36px;
}
.inquiry-table{
    margin-bottom: 60px;
    border-bottom: solid 2px #ddd;
}
.inquiry-btn{
  border-top: solid 1px #ccc;
  position: relative;
  margin-top: 25px;
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}
.inquiry-btn:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  top:1px;
  position: absolute;
}

@media screen and (max-width: 767px) {

}
