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

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

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



#wrapper.normal .footer {
  top: calc(2057px - 800px);
}


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