#form_wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#form_wrap #frm {
  padding: 0 10px;
}

.form_tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "GmarketSansMedium";
  font-weight: 600;
  margin-bottom: 15px;
}

.main-form-area {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-form-area {
    flex-wrap: wrap;
  }
}
.main-form-area .main-form-cell:nth-child(1) {
  width: 15%;
  height: 75px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-form-area .main-form-cell:nth-child(1) {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.main-form-area .main-form-cell:nth-child(2) {
  width: 55%;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-form-area .main-form-cell:nth-child(2) {
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
  }
}
.main-form-area .main-form-cell:nth-child(2) span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33.3333333333%;
}
.main-form-area .main-form-cell:nth-child(2) span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #dddddd;
  margin: 0 4px;
}
.main-form-area .main-form-cell:nth-child(2) span:last-child::after {
  display: none;
}
.main-form-area .main-form-cell:nth-child(2) span input {
  padding: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: calc(100% - 20px);
}
.main-form-area .main-form-cell:nth-child(3) {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .main-form-area .main-form-cell:nth-child(3) {
    width: 50%;
    height: 50px;
  }
}
.main-form-area .main-form-cell:nth-child(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  height: 100%;
}
.main-form-area .main-form-cell:nth-child(4) {
  width: 15%;
  text-align: center;
  vertical-align: middle;
  background: #e66801;
}
@media (max-width: 768px) {
  .main-form-area .main-form-cell:nth-child(4) {
    width: 50%;
    height: 50px;
  }
}
.main-form-area .main-form-cell:nth-child(4) a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  height: 100%;
  color: #fff;
}

@media (max-width: 768px) {
  .fixFloatMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .miniBanner .green_area {
    margin: 10px 0;
  }
}/*# sourceMappingURL=style3.css.map */