#keyvisual {
  position: relative;
  padding: 226px 0px 60px;
  background: #fff;
  z-index: 2;
  -webkit-mask: url("../img/aircon/header_mask.png") no-repeat center bottom/100% 100%;
          mask: url("../img/aircon/header_mask.png") no-repeat center bottom/100% 100%;
}
#keyvisual .kv {
  background: url("../img/aircon/kv.png") no-repeat bottom right/cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 884px;
  height: 575px;
}
#keyvisual .kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0.88) 10%,
    rgba(255, 255, 255, 0.45) 16%,
    rgba(255, 255, 255, 0) 22%
  );
  pointer-events: none;
}
#keyvisual .key-box {
  width: 100%;
  max-width: 1076px;
  margin: 0px auto;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}
#keyvisual .key-box .key-txt1 {
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}
#keyvisual .key-box .key-txt1 span {
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  line-height: 22px;
  padding: 0px 20px;
  background: #29ABE2;
  font-weight: 700;
}
#keyvisual .key-box .key-txt1 span.small-fs {
  border-radius: none;
  font-size: 10px;
  color: #333333;
  line-height: 22px;
  padding: 0px 10px;
  background: #FFFFFF;
  font-weight: 500;
}
#keyvisual .key-box h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #29ABE2;
  font-weight: 700;
  margin: 10px 0px 14px;
}
#keyvisual .key-box .key-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#keyvisual .key-box .key-list li {
  width: 24%;
  max-width: 223px;
}
@media screen and (max-width: 767px) {
  #keyvisual {
    padding: 0px;
    -webkit-mask: none;
            mask: none;
  }
  #keyvisual .kv {
    width: 100%;
    height: auto;
    position: relative;
  }
  #keyvisual .key-box {
    margin: 30px auto 0px;
  }
  #keyvisual .key-box .key-txt1 {
    font-size: 15px;
  }
  #keyvisual .key-box h2 {
    font-size: 36px;
  }
  #keyvisual .key-box .key-list {
    flex-wrap: wrap;
    gap: 4%;
  }
  #keyvisual .key-box .key-list li {
    width: 48%;
    max-width: unset;
    margin-bottom: 10px;
  }
}

#sec1 {
  padding: 181px 0px 190px;
  background: url("../img/aircon/sec1_line1.png") no-repeat top right 3%, url("../img/aircon/sec1_line2.png") no-repeat top 378px right, url("../img/aircon/sec1_line3.png") no-repeat top 495px left, url("../img/aircon/sec1_line4.png") no-repeat bottom 200px left, url("../img/aircon/sec1_line5.png") no-repeat bottom 50px right 5%;
  margin: -50px 0px 0px;
}
#sec1 .wrap {
  max-width: 875px;
  padding: 0px 20px;
}
#sec1 h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 80px;
  font-size: 40px;
  font-weight: 700;
  color: #0071BC;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
#sec1 h2 span {
  display: inline-block;
  position: relative;
  color: #62CAC3;
  font-size: 27px;
  margin-bottom: 24px;
  font-weight: 400;
}
#sec1 h2 span::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 171px;
  height: 6px;
  background: url("../img/aircon/sec1_line.png") center/cover;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -52px;
  width: 95px;
  height: 89px;
  background: url("../img/aircon/sec1_deco1.png") center/cover;
}
#sec1 h2::after {
  content: "";
  position: absolute;
  top: 37px;
  right: -65px;
  width: 36px;
  height: 83px;
  background: url("../img/aircon/sec1_deco2.png") center/cover;
}
#sec1 .sec1-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 447px;
}
#sec1 .sec1-row .sec1-col {
  width: 31%;
}
#sec1 .sec1-row .sec1-col h3 {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 4px;
  margin-top: 8px;
}
#sec1 .sec1-row .sec1-col ul li {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}
#sec1 .sec1-row .sec1-col ul.blue1 li {
  background: #62CAC3;
}
#sec1 .sec1-row .sec1-col ul.yellow li {
  background: #FFFF00;
  color: #000;
}
#sec1 .sec1-row .sec1-col ul.blue2 li {
  background: #85BDE7;
}
#sec1 .sec1-map {
  width: 100%;
  margin: -323px 0px 0px;
}
#sec1 .sec1-box {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #80D4CE;
  margin: 85px 0px 0px;
  width: 100%;
}
#sec1 .sec1-box .sec1-row2 {
  background: #80D4CE;
  color: #fff;
  position: relative;
  padding: 30px 4% 15px;
  display: flex;
  justify-content: space-between;
}
#sec1 .sec1-box .sec1-row2 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  padding: 14px 0px;
  width: 70%;
  border-right: 2px solid #fff;
}
#sec1 .sec1-box .sec1-row2 h4 span {
  color: #FF0000;
  font-weight: 400;
}
#sec1 .sec1-box .sec1-row2 h4:last-child {
  width: 30%;
  border: none;
}
#sec1 .sec1-box .sec1-box2 {
  position: relative;
  padding: 20px 4% 18px;
}
#sec1 .sec1-box .sec1-box2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 68%;
  width: 2px;
  background: #80D4CE;
  height: 100%;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 {
  display: flex;
  justify-content: space-between;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3:last-child dl {
  border-bottom: none;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3:last-child .sec1-txt {
  border-bottom: none;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 dl {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #80D4CE;
  min-height: 50px;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 dl dt {
  text-align: center;
  width: 42%;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 dl dd {
  width: 52%;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 .sec1-txt {
  width: 25%;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #80D4CE;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
#sec1 .sec1-box .sec1-box2 .sec1-row3 .sec1-txt span {
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec1 .sec1-box .sec1-box2 {
    padding: 20px 2% 18px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    margin: -20px 0px 0px;
    padding: 80px 0px 120px;
    background-size: 30%, 45%, 50%, 40%, 45%;
    background-position: top right, top 138vw right, top 129vw left, bottom 40vw left, bottom 6vw right;
  }
  #sec1 h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #sec1 h2 span {
    font-size: 16px;
  }
  #sec1 h2::before {
    width: 60px;
    height: 54px;
    left: -30px;
  }
  #sec1 h2::after {
    width: 26px;
    height: 63px;
    top: 32px;
    right: -34px;
  }
  #sec1 .sec1-row {
    margin: 0px auto;
  }
  #sec1 .sec1-row .sec1-col {
    width: 32%;
  }
  #sec1 .sec1-row .sec1-col h3 {
    font-size: 13px;
  }
  #sec1 .sec1-map {
    margin: 20px -4% 0px;
    width: auto;
  }
  #sec1 .sec1-box {
    margin: 20px 0px 0px;
  }
  #sec1 .sec1-box .sec1-row2 {
    padding: 16px 2% 10px;
  }
  #sec1 .sec1-box .sec1-row2 h4 {
    font-size: 14px;
    width: 70%;
    padding: 8px 0px;
  }
  #sec1 .sec1-box .sec1-row2 h4 span {
    font-size: 12px;
  }
  #sec1 .sec1-box .sec1-row2 h4:last-child {
    width: 34%;
  }
  #sec1 .sec1-box .sec1-box2 {
    padding: 20px 2% 24px;
  }
  #sec1 .sec1-box .sec1-box2::before {
    left: 66%;
  }
  #sec1 .sec1-box .sec1-box2 .sec1-row3 dl {
    display: block;
    width: 64%;
    min-height: unset;
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  #sec1 .sec1-box .sec1-box2 .sec1-row3 dl dt {
    width: 100%;
    text-align: left;
  }
  #sec1 .sec1-box .sec1-box2 .sec1-row3 dl dd {
    margin-top: 4px;
    width: 100%;
  }
  #sec1 .sec1-box .sec1-box2 .sec1-row3 .sec1-txt {
    width: 30%;
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    min-height: unset;
  }
  #sec1 .sec1-box .sec1-box2 .sec1-row3 .sec1-txt span {
    font-size: 13px;
  }
}

#sec2 {
  position: relative;
  background: #85BDE7;
  padding: 140px 0px 40px;
  z-index: 1;
  color: #fff;
}
#sec2 .wrap {
  max-width: 1080px;
}
#sec2::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0px;
  width: 100%;
  height: 250px;
  background: url("../img/aircon/bg_blue1.png") top center/100% 100%;
}
#sec2 h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 55px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
#sec2 h2 span {
  display: inline-block;
  position: relative;
  font-size: 27px;
  margin-bottom: 24px;
  font-weight: 400;
}
#sec2 h2 span::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 5px;
  background: url("../img/aircon/sec2_line.png") center/cover;
}
#sec2 h2::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 167px;
  width: 53px;
  height: 82px;
  background: url("../img/aircon/sec2_deco1.png") center/cover;
}
#sec2 h2::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 144px;
  width: 103px;
  height: 132px;
  background: url("../img/aircon/sec2_deco2.png") center/cover;
}
#sec2 .sec2-row {
  display: flex;
  gap: 2%;
}
#sec2 .sec2-row .sec2-box {
  flex: 1;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 32px 2% 28px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
#sec2 .sec2-row .sec2-box .sec2-img {
  width: 100%;
  margin: 0px auto;
}
#sec2 .sec2-row .sec2-box .sec2-img img {
  width: 100%;
  height: auto;
  max-width: unset;
}
#sec2 .sec2-row .sec2-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #29ABE2;
  margin: 13px 0px 9px;
}
#sec2 .sec2-row .sec2-box .sec2-txt {
  width: 80%;
  margin: 0px auto;
}
#sec2 .sec2-row .sec2-box .sec2-txt span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 80px 0px 30px;
  }
  #sec2::before {
    background-image: url("../img/aircon/bg_blue1_sp.png");
    height: 100px;
    top: -90px;
  }
  #sec2 h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #sec2 h2 span {
    font-size: 16px;
  }
  #sec2 h2::before {
    width: 26px;
    height: 40px;
    left: 39px;
    top: -4px;
  }
  #sec2 h2::after {
    width: 51px;
    height: 63px;
    top: -28px;
    right: 34px;
  }
  #sec2 .sec2-row {
    display: block;
  }
  #sec2 .sec2-row .sec2-box {
    width: 100%;
    padding: 24px 5% 20px;
    margin: 0px 0px 30px;
  }
  #sec2 .sec2-row .sec2-box .sec2-txt {
    width: 90%;
  }
}

#sec3 {
  background: url("../img/aircon/sec3_deco1.png") no-repeat top 36px left 6%, #85BDE7;
  overflow: hidden;
}
#sec3 .wrap {
  padding: 75px 20px 110px;
  background: url("../img/aircon/sec3_deco4.png") no-repeat bottom right;
}
#sec3 .sec3-bg {
  position: relative;
  width: 910px;
  height: 910px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #DFF2FC;
  margin: 0px auto;
}
#sec3 .sec3-bg::before {
  content: "";
  position: absolute;
  top: 77px;
  right: 81px;
  width: 163px;
  height: 89px;
  background: url("../img/aircon/sec3_deco2.png") center/cover;
  z-index: 1;
}
#sec3 .sec3-bg::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 10px;
  width: 126px;
  height: 297px;
  background: url("../img/aircon/sec3_deco3.png") center/cover;
}
#sec3 .sec3-bg h2 {
  text-align: center;
  font-size: 40px;
  color: #0071BC;
  font-weight: 700;
  line-height: 1.4;
}
#sec3 .sec3-bg h2 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  padding: 0px 20px;
  color: #fff;
  border-radius: 20px;
  background-color: #62CAC3;
}
#sec3 .sec3-bg .sec3-img {
  max-width: 987px;
  margin: 23px -6% -10px -3.5%;
}
#sec3 .sec3-bg .sec3-txt {
  width: 100%;
  max-width: 550px;
  margin: 0px auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
#sec3 .sec3-bg .sec3-txt span {
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  #sec3 .sec3-bg {
    margin: 0px -2vw;
    width: 100vw;
    height: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    background-size: 20%;
    background-position: top left 3%;
  }
  #sec3 .wrap {
    background-size: 35%;
    padding: 30px 0px 50px;
  }
  #sec3 .sec3-bg {
    width: 140vw;
    height: 140vw;
    margin: 0px -20vw;
  }
  #sec3 .sec3-bg::before {
    top: -15px;
    right: 25vw;
    width: 87px;
    height: 47px;
  }
  #sec3 .sec3-bg::after {
    bottom: -13px;
    left: 19vw;
    width: 61px;
    height: 148px;
  }
  #sec3 .sec3-bg h2 {
    font-size: 24px;
  }
  #sec3 .sec3-bg h2 span {
    font-size: 16px;
    line-height: 30px;
  }
  #sec3 .sec3-bg .sec3-img {
    width: 98vw;
    margin: 23px auto 10px;
  }
  #sec3 .sec3-bg .sec3-txt {
    font-size: 16px;
    width: 85vw;
    line-height: 1.5;
  }
  #sec3 .sec3-bg .sec3-txt span {
    font-size: 13px;
  }
}

#sec4 {
  background: #85BDE7;
  padding: 102px 0px 60px;
  color: #fff;
}
#sec4 h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
}
#sec4 .sec4-txt {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  margin: 4px 0px 36px;
}
#sec4 .sec4-video {
  margin: 0px auto;
  width: 100%;
  max-width: 820px;
  height: 460px;
}
#sec4 .sec4-video iframe {
  width: 100%;
  height: 100%;
}
#sec4 .wrap {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 52px 0px;
  }
  #sec4 h2 {
    font-size: 24px;
  }
  #sec4 .sec4-txt {
    font-size: 16px;
    line-height: 24px;
  }
  #sec4 .sec4-video {
    height: 300px;
  }
}

#sec5 {
  position: relative;
  background: url("../img/aircon/sec5_deco1.png") no-repeat top right 6%, #85BDE7;
  padding: 115px 0px 120px;
  z-index: 1;
}
#sec5::before {
  content: "";
  position: absolute;
  bottom: -148px;
  width: 100%;
  height: 149px;
  background: url("../img/aircon/bg_blue2.png") bottom center/100% 100%;
}
#sec5 .wrap {
  max-width: 950px;
}
#sec5 .sec5-row {
  position: relative;
}
#sec5 .sec5-row::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 26px;
  width: 157px;
  height: 136px;
  background: url("../img/aircon/sec5_deco2.png") center/cover;
  z-index: 1;
}
#sec5 .sec5-row::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 202px;
  height: 214px;
  background: url("../img/aircon/sec5_deco3.png") center/cover;
}
#sec5 .sec5-row .sec5-box {
  background: url("../img/aircon/sec5_bg.png") center/100% 100%;
  box-sizing: border-box;
  color: #29ABE2;
  padding: 99px 11% 116px;
}
#sec5 .sec5-row .sec5-box h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 21px;
}
#sec5 .sec5-row .sec5-box h2 span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #29ABE2;
  line-height: 24px;
  margin-bottom: 4px;
  border-radius: 20px;
  padding: 0px 22px;
}
#sec5 .sec5-row .sec5-box ul {
  width: 63%;
  max-width: 400px;
}
#sec5 .sec5-row .sec5-box ul li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 12px;
}
#sec5 .sec5-row .sec5-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 13px;
  height: 13px;
  background: #29ABE2;
  border-radius: 50%;
  transform: translateY(-50%);
}
#sec5 .sec5-row .sec5-box .sec5-img1 {
  width: 37%;
  max-width: 288px;
  position: absolute;
  bottom: 137px;
  right: 8%;
}
#sec5 .sec5-row .sec5-box .sec5-img2 {
  width: 38%;
  max-width: 306px;
  position: absolute;
  bottom: 72px;
  right: 6%;
}
#sec5 .sec5-row.sec5-row2 {
  margin: 75px 0px 0px;
}
#sec5 .sec5-row.sec5-row2::before {
  width: 193px;
  height: 195px;
  background-image: url("../img/aircon/sec5_deco4.png");
  top: -22px;
  left: -20px;
}
#sec5 .sec5-row.sec5-row2::after {
  width: 125px;
  height: 139px;
  background-image: url("../img/aircon/sec5_deco5.png");
  top: -28px;
  right: -18px;
}
#sec5 .sec5-row.sec5-row2 .sec5-box::before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: -73px;
  width: 129px;
  height: 92px;
  background: url("../img/aircon/sec5_deco6.png") center/cover;
  z-index: 1;
}
#sec5 .sec5-row.sec5-row2 .sec5-box::after {
  content: "";
  position: absolute;
  bottom: -125px;
  right: -20px;
  width: 167px;
  height: 80px;
  background: url("../img/aircon/sec5_deco7.png") center/cover;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 80px 0px 100px;
    background-size: 14%;
  }
  #sec5::before {
    bottom: -78px;
    height: 89px;
    background-image: url("../img/aircon/bg_blue2_sp.png");
  }
  #sec5 .sec5-row::before {
    top: -42px;
    left: 0;
    width: 107px;
    height: 91px;
  }
  #sec5 .sec5-row::after {
    top: -24px;
    right: 10px;
    width: 107px;
    height: 114px;
  }
  #sec5 .sec5-row .sec5-box {
    padding: 60px 6% 40px;
    border-radius: 100px;
    background: #DFF2FC;
  }
  #sec5 .sec5-row .sec5-box h2 {
    font-size: 24px;
  }
  #sec5 .sec5-row .sec5-box ul {
    width: 100%;
    max-width: unset;
  }
  #sec5 .sec5-row .sec5-box ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  #sec5 .sec5-row .sec5-box .sec5-img1 {
    width: 80%;
    margin: 20px auto 0px;
    position: relative;
    inset: 0;
    max-width: unset;
    text-align: center;
  }
  #sec5 .sec5-row .sec5-box .sec5-img2 {
    text-align: center;
    max-width: unset;
    width: 80%;
    margin: 20px auto 0;
    inset: 0;
    position: relative;
  }
  #sec5 .sec5-row.sec5-row2::before {
    width: 103px;
    height: 105px;
    top: -27px;
    left: 0;
  }
  #sec5 .sec5-row.sec5-row2::after {
    width: 63px;
    height: 70px;
    top: -12px;
    right: 0;
  }
  #sec5 .sec5-row.sec5-row2 .sec5-box::before {
    bottom: 2px;
    left: -10px;
    width: 89px;
    height: 62px;
  }
  #sec5 .sec5-row.sec5-row2 .sec5-box::after {
    bottom: -120px;
    right: 0;
    width: 127px;
    height: 60px;
  }
}

.bg-dots {
  background: url("../img/aircon/bg_dot.png") repeat top left;
}

#sec6 {
  padding: 300px 0px 185px;
}
#sec6 .wrap {
  max-width: 1040px;
}
#sec6 h2 {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #0071BC;
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#sec6 h2::before, #sec6 h2::after {
  content: "";
  position: absolute;
  top: 62%;
  left: -130px;
  transform: translateY(-50%);
  width: 42px;
  height: 53px;
  background: url("../img/aircon/sec6_deco1.png") center/cover;
}
#sec6 h2::after {
  left: auto;
  right: -130px;
  width: 45px;
  height: 71px;
  background-image: url("../img/aircon/sec6_deco2.png");
}
#sec6 h2 span {
  position: relative;
  font-size: 27px;
  font-weight: 400;
  color: #62CAC3;
  display: inline-block;
  margin-bottom: 10px;
}
#sec6 h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 5px;
  background: url("../img/aircon/sec6_line.png") center/cover;
}
#sec6 .sec6-txt1 {
  text-align: center;
  margin: 68px 0px 9px;
  font-size: 15px;
  line-height: 30px;
}
#sec6 h3 {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #0071BC;
  text-decoration: underline;
  font-size: 40px;
  text-decoration-thickness: 12px;
  text-underline-offset: -4px;
  text-decoration-color: #FFEE21;
}
#sec6 .sec6-txt2 {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  margin: 44px 0px 46px;
}
#sec6 .sec6-row1 {
  display: flex;
  justify-content: space-between;
}
#sec6 .sec6-img {
  width: 37%;
  text-align: center;
}
#sec6 .sec6-box1 {
  box-sizing: border-box;
  width: 29%;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #29ABE2;
  overflow: hidden;
  padding: 0px 0px 35px;
  text-align: center;
}
#sec6 .sec6-box1 h4 {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  padding: 12px 0px;
  background: #29ABE2;
  color: #fff;
  margin-bottom: 32px;
}
#sec6 .sec6-box1 .sec6-icon1 {
  width: 56%;
  margin: 0px auto 17px;
}
#sec6 .sec6-box1 .sec6-icon2 {
  width: 70%;
  margin: 0px auto 30px;
}
#sec6 .sec6-box1 .sec6-txt3 {
  margin: 0px auto 20px;
  font-size: 17px;
  line-height: 28px;
  padding: 0px 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #62CAC3;
  font-weight: 700;
  border-radius: 20px;
}
#sec6 .sec6-box1 .sec6-txt4 {
  font-weight: 700;
  color: #29ABE2;
  background-image: linear-gradient(#FFEE21, #FFEE21);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  background-position: 0 90%;
  text-align: center;
  font-size: 42px;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
#sec6 .sec6-box1 .sec6-txt4 span {
  font-size: 20px;
}
#sec6 .sec6-box1 .sec6-txt4 span span {
  font-size: 18px;
}
#sec6 .sec6-box11 {
  width: 58%;
}
#sec6 .sec6-box11 .sec6-icon {
  width: 36%;
  margin: 0px auto 10px;
}
#sec6 .sec6-txt5 {
  position: relative;
  width: 55%;
  margin: 22px 0px 97px auto;
  padding-left: 16px;
  font-size: 13px;
  line-height: 20px;
}
#sec6 .sec6-txt5 span {
  position: absolute;
  top: 0;
  left: 0;
}
#sec6 .sec6-row2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0px auto;
}
#sec6 .sec6-row2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  border-left: 1px solid #0071BC;
  transform: translateX(-50%);
}
#sec6 .sec6-row2 .sec6-box2 {
  width: 40%;
}
#sec6 .sec6-row2 .sec6-box2 h5 {
  text-align: center;
  font-weight: 700;
  color: #29ABE2;
  font-size: 30px;
  margin-bottom: 38px;
}
#sec6 .sec6-row2 .sec6-box2 h5 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  border: 1px solid #808080;
  background: #fff;
  padding: 0px 20px;
  margin-top: 12px;
  color: #000;
  font-weight: 400;
}
#sec6 .sec6-row2 .sec6-box2 .sec6-txt6 {
  font-size: 15px;
  line-height: 24px;
}
#sec6 .sec6-row2 .sec6-box2 .sec6-txt6 span {
  font-size: 13px;
}
#sec6 .sec6-row2 .sec6-box2 .sec6-btn a {
  display: block;
  width: 95%;
  margin: 33px auto 0px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #29ABE2;
  line-height: 28px;
  padding: 10px 8%;
  box-sizing: border-box;
  border-radius: 30px;
}
#sec6 .sec6-row2 .sec6-box2 .sec6-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  height: 15px;
  transform: translateY(-50%);
  background: url("../img/aircon/arrow1.png") center/cover;
}
@media screen and (min-width: 768px) {
  #sec6 .sec6-row2 .sec6-box2 .sec6-btn a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec6 .sec6-box1 .sec6-txt4 {
    font-size: 32px;
  }
  #sec6 .sec6-box1 .sec6-txt4 span {
    font-size: 18px;
  }
  #sec6 .sec6-box1 .sec6-txt4 span span {
    font-size: 14px;
  }
  #sec6 .sec6-row2 .sec6-box2 .sec6-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 200px 0px 100px;
  }
  #sec6 h2 {
    font-size: 28px;
  }
  #sec6 h2::before, #sec6 h2::after {
    width: 32px;
    height: 40px;
    left: -90px;
  }
  #sec6 h2::after {
    width: 31px;
    height: 49px;
    right: -90px;
    left: auto;
  }
  #sec6 h2 span {
    font-size: 16px;
  }
  #sec6 .sec6-txt1 {
    margin-top: 30px;
  }
  #sec6 h3 {
    font-size: 24px;
  }
  #sec6 .sec6-txt2 {
    margin: 20px 0px 30px;
  }
  #sec6 .sec6-row1 {
    display: block;
  }
  #sec6 .sec6-img {
    width: 100%;
  }
  #sec6 .sec6-box1 {
    width: 100% !important;
    margin: 30px auto;
  }
  #sec6 .sec6-box1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sec6 .sec6-box1 .sec6-txt4 {
    font-size: 30px;
  }
  #sec6 .sec6-box1 .sec6-txt4 span {
    font-size: 16px;
  }
  #sec6 .sec6-box1 .sec6-txt4 span span {
    font-size: 14px;
  }
  #sec6 .sec6-txt5 {
    width: 100%;
    margin: 20px 0px 60px;
  }
  #sec6 .sec6-row2 {
    display: block;
    width: 100%;
  }
  #sec6 .sec6-row2::before {
    display: none;
  }
  #sec6 .sec6-row2 .sec6-box2 {
    width: 100%;
    margin: 0px 0px 40px;
  }
  #sec6 .sec6-row2 .sec6-box2 h5 {
    font-size: 24px;
  }
}

#sec7 {
  padding: 32px 0px 170px;
}
#sec7 .wrap {
  max-width: 1040px;
  padding: 0px 20px;
}
#sec7 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0071BC;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -4px;
  text-decoration-color: #FFEE21;
  margin-bottom: 84px;
}
#sec7 .sec7-box {
  box-sizing: border-box;
  border-radius: 30px;
  background: #E2F7F7;
  padding: 0px 4%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
#sec7 .sec7-box .sec7-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 40px 0px;
  align-items: center;
  flex: 1;
}
#sec7 .sec7-box .sec7-col .sec7-txt1, #sec7 .sec7-box .sec7-col .sec7-txt11 {
  font-size: 20px;
  width: 90%;
  margin: 0px auto 47px;
  text-align: center;
  background: #fff;
  color: #29ABE2;
  line-height: 50px;
  font-weight: 700;
  border-radius: 30px;
}
#sec7 .sec7-box .sec7-col .sec7-txt11 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 30px;
  color: #FF7BAC;
}
#sec7 .sec7-box .sec7-col .sec7-txt2 {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #808080;
  width: 100%;
}
#sec7 .sec7-box .sec7-col .sec7-txt2.last {
  margin-bottom: 0;
  border-bottom: none;
}
#sec7 .sec7-box .sec7-col .sec7-txt3 {
  line-height: 35px;
  font-size: 30px;
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #fff;
  font-weight: 600;
  text-align: center;
  width: 60%;
}
#sec7 .sec7-box .sec7-col .sec7-txt3 span {
  font-size: 20px;
}
#sec7 .sec7-box .sec7-col .sec7-txt3.last {
  border-bottom: none;
  margin-bottom: 0;
}
#sec7 .sec7-box .sec7-col.sec7-col2 {
  flex: 2;
  background: #80D4CE;
  margin: -8px 0px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: calc(100% + 16px);
  padding: 48px 0px 42px;
}
#sec7 .sec7-txt4 {
  margin: 4px 0px 0px;
  text-align: right;
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #sec7 .sec7-box .sec7-col.sec7-col1 {
    width: 20%;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt2 {
    font-size: 16px;
  }
  #sec7 .sec7-txt4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 0px 1% 80px;
  }
  #sec7 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #sec7 .sec7-box {
    padding: 0px;
    display: block;
    padding: 16px 0px;
  }
  #sec7 .sec7-box .sec7-col {
    width: 100% !important;
    flex-direction: row;
    margin: 0px 0px 10px;
    align-items: center;
    padding: 12px 2%;
    gap: 2%;
    justify-content: space-between;
    margin: 0px;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt1, #sec7 .sec7-box .sec7-col .sec7-txt11 {
    font-size: 14px;
    width: 30%;
    margin: 0px;
    border-radius: 15px;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt11 {
    font-size: 16px;
    width: 34%;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 14px;
    width: 26%;
    line-height: 1.5;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt3 {
    font-size: 16px;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 30%;
  }
  #sec7 .sec7-box .sec7-col .sec7-txt3 span {
    font-size: 14px;
  }
  #sec7 .sec7-box .sec7-col.sec7-col2 {
    height: auto;
    margin: 0px -10px;
    width: calc(100% + 20px) !important;
    padding: 16px calc(2% + 10px);
  }
  #sec7 .sec7-txt4 {
    text-align: left;
  }
}

#sec8 {
  padding: 0px 0px 300px;
}
#sec8 .wrap {
  max-width: 1040px;
}
#sec8 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0071BC;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -4px;
  text-decoration-color: #FFEE21;
  margin-bottom: 80px;
}
#sec8 .sec8-txt1 {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  margin: 44px 0px 42px;
}
#sec8 .sec8-row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec8 .sec8-row1 .sec8-box1 {
  border-radius: 30px;
  width: 46%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #29ABE2;
  padding: 48px 2% 42px;
  margin-bottom: 52px;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-img1 {
  width: 100%;
}
#sec8 .sec8-row1 .sec8-box1 h3 {
  text-align: center;
  font-weight: 700;
  color: #29ABE2;
  margin: 22px 0px 12px;
  font-size: 30px;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-txt2 {
  font-size: 15px;
  line-height: 24px;
  width: 85%;
  margin: 0px auto;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-txt2.h-100 {
  min-height: 100px;
}
#sec8 .sec8-row1 .sec8-box1 h4 {
  display: inline-block;
  margin: 16px 8% 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  padding: 0px 20px;
  background: #29ABE2;
  color: #fff;
  border-radius: 30px;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-list {
  width: 85%;
  margin: 0px auto;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-list li {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  padding-left: 16px;
  margin-bottom: 4px;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #29ABE2;
  transform: translateY(-50%);
}
#sec8 .sec8-row1 .sec8-box1 .sec8-txt3 {
  text-align: right;
  font-size: 42px;
  font-weight: 700;
  text-align: right;
  color: #29ABE2;
  background-image: linear-gradient(#FFEE21, #FFEE21);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  background-position: 0 90%;
  margin: 38px 0px 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-txt3 span {
  font-size: 20px;
}
#sec8 .sec8-row1 .sec8-box1 .sec8-txt3 span span {
  font-size: 18px;
}
#sec8 .sec8-box2 {
  position: relative;
  margin: 0px -30px;
  border-radius: 30px;
  padding: 90px 4% 54px;
  background: #91D7E2;
}
#sec8 .sec8-box2::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 7%;
  width: 129px;
  height: 129px;
  background: url("../img/aircon/sec8_deco1.png") center/cover;
  z-index: 1;
}
#sec8 .sec8-box2::after {
  content: "";
  position: absolute;
  bottom: -63px;
  left: 0px;
  width: 182px;
  height: 160px;
  background: url("../img/aircon/sec8_deco3.png") center/cover;
}
#sec8 .sec8-box2 h4 {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: #FF7BAC;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 71px;
}
#sec8 .sec8-box2 h4 span {
  position: relative;
}
#sec8 .sec8-box2 h4 i {
  position: absolute;
  width: 144px;
  z-index: 1;
  display: block;
  top: -62px;
  left: -38%;
}
#sec8 .sec8-box2 h4::before {
  content: "";
  position: absolute;
  top: -125px;
  right: -46px;
  width: 163px;
  height: 159px;
  background: url("../img/aircon/sec8_deco2.png") center/cover;
  z-index: 1;
}
#sec8 .sec8-box2 .sec8-row2 {
  display: flex;
  justify-content: space-between;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  background: #FFFEEE;
  border-radius: 20px;
  padding: 30px 3% 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 h5 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
  padding-bottom: 23px;
  background: url("../img/aircon/sec8_line.png") repeat-x bottom left/auto 12px;
  margin-bottom: 12px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt4 {
  position: absolute;
  top: -49px;
  right: -3%;
  z-index: 1;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt4.sec8-txt41 {
  right: -8%;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row3 {
  display: flex;
  gap: 8px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt5 {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  border: 2px solid #62CAC3;
  background: #fff;
  padding: 18px;
  line-height: 24px;
  padding: 10px 10px;
  font-weight: 700;
  color: #000;
  position: relative;
  text-align: center;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt5:first-child {
  padding: 10px 20px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt5:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 27px;
  height: 26px;
  transform: translateY(-50%);
  background: url("../img/aircon/sec8_add.png") center/cover;
  z-index: 1;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt8 {
  width: 100%;
  border-radius: 15px;
  border: 2px solid #62CAC3;
  background: #fff;
  padding: 18px;
  line-height: 24px;
  padding: 10px 4%;
  font-weight: 700;
  color: #000;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 13px 0px 0px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 {
  position: relative;
  line-height: 1.2;
  font-size: 12px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 3%;
  width: 100%;
  height: 2px;
  background: #FF0000;
  transform: rotate(-17deg);
  z-index: 1;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 span {
  font-size: 30px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 span small {
  font-size: 15px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 span span {
  font-size: 18px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 {
  text-align: center;
  color: #FF7BAC;
  font-weight: 700;
  font-size: 55px;
  line-height: 32px;
  margin: -23px 0px 0px;
  background-image: linear-gradient(#FFEE21, #FFEE21);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  background-position: 0 98%;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 small {
  font-size: 26px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 span {
  color: #000;
  font-size: 19px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-btn a {
  display: block;
  margin: 20px auto 0px;
  background: #62CAC3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  border-radius: 20px;
  position: relative;
  width: 80%;
  max-width: 171px;
}
#sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-btn a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../img/aircon/arrow2.png") center/cover;
  top: 2px;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #sec8 .sec8-box2 h4 i {
    left: 12%;
  }
  #sec8 .sec8-box2 .sec8-row2 {
    display: block;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 {
    width: 75%;
    margin: 0px auto 60px;
    padding: 30px 5% 16px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #sec8 {
    padding: 0px 0px 150px;
  }
  #sec8 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #sec8 .sec8-txt1 {
    text-align: left;
    margin: 30px 0px 30px;
  }
  #sec8 .sec8-row1 {
    display: block;
  }
  #sec8 .sec8-row1 .sec8-box1 {
    width: 100%;
    margin: 0px 0px 40px;
    padding: 36px 4% 32px;
  }
  #sec8 .sec8-row1 .sec8-box1 h3 {
    font-size: 20px;
  }
  #sec8 .sec8-row1 .sec8-box1 .sec8-txt2.h-100 {
    min-height: unset;
  }
  #sec8 .sec8-row1 .sec8-box1 .sec8-txt3 {
    font-size: 36px;
  }
  #sec8 .sec8-row1 .sec8-box1 .sec8-txt3 span {
    font-size: 16px;
  }
  #sec8 .sec8-row1 .sec8-box1 .sec8-txt3 span span {
    font-size: 14px;
  }
  #sec8 .sec8-box2 {
    margin: 0px;
    padding: 60px 4% 50px;
  }
  #sec8 .sec8-box2::before {
    top: -40px;
    left: 0;
    width: 80px;
    height: 80px;
  }
  #sec8 .sec8-box2::after {
    bottom: -40px;
    width: 100px;
    height: 90px;
  }
  #sec8 .sec8-box2 h4 {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 50px;
  }
  #sec8 .sec8-box2 h4 i {
    width: 100px;
    left: -42%;
    top: -48px;
  }
  #sec8 .sec8-box2 h4::before {
    top: -80px;
    right: -10px;
    width: 92px;
    height: 90px;
  }
  #sec8 .sec8-box2 .sec8-row2 {
    display: block;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 {
    width: 100%;
    margin: 0px 0px 40px;
    padding: 30px 4% 16px;
    display: block;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 h5 {
    font-size: 18px;
    background-size: auto 10px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt4 {
    width: 39%;
    top: -17px;
    right: -2%;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt4.sec8-txt41 {
    width: 42%;
    right: -6%;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt5, #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-txt8 {
    font-size: 14px;
    line-height: 20px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 {
    font-size: 10px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 span {
    font-size: 24px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt6 span span {
    font-size: 16px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 {
    font-size: 36px;
    margin-top: -17px;
    line-height: 26px;
    background-position: 0 98%;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 span {
    font-size: 16px;
  }
  #sec8 .sec8-box2 .sec8-row2 .sec8-box3 .sec8-row4 .sec8-txt7 small {
    font-size: 30px;
  }
}

#sec9 {
  background: url("../img/aircon/sec9_deco1.png") no-repeat top 175px left -40px, url("../img/aircon/sec9_deco2.png") no-repeat top 155px right -30px, url("../img/aircon/sec9_bg.png") top center/100% 100%;
  position: relative;
  margin: -90px 0px 0px;
  padding: 262px 0px 0px;
  overflow: hidden;
}
#sec9 h2 {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #0071BC;
  margin: 0px auto 92px;
  width: -moz-fit-content;
  width: fit-content;
}
#sec9 h2::before, #sec9 h2::after {
  content: "";
  position: absolute;
  top: 46%;
  left: -68px;
  transform: translateY(-50%);
  width: 78px;
  height: 46px;
  background: url("../img/aircon/sec9_icon1.png") center/cover;
}
#sec9 h2::after {
  top: 56%;
  left: auto;
  right: -80px;
  width: 75px;
  height: 79px;
  background-image: url("../img/aircon/sec9_icon2.png");
}
#sec9 h2 span {
  position: relative;
  font-size: 27px;
  font-weight: 400;
  color: #62CAC3;
  display: inline-block;
  margin-bottom: 10px;
}
#sec9 h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 6px;
  background: url("../img/aircon/sec9_line.png") center/cover;
}
#sec9 .wrap {
  max-width: 1000px;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}
#sec9 .sec9-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 125px;
}
#sec9 .sec9-row.sec9-row3 {
  align-items: flex-start;
}
#sec9 .sec9-row.sec9-row3 .sec9-col {
  margin-top: 20px;
}
#sec9 .sec9-row.linedots::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 55%;
  transform: translateX(-50%);
  width: 642px;
  height: 753px;
  background: url("../img/aircon/sec9_line2.png") center/cover;
  z-index: 1;
}
#sec9 .sec9-row.linedots2::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 55%;
  transform: translateX(-50%);
  width: 625px;
  height: 513px;
  background: url("../img/aircon/sec9_line3.png") center/cover;
  z-index: 1;
}
#sec9 .sec9-row:last-child {
  margin-bottom: 0px !important;
}
#sec9 .sec9-row .sec9-img {
  position: relative;
  width: 38%;
  max-width: 351px;
}
#sec9 .sec9-row .sec9-img img {
  position: relative;
  z-index: 2;
}
#sec9 .sec9-row .sec9-img i {
  position: absolute;
  z-index: 3;
  font-size: 66px;
  width: 123px;
  height: 123px;
  background: #29ABE2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  top: -12px;
  left: 0;
  border-radius: 50%;
  line-height: 1;
}
#sec9 .sec9-row .sec9-img1::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 180px;
  height: 181px;
  background: url("../img/aircon/sec9_deco3.png") center/cover;
}
#sec9 .sec9-row .sec9-img2::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 165px;
  height: 164px;
  background: url("../img/aircon/sec9_deco4.png") center/cover;
  z-index: -1;
}
#sec9 .sec9-row .sec9-col3 {
  position: relative;
}
#sec9 .sec9-row .sec9-col3::before {
  content: "";
  position: absolute;
  bottom: -190px;
  left: -40px;
  width: 295px;
  height: 265px;
  background: url("../img/aircon/sec9_deco5.png") center/cover;
}
#sec9 .sec9-row .sec9-col7::before {
  content: "";
  position: absolute;
  bottom: 130px;
  left: -180px;
  width: 227px;
  height: 227px;
  background: url("../img/aircon/sec9_deco12.png") center/cover;
}
#sec9 .sec9-row .sec9-img6::before {
  content: "";
  position: absolute;
  top: -84px;
  right: -80px;
  width: 204px;
  height: 203px;
  background: url("../img/aircon/sec9_deco7.png") center/cover;
}
#sec9 .sec9-row .sec9-img6::after {
  content: "";
  position: absolute;
  bottom: -82px;
  right: 0px;
  width: 152px;
  height: 151px;
  background: url("../img/aircon/sec9_deco8.png") center/cover;
  z-index: -1;
}
#sec9 .sec9-row .sec9-img7::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -86px;
  width: 165px;
  height: 165px;
  background: url("../img/aircon/sec9_deco11.png") center/cover;
}
#sec9 .sec9-row .sec9-col {
  width: 50%;
  position: relative;
}
#sec9 .sec9-row .sec9-col h3 {
  color: #29ABE2;
  font-size: 30px;
  font-weight: 700;
}
#sec9 .sec9-row .sec9-col .sec9-txt1 {
  font-size: 16px;
  line-height: 21px;
  margin: 12px 0px 35px;
}
#sec9 .sec9-row .sec9-col .sec9-box1 {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #29ABE2;
  background: #fff;
  padding: 25px 4% 32px;
  position: relative;
  z-index: 1;
}
#sec9 .sec9-row .sec9-col .sec9-box1 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #29ABE2;
}
#sec9 .sec9-row .sec9-col .sec9-box1 h4.mt-30 {
  margin-top: 30px;
}
#sec9 .sec9-row .sec9-col .sec9-box1 .sec9-txt2 {
  font-size: 16px;
  line-height: 21px;
}
#sec9 .sec9-row .sec9-col .sec9-box1 .sec9-img8 {
  margin: 16px auto 0px;
}
#sec9 .sec9-row.sec9-row2 {
  flex-direction: row-reverse;
}
#sec9 .sec9-btn a {
  position: relative;
  margin: 245px auto 0px;
  width: 95%;
  max-width: 530px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  background: #FF7BAC;
  line-height: 83px;
  border-radius: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  display: block;
  box-sizing: border-box;
}
#sec9 .sec9-btn a span {
  color: #FFFF00;
}
#sec9 .sec9-btn a::before {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 34px;
  height: 46px;
  transform: translateY(-50%);
  background: url("../img/aircon/sec9_icon3.png") center/cover;
}
@media screen and (min-width: 768px) {
  #sec9 .sec9-btn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
#sec9 .sec9-box5 {
  margin: 80px auto 0px;
  width: 100%;
  box-sizing: border-box;
  background: #F5FBFE;
  padding: 30px 5%;
  text-align: center;
}
#sec9 .sec9-box5 h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
#sec9 .sec9-box5 .sec9-tel {
  position: relative;
  margin: 40px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#sec9 .sec9-box5 .sec9-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
#sec9 .sec9-box5 .sec9-tel p {
  font-size: 32px;
  color: #29ABE2;
  line-height: 1.2;
  padding: 10px 1%;
  font-weight: 700;
}
#sec9 .sec9-box5 .sec9-tel i {
  width: 30px;
}
#sec9 .sec9-box5 .sec9-tel i img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec9 .sec9-row .sec9-img i {
    width: 100px;
    height: 100px;
    top: -5%;
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  #sec9 {
    padding: 160px 0px 40px;
    margin: -50px 0px 0px;
    background: url("../img/aircon/sec9_deco1.png") no-repeat top 60px left -6vw/36%, url("../img/aircon/sec9_deco2.png") no-repeat top 70px right -4vw/20%, url("../img/aircon/sec9_bg_sp.png") top center/cover;
  }
  #sec9 h2 {
    font-size: 24px;
    margin-bottom: 64px;
  }
  #sec9 h2::before, #sec9 h2::after {
    width: 40px;
    height: 21px;
    left: -22px;
  }
  #sec9 h2::after {
    width: 41px;
    height: 49px;
    right: -20px;
    left: auto;
    top: 25%;
  }
  #sec9 h2 span {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #sec9 .sec9-row {
    display: block;
    margin-bottom: 60px;
  }
  #sec9 .sec9-row::before {
    display: none !important;
  }
  #sec9 .sec9-row .sec9-img {
    margin: 0px auto 30px;
    width: 85%;
  }
  #sec9 .sec9-row .sec9-img i {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }
  #sec9 .sec9-row .sec9-img1::before {
    width: 120px;
    height: 120px;
    bottom: -40px;
  }
  #sec9 .sec9-row .sec9-img2::before {
    width: 110px;
    height: 110px;
    bottom: -20px;
  }
  #sec9 .sec9-row .sec9-img7::before {
    width: 100px;
    height: 100px;
    left: -40px;
    bottom: -10px;
  }
  #sec9 .sec9-row .sec9-col3::before {
    width: 110px;
    height: 110px;
    bottom: -50px;
  }
  #sec9 .sec9-row .sec9-col7::before {
    width: 180px;
    height: 180px;
    left: -80px;
  }
  #sec9 .sec9-row .sec9-img6::before {
    width: 100px;
    height: 100px;
    top: -65px;
  }
  #sec9 .sec9-row .sec9-img6::after {
    width: 90px;
    height: 90px;
    bottom: -20px;
    right: -40px;
  }
  #sec9 .sec9-row .sec9-col {
    width: 100%;
  }
  #sec9 .sec9-row .sec9-col h3 {
    font-size: 24px;
  }
  #sec9 .sec9-row .sec9-col .sec9-box1 h4 {
    font-size: 18px;
  }
  #sec9 .sec9-btn a {
    margin: 100px auto 0px;
    font-size: 20px;
    line-height: 64px;
    width: 100%;
  }
  #sec9 .sec9-btn a::before {
    width: 22px;
    height: 26px;
  }
  #sec9 .sec9-box5 {
    padding: 30px 4%;
  }
  #sec9 .sec9-box5 h5 {
    font-size: 20px;
  }
  #sec9 .sec9-box5 .sec9-tel p {
    font-size: 24px;
  }
  #sec9 .sec9-box5 .sec9-tel i {
    width: 22px;
  }
}

#ft_fixed {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 10;
}
#ft_fixed p {
  height: 200px;
  background: #FF7BAC;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px 0 0 20px;
  position: relative;
  cursor: pointer;
}
#ft_fixed p span {
  color: #FFFF00;
}
#ft_fixed p::before {
  content: "";
  position: relative;
  width: 21px;
  height: 28px;
  display: inline-block;
  background: url("../img/aircon/sec9_icon3.png") center/cover;
  margin: 0px auto 8px;
}
@media screen and (min-width: 768px) {
  #ft_fixed p:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  #ft_fixed {
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  #ft_fixed p {
    height: auto;
    width: 100%;
    font-size: 20px;
    padding: 10px 0px;
    border-radius: 0;
  }
  #ft_fixed p::before {
    margin: 0px 8px 0px 0px;
    top: 6px;
  }
}/*# sourceMappingURL=aircon.css.map */
#sec6 .sec6-row2 .sec6-box2 h5 span.no-frame {
  border: none;
  background: transparent;
  padding: 0;
}