@keyframes flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wrapper.cz #contents {
  background: url("../images/cz/bg.jpg") center top no-repeat;
  min-height: 2599px;
}

#wrapper.cz .container .title {
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 100;
}

#wrapper.cz .container .content1 {
  position: absolute;
  top: 191px;
  left: 20.5px;
  z-index: 100;
}

#wrapper.cz .container .content2 {
  position: absolute;
  top: 993px;
  left: 23.5px;
  z-index: 100;
}




#wrapper.cz .footer {
  top: calc(2476px - 800px);
}


/*# sourceMappingURL=top.css.map */
