#page_search h1,
#page_search h2,
#page_search h3,
#page_search h4,
#page_search h5,
#page_search h6,
#page_search p,
#page_search a {
  padding: 0;
  margin: 0;
  line-height: 133%;
  color: #000;
}

#page_search h4 {
  line-height: 1;
}

#page_search h6 {
  display: flex;
  align-items: center;
}

#page_search a:hover {
  opacity: 0.7;
}

#page_search .posts .post .left .image_post img {
  transition: transform 0.5s ease-in-out;
}

#page_search .posts .post .left .image_post img:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

#page_search .post_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


#page_search .post_content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


#page_search {}

#page_search hr {
  margin: 1px 0px 0px 0px;
  padding: 0;
  background: var(--Samsung-Grayscale-4_AA, #AAA);
  height: 1px;
}

#recent_search .recent_search_container {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 105px 52px;
  gap: 48px;
  max-width: 1496px;
}

#recent_search .recent_search_container h2 {
  color: var(--Marketing-Samsung-Black, var(--Samsung-Primary-Black, #000));
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}


#page_search .posts {
  display: flex;
  flex-direction: column;
  gap: 53px;
}


#page_search .posts .post {
  display: flex;
  gap: 24px;
}

#page_search .posts .post .left {}


#page_search .posts .post .left .image_post {
  width: 240px;
  height: 135px;
  overflow: hidden;
}


#page_search .posts .post .left .image_post img {
  width: 240px;
  height: 135px;
  object-fit: cover;
}


#page_search .posts .post .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


#page_search .posts .post .right {
  display: flex;
  flex-direction: column;
}


#page_search .posts .post .right .search_detail {
  display: flex;
  gap: 8px;
}


#page_search .posts .post .right .search_detail .search h6 a {
  color: var(--Samsung-Primary-Black, #000);
  font-family: SamsungOne-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}


#page_search .posts .post .right .search_detail .search h6::after {
  content: "\A";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  display: inline-block;
  margin-left: 8px;
}


#page_search .posts .post .right .search_detail .time {
  font-family: SamsungOne-Normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 18.62px */
}


#page_search .posts .post .right .post_detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#page_search .posts .post .right .post_detail .post_title {}


#page_search .posts .post .right .post_detail .post_title h4 a {
  color: var(--Samsung-Primary-Black, #000);

  /* Samsung/PC/Title 2 Bold */
  font-family: SamsungOne-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  /* 31.92px */
}


#page_search .posts .post .right .post_detail .post_content {
  color: var(--Samsung-Primary-Black, #000);
  text-overflow: ellipsis;
  /* text-align: justify; */
  /* Samsung/PC/Body 1 Regular */
  font-family: SamsungOne-Normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 23.94px */
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


#page_search .posts .post .right .read_more a {
  color: var(--Samsung-Primary-Black, #000);
  font-family: SamsungOne-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  /* 18.62px */
  /* text-decoration: underline; */
  position: relative;
  opacity: 1 !important;
}

#page_search .posts .post .right .read_more a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  left: 0px;
  bottom: -2px;
}

#page_search .posts .post .right .read_more a:hover:after {
  -webkit-animation: animation-read-more 0.2s both;
  animation: animation-read-more 0.2s both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#page_search .nav-links {
  display: flex;
  gap: 24px;
}

#page_search .nav-links .page-numbers {
  color: var(--Samsung-Primary-Black, #000);
  text-align: center;
  width: 64px;
  height: 64px;
  font-family: SamsungOne-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  display: flex;
  justify-content: center;
  align-items: center;
}


#page_search .nav-links .page-numbers.current {
  width: 64px;
  height: 64px;
  padding: 19px 1px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--Samsung-Primary-Skyblue, #008df7);
}


#page_search .pagination_desk {
  margin: 52px auto;
  display: block;
}

#page_search .pagination_mobile {
  display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #page_search .posts .post .right .search_detail .search h6 a {}

  #page_search .posts .post .right .search_detail .time {}

  #page_search .posts .post .right .post_detail .post_title h4 a {}

  #page_search .posts .post .right .post_detail .post_content {}


  #page_search .posts .post .right .read_more a {}

  #page_search .nav-links .page-numbers {}

  #recent_search .recent_search_container {
    padding: 80px 52px;
  }

  #page_search .posts {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  #recent_search .recent_search_container {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0 24px;
    gap: 48px;
    max-width: 1496px;
  }

  #recent_search .recent_search_container {
    padding: 48px 24px;
  }

  #page_search .posts .post {
    flex-direction: column;
  }

  #recent_search .recent_search_container {
    gap: 34px;
  }

  #recent_search .recent_search_container h2 {
    font-size: 30px;
  }

  #page_search .posts .post .left .image_post {
    width: 100%;
    height: 175.5px;
  }

  #page_search .posts .post .left .image_post img {
    width: 100%;
    height: 175.5px;
    object-fit: cover;
    border-radius: 6px;
  }

  #page_search .posts .post .right {
    gap: 12px;
  }

  #page_search .posts .post .right .search_detail .time {
    font-size: 12px;
  }

  #page_search .posts .post .right .post_detail {
    gap: 1px;
  }

  #page_search .posts .post .right .post_detail .post_title h4 a {
    font-size: 18px;
  }

  #page_search .posts .post .right .post_detail .post_content {
    font-size: 14px;
    margin-top: 5px;
  }

  #page_search .posts .post .right .read_more {
    margin-top: -2px;
  }

  #page_search .posts {
    gap: 0px;
  }

  #page_search .posts .post {
    gap: 24px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--Samsung-Grayscale-4_AA, #aaa);
  }

  #page_search .post:nth-child(n + 2) {
    padding-top: 33px;
  }

  #page_search .pagination_mobile {
    margin: 34px auto;
    display: block;
  }

  #page_search .pagination_desk {
    display: none;
  }

  #page_search .nav-links {
    display: flex;
    gap: 9px;
  }

  #page_search .nav-links .page-numbers {
    width: 40px;
    height: 40px;
  }

  #page_search .nav-links .page-numbers.current {
    width: 40px;
    height: 40px;
  }

  #page_search .prev.page-numbers,
  #page_search .next.page-numbers svg {
    width: 15.92px;
  }

  #page_search .posts .post .right .search_detail .search h6 a {
    font-size: 12px;
  }

  #page_search .posts .post .right .search_detail .search h6::after {
    width: 4px;
    height: 4px;
    margin-left: 8px;
    margin-bottom: 2px;
  }
}