.topicIndexcss {
  content: "20251229";
}

.topicIndexSet .tabSelect {
  display: block;
}

.topicColumnContainer {
  text-align: center;
}

.topicColumnContent {
  display: inline-block;
  width: 100%;
  max-width: 1230px;
}

.topicColumnGroup {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  margin: auto;
  justify-content: flex-start;
}

.topicColumnGroup a.coverLink{display:block;width:100%;}

.topicColumnGroup .coverImg {
  width: 100%;
  height: 100%;
}

.topicColumnGroup .coverImg img {
  width: 100%;
  height: 100%;
}

.topicColumnInfo > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0 0.5rem 0;
  gap: 0.5rem;
}



.topicColumnInfo .date {
  color: var(--G700);
  text-align: justify;
  letter-spacing: -1px;
  margin: 0.5rem auto;
}

.topicColumnInfo .story {
  color: var(--tan);
  text-align: justify;
  letter-spacing: -1px;
  margin: 0.5rem auto;
}

@media (any-hover: hover) {
  .topicColumnInfo .story:hover {
   color: var(--skin);
   text-decoration: none;
   cursor:pointer;
  }
  .topicColumnGroup .coverImg :hover {
   cursor:pointer;
  }
}

.topicColumnGroup .topicColumn {
  width: 100%;
}



@media (min-width: 768px) {

  .topicIndexSet .tabSelect {
    display: none;
  }

  .topicColumnGroup .topicColumn {
    width: calc((100% - 1.5rem) / 2);
  }

}

@media (min-width: 1260px) {
	
  .topicColumnGroup{
    display: grid;
    grid-template-columns: 395px 395px 395px;
}

  .topicColumnGroup .topicColumn {
   width: auto;
   width: 395px;
  }

}
