.mypage-box .mypage-head .head-left>div .cert.done {
    background-color: #d9d9d9;
    cursor: unset;
    pointer-events: none;
}

section {
    padding: 50px 15px 110px;
}



.footer-more-btn {
    margin: 24px auto 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.popup-message {
    z-index: 99999;
}


.address-box-btn-wrap {
    display: flex;
    gap: 16px;
}

.wrapper {
    /*height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    !* for iOS *!
    position: relative;*/
}

.Modal-box {
    position: fixed;
    left: 50%;
    top: 0;
    right: 0;
    background-color: #F4F4F4;
    z-index: 10001;
    min-height: 100dvh;
    max-height: 100dvh;
    width: 100%;
    max-width: 450px;
    transform: translateX(-50%);
    /* overflow: auto; */
}


.Modal-box section {
    min-height: 100vh;
    height: 100dvh;
    overflow: auto;
}

.faqs-box {
    display: block;
}

.faqs-box>ul {
    display: flex;
    flex-direction: column;
}

.faqs-box>ul>li {
    display: block;
}

.faqs-item {
    border-bottom: 2px solid #eaeaea;
}

.faqs-item .faqs-question {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
}

.faqs-item .faqs-question > p {
    font-size: 14px;
}
.faqs-item .faqs-question .title-date-wrap { display: flex; gap: 4px; flex-direction: column; }
.faqs-item .faqs-question .title-date-wrap .title { font-size: 14px; }
.faqs-item .faqs-question .title-date-wrap .date { font-size: 12px; opacity: 0.5; }


.faqs-item .faqs-answer {
    padding: 10px;
    background-color: #eaeaea;
    display: none;
}

.faqs-item .faqs-answer p {
    line-height: 1.5;
    color: #4c4c4c;
}

.faqs-item.active .faqs-question i {
    transform: rotate(0.5turn);
}

.faqs-item.active .faqs-answer {
    display: block;
}



.gratuity-box.coupons .list-head .more p:after {
    display: none;
}



.calendar-box .link.selected {
    /* background: #000; */
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.calendar-box .link.selected::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #20E3B2 0%, #0CBEEB 100%);;
    z-index: -1;
    border-radius: 100%;
}

.calendar-box .link.selected.disabled::before {
    background: #dadada;
}


.calendar-box .link.disabled {
    /* pointer-events: none; */
    color: #ccc;
}

.calendar-box .link.selected.disabled {
    /* pointer-events: none; */
    color: #fff;
}

.input-box.add-eye {
    position: relative;
}

.input-box.add-eye i {
    position: absolute;
    right: 14px;
    font-size: 24px;
}

.scroll-picker-wrap {
    flex-wrap: unset !important;
}

.scroll-picker {
    width: 100%;
    height: 180px;
    /* 36px * 5 */
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    border-radius: 8px;
    text-align: center;
    position: relative;
    padding-top: 72px;
    /* 36px * 2 */
    padding-bottom: 72px;
    /* 36px * 2 */
}

.scroll-item {
    height: 36px;
    line-height: 36px;
    scroll-snap-align: center;
    font-size: 25px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.15);
}

.scroll-picker::-webkit-scrollbar {
    display: none;
}

/* .scroll-picker {
    -ms-overflow-style: none;
    scrollbar-width: none;
  } */

.scroll-item.selected {
    font-weight: bold;
    color: #000;
    border-radius: 6px;
    transition: all ease 0.5s;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}



footer { pointer-events: none; }
footer * { pointer-events: auto; }
.footer-add {
    pointer-events: none; /* 부모는 클릭 안됨 */
}
.footer-add .add {
    pointer-events: auto; /* 자식은 클릭 가능 */
}

.state-box ul li > * { position: relative; }
.state-box ul li > * i { position: absolute; left: 10px; font-size: 24px; }


.movement-box > ul > li .inner .subject .edit-btn { font-weight: bold; text-decoration: underline; }


.top-sticky-box .link-box { display: flex; gap: 12px; margin-left:auto; }


header h1 button { }
header h1 button i { color: #929292; font-size:16px; }



.item-box ul li .inner.delivery-inner { border-radius: 10px 10px 0 0; }
.item-box ul li .state-btn-wrap { display: flex; }
.item-box ul li .state-btn-wrap button { display: flex; padding: 10px 15px; background-color: #000; color: #fff; width: 100%; border-radius: 0 0 10px 10px; align-items: center; justify-content: space-between; border: 1px solid #000; }
.item-box ul li .state-btn-wrap button::after { display: inline-block; content: ""; width: 15px; height: 15px; margin: 0 0 0 2px; background: url(/images/icon_more_white.png) no-repeat center / 6px auto;}


.item-box ul li .state-btn-wrap > *.TEMP {
    background-color:#D2D2D2;
    color:#fff;
    border-color:#D2D2D2;
}
.item-box ul li .state-btn-wrap > *.WAIT {
    background-color:#1A1A1A;
    color:#fff;
    border-color:#1A1A1A;
}
.item-box ul li .state-btn-wrap > *.WAIT_PASS {
    background-color:#62D8A3;
    color:#fff;
    border-color:#62D8A3;
}
.item-box ul li .state-btn-wrap > *.WAIT_PASS_CHECK {
    background-color:#62D8A3;
    color:#fff;
    border-color:#62D8A3;
}
.item-box ul li .state-btn-wrap > *.WAIT_SEND {
    background-color:#6170B9;
    color:#fff;
    border-color:#6170B9;
}
.item-box ul li .state-btn-wrap > *.FINISH_SEND {
    background-color:#6170B9;
    color:#fff;
    border-color:#6170B9;
}
.item-box ul li .state-btn-wrap > *.FINISH {
    background-color:#6170B9;
    color:#fff;
    border-color:#6170B9;
}
.item-box ul li .state-btn-wrap > *.REQUEST_CANCEL {
    background-color:#CD5C5C;
    color:#fff;
    border-color:#CD5C5C;
}
.item-box ul li .state-btn-wrap > *.CANCEL {
    background-color:#CD5C5C;
    color:#fff;
    border-color:#CD5C5C;
}
.item-box ul li .state-btn-wrap > *.EXPIRED {
    background-color:#CD5C5C;
    color:#fff;
    border-color:#CD5C5C;
}




.item-box ul li .inner .list-content .time > *.TEMP {
    color:#D2D2D2;
}
.item-box ul li .inner .list-content .time > *.WAIT {
    color:#000;
}
.item-box ul li .inner .list-content .time > *.WAIT_PASS {
    color:#62D8A3;
}
.item-box ul li .inner .list-content .time > *.WAIT_PASS_CHECK {
    color:#62D8A3;
}
.item-box ul li .inner .list-content .time > *.WAIT_SEND {
    color:#6170B9;
}
.item-box ul li .inner .list-content .time > *.FINISH_SEND {
    color:#6170B9;
}
.item-box ul li .inner .list-content .time > *.FINISH {
    color:#6170B9;
}
.item-box ul li .inner .list-content .time > *.REQUEST_CANCEL {
    color:red;
}
.item-box ul li .inner .list-content .time > *.CANCEL {
    color:red;
}
.item-box ul li .inner .list-content .time > *.EXPIRED {
    color:red;
}



.item-box ul li .inner { cursor: pointer; }







.popup-body-gap { border-bottom: 1px dashed #bdbdbd ; }


.check-box-type1 { display: flex; gap: 8px; align-items: center; }
.check-box-type1 input { display: none; }
.check-box-type1 .label-p { color: #dadada; }
.check-box-type1 label { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 100%; background-color: #dadada; }
.check-box-type1 label i { color: #fff; font-size: 12px; }
.check-box-type1 input:checked ~ .label-p { color: #000; }
.check-box-type1 input:checked ~ label { background: linear-gradient(135deg, #20E3B2 0%, #0CBEEB 100%); }

.radio-box-type1 { display: flex; gap: 8px 16px; align-items: center; flex-wrap: wrap; }
.radio-box-type1 .btn-description { padding: 4px 8px; background-color: #f4f4f4; color: #000; border-radius: 20px;  }
.isRepeatWeekly .btn-description { color: #000; }
.isRepeatWeekly.disabled .btn-description { color: #999; }

.radio-box-type1 input { display: none; }
.radio-box-type1 label { display: flex; gap: 8px; align-items: center; min-width: fit-content; }
.radio-box-type1 label .label-p { color: #dadada; font-weight: bold; font-size: 18px; cursor: pointer; }
.radio-box-type1 label .icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 100%; background-color: #dadada; }
.radio-box-type1 label .icon > div { border: 2px solid #fff; background-color: transparent; width: 14px; height: 14px; border-radius: 100%; }
.radio-box-type1 label i { color: #fff; font-size: 12px; }
.radio-box-type1 input:checked ~ label .label-p { color: #000; }
.radio-box-type1 input:checked ~ label .icon { background: linear-gradient(135deg, #20E3B2 0%, #0CBEEB 100%); }




