.technical-container .technical-archive .technical-item .technical-item__header .thumb{
  position: relative;
}
.icn_top3_new{
  display: none;
}
.icn_top3_new.active{
  display: block;
  border-top: 25px solid #f39800;
  border-right: 35px solid #f39800;
  border-bottom: 29px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.icn_top3_new.active::before{
  content: "New";
  position: absolute;
  top: -20px;
  left: 0;
  color: white;
}

@media screen and (max-width: 812px){
  .sp_mt10{
    margin-top:10px;
  }
}
