.banner {
  margin-top: 180px;
  position: relative; }
  .banner > img {
    width: 100%; }

.proban {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 12;
  transform: translateX(-50%); }

.ban_box {
  width: 650px;
  background: #4a9a83;
  box-shadow: 0px 4px 13px 0px rgba(0, 24, 34, 0.35);
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 48px;
  padding: 66px 52px; }

.set2 {
  width: 100%;
  padding: 45px 0 100px;
  background-color: #eef1f5; }

.feat_pro {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 45px; }

.feat_cnt {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 50px; }
  .feat_cnt a {
    color: #333333; }

.cat_cnt {
  background: white;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  width: 48%;
  padding: 50px 3%; }
  .cat_cnt h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 40px; }
  .cat_cnt p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 24px; }
  .cat_cnt h4 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 26px; }

.cat_lne {
  height: 1px;
  background: black;
  opacity: 0.3;
  width: 100%;
  margin: 30px 0 40px; }

.tel_box {
  width: 49%; }
  .tel_box a {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #333333;
    line-height: 28px; }

.telml {
  margin-bottom: 30px; }

.cat_show {
  width: 325px;
  height: 56px;
  margin-top: 40px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  color: white;
  line-height: 56px;
  text-align: center;
  background: #4a9a83;
  cursor: pointer; }

.set2 form {
  margin-top: 30px; }
  .set2 form .form_group {
    height: 55px;
    margin-bottom: 35px; }
    .set2 form .form_group input {
      width: 100%;
      height: 100%;
      padding-left: 30px;
      background: white;
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
      border: none;
      color: #999999;
      font-size: 16px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      outline: none; }
    .set2 form .form_group input::placeholder {
      font-size: 16px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #999999;
      line-height: 1.192; }
  .set2 form .mes {
    padding: 0;
    float: none; }
    .set2 form .mes textarea {
      width: 100%;
      height: 150px;
      padding-top: 15px;
      padding-left: 30px;
      background: white;
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
      color: #999999;
      border: none;
      font-size: 16px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      outline: none; }
    .set2 form .mes textarea::placeholder {
      font-size: 16px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #999999;
      line-height: 1.192; }
  .set2 form .subb {
    margin-top: 30px; }
    .set2 form .subb p {
      font-size: 20px;
      height: 66px;
      width: 100%;
      background: #4a9a83;
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
      font-family: "Montserrat";
      color: #fff;
      font-weight: 600;
      line-height: 66px;
      text-align: center;
      cursor: pointer; }
  .set2 form a:hover {
    text-decoration: none; }

.get_tit {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 60px;
  margin-top: 75px; }

.get_cnt {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #333333; }

.vi_box, .vi_boxa {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none; }

.vdobox {
  width: 70%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.myg, .myga {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  right: -10px;
  top: -18px;
  border-radius: 100%;
  line-height: 20px;
  padding: 5px; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .tel_box a {
    font-size: 22px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .cat_cnt h2 {
    font-size: 28px;
    line-height: 28px; }

  .cat_lne {
    margin: 25px 0 30px; }

  .tel_box {
    width: 48%; }

  .tel_box a {
    font-size: 18px;
    line-height: 28px; }

  .telml {
    margin-bottom: 15px; }

  .cat_cnt h4 {
    font-size: 16px;
    line-height: 24px; }

  .cat_show {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 82px; }

  .banner > img {
    height: 150px;
    object-fit: cover; }

  .proban {
    bottom: -20px; }

  .ban_box {
    width: 80%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px; }

  .set2 {
    padding: 15px 0 40px; }

  .cat_show {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px; }

  .cat_cnt {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px; }

  .cat_cnt h2 {
    font-size: 20px;
    line-height: 20px; }

  .cat_lne {
    margin: 15px 0 15px; }

  .tel_box {
    width: 100%;
    margin-bottom: 10px; }

  .tel_box a {
    font-size: 18px;
    line-height: 24px; }

  .telml {
    margin-bottom: 5px; }

  .cat_cnt p {
    font-size: 15px; }

  .cat_cnt h4 {
    font-size: 16px;
    line-height: 23px; }

  .feat_pro {
    margin-bottom: 15px; }

  .get_tit {
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px; }

  .get_cnt {
    font-size: 16px; }

  .set2 form .form_group {
    height: 50px;
    margin-bottom: 20px; }

  .set2 form .form_group input, .set2 form .form_group input::placeholder, .set2 form .mes textarea, .set2 form .mes textarea::placeholder {
    font-size: 14px; }

  .set2 form .form_group input, .set2 form .mes textarea {
    padding-left: 15px;
    padding-right: 15px; }

  .set2 form .subb {
    margin-top: 15px; }

  .set2 form .subb p {
    font-size: 16px;
    height: 50px;
    line-height: 50px; }

  .vdobox {
    width: 90%;
    height: 240px; } }

/*# sourceMappingURL=contact.css.map */
