.ec-newsPro__blockList {
  padding-bottom: 40px;
}
.ec-newsPro__moreButton {
  margin-top: 20px;
  text-align: center;
}
.ec-newsPro__BlockItem:has(.ec-newsPro__itemThumbnail) {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
.ec-newsPro__BlockItem {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.ec-newsPro__BlockItemThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.ec-newsPro__BlockItemContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}




.ec-newsPro {
  padding: 40px 24px 0;
}
.ec-newsPro__heading {
  padding-bottom: 40px;
}
.ec-newsPro__heading h1 {
  margin-left: 0;
}
.ec-newsPro__categoryList {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.ec-newsPro__categoryLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ec-newsPro__categoryItem {
  list-style: none;
}
.ec-newsPro__categoryLink {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #2e3233;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.ec-newsPro__categoryLink:hover {
  background-color: #f4f4f4;
  border-color: #ccc;
}
.ec-newsPro__list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-bottom: 60px;
}
.ec-newsPro__listItem {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.ec-newsPro__item:has(.ec-newsPro__itemThumbnail) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}
.ec-newsPro__itemThumbnail {
}
.ec-newsPro__itemThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.ec-newsPro__itemContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ec-newsPro__itemFlex {
  display: flex;
  align-items: center;
}
.ec-newsPro__itemDate {
  font-size: 12px;
  color: #666;
}
.ec-newsPro__itemLink {
  font-size: 16px;
  font-weight: bold;
  color: #2e3233;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-newsPro__itemDescription {
  font-size: 14px;
  color: #666;
}

.ec-newsPro__detailTitle {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 1.6;
}
.ec-newsPro__detailThumbnail {
  height: 480px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #f4f4f4;
}
.ec-newsPro__detailThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-newsPro__detailContent {
  padding-bottom: 30px;
  line-height: 1.8;
}
.ec-newsPro__buttonDownload {
  width: 240px;
  margin-top: 20px;
}
.ec-newsPro__buttonLink {
  width: 240px;
  margin-top: 20px;
}

.ec-newsPro img {
  max-width: 100%;
}
.ec-newsPro__btnWrap {
  text-align: center;
  margin-top: 20px;
}

.ec-newsPro__related {
  margin-top: 60px;
}
.ec-newsPro__relatedTitle {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .ec-newsPro {
    padding: 20px 16px 40px;
  }
  .ec-newsPro__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
