#contents.responsive .section1 {
  margin-bottom: 80px;
  position: relative;
}
#contents.responsive .section1::before {
  background-image: url(/products/port/point2/images/bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 897px;
  position: absolute;
  top: 0;
  left: 0;
  width: 449px;
  z-index: -1;
}
#contents.responsive .section1__btn {
  background: #E48844;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 304px;
}
#contents.responsive .section1__btn:hover {
  opacity: 0.8;
}
#contents.responsive .section1__img {
  display: block;
  margin: 40px 0 26px;
}
#contents.responsive .section1__img img {
  width: 100%;
}
#contents.responsive .section1__txtWrap {
  width: 550px;
}
#contents.responsive .section1__txt1 {
  font-size: 18px;
  margin-bottom: 8px;
}
#contents.responsive .section1__txt2 {
  font-size: 12px;
}
#contents.responsive .section1__txt3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section1 {
    margin-bottom: 40px;
  }
  #contents.responsive .section1::before {
    width: 203px;
    top: 281px;
  }
  #contents.responsive .section1__img {
    margin: 28px 0 20px;
  }
  #contents.responsive .section1__txtWrap {
    margin-bottom: 48px;
    width: 100%;
  }
  #contents.responsive .section1__txt1 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #contents.responsive .section1__txt2 {
    font-size: 12px;
  }
  #contents.responsive .section1__txt3 {
    font-size: 15px;
  }
  #contents.responsive .section1__btn {
    line-height: 60px;
    width: 100%;
  }
}


.section2 {
  margin-bottom: 80px;
}
.section2__img img {
  width: 100%;
}

.section3 {
  margin-bottom: 80px;
  position: relative;
}
#contents.responsive .section3::before {
  background-image: url(/products/port/point2/images/bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 897px;
  position: absolute;
  top: 0;
  right: 0;
  width: 449px;
  z-index: -1;
}
.section3__img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section3::before {
    height: 368px;
    top: 70px;
    width: 185px;
  }
}


.section4 {
  margin-bottom: 40px;
}
.section4__img {
  display: block;
  margin-bottom: 40px;
}
.section4__img img {
  width: 100%;
}
.section4__noteList {
  margin: 14px 0 19px;
}
.section4__noteItem {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
}
.section4__txtWrap {
  text-align: center;
}
.section4__txt1 {
  font-size: 14px;
}
.section4__txt2 {
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section4__img {
    margin-bottom: 50px;
  }
  .section4__noteList {
    margin: 20px 0 30px;
  }
  .section4__txt1 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .section4__txt2 {
    font-size: 12px;
  }
}