.content2 {
  max-width: 950px;
  padding: 0;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 900px) {
  .content2 {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 600px) {
  .content2 {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
}

.content2 .searcharea_title {
  background-color: #f5ff65;
  height: 5rem;
  width: 100%;
  position: relative;
}

.content2 .searcharea_title .plus {
  display: inline-block;
  color: #333;
  width: 2rem;
  height: 0.1em;
  background: #333333;
  border-radius: 0.1em;
  position: absolute;
  top: 50%;
  right: 3rem;
}

.content2 .searcharea_title .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content2 .checkbtnarea {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.content2 .searcharea.isopen .checkbtnarea {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.content2 .searcharea.isopen .plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.result h2:after,
.result h2:before {
  border-top: dashed 3px #96cd39;
}

.result .resultarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.result .resultarea .resultitem {
  width: 30%;
  margin-bottom: 5rem;
  margin-right: 4.5rem;
}

.result .resultarea .resultitem:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .result .resultarea .resultitem {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .result .resultarea .resultitem {
    margin-right: 6%;
    width: 47%;
  }

  .result .resultarea .resultitem:nth-child(3n) {
    margin-right: 6%;
  }

  .result .resultarea .resultitem:nth-child(2n) {
    margin-right: 0;
  }

  .result .resultarea .resultitem:nth-child(6n) {
    margin-right: 0;
  }
}

/* @media screen and (max-width: 430px) {
.result .resultarea .resultitem {
width: 40%;
}
} */
.result .resultarea .resultitem .result_img {
  width: 100%;
  height: 190px;
}

@media screen and (max-width: 600px) {
  .result .resultarea .resultitem .result_img {
    height: 110px;
  }
}

.result .resultarea .resultitem .result_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.result .resultarea .resultitem .result_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: flex-start;
  padding: 1rem;
}

@media screen and (max-width: 600px) {
  .result .resultarea .resultitem .result_txt {
    padding: 0.5rem 0;
  }
}

.result .resultarea .resultitem .result_txt .result_parkname {
  width: 80%;
  margin-right: 15px;
}

.result .resultarea .resultitem .result_txt .result_btn {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result .resultarea .resultitem .result_txt .result_btn .circle {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #96cd39;
}

.result .resultarea .resultitem .result_txt .result_btn .circle .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
  transform: translate(-60%, -50%) rotate(45deg);
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}

@media screen and (max-width: 600px) {
  .result .resultarea .resultitem .result_txt .result_btn .circle .arrow {
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
  }
}

/*# sourceMappingURL=list.css.map */
