#movieMood .title_container {
  background: url(../img/img_moviemood/main.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}
#movieMood .title_container .title {
  width: 36vw;
}
#movieMood .title_container .btnScroll {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#movieMood .title_container .btnScroll img {
  width: 6vw;
  animation: scrollbtn 0.5s ease-in-out alternate infinite;
}
#movieMood .img_div {
  background: #E5DACA;
}
#movieMood .img_div.img1 {
  background: url(../img/img_moviemood/img1bg.jpg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920/1516;
}
#movieMood .img_div.img3 {
  background: #d8cdbb;
  padding-bottom: 60vw;
}
#movieMood .img_div.img3 .reserv {
  position: absolute;
  bottom: 14vw;
  left: 50%;
  transform: translateX(-50%);
}
#movieMood .img_div.img3 .reserv img {
  display: block;
  margin: 4vw auto 0;
}
#movieMood .img_div.img3 .reserv img.mail {
  width: 48vw;
}
#movieMood .img_div.img3 .reserv img.map {
  width: 46vw;
}
#movieMood .img_div.img3 .reserv .btn_resrv {
  display: block;
  margin-top: 8vw;
}
#movieMood .img_div.img3 .reserv .btn_resrv img {
  width: 18vw;
}
#movieMood .img_div .img {
  width: 100%;
}
#movieMood .contents_container .flex {
  display: flex;
  justify-content: center;
  gap: 1.6vw;
  padding: 5vw 0;
}
#movieMood .contents_container .flex button {
  padding: 0;
  width: 25vw;
  border-radius: 2vw;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#movieMood .contents_container .flex button img {
  display: block;
  width: 100%;
  transition: all 0.2s;
}
#movieMood .contents_container .flex button:hover img {
  transform: scale(1.05);
}
#movieMood .bottom {
  background: url(../img/img_moviemood/img_bottom.jpg) center no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#movieMood .bottom .title {
  width: 36vw;
}

.movieInfo {
  display: flex;
  width: 96%;
  align-items: flex-start;
  gap: 2vw;
  max-height: calc(90vh - 7vw);
  overflow-y: auto;
}
.movieInfo .poster {
  display: block;
  height: 70vh;
  border-radius: 0.4vw;
}
.movieInfo .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 70vh;
}
.movieInfo .main .topper {
  margin-bottom: 1vw;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  padding-bottom: 1vw;
}
.movieInfo .main .topper h3 {
  margin: 0;
  font-size: 2em;
  line-height: 120%;
}
.movieInfo .main .info {
  display: flex;
  gap: 2.5vw;
  opacity: 0.7;
}
.movieInfo .main .info .item {
  display: flex;
  align-items: center;
  font-weight: 200;
  gap: 1vw;
}
.movieInfo .main .info .item .rate {
  display: flex;
  width: 4vw;
  height: 1.2vw;
  margin-bottom: 0.3em;
}
.movieInfo .main .info .item .rate img {
  width: 2vw;
}
.movieInfo .main .description {
  line-height: 160%;
  font-size: 1vw;
  font-weight: 400;
}
.movieInfo .main .description .catslock {
  max-width: 20%;
}
.movieInfo .main .description .uline {
  text-decoration: underline;
}
.movieInfo .main .btn_naver_reserv {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.movieInfo .main .btn_naver_reserv img {
  width: 210px;
}

@media all and (max-width: 768px) {
  #movieMood .title_container {
    background: url(../img/img_moviemood/mb/main.jpg) center no-repeat;
    background-size: cover;
    aspect-ratio: 10/11;
    height: auto;
  }
  #movieMood .title_container .title {
    width: 62vw;
    margin-top: 10vw;
  }
  #movieMood .title_container .btnScroll {
    display: none;
  }
  #movieMood .img_div {
    overflow: hidden;
  }
  #movieMood .img_div.img1 {
    background: url(../img/img_moviemood/mb/img1bg.jpg);
    background-size: cover;
    background-position: center;
    aspect-ratio: 100/92;
  }
  #movieMood .img_div.img1 .img {
    width: 110%;
    margin: 1% 0 0 -5%;
  }
  #movieMood .img_div.img3 {
    padding-bottom: 50vw;
    background: #d3c7b4;
  }
  #movieMood .img_div.img3 .reserv img.mail {
    width: 80vw;
  }
  #movieMood .img_div.img3 .reserv img.map {
    width: 80vw;
  }
  #movieMood .img_div.img3 .reserv .btn_resrv img {
    width: 42vw;
  }
  #movieMood .img_div .img {
    width: 100%;
  }
  #movieMood .contents_container .flex {
    gap: 1.8vw;
    padding: 5vw 0;
  }
  #movieMood .contents_container .flex button {
    width: 28vw;
    border-radius: 3vw;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  #movieMood .contents_container .flex button img {
    display: block;
    width: 100%;
    transition: all 0.2s;
    transform: scale(1.05);
  }
  #movieMood .bottom {
    aspect-ratio: 1/1;
  }
  #movieMood .bottom .title {
    width: 60vw;
  }
  .movieInfo {
    width: 72vw;
    max-height: 80dvh;
    margin: 0 auto 0;
    flex-direction: column;
  }
  .movieInfo .poster {
    width: 100%;
    height: auto;
    border-radius: 1vw;
    margin-bottom: 2vw;
  }
  .movieInfo .main {
    height: auto;
  }
  .movieInfo .main .topper {
    padding-bottom: 2vw;
  }
  .movieInfo .main .info .item .rate {
    height: 2.5vw;
    margin-bottom: 0em;
  }
  .movieInfo .main .info .item .rate img {
    width: 5vw;
  }
  .movieInfo .main .description {
    font-size: 2.5vw;
    font-weight: 500;
  }
  .movieInfo .main .description .catslock {
    max-width: 40%;
  }
  .movieInfo .main .btn_naver_reserv {
    margin-top: 5vw;
    display: flex;
    justify-content: center;
  }
  .movieInfo .main .btn_naver_reserv a img {
    width: 42vw;
  }
}
@keyframes scrollbtn {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}/*# sourceMappingURL=moviemood.css.map */