/****** 비쥬얼(메인) section01 ******/
.section01 {
    width: 100%;
    overflow: hidden;
}
.visual_imgbox {
    position: relative;
    overflow: hidden;
}
.visual_imgbox img {
    width: 100%;
    object-fit: cover;
}
.logo-top {
    position: absolute;
    top: 250px; 
    left: 250px;
    z-index: 11;
}
.logo-top img {
    object-fit: cover;
    width: 350px;
}
.logo-solid {
    position: absolute;
    top: 350px; 
    left: 250px;
    z-index: 11;
}
.logo-solid img {
    object-fit: cover;
    width: 350px;
}
.logo-background {
    position: absolute;
    top: 0;
    left: 200px;
    width: 450px;
    height: 894px;
    background-color: var(--primary-baige);
    z-index: 10;
}
/****** 비쥬얼(메인) section01 end ******/
/****** 정기 배달 도시락 section02 ******/
.section02 .sub_title {
    width: 100%;
    display: flex;
    justify-content: center;
}
.lunch_group_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.lunch_group_pc {
    width: 600px;
    height: 300px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    border: 2px solid white;
    box-shadow: rgba(207, 207, 207, 0.6) 0px 2px 10px;
    position: relative;
    overflow: hidden;
    padding: 60px;
}
.lunch_img {
    width: 200px;
    height: 100%;
    margin-left: 30px;
}
.lunch_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lunch_group_pc:hover {
    border: 2px solid var(--primary-orange);
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.salad .lunch_text {
    color: var(--primary-green);
}
.salad:hover {
    border-radius: 20px;
    border: 2px solid var(--primary-green);
}
.lunch_group_pc:hover .lunch_bg,
.salad:hover .lunch_bg {
    opacity: 0.3;
    transition: all 0.3s;
}
/* 런치박스 텍스트 스타일 */
.lunch_text {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-orange);
    display: flex;
    flex-direction: column;
    align-items: last baseline;
    justify-content: center;
}
.lunch_tit {
    display: flex;
}
.lunch_tit img {
    width: 40px;
    height: 40px;
    margin-left: 8px;
}
.lunch_price {
    color: black;
}
.ext_txt {
    font-size: 16px;
    margin-top: 6px;
}

/****** 정기 배달 도시락 section02 end ******/
/****** 특식데이 section03 ******/
.section03 .title {
    margin: 100px 0;
}
.section03 .sub_title {
    margin-top: 30px;
}
.lunch_trip {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.title_explain {
    margin-top: 40px;
    font-size: 2rem;
}
.img_box {
    display: flex;
    justify-content: right;
    width: 100%;
    height: 100%;
    gap: 20px;
}
.main_trip {
    width: 670px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.main_trip .day {
    width: 100%;
    height: auto;
}
.sub_trip {
    height: 445px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub_trip .day {
    width: 240px;
    height: auto;
    border-radius: 20px;
}
.day img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}
/****** 특식데이 section03 end ******/
/****** 밥온다특징 section04 ******/
.section04 {
    width: 100%;
    margin-top: 100px;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}
.black_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 52, 39, 0.6);
    z-index: 11;
}
.background_img>img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}
.promotion_point {
    width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 12;
}
.promotion_title {
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}
.promotion_title p {
    font-size: 36px;
    margin-bottom: 30px;
}
.promotion_title .logo_img img {
    width: 400px;
    object-fit: contain;
}
.promotion_contents{
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* 특징 5가지 상자 */
.promotion_box {
    width: 456px;
    height: 260px;
    background-color: white;
    border-radius: 20px;
    padding: 40px 50px;
    margin-bottom: 20px;
    font-size: 24px;
}
.promotion_box:hover {
    transform: translateY(-6px);
    transition: all 0.3s;
}
.pro_tit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 30px;
}
.pro_tit img {
    width: 40px;
}
.pro_tit span:nth-child(2) {
    padding-bottom: 6px;
}
.pro_txt_bold {
    font-weight: bold;
    padding-bottom: 6px;
}
.pro_txt_light {
    font-weight: 200;
}
/****** 밥온다특징 section04 end ******/
/****** 고객후기 section05 ******/
.section05 {
    padding: 100px 0;
    background-color: var(--background-light);
    width: 100%;
    height: 100%;
}
.section05 .sub_title {
    width: 1420px;
    margin: 0 auto;
}
.review_contents {
    width: 1420px;
    height: 440px;
    margin: 0 auto;
    
} #review_slide_wrap {
    width: 100%;
    overflow: hidden;
}
.review_slide_wrap {
    display: flex;
    width: max-content;
}
.review_slide {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    min-height: 500px;
    padding-top: 30px;
}
.review_slide .swiper-slide {
    width: 40vw;
    text-align: left;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-card {
    display: block;
    width: 100%;
    height: 440px;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.review-header {
    display: flex;
    align-items: center;
    padding: 12px;
}
.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e7e7e7;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.profile-pic img {
    width: 60%;
}
/* 리뷰-프로필이미지 */
.pic_img01 img {
    width: 100% !important; 
    height: 100%;
    object-fit: left !important;
    transform: translateX(100px) scale(5)!important;
}
.user-info {
    display: flex;
    flex-direction: column;
}
.user-id {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.review-date {
    font-size: 12px;
    color: #888;
}
.review-image {
    background-color: #ddd;
    height: 260px;
    overflow: hidden;
}
.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-text {
    padding: 25px 12px;
    font-size: 14px;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review_slide:hover {
    animation-play-state: paused;
}
/* @keyframes rotate {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
} */
/****** 고객후기 section05 end ******/
/****** 문의하기 section06 ******/
.section06 {
    margin-top: 100px;
    height: 500px;
}
.section06 .title {
    margin-bottom: 100px;
}
.section06 .title_explain {
    color: var(--primary-orange);
}
.contact_box {
    display: flex;
    justify-content: space-between;
}
.qr_img {
    width: 500px;
    max-height: 300px;
    margin-right: -80px;
}
.qr_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(-40px);
}
/****** 문의하기 section06 end ******/
/****** pay ******/
/* 계산서 */
.pay_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: var(--background-light);
}
.pay {
    width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.pay_icon {
    display: flex;
    justify-content: right;
    width: 25%;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -3px;
    color: #CFCFCF;
}
.pay_text {
    display: flex;
    justify-content: left;
    width: 60%;
    font-size: 32px;
}
.pay_text span:nth-child(2) {
    color: var(--primary-green);
    font-weight: bold;
}
/****** pay end ******/
/****** POPUP ******/
#popup_wrap {
  display: none;
  position: fixed;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  width: 525px;
  max-width: 90vw;
  height: auto;
  border-radius: 6px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
#popup_overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 */
  z-index: 999;
}
#popup_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#popup_close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
.no-show {
  display: block;
  background: #f8f8f8;
  padding: 10px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 600px) {
  #popup_wrap {
    top: 10vh;
    width: 90vw;
    max-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #popup_close {
    font-size: 24px;
    top: 8px;
    right: 10px;
  }

  .no-show {
    font-size: 13px;
    padding: 8px 16px;
  }
}
/****** POPUP E ******/