#datepicker .ui-datepicker-inline {
    width: 100%;
    padding: 15px;
    margin: 20px auto;
    background: linear-gradient(to top, #5281a3, #9cb5c6);
    border: none;
}
#datepicker .ui-datepicker-title {
    font-size: 18px;
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
    text-transform: uppercase;
    line-height: 1.5rem;
}
#datepicker .ui-widget-header {
    background-color: transparent;
    border: none;
    color: white;
}
#datepicker .ui-datepicker td {
    padding: 2px 7px;
    width: 40px;
    height: 40px;
}
#datepicker .ui-datepicker-next span {
    background: url("../img/next-btn.png") no-repeat center center / 8px;
}
#datepicker .ui-datepicker-prev span {
    background: url("../img/prev-btn.png") no-repeat center center / 8px;
}
#datepicker .ui-datepicker-calendar th span,
#datepicker .ui-state-disabled span {
    font-size: 15px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: white !important;
    font-weight: 400;
}
#datepicker .ui-state-disabled {
    opacity: 1;
}
#datepicker .ui-state-default {
    background: transparent;
    border: none;
    color: white;
    font-size: 15px;
    font-family: Karlar, Arial, Helvetica, sans-serif;
    text-align: center;
}
#datepicker .ui-state-default.ui-state-active,
#datepicker .ui-state-default.ui-state-highlight {
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
}
#datepicker .ui-state-default.ui-state-highlight {
    border-color: transparent;
}
#datepicker .ui-datepicker-other-month span {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto;
}
#datepicker .ui-datepicker-next-hover {
    background-color: transparent;
    top: 2px;
    right: 2px;
    border-color: white;
}
#datepicker .ui-datepicker-prev-hover {
    background-color: transparent;
    top: 2px;
    left: 2px;
    border-color: white;
}

#upcoming-event {
    max-height: 340px;
    overflow-y: scroll;
}

.ir-calendar-header {
    margin: 0 0 30px;
}
.ir-table .td-location {
    min-width: 300px !important;
    max-width: 300px !important;
}
.td-date {
    font-size: 18px;
    color: #333;
    min-width: 130px !important;
    max-width: 130px !important;
}
.td-detail {
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
}
.ir-table .td-detail {
    padding: 10px 18px;
}
.career-body {
    margin: 40px 0;
}
.calendar-img {
    width: 110px;
    height: 100px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.calendar-h {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B32225;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.calendar-h p {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    text-align: center;
    margin-bottom: 0;
}
.calendar-b {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8DEE3;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.calendar-b p {
    font-size: 40px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #333;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .ir-calendar-header {
        margin: 0;
        padding: 10px 0 20px;
    }
    .field {
        margin-top: 0;
    }
    .ir-calendar-title {
        margin-bottom: 0;
    }
    .career-body {
        margin-top: 10px;
    }
    .flex-container {
        display: flex;
        border-bottom: 1px solid #d8dee3;
        padding-bottom: 20px;
    }
    .upcoming-event {
        border: none;
    }
    #datepicker {
        width: 45%;
    }
    #datepicker .ui-datepicker-inline {
        margin: 10px 0;
    }
    .ir-upcoming {
        width: 55%;
    }
    #datepicker .ui-datepicker td {
        padding: 2px 5px;
    }
    .notice-container {
        padding: 20px 0;
    }
    .upcoming-event {
        grid-gap: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .notice-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .ir-calendar-header {
        padding: 10px 22px 20px;
    }
    .flex-container {
        justify-content: center;
    }
    #datepicker {
        width: 35%;
        max-width: 380px;
        margin-right: 40px;
    }
    #datepicker .ui-state-default.ui-state-active,
    #datepicker .ui-state-default.ui-state-highlight {
        width: 35px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .career-body {
        padding: 0 20px;
    }
    .upcoming-event {
        grid-gap: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .notice-container {
        max-width: 1100px;
    }
    #datepicker .ui-datepicker td {
        padding: 2px;
    }
    #datepicker .ui-datepicker-inline {
        padding: 15px 27px;
    }
    #datepicker {
        margin-right: 70px;
    }
}
@media screen and (min-width: 1400px) {
    .ir-calendar-header {
        padding: 20px;
        padding-top: 10px;
    }
    .td-date {
        min-width: 100px !important;
        max-width: 100px !important;
    }
}
