html {
    font-size: 20px;
    min-width: 320px;
}

#imageView {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    text-align: center;
}

#imageView img {
    width: 1200px;

}

.rsp_view_wrap {
    margin-top: 2.5rem;
}

@media screen and (max-width:1250px) {
    .rsp_view_wrap {
        margin-top: 5.25rem;
    }

    #imageView img {
        width: calc(100% - 2rem);

    }
}

.rsp_view_title,.rsp_view_title2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
}
.rsp_view_title{
    border-bottom: 0.1rem solid #bcc3c8;
}

.rsp_view_stitle {
    font-weight: 400;
    font-size: 1rem;
    color: #757575;
    margin-bottom: 2rem;
    line-height: 1.5rem;
}
.rsp_view_stitle2{
    font-size: 0.8rem;
}
.wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

.swip-buttons {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    height: 2rem;
    text-align: center;
    width: 2rem;
}

.swip-buttons>i {
    line-height: 2rem;
    color: #757575;
}

.swip-button-prev {
    left: -2.5rem;
}

.swip-button-next {
    right: -2.5rem;
}

.swiper {
    height: 15rem;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_box_cont>div {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:1250px) {
    .rsp_view_wrap {
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .swiper {
        height: 23vw;
    }

    .swip-buttons {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .swiper {
        height: 46vw;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .swiper {
        height: 17rem;
    }
}

.rsp_view_tbtns {
    height: 2.5rem;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rsp_tbtns_inner {
    display: flex;
}

.rsp_tbtns_left>.rsp_tbtn {
    margin-right: 0.5rem;
}

.rsp_tbtn {
    color: #757575 !important;
    padding: 0.45rem 0.6rem;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
}

.rsp_tbtn>i {
    margin-right: 0.25rem;
}

.rsp_hrt.active {
    color: var(--t_main_color) !important;

}

.rsp_table {
    border-collapse: collapse;
    border-top: 2px solid #3d3d3d;
    display: table;
    width: 100%;
}

.rsp_row {
    border-bottom: 1px solid #e5e5e5;
    display: table-row;
}

.rsp_row:last-child {
    border-bottom: none;
}

.rsp_cell {
    padding: 0rem 1rem;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    display: table-cell;
    word-break: keep-all;
}

.rsp_title_cell {
    vertical-align: top;
    white-space: nowrap;
    width: 10%;
    font-size: 0.8rem;
    color: #3d3d3d;
}

.rsp_title_cell>i {
    margin-right: 0.5rem;
}

.rsp_title_cell>a {
    margin-right: 0.5rem;
}

.rsp_table_btn {
    border: 1px solid #e2e2e2;
    margin-left: 0.5rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    color: var(--t_main_color) !important;
    padding: 0 0.5rem;
    box-sizing: border-box;
    text-align: center;
}

.rsp_table_btn>i {
    margin-right: 0.25rem;
}

.orange_txt {
    color: var(--t_main_color);
}

.rsp_normal_txt {
    color: #757575 !important;
}

.rsp_apl_img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    object-fit: none;
    display: inline-block;
}

.rsp_apl_txt {
    font-weight: bold;
    font-size: 0.8rem;
    color: #3d3d3d;
}

.rsp_apl_wrap {
    display: flex;
    align-items: center;
}

.rsp_date_tag {
    background-color: var(--t_main_color);
    color: white;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    line-height: 1rem;
    box-sizing: border-box;
}

.rsp_date_wrap>span {
    margin-right: 0.5rem;
}

.common_title {
    border-bottom: 2px solid #3d3d3d;
    font-size: 1rem;
    line-height: 2.5rem;
}


.left_tables {
    display: flex;
    flex-wrap: wrap;
}
.book_right{
    display: flex;
    flex-direction: column;
}

.left_table {
    box-sizing: border-box;
    font-size: 0.8rem;
    /* flex-grow: 1; */
    width: calc(100% / 3);
    display: table;
    border-collapse: collapse;
    border-right: 1px solid #e5e5e5;
}
.left_table.right_table{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width:1250px) {
    .left_tables {
        flex-wrap: wrap;
    }

    .left_table {
        width: 100%;
    }
}

.left_table:last-child {
    border-right: none;
}

.left_row {
    border-bottom: 1px solid #e5e5e5;
    display: table-row;
}

.left_row:last-child {
    border-bottom: none;
}

.left_cell {

    display: table-cell;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.left_title_cell {
    white-space: nowrap;
    color: #3d3d3d;
    font-weight: bold;
    background-color: #f9f9f9;
    border-bottom: 2px solid #e5e5e5;
}

.left_cell_txt {
    color: #757575;
}
.cell_name{
    background-color: var(--mono_back);
    font-weight: bold;
}
.left_cell_txt.cell_title_txt{
    color:#3D3D3D;
    margin-bottom: 0.75rem;
    line-height: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}
.left_cell_txt.cell_top_txt {
    margin-bottom: 0.75rem;
}

.left_cell_txt.cell_bot_txt {
    font-size: 0.9rem;
    text-align: right;
    font-weight: bold;
}

.left_cell_txt.cell_last_txt {
    color: var(--t_main_color);
}
.right_sticky_box{
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
}
@media screen and (min-width:1251px) {
    .right_sticky_box {
        position: sticky;
        top: 0;
    }
}

/* @media screen and (max-width:1250px) {
    .right_sticky_box {
        display: block;
        z-index: 99;
        background-color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
} */
.stk_picker_inner {
    margin-bottom: 0.5rem;
}

.stk_picker_inner:last-child {
    margin-bottom: none;
}

.stk_picker_box {
    border-bottom: 2px solid #c5cbd0;
    white-space: nowrap;
    padding: 1.75rem 1rem;
    box-sizing: border-box;
}

.stk_pick_title {
    margin-right: 1rem;
    color: #3d3d3d;
    font-weight: bold;
}

.stk_input {
    font-size: 0.7rem;
    color: var(--t_main_color);
    width: calc(100% - 4rem);
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
    outline: none;
    padding: 0.5rem 0.6rem;
    box-sizing: border-box;
    font-size: 0.7rem;
}

.right_age_box {
    background-color: #f9f9f9;
    border-bottom: 2px solid #c5cbd0;
    /* border-top: 2px solid #c5cbd0; */
}

.right_age_inner {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.right_age_inner:last-child {
    border-bottom: none;
}

.right_age_prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_age_count {
    display: flex;
    align-items: center;
}

.right_age_circle {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: 50%;
}

.right_age_circle::before,
.right_age_circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: 2px;
}

.right_age_circle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.right_age_minus {
    border: 1px solid #d7d7d7;
}

.right_age_minus.right_age_circle::before {
    background-color: #d7d7d7;
}

.right_age_plus.right_age_circle::before,
.right_age_plus.right_age_circle::after {
    background-color: #ff8e87;
}

.right_age_plus {
    border: 1px solid #ff8e87;
}

.right_age_count_num {
    text-align: center;
    margin: 0 0.5rem;
    min-width: 1rem;
}

.right_age_title {
    font-weight: 600;
    font-size: 0.8rem;
}

.right_age_prc {
    margin: 0.5rem 0;
}

.right_age_prc_num {
    font-weight: bold;
    font-size: 0.9rem;
    color: var(--t_main_color);
}

.right_age_limit {
    font-size: 0.7rem;
    color: #757575;
}

.right_sum_box {
    border-bottom: 2px solid #bcc3c8;
}

.right_sum_inner {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;

}

.right_sum_inner:last-child {
    border-bottom: none;
}

.sum_title {
    font-size: 0.7rem;
    font-weight: bold;
    color: #3d3d3d;
}

.sum_prc {
    font-weight: bold;
    font-size: 0.8rem;
    color: var(--t_main_color);
}

.right_total_inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    box-sizing: border-box;
}

.total_prc {
    font-weight: bold;
    font-size: 1rem;
    color: var(--t_main_color);
}

.right_submit_box {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.right_submit_box>input {
    cursor: pointer;
    width: 100%;
    height: 2rem;
    background-color: var(--t_main_color);
    color: white;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    outline: none;
    border: none;
}

.left_alert {
    margin: 1rem 0;
    background-color: #f9f9f9;
    color: #757575;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.left_opt_tables {
    display: flex;
    flex-wrap: wrap;

}

.left_opt_tables>.right_age_box {
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% / 3);
    margin-bottom: 1rem;
}

.left_opt_tables>.right_age_box:nth-child(n+4) {
    border-top: 1px solid #3d3d3d;
}

.left_opt_tables>.right_age_box:nth-child(3n+0) {
    border-right: none;
}

.left_age_title {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.85rem 1rem;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 2px solid #e5e5e5;
    color: #3d3d3d;
}

@media screen and (max-width:1250px) {
    .left_opt_tables>.right_age_box {
        width: 100%;
    }
}

.rsp_info_wrap {
    width: 100%;
}

.info_in_out {
    width: 100%;
    margin-bottom: 2rem;
}

.rsp_info_table {
    width: 100%;
    display: table;
}

.rsp_info_row {
    display: table-row;
}

.rsp_info_cell {
    box-sizing: border-box;
    display: table-cell;
    border-bottom: 1px solid #e5e5e5;
}

.rsp_info_cell_title {
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
    width: 12rem;
    text-align: center;
    padding: 6.25rem 0;
    font-size: 0.8rem;
}

.rsp_info_cell_title>span {
    margin-left: 0.25rem;
    color: #3d3d3d;
    font-weight: bold
}

.rsp_info_cell_title>i {
    font-size: 1rem;
}

.rsp_info_cell_title>.fa-check-circle {
    color: #1ab716;
}

.rsp_info_cell_title>.fa-ban {
    color: #ff5349;
}

.rsp_info_cell_txt {
    line-height: 1.2rem;
    padding: 1rem;

    font-size: 0.7rem;
    color: #757575;
}

.rsp_edit_box {
    width: 100%;
    margin-bottom: 2rem;
}

.rsp_tabs {
    background-color: white;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #3d3d3d;
}

.rsp_tab {
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 2.5rem;
    font-size: 1rem;
}

.rsp_tab.active {
    background-color: var(--t_main_color);
    color: white;
}

.rsp_edit_cont_box {
    min-height: 5rem;
}

.rsp_edit_conts {
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}

@media screen and (max-width:1250px) {
    .rsp_tabs {
        position: relative;

    }

    .rsp_tab {
        white-space: nowrap;
        font-size: 0.7rem;
    }

    .rsp_edit_conts {
        overflow-x: scroll;
    }
}

.rsp_edit_conts.active {
    display: block;
}

.rsp_bf_chk {
    position: relative;
    margin: 0 auto 3rem auto;
    max-width: 50rem;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #ffebeb;
    border: 1px solid #ff5349;
    border-radius: 1rem;
}

.rsp_bf_chk_title {
    font-size: 1rem;
    padding: 1rem 0 2rem 0;
    width: 100%;
    text-align: center;
}

.rsp_bf_table {
    border-collapse: collapse;
    width: 100%;
}

.rsp_bf_table tr {
    display: table-row;

}

.rsp_bf_table td {
    border-bottom: 1px solid #757575;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 0.7rem;
    color: #3d3d3d;
    line-height: 1.4rem;
    display: table-cell;
}

.rsp_bf_table tr:last-child td {
    border-bottom: none;
}

.rsp_bf_table {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

.rsp_bf_table tr td:first-child {
    font-size: 0.8rem;
    font-weight: bold;
    color: #3d3d3d;
    vertical-align: middle;
    border-right: 1px solid #757575;
    text-align: center;
    padding: 1.25rem;
}

.alt_icon {
    border-radius: 50%;
    background-color: white;
    color: #ff5349;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
}
.book_total_table{
    border-bottom: 1px solid #e5e5e5;
}