@media screen and (min-width: 769px) {
  #gnav ul li:not(.contact) a:hover,
.catlist li a:hover,
.catlist li span:hover {
    color: #EA3E0A;
  }
  #gnav ul li:not(.contact) a:hover:after,
.catlist li a:hover:after,
.catlist li span:hover:after {
    width: 100%;
    transition: 0.2s;
  }

  #gnav ul li.contact a:hover,
.c-btn02 .btn:hover {
    background: #fff;
    color: #EA3E0A;
  }

  .news_list li a:hover,
.c-list01 li a:hover {
    color: #EA3E0A;
  }

  .c-btn01 .btn:hover {
    border-color: #252525;
    color: #252525;
  }
  .c-btn01 .btn:hover span:before {
    background: #252525;
    transition: 0.2s;
  }

  .single .pager_back a:hover {
    color: #252525;
  }

  .single .pager_arrow a:hover {
    color: #252525;
  }
  .single .pager_arrow a:hover:before {
    background: #252525;
    transition: 0.2s;
  }

  .footer_nav li a:hover,
.bread li a:hover {
    text-decoration: underline;
  }
}