@media only screen and (max-width: 767px) {
  .breakcum ul{
    width: 100%;
    flex-wrap: wrap;
  }
}
.self-consumption #key {
  background-image: url("../img/business/create/self-consumption/key.jpg");
}

.self-consumption .wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

@media only screen and (min-width: 768px) {
  .self-consumption .wrapper {
    padding: 0 30px;
  }
}

.self-consumption #sec1 {
  margin-top: 10vw;
}

.self-consumption #sec1 h2 {
  font-size: 5.2vw;
  letter-spacing: 0;
  color: #0068b7;
}

.self-consumption #sec1 .txt {
  margin: 6vw 0 8vw;
}

.self-consumption #sec1 .img {
  height: 70vw;
}

.self-consumption #sec1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .self-consumption #sec1 {
    margin-top: 90px;
  }
  .self-consumption #sec1 .box {
    max-width: 810px;
    width: 90%;
    background: #fff;
    padding: 0 60px 55px 0;
    position: relative;
    z-index: 1;
  }
  .self-consumption #sec1 h2 {
    font-size: 32px;
    line-height: 52px;
  }
  .self-consumption #sec1 .txt {
    margin: 30px 0 0;
  }
  .self-consumption #sec1 .img {
    width: 90%;
    height: 678px;
    margin: -295px 0 0 auto;
  }
}

@media only screen and (min-width: 1000px) {
  .self-consumption #sec1 .img {
    width: calc(50% + 417px);
  }
}

.self-consumption #sec2 {
  margin: 15vw 0;
}

.self-consumption #sec2 .box {
  background: #e8ecf0;
  padding: 6vw;
}

.self-consumption #sec2 h2 {
  font-size: 5.2vw;
  letter-spacing: 0;
  color: #0068b7;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .self-consumption #sec2 {
    margin: 100px 0 115px;
  }
  .self-consumption #sec2 h2 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .self-consumption #sec2 .box {
    padding: 40px 30px 50px 30px;
  }
  .self-consumption #sec2 .box ul{
    font-size: 18px;
  }
}

@media only screen and (min-width: 1000px) {
  .self-consumption #sec2 .box {
    padding: 40px 30px 50px 60px;
  }
}

.self-consumption #sec3 {
  padding-bottom: 10vw;
  position: relative;
  z-index: 0;
}

.self-consumption #sec3:before {
  content: '';
  background-image: url("../img/business/create/self-consumption/bg.jpg");
  background-repeat: no-repeat;
  background-size: 190%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.self-consumption #sec3 h2 {
  font-size: 5.2vw;
  letter-spacing: 0;
  color: #0068b7;
  margin-bottom: 4vw;
}

.self-consumption #sec3 .img {
  margin: 15vw auto 0;
  max-width: 1000px;
  width: 100%;
}

.self-consumption #sec3 .img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .self-consumption #sec3 {
    padding-bottom: 132px;
  }
  .self-consumption #sec3:before {
    background-size: 100%;
  }
  .self-consumption #sec3 h2 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .self-consumption #sec3 .img {
    margin-top: 130px;
  }
}

.self-consumption #sec4 {
  margin-top: 15vw;
}

.self-consumption #sec4 h2 {
  font-size: 5.2vw;
  letter-spacing: 0;
  color: #0068b7;
  margin-bottom: 6vw;
}

.self-consumption #sec4 h3 {
  margin-bottom: 13vw;
  position: relative;
}

.self-consumption #sec4 h3 a {
  display: block;
  width: 75%;
  font-size: 4.5vw;
  line-height: 7vw;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -8vw;
  z-index: 1;
  padding: 3vw 6% 3vw 0;
}

.self-consumption #sec4 h3 a:before {
  content: '';
  width: 6vw;
  background-image: url("../img/business/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.self-consumption #sec4 h3 a:hover {
  text-decoration: none;
}

.self-consumption #sec4 h3 a.onerow {
  bottom: -5vw;
}

@media only screen and (min-width: 768px) {
  .self-consumption #sec4 {
    margin-top: 90px;
  }
  .self-consumption #sec4 h2 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .self-consumption #sec4 .blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .self-consumption #sec4 h3 {
    width: 48%;
    height: 303px;
    margin-bottom: 76px;
  }
  .self-consumption #sec4 h3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .self-consumption #sec4 h3 a {
    width: auto;
    font-size: 20px;
    line-height: 34px;
    bottom: -45px;
    padding: 20px 55px 20px 30px;
    transition: 0.3s all ease-in-out;
  }
  .self-consumption #sec4 h3 a:before {
    width: 39px;
  }
  .self-consumption #sec4 h3 a:hover {
    opacity: 0.8;
  }
  .self-consumption #sec4 h3 a.onerow {
    bottom: -25px;
  }
}

@media only screen and (min-width: 1000px) {
  .self-consumption #sec4 h3 a {
    font-size: 24px;
    line-height: 38px;
  }
}
