/* h1 */
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("../font/RobotoCondensed-Bold.ttf");
}
/* p */
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url("../font/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("../font/Inter/Inter_28pt-Bold.ttf");
}
@font-face {
  font-family: Inter-Italic;
  src: url("../font/Inter/Inter_28pt-Italic.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../font/Inter/Inter_28pt-Regular.ttf");
}
#window-search-results {
  overflow-x: hidden !important;
}

.window-search-results {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.window-search-results .grid-item {
  margin-top: 0px;
}
.window-search-results .search-reasult-img {
  margin-top: 58px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
  justify-items: start;
  gap: 24px;
}
@media screen and (max-width: 1649px) {
  .window-search-results .search-reasult-img {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1399px) {
  .window-search-results .search-reasult-img {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .window-search-results .search-reasult-img {
    margin-top: 40px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .window-search-results .search-reasult-img {
    margin-top: 35px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .window-search-results .search-reasult-img {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .window-search-results .search-reasult-img {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.window-search-results .search-reasult-img .grid-item {
  width: 100%;
  aspect-ratio: 246/377;
}

#idTextSrchRsltWnd {
  margin-top: 80px;
}
#idTextSrchRsltWnd p {
  color: rgb(37, 57, 103);
  font-size: 34px;
  font-weight: 400;
  line-height: 41.15px;
}
@media screen and (max-width: 1649px) {
  #idTextSrchRsltWnd {
    margin-top: 70px;
  }
  #idTextSrchRsltWnd p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  #idTextSrchRsltWnd {
    margin-top: 60px;
  }
  #idTextSrchRsltWnd p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  #idTextSrchRsltWnd {
    margin-top: 50px;
  }
  #idTextSrchRsltWnd p {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  #idTextSrchRsltWnd {
    margin-top: 45px;
  }
  #idTextSrchRsltWnd p {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #idTextSrchRsltWnd {
    margin-top: 40px;
  }
  #idTextSrchRsltWnd p {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  #idTextSrchRsltWnd {
    margin-top: 35px;
  }
  #idTextSrchRsltWnd p {
    font-size: 18px;
  }
}

#idWinSearchResult {
  gap: 19px;
}
@media screen and (max-width: 1648px) {
  #idWinSearchResult .grid-item:nth-last-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  #idWinSearchResult .grid-item:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #idWinSearchResult .grid-item:nth-last-child(3) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #idWinSearchResult .grid-item:nth-last-child(4) {
    display: none;
  }
  #idWinSearchResult .grid-item:nth-last-child(5) {
    display: none;
  }
  #idWinSearchResult .grid-item:nth-last-child(6) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #idWinSearchResult .grid-item:nth-last-child(7) {
    display: none;
  }
}

.window-search-results-another-image {
  width: 100%;
  position: relative;
  margin-top: 46px;
  box-sizing: border-box;
}
.window-search-results-another-image p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 6px;
  border-bottom: 1px solid rgb(37, 57, 103);
  font-size: clamp(10px, 1.25vw, 24px);
  line-height: 29.05px;
  color: rgb(37, 57, 103);
}
.window-search-results-another-image .imgs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.window-search-results-another-image .grid-item {
  margin-top: 46px;
  width: 18.4%;
  border-radius: 20%;
  aspect-ratio: 142/200;
}
@media screen and (max-width: 1648px) {
  .window-search-results-another-image p {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1399px) {
  .window-search-results-another-image p {
    padding: 6px 3px;
  }
  .window-search-results-another-image .imgs .grid-item {
    width: 23%;
  }
  .window-search-results-another-image .imgs .grid-item:nth-last-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .window-search-results-another-image p {
    padding: 4px 2px;
  }
}
@media screen and (max-width: 991px) {
  .window-search-results-another-image p {
    padding: 2px 0px;
  }
  .window-search-results-another-image .imgs .grid-item {
    width: 31%;
  }
  .window-search-results-another-image .imgs .grid-item:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .window-search-results-another-image {
    margin-top: 20px;
  }
  .window-search-results-another-image p {
    font-size: 14px;
    padding: 1px 0px;
  }
}/*# sourceMappingURL=window_search_result.css.map */