/* --------------------------------------------------
	contents
-------------------------------------------------- */
#main-image {
  width: 730px;
  height: calc(100vh - 108px - 44px);
  overflow: hidden;
  position: relative;
}

#main-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: calc(100vh - 108px - 44px);
  margin: 0 auto;
  max-width: 720px;
  max-height: 720px;
}

@media screen and (max-width: 839px) {
  #main-image img {
    width: auto;
    height: 100%;
  }
}

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