.daterangepicker .drp-selected{
    color: #FF5139;
    font-weight: 700;
}

input[type="checkbox"]{
  width:23px;
  height: 23px;

  }
  
.discount_label{
    color: #FF5139;
    font-size: 14px;
    
    text-align: right;
}
.discount_percent{
    color: #FF5139;
    font-weight: 600;
    font-size: 14px;
    
}
.discount_price{
    text-decoration: line-through;
    color: #868686;
    font-size: 14px;
    
    text-align: right;
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) { 
    
    .activity_group{
        
        
    }
    .activity_group > .activity_info{
       
    }
    .activity_group > .activity_info > .group{
       
       
    }
    .activity_group > .activity_info > .group > div{
       display: flex;
       justify-content: space-between;
       
       
       background: #FFF;
       height: 46px;
       padding-left: 16px;
       padding-right: 16px;
       padding-top: 12px;
       padding-bottom: 12px;
       width: 100%;
    }
    .activity_group > .activity_info > .group > .label{
       
       color: var(--system-color-black-1, #1C1C1E);
        /* pretendard_bold/14 fontsize */
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 157.143% */

    }
    
    .activity_group > .activity_info > .group > div > .number{
       display: flex;
       justify-content: space-between;
       align-items: end;
    }
    .activity_group > .activity_info > .group > div > .number > img{
       width: 24px;
       height: 24px;
    }
    .activity_group > .activity_info > .group > div > .number > div{
       width: 33px;
       height: 22px;
       display: flex;
       justify-content: center;
       align-items: center;
       
       color: var(--system-color-black-1, #1C1C1E);
        text-align: center;
        /* pretendard_medium/14 fontsize */
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 157.143% */
    }
    
    
    
    
    
    .picker_sel{
        border: 1px solid #FF5139;
    color: #FFFFFF;
    background-color: #FF5139;
    width: 50px;
    }
    .picker_cancel{
        
    }
    
    
    .thumbnail{
        position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    }
    
    .room_list_name{
        margin-bottom: 4px;
    }
    .bottomContainer{
        height: 220px;
    }
    .hideBottom{
        height: 0px !important;
        transition-duration: 400ms;
    }
    .showBottom{
        height: 220px !important;
        transition-duration: 400ms;
    }
    .hideButton{
        transform: rotate( 180deg );
    }
    .showButton{
        transform: rotate( 0deg );
    }
    
    .selected_top{
        display: flex;
        justify-content: center;
    }
    
    .section_size_on{
        margin-bottom: 310px;
    }
    .section_size_off{
        padding-bottom: 95px;
    }
    
    .room_detail_img{
        max-width: 358px;
    
    object-fit: cover;
    }
    
    .css_cart{
        overflow-y: scroll;
    height: 150px;
    }
    .css_cart::-webkit-scrollbar {
  display: none;
}
    .mobile_hide{
        display: none;
    }
    .container2 {
        max-width: 760px;
        width: 100%;
        margin: auto;
        
    }
    
    .make_main {
            margin-top: 24px;
    }
    .make_main .infoWrap {padding: 0 16px;}
    .make_main .infoWrap .sub_text {
        display: flex;
        
        margin-top: 8px;
    }
    .make_main .infoWrap .sub_text > p {
        margin-right: 4px;
    }
    .make_main .infoWrap .sub_text > span {
        min-width: 42px;
        
        margin-right: 25px;
    }
    .make_main .infoWrap .sub_text:nth-of-type(1) {
        margin-top: 16px;
    }
    .make_main .infoWrap .date_people {
        margin-top: 40px;
    } 
    
    
    .search-date{
                    display: flex;
        padding: 12px 16px;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--system-color-grey-6, #C7C7CC);
        background: #FFF;
        width: 100%;
        margin-top: 11px;
        justify-content: space-between;
    }
    .search-date span{
        color: var(--system-color-black-1, #1C1C1E);
        /* Pretendard_medium/16 fontsize */
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 150% */
    }
    
    .component_room_wrap {
        margin-top: 40px;
    }
    
    .component_room_wrap .component_room {
       display: block;
    }
    
    .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info {
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer;
    }
    .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info > img {
        /* 이미지위에 텍스트 감싸기 */
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info .view_more {
        position: absolute;
        bottom: 0px;
        right: 0;
        display: flex;
        align-items: center;
        border-radius: 8px 0px;
        background: rgba(0, 0, 0, 0.40);
        color: #FFFFFF;
        padding: 6px 8px;
        margin-right: 16px;
        margin-bottom: 4px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .component_room_wrap .component_room .room_list_wrap {
            max-width: 878px;
            width: 100%;
            
            margin-top: 24px;
        }
        .component_room_wrap .component_room .room_list_wrap:nth-of-type(1) {
            margin-top: 24px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list {
            display: block;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info {
            margin-top: 8px;
            padding: 0 16px;
            border-bottom: 1px solid #D9D9D9;
        }

        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info {
            position: relative;
            
            cursor: pointer;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info > img {
            /* 이미지위에 텍스트 감싸기 */
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info .view_more {
            position: absolute;
            bottom: 0px;
            right: 0;
            display: flex;
            align-items: center;
            border-radius: 8px 0px;
            background: rgba(0, 0, 0, 0.40);
            color: #FFFFFF;
            padding: 6px 8px;

        }
        
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list .personnelinfo {
            display: flex;
            align-items: center;
            margin-bottom: 2px;
        } 
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list .personnelinfo .personnel {
            margin-left: 8px;
        } 
        .component_room_wrap .component_room .side_room_wrap {
            
            width: 100%;
            /*position: sticky;
            top: 50px;
            
            bottom: 0;*/
            background: white;
            /*border-top: 1px solid #1C1C1E;*/
            
            
            position:fixed;
             bottom:0px;
             z-index:2;
             border-radius: 15px;
            box-shadow: 2px 4px 16px 4px rgba(61, 52, 113, 0.18);
            
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .priceinfo {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 24px;
            
            
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .priceinfo2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 4px;
            
            
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap {
            margin-top: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .room_btn {
            
            width: 100%;
            border-radius: 8px;
            cursor: pointer;
            padding: 7px 0;
            text-align: center;
            min-width: 343px;
        } 

        /*선택버튼*/ 
        .component_room_wrap .component_room .room_wh .close .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .none {
            border: 1px solid #FF5139;
            color: #FF5139;
        }
        .component_room_wrap .component_room .room_wh .close .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .select {
            border: 1px solid #FF5139;
            color: #FFFFFF;
            background-color: #FF5139;
        }
        /*예약완료 & 예약진행 버튼*/
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .reservationAndConfirm_btn {
            border: 1px solid inherit;
            color: #FFFFFF;
            background-color: #E5E5EA;
        }
        /*인원초과 버튼*/
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .overcapacity_btn {
            border: 1px solid inherit;
            color: #8E8E93;
            background-color: #E5E5EA;
        }
        
    
    .component_room_wrap .component_room .room_wh .close .items {
            display: none;
            padding-bottom: 30px;

        }
    
    
    
        .option_width{}
    
    
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info {
            display: block;
            
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition {
            display: block;
            background-color: #FFFFFF;
            border-radius: 8px;
            
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition .addition_wrap {
            background: var(--system-color-grey-9, #F2F2F7);
            padding: 15px;
            border-bottom: 1px solid var(--system-color-grey-8, #E5E5EA);
        }
        

        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition .addition_wrap p {
            margin-top: 4px;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition .addition_wrap span {
            display:flex;
            justify-content: flex-end;
            margin-top: 4px;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition .addition_wrap .number {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            margin-top: 16px;
        }
    
    
    
    
        .time_group{
            display: block;
            padding: 15px;
            background: var(--system-color-grey-9, #F2F2F7);
            
            border-bottom: 1px solid var(--system-color-grey-8, #E5E5EA);
            
        }
        .time_group2{
            display: block;
            padding: 15px;
            background: white;
            
            border-bottom: 1px solid var(--system-color-grey-8, #E5E5EA);
            
        }
        .time_body{
            display: block;
            flex-direction: row;
            flex-wrap: wrap;
        }
       .time_label{
           color: var(--system-color-black-1, #1C1C1E);
            
            /* pretendard_bold/16 fontsize */
            font-family: Pretendard;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
       }
        .time_item{
            margin: 4px;
            display: flex;
            width: 100%;
            height: 40px;
           
            
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            border: 1px solid #8E8E93;
            background: #FFF;
            
            color: #3A3A3C;
            text-align: center;
            /* pretendard_medium/14 fontsize */
            font-family: Pretendard;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
        }
         .activity_item{
            margin: 4px;
            display: flex;
            width: 100%;
            height: 40px;
           
            
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            border: 1px solid #8E8E93;
            background: #FFF;
            
            color: #3A3A3C;
            text-align: center;
            /* pretendard_medium/14 fontsize */
            font-family: Pretendard;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
        }
        .time_item_disable{
            border: 1px solid  #E5E5EA !important;
            color:  #8E8E93 !important;

        }
        .time_item_active{
            border: 1px solid #FF5139 !important;

            color:  #FF5139 !important;
        }
        
        .room_time_button{
            display: flex;
            justify-content: center;
        }
        .room_time_button button{
            width: 343px;
            height: 40px;
            flex-shrink: 0;
            border-radius: 8px;
            background: var(--nowgo, #FF5139);
            margin-top: 24px;
            color: #FFF;
                text-align: center;
                /* pretendard_bold/15 fontsize */
                font-family: Pretendard;
                font-size: 15px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px; /* 160% */

        }
    
    
    
    
    
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_title {
            text-align: center;
            padding: 20px 0;
            margin: 0 16px;
            border-bottom: 1px solid #D9D9D9;
            
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list {
            padding: 8px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts .selected_amount {
            display: flex;
            align-items: center;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts .selected_amount > span {
            margin-right: 8px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room hr {
            
            border-top: 1px dashed #1C1C1E;
        } 
        .component_room_wrap .component_room .side_room_wrap .side_room .all_amount {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 16px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .reservation_btns {
            width: 100%;
            text-align: center;
            
            cursor: pointer;
            
            position: relative;
            z-index: 1000;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .reservation_btns .reservation_btn {
            padding: 15px 0;
            margin-top:8px;
        } 

    
    
    
    
    

        .popup_wrap {
            
            background: rgba(0, 0, 0, 0.36);
            height: 100vh;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            /*transform: translate(-50%, -50%);*/
            overflow: hidden;
            
            z-index:9000;
        }
        .close_btn {
            
            width: 100%;
            position: absolute;
            
            transform: translate(-50% -50%);
            margin: auto;
            bottom: 14%;
            left: 5%;
            
            z-index: 9999;
        }
        .popup_wrap .swiper {
            
            margin-top: 16px;
        }
    
        .popup_wrap .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 16px;
        }
        .popup_wrap .swiper-slide > img {
          border-radius: 16px 0 0 16px;
        }
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            display: none;
        }
        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            display: none;
        }
        .pagination_wrap {
            max-width: 100%;

        }
        .swiper-pagination-fraction {
            max-width: 66px;
            min-width: 66px;
            color: #FFFFFF;
            border-radius: 56px;
            background: rgba(0, 0, 0, 0.20);
            backdrop-filter: blur(4px);
            padding: 4px 12px;
            font-size: 13px;
            left: 50%;
            transform: translate(-50%);
        }
        .swiper-pagination-fraction > span {
            line-height: 20px;
        }
        .swiper-pagination-fraction > span:nth-of-type(1) {
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
        }
        .room_popup {
            max-width: 975px;
            background-color: #FFFFFF;
            margin: auto;
            border-radius: 16px;
            display: block;
            align-items: center;
            box-shadow: 2px 4px 16px 4px rgba(61, 52, 113, 0.08);
            position: absolute;
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            
            z-index: 9999;
            padding: 20px;
        }
        .popup_text {
            max-width: 375px;
            width: 100%;
            padding: 16px 20px;
            background-color: #FFFFFF;
        }
        .popup_text h3 {
            margin-top: 16px;
        }
        .popup_text hr {
            border: 1px solid #E5E5EA;
        }
        .popup_text .text_list_wrap .text_list {
            margin-top: 16px;
        }
        
    .img_info_gap{
            padding-left: 4px;
            padding-right: 4px;
            color: #e5e5ea;
        }
    .date_people_pc{
        
        display: none;
    }
    .date_people_mobile{
        margin-top: 40px;
    }
}        

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px)  {
    
    .activity_group{
        
        
    }
    .activity_group > .activity_info{
       
    }
    .activity_group > .activity_info > .group{
       display: flex;
       justify-content: space-around;
       
    }
    .activity_group > .activity_info > .group > div{
       display: flex;
       justify-content: space-between;
       
       border-radius: 8px 8px 8px 8px;
       background: #FFF;
       height: 86px;
       padding-left: 16px;
       padding-right: 16px;
       padding-top: 12px;
       padding-bottom: 12px;
       width: 33%;
       margin-bottom: 5px;
    }
    .activity_group > .activity_info > .group > .label{
       
       color: var(--system-color-black-1, #1C1C1E);
        /* pretendard_bold/14 fontsize */
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 157.143% */

    }
    
    .activity_group > .activity_info > .group > div > .number{
       display: flex;
       justify-content: space-between;
       align-items: end;
    }
    .activity_group > .activity_info > .group > div > .number > img{
       width: 24px;
       height: 24px;
    }
    .activity_group > .activity_info > .group > div > .number > div{
       width: 33px;
       height: 22px;
       display: flex;
       justify-content: center;
       align-items: center;
       
       color: var(--system-color-black-1, #1C1C1E);
        text-align: center;
        /* pretendard_medium/14 fontsize */
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 157.143% */
    }
    
    
    .date_people_pc{
        margin-top: 40px;
    }
    .date_people_mobile{
        display: none;
    }
    .pc-search-date{
            display: flex;
            padding: 12px 16px;
            align-items: center;
            gap: 16px;
            border-radius: 8px;
            border: 1px solid var(--system-color-grey-6, #C7C7CC);
            background: #FFF;
            width: 100%;
            margin-top: 11px;
            justify-content: space-between;
    }
    .pc-search-date > .date{
        display: flex;
        width: 400px;
        justify-content: space-between;
        align-items: center;
    }
    .pc-search-date > .date > .label{
        display: inline-flex;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 56px;
        border: 1px solid var(--system-color-grey-6, #C7C7CC);
        background: #FFF;
    }
    .pc-search-date > .date > .text{
        color: var(--system-color-black-1, #1C1C1E);
        /* Pretendard_medium/16 fontsize */
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        }
        
    .pc-search-date  > .bak{
        width: 120px;
        height: 40px;
        border-radius: 31px;
        background: var(--nowgo, #FF5139);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;

        /* pretendard_bold/18 fontsize */
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 144.444% */
        
        margin-left: 41px;
        margin-right: 41px;
    }
    .picker_sel{
        border: 1px solid #FF5139;
        color: #FFFFFF;
        background-color: #FF5139;
        width: 50px;
    }
    .picker_cancel{
        
    }
    .thumbnail{
        position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    }
    
    .room_list_name{
        margin-bottom: 8px;
    }
    
    .pc_hide{
        display: none;
    }
    
    .room_detail_img{
        width: 600px;
    height: 468px;
    object-fit: cover;
    }
    
    .css_cart{
        overflow-y: scroll;
    height: 330px;
    }
    .css_cart::-webkit-scrollbar {
  display: none;
}
    .container2 {
        max-width: 1280px;
        width: 100%;
        margin: auto;
        padding: 0 16px;
    }
    
        .make_main {
            margin-top: 56px;
        }
        .make_main .infoWrap {}
        .make_main .infoWrap .sub_text {
            display: flex;
            align-items: center;
            margin-top: 8px;
        }
        .make_main .infoWrap .sub_text > p {
            margin-right: 4px;
        }
        .make_main .infoWrap .sub_text > span {
            min-width: 42px;
            
            margin-right: 25px;
        }
        .make_main .infoWrap .sub_text:nth-of-type(1) {
            margin-top: 16px;
        }
        .make_main .infoWrap .date_people {
            margin-top: 40px;
        } 
        
        
        
        .time_group{
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .time_group2{
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .time_body{
            /* display: flex; */
            flex-direction: row;
            flex-wrap: wrap;
        }
       .time_label{
           color: var(--system-color-black-1, #1C1C1E);
            
            /* pretendard_bold/16 fontsize */
            font-family: Pretendard;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
       }
        .time_item{
            margin: 4px;
            display: flex;
            width: 100%;
            height: 40px;
           
            
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            border: 1px solid #8E8E93;
            background: #FFF;
            
            color: #3A3A3C;
            text-align: center;
            /* pretendard_medium/14 fontsize */
            font-family: Pretendard;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
        }
        .activity_item{
            margin: 4px;
            display: flex;
            width: 100%;
            height: 40px;
           
            
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            border: 1px solid #8E8E93;
            background: #FFF;
            
            color: #3A3A3C;
            text-align: center;
            /* pretendard_medium/14 fontsize */
            font-family: Pretendard;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
        }
        .time_item_disable{
            border: 1px solid  #E5E5EA !important;
            color:  #8E8E93 !important;

        }
        .time_item_active{
            border: 1px solid #FF5139 !important;

            color:  #FF5139 !important;
        }
        
        .room_time_button{
            display: flex;
            justify-content: center;
        }
        .room_time_button button{
            width: 343px;
            height: 40px;
            flex-shrink: 0;
            border-radius: 8px;
            background: var(--nowgo, #FF5139);
            margin-top: 24px;
            color: #FFF;
                text-align: center;
                /* pretendard_bold/15 fontsize */
                font-family: Pretendard;
                font-size: 15px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px; /* 160% */

        }
        .img_info_gap{
            padding-left: 4px;
            padding-right: 4px;
            color: #e5e5ea;
        }
        
        .txt-oneline {
          overflow: hidden;
          text-overflow: ellipsis; 
          white-space: nowrap;
          word-break:break-all;
          width: 180px;
          height: 20px;
        }
        
        .search-date{
                        display: flex;
            padding: 12px 16px;
            align-items: flex-start;
            gap: 16px;
            border-radius: 8px;
            border: 1px solid var(--system-color-grey-6, #C7C7CC);
            background: #FFF;
            width: 315px;
            margin-top: 11px;
            justify-content: space-between;
        }
        .search-date span{
            color: var(--system-color-black-1, #1C1C1E);
            /* Pretendard_medium/16 fontsize */
            font-family: Pretendard;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
        }
        
        .component_room_wrap .date_people_mobile .sub_title {
            display: none;
        }

        .component_room_wrap {
            margin-top: 40px;
        }
        .component_room_wrap .component_room {
           display: flex;
           justify-content: space-between;
           align-items: flex-start;
           
        }
        .component_room_wrap .component_room .room_wh {
            max-width: 878px;
            width: 100%;
            margin-right: 40px;
        }
        .component_room_wrap .component_room .room_wh .close .items {
            display: none;

            width: 100%;    
            border-radius: 0px 0px 8px 8px;
            background:  #F2F2F7;
            margin-bottom: 24px;
        }
        .component_room_wrap .component_room .room_wh.items_on .close .items {
            display: block;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap{
            padding: 32px 40px;
        }
        
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info {
            display: flex;
            align-items: center;
            flex-direction: row;
            flex-wrap: wrap;
           /*  justify-content: space-between; */
            justify-content: center;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition {
            display: flex;
            background-color: #FFFFFF;
            border-radius: 8px;
            margin-bottom:3px;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition2 {
            display: flex;
            background-color: #FFFFFF;
            border-radius: 8px;
            margin-bottom:3px;
            height: 45px;
            margin-bottom: 15px;
        }
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info .addition3 {
            display: flex;
            background-color: #FFFFFF;
            border-radius: 8px;
            margin-bottom:3px;
            height: 100px;
            margin-bottom: 15px;
        }
         .addition_wrap {
            padding: 12px 16px;
            /* width: 266px; */
            width: 380px;
        }
        
        .component_room_wrap .component_room .room_wh .close .items .items_wrap .addition_info:nth-of-type(2) {
            margin-top: 16px;
        }

        .addition_wrap p {
            margin-top: 4px;
        }
        .addition_wrap span {
            display:flex;
            justify-content: flex-end;
            margin-top: 4px;
        }
        .addition_wrap .number {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            margin-top: 16px;
        }
        .component_room_wrap .component_room .component {
            border: 1px solid #E5E5EA;
            border-radius: 8px;
            background-color: #FFFFFF;
            box-shadow: 2px 4px 16px 4px rgba(61, 52, 113, 0.08);
        }
        .component_room_wrap .component_room .room_list_wrap {
            max-width: 878px;
            width: 100%;
            padding: 26px 24px;
            margin-right: 40px;
            margin-top: 24px;
        }
        .component_room_wrap .component_room .room_list_wrap:nth-of-type(1) {
            margin-top: 16px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list {
            display: flex;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info {
            margin-left: 20px;
            width: 100%;
            height: 227px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_list{
            
            height: 100px;
        }

        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info {
            position: relative;
            max-width: 314px;
                
            
            min-width: 314px;
            max-height: 227px;
            min-height: 227px;
            cursor: pointer;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info > img {
            /* 이미지위에 텍스트 감싸기 */
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_img_info .view_more {
            position: absolute;
            bottom: 0px;
            right: 0;
            display: flex;
            align-items: center;
            border-radius: 8px 0px;
            background: rgba(0, 0, 0, 0.40);
            color: #FFFFFF;
            padding: 6px 8px;

        }
        
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list .personnelinfo {
            display: flex;
            align-items: center;
            margin-bottom: 2px;
        } 
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list .personnelinfo .personnel {
            margin-left: 8px;
        } 
        .component_room_wrap .component_room .side_room_wrap {
            max-width: 330px;
            width: 100%;
            position: sticky;
            top: 150px;
            margin-top:16px
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .priceinfo {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 5px;
            padding-bottom: 8px;
            border-bottom: 1px solid #D9D9D9;
            height: 60px;
        }
         .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .priceinfo .priceinfo_text
        {
            height: 60px;
    align-items: end;
    display: flex;
    padding-bottom: 8px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .priceinfo2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 5px;
            padding-bottom: 8px;
            border-bottom: 1px solid #D9D9D9;
            height: 60px;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap {
            margin-top: 18px;
            display: flex;
            justify-content: end;
        }
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .room_btn {
            max-width: 120px;
            width: 100%;
            border-radius: 8px;
            cursor: pointer;
            padding: 7px 0;
            text-align: center;
        } 

        /*선택버튼*/ 
        .component_room_wrap .component_room .room_wh .close .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .none {
            border: 1px solid #FF5139;
            color: #FF5139;
        }
        .component_room_wrap .component_room .room_wh .close .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .select {
            border: 1px solid #FF5139;
            color: #FFFFFF;
            background-color: #FF5139;
        }
        /*예약완료 & 예약진행 버튼*/
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .reservationAndConfirm_btn {
            border: 1px solid inherit;
            color: #FFFFFF;
            background-color: #E5E5EA;
        }
        /*인원초과 버튼*/
        .component_room_wrap .component_room .room_list_wrap .component_room_list .room_list_info .room_btn_wrap .overcapacity_btn {
            border: 1px solid inherit;
            color: #8E8E93;
            background-color: #E5E5EA;
        }

.option_width{width: 380px;
height: 158px;
}
        .component_room_wrap .component_room .side_room_wrap .side_room {}
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_title {
            text-align: center;
            padding: 20px 0;
            margin: 0 16px;
            border-bottom: 1px solid #D9D9D9;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list {
            
            padding: 8px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts .selected_amount {
            display: flex;
            align-items: center;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .selected_list .selected_texts .selected_amount > span {
            margin-right: 8px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room hr {
            
            border-top: 1px dashed #1C1C1E;
        } 
        .component_room_wrap .component_room .side_room_wrap .side_room .all_amount {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 16px;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .reservation_btns {
            width: 100%;
            text-align: center;
            cursor: pointer;
        }
        .component_room_wrap .component_room .side_room_wrap .side_room .reservation_btns .reservation_btn {
            padding: 15px 0;
            margin-top:8px;
        } 


        .popup_wrap {
            
            background: rgba(0, 0, 0, 0.36);
            height: 100vh;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            /*transform: translate(-50%, -50%);*/
            overflow: hidden;
            
            
            z-index:9000;
        }
        .close_btn {
            max-width: 975px;
            width: 100%;
            position: absolute;
            left: 49%;
            top: 11%;
            transform: translate(-50% -50%);
            margin: auto;
            text-align: center;
            
            
            z-index: 9999;
        }
        .popup_wrap .swiper {
            max-width: 600px;
            width: 100%;
            height: 100%;
        }
    
        .popup_wrap .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 16px;
        }
        .popup_wrap .swiper-slide > img {
          border-radius: 16px 0 0 16px;
        }
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            display: none;
        }
        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            display: none;
        }
        .pagination_wrap {
            max-width: 100%;

        }
        .swiper-pagination-fraction {
            max-width: 66px;
            min-width: 66px;
            color: #FFFFFF;
            border-radius: 56px;
            background: rgba(0, 0, 0, 0.20);
            backdrop-filter: blur(4px);
            padding: 4px 12px;
            font-size: 13px;
            left: 50%;
            transform: translate(-50%);
        }
        .swiper-pagination-fraction > span {
            line-height: 20px;
        }
        .swiper-pagination-fraction > span:nth-of-type(1) {
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
        }
        .room_popup {
            max-width: 975px;
            background-color: #FFFFFF;
            margin: auto;
            border-radius: 16px;
            display: flex;
            align-items: center;
            box-shadow: 2px 4px 16px 4px rgba(61, 52, 113, 0.08);
            position: absolute;
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            
            
            z-index: 9999;
            padding: 20px;
        }
        .popup_text {
            max-width: 375px;
            width: 100%;
            padding: 16px 20px;
            background-color: #FFFFFF;
        }
        .popup_text h3 {
            margin-top: 16px;
        }
        .popup_text hr {
            border: 1px solid #E5E5EA;
        }
        .popup_text .text_list_wrap .text_list {
            margin-top: 16px;
        }
        
        
}
