
.btn_wrap.__bar_scnd {
    background-color: #F1F1F1;
    padding: 0 1rem 1.5rem;
}
.__bar_scnd .reserv {
    width: 100%;
    font-size: 1.23rem;
    font-weight: 500;
    padding: 1rem 0.75rem;
    border-radius: 0.85rem;
    background-color: #A73439;
    color: #ffffff;
}

/*selected list*/
.s_list .s_item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.25rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.i-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    /* padding-top: 0.1rem; */
    margin-left: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #ccc;
    font-size: 1rem;
    text-align: center;
    line-height: 1.1;
}
.__i-box {
    width: 16.5px;
    height: 16.5px;
}
.choice .i-box i {
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .1); */
}
.choice .i-box .fa-check:before {
    content: none;
}
.choice .__i-box {
    border: 0;
    background-image: url('/imges/i-chk-reseve.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: none;
}
.i-box.left {
    margin-left: 0;
    margin-right: 0.5rem;
}

/*fix select*/
.selectServiceWrap {
    position: fixed;
    bottom: -999rem;
    z-index: 0;
}
.selectServiceWrap p {
    margin: 0;
}
.selectServiceWrap.on {
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 300;
    width: 100%;
    margin: 0 auto;
}
.closeSelectServie {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 60px;
    height: 25px;
    margin-left: -30px;
    padding-top: 5px;
    border-radius: .5em;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectServiceWrap .ss_body {
    /*스크롤 최소높이*/
    min-height: 143.5px;

    /*최대높이*/
    /*overflow-y: auto;*/
    max-height: 350px;

    /*선택박스 42 + 리스트	max-height: 224px;*/
    /*height: 268px;*/
}
/* 230822 */
.selectServiceWrap._re_bg .ss_body {
    min-height: auto;
}
/* 230822 */
.ss_body .s_list {
    max-height: 300px;
    overflow: auto;
}

/*service price  wrap*/
.sepr_wrap {
    position: relative;
    min-height: 2rem;
}
.sepr_wrap .se {
    position: relative;
    padding-right: 7.5em;
}
.sepr_wrap .se .check {
    position: absolute;
    top: 0;
    left: 0
}
.sepr_wrap .se .item_tit {
    padding-left: 2rem;
}
.sepr_wrap .pr {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    width: 8.5em;
    text-align: right;
}
.sepr_wrap .__pr {
    top: 50%;
    transform: translateY(-50%);
}
.item_subprice {
    min-height: 37px;
}

/* 230821 */
.selectServiceWrap.br_style {
    padding: 0;
    border: 0;
    background-color: #494440;
}
/* 230821 */
.selectServiceWrap._re_bg {
    background-color: #F1F1F1;
    border: 1px solid #A73439;
}
.br_style .ss_body {
    margin: 1rem 1rem 0;
    background-color: #fff;
}
._re_bg .ss_body {
    background-color: #F1F1F1;
}
/* 230821 */
.br_style .s_list {
    background-color: white;
}
.br_style .s_list .s_item {
    margin: 0.25rem;
}
.br_style.selectServiceWrap .tt_wrap {
    border-top: 1px solid #ececec;
    background-color: white;
    margin: 0 1rem;
    padding: 1rem 0.5rem 1rem;
}
/* 230821 */
._re_bg.selectServiceWrap .tt_wrap {
    border-top: none;
    background-color: #F1F1F1;
    display: block;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1rem;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .total-price {
    display: inline-block;
    margin-top: 1px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222222;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .__price-wrap {
    text-align: right;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .__price-wrap span {
    font-size: 15px;
    font-weight: 400;
    color: #A73439;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .__price-wrap .__txt_num {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'campton';
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .__price-wrap p {
    font-size: 13px;
    font-weight: 400;
    color: #707070;
}
._re_bg.selectServiceWrap .tt_wrap .payment-price-wrap .__plus-wrap span {
    display: inline-block;
    margin-top: 2px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50em;
    background-color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    color: #D6D6D6;
}
._re_bg.selectServiceWrap .tt_wrap .__right {
    padding-top: 1rem;
    text-align: right;
}
._re_bg.selectServiceWrap .tt_wrap .__right .__sub-txt {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
}
/* 230821 */
.br_style .txt_num,
.secondary,
.txt_num {
    color: #a73439;
}
.br_style .closeSelectServie {
    overflow: visible;
    background-color: #494440;
    border-radius: 0;
    top: -20px;
    height: 20px;
}
.br_style .closeSelectServie:before,
.br_style .closeSelectServie:after {
    content: '';
    position: absolute;
    top: 0;
}
.br_style .closeSelectServie:before {
    left: -0.98rem;
    border-top: 1.65rem solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 1rem solid #494440;
    border-left: none;
}
.br_style .closeSelectServie:after {
    right: -0.98rem;
    border-top: 1.65rem solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 1rem solid #494440;
    border-right: none;
}
/* 230821 */
._re_bg .closeSelectServie {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #A73439;
    top: -25px;
    width: 85px;
    height: 25px;
    margin-left: 0;
    transform: translateX(-50%);
}
._re_bg .closeSelectServie:before {
    border: none;
}
._re_bg .closeSelectServie:after {
    border: none;
}
/* 230821 */

/*selected list*/
.selt_info_wrap {
    position: relative;
    min-height: 2rem;
}
.selt_info_wrap .selt {
    padding-top: 0;
    padding-right: 9.5em;
}
.selt_info_wrap .info {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 9.5em;
    padding-right: 2rem;
    padding-top: 0;
    text-align: right;
}
.selt_info_wrap .info .abtn {
    position: absolute;
    top: 0;
    right: 0;
}

/*	select item */
.select_service_form {
    position: relative;
}
.select_service_form .default_item {
    position: relative;
    width: 100%;
    padding-right: 2.5rem;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    text-align: left;
    border-radius: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 230822 */
.select_service_form.__renew .default_item {
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #888888;
}
/* 230822 */
.default_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.1em;
    margin-top: -0.2rem;
    border: 0.28571428em solid transparent;
    border-top-color: #999;
}
.__re_item:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    border-left: none;
    border-bottom: none;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 43%;
    right: 1.1em;
}
.option_scrl_wrap {
    display: none;
    overflow: hidden;
    position: relative;
}
.option_list {
    display: block;
    background: #fff;

    /*스크롤 최소높이*/
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
.optipon_item {
    border-bottom: 1px solid #ddd;
    padding: 0.4rem;
}
.__optipon_item {
    padding: 1rem;
}
.optipon_item span {
    display: inline-block;
}

/*active*/
.select_service_form.active {
    z-index: 10;
    background-color: #fff;
}
.select_service_form.active .default_item {
    border: 0;
}
.select_service_form.active .default_item:after {
    border-top-color: #333;
}
.select_service_form.active .option_scrl_wrap {
    display: block;
    position: absolute;
    right: -1px;
    left: -1px;
    background-color: #fff;
}
/* 230822 */
.__renew.active .default_item:after {
    border-top-color: #888888;
}
/* 230822 */

/*valiable*/
.select_service_form.active,
.select_service_form.active .option_scrl_wrap {
    border: 1px solid #333;
}
/* 230822 */
.__renew.active,
.__renew.active .option_scrl_wrap {
    border: 1px solid #CCCCCC;
}
/* 230822 */
.select_service_form .default_item {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

.selectServiceWrap .tt_wrap {
    border-top: 1px dashed #ccc;
    margin-top: 1rem;
    padding: 1rem;
    font-size: 1.1em;
}
.tt_wrap .right > span,
.tt_wrap .right > strong {
    vertical-align: middle;
}

.tt_wrap .right .txt_num {
    font-size: 1.4em;
}


.__renew_detail .payment-txt {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 3px;
    height: 1.85em;
    border-radius: 10px;
    background-color: #A73439;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
}
.__renew_detail .box_evt_wrap__ .ch-bedge {
    margin-top: 1px;
}
._re_bg .s_list {
    background-color: transparent;
}
._re_bg .s_list .s_item {
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 1rem;
    margin: 0.5rem auto;
}
._re_bg .selt_info_wrap .info {
    top: 1rem;
}
._re_bg .__abtn {
    border: none;
    background-image: url('/imges/i-close-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 12px;
}
._re_bg .selt_info_wrap .info .abtn {
    top: 0.25rem;
    right: 0.3rem;
}
._re_bg .fa-times:before {
    content: none;
}
._re_bg .__pl-2 {
    padding-left: 2rem;
}
._re_bg .payment-txt {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 3px;
    height: 1.85em;
    border-radius: 10px;
    background-color: #A73439;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
}
.__renew_detail .box_evt_wrap__ .b_tit_sec {
    width: 55%;
}
.__renew_detail .box_evt_wrap__ .bb_sec {
    width: 35%;
    position: absolute;
    top: 50%;
    right: 1rem;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}
.new_txt_num {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'campton';
}

.pedg_fixed .item:first-child {
    margin-bottom: 1rem;
}

#dimmer {
    position: fixed;
    top: -150px;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 200%;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}
#dimmer.on {
    z-index: 400;
    opacity: 1;
}
#popup {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 450;
    outline: 0;
    margin: 60px 30px 0;
}
#popup.on {
    display: block;
}

.popup_set {
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    /* border-radius: 0.5em; */
    outline: 0;
}

.popup_header {
    padding-top: 1em;
    text-align: center
}

.popup_header h4 {
    line-height: 1;
}

.popup_body {
    text-align: center;
}
.popup_body .xy_sp > p {
    margin: 14px 0;
}
.fb_wrap {
    padding-bottom: 0;
}
#footerWrap {
    padding-bottom: 57px;
}

.renew_2025 #fix_bottom {
    box-shadow: none;
    border-top: 1px solid #6C696A;
}
.renew_2025 #fix_bottom .btn_wrap {
    height: 57px;
    display: flex;
}
.renew_2025 #fix_bottom .btn_wrap button {
    height: 100%;
    border-radius: 0;
    line-height: 1;
}
.renew_2025 #fix_bottom .btn_wrap .consul {
    background: #fff;
    color: #a73439;
    font-size: 12px;
    flex: 0.27;
}
.renew_2025 #fix_bottom .btn_wrap .consul::before {
    content: '';
    display: block;
    width: 22px;
    aspect-ratio: 1;
    margin: 0 auto;
    background: url('/imges/renew2025/icon/i_counsel.png') no-repeat center / contain;
}
.renew_2025 #fix_bottom .btn_wrap .reserv {
    background: #a73439;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex: 0.73;
}
.renew_2025 #fix_bottom .btn_wrap .reserv > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #fff;
    border-radius: 50px;
    color: #a73439;
    min-height: 27px;
    min-width: 27px;
    padding: 0 9px;
}