@media print,
screen and (min-width: 768px) {
  .header-wrap .r-header {
    width: 600px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-wrap .r-header .h-newsbtn {
    width: 130px;
    display: inline-block;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    background: #01b7e6;
    margin-right: 15px;
  }

  .header-wrap .r-header .h-newsbtn:hover {
    opacity: 0.8;
  }

  .g-nav-list li {
    width: 200px !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .scroll-wrap {
    overflow-y: auto;
  }
}