.sec2 {
  margin: 140px 0;
}
.hd_background {
  background-image:url(../img/sub2_hd.png);
  margin-bottom: 0 !important;
}
.sec2 .tbox .m_img_wr {
  position: absolute;

  width: 100%;
}
.sec2 .bbox .m_img_wr {
  position: absolute;

  width: 100%;
}

.sec2 .wr {
  display: flex;
  /* max-width: 1920px; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec2 .tbox,
.sec2 .bbox {
  width: 47%;
  padding-right: 60px;
  position: relative;
  min-width: 480px;
}
.sec2 .box_wr {
  padding: 97px 49px 93px 49px;
  background-color: #f7fafc;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.sec2 .tbox .m_img_wr {
  display: none;
}
.sec2 .bbox .m_img_wr {
  display: none;
}
.sec2 .tbox .img_wr {
  position: absolute;
  /* top: 248px;
  left: 467px; */
  right: 0;
  bottom: 0;
  transform: translate(5%, 18%);
  width: 48%;
}
.sec2 .bbox .img_wr {
  position: absolute;
  /* top: 382px; */
  /* left: 376px; */
  right: 0;
  bottom: 0;
  transform: translateY(36%);
  width: 48%;
}

.sec2 .font_box h4 {
  font-size: 34px;
  color: #222222;
  font-weight: 700;
}
.sec2 .font_box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 30px 0;
  word-break: keep-all;
  width: 100%;
  max-width: 525px;
}
.sec2 .bt_box {
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
  grid-gap: 20px 15px;
}
/* ----------------------------------------인버터 메뉴 안보이기------------------------- */
/* .sec2 .bbox .bt_box{
    display: none;
} */

.sec2 .bt_box a {
  color:inherit;
  font-size: 14px;
  font-weight: 500;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.sec2 .bt_box > li {
  width: 50%;
  width: calc(50% - 7.5px);
  max-width: 170px;
  background-color: #14284c;
  color: #fff;
  text-align: center;
  padding: 10.5px 0;
  border: 1px solid #14284c;
}
.sec2 .bt_box > li:hover{
    color: #14284c;
    background-color: #fff;
    border: 1px solid #14284c;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-bottom: 0;
  }
  .hd_background {
    margin-bottom: 60px;
    background-image: url(../img/m_img/m_sub2_hd.png);
  }
  
  .sec2 {
    margin-top: 62px;
  }
  .sec2 .tbox,
  .sec2 .bbox {
    width: 100%;
    border-radius: 15px;
    min-width: 340px;
    padding: 0;
    /* padding: 33px 14px 60px 18px; */
  }
  .sec2 .tbox {
    margin: 0;
  }
  .sec2 .bbox {
    margin: 150px 0 95px 0;
  }
  .sec2 .box_wr {
    padding: 21px 19px 60px 18px;
  }
  
  .sec2 .font_box h4 {
    font-size: 22px;
  }
  .sec2 .font_box p {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0;
  }
  .sec2 .font_box p br {
    display: none;
  }
  .sec2 .bt_box {
    grid-gap: 10px 10px;
    width: 95%;
  }
  .sec2 .bt_box a {
    font-size: 12px;
  }
  .sec2 .bt_box > li {
    width: 136px;
    padding: 7.5px 0;
  }
  .sec2 .tbox .img_wr{
    width: 48%;
    transform: translate(9%, 70%);
  }
  .sec2 .bbox .img_wr{
    width: 51%;
    transform: translateY(36%);
  }
  /* .sec2 .tbox .img_wr,
  .sec2 .bbox .img_wr {
    display: none;
  }
  .sec2 .tbox .m_img_wr,
  .sec2 .bbox .m_img_wr {
    display: block;
  } */
  /* .sec2 .tbox .m_img_wr {
    top: 72%;
    left: 70%;
    width: 19.5%;
  }
  .sec2 .bbox .m_img_wr {
    top: 75%;
    left: 50%;
    width: 48%;
  } */
}
@media screen and (max-width: 700px) {
  .hd_background .tbox h3 {
    left: 40%;
  }
}
