/* --- 슬라이드 전체 --- */
#sh_main_banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 638px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

/* --- 하단 그라데이션 덮개 --- */
#sh_main_banner .slide-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}

/* --- 텍스트 콘텐츠 --- */
#sh_main_banner .slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px 60px;
  color: white;
  width: 100%;
  max-width: 1000px;
}

#sh_main_banner .slide-content h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  font-family: 'MaruBuriBold', serif;
}

#sh_main_banner .slide-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
}

#sh_main_banner .slide-content a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* 반응형 대응 */
@media (max-width: 768px) {
  #sh_main_banner .swiper-slide {
    align-items: flex-start;
    position: relative;
    padding: 0;
  }

  #sh_main_banner .slide-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
  }

  #sh_main_banner .slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    /* ✅ 핵심: 위에서 살짝 내려오게 */
    margin-top: 28vh;
  }

  #sh_main_banner .slide-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
  }

  #sh_main_banner .slide-content p {
    font-size: 14px;
    color: #eee;
    margin-top: 10px;
    line-height: 1.6;
  }

  #sh_main_banner .slide-content a {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
  }
}

.today-menu-box {
  width: 100%;
  max-width: 100%; /* ✅ PC 최대 크기 제한 */
  height: 500px;        /* ✅ 너가 원하는 고정 높이로 조절 */
  margin: 0 auto;
  margin-top: -60px; /* ✅ padding 무효화 목적 */
  position: sticky;   /* ✅ z-index 동작 위해 필수 */
  z-index: 1003443656565454854;          /* ✅ 충분히 높게 설정 (기존 요소보다 위로) */
}

.today-menu-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;  /* ✅ 이미지 비율 유지하며 전체 영역 맞춤 */
  border-radius: 16px;
  display: block;
}

@media (max-width: 768px) {
  .today-menu-box {
      width: 100%;
      height: 450px;        /* ✅ 너가 원하는 고정 높이로 조절 */
      margin: 0 auto;
  }
}

.todaymenu-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.todaymenu-slide .wr_cont {
  padding: 0;
  margin: 0;
  text-align: center;
}

.todaymenu-thumb {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  margin: 0 auto;
}
.wr_cont.todaymenu {
  text-align: center;
}

.todaymenu-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.todaymenu-slide .wr_cont,
.todaymenu-slide .wr_date {
  padding: 0 !important;
  margin: 0 !important;
}

.todaymenu-slide img {
  margin: 0 auto;
  display: block;
}
