@charset "utf-8";

#snb, .contents_util, .contents_info {
  display: none;
}

#contents_body {
  width: 100%;
  max-width: initial;
  margin: 0;
  padding: 0;
}

#header {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 10;
  border: 0 none;
}

#footer {
  border: 0 none;
}

#gnb2.active > ul, #gnb2.active > ul::after {
  right: -2rem;
}

.main_wrap {
  margin-bottom: 0;
}