

#section_auth {
    margin: 4rem auto;
}


/* #input_check_name,
#input_check_phone,
#input_auth_no {
    border: 0;
    border-radius: 0;
    padding: 4px;
    height: 30px;
    margin-top: 3px;
    width: 220px;
} */

/* #send_auth_no,
#check_my_reservation {
    border: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    height: 32px;
} */

/* .check_auth_box {
    display: none;
} */

#section_reservation .container {
    max-width: 650px;
}
.section_title {
    text-align: center;
}
.page_icon {
    text-align: center;
    font-size: 3rem;
    margin: 3rem auto;
}
.list {
    padding: 1rem;
    background-color: #ffeeee;
    line-height: 1.6;
}
.list li {
    list-style: disc;
    margin-left: 1rem;
}
#tab_reservation_status {
    padding: 2rem;
    border: 1px solid #ffeeee;
}
.form_iw {
    display: flex;
    margin: 0 0 10px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.label_w {
    min-width: 80px;
}

#check_my_reservation {
    margin-top: 2rem;
    -webkit-appearance: none;
    border: 0;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(122deg, #f26641 0%, rgb(223 121 31) 55%, rgb(255 164 86) 100%);
    padding: 1rem 2rem;

}












