@charset "utf-8";

.navy-bg { background: #2d313a; }

/* 날짜선택 기간별선택 */
.calendar-select { margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #d6d6d6; }
.calendar-select .item-group .item { position: relative; float: left; }
.calendar-select .item-group .date-option-wrap { float: left; position: relative; top: -5px; }
.calendar-select .item-group .date-option-wrap .date-select-wrap { display: inline-block; float: none; vertical-align: middle; margin-right: 10px; }
.calendar-select .item-group .date-option-wrap .date-select-wrap .date-select .normal-txt-input { width: 120px;}
.calendar-select .item-group .date-option-wrap .check-input { display: inline-block; vertical-align: middle;}
.calendar-select .item-group .date-option-wrap .btn-wrap { display: inline-block; margin-top: 0; vertical-align: middle;}

/* 달력 왼쪽 */
.division-wrap .left-box { position: relative; float: left; width:680px; padding-top: 15px;}
.division-wrap .left-box .btn-wrap { margin-top: 0px; height: 30px;}
.division-wrap .left-box .btn-wrap ul.left-btn-list { float: left;}
.division-wrap .left-box .btn-wrap .normal-btn{ font-size: 12px; height: 30px; display: block; line-height: 30px; padding: 0 25px; border-radius: 3px;  color: #fff; transition: .2s ease; font-weight: 300;}
.division-wrap .left-box .btn-wrap ul li { display: inline-block; float: left; margin-left: 10px;}



/* 날짜선택 기간별선택 */
.division-wrap { position: relative; margin-left: 1px; margin-right: 1px;}
.division-wrap .left-box .calendar { position: relative; width: 100%;}
.division-wrap .left-box .calendar table { table-layout: fixed; width: 100%; margin-top: 15px; border-right: 1px solid #c9c9c9; border-left: 1px solid #c9c9c9;}
.division-wrap .left-box .calendar table thead th:not(:last-child) { border-right: 1px solid #e1e1e1;}
.division-wrap .left-box .calendar table thead th { padding: 10px 15px; text-align: center; border-bottom: 1px solid #c9c9c9; border-top: 1px solid #555; background: #f5f5f5; font-weight: 600; font-size: 1.2rem;}
.division-wrap .left-box .calendar table tbody td { position: relative; height: 80px; padding: 15px; text-align: center; border-bottom: 1px solid #c9c9c9; cursor: pointer; font-size: 1.3rem; font-weight: 600; background: white;}
.division-wrap .left-box .calendar table tbody td:not(.disabled, .today):hover { background: #f5f5f5; }
.division-wrap .left-box .calendar table tbody td:not(:last-child) { border-right: 1px solid #e1e1e1; }
.division-wrap .left-box .calendar table tbody td:not(:first-child) { border-left: 1px solid #e1e1e1; }

/* 주말 */
.division-wrap .left-box .calendar table tbody td.sat { color: #386ddc; }
.division-wrap .left-box .calendar table tbody td.sun { color: #f37070; }

/* 오늘 */
.division-wrap .left-box .calendar table tbody td.today { position: relative; z-index: 2; background: #fbf8f5; }
.division-wrap .left-box .calendar table tbody td.today:after { content: ''; position: absolute; top: -1px; left: -1px; width: 100%; height: 3px; background: #ffad00; }

/* 지난 날짜 */
.division-wrap .left-box .calendar table tbody td.disabled { position: relative; z-index: 2; color: #cacaca; cursor: no-drop; }
.division-wrap .left-box .calendar table tbody td.disabled:hover .date { color: #cacaca; }

/* 등록 가능 */
.division-wrap .left-box .calendar table tbody td.open .date { position: relative; z-index: 2; color: #26B787; }
.division-wrap .left-box .calendar table tbody td.open .date:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 27px; height: 27px; z-index: -1; border-radius: 50%; border: 1px solid #26B787;}

/* 등록 불가 */
.division-wrap .left-box .calendar table tbody td.close .date { position: relative; z-index: 2; color: #fff; }
.division-wrap .left-box .calendar table tbody td.close .date:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 27px; height: 27px; z-index: -1; border-radius: 50%; background: #d3d3d3;}

/* 선택된 날짜 */
.division-wrap .left-box .calendar table tbody td.selected .date { position: relative; z-index: 2; color: #fff !important; }
.division-wrap .left-box .calendar table tbody td.selected .date:after { background: #26B787 !important; }


/* calendar - left box */
.division-wrap .left-box .head { position: relative; margin-top: 5px;}
.division-wrap .left-box .head h1 { font-size: 2rem; display: inline-block; padding: 0 15px; }
.division-wrap .left-box .head a { display: inline-block; line-height: 30px; opacity: .5; width: 25px; height: 25px; }
.division-wrap .left-box .head a > img { width: 100%; height: 100%; }
.division-wrap .left-box .head a:hover { opacity: .8; }

/* calendar legend */
.division-wrap .left-box .head .legend-item { position: absolute; top:5px; right:0; }
.division-wrap .left-box .head .legend-item .item { display: inline-block; margin-left: 10px; font-weight: 600; font-size: 1.2rem; }
.division-wrap .left-box .head .legend-item .item .label-item { display: inline-block; position: relative; margin-right: 5px; }

.division-wrap .left-box .head .legend-item .item.today { color: #ffad00; }
.division-wrap .left-box .head .legend-item .item.today .label-item { width: 13px; height: 14px; top: 3px; border:1px solid #aaa; border-top-color: #ffad00; border-top-width: 3px; }

.division-wrap .left-box .head .legend-item .item.open { color: #26B787; }
.division-wrap .left-box .head .legend-item .item.open .label-item { width: 10px; height: 10px; top: 1px; border-radius: 20px; border:1px solid #26B787; }

.division-wrap .left-box .head .legend-item .item.close { color: #aaa; }
.division-wrap .left-box .head .legend-item .item.close .label-item { width: 10px; height: 10px; top: 1px; border-radius: 20px; background: #aaa; }

.division-wrap .left-box .head .legend-item .item.selected { color: #568a79; }
.division-wrap .left-box .head .legend-item .item.selected .label-item { width: 10px; height: 10px; top: 1px; border-radius: 20px; background: #26B787; }



/* 달력 오른쪽 */
.division-wrap .right-box { float: left; margin-left: 20px; width: 600px; position: relative; padding-top: 15px; }
.division-wrap .right-box .personnel-wrap { margin-top: 10px; background: #fff; width: 100%; border-top: 1px solid #555;}
.division-wrap .right-box .personnel-wrap .item-row { border-bottom: 1px solid #e5e5e5; background: #fff; position: relative; }
.division-wrap .right-box .personnel-wrap .item-row .time-area { font-size: 1.3rem; text-align: left; padding: 10px; height: 35px; color: #666; width: 120px; float: left; }
.division-wrap .right-box .personnel-wrap .item-row .time-area .fa-clock { margin-right: 2px; }
.division-wrap .right-box .personnel-wrap .item-row .input-area { float: left; margin-top: 8px; width: calc(100% - 120px); padding-right: 80px; }
.division-wrap .right-box .personnel-wrap .item-row .input-area .personnel-input { width: 50px; padding: 0 10px; height: 23px; line-height: 23px; }
.division-wrap .right-box .personnel-wrap .item-row .input-area .alrt { clear: both; color: #c77171; }
.division-wrap .right-box .personnel-wrap .item-row .input-area .reserv-txt { color: #999; }
.division-wrap .right-box .personnel-wrap .item-row .del-area { position: absolute; top: 5px; right: 20px; }
.division-wrap .right-box .personnel-load .btn-wrap { margin-left: 0;}
.division-wrap .right-box .personnel-load .date-select-wrap .date-select .normal-txt-input { width: 120px; margin: 0 5px 0 0; }



/* 하단 선택 날짜 출력 */
.textarea-calendar { border: 1px solid #dee3eb; resize: none; border-radius: 3px; outline: 0; font-size: 12px; width: 1303px; height: 150px; padding: 20px 10px 25px; margin-top: 10px; background: #fff; }
.textarea-calendar .added-item { position:relative; display: inline-block; background: #fff; color:#26B787; height: 28px; line-height: 26px; padding: 0 30px 0 15px; border-radius: 14px; margin: 0 3px 5px 0; border: 1px solid #26B787; }
.textarea-calendar .added-item .del-btn { color: #26B787; position: absolute; top:0; right: 10px; cursor: pointer; }
.content-box .text-btn-wrap { width: 1303px;}     