.myreserve_page{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.myreserve-content {
    padding: 40px 0;
}

.myreserve-content .search_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    column-gap: 10px;
}

.myreserve-content .search_container button {
    font-size: 14px;
    background-color: #7f7f7f;
}

.myreserve_page button {
    height: 40px;
    padding: 0;
    padding: 0 17px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease;
}

.myreserve_page table select {
    padding: 5px;
}

.myreserve_page table textarea {
    font-size: 14px;
}

.myreserve_page table button.memo_btn {
    font-size: 14px;
    padding: 0 15px;
    height: 29px;
    float: right;
}

.myreserve_page table tr {
    position: relative;
}

.myreserve_page table .accordion-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
    border: 1px solid #dcdcdc;
    color: #000;
    box-shadow: 0px 8px 6px #00000017;
}

button.more-toggle {
    padding: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

button.more-toggle.collapsed{
    transform: rotate(0deg);
}

button.more-toggle i {
    font-size: 25px;
    color: #ff5722;
}

.accordion-body .section > .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.accordion-body .section ul {
    display: grid;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.accordion-body .section ul li .info-title {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.accordion-body .section ul li {
    color: #555;
}

.accordion-body .section ul li.price-total {
    grid-column: span 2;
}

.accordion-body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: start;
    padding: 40px;
}

.accordion-body .section {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.accordion-body .section ul li .info .total {
    font-style: italic;
}

.accordion-body .section ul li.price-total .info {
    font-style: italic;
    color: #ff5722;
    font-weight: 600;
}

.myreserve_page nav.pagination {
    justify-content: center;
    margin: 30px 0;
}

.myreserve_page nav.pagination ul {
    display: flex;
}

.myreserve_page table thead {
    background: #f5f5f5;
}

.myreserve_page table thead td {
    vertical-align: middle;
}

.myreserve_page table td {
    padding: 10px;
}

.accordion-body .section ul li.price-total .info .delivery-price {
    color: #727272;
}

.myreserve_page table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.myreserve_page table td {
    border-color: #e9e9e9;
    word-break: break-word;
}

.myreserve_page table td.button {
    text-align: center;
    width: 50px;
    padding: 0;
}

.myreserve_page table td.num {
    text-align: center;
    width: 75px;
}

.myreserve_page .modal button.btn-close {
    position: absolute;
    top: 0px;
    right: 8px;
    background-color: transparent;
    opacity: 1;
    background-size: 17px;
    z-index: 99;
    width: 25px;
}

.myreserve_page table td.button button {
    background-color: transparent;
    border: 0;
    color: #333;
    padding: 0;
}

.accordion-body .section > .type {
    color: #ff5722;
    font-style: italic;
}

.myreserve_page table td.memo {
    width: 300px;
}

.myreserve_page table td.status.status_select select {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.myreserve_page table td.status.status_select button {
    width: 100%;
    font-size: 14px;
    width: 50px;
    padding: 0;
    height: 28px;
    float: right;
}

.myreserve-content .search_container #search_form input {
    border: 1px solid #dcdcdc;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
    .accordion-body .section ul {
        display: grid;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .accordion-body .section ul li .info-title {
        font-weight: 500;
        margin-bottom: 5px;
        color: #333;
    }

    .myreserve_page table td.button{
        position: relative;
    }

    .myreserve_page table .accordion-collapse {
        max-height: 300px;
        overflow-y: scroll;
        top:0;
    }

    .myreserve_page table .accordion-collapse .swipe-alert {
        color: #ff5722;
        margin-bottom: -7px;
    }

    .myreserve_page table td.memo,.myreserve_page table td.name,.myreserve_page table td.id {
        display: none;
    }

    .myreserve_page table td {
        padding: 5px;
        vertical-align: middle;
    }
    

    .myreserve_page table td.date, .myreserve_page table td.selected_date {
        font-size: 12px;
    }

    .myreserve_page table td.num {
        width: 50px;
    }

    .myreserve_page table td.status {
        width: 100px;
    }

    .accordion-body {
        text-align: initial;
    }

    .myreserve_page table tr {
        position: relative;
    }

    .myreserve_page table select {
        font-size: 13px;
    }
}