.listflgGn{
  margin-bottom:0.5rem;
  border: 1px solid #DAC9A6;
}
.listflgSt{
  margin-bottom:0.5rem;
  border: 1px solid #00896C;
}
.listflgWe{
  margin-bottom:0.5rem;
  border: 1px solid  #FEDFE1; 
}
.listflgZe{
  margin-bottom:0.5rem;
  border: 1px solid  #FBE251; 
}
.new_mark_img2{display:none !important;}

.catlist .head-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end; }
  .catlist .head-flex > div {
    width: 48%; }
  .catlist .head-flex .catlist-txt {
    padding-top: 20px; }

@media screen and (max-width: 767px) {
  .catlist .head-flex {
    flex-wrap: wrap; }
    .catlist .head-flex > div {
      width: 100%;
      margin-top: 20px; } }