/* 월, 연도 선택 영역의 글자 크기 조정 */
.ui-datepicker-title {
    font-size: 10px; /* 기본보다 작게 설정 */
    font-weight: bold; /* 글씨를 굵게 설정 */
}

/* 날짜 셀의 글자 크기 조정 */
.ui-datepicker-calendar td a {
    font-size: 12px; /* 날짜 텍스트 크기 */
}

/* 헤더 부분의 전체 글자 크기 */
.ui-datepicker-header {
    font-size: 13px; /* 약간 작게 설정 */
}