.sec1{
  padding: 10.4% 0;
}
.sec1 .list-box{
  margin-bottom: 5em;
}
.sec1 .list-box a{
  margin-bottom: 2.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.sec1 .list-box .img-box{
  overflow: hidden;
  width: 31.45%;
  position: relative;
}
.sec1 .list-box .img-box img{
  transition: transform 0.5s;
}
.sec1 .list-box .date-box{
  text-align: center;
  color: #fff;
  width: 4.5em;
  border-top-left-radius: 0.3125em;
  border-top-right-radius: 0.3125em;
  overflow: hidden;
  position: absolute;
  left: 2.25em;
  top: 2em;
}
.sec1 .list-box .date-box h5{
  background-color: var(--theme-red);
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0;
}
.sec1 .list-box .date-box p{
    background-color: #020d26;
    font-size: 0.8125em;
    padding: 0.577em 0;
}
.sec1 .list-box .text-box{
  width: 68.55%;
  padding: 0 4.84%;
  color: #333333;
}
.sec1 .list-box .tag-box{
  margin-bottom: 2.5em;
  line-height: 1.5;
  padding-left: 2em;
}
.sec1 .list-box .tag-box img{
  width: 1em;
  vertical-align: middle;
  margin-right: 1em;
  margin-left: -2em;
}
.sec1 .list-box .tag-box span{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
}
.sec1 .list-box .tag-box span::after{
  content: "/";
  margin: 0 0.5em;
}
.sec1 .list-box .tag-box span:last-child::after{
  display: none;
}
.sec1 .list-box .text-box h5{
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1.4em;
  max-height: 1em;
  transition: color 0.5s;
}
.sec1 .list-box .text-box p{
  line-height: 1.75;
  margin-bottom: 2.375em;
  max-height: 3.5em;
}
.sec1 .list-box .text-box .more{
  font-size: 0.9375em;
  transition: color 0.5s;
}
.sec1 .list-box .text-box .more::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  display: inline-block;
  vertical-align: baseline;
  transform: rotate(90deg);
  margin-left: 0.8em;
}

@media only screen and (min-width:1024px){
  .sec1 .list-box a:hover .img-box img{
    transform: scale(1.1);
  }
 .sec1 .list-box a:hover .text-box h5, .sec1 .list-box a:hover .text-box .more{
    color: var(--theme-red);
  }
}

@media only screen and (max-width:1024px){
  .sec1{
    padding: 15% 0;
  }
  .sec1 .list-box{
    margin-bottom: 15%;
  }
  .sec1 .list-box a{
    font-size: 0.75em;
    display: block;
    margin-bottom: 10%;
  }
  .sec1 .list-box .tag-box{
    line-height: 1.5;
  }
  .sec1 .list-box .img-box{
    width: 100%;
    margin-bottom: 5%;
  }
  .sec1 .list-box .text-box{
    width: 100%;
    padding: 0 5%;
  }
}

