/*로그인*/
.auth-form-group-custom .auti-custom-input-icon {color:#5664d2;}
.btn-primary {background: #5664d2;}

/* 메인 로그인 페이지 */
.main-bg{
    background: #EAF6FF;
}
.main-card-wrap{
    background: #fff;
    border-radius: 16px;
    padding: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.logo-img img{width: 40%;}
.em-logo-right{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 25% !important;
}
.em-login-info {
    font-size: 14px;
    color: #878787;
}
.main-card-wrap h4 {
    display: block;
    padding: 8% 0 5% 0;
    border-top: 1px solid #E9E9E9;
    font-size: 25px;
    font-weight: bold;
    color: #595959;
    letter-spacing: -2px;
}
.login-form-wrap{
    padding: 0 10%;
}
.main-form2{margin-bottom: 15px !important;}
.main-forms label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #595959;
}
.main-forms .form-control{
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    height: 50px;
}
.main-forms .form-control::placeholder{
    color: #E5E5E5;
    font-size: 16px;
}
.login-form-wrap .btn{
    width: 100%;
    height: 65px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 6px;
    border-radius: 6px;
    background: #6499C3;
    border: 0;
}
.login-form-wrap .btn:hover{
    background: #C4E0DC;
    color: #595959;
}
.main-copy{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.menu-logout:hover{cursor: pointer;}


/* 1. Default 설정 */
/* body */
html{background: #fff;}
body{
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.main-content{background: #fff;}
/* .page-content{
    height: 100vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
/* 탑메뉴 */
#vertical-menu-btn{display: none;}
#page-topbar{
	box-shadow: 0 0px 2px rgb(0 0 0 / 8%); 
	padding: 0 20px; 
	width: 100%; 
	z-index: 21;}
/* .vertical-menu{z-index: 10;} */
.navbar-brand-box .logo-lg img{width: 100%;}
.user-dropdown i{font-size: 26px; vertical-align: middle;}
.user-dropdown span{vertical-align: middle; color: #636e75;}
.back-drop{
    width: 100%;
    height: 300%;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 21;
    position: absolute;
    top: 0;
    left: 0;
}
.back-drop.active{display: block;}
/* 메뉴 */
.menu-title{
    opacity: 1 !important;
    pointer-events: initial;
}
.menu-my{
    text-align: center;
    padding: 20px 0 50px 0;
    border-bottom: 1px solid #F3F3F3;
}
.menu-my p{font-weight: 200;}
.menu-my button{
    background: #fff;
    border: 0;
    color: #878787;
    border-bottom: 1px solid #878787;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0;
}
.simplebar-mask{box-shadow: 0 9px 10px #e6e6e6;}
.metismenu li{
    padding: 10px 20px;
    border-radius: 10px;
   /*  margin-bottom: 10px; */
}

.metismenu li span{
    display: inline-block;
    font-size: 17px;
    padding-left: 15px;
    transition: all 0.4s ease;
    font-weight: 600;
}
/* .sidemenu-wrap{margin: 0 10px;} */
#sidebar-menu ul li a{
    padding: 5px !important;
    display: flex;
    align-items: center;
}
#sidebar-menu ul li a i{
    font-size: 2em;
    opacity: 1;
    color: #474B52;
}
.mm-active .active i{color: #fff !important;}
#sidebar-menu ul li.mm-active a i{
    color: #fff !important;
}
#sidebar-menu ul li:hover a i{
    color: #fff !important;
}
.working-time{
    display: flex;
    align-items: center;
}
.working-time p{margin-bottom: 0;}
.sidemenu-wrap .working-time{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidemenu-wrap .working-time p{
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.side-close-btn{display: none;}

/* 본문 공통 부분 */
.area-title h3{
    position: absolute;
    top: 15px;
    left: 0%;
    display: list-item;
    font-weight: 600;
    font-size: 20px;
    color: #595959;
}

/* SUMMARY */
.summary-back{display: none;}
.calendar-mobile{
    display: none;
    margin-top: 50px;
}
.calendar-mobile .fc-view-harness{height: 90vh !important;}
.calendar-mobile .fc-view-harness-active > .fc-view{height: fit-content !important;}
.calendar-mobile2 .fc-view-harness-active > .fc-view{height: fit-content  !important;}
.calendar-col{
    margin-left: 9%;
    z-index: 10;
}
#calendar .fc-daygrid-day-frame {position: relative;}
#calendar .fc-daygrid-day-frame .appendedDate{
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 16px;
    z-index: 5;
}
#calendar .fc-day-today .fc-daygrid-day-frame .appendedDate{
    color: #fff;
}
#calendar .fc-day-today .fc-daygrid-day-frame .appendedDate::before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #6499C3;
    z-index: -1;
}
.today-card{
    width: 100%;
    height: inherit;
    z-index: 0;
    transform: translateY(0);
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
}
.today-card.active{
    transform: translateY(5%);
}
.scroll-bar-status{
    width: 15%;
    height: 7px;
    border-radius: 30px;
    background: #E5E5E5;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: none;
}
.today-wrap{
    background-image: linear-gradient(#8FB9CD,#6499C3);
    width: 100%;
    height: 230px;
    z-index: 0;
}

.today-col{
    position: absolute;
    top: 55%;
    left: 44%;
    transform: translate(-50%,-50%);
}

.today-wrap h3{
    display: list-item;
    font-weight: 600;
    font-size: 22px;
    margin-left: 2%;
    text-shadow: 0 0 5px rgba(135, 135, 135, 0.8);
}
#today{
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.day-select-wrap{
    display: block;
    background: #6499C3;
    border-radius: 30px;
    text-align: center;
    padding: 10px 5px;
}
.day-select-wrap select{
    border: 0;
    background: none;
    color: #fff;
    font-weight: 200;
}
.day-select-wrap #year{
    -webkit-appearance : none;
    margin-left: 5px;
}
.day-select-wrap #month{margin-left: 5px;}
.summary-wrap .day-select-wrap #month{-webkit-appearance : none;}
.day-select-wrap select option{color: #6398C2;}
.today-ul{
    width: 100%;
    height: 90px;
    padding-left: 0;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.today-ul li{
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 65px;
    line-height: 65px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
    color: #404040;
    display: inline-block;
}
.today-ul li.active span{opacity: 0.5;}
.today-ul li.active p{opacity: 0.5;}
.today-ul li:last-child{margin-right: 0;}
.today-ul li span{
    font-size: 20px;
    font-weight: 600;
}
.summary-checkbox{
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.summary-label{
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.summary-label i{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #507d99;
    color: #fff;
}
.summary-label i::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
}
.today-ul li.active .summary-label i{display: block;}

/* Summary em-달력 */
.em-calendar table{
    width:100%;
    table-layout:fixed;
    border-radius:25px;
    box-shadow: 0 0 10px #efefef;
    border: #fff;
    background: #fff;
    margin-top: 70px;
}
.em-calendar .summary-sunday {
    color: #FF957D;
}
.em-calendar .today{
    opacity: 1;
}
.em-calendar table thead tr {
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #dbdbdb;
}
.em-calendar table thead tr th{
    text-align:center;
    font-size:22px;
    border-right: 1px solid #efefef;
}
.em-calendar table thead tr th.past{
    opacity: 0.5;
}
.em-calendar table thead tr th.summary-sunday {
    border-bottom: 3px solid rgba(255, 149, 125, 0.5);
}

.em-calendar table thead tr th.summary-sunday.today {
    border-bottom: 3px solid #FF957D;
}

.em-calendar table thead tr th:last-child{
    border-right:0;
}
.em-calendar table tbody tr td{
    height: 45vh;
    vertical-align:initial;
    padding: 15px;
    border-right : 1px solid #efefef;
}
.em-calendar table tbody tr td.past{
    opacity: 0.5;
}
.em-calendar table tbody tr td:last-child{
    border-right: 0;
}
.em-calendar table tbody tr td > p{
    position:relative;
    display:inline-block;
    z-index: 0;
    font-size: 16px;
}
.em-calendar table tbody tr td.today > p{
    color:#fff;
}

.em-calendar table tbody tr td.today > p::before{
    content:"";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display:block;
    background:#6499c3;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:-1
}

.em-day-work{
    display:flex;
    justify-content:center;
    padding-left: 0;
    margin-bottom: 0;
}

.em-day-work li {
    list-style: none;
    width: 50%;
}
.em-day-work li p{
    float: left;
    margin-bottom: 0;
}

.em-day-work li span{
    float: right;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.em-calendar-mobile{
    display: none;
    margin-top: 50px;
}
.em-calendar-mobile .summary-sunday {
    color: #FF957D;
}
.em-mobile-summary-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E2E2;
    padding: 0;
    background: #F5F5F5;
    height: 300px;
    overflow-y: scroll;
}
.em-mobile-summary-wrap li{
    list-style: none;
}
.em-mobile-summary-wrap > li{
    border-bottom :1px solid #E2E2E2;
    padding: 0;
}
.em-mobile-summary-wrap > li:last-child {
    border-bottom: 0;
}
.em-mobile-summary-wrap > li p{
    float: left;
    margin-bottom: 0;
}
.em-mobile-summary-wrap > li span{
    float: right;
}
.em-mobile-day-wrap{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.em-mobile-day-work {
    display: none;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
}
.em-mobile-day-work ul {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
}
.em-mobile-day-work ul li.past{
    opacity: 0.5;
}
.em-mobile-day-work ul li p{
    float: left;
    margin-bottom: 0;
}
.em-mobile-day-work ul li span {
    float: right;
    width: 50%;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* OrderList */
.order-list-wrap {
    border-radius: 8px;
    padding: 10px;
}
.order-list-wrap .form-control{
    border-radius: 0.2rem;
    border: 1px solid #F3F3F3;
}
.order-list-wrap .app-search .form-control{
    background-color: #fff;
    height: 30px;
}
.order-list-wrap .app-search button{
    line-height: 30px;
}
.order-list-wrap .table thead th{
    border: 0;
    font-size: 16px;
    font-weight: 500;
}
.order-list-wrap .table > thead{
    border-bottom: 1px solid #eee;
    border-top: 2px solid #898989;
}
.order-list-wrap table{
    border: 0;
    border-bottom: 1px solid #eee;
    margin-top: 20px !important;
}
.order-list-wrap tbody{
    border: 0;
    font-size: 16px;
}
.order-list-wrap .table.table-bordered.dataTable tbody td{border: 0;}
.order-list-wrap .table-striped tbody tr{
    border-bottom:1px solid #eee;
}
.order-list-wrap .table-striped tbody tr:nth-of-type(odd) {
        background-color: #fff;
    }
.order-list-wrap .table tbody+tbody{border-top: 1px solid #eee;}
.order-list-table tbody tr td span{color: #C9C9C9;}
.order-list-table tbody tr td span.active{color: #3D81C4;}
.order-list-table tbody tr td span.on{color: #F29B76;}
.order-list-table tbody tr td a{color: #404040;}
.order-btn{
    border-radius: 25px;
    border: 0;
    background: #6499C3;
    width: 155px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 17px;
}
.order-btn:hover{
    background: #8FB9CD;
}
.dataTables_paginate .pagination li.num{opacity: 0.4;}
.dataTables_paginate .pagination li.active.num{opacity: 1;}
.pagination li a{
    font-weight: 500;
    font-size: 12px;
}
.pagination li.active a{
    border: 0;
    color: #404040;
    font-weight: 500;
}
/* .pagination li a:hover{color: #3D81C4;} */
.submit-btn{
    border-radius: 25px;
    border: 0;
    background: #3D81C4;
    color: #fff;
    width: 80px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 16px;
}
.submit-btn:hover{background: #6499C3;}
.email-btn{
    background: #8FB9CD;

}
/* Order Processing */
.process-container {
    margin-top: 100px;
}
.process-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #898989;
}
.process-title h3{
    font-size: 20px;
    line-height: 50px;
}
.process-title h3 p{
    display:inline-block;
}
.process-wrap .order-btn{
    width: 110px;
    height: 40px;
    line-height: 40px;
}
.process-wrap .order-btn:nth-child(2){
    background: #fff;
    border: 1px solid #6398C3;
    color: #6499C3;
}
.process-wrap .order-btn:nth-child(2):hover{
    background: #8FB9CD;
    border: 1px solid #8FB9CD;
    color: #fff;
}

.process-wrap .card-body {
    padding: 20px 50px;
}
.info-box{
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}
.info-box label{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    float: left;
    line-height: 30px;
}
.info-box input{
    float: right;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 0 15px;
    height: 35px;
    font-size: 16px;
}
.process-info-box-wrap{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.process-info-box{
    float: left;
    width: 50%;
    text-align: left;
}
.process-info-box1{padding-right: 30px;}
.process-info-box2{padding-right: 20px;}
.box2-input{
    width: 247px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 15px;
    height: 35px;
    font-size: 16px;
    background:#fff;
}
.arrive-date-wrap input{margin-right: 10px;}
.arrive-time-wrap select{
    width: 50px;
    height: 35px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}
.arrive-time-wrap p{
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
}

.process-check{
    padding: 10px 0;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding-left: 20px;
    height: 120px;
}
.process-check-box{
    float: left;
    width: 16.6%;
    padding: 20px 0;
    text-align: center;
}
.process-check-box h5{
    font-size: 18px;
    text-transform: uppercase;
}
.process-check-box label{
    font-size: 18px;
    font-weight: 400;
    padding-left: 5px;
}

.process-insert h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.process-textarea{
    width: 100%;
    resize: none;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 15px;
    overflow-y: auto;
}
.insert1-checkbox{
    display: inline-block;
    line-height: 35px;
}
.insert1-checkbox p{
    float: left;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
}
.insert1-checkbox .insert1-answer{
    float: left;
    padding-left: 10px;
    font-size: 18px;
}
.insert1-checkbox .insert1-answer label{
    font-weight: 300;
    padding-right: 15px;
}
.heating-cycle-input{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    text-align: center;
}
.radio-box{
    visibility: hidden;
}
.radio-box + .radio-label{
    display: inline;
    position: relative;
}
.radio-box + .radio-label::before{
    content: "";
    position: absolute;
    top: 52%;
    left: -17px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #767676;
}
.radio-box:checked + .radio-label::after{
    content: "";
    position: absolute;
    top: 52%;
    left: -17px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background-image: url(/assets/img/check-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0063ff;
}
.radio-label span{padding-right: 5px;}
.web-insert-wrap{
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.web-insert-wrap h5{
    color: #6499C3;
}
.web-insert-wrap select{
    height: 40px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    color: #878787;
    border-radius: 6px;
    padding-left: 5px;
}
.web-insert-wrap .problem-select{
    width: 40%;
}
.web-insert-wrap .problem-select select{
    width: 95%;
}
.web-insert-wrap .solution-select{
    width: 60%;
}
.web-insert-wrap .solution-select select{
    width: 100%;
}

/*작업내용 하단 input 추가 css*/
.web-insert-wrap .problem-select{
width: 40%;
}

.web-insert-wrap .problem-select input {
    width: 95%;
}

.web-insert-wrap .solution-select{
width: 60%;
}

.web-insert-wrap .solution-select input {
    width: 100%;
}
/*-------*/

.answer-checkbox-wrap{
    float: left;
    width: 25%;
}
.insert1-answer .answer-textarea{
    float: right;
    width: 75%;
}
.text-input-custom{
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-size: 14px;
    height: 35px;
    padding: 0 15px;
}

.process-table-wrap table{
    border: 1px solid #c9c9c9;
    table-layout: fixed;
}
.process-table-wrap table th{
    border: 1px solid #c9c9c9;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 200;
    color: #474B52;
}

.process-table-wrap table thead th{
    font-weight: 700;
    text-transform: uppercase;
}
.process-table-wrap .num-pd{padding: 0px 5px;}
.process-table-wrap table tbody td{
    border: 1px solid #c9c9c9;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #474B52;
    background: none;
}
.process-insert-3 .web-process-table table thead tr th:nth-child(2){width: 20%;}
.process-insert-3 .web-process-table table thead tr th:nth-child(3){width: 10%;}
.web-process-table .check-list-select{
    border: 0;
    text-align: center;
    color: #767676;
    resize: auto;
    background: transparent;
}
.table-write{
    width: 100%;
    padding: 0;
    border: 0;
    text-align: center;
    background:none;
}
.textarea-th{padding: 0 !important; overflow-y: scroll;}

textarea-th
.web-pd{padding: 0 !important;}
.web-pd .table-write{
    height: 25px;
    width: 75%;
    font-size: 12px;
    border-bottom: 1px solid #d2d2d2;
}
.web-pd .table-write.table-write-nb{border: 0;}
.web-pd .heating-input{
    width: 60%;
    font-size: 12px;
    border: 0;
}
.web-pd p{
    margin-bottom: 0;
    display: inline-block;
}
.select-write{
    border: 0;
    appearance: none;
    padding: 0 5px;
    text-align: center;
    font-weight: 200;
    background: none;
}
.mobile-process-table{
    display: none;
    padding-bottom: 10px;
    border-bottom: 2px solid #898989;
    background: #fff;
}
.mobile-process-table table{table-layout: fixed;}
.mobile-process-table table tr th{
    border: 1px solid #c9c9c9;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    color: #474B52;
}
.mobile-process-table table tr td{
    border: 1px solid #c9c9c9;
    font-size: 12px;
    padding: 9px 5px;
    font-weight: 300;
    color: #474B52;
}
.mobile-pd{
    padding: 0 !important;
    text-align: center;
}
.mobile-pd .check-list-select{
    border: 0;
    text-align: center;
    color: #767676;
    resize: auto;
}
.mobile-pd p{
    margin-bottom: 0;
    display: inline-block;
}
.mobile-pd .table-write{
    height: 30px;
    width: 70%;
}
.process-insert-2 .mobile-process-table table tr th:nth-child(1){width: 35%;}
.mobile-bb{border-bottom: 2.5px solid #c9c9c9 !important;}
.mobile-process-3 table{table-layout: auto;}
.mobile-process-3 table thead tr th:nth-child(1){width: 45%;}
.process-insert-3 .mobile-process-table table tr th{
    padding: 9px;
}
.process-insert-3 .mobile-process-table{border-bottom: 0;}
.process-insert-3 .table-write-nb{
    width: 75%;
    margin-right: 5px;
    float: left ;
    padding: 2px 0;
}
.process-add-btn{
    border-radius: 25px;
    padding: 0;
    font-size: 17px;
    width: 110px;
    height: 40px;
    line-height: 40px;
}
.process-add-btn:hover{
    background: #6499C3;
    border: 1px solid #6499C3;
}
.submiss-btn{
    background: #8FB9CD;
    color: #fff;
    border: 0;
}
.hold-btn{
    background: #fff;
    border: 1px solid #8FB9CD;
    color: #8FB9CD;
}
.info-box-p{
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 30px;
}

.em-installrivise-wrap {
    display: inline-block;
}
.em-install-rivisebtn {
    font-size: 12px !important;
    display: inline-block !important;
    border: 0;
    border-radius: 20px;
    padding: 2px 10px;
    background: #eee;
    color: #8fb9cd;
}
.em-sign-wrap {
    position:relative;
    width:100%;
    height: 200px;
    padding: 0 !important;
}
.em-saved-img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: block;
}
.em-saved-img img {
    width: 100%;
    height: 100%;
}
.sign-container .em-saved-img img {
    border: 1px solid rgb(201,201,201);
    border-radius: 4px;
}
.em-saved-img .em-saved-img-btn {
    color: #6499C3;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
}
.process-wrap .process-title-btns .sign-btn {
    margin-top: 0;
    background:#fff;
}
/* TABLE */
.em-processing-table-web table{
    margin-top: 0!important;
    margin-bottom: -1px;
}
.em-table-pd{
    padding: 12px 15px !important;
}
.em-processing-table-web table td {
    padding: 0 15px !important;
    height: 46px;
}
.em-processing-table-web .web-pd{
    text-align:center;
}
.em-processing-table-web table.em-table-left tbody tr td {
}
.textarea-td {
    padding: 0 !important;
    overflow-y: auto;
}
.em-web-d-none tr th{
    border: 0;
    padding: 0;
}

/* Sign */
.sign-container {
    height: 100vh;
}
.sign-info-wrap{
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}
.sign-info-list{
    float: left;
    width: 50%;
}
.sign-info-list ul{}
.sign-info-list ul li{
    list-style: none;
    font-size: 16px;
}
.sign-info-list ul li p{
    display: inline-block;
}
.sign-info-list ul li span{
    display: inline-block;
    padding-left: 5px;
}
.sign-info-list ul li span em{font-style: normal;}
.sign-info-list ul li input{
    margin-left: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 14px;
    width: 30%;
}

.sign-write-card{margin: 0 30px;}
.sign-write-card span{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
    color: #8FB9CD;
}
#drawCanvas{
    display: block;
    width: 100%;
    height: 300px;
    background: #fff;
}
/* #drawCanvas::before{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "사인입력";
    font-size: 30px;
    color: rgba(0,0,0,0.3);
    font-weight: 700;
} */
.sign-btn{
    font-size: 16px;
    width: 100px;
    float: right;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    margin-top: 10px;
}
.sign-container .sign-btn{
    margin-top: 70px;
}
.sign-write-wrap .em-saved-img {
    width: 100%;
    height: 100%;
}
.sign-write-wrap .em-saved-img .em-saved-img-btn {
    font-size: 25px;
}
/* Schedule */
.schedule-wrap{
    margin-top: 10px;
}
.schedule-wrap .area-title {
    height: 50px;
}
.schedule-wrap .fc-scroller-harness-liquid{height: 70vh;}
.schedule-wrap .fc-button-group{display: none;}
.schedule-wrap .fc-customButton-button{
    height: 40px !important;
    border-radius: 30px;
    border: none;
    background-color: #507d99 !important;
}
.schedule-wrap .fc-header-toolbar{
    position: absolute;
    top: 0;
    right: 140px;
    display: none;
}
.addtodayDate{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 14px;
}
.fc-day-past .addtodayDate{opacity: 0.5;}
.schedule-popup{
    top: 30%;
    left: 40%;
    width: 25%;
    height: 280px;
    border-radius: 15px;
    background: #fff;
    z-index: 30;
    padding: 25px;
    animation: SchedulePopup 0.3s ease-in-out;
}
@keyframes SchedulePopup{
    0%{transform: scale(1.1) ;}
    50%{transform: scale(0.9) ;}
    100%{transform: scale(1) ;}
}
.schedule-popup i{
    font-size: 20px;
    color: #6499C3;
}
.schedule-popup i:hover{cursor: pointer;}
.schedule-popup input{
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding: 5px;
}
.schedule-popup input[type=date]::-webkit-calendar-picker-indicator {
    margin-left: 0px;
  }
.schedule-popup select{
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding: 5px;
}
.schedule-popup-wrap p{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.schedule-write-time input{width: 50%;}

.schedule-write-time .schedule-time-wrap{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-time-wrap p{margin-bottom: 0;}
.schedule-popup .schedule-save-btn{
    width: 75px;
    background: #6499C3;
    border-radius: 25px;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    margin-top: 15px;
}
.schedule-button{
    border: 0;
    border-radius: 25px;
    height: 35px;
    padding: 0 15px;
    background: #6499c3;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.em-mobile-today-btn{
    display:none;
}
.em-schedule-ex-list {
    margin-left: 30px;
    display: inline-block;
}
.em-schedule-ex-list li {
    float: left;
    font-size: 16px;
    padding-right: 30px;
    position: relative;
    list-style: none;
    font-size: 14px;
}
.em-schedule-ex-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.em-schedule-ex-list li:nth-child(1)::before {
    background: #3D81C4;
}
.em-schedule-ex-list li:nth-child(2)::before {
    background: #F29B76;
}
.em-schedule-ex-list li:nth-child(3)::before {
    background: #C9C9C9;
}

/* 스케줄 페이지 달력 publish*/
.schedule-content {
    overflow: auto;
}
.schedule-content h3{
    position: initial;
    margin-left: 3%;
    float: left;
}
.schedule-calendar-wrap {
}
.schedule-calendar-wrap table{
    background:#fff;
    border-radius:25px;
    box-shadow: 0 0 10px #efefef;
    height:82vh;
}
.schedule-calendar-wrap table thead{
    height:40px;
    line-height:40px;
    border-bottom: 3px solid #efefef;
}
.schedule-calendar-wrap .schedule-sunday-title {
    border-bottom: 3px solid #ff957d;
}
.schedule-calendar-wrap .schedule-satday-title {
    border-bottom: 3px solid #8eb8d2;
    border-right: 0;
}
.schedule-calendar-wrap .schedule-satday {
    color: #8eb8d2;
    border-right:0;
}
.schedule-calendar-wrap .schedule-sunday {
    color: #FF957D;
    border-left:0;
}
.schedule-calendar-wrap table thead tr th {
    border-right: 1px solid #eee;
}
.schedule-calendar-wrap table tbody tr{

}
.schedule-calendar-wrap table tbody tr td {
    padding: 10px;
    height: 110px;
    border: 1px solid #eee;
    position:relative;
}
.schedule-calendar-wrap table tbody tr td:hover{
    cursor: pointer;
}
/* 
.schedule-date{
    position:absolute;
    top:10px;
    left:10px;
}
*/
.schedule-date p {
    font-size: 12px;
}
.schedule-date.today p {
    color: #fff;
    z-index: 1;
    position: relative;
}

.schedule-date.today p::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #6499C3;
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -1px;
}
.schedule-contents-wrap {
    display: flex;
    flex-direction: column;
    padding-left:0;
    margin-top:25px;
    margin-bottom:0;
}
.schedule-contents-wrap li {
    list-style: none;
    width: 100%;
}
.schedule-contents-wrap li .em-schedule-contents-p{
    float: left;
}
.schedule-contents p {
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
}
.schedule-contents .em-schedule-contents-p em.status{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 0 3px 3px;
    background-color: #c9c9c9;
}
.schedule-contents .em-cut-string {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.schedule-contents .em-cut-string.first{
    width: 50px;
    text-overflow: ellipsis;
}
.schedule-contents .em-cut-string.last{
    width: auto;
}
.schedule-contents em.status.mobile{
    display:none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9c9c9;
}
.schedule-contents span {
    font-size: 12px;
    text-align: right;
}
.schedule-day-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
}
.day-btns-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.day-btns-wrap li {
    float: left;
    list-style: none;
    margin-right:10px;
}
.day-btns-wrap li p{
    margin-bottom:0;
    color:#6499C3;
    font-weight:600;
    margin-top:2px;
    font-size:20px;
}
.day-btns-wrap li .day-arrow-btn {
    border: 1px solid #8FB9CD;
    border-radius: 20px;
    background: transparent;
    color: #8FB9CD;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height:35px;
}

.day-btns-wrap li .day-arrow-btn i {
    font-size: 20px;
}
.day-btn-today .schedule-button {
    background: #8FB9CD;
    height: 35px;
    line-height: 35px;
}
.em-schedule-worklist-popup{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    height: inherit;
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    z-index: 21;
}
.em-schedule-worklist-popup h6{
    font-size: 35px;
}
.em-worklist-close-btn{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #707070;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.em-worklist-close-btn i{
    font-size: 30px;
}
.em-schedule-worklist-wrap {
    width: 100%;
    overflow: auto;
    padding-left: 0;
    padding-right: 10px;
    height: 410px;
    padding-top: 50px;
}
.em-schedule-worklist-wrap li{
    border-top: 1px solid #E2E2E2;
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
}
.em-schedule-worklist-wrap li a{
    width: 100%;
    display: block;
    height: 70px;
}
.em-schedule-worklist-wrap li:first-child{
    border-top: 2px solid #707070;
}
.em-schedule-worklist-wrap li .em-schedule-popup-content{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.em-schedule-worklist-wrap li .em-schedule-popup-content p{
    position: relative;
    font-size: 25px;
    align-items: center;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.em-schedule-worklist-wrap li span{
    font-size: 25px;
}
.schedule-contents .em-schedule-event-title em.status {
   margin-top: 3px;
}
.em-schedule-event-title em.status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
    background-color: #C9C9C9;
    display: inline-block;
    margin-top: 25px;
}
.em-schedule-popup-content em.status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #C9C9C9;
    display: inline-block;
    margin-left: 5px;
}
em.status.done {
    background-color: #6499C3 !important;
}
em.status.hold{
    background-color: #FF957D !important;
}

.em-schedule-popup-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.em-schedule-popup-left > p {
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
}

.em-schedule-popup-right {
    flex: 1;
    text-align: right;
}

/* Mypage */
.worker-mypage .auth-form-group-custom .auti-custom-input-icon {
    color: #6499C3;
}
.worker-mypage .btn-primary{
    background-color: #6499C3;
    border-color: #6499C3;
    border-radius: 25px;
    font-size: 16px;
    width: 100px;
}
.worker-mypage .btn-outline-dark{
    color: #6499C3;
    border-color: #6499C3;
    border-radius: 25px;
    font-size: 16px;
    width: 80px;
}
.worker-mypage .btn-outline-dark:hover{background-color: transparent;}
.worker-mypage hr{border-top: 1px solid rgba(100,153,195,0.2);}
.worker-mypage .area-title h3{
    top: 30px;
    left: 4%;
}
.worker-mypage .card{
    background: none;
    box-shadow: none;
}
.worker-mypage .card-body{padding-left: 0;}
.worker-mypage .auth-form-group-custom label{
    font-size: 18px;
    top: 10px;
    color: #6499C3;
    font-weight: 500;
}
.worker-mypage .form-control{
    border-radius: 30px;
    border: 0;
    box-shadow: 0 0 3px #e4e4e4;
    font-size: 16px;
    padding-top: 35px;
    height: 70px;
}
.worker-mypage .form-control::placeholder{
    color: #a1a1a1;
    font-weight: 300;
}

/* Install */
.Install-popup{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.Install-popup .card{
    border: 3px solid rgba(100, 153, 195,0.7);
    border-radius: 1px;
}
.Install-popup .closebtn button{
    border: 0;
    background:transparent;
}
.Install-popup .closebtn i{
    font-size: 25px;
    color: #6499C3;
    font-weight: 800;
}
.install-table-wrap .install-title{ font-size: 20px; }
.install-table-wrap .web-pd input{
    border: 0;
    padding: 0 5%;
}
.install-table-wrap .web-pd input[type=date]::-webkit-calendar-picker-indicator {
    margin-left: 0;
}
.install-table-wrap .web-pd select{
    border: 0;
    background-color: transparent;
    resize: auto;
    color: #767676;
}
.install-table-wrap .exam-pd{padding: 5px !important;}
.install-table-wrap .total-test label{margin-bottom: 0;}
.install-table-wrap .process-textarea{
    border: 0;
}
.install-table-wrap #drawCanvas{
    width: 100%;
    height: 200px;
    background: transparent;
}
.install-table-wrap .total-test{background: rgba(0,0,0,0.05);}

/* 메일폼 */
.em-mailform-input{
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    float: right;
    width: 35%;
    margin-bottom: 0;
}
.em-arrive-input{
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 5px;
}
.arrive-date-wrap.mail span{ line-height: 35px; }
.em-oncall-input{
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 0;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
}
.em-mail-text{ padding: 0 5px; }
.em-mail-textarea{
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 16px;
    width: 100%;
}


:root {
  --spacing-smaller: 3px;
  --spacing-small: 5px;
  --spacing-medium: 7px;
  --spacing-large: 12px;
  --font-size: 12px;
  --font-size-large: 14px;
  --font-size-larger: 16px;
  --line-height: 16px;
  --line-height-larger: 20px;
  --primary-color: #40c979;
  --text-color-dark: #212529;
  --text-color: #585858;
  --text-color-light: #65727e;
  --border-color: #bebebe;
  --border-color-light: #f1f3f5;
  --input-placeholder: #65727e;
  --input-background: #e9e9ed;
  --input-border: #dee2e6;
  --input-border-active: #c1c9d0;
  --input-border-invalid: #e44e4e;
  --input-outline-invalid: rgba(219, 138, 138, 0.5);
  --input-color: #e9e9ed;
  --input-disabled: #f7f7f7;
  --input-min-height: 45px;
  --options-height: 40dvh;
  --option-background: #f3f4f7;
  --border-radius: 5px;
  --icon-size: 12px;
  --icon-space: 30px;
  --checkbox-size: 16px;
  --checkbox-radius: 4px;
  --checkbox-border: #ced4da;
  --checkbox-background: #fff;
  --checkbox-active: #fff;
  --checkbox-thickness: 2px;
}
.multi-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
}
.multi-select .multi-select-header {
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius);
  padding: var(--spacing-medium) var(--spacing-large);
  padding-right: var(--icon-space);
  overflow: hidden;
  gap: var(--spacing-medium);
  min-height: var(--input-min-height);
}
.multi-select .multi-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: var(--icon-size);
  width: var(--icon-size);
}
.multi-select .multi-select-header.multi-select-header-active {
  border-color: var(--input-border-active);
}
.multi-select .multi-select-header.multi-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
  display: flex;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
  color: var(--text-color-light);
}
.multi-select .multi-select-header .multi-select-header-option {
  display: inline-flex;
  align-items: center;
  background-color: var(--option-background);
  font-size: var(--font-size-large);
  padding: var(--spacing-smaller) var(--spacing-small);
  border-radius: var(--border-radius);
}
.multi-select .multi-select-header .multi-select-header-max {
  font-size: var(--font-size-large);
  color: var(--text-color-light);
}
.multi-select .multi-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: var(--spacing-small);
  padding: var(--spacing-small);
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: var(--options-height);
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-select .multi-select-options::-webkit-scrollbar {
  width: 5px;
}
.multi-select .multi-select-options::-webkit-scrollbar-track {
  background: #f0f1f3;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb {
  background: #cdcfd1;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
  background: #b2b6b9;
}
.multi-select .multi-select-options .multi-select-option,
.multi-select .multi-select-options .multi-select-all {
  padding: var(--spacing-large);
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
  background: var(--checkbox-background);
  margin-right: var(--spacing-large);
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  border: 1px solid var(--checkbox-border);
  border-radius: var(--checkbox-radius);
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all .multi-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: var(--font-size-larger);
  line-height: var(--line-height);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
  content: "";
  display: block;
  width: calc(var(--checkbox-size) / 4);
  height: calc(var(--checkbox-size) / 2);
  border: solid var(--checkbox-active);
  border-width: 0 var(--checkbox-thickness) var(--checkbox-thickness) 0;
  transform: rotate(45deg) translate(50%, -25%);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: var(--text-color-dark);
}
.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active,
.multi-select .multi-select-options .multi-select-all:hover, .multi-select .multi-select-options .multi-select-all:active {
  background-color: var(--option-background);
}
.multi-select .multi-select-options .multi-select-all {
  border-bottom: 1px solid var(--border-color-light);
  border-radius: 0;
}
.multi-select .multi-select-options .multi-select-search {
  padding: var(--spacing-medium) var(--spacing-large);
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius);
  margin: 10px 10px 5px 10px;
  width: 100%;
  outline: none;
  font-size: var(--font-size-larger);
}
.multi-select .multi-select-options .multi-select-search::placeholder {
  color: var(--text-color-light);
}
.multi-select .multi-select-header,
.multi-select .multi-select-option,
.multi-select .multi-select-all {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: var(--border-radius);
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-larger);
  color: var(--text-color-dark);
}
.multi-select.disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: var(--input-disabled);
}
.multi-select.multi-select-invalid .multi-select-header {
  border-color: var(--input-border-invalid);
  outline: var(--input-outline-invalid) solid 1px;
}

