.search-age {
  width: 60%;
  margin: 0 auto;
}

.search-age .feature {
  width: 100%;
}

.search-age .headTitle_icon {
  font-size: 1.25rem;
  line-height: 2;
  border-left: 1px solid #000;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  width: auto;
  text-align: left;
}

.search-age .contentList_feature .contentListTitle,
.search-age .contentList_advantage .contentListTitle {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.search-age .contentList_feature .contentListSentence,
.search-age .contentList_advantage .contentListSentence {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: normal;
}

.search-age .contentList_advantage .contentListTitle::before {
  width: 100%;
}

.contentSectionWrapper.search-age .contentSubSection .contentListBtn {
  line-height: 60px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 346px;
}

@media (max-width: 767px){
  .search-age {
    width: 90%;
  }

  .search-age .contentList_feature .contentList-item::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .search-age .contentList_feature .contentList-item {
    padding-left: 0;
    padding-top: 220px;
  }

  .search-age .contentList_feature .contentListTitle,
  .search-age .contentList_advantage .contentListTitle {
    text-align: center;
  }
 

}

