@charset "UTF-8";
/* --------------------------------------------------
  Top
-------------------------------------------------- */
.globalNav {
  top: auto;
  bottom: 0;
}

#top {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.topSection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 700px;
  overflow: hidden;
}
.topSection .logo {
  width: 350px;
  height: 170px;
  margin: 165px auto 0;
}
.topSection .logo img {
  width: 350px;
  height: 170px;
}
.topSection .clock {
  width: 38px;
  height: 38px;
  margin: 55px auto 15px;
}
.topSection .clock img {
  width: 38px;
  height: 38px;
}
.topSection .hours {
  padding: 5px 0 10px;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
}
.topSection .operationgState {
  width: 326px;
  height: 86px;
  margin: 0 auto 65px;
}
.topSection .operationgState img {
  width: 326px;
  height: 86px;
}
.topSection .operationgState .isOpen {
  position: absolute;
  z-index: 1;
  width: 326px;
  height: 86px;
}
.topSection .operationgState .isOpen img {
  width: 326px;
  height: 86px;
}
.topSection .operationgState .isClose {
  position: absolute;
  z-index: 1;
  width: 326px;
  height: 86px;
}
.topSection .operationgState .isClose img {
  width: 326px;
  height: 86px;
}
.topSection .operationgState .isClose img.dog {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 76px;
}
.topSection .operationgState .isTime {
  display: inline-block;
  width: 100%;
  padding: 27px 0 0;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
}

.copyright {
  position: fixed;
  right: 20px;
  top: 20px;
}

.isClose {
  opacity: 0;
  filter: alpha(opacity=0);
}
