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

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

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

#wrapper.secret .container .content2 {
  position: absolute;
  top: 94px;
  left: 7.5px;
  z-index: 100;
}


#wrapper.secret .footer {
  top: calc(1807px - 800px);
}


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