@keyframes flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wrapper.top #contents {
  background: url("../images/top/bg.jpg") center top no-repeat;
  background-color: #002870;
  min-height: 2500px;
}
#wrapper.top .container .logo {
  position: absolute;
  top: 610px;
  left: 2%;
  width: 345px;
  height: 233px;
  z-index: 100;
}
#wrapper.top .container .pvbtn {
  position: absolute;
  top: 20px;
  right: 3%;
  width: 306px;
  height: 195px;
}
#wrapper.top .container .main {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  height: 877px;
}

#wrapper.top .container .catch {
  position: absolute;
  top: 434px;
  right: 16px;
  width: 608px;
  height: 235px;
}


#wrapper.top .footer {
  top: calc(1732px - 860px);
}

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