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

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

#wrapper.flow .container .content1 {
  position: absolute;
  top: 192px;
  left: 12.5px;
  z-index: 100;
}



#wrapper.flow .footer {
  top: calc(2497px - 800px);
}


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