.first_news_wrap .first_news_item .first_news_info_wrap .title {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.first_news_wrap .first_news_item .first_news_info_wrap .desc {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_list_header_wrap {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .news_list_header_wrap {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .news_list_header_wrap {
    padding-top: 180px;
  }
}

.first_news_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap {
    margin-top: 60px;
  }
}

.sustainability_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .sustainability_wrap {
    margin-top: 60px;
  }
}

.news_list_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap {
    margin-top: 60px;
  }
}

.news_list_header_wrap {
  border-radius: 0 0 0 80px;
  background: linear-gradient(180deg, rgba(190, 220, 130, 0) 0%, rgba(190, 220, 130, 0.1) 24.52%);
  box-shadow: 0px 16px 16px 0px rgba(30, 90, 170, 0.1);
}
@media screen and (min-width: 768px) {
  .news_list_header_wrap .news_list_header_area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .news_list_header_wrap .title_left {
    width: 452px;
  }
}
@media screen and (min-width: 768px) {
  .news_list_header_wrap .title_right {
    width: 344px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .news_list_header_wrap .title_right {
    margin-left: 80px;
  }
}
.news_list_header_wrap .sub_title_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .news_list_header_wrap .sub_title_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news_list_header_wrap .sub_title_wrap .sub_title_item[data-active=true] a, .news_list_header_wrap .sub_title_wrap .sub_title_item a:hover {
  color: #ffffff;
  background-color: rgba(70, 170, 50, 0.9);
  box-shadow: 0px 4px 16px 0px rgba(30, 90, 170, 0.1);
}
.news_list_header_wrap .sub_title_wrap .sub_title_item a {
  height: 35px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 35px;
  font-weight: 500;
  color: #535353;
  border-radius: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d9d9d9;
  text-align: center;
}
.news_list_header_wrap .leaf_img_wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}
.news_list_header_wrap .leaf_img_wrap .left_left_img {
  width: 100px;
  height: 100px;
  border-radius: 8px 64px;
  background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  margin-right: -15px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .news_list_header_wrap .leaf_img_wrap .left_left_img {
    width: 120px;
    height: 120px;
    border-radius: 8px 80px;
  }
}
.news_list_header_wrap .leaf_img_wrap .left_right_img {
  width: 220px;
  height: 220px;
}
@media screen and (min-width: 1024px) {
  .news_list_header_wrap .leaf_img_wrap .left_right_img {
    width: 236px;
    height: 236px;
  }
}
.news_list_header_wrap .leaf_img_wrap .left_right_img picture,
.news_list_header_wrap .leaf_img_wrap .left_right_img img {
  width: 100%;
}

.first_news_wrap .first_news_item {
  background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  box-shadow: 0px 4px 24px 0px rgba(30, 90, 170, 0.2);
  padding: 2px;
  box-sizing: border-box;
  border-radius: 16px 80px;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
  }
}
.first_news_wrap .first_news_item a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  border-radius: 16px 80px;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item a {
    background-color: unset;
    border-radius: unset;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item a:hover .first_news_img_wrap::after {
    opacity: 0;
  }
  .first_news_wrap .first_news_item a:hover .first_news_info_wrap .title {
    color: #1e5aaa;
  }
  .first_news_wrap .first_news_item a:hover .first_news_info_wrap .btn .text {
    color: #1e5aaa;
  }
  .first_news_wrap .first_news_item a:hover .first_news_info_wrap .btn .arrow_icon svg {
    transform: rotate(45deg);
  }
  .first_news_wrap .first_news_item a:hover .first_news_info_wrap .btn .arrow_icon svg path {
    fill: #1e5aaa;
  }
}
.first_news_wrap .first_news_item .first_news_img_wrap {
  border-radius: 16px 80px;
  background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  overflow: hidden;
  margin-left: -2px;
  margin-top: -2px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_img_wrap {
    margin: 0;
    border-radius: 16px 200px;
    width: 621px;
    box-shadow: 0px 4px 16px 0px rgba(30, 90, 170, 0.1);
  }
}
.first_news_wrap .first_news_item .first_news_img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_img_wrap::after {
    transition: 0.5s;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.first_news_wrap .first_news_item .first_news_img_wrap picture,
.first_news_wrap .first_news_item .first_news_img_wrap img {
  width: 100%;
  padding: 2px 0px 2px 2px;
  border-radius: 16px 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_img_wrap picture,
  .first_news_wrap .first_news_item .first_news_img_wrap img {
    padding: 2px;
    border-radius: 16px 200px;
  }
}
.first_news_wrap .first_news_item .first_news_info_wrap {
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_info_wrap {
    width: 432px;
    border-radius: 120px 16px;
    background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
    box-shadow: 0px 4px 16px 0px rgba(30, 90, 170, 0.1);
    padding: 2px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .first_news_wrap .first_news_item .first_news_info_wrap {
    width: 554px;
  }
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_info_wrap .first_news_info_area {
    background: rgba(255, 255, 255, 0.9);
    padding: 48px 40px 40px 64px;
    border-radius: 120px 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.first_news_wrap .first_news_item .first_news_info_wrap .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #2e2e2e;
}
@media screen and (min-width: 1024px) {
  .first_news_wrap .first_news_item .first_news_info_wrap .title {
    -webkit-line-clamp: 1;
  }
}
.first_news_wrap .first_news_item .first_news_info_wrap .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 16px;
  color: #2e2e2e;
}
.first_news_wrap .first_news_item .first_news_info_wrap .btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.first_news_wrap .first_news_item .first_news_info_wrap .btn .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  color: rgb(70, 170, 50);
}
.first_news_wrap .first_news_item .first_news_info_wrap .btn .arrow_icon {
  margin-left: 8px;
}
.first_news_wrap .first_news_item .first_news_info_wrap .btn .arrow_icon svg {
  transition: 0.5s;
}/*# sourceMappingURL=news-list.css.map */