@media (min-width: 768px) and (max-width: 1023px) {
  header.pc {
    display: block !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100px;
    z-index: 99;
    background: #fff;
    border-top: 2px solid var(--color-1);
  }

  header.pc.change {
    height: auto;
    min-height: 88px;
  }

  header.mb {
    display: none !important;
  }

  header.pc .header {
    gap: 20px;
    align-items: center;
  }

  header.pc .--logo {
    width: 72px;
    flex-shrink: 0;
  }

  header.pc .--logo img,
  header.pc.change .--logo img {
    width: 72px;
    max-height: 72px;
  }

  header.pc .header-right {
    width: calc(100% - 92px);
    min-width: 0;
  }

  header.pc .header-top {
    padding: 4px 0 4px 48px;
  }

  header.pc .header-top .--bg {
    width: calc(100vw - 120px);
  }

  header.pc .header-top .--left {
    gap: 10px;
  }

  header.pc .header-top .--left a span:first-child {
    display: none;
  }

  header.pc .header-top .--right {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  header.pc .header-top .--live span {
    font-size: 12px;
  }

  header.pc .header-top .--button a {
    font-size: 12px;
  }

  header.pc .header-bot {
    padding-right: 16px;
  }

  header.pc .header-bot .--info {
    padding: 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  header.pc .header-bot .--menu {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  header.pc .header-bot .--menu .--item {
    font-size: 11px;
  }

  header.pc .header-bot .--menu .--item .--itemmenu a {
    padding: 10px 6px;
    white-space: nowrap;
  }

  header.pc .header-bot .--menu .--item.--sub .--itemmenu a {
    padding-right: 16px;
  }

  header.pc .header-bot .--menu .--item.--sub::after {
    font-size: 9px;
    right: 6px;
  }

  header.pc .header-bot .--search {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  header.pc.change .header-bot .--menu .--item .--itemmenu a {
    padding: 10px 6px;
  }

  header.pc.change .header-bot .--search {
    width: 28px;
    height: 28px;
  }

  #home,
  #about,
  #account,
  #room,
  #service,
  #sitemap,
  #news,
  #newscate,
  #dtnews,
  #advise,
  #adviseaz,
  #library,
  #dtdevise,
  #doctor,
  #dtdoctor,
  #specialist,
  #dtspecial,
  #recruitment,
  #dtrecruit,
  #contact,
  #promotion,
  #instruction,
  #search {
    padding-top: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  header.pc {
    height: auto;
    min-height: 110px;
  }

  header.pc .header {
    gap: 28px;
  }

  header.pc .--logo {
    width: 90px;
  }

  header.pc .--logo img,
  header.pc.change .--logo img {
    width: 90px;
    max-height: 90px;
  }

  header.pc .header-right {
    width: calc(100% - 110px);
  }

  header.pc .header-top {
    padding: 4px 0 4px 72px;
  }

  header.pc .header-top .--left a span:first-child {
    display: none;
  }

  header.pc .header-top .--bg {
    width: calc(100vw - 180px);
  }

  header.pc .header-top .--right {
    gap: 10px;
  }

  header.pc .header-bot {
    padding-right: 32px;
  }

  header.pc .header-bot .--info {
    padding: 12px 0;
  }

  header.pc .header-bot .--menu .--item {
    font-size: 12px;
  }

  header.pc .header-bot .--menu .--item .--itemmenu a {
    padding: 12px 8px;
  }

  header.pc .header-bot .--menu .--item.--sub .--itemmenu a {
    padding-right: 18px;
  }

  header.pc .header-bot .--search {
    width: 32px;
    height: 32px;
  }
}
