@import url("layout_respond.css");
@import url("contents_respond.css");
@media (max-width: 1280px) {
  :root {
    --snbHeight: 35rem;
    --sngMenu: 7rem;
  }
  #snb img {
    height: var(--snbHeight);
    min-height: 0;
  }
  #snb h2 {
    bottom: 9rem;
    font-size: 5rem;
  }
  #snb ul {
    font-size: inherit;
  }
  #title {
    height: 12rem;
    padding-top: 5rem;
    font-size: 3.5rem;
  }
  #btn_top {
    right: 2rem;
    bottom: 2rem;
  }
}