 #intro {
  background-color: #5e5e5e;
  /* opacity: 0.5; */
}


.intro-container {
  width: 100vw;
  height: 100vh;
  /* background-color: red; */
  /* background: url('https://bmlkorea.cafe24.com/base_1/img/bg.jpg') no-repeat center / cover; */
  /* overflow: hidden; */
  /* transition: all 0.3s; */
  position: relative;
  /* background-color: yellow; */
}


.intro-container img {
  /* height: 100%; */
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}


/* .intro-container::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.intro-container img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
} */


.white-bg {
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 650px) {
  .intro-container img {
    width: 100%;
  }
}