.heat-pump-2.top .contents-wrap .spec-btn {
  width: 430px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .heat-pump-2.top .contents-wrap .spec-btn {
    width: 80%;
    margin-top: 25px;
  }
}
.heat-pump-2.top .contents-wrap .spec-btn li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .heat-pump-2.top .contents-wrap .spec-btn li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.heat-pump-2.top .contents-wrap .spec-btn li a {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  background: #0081CC;
  padding: 15px;
  border: 1px solid #0081CC;
  position: relative;
  transition: 0.3s all;
}
.heat-pump-2.top .contents-wrap .spec-btn li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 21px;
  right: 15px;
  transform: rotate(-45deg);
}
.heat-pump-2.top .contents-wrap .spec-btn li a:hover {
  color: #0081CC;
  background: #fff;
}
.heat-pump-2.top .contents-wrap .spec-btn li a:hover:after {
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
}
.heat-pump-2.top .contents-wrap .section-block-col2.reverse {
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .heat-pump-2.top .contents-wrap .section-block-col2.reverse {
    flex-direction: column-reverse;
  }
}
.heat-pump-2.top .contents-wrap .section-block-col2.reverse .one-third {
  margin-right: 0;
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .heat-pump-2.top .contents-wrap .section-block-col2.reverse .one-third {
    width: 70%;
    margin: 15px auto 0;
  }
}/*# sourceMappingURL=top.css.map */