/* datepicker 고정형 */

.ui-datepicker td a { padding: .3em; text-align: center; }
.ui-widget-content .ui-state-default { border: none; background: none; color: #6c6d73; }
.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: none; background: #ddd; color: #3d3d4c; border-radius: 50%; width: 24px; height: 24px; line-height: 15px; margin: 0 auto; }
.ui-datepicker .ui-datepicker-prev {background: url(../img/datepicker_arrow_left.png) no-repeat center / 100%; top: 8px; left: 5px;}
.ui-datepicker .ui-datepicker-next {background: url(../img/datepicker_arrow_right.png) no-repeat center / 100%; top: 8px; right: 5px;}
.ui-datepicker-title select {background: #e9e9e9 url(../img/ico_select.png) no-repeat right center / 18px auto; border: none;}