.news-detail-section {
  font-family: "Inter-Regular";
  padding: 60px 0px;
}
.news-detail-section .article-contents-image {
  height: 100vh;
  overflow-y: auto;
}
.news-detail-section .article-contents-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.news-detail-section .news-section {
  padding-left: 50px;
}
.news-detail-section .news-section .search-section {
  background-color: #008B9F;
}
.news-detail-section .news-section .search-section p {
  font-size: 18px;
  font-family: "Inter-Medium";
}
.news-detail-section .news-section .search-section input {
  outline: none;
}
.news-detail-section .news-section .search-section i {
  position: absolute;
  right: 6px;
  top: 5px;
  background: #f9aa1c;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail-section .news-section .recent-news {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #ddf3f6;
}
.news-detail-section .news-section .recent-news h3 {
  color: #008b9f;
  font-family: "Inter-Medium";
  font-weight: normal;
}
.news-detail-section .news-section .recent-news .news-list {
  padding-left: 90px;
  min-height: 100px;
}
.news-detail-section .news-section .recent-news .news-list h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Inter-Medium";
}
.news-detail-section .news-section .recent-news .news-list img {
  width: 80px;
  position: absolute;
  left: 0;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-section .news-section .recent-news .news-list span {
  color: #008b9f;
}

.search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  height: 180px;
}
.search-form .form-group i {
  position: absolute;
  left: 17px;
  top: 17px;
}
.search-form .form-group input {
  background: #eaeaea;
  border: none;
  height: 45px;
  width: 100%;
  padding: 5px 40px;
  outline: none;
  border-radius: 8px;
  font-family: "Inter-Regular";
}
.search-form .form-group button {
  border: none;
  background: #f9aa1c;
  color: #fff;
  position: absolute;
  right: 0;
  height: 45px;
  width: 100px;
  border-radius: 8px;
}
.search-form ul li {
  font-family: "Inter-Regular";
  border: 1px solid #f0f2f4;
  color: #a1a4a7;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 15px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}

.filter-section h3 {
  color: #008b9f;
}
.filter-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  padding: 0px 10px;
}
.filter-section input {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
}
.filter-section .apply-button {
  background-color: #008b9f;
  border-color: #008b9f;
  color: #fff;
}

@media (max-width: 1200px) {
  .article-contents-image img {
    height: 500px;
  }
}
@media (max-width: 999px) {
  .article-contents-image img {
    height: 400px;
  }
  .news-detail-section .news-section {
    padding-left: 13px;
  }
}
