.nctimes-2026 {
    position: relative;
    width: 280px;
    background: #fff;
    padding: 0;
margin-top: 30px;
margin-bottom: 30px;
}
.nctimes-2026 .cont-title-box{padding-bottom:10px;}

/* 빨간 장식 원형 */
.nctimes-cont-title-box-2026::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #c40000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* 타이틀 텍스트 */
.nctimes-cont-title-2026 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 10px 0 0 0px;
  margin: 0;
}

/* 밑줄 */
.nctimes-cont-title-line-2026 {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 4px 0 0 15px;
}

/* 더보기 */
.nctimes-cont-more-2026 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.nctimes-cont-more-2026 a {
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
}

/* 리스트 스타일 */
.nctimes-news-2026 {
    margin-top: 12px;
    padding: 10px;
    background: #f0f0f0;
    width: 260px;
    list-style: none;
}

/* 개별 항목 */
.nctimes-news-2026 li {
    width: 260px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
}

/* 링크 감싸는 영역 */
.nctimes-news-2026 li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* 이미지 스타일 */
.nctimes-news-img-2026 {
    width: 100%;
    background: #e0e0e0;
    box-sizing: border-box;
}

.nctimes-news-img-2026 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 텍스트 영역 */
.nctimes-news-title-2026 {
    background: #fff;
    padding: 12px 10px;
}

.nctimes-news-title-2026 p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cont-title-line {
    width: 98px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 38px;}