/* footer css */

#Accordion_wrap .info_txt { height: auto; }
#Accordion_wrap .copyright { margin-bottom: 5px; }
#Accordion_wrap .shop_info_etc { font-size: 11px; padding: 12px 16px 0; color:#bbb; line-height: 1.2em; }

/* toolbar discovery */
.discovery.toolbar {position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 64px; box-shadow: 0px 0px 18px 3px rgb(1 1 1 / 5%); max-width: 480px; margin: 0 auto; background-color: transparent; z-index: 2; display: flex; align-items: center; border-top: 1px solid #555; box-sizing: border-box;}
.discovery.toolbar-menu {width: 100%; padding-top: 0; height: 100%;}
.discovery.toolbar ul.menu {display: flex; width: 100%; height: 100%;}
.discovery.toolbar ul.menu li {text-align: center; display: flex; align-items: center; justify-content: center; width: 25%; padding: 0; background-color: transparent; vertical-align: middle; cursor:pointer;}
.discovery.toolbar ul.menu li a {text-decoration: none;}
.discovery.toolbar ul.menu li .tool {display: flex; flex-direction: column; align-items: center; position: relative; gap: 8px;}
.discovery.toolbar ul.menu li img {width: 26px; height: 26px; max-width: 26px;}
.discovery.toolbar ul.menu li .menu_img {width: 100%; max-width: 37px; height: auto; position: absolute; bottom: -14px;}
.discovery.toolbar ul.menu li span {display: block; color: #fff; line-height: 1; font-size: 12px; letter-spacing: 0; margin-top: 0;}
.discovery.toolbar ul.menu li.on span {color: #FF6B00;}
.discovery.toolbar .tool .re_badge_wrap {position: absolute; top: -5px; right: 5px;}
.discovery.toolbar .tool .re_badge_wrap .re_badge {line-height: 1.2; position: static; display: flex; align-items: center; justify-content: center; font-weight: 500; box-sizing: border-box; border-radius: 50%; background: #FF6B00; color: #fff; width: 18px; height: 18px; font-size: 11px; letter-spacing: -0.5px;}
.discovery.toolbar .tool .re_badge_wrap2 .re_badge2 span {color: #fff;}
.discovery.toolbar .tool .re_badge_wrap2 {position: absolute; top: -5px; right: -5px;}
.discovery.toolbar .tool .re_badge_wrap2 .re_badge2 {line-height: 1.2; position: static; display: flex; align-items: center; justify-content: center; font-weight: 500; box-sizing: border-box; border-radius: 50%; background: #F92E12; color: #fff; width: 18px; height: 18px; font-size: 11px; letter-spacing: -0.5px;}
.discovery.toolbar .tool .re_badge_wrap2 .re_badge2 span {color: #fff;}
.footer-escrow { border-top:1px solid #ddd; display: flex; justify-content: center; align-items: center;margin-bottom:70px; }




/* 모달.css */
/* The Modal (background) */
.kako.info-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    /*max-width: 480px;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); !* Fallback color *!*/
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}

/* Modal Content */
.kako.info-modal .info-modal-content {
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    width: 60%;
    max-width: 400px;
    /*height: 485px;*/
    /* margin-top: 12%; */
    /*border: solid 1px #f6f6f6;*/
    box-shadow: 0 5px 6px rgb(0 0 0 / 8%);
    padding: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
    .kako.info-modal .info-modal-content {
        /*margin-top: 50%; */
        /* margin-top: 25%; */
        width: 80%;
    }
}
.kako.info-modal .info-modal-content .chat_button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
    border-top: solid 1px #f6f6f6;
}

.kako.info-modal .info-modal-content .chat_button button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    font-family: "Noto Sans KR", sans-serif;
}
.kako.info-modal .info-modal-content .chat_button .close {
    background: none;
    border: none;
    color: #727272;
    font-size: 15px;
    border-right: solid 1px #f6f6f6;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}

/* The Close Button */
.kako.info-modal .info-modal-content .chat_button .go_chat {
    background: none;
    border: none;
    padding: 4%;
    color: #FF6B00;
    font-size: 15px;
    font-weight: 500;

}

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

.kako.info-modal .info-modal-content .kako-tit {
    padding: 20px;
    background-color: #fffbf3;
    border-radius: 8px 8px 0px 0px;
}
.kako.info-modal .info-modal-content .kako-tit .kako_txt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #000000;
}
.kako.info-modal .info-modal-content .kako-tit img {
    width: 50px;
    padding-right: 8px;
}
.kako.info-modal .info-modal-content .kako-tit .kako_txt02 {
    text-align: center;
    padding-top: 5px;
    color: #FF6B00;
    line-height: 1.4;
    font-size: 12px;
}
.kako.info-modal .info-modal-content .kako-tit .kako_txt02 .time {
    font-size: 16px;
}
.kako.info-modal .info-modal-content .kako-tit .kako_txt02 .lunch_time {
    font-size: 12px;
    opacity: 0.9;
}

.kako.info-modal .info-modal-content .help_type_wrap {
    padding: 20px;
}
.kako.info-modal .info-modal-content .help_type_wrap .btn_help_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kako.info-modal .info-modal-content .help_type_wrap .help_type_tit {
    font-size: 14px;
    font-weight: 500;
    color: #727272;
}
.kako.info-modal .info-modal-content .help_type_wrap .btn_help_wrap button {
    padding: 10px;
    width: 100%;
    border: solid 1px #FF6B00;
    background-color: #fff;
    color: #FF6B00;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}
.kako.info-modal .info-modal-content .chat_btn_wrap .chat_tit {
    padding: 0px 20px 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
}
.kako.info-modal .info-modal-content .chat_btn_wrap .chat_tit .txt {
    font-size: 12px;
    padding-top: 5px;
    color: #a4a4a4;
    font-weight: 200;
    line-height: 1.3;
}


/* 260310 비회원 주문배송조회 토스트팝업 */
.shippingsidenav { cursor: pointer; }
#shippingpop-layer-mask {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 5001; background-color: rgba(0, 0, 0, 0.6); opacity: 0; transition: opacity 0.25s;}
#shippingpop-layer-mask.active {display: block; opacity: 1;}
.shippingpop .shippingpop-up {box-sizing: border-box; border-top-left-radius: 12px; border-top-right-radius: 12px; padding: 24px 20px 16px 20px; background: #fff; position: fixed; width: 100%; max-width: 480px; bottom: -100%;z-index: 5001; left: 50%; transform: translate(-50%, 0); transition: bottom 0.35s ease; }
.shippingpop .shippingpop-up.active {bottom: 0; z-index: 5001; }
.shippingpop .title {color: #222; font-size: 18px; font-weight: 700; margin-bottom: 20px;}
.shippingpop .input_area {display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px;}
.shippingpop .input_area input {width: calc(100% - 80px) ; height: 40px; font-size: 16px; border: 1px solid #d7d7d7; border-radius: 8px; padding: 0 12px; box-sizing: border-box; }
.shippingpop .input_area input:focus {outline: none;}
.shippingpop .input_area input:focus {border: 1px solid #FF6b00 !important; }
.shippingpop .shippingpop-up.close {bottom: -100%; z-index: 5001;transition: bottom 1300ms;transition-delay:100ms;}
.shippingpop .btn-area {position: absolute; top: -25px; right: 0;}
.shippingpop .btn-area .btn_close {color: #fff; font-size: 14px; font-weight: 500; padding: 5px 20px 8px 12px;}
.shippingpop .btn-area .btn_close::after {width: 11px; height: 11px; display: inline-block; content: ''; background: url(https://img.monfood.co.kr/images/common/btn_close_white.png) no-repeat center center; background-size: 11px; margin-left: 4px;}
.shippingpop .btn_order_check {margin-top: 24px; color: #fff; background: #ff6b00; font-size: 18px; font-weight: 700; text-align: center; display: block; line-height: 52px; border-radius: 5px;}