section {
  padding: 8rem 0;
}

@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0;
  }
}
.main-vis {
  display: block;
  width: 100%;
  height: 600px;
  min-height: 600px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto;
  }
}
.main-vis__inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  background: url("../images/main.png") no-repeat right center;
  background-size: contain;
}
@media only screen and (max-width: 959px) {
  .main-vis__inner {
    max-width: 92%;
    height: 50rem;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__inner {
    max-width: none;
    height: 40rem;
    padding: 0 1.5rem;
    background-position: right top;
    background-size: 50%;
    align-items: center;
  }
}

.main-vis__txt {
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .main-vis__txt {
    font-size: 1.2rem;
  }
}

.main-vis__txt h1 {
  margin: 0 0 2rem;
  font-size: 15rem;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150px;
  letter-spacing: -5px;
}
@media only screen and (max-width: 959px) {
  .main-vis__txt h1 {
    font-size: 11rem;
    line-height: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__txt h1 {
    font-size: 5rem;
    line-height: 60px;
    letter-spacing: normal;
    text-align: center;
  }
}

.main-vis__txt .copy {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .main-vis__txt .copy {
    text-align: center;
    font-size: 2rem;
  }
}

.main-vis .btnBox {
  max-width: 50rem;
}
.main-vis .btnBox .btn {
  margin-top: 2rem;
}
.main-vis .btnBox .btn a {
  color: #fff;
  background: #ff9c00;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .main-vis .btnBox .btn a {
    font-size: 1.4rem;
    height: 4.5rem;
  }
}
.main-vis .btnBox .btn a:hover {
  background: #ffbb00;
}

@media only screen and (max-width: 767px) {
  .main-vis__btn {
    font-size: 1.2rem;
  }
}
.feature {
  color: #fff;
}

.feature::after {
  content: "";
  background: #60b9d1;
  width: 100%;
  height: 150vh;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.feature__list {
  justify-content: space-between;
}
.l-container .banner_request_wrap{
  margin-top: 2rem;
  padding: 0;
}
.feature__item {
  width: 23%;
}
.feature__item:hover {
  opacity: 0.7;
}

.feature__img img {
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.feature__desc {
  color: #fff;
  width: 85%;
  margin: 1rem auto 0;
}

.feature__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
}

.feature__txt {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .feature__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
  }

  .feature__item:nth-child(2n) {
    margin-right: 0;
  }
}
.result {
  background-image: url(../images/bg_search.png);
  background-repeat: no-repeat;
  background-position: right 17% top 3rem;
  background-size: 500px;
}
@media only screen and (max-width: 767px) {
  .result {
    background-image: none;
  }
}

.result__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result__list::after {
  content: "";
  display: block;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .result__list::after {
    width: 49%;
  }
}

.result__item {
  width: 32.5%;
  margin-bottom: 1%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .result__item {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 425px) {
  .result__item {
    width: 100%;
  }
}

.result__desc {
  width: 100%;
  padding: 1rem 2rem 2rem;
}
.result__desc .result__img {
  display: none;
}

.result__bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #cacaca;
  font-size: 1.2rem;
}

.result__star_wrap,
.result__price,
.sample_req,
.result__middle {
  display: none;
}

.btn__more {
  margin-top: 2rem;
  max-width: 23rem;
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 425px) {
  .btn__more {
    margin: 2rem auto 0;
  }
}

.btn__more a {
  height: 4rem;
  background: #fff;
  color: #61b8d0;
  border-radius: 5rem;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.btn__more a:hover {
  background-color: #e4f7fc;
}