@charset "UTF-8";

#contents_wrap {
  padding: 0 20px 120px;
}

#main {
  width: 1000px;
}

body {
  position: relative;
}

body:before {
  content: "";
  z-index: -1;
  background: linear-gradient(270deg, #f5f5f5 16%, #fff 16%);
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
