@charset "utf-8";

.clearfix:after { content: ''; display: block; clear: both; }
.normal-txt-input { padding:0 10px; height: 30px; border-radius: 2px; border: 1px solid #e7e7e7; font-size: 13px; color: #555; }

.content-area .detail-content .search-area tbody tr th { width: auto; }
.content-area .detail-content .table-txt { display: flex; gap: 10px; align-items: center; margin: 10px 0 0;}
.content-area .detail-content .table-txt a.btn { margin: 0; }

/* 날짜선택 기간별선택 */
.calendar-select { margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #d6d6d6; }
.calendar-select .item-group .item { position: relative; float: left; font-size: 13px; font-weight: 500;}
.calendar-select .item-group .date-option-wrap { float: left; margin-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; height: 30px; }
.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;}
.calendar-select .option-txt { margin-top: 10px; padding: 5px 10px; background: #f3e8e8; color: #a96060; }

.date-select { display: inline-block; position: relative; }
.date-select .calendar-btn { position: absolute; display: block; width: 14px; height: 20px; top: 4px; right: 10px; opacity: 0.5; z-index: 1; transition: opacity .2s ease; }

.date-select .calendar-btn:hover { opacity: 1; }


/* 달력 왼쪽 */
.division-wrap .calendar-box { position: relative; padding-top: 15px;}
.division-wrap .calendar-box .btn-wrap { margin-top: 0px; height: 30px;}
.division-wrap .calendar-box .btn-wrap ul.left-btn-list { float: left;}
.division-wrap .calendar-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 .calendar-box .btn-wrap ul li { float: left; margin-left: 10px;}



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

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

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

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

/* 등록 가능 */
.division-wrap .calendar-box .calendar table tbody td.open .date { position: relative; z-index: 2; color: #4265ED; }
.division-wrap .calendar-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 #4265ED;}

/* 등록 불가 */
.division-wrap .calendar-box .calendar table tbody td.close .date { position: relative; z-index: 2; color: #fff; }
.division-wrap .calendar-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 .calendar-box .calendar table tbody td.selected .date { position: relative; z-index: 2; color: #fff !important; }
.division-wrap .calendar-box .calendar table tbody td.selected .date:after { background: #4265ED !important; }


/* calendar - left box */
.division-wrap .calendar-box .head { position: relative; margin-top: 5px;}
.division-wrap .calendar-box .head h1 { font-size: 20px; display: inline-block; padding: 0 15px; font-weight: 600; }
.division-wrap .calendar-box .head a { display: inline-block; opacity: .5; position: relative; top: -2px;}
.division-wrap .calendar-box .head a:hover { opacity: .8; }

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

.division-wrap .calendar-box .head .legend-item .item.today { color: #ffad00; }
.division-wrap .calendar-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 .calendar-box .head .legend-item .item.open { color: #4265ED; }
.division-wrap .calendar-box .head .legend-item .item.open .label-item { width: 10px; height: 10px; top: 1px; border-radius: 20px; border:1px solid #4265ED; }

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

.division-wrap .calendar-box .head .legend-item .item.selected { color: #4265ED; }
.division-wrap .calendar-box .head .legend-item .item.selected .label-item { width: 10px; height: 10px; top: 1px; border-radius: 20px; background: #4265ED; }



/* 달력 오른쪽 */
.division-wrap .schedule-box { position: relative; border: 1px solid #c9c9c9; border-top: 0; padding: 30px 20px 20px; background: #fff;}
.division-wrap .schedule-box .schedule-group { margin: 10px 0 20px; width: 100%; }
.division-wrap .schedule-box .schedule-load { display: flex; align-items: center; font-weight: 600; font-size: 13px; }
.division-wrap .schedule-box .schedule-load .btn-wrap { margin-left: 0;}
.division-wrap .schedule-box .schedule-load .date-select-wrap .date-select .normal-txt-input { width: 120px; margin: 0 5px 0 0; }
.division-wrap .schedule-box .schedule-group .item-title { padding-bottom: 10px; font-weight: 600; font-size: 14px; }
.division-wrap .schedule-box .schedule-group .normal-table table tbody tr td .selectbox select { height: 30px; }
.division-wrap .schedule-box .schedule-group .normal-table table tbody tr td .btn { margin-left: 0;}
.division-wrap .schedule-box .schedule-group .normal-table .input-group { display: inline-block; }
.division-wrap .schedule-box .schedule-group .normal-table .s-btn { padding: 0 5px; line-height: 25px; height: 25px;}



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