@charset "utf-8";
/*-------------------------------------------------------------------------------------------------------------
	CSS 적용순서 : 아이디 > 태그와 클래스 > 클래스 > 태그
	CSS 선택자 선언순서 : Type Selector, Layout Selector, Class Selector, Etc
	CSS 속성 선언순서 : display, position, float/clear, overflow, width/height, margin/padding, border, background, font/color, align, etc
-------------------------------------------------------------------------------------------------------------*/

.h3Title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
}
.contTitle {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.headingWrap {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}
.headingWrap.heading-underline {
  padding-bottom: 10px;
  border-bottom: solid #edf0f2 4px;
}

/* 상단 조회 영역 */
.searchBox {
  display: table;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: solid #edf0f2 4px;
  border-radius: 6px;
  box-sizing: border-box;
}
.searchBox .condition {
  float: left;
  display: flex;
  position: relative;
}
.searchBox .btnWrap {
  float: right;
}
.lb-unit {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}
.lb-unit .marker {
  display: block;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0 0 0 8px;
  line-height: 32px;
}
.lb-unit .marker::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background-color: #adb4bc;
  border-radius: 2px;
}
.lb-unit .bar {
  display: inline-block;
  position: relative;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  line-height: 32px;
}
.lb-unit .yearSelect + select {
  margin-left: 8px;
}
.lb-unit + .lb-unit {
  margin-left: 20px;
}

.partitionWrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.partitionWrap::after {
  content: "";
  display: block;
  clear: both;
}
.partitionWrap .blueZone {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.partitionWrap .redZone {
  float: right;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.partitionWrap .resultTxt {
  color: #666;
}
.partitionWrap .resultTxt span {
  color: #517cd2;
  font-weight: 700;
}

/* data-table */
.tableWrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tableWrap.overflow-y {
  overflow-y: auto;
  padding-bottom: 10px;
}
.tableWrap table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tableWrap table thead th {
  margin: 0;
  padding: 10px;
  height: 32px;
  background-color: #edf0f2;
  text-align: center;
  border: solid #fff 1px;
}

.tableWrap table thead th + th {
  border-left: solid #fff 1px;
}
.tableWrap table tbody td {
  margin: 0;
  padding: 10px;
  min-height: 32px;
  border-bottom: solid #edf0f2 1px;
}
.tableWrap table tbody td + td {
  border-left: solid #edf0f2 1px;
}

.tableWrap table .nodata {
  text-align: center;
  color: #999;
}
.tableWrap table .nodata span {
  display: block;
  position: relative;
  padding: 200px 0 40px 0;
  background: url(/images/nodata.png) no-repeat 50% 60px;
}
.tableWrap table .nodata.single span {
  padding: 20px 40px;
}
.tableWrap.overflow-y table .nodata {
  text-align: left;
  color: #999;
}
.tableWrap.overflow-y table .nodata span {
  display: block;
  position: relative;
  padding: 40px 0 40px 460px;
  background: url(/images/nodata.png) no-repeat 330px 50%;
  text-align: left;
}

.tableWrap.hoverTable tr:hover {
  background-color: #f0f8fe;
  cursor: pointer;
}
.tableWrap.hoverTable tr.nodata:hover {
  background-color: transparent;
  cursor: default;
}

.tableWrap.alignCenter tbody tr td {
  text-align: center;
}

.tableWrap.rowType table {
  border-top: solid #edf0f2 1px;
}
.tableWrap.rowType table tbody th {
  margin: 0;
  padding: 10px;
  height: 32px;
  background-color: #edf0f2;
  text-align: left;
  border-bottom: solid #fff 1px;
}

.tableWrap table.selectTR tr.selected {
  background-color: #f0f8fe;
}

/* formGrid */
.formGrid {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.formGrid table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid #edf0f2 1px;
}
.formGrid thead th {
  margin: 0;
  padding: 10px;
  height: 52px;
  background-color: #edf0f2;
  border-bottom: solid #fff 1px;
}
.formGrid thead th + th {
  border-left: solid #fff 1px;
  border-bottom: solid #fff 1px;
}
.formGrid tbody th {
  margin: 0;
  padding: 10px;
  height: 52px;
  background-color: #edf0f2;
  text-align: left;
  border-bottom: solid #fff 1px;
}
.formGrid tbody td {
  margin: 0;
  padding: 10px;
  height: 52px;
  border-bottom: solid #edf0f2 1px;
}
.formGrid tbody td + td,
.formGrid tbody th + td,
.formGrid tbody td + th {
  border-left: solid #edf0f2 1px;
}

.formGrid.rowForm tbody td {
  text-align: center;
}
.formGrid.alignCenter tbody tr th {
  text-align: center;
} /* gmp/revisionWrite.html 추가 */

/* paging */
.pagingWrap {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.pagingWrap .paging {
  float: left;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}
.pagingWrap .paging a {
  display: block;
  position: relative;
  width: 30px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #666;
}
.pagingWrap .paging a:hover {
  color: #517cd2;
  font-weight: 700;
}
.pagingWrap .paging .current {
  background-color: #edf0f2;
  color: #333;
  border-bottom: solid #517cd2 2px;
  font-weight: 700;
}
.pagingWrap .paging .current:hover {
  cursor: default;
  color: #333;
}
.pagingWrap .paging .first span,
.pagingWrap .paging .prev span,
.pagingWrap .paging .next span,
.pagingWrap .paging .end span {
  position: absolute;
  font-size: 1px;
  color: transparent;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
}
.pagingWrap .paging .prev::before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-225deg);
}
.pagingWrap .paging .next::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-45deg);
}
.pagingWrap .paging .first::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-225deg);
}
.pagingWrap .paging .first::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-225deg);
}
.pagingWrap .paging .end::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-45deg);
}
.pagingWrap .paging .end::after {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: solid #999 1px;
  border-right: solid #666 1px;
  transform: rotate(-45deg);
}
.pagingWrap .paging a.disable {
  cursor: default;
}
.pagingWrap .paging a.disable::before,
.pagingWrap .paging a.disable::after {
  border-bottom-color: #ccc;
  border-right-color: #ccc;
}

.pagingWrap .total {
  float: right;
  display: flex;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
  flex-direction: row-reverse;
  top: 3px;
}
.pagingWrap .total .pageGroup {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.pagingWrap .total .pageControl {
  width: 30px;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  border-radius: 2px;
}

.addModel {
  display: flex;
  position: relative;
  margin: 0;
  padding: 4px;
  border-bottom: solid #edf0f2 4px;
}
.addModel p {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 40px;
  line-height: 24px;
  margin: 0;
  padding: 10px;
  color: #333;
  font-size: 22px;
}
.addModel input,
.addModel input:read-only {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 10px;
  background-color: #7d9ddd;
  font-size: 20px;
  font-weight: 700;
  border: none;
  color: #fff;
  border-radius: 0;
}
.addModel input::placeholder,
.addModel input:read-only::placeholder {
  color: #e8f0ff;
}
.addModel .btnWrap {
  margin-left: 10px;
}
.addModel .btnWrap .btn {
  height: 40px;
  padding: 0 20px;
}

/* 달력 */
.histopy-calendar {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.histopy-calendar .calendar-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  border-top: solid #7d9ddd 4px;
}
.calendar-header .functionWrap {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0 0 0 125px;
  justify-content: start;
}
.calendar-header .functionWrap .controle {
  display: block;
  position: absolute;
  width: 60px;
  height: 35px;
  background-color: #545b62;
  color: #fff;
  text-align: center;
}
.calendar-header .functionWrap .controle span {
  position: absolute;
  width: 1px;
  height: 1px;
  color: transparent;
  font-size: 1px;
  text-indent: -9999px;
}
.calendar-header .functionWrap .month-prev {
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
}
.calendar-header .functionWrap .month-next {
  left: 60px;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.calendar-header .functionWrap .month-next::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
  background-color: #fff;
  opacity: 0.3;
}
.calendar-header .functionWrap .today {
  display: block;
  position: relative;
  width: 80px;
  height: 35px;
  background-color: #517cd2;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.calendar-header .functionWrap .month-this {
  display: inline-block;
  position: relative;
  margin: 0 0 0 40px;
  padding: 0;
}
.calendar-header .functionWrap .month-this .month {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 35px;
}
.calendar-header .functionWrap .month-this .year {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 0 12px;
  color: #666;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 35px;
}
.histopy-calendar .calendar-body {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid #ccc 1px;
}

.calendar-body table {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
.calendar-body table thead th {
  height: 32px;
  margin: 0;
  padding: 0;
  border-bottom: solid #ccc 1px;
  background-color: #e8f0ff;
  color: #333;
}
.calendar-body table thead th + th {
  border-left: solid #ccc 1px;
}
.calendar-body table tbody td {
  height: 180px;
  margin: 0;
  padding: 0;
  border-bottom: solid #ccc 1px;
}
.calendar-body table tbody td:hover {
  background-color: #f0f8fe;
  cursor: pointer;
}
.calendar-body table tbody td + td {
  border-left: solid #ccc 1px;
}
.calendar-body table tbody td .tw-day {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
}
.calendar-body table tbody td.today .tw-day {
  border: solid #7d9ddd 3px;
  padding: 7px;
}
.calendar-body .date {
  display: block;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
}
.calendar-body .badge {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 10px;
  background-color: #edf0f2;
  font-size: 13px;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-body .badge span {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 9px;
  text-align: center;
}
.calendar-body .badge.typeD {
  background-color: #38bd0c;
  color: #fff;
}
.calendar-body .badge.typeD span {
  color: #38bd0c;
}
.calendar-body .badge.typeW {
  background-color: #8ddf72;
  color: #fff;
}
.calendar-body .badge.typeW span {
  color: #8ddf72;
}
.calendar-body .badge.typeM {
  background-color: #517cd2;
  color: #fff;
}
.calendar-body .badge.typeM span {
  color: #517cd2;
}
.calendar-body .badge.typeY {
  background-color: #90aeeb;
  color: #fff;
}
.calendar-body .badge.typeY span {
  color: #90aeeb;
}
.calendar-body .badge + .badge {
  margin-top: 3px;
}

/* 간격 */
.contTitle + .searchBox,
.contTitle + .formGrid,
.contTitle + .tableWrap,
.addModel + .partitionWrap {
  margin-top: 10px;
}

.searchBox + .partitionWrap {
  margin-top: 40px;
}
.partitionWrap + .tableWrap {
  margin-top: 14px;
}
.tableWrap + .pagingWrap {
  margin-top: 30px;
}

/* 보고자료관리 */
.akd-year {
  display: flex;
  position: relative;
  height: 32px;
  line-height: 30px;
  margin: 0;
  border: solid #adb4bc 1px;
  color: #545b62;
  box-sizing: border-box;
  border-radius: 4px;
}
.akd-year input {
  background: none;
  padding: 0 10px;
  cursor: pointer;
}
.lb-unit.w180 {
  min-width: 220px;
}
.lb-unit.w180 .marker {
  min-width: 60px;
}
.btnWrap.org {
  position: relative;
  margin-bottom: 20px;
  float: right;
  z-index: 10;
}
.btn.btnMid.orange {
  background: #ffcc3f;
}

/*supply Report popup*/
.pop-con-wrap {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  border: solid #adb4bc 1px;
  color: #545b62;
  box-sizing: border-box;
  border-radius: 4px;
}
.pop-container-th {
  position: relative;
  width: 25%;
  height: 100px;
  line-height: 100px;
  background-color: #edf0f2;
  text-align: center;
}
.pop-container-td {
  position: relative;
  width: 75%;
  padding: 10px;
}
.pop-container-td input {
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.pop-txt {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.pop-btn-area {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

/*table*/
.table-in-wrap {
  display: flex;
  position: relative;
  width: 100%;
}
.table-in-con {
  display: flex;
  flex-direction: column;
  float: left;
  width: 50%;
  margin-right: 20px;
}
.table-in-wrap .table-in-con:nth-child(2n) {
  margin: 0;
}
.table-in-con > span {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 0;
  text-align: left;
  font-size: 18px;
}
.hide-inner-table {
  float: left;
  width: 100%;
  border: 1px solid #dbdbdb;
}
.hide-inner-table th {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  box-sizing: border-box;
  background: #edf0f2;
  padding: 10px 0;
}
.hide-inner-table td {
  border-bottom: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb;
}
.table-in-wrap .btnWrap {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.table-list1:hover {
  background-color: #f0f8fe;
  cursor: pointer;
}
.table-list2 {
  display: none;
}

/* //보고자료관리 */

/* 보고현황조회 */

.reportMonth {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
}

/* //보고현황조회 */

/*제.개정 관리*/
.date-between {
  line-height: 30px;
  padding: 0 10px;
} /*210315 revisionList 55줄*/

.lb-unit.float {
  float: left;
}
.lb-unit.float .btnWrap {
  margin-left: 10px;
}
/* // 제.개정 관리*/

/*규정 및 절차서 관리*/
.fileList-wrap .btn {
  display: inline-block;
}
.fileList-wrap .btn span {
  line-height: 28px;
}
.fileList-wrap .btn_file {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.fileList-wrap .btn_file input[type="file"] {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.btn_file button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
}
.fileList-wrap .btn_fileAdd {
  margin-left: 5px;
}

.fileList-wrap .addFile-wrap {
  margin-top: 5px;
}
.fileList-wrap .addFile-wrap:first-child {
  margin-top: 0px;
}
.addFile-wrap > input[type="text"] {
  margin-right: 8px;
}
/* .btn_file {display:inline-block; position:relative; height:32px; width:100px; margin:0; padding:0 10px; border:solid #adb4bc 1px; color:#545b62; box-sizing:border-box; border-radius:4px; text-align:center; line-height:32px;} */

/* //규정 및 절차서 관리 */

/* ######## 김민정 */

.date-check {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding: 0;
  vertical-align: middle;
}
.date-check .hidden {
  display: none;
}
.date-check .active {
  display: inline-block;
}
.date-check .checkboxSet {
  float: left;
}
.date-check label + label {
  margin-left: 10px;
}

.setting-detail {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.setting-detail p {
  display: none;
}
.setting-detail .active {
  display: block;
}

.innerWrap .management {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.innerWrap .side-left {
  display: inline-block;
  width: 100%;
  height: 350px;
}
.innerWrap .side-right {
  display: inline-block;
  width: 100%;
}

/* =========================tree================================ */

.tree-wrap {
  display: block;
  position: relative;
  margin: 0 50px 0 0;
  padding: 30px 0 0;
  width: 350px;
  height: auto;
}
.tree-wrap .tree-list {
  display: block;
  position: relative;
  margin: 0;
  padding-right: 50px;
  height: 450px;
  overflow: auto;
}
.tree-wrap .tree-list .depth1 {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #333;
}
.tree-wrap .tree-list .depth1 > a {
  display: block;
  padding-left: 10px;
  color: #333;
}

.tree-wrap .tree-sub1 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.tree-wrap .tree-sub1 .depth2 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.tree-wrap .tree-sub1 .depth2 > a {
  display: inline-block;
  padding-left: 30px;
  color: #333;
}

.tree-wrap .tree-sub2 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.tree-wrap .tree-sub2 .depth3 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.tree-wrap .tree-sub2 .depth3 > a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 65px;
  color: #333;
}
.tree-wrap .tree-sub2 .depth3 > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 48px;
  margin: 0;
  padding: 0;
  width: 9px;
  height: 9px;
  border-left: dotted 1px #333;
  border-bottom: dotted 1px #333;
}

.tree-wrap a.active {
  font-weight: 700;
}

.innerWrap.inTree {
  display: flex !important;
}
.mCSB_dragger_bar {
  height: 100px !important;
}
.code-contentWrap {
  display: block;
  position: relative;
  width: 100%;
}

/* ######## 김유림 */
