.banner_container {
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner_video {
  width: 100%;
}

.scroll_down_img_wrapper {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 5;
}

.scroll_container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll_down_img_typo {
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(4px 2px 2px #616161);
}

.scroll_down_img:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounce;
  transform-origin: center bottom;
}

.scroll_down_typo {
  filter: drop-shadow(4px 2px 2px #616161);
  font-size: 12px;
  color: #fff;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.banner_img_container {
  width: 100%;
  max-height: 1000px;
  height: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 50px;
}

#youtube_1 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .youtube_root_container{
    left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  
  .banner_img_container {
    padding: 10px;
  }
  .event__img {
    width: 85vw;
  }
}
.banner_img {
  width: 100%;
  max-width: 1200px;
}

.event_container {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.event_img {
  width: 100%;
}

.event_img_wrapper {
  width: 100%;
}

.event_description_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* event */
.event__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 1;
  transition: all 300ms ease-out;
}
.event__list.anim-out {
  opacity: 0;
  transform: scale(0.96) translateY(40px);
}
.event__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  margin: 8px;
}
.event__menu.invisible {
  display: none;
}
.event__img {
  max-width: 350px;
  align-self: center;
  filter: drop-shadow(8px 4px 4px #c3c3c3);
}
.event__description {
  position: absolute;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 300ms ease-in;
}
.event__menu:hover .event__description {
  opacity: 0.8;
  transform: translateY(0px);
}
.event__description h3 {
  color: #feb546;
  font-weight: 700;
}

.video_container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.youtube_root_container {
  max-width: 1100px;
  position: relative;
  left: calc(50% - 550px);
}

.youtube_1_container {
  width: 100% !important;
  padding-bottom: 62.5% !important;
  position: relative;
  top: 0;
  left: 0;
}

#youtube_1{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.navbar__menu__item.active {
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 5px;
  margin: 0px 5px;
}


/* 팝업 스타일 */
.popup {
  display: none; /* 초기에는 숨김 */
  position: fixed;
  background-color: white;
  max-width: 500px;
  height: 500px;
  padding: 20px;
  border: 2px solid #ccc;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup-img {
  max-width: 100%;
  max-height: 65%;
  display: block;
  margin: 0 auto;
}

.popup-desc {
  text-align: center;
  word-break: keep-all;
}

.mobile_metabus_btn{
  margin-top: 10px;
  color: #222;
  font-size: 16px;
  background: #18f;
  padding: 6px 12px;
  border-radius: 4px;
}

/* 닫기 버튼 스타일 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* 오버레이 스타일 */
.overlay {
  display: none; /* 초기에는 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 검은 배경 */
  z-index: 900; /* 팝업 미만의 z-index */
}