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

#wrapper.feature .container .text1 {
  position: absolute;
  top: 35px;
  left: 5px;
  width: 531px;
  height: 224px;
  z-index: 100;
}

#wrapper.feature .container .catch {
  position: absolute;
  top: 270px;
  left: 10px;
  width: 614px;
  height: 223px;
  z-index: 100;
}

#wrapper.feature .container .text2 {
  position: absolute;
  top: 570px;
  right: 5px;
  width: 351px;
  height: 86px;
  z-index: 100;
}

#wrapper.feature .container .text3 {
  position: absolute;
  top: 670px;
  right: 5px;
  width: 396px;
  height: 94px;
  z-index: 100;
}

#wrapper.feature .container .text4 {
  position: absolute;
  top: 770px;
  right: 5px;
  width: 357px;
  height: 93px;
  z-index: 100;
}



#wrapper.feature .footer {
  top: calc(2372px - 800px);
}


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