@charset "UTF-8";

div#wrapper > div#cart-header {
  max-width: 100%;
}

@media (min-width: 769px) {
  #contents {
    width: 1200px;
  }
}

.footer_area {
  display: none;
}

@media screen and (max-width: 768px) {

  div#cart-footer,
  footer {
    margin-top: 50px;
  }

  #cart-header #hNav{
    display: none !important;
  }
}