.wrapper_opening .HyWeb_section {
  opacity: 1;
  display: block;
}
.wrapper_opening .section_inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section_opening_txt {
  color: #fff;
  line-height: 2.25rem;
}
.section_opening_txt h3 {
  font-size: 25px;
}
.section_opening_txt p {
  font-size: 18px;
}

.section_opening_time {
  margin: 50px auto;
  width: 90%;
  max-width: 460px;
}
.section_opening_time svg {
  width: 100%;
}

.section_opening_logo {
  display: inline-block;
  width: 138px;
  height: 30px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section_opening_logo {
    display: none;
  }

  .hamburger {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .logo {
    display: none;
  }

  .hamburger {
    display: none;
  }
}
