.pop_request_area_form_input_calendar{
    width: 100%;
    flex-shrink: 0;
}

.pop_request_area_form_input_tit_calendar{
    display: flex;
    width: 348.738px;
    /*padding-right: 266.452px;*/
    align-items: flex-end;
    gap: 2.691px;
}

.pop_request_area_form_input_tit_calendar > span {
    color: #364153;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.pop_request_area_form_input_icon_calendar{
    display: flex;
    height: 16.616px;
    align-items: flex-start;

}

.pop_request_area_form_input_icon_calendar > span{
    color: #FB2C36;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */

}



.calendar_month_area{
    display: flex;
    width: 100%;
    min-height: 28px;
    justify-content: space-between;
    align-items: center;
    margin-top:12px;
}

.month_prev_btn{
   display: flex;
    width: 27.988px;
    height: 27.988px;
    padding: 3.998px 3.998px 0 3.998px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0; 
    cursor:pointer;
}

.month_text{
    display: flex;
    width: 56.565px;
    height: 23.99px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin:0 auto;
}

.month_text > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.month_next_btn{
    display: flex;
    width: 27.988px;
    height: 27.988px;
    padding: 3.998px 3.998px 0 3.998px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    cursor:pointer;
}

.calendar_day_txt_area{
    display: flex;
    width: 100%;
    min-height: 36px;
    justify-content: center;
    gap: 4px;
}
.calendar_day_txt{
    display: flex;
    width: 14%;
    height: 35.985px;
    padding: 7.104px 0 8.881px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #6A7282;
}

.calendar_day_txt > span {
    
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.day_sun{
    color:#FF6467 !important;
}

.day_sat{
    color:#51A2FF !important;
}

.day_prev{
    color: #D1D5DC !important;
}
.calendar_day_num_area{
    width: 348.738px;
    height: 248.018px;
}

.calendar_day_num{
    display: flex;
    width: 14%;
    height: 46.388px;
    padding-bottom: 0.017px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.day_num_border{
    border-radius: 37170400px;
}

.calendar_day_num_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #101828;
}

.calendar_day_num_txt > span {
    
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.calendar_day_today_txt{
    display: flex;
    height: 14.28px;
    align-items: flex-start;
    color: #004030;
}

.calendar_day_today_txt > span {
    
    text-align: center;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.286px; /* 142.857% */
}

.calendar_day_num_today{
    display: flex;
    width: 14%;
    padding: 13.189px 1.1% 0 1.1%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 2.925px;
}

.calendar_day_select{
    border-radius: 37170400px;
    background: #004030;
    color:#FFFFFF !important;
}

.calendar_day_select_color{
    color:#FFFFFF !important;
}

.calendar_etc_area{
    display: flex;
    width: 348.738px;
    height: 47.98px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.998px;
}

.calendar_etc_txt1{
    display: flex;
    
    align-items: center;
    align-self: stretch;
}

.calendar_etc_txt1 > span {
    color: #99A1AF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.calendar_etc_txt2{
    display: flex;

    align-items: center;
    align-self: stretch;
}

.calendar_etc_txt2 > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}