#CalendarNews{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  min-height:600px;
}
.imgBox-filter {
  position: absolute;
  z-index: 10;
  object-fit: fill;
  filter: blur(10px);
}
.imgBox-img {
  position: relative;
  z-index: 20;
  object-fit: contain;
}
.common-column-list-unit-img {
  overflow: hidden;
  height: calc(((1440px - 10px * 3) / 3) * 9 / 16);
}
.imgBox-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.imgBox, .imgBox-filter, 
.imgBox-img {
  width: 100%;
  height: 100%;
}
#CalendarNews .item{
  width:calc(33.33% - 10px);
  margin-bottom:15px;
}
.item .GeneralList_Story_title{
  padding: 10px 0;
}
.item .columnName{
  font-size:12px;
  color:#9FA19F;
}
.add-more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
  background: transparent;
}

.add-more {
  min-width: 160px;
  padding: 14px 36px;
  border-radius: 32px;
  background: linear-gradient(90deg, #0572c3 0%, #3bade9 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition:
    background 0.22s,
    box-shadow 0.18s,
    transform 0.13s;
  box-shadow: 0 2px 8px rgba(59, 173, 233, 0.10);
  outline: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.add-more:hover, .add-more:focus {
  background: linear-gradient(90deg, #3bade9 0%, #0572c3 100%);
  box-shadow: 0 6px 20px rgba(59, 173, 233, 0.16);
  transform: translateY(-2px) scale(1.04);
}

.add-more:active {
  background: linear-gradient(90deg, #0572c3 0%, #3bade9 100%);
  box-shadow: 0 2px 6px rgba(59, 173, 233, 0.08);
  transform: scale(0.97);
}
[v-cloak] {
  display: none;
}
@media(max-width:1470px){
  #CalendarNews{
    min-height:auto;
  }

  #CalendarNews .item a{
    font-size:1.4vw;
  }
  .common-column-list-unit-img {
    height: calc(((100vw - 30px - 30px) / 3) * 9 / 16);
  }
}
@media(max-width:1200px){
  .common-column-list-unit-img {
    height: calc(((900px - 30px) / 3) * 9 / 16);
  }
}
@media(max-width:992px){
  .common-column-list-unit-img {
    height: calc(((750px - 30px) / 3) * 9 / 16);
  }
  .add-more{
    min-width: auto;
    padding: 1vw 4.2vw;
    font-size: 1.8vw;
  }
}
@media(max-width:768px){
  .common-column-list-unit-img {
    height: calc(((688px - 30px) / 3) * 9 / 16);
  }
}
@media(max-width:718px){
  .common-column-list-unit-img {
    height: calc(((100vw - 30px - 30px) / 3) * 9 / 16);
  }
}
@media(max-width:576px){
  .common-column-list-unit-img {
    height: calc(((100vw - 30px - 10px) / 2) * 9 / 16);
  }
  #CalendarNews .item {
    width: calc(50% - 5px);
  }
  #CalendarNews .item a {
    font-size: 16px;
  }
}
