@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/woff-subset/Pretendard-Regular.subset.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/woff-subset/Pretendard-SemiBold.subset.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

.background {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255);
    z-index: -1;
}

body, html {
    font-family: 'Pretendard-Regular';
    font-size: .8vw;
}

.page {
    margin-bottom: 2vw;
    margin-left: 14.4vw;
}

.sidebar {
    width: 13vw;
    position: fixed;
    height: 100%;
}

.welcome_name {
    font-size: 1vw;
}

.btn-menu {
    font-family: 'Pretendard-SemiBold';
}

#excel_upload_frm, #img_frm, #cal_frm {display:none;margin:0 auto;position:fixed;top:6vw;left:67vw;background:#FFF; padding:1vw; z-index: 9; text-align:center;border-radius:1vw;border: 0.1vw solid #c1c1c1;width:30vw;height:18vw;}

.infos .col-2 {
    font-family: 'Pretendard-SemiBold';
}

.form-control[readonly] {
    background-color: #d8d8d8 !important;
}

.form-select:disabled {
    background-color: #d8d8d8 !important;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle::before {
    padding-bottom: .1vw;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle-nav {
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: .8vw;
}

.bi-arrow-return-right {
    margin-right: .4vw;
}

.navbar {
    position: fixed;
    width:100%;
    height: 2.4vw;
    z-index: 999;
    --bs-navbar-padding-y: 0 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fafafa !important;
}

.table-light>tbody>tr:nth-of-type(even)>*  {
    background-color: #fafafa !important;
}

.ui-widget-header {
    border: 0px solid #dddddd;
    background: #fff;
}
    
.ui-datepicker-calendar>thead>tr>th {
    font-size: 14px !important;
}
    
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0;
}
    
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background-color: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
}
    
.ui-datepicker .ui-datepicker-title {
    margin: 0 0em;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    font-weight: bold;
}
    
.ui-datepicker {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    padding-bottom: 10px;
    width: 300px;
    box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
}
        
.ui-widget.ui-widget-content {
    border: 1px solid #eee;
}
    
#datepicker:focus>.ui-datepicker {
    display: block;
}
    
.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
}
    
.ui-datepicker-next {
    float: right;
}
    
.ui-state-disabled {
    cursor: auto;
    color: hsla(0, 0%, 80%, 1);
}
    
.ui-datepicker-title {
    text-align: center;
    padding: 10px;
    font-weight: 100;
    font-size: 20px;
}
    
.ui-datepicker-calendar {
    width: 100%;
}
    
.ui-datepicker-calendar>thead>tr>th {
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
}
    
    
.ui-datepicker-calendar>tbody>tr>td>a {
    color: #000;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none; 
}
    
    
.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover {
    cursor: auto;
    background-color: #fff;
}
        
.ui-datepicker-calendar>tbody>tr>td {
    border-radius: 100%;
    width: 44px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
}
        
.ui-datepicker-calendar>tbody>tr>td:hover {
    background-color: transparent;
    opacity: 0.6;
}
    
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px solid #cccccc;
    background-color: transparent;
    font-weight: normal;
    color: #2b2b2b;
}
    
.ui-widget-header .ui-icon {
    background-image: url('./btns.png');
}

.ui-icon-circle-triangle-e {
    background-position: -20px 0px;
    background-size: 36px;
}
    
.ui-icon-circle-triangle-w {
    background-position: -0px -0px;
    background-size: 36px;
}
        
.ui-datepicker-calendar>tbody>tr>td:first-child a{
    color: red !important;
}
        
.ui-datepicker-calendar>tbody>tr>td:last-child a{
    color: #0099ff !important;
}
        
.ui-datepicker-calendar>thead>tr>th:first-child {
    color: red !important;
}
        
.ui-datepicker-calendar>thead>tr>th:last-child {
    color: #0099ff !important;
}
    
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active {
    border: 0px;
    background: #f1f1f1;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo_text {
    font-size: 22px;
    text-decoration: none !important;
    font-weight: 600;
}

.company_text {
    color: #3ea0e1;
    font-size: 1.2vw;
}

.else_text {
    color: #c1c1c1;
    font-size: 1.2vw;
}

#ui-datepicker-div {
    z-index:999 !important;
}