.gnb_mobile {display: none;}
.order_btn2{display: none;}

@media (max-width: 1024px) {
    .gnb_pc {display: none;}
    .gnb_mobile {display: block;}

    section {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #hamburger_btn {display: none;}

    #hamburger_btn:checked ~ .gnb .gnb_box {display: block;}
    #hamburger_btn ~ .gnb .gnb_box {display: none;}

    .gnb_mobile .gnb {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .top_btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
    .gnb_mobile .logo {
        margin: 0 auto;
        min-width: 120px;
        max-width: 160px;
    }
    .gnb_mobile .logo a img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(10px);
    }
    .gnb_mobile .gnb .menu_btn {
        width: 50px;
        margin-left: 10px;
    }
    .gnb_box {
        position: fixed;
        top: 0;
        left: -80%;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: left;
        padding: 20px;
    }
    /* 닫기 버튼 */
    .close_btn {
        font-size: 24px;
        align-self: flex-end;
        cursor: pointer;
        margin-bottom: 20px;
    }
    /* 체크박스가 체크되면 메뉴 등장 */
    #hamburger_btn:checked ~ .gnb_box {
        left: 0;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }
    #hamburger_btn ~ .gnb_box {
        left: -80%;
        box-shadow: none;
    }

    .gnb_mobile .gnb .order_btn {
        width: auto;
        padding-right: 10px;
    }
    .gnb_mobile .gnb .order_btn a {
        width: 80px;
        font-size: 1.2rem;
    }
    .gnb_mobile .gnb .gnb_box .gnb_btn a {
        font-size: 2.5rem;
        display: flex;
        margin-bottom: 20px;
    }
    .logo_gnb_mo {
        position: absolute;
        bottom: 30px;
        left: 10px;
    }
    .logo_gnb_mo img {
        width: 160px;
        height: auto;
        object-fit: contain;
    }
    /* 햄버거메뉴 end */
    /* gnb end */
    /****** 비쥬얼(메인) section01 ******/
    .section01 {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .black_bg {
        background-color: rgb(74, 52, 39, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 11;
    }
    .visual_imgbox {
        position: relative;
        overflow: hidden;
        z-index: 10;
        
    }
    .visual_imgbox img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        min-height: 200px;
    }
    .black_bg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .visual_imgbox h1{
        color: #fff;
        font-size: 28px;
        font-weight: 550;
        line-height: 40px;
    }
    /****** 비쥬얼(메인) section01 end ******/
    /****** section03 ******/
    .main_section03 {
        margin: 0;
        padding: 0;
    }
    /****** section03 end ******/

    /****** footer ******/
    footer {
        width: 100%;
        height: 600px;
        background-color: var(--background-dark);
        color: var(--font-gray);
        padding: 50px 30px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .footer_logo img {
        width: 250px;
        opacity: 0.5;
    }
    /* 왼쪽푸터 */
    .footer_left {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    /* 가운데푸터 */
    .footer_center {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    /* -*샐러드는 전날 주문마감합니다 */
    footer .ext_txt {
        margin-bottom: 30px;
    }

    .footer_contactus div {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .call span:nth-child(3),
    .ask_time span:nth-child(3),
    .order_time span:nth-child(3) {
        font-weight: 700;
    }
    .footer_contactus span:nth-child(2) {
        margin-right: 20px;
    }
    .call span:nth-child(2) {
        letter-spacing: 6.5px;
        margin-right: 14.5px;
    }
    .order_time span:nth-child(4) {
        margin-left: 20px;
    }
    /* 오른쪽푸터 */
    .footer_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_gnb {
        height: 20px;
        display: flex;
        line-height: 13px;
    }
    .footer_gnb div {
        height: 13px;
        border-right: 1px solid var(--font-gray);
        padding: 0 20px;
    }
    .footer_gnb div a {
        color: var(--font-gray);
    }
    .footer_gnb div:nth-child(1) {
        padding-left: 0;
    }
    .footer_gnb div:nth-child(3) {
        border: 0;
    }
    .sns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0;
        gap: 16px;
    }
    .sns_icon a {
        width: 45px;
        height: 45px;
        background-color: var(--font-gray);
        border-radius: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sns_icon img {
        width: 95%;
        height: 100%;
        object-fit: contain;
    }
    .footer_copylight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_copylight>span {
        margin-bottom: 10px;
    }
    /* 푸터아이콘 이미지 */
    .footer_contactus img {
        width: 30px;
        justify-content: center;
        align-items: center;
        line-height: 20px;
        margin-right: 10px;
    }
    /****** footer end ******/
    /* 공통 텍스트 */
    .title {
        font-size: 30px;
    }
    .sub_title {
        font-family: 'Pretendard-Regular';
        font-size: 2rem;
    }
    /* 공통 텍스트 end */
    /* 공통 라인 */
    .line {
    margin: 40px 0;
    width: 100%;
    height: 10px;
    background-color: #f3f3f3;
    box-shadow: inset 0px 1px 3px rgba(54, 54, 54, 0.1);
    }
    /* 공통 라인 end */
}
