/* hover
=================================================================== */
/* ================================================ vw */
/* ================================================ vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  /* =============================================================================== searchArticle */
  .searchArticle {
    display: block;
    margin-bottom: 21.3333333333vw;
  }
  .ssLeft {
    width: 100%;
    margin-bottom: 21.3333333333vw;
  }
  .ssRight {
    width: 100%;
  }
  /* =============================================================================== searchMain */
  .searchArticle__main {
    padding-top: 24vw;
    z-index: 3;
  }
  /* --------------------------------------- searchMain__target */
  .searchMain__target {
    margin-bottom: 8vw;
  }
  /* --------------------------------------- searchMain__target p */
  .searchMain__target--p {
    font-size: min(4.5333333333vw, 17px);
    padding-bottom: 6.6666666667vw;
  }
  /* =============================================================================== searchSub */
  /* --------------------------------------- searchSub__block */
  .searchSub__block {
    margin-bottom: 8vw;
  }
  .searchSubTag__title, .searchSub__block--title {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: 6.6666666667vw;
  }
  /* ============================================================= tagSearch__section */
  .searchSubTag {
    /* --------------------------------------- tagSearch cateDot */
    /* --------------------------------------- cateNav__title hover */
  }
  .searchSubTag .tagSearch__section {
    padding-right: 85px;
  }
  .searchSubTag .hashNav .cateDot::after {
    font-size: 14px;
    line-height: 8px;
  }
  .searchSubTag .cateNav__target {
    margin-bottom: 16px;
  }
  .search .cateNav__list {
    padding-left: 0;
    padding-right: 0;
  }
  /* ============================================================================================ suggestBtn */
  /* ============================================================= input */
  .suggestBtn input {
    font-size: 16px;
    height: 55px;
    padding: 20px 70px 20px 22px;
    border-radius: 7px;
  }
  /* ============================================================= #suggest */
  #suggest {
    border-radius: 0 0 7px 7px;
  }
  #suggest > div {
    height: 55px;
    font-size: min(3.4666666667vw, 13px);
    padding: 0 22px;
  }
  #suggest > div::after {
    width: calc(100% - 40px);
  }
  /* --------------------------------------- suggestBtn__search */
  .suggestBtn__search {
    width: 55px;
    height: 55px;
    border-radius: 7px;
  }
  .suggestBtn__search .headerBtn__title.searchBtn__title {
    font-size: 14px;
  }
  .suggestBtn__search .headerIcon {
    width: 30px;
  }
  /* ============================================================================================ searchResult */
  .searchResult .breadcrumb__text {
    max-width: 280px;
  }
  .searchResult__article {
    padding-top: 8vw;
  }
}/*# sourceMappingURL=search-sp.css.map */