.lunch_group_mo {
    display: none;
}
.section01_mobile {
    display: none;
}
@media (max-width: 1024px) {
    .section01 {
        display: none;
    }
    .section01_mobile {
        display: block;
        height: 300px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .visual_imgbox {
        height: 300px;
        position: relative;
    }
    .visual_imgbox img {
        width: 100%;
        object-fit: cover;
    }
    
    .lunch_group_wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 0 30px;
    }

    .section01 .sub_title {
        margin: 0 auto;
        width: 100%;
    }

    /****** 정기 배달 도시락 section02 ******/
    .section02 {
        padding-bottom: 30px;
    }

    .section02 .sub_title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: -20px;
    }

    .lunch_group_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }

    /* 모바일/PC */
    .lunch_group_pc {
        display: none;
    }

    .lunch_group_mo {
        display: block;
    }

    .lunch_group_wrap {
        gap: 10px;
    }

    .lunch_group_mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px;
        width: 50vw;
        min-width: 160px;
        height: 300px;
        border-radius: 10px;
        box-shadow: rgba(207, 207, 207, 0.6) 0px 2px 10px;
    }

    /* 런치박스 이미지 스타일 */
    .lunch_img {
        width: 100%;
        height: 60%;
        margin-left: 0px;
    }

    .lunch_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* 런치박스 텍스트 스타일 */
    .lunch_text {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary-orange);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .lunch_tit {
        display: flex;
    }

    .lunch_tit img {
        width: 26px;
        height: 26px;
        margin-left: 8px;
    }

    .lunch_price {
        color: black;
    }

    .ext_txt {
        font-size: 16px;
        margin-top: 6px;
    }

    /* 런치박스 텍스트 스타일 end */
    .salad .lunch_tit span,
    .salad .lunch_ext {
        color: var(--primary-green);
    }

    .lunch_group a:hover {
        border: 2px solid white;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .salad a:hover {
        border: 2px solid white;
    }

    .lunch_group a:hover .lunch_bg,
    .salad a:hover .lunch_bg {
        opacity: 1;
    }

    .salad:hover {
        border: inherit;
    }

    /****** 정기 배달 도시락 section02 end ******/

    /****** 특식데이 section03 ******/
    .section03 {
        padding: 0 30px;
        background-color: rgb(240, 240, 240);
        margin-top: 20px;
        padding-bottom: 40px;
        margin-bottom: -110px;
    }

    .section03 .title {
        font-size: 24px;
        display: flex;
        justify-content: left;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .section03 .sub_title {
        margin: 0;
        font-family: 'Pretendard-Regular';
    }

    .title_explain {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    .section03 .lunch_trip {
        display: flex;
        flex-direction: column;
    }

    .section03 .textbox {
        margin-bottom: 20px;
    }

    .img_box {
        width: 100%;
        gap: 10px;
    }

    .main_trip {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        overflow: hidden;
    }

    .main_trip img {
        object-fit: cover;
        object-position: left center;
    }

    .day img {
        width: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .sub_trip {
        display: none;
        width: 20%;
        height: auto;
        overflow: hidden;
        gap: 10px;
    }

    .sub_trip .day {
        width: 100%;
        height: 80px;
        border-radius: 10px;
        overflow: hidden;
    }

    .sub_trip .day img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    /****** 특식데이 section03 end ******/
    /****** section04 ******/
    .section04 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 150px 0 0 0;
    }

    .background_img {
        width: 100%;
        height: auto;
    }

    .background_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .promotion_point {
        width: 100%;
    }

    .promotion_title {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -60px;
    }

    .promotion_title p {
        font-size: 2rem;
    }

    .section04 .logo_img {
        width: 200px;
        margin-bottom: 40px;
    }

    .section04 .logo_img img {
        width: 100%;
        object-fit: contain;
    }

    .promotion_contents {
        padding: 0 30px;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .promotion_box {
        width: 100%;
        height: auto;
        padding: 30px;
        font-size: 1.4rem;
        padding: 20px 20px;
    }

    .pro_txt .pro_txt_bold {
        font-size: 2rem;
    }

    .pro_tit {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .pro_tit img {
        width: 30px;
    }

    @media (hover: none) and (pointer: coarse) {
        .promotion_box:hover {
            transform: translateY(0px);
            transition: all 0.3s;
        }

        .review_slide:hover {
            animation-play-state: running;
            /* 또는 기본값으로 재지정 */
        }
    }

    /****** section04 end ******/
    /****** 고객후기 section05 ******/
    .section05 {
        padding: 40px 0;
        background-color: var(--background-light);
        width: 100%;
        height: 100%;
    }

    .section05 .sub_title {
        padding: 0 30px;
    }

    .review_contents {
        width: 1420px;
        height: 300px;
        margin: 0 auto;

    }

    #review_slide_wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 0;
    }

    .review_slide_wrap {
        display: flex;
        width: max-content;
    }

    .review_slide {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        min-height: 300px;
        padding-top: 0;
    }

    .review_slide .swiper-slide {
        text-align: left;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review-card {
        display: block;
        width: 100%;
        height: 300px;
        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;
    }

    .profile-pic img {
        width: 60%;
    }

    .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: 140px;
        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: unset;
    }

    /****** section05 end ******/
    /* pay */
    .pay {
        gap: 20px;
    }

    .pay_wrap {
        height: 100px;
        overflow: hidden;
    }

    .pay_wrap .pay_text {
        font-size: 1.8rem;
    }

    /* pay end */
    /****** section06 ******/
    .section06 {
        height: auto;
        padding: 0 30px 50px 30px;
        margin-top: 50px;
    }
    .section06 .title {
        margin: 0 auto;
        display: flex;
        padding: 0 30px;
        justify-content: left;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .section06 .contact_box {
        padding: 0 30px;
    }
    .contact_box {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    .sub_title {
        width: 40%;
    }
    .section06 .qr_img {
        width: 40%;
        height: 200px;
        margin-right: 0px;
        padding: 0 30px 50px 30px;
    }
    .section06 .qr_img img {
        width: 100%;
        object-fit: contain;
        transform: translateY(0px);
    }

    /****** section06 end ******/
}
/* @media (min-width: 320px) and (max-width: 600px) */
@media (max-width: 600px) {
    .lunch_group_mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px;
        width: 50vw;
        min-width: 160px;
        height: 100%;
        border-radius: 10px;
        box-shadow: rgba(207, 207, 207, 0.6) 0px 2px 10px;
    }

    /* 런치박스 이미지 스타일 */
    .lunch_img {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }

    .lunch_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* 런치박스 텍스트 스타일 */
    .lunch_text {
        font-weight: 700;
        color: var(--primary-orange);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .lunch_tit {
        display: flex;
        font-size: 18px;
    }

    .lunch_tit img {
        width: 26px;
        height: 26px;
        margin-left: 8px;
    }

    .lunch_price {
        color: black;
        font-size: 16px;
    }

    .lunch_group_mo .ext_txt {
        font-size: 12px;
        margin-top: 6px;
    }

    /* 런치박스 텍스트 스타일 end */
    .salad:hover {
        border: inherit;
    }

    /****** section06 ******/
    .qr_img {
        display: none;
    }

    .order_btn2 {
        display: block;
    }

    .order_btn2 a {
        width: 160px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-orange);
        border-radius: 100px;
        color: white;
        font-weight: 700;
        font-size: 18px;
    }

    /****** section06 end ******/
}