@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: "Spoqa Han Sans Neo", "sans-serif";
    line-height: 1.25;
    box-sizing: border-box;
    margin: 0;
    color: #353c49;
    background-color: #f8f9fa;
    overflow: auto;
}
a {
    color: #000000;
    text-decoration: none;
}
button, input[type=button] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* header */
.header {
    width: 100%;
    height: 60px;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 999;
    padding: 15px 12px 12px 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.header img {
    vertical-align: middle;
    margin-right: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.header p {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #505866;
    font-weight: 400;
    width: 70%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.header a {
    text-decoration: none;
}
.issue-btn {
    display: inline-block;
    position: fixed;
    right: 5px;
}

/* no-result */
.no-result {
    font-size: 14px;
}

/* button */
.fa-search {
    margin-right: 4px;
}
.white-btn {
    min-width: 90px;
    line-height: 40px;
    background-color: white;
    color: #616161;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.orange-btn {
    min-width: 90px;
    line-height: 40px;
    background-color: #ff8331;
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.grey-btn {
    min-width: 90px;
    line-height: 40px;
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 5px;
}
.button-right {
    text-align: right;
    margin-right: 4px;
    position: relative;
}
.btn-left {
    float: left;
    margin-left: 2px;
}
.btn-right {
    float: right;
    margin-right: 3px;
}

/* category */
.category {
    font-size: 22px;
    font-weight: 500;
    color: #ff8331;
    padding: 5px;
    border: 1px solid #ff8331;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* date-picker */
#ui-datepicker-div {
    font-size: 16.5px;
    width: 22rem;
    height: auto;
    border: 1px solid #a3a8af;
    border-radius: 4px;
    padding: 8px;
    background-color: #f9fbfd;
    display: none;
    left: 50% !important;
    transform: translate(-50%, 0%);
}
.ui-datepicker-calendar {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.75;
}
.ui-datepicker-calendar > thead > tr > th {
    width: 40px !important;
}
.ui-datepicker-title {
    width: auto;
    text-align: center;
    background-color: #f9fbfd;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
}

.ui-widget-header .ui-icon {
    width: 16px;
    font-size: 2rem;
}
.ui-datepicker-next {
    margin-left: 74%;
}
.ui-datepicker-month > select option {
    color: #ff8331;
}
.ui-datepicker-header {
    background-color: white !important;
    border: 0 !important;
    margin: 0px 15px;
}
.ui-datepicker select.ui-datepicker-month {
    width: 30% !important;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
.ui-datepicker select.ui-datepicker-year {
    width: 30% !important;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-title select {
    margin-top: 0 !important;
    text-align-last: center !important;
    height: 26px;
    border: 0;
    background-color: #f9fbfd;
}
.ui-state-default {
    width: 30px !important;
    text-align: center !important;
    background-color: #f9fbfd !important;
    border: 0 !important;
    font-size: 13px;
    text-decoration: none;
    color: black;
    padding: 3px;
    font-weight: 200;
}

/* 선택 달력 */
.ui-state-disabled .ui-state-default {
    color: #d2d6da !important;
    cursor: not-allowed;
}
.ui-state-active {
    width: 30px !important;
    background-color: #ff8331 !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 10px !important;
    color: white;
}
