@charset "UTF-8";
/*#####################1260px 이하########################*/
@media(max-width: 1260px) {
  header > div,
  footer .footer_wrap,
  section.contents {
    box-sizing: border-box;
    padding: 0 60px;
  }
}
