@charset "UTF-8";
/* 
  ### bootstrap 재선언 ###
*/
:root {
  --bs-form-invalid-border-color: #EF3434;
  --bs-border-radius: .375rem; /*6px Button, Tooltip 등 중형 Element의 Container에 사용합니다.*/
  --bs-border-radius-sm: .25rem; /*4px 최소 값으로 Badge, Label Chip, Check Box 등 소형 Element의 Container에 사용합니다.*/
  --bs-border-radius-lg: .5rem; /*8px 큰 사이즈의 Button, 다수의 Button을 포괄하는 그룹 요소 등 대형 Element의 Container에 사용합니다.*/
  --bs-border-radius-lglg: .75rem; /*12px :: 추가*/
  --bs-border-radius-xl: 1rem; /*16px*/
  --bs-border-radius-xxl: 2rem; /*32px*/
  --bs-border-radius-xxlg: 1.5rem; /*24px Popup과 같이 다수의 Element들로 구성된 요소에 대한 Container는 24px Radius 값을 기본으로 사용합니다.:: 추가*/
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --color-Primary-Skyblue-Dark: #006BEA;
}

/* 입력 */
.form-control::-moz-placeholder {
  font-size: 13px;
  color: #8f8f8f;
  opacity: 1;
}

.form-control::placeholder {
  font-size: 13px;
  color: #8f8f8f;
  opacity: 1;
}

/* common */
i.ico {
  font-style: normal;
}

.font-700 {
  font-weight: 700;
}

.w-170 {
  width: 170px;
}

.input-group > .form-control.w-170 {
  flex: 0 0 170px;
}

/* badge */
.badge {
  --bs-badge-border-radius: var(--bs-border-radius-sm);
  --bs-badge-padding-x: .375rem;
  --bs-badge-padding-y: .375rem;
}

.badge:not([class*=ui--status-]) {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
}

/* button */
.btn {
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-lg, .btn-search {
  box-shadow: none;
}

/* search */
.ui--search-container {
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  margin-bottom: 24px;
}
.ui--search-container .text-muted {
  display: none;
}
.ui--search-container label.col-form-label {
  color: #000;
  font-weight: 700;
  align-items: flex-start;
}
.ui--search-container .text-muted {
  display: block;
  text-align: right;
}
.ui--search-container .btn-outline-secondary {
  --bs-btn-bg: #fff;
}
.ui--search-container > .row {
  width: 100%;
}
.ui--search-container .row-cols-2 .col-lg .col-3 {
  width: 12.5%;
}
.ui--search-container .row-cols-2 .col-9 {
  flex: 1 0 75%;
  width: 75%;
}
.ui--search-container .row-cols-3 .col.col-md {
  flex: 0 0 66.66666666%;
  width: 66.66666666%;
}
.ui--search-container .row-cols-3 .col.col-lg {
  flex: 0 0 100%;
  width: 100%;
}
.ui--search-container .row-cols-3 .col-3 {
  width: 108px;
}
.ui--search-container .row-cols-3 .col-9 {
  width: calc(100% - 108px);
}

/* search/input+텍스트 버튼*/
.input-group.input-btn-style .btn-text {
  --bs-btn-padding-x: 1.5rem;
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* table head */
.ui--list-heading.type2 {
  align-items: flex-end;
}
.ui--list-heading.type2 .left-wrap {
  flex: 1 1 auto;
}
.ui--list-heading.type2 .ui--text-total {
  padding: 0;
}
.ui--list-heading.type2 .info-text {
  flex: 1 1 auto;
  position: relative;
  color: #555;
}
.ui--list-heading.type2 .info-text .ico {
  line-height: 21px;
  vertical-align: text-bottom;
}
.ui--list-heading.type2 .form-select {
  padding: 2px 2.25rem 2px 0.75rem;
  border-radius: 0;
}

/* table head sorting btn */
.table thead .text-center.flex-fill {
  padding-left: 10px;
}
.table thead .ui--btn-xs {
  display: block;
  padding: 0 !important;
  font-size: 10px;
  line-height: 1;
  border: none;
  --bs-btn-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
}
.table thead .ui--btn-xs i {
  font-size: 10px;
  vertical-align: bottom;
  margin-right: 0px;
}
.table thead .ui--btn-xs.showarrow {
  color: #ddd;
}
.table thead .ui--btn-xs.showarrow .bi::before {
  content: "\f229";
}
.table thead .ui--btn-xs.showup, .table thead .ui--btn-xs.showup.showarrow {
  color: #000;
}
.table thead .ui--btn-xs.showup .bi::before, .table thead .ui--btn-xs.showup.showarrow .bi::before {
  content: "\f235";
}
.table thead .ui--btn-xs.showdown, .table thead .ui--btn-xs.showdown.showarrow {
  color: #000;
}
.table thead .ui--btn-xs.showdown .bi::before, .table thead .ui--btn-xs.showdown.showarrow .bi::before {
  content: "\f229";
}
.table thead .ui--btn-xs:disabled {
  opacity: 0.2;
  cursor: default;
}
.table thead .ui--btn-xs:disabled .bi::before {
  content: "\f229";
}

/* table multi file uploader*/
.ui--table-form-view .ui--file-attachment {
  margin-bottom: 0;
}
.ui--table-form-view .form-check {
  margin-bottom: 0;
  min-height: auto;
}

/* table label*/
.tbl-label {
  flex: 1 1 auto;
  white-space: nowrap;
  line-height: 35px;
}

/* table scroll */
.tbl-scroll-wrap {
  overflow-y: auto;
}
.tbl-scroll-wrap .ui--table th {
  position: sticky;
  z-index: 2;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* no-data */
.no-data {
  padding: 50px;
}

/* 
  ### custom 재선언 ###
*/
/* Layout */
.ui--content-heading strong {
  font-size: 20px;
  color: #000;
}

/* Aside */
.ui--user-last {
  vertical-align: middle;
}

/* 팝업 타이틀 */
.modal-content h5 {
  font-size: 16px;
  font-weight: 700;
}

.nodata-wrap {
  text-align: center;
  color: #555;
}

/* 탭 */
.nav-tabs:not(.type2) {
  --bs-nav-tabs-border-radius: 0;
}
.nav-tabs:not(.type2) .nav-link {
  color: #000;
}
.nav-tabs:not(.type2) .nav-item.show .nav-link,
.nav-tabs:not(.type2) .nav-link.active {
  color: var(--color-Primary-Skyblue-Dark);
  font-weight: 700;
  position: relative;
}
.nav-tabs:not(.type2) .nav-item.show .nav-link::before,
.nav-tabs:not(.type2) .nav-link.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background-color: var(--color-Primary-Skyblue-Dark);
}

/* chips */
.chips-wrap {
  display: inline-block;
  line-height: 1;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.chips-wrap .btn-sm {
  line-height: 1;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  width: 16px;
  height: 16px;
  text-align: center;
}
.chips-wrap .btn-outline-secondary {
  border-radius: 50%;
  border-color: rgb(var(--bs-danger-rgb));
  margin-top: -2px;
}
.chips-wrap .bi {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
.chips-wrap:not(:first-child) {
  margin-left: 0.75rem;
}

/* 업무자료조회::등록::공개 여부 >셀렉+인풋+버튼+칩 */
.opentype-style {
  align-items: flex-start;
}
.opentype-style .form-select.col.w-20 {
  margin-left: 0;
  flex: 0 0 auto;
  width: calc(20% - 24px);
}
.opentype-style .form-select.col.w-30.email {
  margin-left: 0;
  flex: 0 0 auto;
  width: calc(30% - +24px);
}
.opentype-style .form-select.col.w-20 {
 border-right: none; border-radius: .375rem 0 0 .375rem;
}
.opentype-style .form-select.col.w-33 {
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  flex: 0 0 auto;
  width: calc(33.33333333% - 24px);
}
.opentype-style .form-select.col.w-33:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 120px;
}
.opentype-style .type2 .input-group {
  margin-left: calc(var(--bs-border-width) * -1);
  width: calc(33.33333333% - 94px);
}
.opentype-style.add-type .form-select.col.w-33 {
  width: calc(33.33333333% - 0px);
}
.opentype-style.add-type .type2 {
  flex-wrap: wrap;
}
.opentype-style.add-type .type2 .input-group {
  width: 100%;
}

/* 하단 버튼:: 수신함/발신함 */
.position-relative .ui--utility-item {
  color: #000;
}
.position-relative .ui--utility-item .ui--mail-list {
  list-style: none;
  padding: 0.75rem 1rem;
  text-align: left;
}
.position-relative .ui--utility-item .ui--mail-list label {
  white-space: nowrap;
}
