/* 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);
  }
}
/* =============================================================================== searchArticle */
.searchArticle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: calc(80 * 100 / 1366 * 1vw);
}

.ssLeft, .ssRight {
  align-self: flex-start;
}

.ssLeft {
  width: 52.099533437%;
}

.ssRight {
  width: 42.3794712286%;
}

/* =============================================================================== searchMain */
.searchArticle__main {
  position: relative;
  padding-top: calc(170 * 100 / 1366 * 1vw);
  z-index: 2;
}

/* --------------------------------------- searchMain__target */
.searchMain__target {
  position: relative;
  margin-bottom: calc(35 * 100 / 1366 * 1vw);
}
.searchMain__target::before, .searchMain__target::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
}
.searchMain__target::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.searchMain__target::after {
  background-color: black;
  width: 0;
  left: auto;
  right: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.searchMain__target .btnIcon {
  position: absolute;
  top: 0;
  right: 0;
}

.searchMain__target--inner {
  position: relative;
  z-index: 1;
}

.searchMain__target--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* --------------------------------------- searchMain__target p */
.searchMain__target--p {
  font-size: min(font-vw(24), 24px);
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15em;
  padding-bottom: calc(35 * 100 / 1366 * 1vw);
}

/* =============================================================================== searchSub */
/* --------------------------------------- searchSub__block */
.searchSub__block {
  margin-bottom: calc(40 * 100 / 1366 * 1vw);
}

.searchSubTag__title, .searchSub__block--title {
  font-size: min(font-vw(18), 18px);
  line-height: 1;
  margin-bottom: calc(30 * 100 / 1366 * 1vw);
}

/* ============================================================= tagSearch__section */
.searchSubTag {
  /* --------------------------------------- tagSearch cateDot */
  /* --------------------------------------- tagSearch__link */
  /* --------------------------------------- cateNav__title hover */
}
.searchSubTag .tagSearch__section {
  white-space: nowrap;
  padding-right: 260px;
}
.searchSubTag .tagSearch__section--inner {
  position: relative;
  overflow: hidden;
}
.searchSubTag .hashNav .cateDot::after {
  content: "#";
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
}
.searchSubTag .hashNav .tagSearch__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.searchSubTag .hashNav .cateNav__title {
  position: relative;
}
.searchSubTag .hashNav .cateNav__title::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: rgba(var(--color-text), 1);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  left: auto;
  right: 0;
  width: 0;
}
.searchSubTag .cateNav__target {
  margin-bottom: 16px;
}

/* ============================================================================================ suggestBtn */
.suggestBtn__wrapper {
  position: relative;
}

/* ============================================================= input */
.suggestBtn input {
  height: 70px;
  padding: 20px 30px;
  border-radius: 10px;
}

/* ============================================================= #suggest */
#suggest {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid rgba(var(--color-text), 1);
  border-radius: 0 0 10px 10px;
}
#suggest > div {
  position: relative;
  height: 70px;
  font-size: min(font-vw(15), 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
#suggest > div::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 0;
  top: auto;
  bottom: 0;
  border-bottom: 1px dashed rgba(var(--color-text), 0.1);
}
#suggest > div.over {
  background-color: rgba(var(--color-text), 0.1);
}

/* --------------------------------------- suggestBtn__search */
.suggestBtn__search {
  position: absolute;
  width: 135px;
  height: 70px;
  top: 0;
  right: 0;
  background-color: rgba(var(--color-btnBg), 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.suggestBtn__search .searchBtn__inner {
  width: 100%;
  padding-right: 0;
}
.suggestBtn__search .icon--search .iconInner {
  background-color: #fff;
}
.suggestBtn__search .headerIcon {
  width: 25px;
}
.suggestBtn__search .headerBtn__title.searchBtn__title {
  font-size: 16px;
  color: #fff;
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .searchMain__target:hover::after, .searchMain__target:active::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .cateNav__link:hover, .cateNav__link:active {
    border-color: black;
    background-color: white;
  }
  .cateNav__link:hover .cateNav__title, .cateNav__link:active .cateNav__title {
    color: rgba(var(--color-text), 1);
  }
}
/* ============================================================================================ searchResult */
.searchResult .breadcrumb__text {
  max-width: 480px;
}

.searchResult__article {
  padding-top: calc(30 * 100 / 1366 * 1vw);
}/*# sourceMappingURL=search.css.map */