@media screen and (min-width: 769px) {
  .c-btn01:not(.white) .btn:hover,
.c-btn02 .btn:hover {
    background: none;
    color: #fff;
    border-color: transparent;
  }

  .c-btn01.white .btn:hover {
    background: #fff;
    color: #000;
  }

  .tab li span:hover {
    transition: 0.2s;
    color: #000;
    border-color: #000;
  }

  .member_list li .image a:hover img,
.news_list_image a:hover img {
    transform: scale(1.1);
  }

  .member_list li .content .name a:hover,
.news_list_content .title a:hover,
.side_box_list li a:hover,
.people_list li a:hover {
    color: #0AB0C6;
  }

  .footer_info li a:hover {
    text-decoration: underline;
  }

  .header_nav li a:hover:after,
.footer_nav li a:hover:after {
    width: 100%;
    transition: 0.2s;
  }

  .header_inner.fixed .header_nav li a:after {
    background-color: #000;
  }

  #lwCat .lwcat_list li a:hover {
    color: #fff;
  }

  .single_content a:hover,
#lwActivities .paper_list li a:hover,
.c-list02 li a:hover {
    text-decoration: none;
  }
  .lang_change li:not(.current) a:hover {
    opacity: 1;
  }
}
