.daterangepicker .drp-selected{
    color: #FF5139;
    font-weight: 700;
}
input[type="checkbox"]{
  width:18px;
  height: 18px;
  margin-left:1px;
  margin-top:1px;
appearance: auto;
  }
  


/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px)  {
    .group{
        margin-top: 20px;
        
    }
    .group_item{
        margin: 3px;
        color: var(--system-color-grey-6, #C7C7CC);
    /* pretendard_medium/15 fontsize */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */

        display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--system-color-grey-4, #8E8E93);    

    }
    .group_item_active{
        margin: 3px;
      display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--nowgo, #FF5139);
    color: #FFF;
    /* pretendard_medium/15 fontsize */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    }
    
    
    .calendar_table {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    
    .calendar_table::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

        .picker_sel{
            border: 1px solid #FF5139;
        color: #FFFFFF;
        background-color: #FF5139;
        width: 50px;
        }
        .picker_cancel{
            
        }
        .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;
    }
        .search-date{
            display: none;
        }
        .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% */
        }
        
        
        .calendar {
            padding: 0px 0;
            padding-bottom: 50px;
        }

        .ymWrap {
            text-align: center;
        }
        .ymWrap p {
            margin-top: 18px;
        }
        .ymWrap .ym_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .left_quick_menu {
            margin-right: 25px;
        }
        .left_quick_menu .quick_menu_wrap {
            position: fixed;
            top: 460px;
            left: 0;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu {
            max-width: 24px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            row-gap: 16px;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list {
            writing-mode: vertical-rl;
            text-orientation: sideways;
            
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list span {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 56px;
            background-color: #00B807;
            margin-bottom: 10px;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list:nth-of-type(2) span {
            background-color: #F0831E;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list:nth-of-type(3) span {
            background-color: #8E8E93;
        }
        .bottom_ym_wrap {
            display: flex;
            margin-top: 40px;
            justify-content: center;
        }
        .bottom_ym {
                text-align: center;
                padding-top: 12px;
           border-radius: 8px;
            background: var(--nowgo, #FF5139);
            width: 460px;
            height: 56px;
            flex-shrink: 0;
            margin-bottom:50px;
        }
        .bottom_ym_none {
                text-align: center;
                padding: 13px 0;
           border-radius: 8px;
            
            background:  #C7C7CC;
            width: 460px;
            height: 56px;
            flex-shrink: 0;
            margin-bottom:50px;
        }
        .bottom_ym span{
            color: #FFF;
            text-align: center;
            /* pretendard_bold/20 fontsize */
            font-family: Pretendard;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 30px; /* 150% */
        }
        .bottom_ym_none span{
            color: #FFF;
            text-align: center;
            /* pretendard_bold/20 fontsize */
            font-family: Pretendard;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 30px; /* 150% */
        }
        .calendar_table {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            overflow-x: scroll;
        }
        .calendar_table .week {
            border-top: 2px solid #3A3A3C;
        }
        .calendar_table .week .weekWrap {
            display: flex;
            justify-content: space-between;
        }
        .calendar_table .week .weekWrap  .week_list {
            width: calc(100% / 7 );
            padding: 17px 0;
            text-align: center;
        }
        .calendar_table .day {}
        .calendar_table .day .dayWrap {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border: 1px solid #E5E5EA;
        }
        .calendar_table .day .dayWrap .day_list_wrap {
            width: calc(100% / 7 );
            
            padding:16px 16px 56px 16px;
            border-bottom: 1px solid #E5E5EA;
            border-right: 1px solid #E5E5EA;
        }
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(36), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(37), 
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(38), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(39),
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(40), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(41),
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(42) {
            border-bottom: 0;
        }
        .calendar_table .day .dayWrap .day_list_wrap:nth-child(7n) {
            border-right: 0;
        }

        .calendar_table .day .dayWrap .day_list_wrap .season {
            margin-top: 8px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list {
            margin-top: 24px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .a {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #00B807;
            border-radius: 10px;
            margin-right: 5px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .b {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #F0831E;
            border-radius: 10px;
            margin-right: 5px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .c {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #8E8E93;
            border-radius: 10px;
            margin-right: 5px;
        }

    
    
    
.top_sub_layout{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 56px;
    height: 44px;

}    

.top_menu_layout{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 160px;
    height: 80px;
    padding: 0px 32px;
    gap: 10px;
    flex-shrink: 0;
}

.top_submenu_layout{
    width: 343px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background:  #E5E5EA;
}

.top_submenu_active{
    display: flex;
    width: 166px;
    height: 32px;
    
    justify-content: center;
    align-items: center;
    
    flex-shrink: 0;
    border-radius: 56px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.top_submenu_normal{
    display: flex;
    width: 166px;
    height: 32px;
    
    justify-content: center;
    align-items: center;
    
}

.bottom_line{
    border-bottom-style:solid;
    border-width: 1px; 
}

.border_color_normal{
    border-color: #D9D9D9;
}

.border_color_active{
    border-color: #FF5139;
}

.text_color_normal{
    color: #8E8E93;
}
.text_color_active{
    color: #FF5139;
}

.top_menu_text{
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.sub_menu_text{
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

}




/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) { 
    
    .group{
        margin-top: 20px;
        
    }
    .group_item{
        margin: 3px;
        color: var(--system-color-grey-6, #C7C7CC);
    /* pretendard_medium/15 fontsize */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */

        display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--system-color-grey-4, #8E8E93);    

    }
    .group_item_active{
        margin: 3px;
      display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--nowgo, #FF5139);
    color: #FFF;
    /* pretendard_medium/15 fontsize */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    }
    
    
    
    .picker_sel{
        border: 1px solid #FF5139;
    color: #FFFFFF;
    background-color: #FF5139;
    width: 50px;
    }
    .picker_cancel{
        
    }
    .pc-search-date{
            display: none;
    }
    
    
     .search-date{
                        display: flex;
            padding: 12px 21px;
            align-items: flex-start;
            gap: 0px;
            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% */
        }
        
        
        .calendar {
            padding: 0px 10px;
            padding-bottom: 35px;
        }

        .ymWrap {
            text-align: center;
        }
        .ymWrap p {
            margin-top: 18px;
        }
        .ymWrap .ym_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .left_quick_menu {
            margin-right: 25px;
        }
        .left_quick_menu .quick_menu_wrap {
            position: fixed;
            top: 460px;
            left: 0;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu {
            max-width: 24px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            row-gap: 16px;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list {
            writing-mode: vertical-rl;
            text-orientation: sideways;
            
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list span {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 56px;
            background-color: #00B807;
            margin-bottom: 10px;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list:nth-of-type(2) span {
            background-color: #F0831E;
        }
        .left_quick_menu .quick_menu_wrap .quick_menu .quick_list:nth-of-type(3) span {
            background-color: #8E8E93;
        }
        .bottom_ym_wrap {
            display: flex;
            margin-top: 40px;
            justify-content: center;
            position: fixed;
            bottom: var(--menu_mobile_height);
            height: 67px;
            background-color: white;
            align-items: center;
        }
        .bottom_ym {
                text-align: center;
                padding-top: 8px;
           border-radius: 8px;
            background: var(--nowgo, #FF5139);
            width: 90%;
            height: 40px;
            flex-shrink: 0;
        }
        .bottom_ym_none {
                text-align: center;
                padding: 8px 0;
           border-radius: 8px;
            
            background:  #C7C7CC;
            width: 90%;
            height: 40px;
            flex-shrink: 0;
            
        }
        .bottom_ym span{
            color: #FFF;
            text-align: center;
            /* pretendard_bold/20 fontsize */
            font-family: Pretendard;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 26px; /* 150% */
        }
        .bottom_ym_none span{
            color: #FFF;
text-align: center;
/* pretendard_bold/18 fontsize */
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 144.444% */
        }
        .calendar_table {
            margin-top: 40px;
            margin-bottom: 40px;
            overflow-x: scroll;
        }
        .calendar_table .week {
            border-top: 2px solid #3A3A3C;
        }
        .calendar_table .week .weekWrap {
            display: flex;
            justify-content: space-between;
        }
        .calendar_table .week .weekWrap  .week_list {
            width: calc(100% / 7 );
            padding: 17px 0;
            text-align: center;
        }
        .calendar_table .day {}
        .calendar_table .day .dayWrap {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border: 1px solid #E5E5EA;
        }
        .calendar_table .day .dayWrap .day_list_wrap {
            width: calc(100% / 7 );
            
            padding:16px 16px 56px 16px;
            border-bottom: 1px solid #E5E5EA;
            border-right: 1px solid #E5E5EA;
        }
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(36), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(37), 
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(38), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(39),
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(40), .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(41),
        .calendar_table .day .dayWrap .day_list_wrap:nth-of-type(42) {
            border-bottom: 0;
        }
        .calendar_table .day .dayWrap .day_list_wrap:nth-child(7n) {
            border-right: 0;
        }

        .calendar_table .day .dayWrap .day_list_wrap .season {
            margin-top: 8px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list {
            margin-top: 24px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .a {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #00B807;
            border-radius: 10px;
            margin-right: 5px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .b {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #F0831E;
            border-radius: 10px;
            margin-right: 5px;
        }
        .calendar_table .day .dayWrap .day_list_wrap .day_list > li .c {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #8E8E93;
            border-radius: 10px;
            margin-right: 5px;
        }

    
    
    
.top_sub_layout{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    height: 35px;

}    

.top_menu_layout{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 160px;
    height: 80px;
    padding: 0px 32px;
    gap: 10px;
    flex-shrink: 0;
}

.top_submenu_layout{
    width: 343px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background:  #E5E5EA;
}

.top_submenu_active{
    display: flex;
    width: 166px;
    height: 32px;
    
    justify-content: center;
    align-items: center;
    
    flex-shrink: 0;
    border-radius: 56px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.top_submenu_normal{
    display: flex;
    width: 166px;
    height: 32px;
    
    justify-content: center;
    align-items: center;
    
}

.bottom_line{
    border-bottom-style:solid;
    border-width: 1px; 
}

.border_color_normal{
    border-color: #D9D9D9;
}

.border_color_active{
    border-color: #FF5139;
}

.text_color_normal{
    color: #8E8E93;
}
.text_color_active{
    color: #FF5139;
}

.top_menu_text{
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.sub_menu_text{
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

    
    
}