.searchBtn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.searchBtn__img {
  width: 11.764705882%;
  margin-left: 5%;
}
.drawerMenu__crossImg {
  width: 10.47005rem;
}
.recommendList__text {
  display: block;
}
.keyword__link {
  cursor: pointer;
}
.keywordList {
	display: flex;
	flex-wrap: wrap;
  width: auto;
}
.keyword__heading {
  width: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyword__content {
  width: calc(100% - 23rem);
}
.topAbout {
  margin-top: 14.4rem;
}
.topAbout__inner {
  display: flex;
}
.topAbout__logo {
  width: 37.272727273%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topAbout__textWrap {
  width: 62.727272727%;
  font-size: 1.8rem;
}
.topAbout__text {
  line-height: 2.777777778;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.topAbout__logo img {
  width: 100%;
  max-width: 21.37225rem;
}
.trimImg,
.recommendImg__large img {
  width: 100%;
  height: auto;
}
.detailImg__thumbnailList_item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width:768px) {
  .topSearch .searchDetailList--purpose .searchDetailList__item:nth-of-type(n + 3){margin-top:2.9333333333vw}
  .keyword__content {
    width: 100%;
  }
  .topAbout {
    margin-top: 12vw;
  }
  .topAbout__logo {
    width: 100%;
    margin-top: 12.8vw;
  }
  .topAbout__inner {
    flex-direction: column-reverse;
  }
  .topAbout__logo img {
    max-width: 39.8629466667vw;
  }
  .topAbout__text {
    font-size: 3.2vw;
  }
  .topAbout__textWrap {
    width: 100%;
    text-align: center;
  }
  .detailImg__thumbnailList {
    display: flex;
    width: 92vw;
    margin: 4vw 4vw 0;
  }
  .detailImg {
    flex-direction: column;
  }
}