@charset "UTF-8";
/* 모든 컨트롤에 적용될 기본 폰트 */
/* 기본 텍스트 색상 */
/* disable 상태를 나타내는 텍스트 색상 */
/* 기본 보더 색상 */
/* 포커스 보더 색상 */
/* Disable 상태의 보더 색상. */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 마우스 호버시의 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 마우스 호버시의 배경 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 선택된 경우 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템이 선택된 경우 배경 색상 */
/* 내부에 아이템을 갖는 컨트롤이 Disabled된 경우, 각 아이템에 선택된 경우 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 Disabled된 경우, 각 아이템이 선택된 경우 배경 색상 */
/************************************************
 * 컬러 시스템
 ************************************************/
/************************************************
 * 바디
 ************************************************/
/************************************************
 * 폰트
 ************************************************/
/************************************************
 * 컴포넌트 공통 (컨트롤 공통)
 ************************************************/
/************************************************
 * 인풋 계열 컨트롤
 * → 인풋박스, 서치인풋, 파일인풋, 텍스트에리어
 *   데이트인풋, 넘버에디터, 마스크에디터, 콤보박스 일부
 ************************************************/
/************************************************
 * 셀렉션 계열 컨트롤
 * → 콤보박스 리스트, 리스트 박스, 트리, 사이드 내비게이션
 *   메뉴, 내비게이션바
 ************************************************/
/************************************************
 * 버튼
 ************************************************/
/************************************************
 * 폼
 ************************************************/
/************************************************
 * 테이블 (그리드)
 ************************************************/
/************************************************
 * 탭 (탭 폴더/MDI 폴더)
 ************************************************/
/************************************************
 * 다이얼로그 (모달/팝업)
 ************************************************/
/************************************************
 * 캘린더
 * → 캘린더 및 데이트인풋의 캘린더
 ************************************************/
/* 모든 UIControl 공통 스타일 */
.cl-control {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
}
/* 오류 발생시 표시되는 메시지 스타일 */
.cl-unavailable {
  border-color: #dc2626;
}
.cl-unavailable .cl-text {
  color: #dc2626;
  font-weight: 700;
}
.cl-unavailable .cl-text:before {
  content: "X";
}
/* 스크롤 관련 설정 */
.cl-scrollbar.cl-touchdevice::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.cl-scrollbar.cl-touchdevice::-moz-scrollbar {
  -moz-appearance: none;
  width: 5px;
  height: 5px;
}
.cl-scrollbar.cl-touchdevice::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px transparent;
  background-clip: content-box;
}
.cl-scrollbar.cl-touchdevice::-moz-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px transparent;
  background-clip: content-box;
}
/* 팝업 스크롤 관련 설정 */
body.cl-has-modal {
  overflow: hidden;
}
/* 넘버 에디터  */
.cl-numbereditor {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 0;
  padding: 0 0;
  background: none;
  border-bottom: 1px solid #ccc;
  /*
	background-image: @component-background-image;
	background-color: @input-background-color;
	border: @input-border-base;
	border-radius: @input-border-radius;
	color: @input-text-color;
	*/
  text-align: right;
  /* 넘버 에디터 텍스트 */
  /* 넘버 에디터 클리어 버튼*/
  /* 넘버 에디터 disabled 상태  */
}
.cl-numbereditor .cl-text {
  padding: 0px 4px;
}
.cl-numbereditor .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-numbereditor .cl-numbereditor-buttons {
  border-left: 1px solid #ced4da;
  width: 14px;
  /* 넘버 에디터 스핀 업 버튼 */
  /* 넘버 에디터 스핀 다운 버튼 */
}
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-increase,
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-decrease {
  background-size: 7px;
}
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-increase {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-decrease {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-numbereditor .cl-numbereditor-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-numbereditor:not(.cl-disabled) {
  /* 넘버 에디터 스핀 업 버튼 호버 */
  /* 넘버 에디터 스핀 업 버튼 액티브  */
  /* 넘버 에디터 스핀 다운 버튼 호버 */
  /* 넘버 에디터 스핀 다운 버튼 액티브 */
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-increase:hover {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-increase:active {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-decrease:hover {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-decrease:active {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-numbereditor.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
/* 넘버 에디터 focus 상태 */
.cl-numbereditor.cl-focus {
  border-color: #4680ff;
  /* 넘버 에디터 focus 상태 스핀 버튼 영역 */
}
.cl-numbereditor.cl-focus .cl-numbereditor-buttons {
  border-left-color: #4680ff;
}
/* 데이트 인풋 */
.cl-dateinput {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 0;
  padding: 0 0;
  background: none;
  border-bottom: 1px solid #ccc;
  /*
	background-image: @component-background-image;
	background-color: @input-background-color;
	border: @input-border-base;
	border-radius: @input-border-radius;
	color: @input-text-color;
	*/
  /* 데이트 인풋 텍스트 */
  /* 데이트 인풋 버튼 */
  /* 데이트 인풋 클리어 버튼 */
}
.cl-dateinput .cl-text {
  padding: 0px 4px;
}
.cl-dateinput .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-dateinput .cl-dateinput-button {
  background-image: url("images/controls/dateinput/ic_btn_date.svg");
  background-size: 14px;
  width: 14px;
}
.cl-dateinput .cl-dateinput-button.cl-left {
  background-position: right center;
  padding: 0px 0px 0px 4px;
}
.cl-dateinput .cl-dateinput-button.cl-right {
  background-position: left center;
  padding: 0px 4px 0px 0px;
}
.cl-dateinput .cl-dateinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-dateinput .cl-dateinput-spinbuttons {
  border-left: 1px solid #ced4da;
}
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-increase,
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-decrease {
  background-size: 7px;
}
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-increase {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-decrease {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-increase:hover {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-increase:active {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-decrease:hover {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-decrease:active {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-dateinput.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  /* 데이트 인풋 disabled 상태 버튼 */
}
.cl-dateinput.cl-disabled .cl-dateinput-button {
  background-image: url("images/controls/dateinput/ic_btn_date.svg");
}
.cl-dateinput.cl-focus {
  border-color: #4680ff;
}
.cl-dateinput.cl-focus .cl-dateinput-spinbuttons {
  border-color: #4680ff;
}
/* 캘린더 */
.cl-calendar {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 12px 16px;
  /* 캘린더 컨텐츠의 일, 월, 년 스타일*/
  /* 캘린더 컨텐츠 스타일*/
  /* 캘린더 푸터 */
  /* 캘린더 포커스 상태 */
  /* 데이트인풋 등에 팝업으로 나타날때 스타일 */
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-before:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-before.cl-hover {
  /* 캘린더 이전 년도 버튼 호버 상태 */
  background-image: url("images/controls/dateinput/ic_btn_before_on.svg");
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-after:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-after.cl-hover {
  /* 캘린더 이후 년도 버튼 호버 상태 */
  background-image: url("images/controls/dateinput/ic_btn_after_on.svg");
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-prev:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-prev.cl-hover {
  /* 캘린더 이전 달 버튼 호버 상태 */
  background-image: url("images/controls/dateinput/ic_btn_prev_on.svg");
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-next:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-next.cl-hover {
  /* 캘린더 다음 달 버튼 호버 상태 */
  background-image: url("images/controls/dateinput/ic_btn_next_on.svg");
}
.cl-calendar .cl-calendar-header {
  /* 캘린더 헤더 */
  background-color: transparent;
  color: #212529;
  padding: 0px 0px 12px;
  text-align: left;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-before,
.cl-calendar .cl-calendar-header .cl-calendar-header-after,
.cl-calendar .cl-calendar-header .cl-calendar-header-prev,
.cl-calendar .cl-calendar-header .cl-calendar-header-next {
  background-size: 6px;
  width: 24px;
  height: 20px;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-before,
.cl-calendar .cl-calendar-header .cl-calendar-header-after {
  background-size: 12px;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-before {
  /* 캘린더 이전 년도 버튼 */
  background-image: url("images/controls/dateinput/ic_btn_before.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-before.cl-disabled {
  background-image: url("images/controls/dateinput/ic_btn_before.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-after {
  /* 캘린더 이후 년도 버튼 */
  background-image: url("images/controls/dateinput/ic_btn_after.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-after.cl-disabled {
  background-image: url("images/controls/dateinput/ic_btn_after.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-prev {
  /* 캘린더 이전 달 버튼 */
  background-image: url("images/controls/dateinput/ic_btn_prev.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-prev.cl-disabled {
  background-image: url("images/controls/dateinput/ic_btn_prev.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-next {
  /* 캘린더 다음 달 버튼 */
  background-image: url("images/controls/dateinput/ic_btn_next.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-next.cl-disabled {
  background-image: url("images/controls/dateinput/ic_btn_next.svg");
}
.cl-calendar .cl-calendar-header .cl-calendar-header-text {
  font-size: 16px;
  font-weight: 700;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-text:hover,
.cl-calendar .cl-calendar-header .cl-calendar-header-text.cl-hover {
  color: #212529;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-prev + .cl-calendar-header-text {
  text-align: center;
}
.cl-calendar:not(.cl-disabled) .cl-calendar-content-day:not(.cl-disabled):hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-month:not(.cl-disabled):hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-year:not(.cl-disabled):hover,
.cl-calendar:not(.cl-disabled) .cl-other-month:not(.cl-disabled):hover {
  /* 셀 호버 스타일 */
  background-color: #f3f5f7;
  color: #212529;
}
.cl-calendar:not(.cl-disabled) .cl-calendar-content-day.cl-selected,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-month.cl-selected,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-year.cl-selected,
.cl-calendar:not(.cl-disabled) .cl-other-month.cl-selected {
  /* 선택된 날짜 셀 */
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-calendar .cl-calendar-content {
  /*날짜 달력의 헤더 스타일*/
  /* 날짜 선택 모드시 날짜 스타일 */
}
.cl-calendar .cl-calendar-content .cl-calendar-content-week {
  /* week of year의 스타일 */
}
.cl-calendar .cl-calendar-content .cl-calendar-content-header {
  background-color: transparent;
  color: inherit;
  font-weight: 500;
  height: 18px;
  margin-bottom: 6px;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #dc2626;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: inherit;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #dc2626;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: inherit;
}
.cl-calendar .cl-calendar-content .cl-other-month {
  /* 이전 달 또는 다음 달의 날짜 */
  background-color: transparent;
  color: #74788d;
}
.cl-calendar .cl-calendar-content .cl-other-month.cl-disabled {
  background-color: #eff2f7;
  color: #74788d;
}
.cl-calendar .cl-calendar-content .cl-other-month:not(.cl-disabled):hover {
  /* 셀 호버 스타일 */
  background-color: transparent;
  color: #74788d;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day,
.cl-calendar .cl-calendar-content .cl-calendar-content-month,
.cl-calendar .cl-calendar-content .cl-calendar-content-year {
  border-width: 1px 2px;
  border-radius: 4px;
  color: inherit;
  /* 기본 날짜 - 오늘 날짜 셀*/
  /*range 선택에서 선택된 날짜 스타일*/
  /*선택된 날짜 스타일*/
  /*날짜가 disabled 되어 있을때 스타일*/
  /*기념일 전역 스타일*/
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day .cl-text,
.cl-calendar .cl-calendar-content .cl-calendar-content-month .cl-text,
.cl-calendar .cl-calendar-content .cl-calendar-content-year .cl-text {
  line-height: 1;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-defaultdate,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-defaultdate,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-defaultdate {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding-bottom: 2px;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-range-selected,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-range-selected,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-range-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-selected,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-selected,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-selected {
  background-color: #edf2ff !important;
  color: #4680ff !important;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-disabled,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-disabled,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-disabled {
  background-color: #eff2f7;
  color: #74788d;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-anniversary,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-anniversary,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-anniversary {
  box-shadow: none;
  color: inherit;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-anniversary.cl-calendar-content-sat,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-anniversary.cl-calendar-content-sat,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-anniversary.cl-calendar-content-sat {
  color: inherit;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-anniversary.cl-calendar-content-sun,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-anniversary.cl-calendar-content-sun,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-anniversary.cl-calendar-content-sun {
  color: #dc2626;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-anniversary:after,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-anniversary:after,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-anniversary:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 3px;
  right: 3px;
  background-color: #dc2626;
  border-radius: 9999px;
}
.cl-calendar .cl-calendar-footer {
  background-color: transparent;
  padding: 0px;
  vertical-align: middle;
}
.cl-calendar .cl-calendar-footer .cl-calendar-footer-text {
  color: #212529;
  font-size: 10px;
  font-weight: 400;
  padding-right: 4px;
}
.cl-calendar .cl-calendar-footer .cl-calendar-footer-text:hover {
  text-decoration: none;
}
.cl-calendar.cl-anniversaries {
  /* 년월일 달력 스타일 */
  /* 토요일 */
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-mon,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-tue,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-wed,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-thu,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-fri,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sat,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sun {
  /* 기념일 텍스트 스타일 */
}
.cl-calendar.cl-focus {
  border-color: #4680ff;
}
.cl-calendar.cl-focus .cl-calendar-content {
  /* 키보드 날짜 이동 스타일 */
}
.cl-calendar.cl-focus .cl-calendar-content .cl-calendar-current {
  background-color: #f3f5f7;
  box-shadow: none;
  color: #212529;
}
.cl-calendar.cl-popup {
  box-shadow: 0px 4px 6px -1px #d9dae0, 0px 2px 4px -2px #d9dae0;
}
.cl-calendar.cl-popup.cl-calendar-year {
  width: 210px;
  height: 152px;
}
.cl-calendar.cl-popup.cl-calendar-month {
  width: 210px;
  height: 152px;
}
.cl-calendar.cl-popup.cl-calendar-day {
  width: 258px;
  height: 266px;
}
.cl-calendar.cl-popup.cl-top {
  /* 데이트인풋 위에 표시될때 상태 */
  margin-top: -4px;
  box-shadow: 0px -4px 6px -1px #d9dae0, 0px -2px 4px -2px #d9dae0;
}
.cl-calendar.cl-popup.cl-bottom {
  /* 데이트인풋 아래에 표시될때 상태 */
  margin-top: 4px;
}
.cl-calendar.cl-popup .cl-calendar-content-day,
.cl-calendar.cl-popup .cl-calendar-content-month,
.cl-calendar.cl-popup .cl-calendar-content-year {
  /* 데이트인풋 캘린더 키보드로 날짜 이동 스타일*/
}
.cl-calendar.cl-popup .cl-calendar-content-day.cl-calendar-current,
.cl-calendar.cl-popup .cl-calendar-content-month.cl-calendar-current,
.cl-calendar.cl-popup .cl-calendar-content-year.cl-calendar-current {
  background-color: #f3f5f7;
  box-shadow: none;
  color: #212529;
}
/* 캘린더 disabled 상태 */
.cl-calendar.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  opacity: 1;
}
.cl-calendar.cl-disabled .cl-calendar-header {
  background-color: #eff2f7;
}
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-before,
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-after,
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-prev,
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-next {
  background-color: #eff2f7;
  border-color: #ced4da;
}
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-text {
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-text:hover,
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-text.cl-hover {
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-header {
  background-color: #eff2f7;
  border-bottom-color: #ced4da;
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-content-day,
.cl-calendar.cl-disabled .cl-calendar-content-month,
.cl-calendar.cl-disabled .cl-calendar-content-year,
.cl-calendar.cl-disabled .cl-other-month {
  color: #74788d;
  border-color: transparent;
}
.cl-calendar.cl-disabled .cl-calendar-content-day.cl-calendar-defaultdate,
.cl-calendar.cl-disabled .cl-calendar-content-month.cl-calendar-defaultdate,
.cl-calendar.cl-disabled .cl-calendar-content-year.cl-calendar-defaultdate,
.cl-calendar.cl-disabled .cl-other-month.cl-calendar-defaultdate {
  background-color: transparent;
  color: #74788d;
}
.cl-calendar.cl-disabled .cl-calendar-footer .cl-calendar-footer-text {
  color: #74788d;
}
/* 리스트 박스 */
.cl-listbox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  /* 리스트 박스 내 아이템 목록 박스 */
}
.cl-listbox .cl-listbox-list {
  padding: 4px 4px;
  /* 아이템 목록 박스 내 각 아이템 */
}
.cl-listbox .cl-listbox-list .cl-listbox-item {
  border-radius: 2px;
  padding: 2px 8px;
  height: auto;
  min-height: 24px;
  /* 아이템 드래그시 아이템의 마우스가 아래에 위치할때 표시 */
  /* 아이템 드래그시 아이템의 마우스가 위에 위치할때 표시 */
  /* 선택된 아이템 */
  /* 아이템 아이콘 */
  /* 아이템 텍스트 */
  /* 아이템의 뱃지 스타일*/
}
.cl-listbox .cl-listbox-list .cl-listbox-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-listbox:not(.cl-disabled) .cl-listbox-item:not(.cl-disabled):not(.cl-selected) {
  /* 포커스된 아이템 */
  /* 호버된 아이템 */
}
.cl-listbox:not(.cl-disabled) .cl-listbox-item:not(.cl-disabled):not(.cl-selected):focus {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-listbox:not(.cl-disabled) .cl-listbox-item:not(.cl-disabled):not(.cl-selected).cl-hover,
.cl-listbox:not(.cl-disabled) .cl-listbox-item:not(.cl-disabled):not(.cl-selected):hover {
  background-color: #f3f5f7;
  color: #212529;
}
/* disabled 상태 */
.cl-listbox.cl-disabled {
  color: #74788d;
  /* disabled 상태에서 선택된 아이템들 */
}
.cl-listbox.cl-disabled .cl-listbox-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
/* 포커스 상태 */
.cl-listbox.cl-focus {
  border-color: #4680ff;
}
/* 링크드 리스트 박스 루트 */
.cl-linkedlistbox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  /* 리스트 박스 */
  /* 링크드리스트박스 disabled 상태*/
}
.cl-linkedlistbox .cl-linkedlistbox-listbox {
  /* 리스트 박스 헤더 */
  /* 리스트 박스 리스트 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-header {
  font: 500 14px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-image: none;
  border: none;
  padding: 0px 0px 4px 0px;
  text-align: left;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 4px 4px;
  /* 리스트 박스 리스트 아이템 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item {
  border-radius: 2px;
  padding: 2px 8px;
  height: auto;
  min-height: 24px;
  /* 아이템 드래그시 아이템의 마우스가 아래에 위치할때 표시 */
  /* 아이템 드래그시 아이템의 마우스가 위에 위치할때 표시 */
  /* 리스트 박스의 리스트 아이템 아이콘*/
  /* 리스트 박스 리스트 아이템 텍스트 */
  /* 리스트 박스 리스트 아이템 아이콘 */
  /* 리스트 박스 리스트 아이템 리프 아이콘 */
  /* 리스트 박스 리스트 아이템 드릴다운 아이콘 */
  /* 리스트 박스 리스트 아이템 - disabled 상태 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item .cl-linkedlistbox-arrow.cl-leaf {
  width: 0px;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item .cl-linkedlistbox-arrow.cl-folder {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
  background-size: 6px;
  width: 6px;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-disabled {
  color: #74788d;
  /* 리스트 박스 리스트 아이템 - 선택됨, disabled 상태 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-disabled.cl-selected {
  background-color: #ced4da;
}
.cl-linkedlistbox.cl-focus {
  /* 리스트 박스 헤더 - 포커스 상태 */
  /* 리스트 박스 리스트 - 포커스 상태 */
}
.cl-linkedlistbox.cl-focus .cl-linkedlistbox-header {
  border-color: #4680ff;
}
.cl-linkedlistbox.cl-focus .cl-linkedlistbox-list {
  border-color: #4680ff;
}
.cl-linkedlistbox.cl-disabled {
  color: #74788d;
}
.cl-linkedlistbox.cl-disabled .cl-linkedlistbox-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled) {
  cursor: pointer;
  /* 아이템 호버 스타일 */
  /* 선택된 아이템 스타일 */
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled):hover,
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled):focus {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled):hover .cl-linkedlistbox-arrow.cl-folder,
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled):focus .cl-linkedlistbox-arrow.cl-folder {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled).cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
  /* 선택된 아이템 드릴 다운 아이콘 */
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled).cl-selected .cl-linkedlistbox-arrow.cl-folder {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-menu {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  /* 메뉴 리스트 */
}
.cl-menu.cl-popup {
  box-shadow: 0px 4px 6px -1px #d9dae0, 0px 2px 4px -2px #d9dae0;
}
.cl-menu .cl-menu-list {
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  padding: 4px 4px;
  /* 서브 메뉴 */
  /* 메뉴 아이템 */
}
.cl-menu .cl-menu-list.cl-sub {
  border-color: #adb5bd;
}
.cl-menu .cl-menu-list .cl-arrow-up,
.cl-menu .cl-menu-list .cl-arrow-down {
  background-size: 10px;
}
.cl-menu .cl-menu-list .cl-arrow-up:hover,
.cl-menu .cl-menu-list .cl-arrow-down:hover,
.cl-menu .cl-menu-list .cl-arrow-up.cl-disabled,
.cl-menu .cl-menu-list .cl-arrow-down.cl-disabled {
  background-color: transparent;
}
.cl-menu .cl-menu-list .cl-arrow-up {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-menu .cl-menu-list .cl-arrow-up:hover {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
}
.cl-menu .cl-menu-list .cl-arrow-up.cl-disabled {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-menu .cl-menu-list .cl-arrow-down {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-menu .cl-menu-list .cl-arrow-down:hover {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
}
.cl-menu .cl-menu-list .cl-arrow-down.cl-disabled {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-menu .cl-menu-list .cl-menu-item {
  border-radius: 2px;
  color: inherit;
  min-height: 24px;
  padding: 2px 8px;
  /* 메뉴 아이템 아이콘 */
  /* 메뉴 아이템 텍스트 */
  /* 메뉴 아이템 단축키 */
  /* 메뉴 아이템 드릴다운 아이콘 */
  /* 폴더 아이템 방향 이미지 */
  /* 메뉴 아이템 - 호버 */
  /* 메뉴 아이템 - disabled */
  /* 메뉴 아이템 - 활성화 */
  /* 메뉴 아이템 - 선택됨 */
}
.cl-menu .cl-menu-list .cl-menu-item .cl-menu-icon {
  display: none !important;
  background-image: none;
  width: 0px;
}
.cl-menu .cl-menu-list .cl-menu-item .cl-menu-arrow {
  background-size: 6px;
  background-position: right center;
  width: 10px;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-folder > .cl-menu-arrow,
.cl-menu .cl-menu-list .cl-menu-item.cl-folder > .cl-menu-arrow-wrapper .cl-menu-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-menu .cl-menu-list .cl-menu-item.cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-hover.cl-folder > .cl-menu-arrow,
.cl-menu .cl-menu-list .cl-menu-item.cl-hover.cl-folder > .cl-menu-arrow-wrapper > .cl-menu-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-menu .cl-menu-list .cl-menu-item.cl-disabled {
  color: #74788d;
  /* 메뉴 아이템 - 선택됨, disabled */
}
.cl-menu .cl-menu-list .cl-menu-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-menu .cl-menu-list .cl-menu-item:not(.cl-disabled) {
  /* 메뉴 아이템 - 호버 */
}
.cl-menu .cl-menu-list .cl-menu-item:not(.cl-disabled):not(.cl-selected):hover,
.cl-menu .cl-menu-list .cl-menu-item:not(.cl-disabled).cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-selected.cl-folder > .cl-menu-arrow,
.cl-menu .cl-menu-list .cl-menu-item.cl-selected.cl-folder > .cl-menu-arrow-wrapper > .cl-menu-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-menu .cl-menu-list .cl-menu-item.cl-hover.cl-selected,
.cl-menu .cl-menu-list .cl-menu-item:not(.cl-disabled) .cl-menu .cl-menu-list .cl-menu-item.cl-hover.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-menu.cl-focus {
  /* 메뉴 리스트 - 포커스 */
}
.cl-menu.cl-focus .cl-menu-list {
  border-color: #4680ff;
}
.cl-menu.cl-disabled {
  /* 메뉴 아이템 - disabled */
}
.cl-menu.cl-disabled .cl-menu-item {
  color: #74788d;
  /* 메뉴 아이템 - disabled, 선택됨 */
}
.cl-menu.cl-disabled .cl-menu-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
  /* 메뉴 아이템 드릴다운 아이콘 - disabled */
}
.cl-menu.cl-disabled .cl-menu-item.cl-selected > .cl-menu-arrow,
.cl-menu.cl-disabled .cl-menu-item.cl-selected > .cl-menu-arrow-wrapper > .cl-menu-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
/* 파일 업로드 루트 */
.cl-fileupload {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-top-color: #bbc9dc;
  border-radius: 0px;
  color: #212529;
  /* 파일 업로드 내 텍스트 */
  /* 파일 업로드 디테일 영역 */
  /* 푸터 */
  /* 파일 업로드 체크 박스 */
}
.cl-fileupload .cl-fileupload-header {
  /* 헤더 */
  background-image: none;
  background-color: #eef3fb;
  border-bottom: 1px solid #e0e9f4;
  color: #212529;
  height: 25px;
  font-weight: 500;
  /* 헤더내 체크 박스 */
  /* 파일명 헤더 컬럼 */
  /* 파일 크기 헤더 컬럼 */
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-checkheader {
  border-right: 1px solid #e0e9f4;
  width: 25px;
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-sizeheader {
  border-left: 1px solid #e0e9f4;
  min-width: 100px;
}
.cl-fileupload .cl-fileupload-detail {
  min-height: 25px;
  max-height: 100%;
  /* emptyMessage*/
  /* 각 파일 행 */
}
.cl-fileupload .cl-fileupload-detail .cl-emptymsg {
  color: #adb5bd;
  font-style: normal;
  font-weight: 400;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile {
  border-bottom: 1px solid #e0e9f4;
  height: 25px;
  /* 체크 박스 컬럼 */
  /* 파일 아이콘 */
  /* 피일 이름 */
  /* 파일 크기 */
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-checkcolumn,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-checkcolumn {
  border-right: 1px solid #e0e9f4;
  width: 25px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon {
  background-image: url("images/controls/fileupload/ic_file_etc.png");
  background-size: auto;
  background-position: center;
  border-right: none;
  width: 24px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-jpg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-jpg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-JPG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-JPG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-jpeg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-jpeg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-JPEG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-JPEG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-png,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-png,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-PNG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-PNG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-svg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-svg {
  background-image: url("images/controls/fileupload/ic_file_image.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-avi,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-avi,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-mp4,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-mp4,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-wmv,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-wmv,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-mov,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-mov {
  background-image: url("images/controls/fileupload/ic_file_video.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-txt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-txt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-html,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-html,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xml,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xml,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-rtf,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-rtf {
  background-image: url("images/controls/fileupload/ic_file_txt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-hwp,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-hwp,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-hwt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-hwt {
  background-image: url("images/controls/fileupload/ic_file_hwp.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-doc,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-doc,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-docx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-docx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-dotx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-dotx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-docm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-docm {
  background-image: url("images/controls/fileupload/ic_file_doc.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pdf,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pdf {
  background-image: url("images/controls/fileupload/ic_file_ppt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xltx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xltx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsb,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsb,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlam,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlam {
  background-image: url("images/controls/fileupload/ic_file_excel.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pptx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pptx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pptm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pptm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-ppt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-ppt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-potx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-potx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-potm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-potm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pot,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pot {
  background-image: url("images/controls/fileupload/ic_file_ppt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-zip,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-zip,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-7z,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-7z {
  background-image: url("images/controls/fileupload/ic_file_zip.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-filename,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-filename {
  padding-left: 4px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-sizecolumn,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-sizecolumn {
  border-left: 1px solid #e0e9f4;
  padding-right: 4px;
  min-width: 100px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile {
  /* 파일 다운로드 버튼 */
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-download {
  background-image: url("images/controls/fileupload/ic_btn_download.svg");
  background-size: 12px;
  background-color: #f9fbfe;
  border: 1px solid #ced4da;
  border-radius: 2px;
  margin: 2px 4px;
  width: 20px;
}
.cl-fileupload .cl-fileupload-footer {
  background-color: #f5f6f7;
  border-top: 1px solid #ced4da;
  color: #212529;
  height: 30px;
  /* 푸터 텍스트 */
  /* 푸터 내 버튼 영역 */
}
.cl-fileupload .cl-fileupload-footer .cl-text {
  font-weight: 400;
  padding-left: 8px;
}
.cl-fileupload .cl-fileupload-footer .cl-text span {
  color: #dc2626;
  font-weight: 500;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons {
  padding: 0px;
  /* 푸터 내 버튼 */
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #ced4da;
  color: #212529;
  margin: 0px 4px 0px 0px;
  padding: 2px 7px;
  text-shadow: none;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:focus {
  border-color: #ced4da;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send {
  background-color: #4680ff;
  border-color: #4680ff;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:hover,
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:focus {
  background-color: #3c6dd9;
  border-color: #3c6dd9;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:active {
  background-color: #3866cc;
  border-color: #3866cc;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  width: 14px;
  height: 14px;
  /* 선택된 파일 업로드 체크 박스 */
}
.cl-fileupload .cl-fileupload-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-fileupload .cl-fileupload-checkbox:focus {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-fileupload .cl-fileupload-checkbox:focus.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-fileupload:not(.cl-disabled) {
  /* 파일 - 호버 상태 */
  /* 파일 업로드 버튼 - 호버 상태 */
}
.cl-fileupload:not(.cl-disabled) .cl-fileupload-file:hover,
.cl-fileupload:not(.cl-disabled) .cl-fileupload-uploadedfile:hover {
  background-color: rgba(255, 217, 96, 0.32);
  color: #212529;
}
.cl-fileupload:not(.cl-disabled) .cl-fileupload-button:hover {
  background-color: #f1f5fb;
  border-color: #ced4da;
  color: #212529;
}
.cl-fileupload.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  opacity: 1;
}
.cl-fileupload.cl-disabled .cl-fileupload-footer {
  color: #74788d;
}
.cl-fileupload.cl-disabled .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #adb5bd;
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
  /* 선택된 파일 업로드 체크 박스 */
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox:focus.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
/* 파일 업로드 루트 */
.cl-fileupload {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-top-color: #bbc9dc;
  border-radius: 0px;
  color: #212529;
  /* 파일 업로드 내 텍스트 */
  /* 파일 업로드 디테일 영역 */
  /* 푸터 */
  /* 파일 업로드 체크 박스 */
}
.cl-fileupload .cl-fileupload-header {
  /* 헤더 */
  background-image: none;
  background-color: #eef3fb;
  border-bottom: 1px solid #e0e9f4;
  color: #212529;
  height: 25px;
  font-weight: 500;
  /* 헤더내 체크 박스 */
  /* 파일명 헤더 컬럼 */
  /* 파일 크기 헤더 컬럼 */
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-checkheader {
  border-right: 1px solid #e0e9f4;
  width: 25px;
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-sizeheader {
  border-left: 1px solid #e0e9f4;
  min-width: 100px;
  display: none !important;
}
.cl-fileupload .cl-fileupload-detail {
  min-height: 25px;
  max-height: 100%;
  /* emptyMessage*/
  /* 각 파일 행 */
}
.cl-fileupload .cl-fileupload-detail .cl-emptymsg {
  color: #adb5bd;
  font-style: normal;
  font-weight: 400;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile {
  border-bottom: 1px solid #e0e9f4;
  height: 25px;
  /* 체크 박스 컬럼 */
  /* 파일 아이콘 */
  /* 피일 이름 */
  /* 파일 크기 */
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-checkcolumn,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-checkcolumn {
  border-right: 1px solid #e0e9f4;
  width: 25px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon {
  background-image: url("images/controls/fileupload/ic_file_etc.png");
  background-size: auto;
  background-position: center;
  border-right: none;
  width: 24px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-jpg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-jpg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-JPG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-JPG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-jpeg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-jpeg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-JPEG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-JPEG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-png,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-png,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-PNG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-PNG,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-svg,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-svg {
  background-image: url("images/controls/fileupload/ic_file_image.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-avi,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-avi,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-mp4,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-mp4,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-wmv,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-wmv,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-mov,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-mov {
  background-image: url("images/controls/fileupload/ic_file_video.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-txt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-txt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-html,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-html,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xml,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xml,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-rtf,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-rtf {
  background-image: url("images/controls/fileupload/ic_file_txt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-hwp,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-hwp,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-hwt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-hwt {
  background-image: url("images/controls/fileupload/ic_file_hwp.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-doc,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-doc,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-docx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-docx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-dotx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-dotx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-docm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-docm {
  background-image: url("images/controls/fileupload/ic_file_doc.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pdf,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pdf {
  background-image: url("images/controls/fileupload/ic_file_ppt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xltx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xltx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlsb,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlsb,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xlam,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xlam {
  background-image: url("images/controls/fileupload/ic_file_excel.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pptx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pptx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pptm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pptm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-ppt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-ppt,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-potx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-potx,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-potm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-potm,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-pot,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-pot {
  background-image: url("images/controls/fileupload/ic_file_ppt.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-zip,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-zip,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-7z,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-7z {
  background-image: url("images/controls/fileupload/ic_file_zip.png");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-filename,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-filename {
  padding-left: 4px;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-sizecolumn,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-sizecolumn {
  border-left: 1px solid #e0e9f4;
  padding-right: 4px;
  display: none !important;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile {
  /* 파일 다운로드 버튼 */
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-download {
  background-image: url("images/controls/fileupload/ic_btn_download.svg");
  background-size: 12px;
  background-color: #f9fbfe;
  border: 1px solid #ced4da;
  border-radius: 2px;
  margin: 2px 4px;
  width: 20px;
}
.cl-fileupload .cl-fileupload-footer {
  background-color: #f5f6f7;
  border-top: 1px solid #ced4da;
  color: #212529;
  height: 30px;
  /* 푸터 텍스트 */
  /* 푸터 내 버튼 영역 */
}
.cl-fileupload .cl-fileupload-footer .cl-text {
  font-weight: 400;
  padding-left: 8px;
}
.cl-fileupload .cl-fileupload-footer .cl-text span {
  color: #dc2626;
  font-weight: 500;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons {
  padding: 0px;
  /* 푸터 내 버튼 */
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #ced4da;
  color: #212529;
  margin: 0px 4px 0px 0px;
  padding: 2px 7px;
  text-shadow: none;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:focus {
  border-color: #ced4da;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send {
  background-color: #4680ff;
  border-color: #4680ff;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:hover,
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:focus {
  background-color: #3c6dd9;
  border-color: #3c6dd9;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-fileupload-send:active {
  background-color: #3866cc;
  border-color: #3866cc;
  color: #ffffff;
}
.cl-fileupload .cl-fileupload-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  width: 14px;
  height: 14px;
  /* 선택된 파일 업로드 체크 박스 */
}
.cl-fileupload .cl-fileupload-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-fileupload .cl-fileupload-checkbox:focus {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-fileupload .cl-fileupload-checkbox:focus.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-fileupload:not(.cl-disabled) {
  /* 파일 - 호버 상태 */
  /* 파일 업로드 버튼 - 호버 상태 */
}
.cl-fileupload:not(.cl-disabled) .cl-fileupload-file:hover,
.cl-fileupload:not(.cl-disabled) .cl-fileupload-uploadedfile:hover {
  background-color: rgba(255, 217, 96, 0.32);
  color: #212529;
}
.cl-fileupload:not(.cl-disabled) .cl-fileupload-button:hover {
  background-color: #f1f5fb;
  border-color: #ced4da;
  color: #212529;
}
.cl-fileupload.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  opacity: 1;
}
.cl-fileupload.cl-disabled .cl-fileupload-footer {
  color: #74788d;
}
.cl-fileupload.cl-disabled .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #adb5bd;
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
  /* 선택된 파일 업로드 체크 박스 */
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-fileupload.cl-disabled .cl-fileupload-checkbox:focus.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
/* 버튼 */
.cl-button {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #f9fbfe;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  border: 1px solid #ced4da;
  color: #212529;
  padding: 0px 5px;
  font-weight: 500;
  text-shadow: none;
  /* 텍스트 스타일 */
  /* 아이콘 스타일 */
  /* 버튼위에 마우스를 올렸을 때의 스타일 */
  /* 버튼이 포커스를 가졌을 때의 스타일 */
  /* 버튼을 클릭했을 때의 스타일 */
}
.cl-button .cl-text {
  white-space: pre-wrap;
  word-break: keep-all;
}
.cl-button .cl-icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.cl-button:not(.cl-disabled):hover {
  background-color: #f1f5fb;
  border-color: #ced4da;
  color: #212529;
}
.cl-button:focus,
.cl-button.cl-focus {
  background-color: #f1f5fb;
  border-color: #ced4da;
  color: #212529;
}
.cl-button:not(.cl-disabled).cl-activated,
.cl-button:not(.cl-disabled):active {
  background-image: none;
  background-color: #eef3fc;
  border-color: #ced4da;
  color: #212529;
}
/* Disable 상태의 버튼 */
.cl-button.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #adb5bd;
}
/* 아코디언 */
.cl-accordion {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #212529;
  padding: 0px;
  /** 아코디언의 각 헤더 */
}
.cl-accordion .cl-accordion-header {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 4px 0px;
  /** 아코디언 펼침 버튼 */
  /* 아코디언 헤더에 마우스가 호버되었을 떄의 스타일 */
  /* 아코디언 헤더를 클릭했을 때의 스타일 */
}
.cl-accordion .cl-accordion-header .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_collapsed.svg");
  background-size: 14px;
  width: 14px;
  transition: transform 0.2s ease-in-out;
}
.cl-accordion .cl-accordion-header:hover:not(.cl-disabled):not(.cl-activated) {
  background-color: transparent;
  color: #212529;
}
.cl-accordion .cl-accordion-header.cl-title-collapse:focus {
  text-decoration: none;
}
.cl-accordion .cl-accordion-header.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-accordion .cl-accordion-header.cl-activated {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #212529;
  font-weight: 500;
  /* 클릭된 헤더의 펼침 버튼 아이콘 */
}
.cl-accordion .cl-accordion-header.cl-activated .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_expanded.svg");
  transform: rotate(-180deg);
}
.cl-accordion .cl-accordion-section:not(.cl-accordion-placeholder) {
  /* 아코디언 컨텐츠 */
}
.cl-accordion .cl-accordion-section:not(.cl-accordion-placeholder) .cl-accordion-content {
  background-color: #ffffff;
  border: none;
}
.cl-accordion .cl-accordion-section + .cl-accordion-header {
  /* 아코디언 섹션간의 간격 */
}
/* Disabled 상태의 아코디언 */
.cl-accordion.cl-disabled {
  /* 선택된 헤더 */
}
.cl-accordion.cl-disabled .cl-accordion-header {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #74788d;
}
.cl-accordion.cl-disabled .cl-accordion-header .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_collapsed.svg");
}
.cl-accordion.cl-disabled .cl-accordion-header.cl-activated {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #74788d;
}
.cl-accordion.cl-disabled .cl-accordion-header.cl-activated .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_collapsed.svg");
}
.cl-accordion.cl-disabled .cl-accordion-header:hover:not(.cl-activated) {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #74788d;
}
.cl-accordion.cl-disabled .cl-accordion-section:not(.cl-accordion-placeholder) {
  /* 선택된 바디 */
}
.cl-accordion.cl-disabled .cl-accordion-section:not(.cl-accordion-placeholder) .cl-accordion-content {
  border-color: #ced4da;
}
/* 인풋 박스 루트 */
.cl-inputbox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 0;
  padding: 0 0;
  background: none;
  border-bottom: 1px solid #ccc;
  /*
	background-image: @component-background-image;
	background-color: @input-background-color;
	border: @input-border-base;
	border-radius: @input-border-radius;
	color: @input-text-color;
	*/
  /* 인풋 박스 텍스트 */
  /* 인풋 박스 - 포커스 상태 */
  /* 인풋 박스 - 클리어 버튼 */
  /* 인풋 박스 - disabled 상태 */
}
.cl-inputbox .cl-text {
  padding: 0px 4px;
}
.cl-inputbox .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-inputbox.cl-focus {
  border-color: #4680ff;
}
.cl-inputbox .cl-inputbox-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-inputbox.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-inputbox:not(.cl-disabled) {
  /* 클리어 버튼 hover, active 상태 */
}
.cl-inputbox:not(.cl-disabled) .cl-inputbox-clear:hover,
.cl-inputbox:not(.cl-disabled) .cl-inputbox-clear:active {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  opacity: 1;
}
/* 서치 인풋 */
.cl-searchinput {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 0;
  padding: 0 0;
  background: none;
  border-bottom: 1px solid #ccc;
  /*
	background-image: @component-background-image;
	background-color: @input-background-color;
	border: @input-border-base;
	border-radius: @input-border-radius;
	color: @input-text-color;
	*/
  /* 서치 인풋 텍스트 */
  /* 서치 인풋 Clear버튼 */
  /* 서치 인풋 검색버튼 */
  /* 서치 인풋 포커스 상태 */
}
.cl-searchinput .cl-text {
  padding: 0px 4px;
}
.cl-searchinput .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-searchinput .cl-searchinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-searchinput .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
  background-size: 12px;
  width: 12px;
}
.cl-searchinput .cl-searchinput-search.cl-left {
  /* 검색버튼이 왼쪽에 표시될때 상태 */
  background-position: right center;
  padding: 0px 0px 0px 4px;
}
.cl-searchinput .cl-searchinput-search.cl-right {
  /* 검색버튼이 오른쪽에 표시될때 상태 */
  background-position: left center;
  padding: 0px 4px 0px 0px;
}
.cl-searchinput:not(.cl-disabled) {
  /* Clear버튼 hover 및 active 상태 */
  /* 검색버튼 hover 및 active 상태 */
}
.cl-searchinput:not(.cl-disabled) .cl-searchinput-clear:hover,
.cl-searchinput:not(.cl-disabled) .cl-searchinput-clear:active {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  opacity: 1;
}
.cl-searchinput:not(.cl-disabled) .cl-searchinput-search:hover,
.cl-searchinput:not(.cl-disabled) .cl-searchinput-search:active {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
  opacity: 1;
}
.cl-searchinput.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  /* 서치 인풋 disabled 상태 검색버튼 */
}
.cl-searchinput.cl-disabled .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
}
.cl-searchinput.cl-focus {
  border-color: #4680ff;
}
.cl-searchinput.cl-focus .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
}
.cl-searchinput.cl-focus .cl-searchinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
/* 슬라이더 */
.cl-slider {
  /* 슬라이더 바 */
}
.cl-slider .cl-slider-bar {
  border: none;
  background-color: #ced4da;
  /* 슬라이더 가로 바 */
  /* 슬라이더 세로 바*/
  /* 슬라이더 핸들 */
  /* 슬라이더 선택 영역 표시 바 */
}
.cl-slider .cl-slider-bar.cl-horizontal {
  background-image: none;
  height: 1px;
  top: calc(50% - 1px);
  right: 10px;
  left: 10px;
}
.cl-slider .cl-slider-bar.cl-vertical {
  background-image: none;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: calc(50% - 1px);
}
.cl-slider .cl-slider-bar .cl-slider-handle {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 9999px;
  width: 18px;
  height: 18px;
  /* 슬라이더 가로바 핸들 */
  /* 슬라이더 세로바 핸들 */
}
.cl-slider .cl-slider-bar .cl-slider-handle.cl-horizontal {
  top: -8px;
  transform: translateX(-10px);
}
.cl-slider .cl-slider-bar .cl-slider-handle.cl-vertical {
  left: -8px;
  transform: translateY(-10px);
}
.cl-slider .cl-slider-bar .cl-slider-range {
  background-color: #4680ff;
}
.cl-slider.cl-focus {
  /* 슬라이더 바 - focus */
}
.cl-slider.cl-focus .cl-slider-handle {
  border-color: #4680ff;
}
.cl-slider.cl-disabled {
  /* 슬라이더 바 핸들 - disabled */
  /* 슬라이더 바 선택 영역 - disabled */
}
.cl-slider.cl-disabled .cl-slider-bar {
  background-color: #eff2f7;
}
.cl-slider.cl-disabled .cl-slider-handle {
  background-image: none;
  border-color: #ced4da;
}
.cl-slider.cl-disabled .cl-slider-range {
  background-color: #ced4da;
}
.cl-slider:not(.cl-disabled) .cl-slider-bar .cl-slider-handle {
  /* 슬라이더 바 핸들 - hover */
}
.cl-slider:not(.cl-disabled) .cl-slider-bar .cl-slider-handle:hover,
.cl-slider:not(.cl-disabled) .cl-slider-bar .cl-slider-handle.cl-hover {
  background-image: none;
}
/* 아웃풋 */
.cl-output {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-position: left center;
  background-repeat: no-repeat;
  color: #212529;
}
.cl-output .cl-text {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-wrap;
  word-break: keep-all;
}
.cl-output.cl-disabled {
  color: #74788d;
}
.cl-output-purchasePospec {
  font-size: 14px;
  font-weight: bold;
}
.cl-output-purchasePospec-performance-header {
  background: #5bcaf4;
  font-weight: bold;
  border-bottom: none;
  border-right: solid #fff;
  color: #5bcaf4;
  text-align: center;
  color: #fff;
}
.cl-output-purchasePospec-acc-header {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  background: #eee;
  width: 124px;
  text-align: center;
}
/* 텍스트 에리어 */
.cl-textarea {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  /* 텍스트 에리어 텍스트 */
  /* 텍스트 에리어 - disabled */
  /* 텍스트 에리어 - focus*/
}
.cl-textarea .cl-text {
  padding: 4px 4px !important;
}
.cl-textarea .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-textarea.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-textarea.cl-focus {
  border-color: #4680ff;
}
/* 라디오 버튼 */
.cl-radiobutton {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  /* 라디오 버튼 아이템 */
  /* 라디오버튼 focus 스타일 */
  /* disabled 라디오버튼 스타일 */
  /* fixedWidth를 고정값으로 설정시 .cl-radiobutton-item의 width와 같은 값으로 설정 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
}
.cl-radiobutton .cl-radiobutton-item {
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 아이콘 정렬을 설정 */
  /* 라디오 버튼 아이템 텍스트 */
  /* 라디오아이템 아이콘 스타일 */
  /* 라디오아이템 hover시 아이콘 스타일 */
  /* 선택된 라디오아이템 아이콘 스타일 */
  /* disabled 라디오아이템 스타일 */
}
.cl-radiobutton .cl-radiobutton-item .cl-icon-wrapper {
  vertical-align: middle;
}
.cl-radiobutton .cl-radiobutton-item .cl-text {
  padding: 0px 0px 0px 4px;
  /* 말줄임 style 적용(한줄) */
  /* 여러 줄 style 적용 */
}
.cl-radiobutton .cl-radiobutton-item .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio.svg");
  background-size: 14px;
  width: 14px;
  min-height: 14px;
  margin: 1px;
}
.cl-radiobutton .cl-radiobutton-item:hover .cl-radiobutton-icon,
.cl-radiobutton .cl-radiobutton-item.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-selected {
  /* 선택된 라디오아이템 hover시 아이콘 스타일 */
}
.cl-radiobutton .cl-radiobutton-item.cl-selected .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_on.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-selected:hover .cl-radiobutton-icon,
.cl-radiobutton .cl-radiobutton-item.cl-selected.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_on.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled {
  /* disabled 라디오아이템 hover시 아이콘 스타일 */
  /* 선택된 disabled 라디오아이템 아이콘 스타일 */
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled .cl-text {
  color: #74788d;
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_d.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled:hover .cl-radiobutton-icon,
.cl-radiobutton .cl-radiobutton-item.cl-disabled.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_d.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled.cl-selected {
  /* 선택된 disabled 라디오아이템 hover시 아이콘 스타일 */
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled.cl-selected .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.svg");
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled.cl-selected:hover .cl-radiobutton-icon,
.cl-radiobutton .cl-radiobutton-item.cl-disabled.cl-selected.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.svg");
}
.cl-radiobutton.cl-disabled .cl-text {
  color: #74788d;
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item {
  /* disabled 라디오버튼에 라디오아이템 hover시 아이콘 스타일 */
  /* disabled 라디오버튼의 선택된 라디오아이템 아이콘 스타일 */
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_d.svg");
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item:hover .cl-radiobutton-icon,
.cl-radiobutton.cl-disabled .cl-radiobutton-item.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_d.svg");
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item.cl-selected {
  /* disabled 라디오버튼의 선택된 라디오아이템 hover시 아이콘 스타일 */
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item.cl-selected .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.svg");
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item.cl-selected:hover .cl-radiobutton-icon,
.cl-radiobutton.cl-disabled .cl-radiobutton-item.cl-selected.cl-hover .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.svg");
}
.cl-radiobutton.cl-fixedWidth .cl-radiobutton-item .cl-icon-wrapper {
  width: 20px;
}
.cl-radiobutton.cl-iconalign-right .cl-radiobutton-item .cl-radiobutton-icon {
  margin: 0px;
}
.cl-radiobutton.cl-iconalign-right .cl-radiobutton-item .cl-text {
  padding: 0px 4px 0px 0px;
}
.cl-radiobutton.cl-iconalign-top .cl-radiobutton-item .cl-radiobutton-icon {
  margin: 0px;
}
.cl-radiobutton.cl-iconalign-top .cl-radiobutton-item .cl-text {
  padding: 4px 0px 0px 0px;
}
.cl-radiobutton.cl-iconalign-bottom .cl-radiobutton-item .cl-radiobutton-icon {
  margin: 0px;
}
.cl-radiobutton.cl-iconalign-bottom .cl-radiobutton-item .cl-text {
  padding: 0px 0px 4px 0px;
}
.cl-radiobutton.cl-iconalign-none .cl-radiobutton-item .cl-text {
  padding: 0px;
}
.cl-radiobutton.cl-flow {
  vertical-align: middle;
}
/* 체크 박스 */
.cl-checkbox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 아이콘 정렬을 설정 */
  /* 체크 박스 텍스트 */
  /* 체크박스 아이콘 스타일 */
  /* 체크박스 hover시 아이콘 스타일 */
  /* 체크된 체크박스 아이콘 스타일 */
  /* disabled 체크박스 스타일 */
  /* 체크박스 focus 스타일 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
  /* fixedWidth설정시 .cl-checkbox-icon의 width와 같은 값으로 설정 */
}
.cl-checkbox .cl-icon-wrapper {
  vertical-align: middle;
}
.cl-checkbox .cl-text {
  padding: 0px 0px 0px 4px;
  /* 말줄임 style 적용(한줄) */
  /* 여러 줄 style 적용 */
}
.cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 13px;
  width: 13px;
  min-height: 13px;
  margin: 1px;
}
.cl-checkbox:hover .cl-checkbox-icon,
.cl-checkbox.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-checkbox.cl-checked {
  /* 체크된 체크박스 hover시 아이콘 스타일 */
}
.cl-checkbox.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-checkbox.cl-checked:hover .cl-checkbox-icon,
.cl-checkbox.cl-checked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-checkbox.cl-disabled {
  /* disabled 체크박스 hover시 아이콘 스타일 */
  /* 체크된 disabled 체크박스 아이콘 스타일 */
}
.cl-checkbox.cl-disabled .cl-text {
  color: #74788d;
}
.cl-checkbox.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkbox.cl-disabled:hover .cl-checkbox-icon,
.cl-checkbox.cl-disabled.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkbox.cl-disabled.cl-checked {
  /* 체크된 disabled 체크박스 hover시 아이콘 스타일 */
}
.cl-checkbox.cl-disabled.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkbox.cl-disabled.cl-checked:hover .cl-checkbox-icon,
.cl-checkbox.cl-disabled.cl-checked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkbox.cl-partialchecked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-checkbox.cl-partialchecked:hover .cl-checkbox-icon,
.cl-checkbox.cl-partialchecked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-checkbox.cl-partialchecked.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkbox.cl-partialchecked.cl-disabled:hover .cl-checkbox-icon,
.cl-checkbox.cl-partialchecked.cl-disabled.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkbox.cl-iconalign-right .cl-text {
  padding: 0px 4px 0px 0px;
}
.cl-checkbox.cl-iconalign-top .cl-text {
  padding: 4px 0px 0px 0px;
}
.cl-checkbox.cl-iconalign-bottom .cl-text {
  padding: 0px 0px 4px 0px;
}
.cl-checkbox.cl-iconalign-none .cl-text {
  padding: 0px;
}
.cl-checkbox.cl-fixedWidth .cl-icon-wrapper {
  width: 13px;
}
/* 체크박스그룹 */
.cl-checkboxgroup {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  /* 체크박스그룹 focus 스타일 */
  /* disabled 체크박스그룹 스타일 */
  /* 체크박스그룹에 체크박스 스타일 */
  /* fixedWidth를 고정값으로 설정시 .cl-checkbox-icon의 width와 같은 값으로 설정 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
}
.cl-checkboxgroup.cl-focus {
  /* 체크박스그룹 내에 focus를 받은 체크박스 focus 아이콘 스타일 */
}
.cl-checkboxgroup.cl-disabled {
  color: #74788d;
  /* disabled 체크박스그룹에 체크박스 스타일 */
}
.cl-checkboxgroup.cl-disabled .cl-checkbox {
  /* disabled 체크박스그룹에 체크박스 hover시 아이콘 스타일 */
  /* disabled 체크박스그룹 내에 체크된 체크박스 아이콘 스타일 */
}
.cl-checkboxgroup.cl-disabled .cl-checkbox .cl-text {
  color: #74788d;
}
.cl-checkboxgroup.cl-disabled .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkboxgroup.cl-disabled .cl-checkbox:hover .cl-checkbox-icon,
.cl-checkboxgroup.cl-disabled .cl-checkbox.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkboxgroup.cl-disabled .cl-checkbox.cl-checked {
  /* disabled 체크박스그룹 내에 체크된 체크박스 hover시 아이콘 스타일 */
}
.cl-checkboxgroup.cl-disabled .cl-checkbox.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkboxgroup.cl-disabled .cl-checkbox.cl-checked:hover .cl-checkbox-icon,
.cl-checkboxgroup.cl-disabled .cl-checkbox.cl-checked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkboxgroup .cl-checkbox {
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 체크박스그룹에 체크박스 hover시 아이콘 스타일 */
  /* 체크박스그룹에 체크된 체크박스 아이콘 스타일 */
  /* 체크박스그룹에 disabled 체크박스 스타일 */
}
.cl-checkboxgroup .cl-checkbox:hover .cl-checkbox-icon,
.cl-checkboxgroup .cl-checkbox.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-checked {
  /* 체크박스그룹에 체크된 체크박스 hover시 아이콘 스타일 */
}
.cl-checkboxgroup .cl-checkbox.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-checked:hover .cl-checkbox-icon,
.cl-checkboxgroup .cl-checkbox.cl-checked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-disabled {
  color: #74788d;
  /* 체크박스그룹에 disabled 체크박스 hover시 아이콘 스타일 */
  /* 체크박스그룹에 disabled 체크된 체크박스 아이콘 스타일 */
}
.cl-checkboxgroup .cl-checkbox.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-disabled:hover .cl-checkbox-icon,
.cl-checkboxgroup .cl-checkbox.cl-disabled.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_d.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-disabled.cl-checked {
  /* 체크박스그룹에 disabled 체크된 체크박스 hover시 아이콘 스타일 */
}
.cl-checkboxgroup .cl-checkbox.cl-disabled.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkboxgroup .cl-checkbox.cl-disabled.cl-checked:hover .cl-checkbox-icon,
.cl-checkboxgroup .cl-checkbox.cl-disabled.cl-checked.cl-hover .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.svg");
}
.cl-checkboxgroup.cl-fixedWidth .cl-checkbox .cl-icon-wrapper {
  width: 13px;
}
.cl-checkboxgroup.cl-iconalign-right .cl-checkbox .cl-text {
  padding: 0px 4px 0px 0px;
}
.cl-checkboxgroup.cl-iconalign-top .cl-checkbox .cl-text {
  padding: 4px 0px 0px 0px;
}
.cl-checkboxgroup.cl-iconalign-bottom .cl-checkbox .cl-text {
  padding: 0px 0px 4px 0px;
}
.cl-checkboxgroup.cl-iconalign-none .cl-checkbox .cl-text {
  padding: 0px;
}
.cl-checkboxgroup.cl-flow {
  vertical-align: middle;
}
/* 마스크 에디터 루트 */
.cl-maskeditor {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  /* 마스크 에디터 텍스트 */
  /* 마스크 에디터 - 포커스 */
  /* 마스크 에디터 - disabled */
  /* 마스크 에디터 - 클리어 버튼 */
}
.cl-maskeditor .cl-text {
  padding: 0px 4px;
}
.cl-maskeditor .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-maskeditor.cl-focus {
  border-color: #4680ff;
}
.cl-maskeditor.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-maskeditor .cl-maskeditor-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-maskeditor:not(.cl-disabled) {
  /* 클리어 버튼 hover, active 상태 */
}
.cl-maskeditor:not(.cl-disabled) .cl-maskeditor-clear:hover,
.cl-maskeditor:not(.cl-disabled) .cl-maskeditor-clear:active {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  opacity: 1;
}
/* 콤보 박스 루트 */
.cl-combobox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 0;
  padding: 0 0;
  background: none;
  border-bottom: 1px solid #ccc;
  /*
	background-image: @component-background-image;
	background-color: @input-background-color;
	border: @input-border-base;
	border-radius: @input-border-radius;
	color: @input-text-color;
	*/
  /*선택된 아이템의 아이콘*/
  /* 콤보 박스 펼침 버튼 */
  /* 콤보박스 리스트 열린 위치에 따른 스타일 */
  /* 포커스 상태 */
  /* 콤보박스 readOnly 상태*/
  /* 콤보 박스 disabled 상태 */
}
.cl-combobox .cl-text {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-wrap;
  word-break: keep-all;
  /* preventInput속성일때 스타일*/
}
.cl-combobox .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-combobox .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_dropdown.svg");
  background-size: 10px;
  padding: 0px 4px 0px 0px;
  width: 10px;
}
.cl-combobox.cl-focus {
  border-color: #4680ff;
}
.cl-combobox.cl-readonly {
  /* 콤보 박스 펼침 버튼 */
}
.cl-combobox.cl-readonly .cl-text {
  cursor: text;
}
.cl-combobox.cl-readonly .cl-combobox-button {
  cursor: default;
  background-image: none !important;
  width: 0px !important;
}
.cl-combobox.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-combobox .locale-lng .cl-icon {
  cursor: pointer;
  background-size: 30px;
  background-position: center;
  width: 38px;
}
.cl-combobox .locale-lng .cl-text {
  width: 0px;
  padding: 0px;
}
/* 콤보 박스 리스트 박스 */
.cl-combobox-list {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  padding: 4px 4px;
  /*리스트박스의 쉐도우*/
  /* 리스박스의 최대 높이*/
  /* 콤보 박스 리스트 아이템 */
  /*체크박스 다중선택 리스트박스 스타일*/
}
.cl-combobox-list.cl-popup {
  box-shadow: 0px 4px 6px -1px #d9dae0, 0px 2px 4px -2px #d9dae0;
}
.cl-combobox-list.cl-top {
  /* 콤보박스 위에 표시될때 상태 */
  margin-top: -4px;
}
.cl-combobox-list.cl-top.cl-popup {
  box-shadow: 0px -4px 6px -1px #d9dae0, 0px -2px 4px -2px #d9dae0;
}
.cl-combobox-list.cl-bottom {
  /* 콤보박스 아래에 표시될때 상태 */
  margin-top: 4px;
}
.cl-combobox-list .cl-viewport {
  max-height: 240px;
}
.cl-combobox-list .cl-combobox-item {
  border-radius: 2px;
  padding: 2px 8px 2px 8px;
  height: auto;
  min-height: 24px;
  /* 콤보 박스 리스트 아이템 체크박스 */
  /* 콤보 박스 리스트 아이템 아이콘 */
  /* 콤보 박스 리스트 아이템 텍스트 */
  /* 콤보 박스 리스트 아이템 - 선택 됨 */
  /* disabled 상태 콤보 박스 리스트 아이템 */
}
.cl-combobox-list .cl-combobox-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 13px;
  width: 13px;
}
.cl-combobox-list .cl-combobox-item .cl-checkbox + .cl-text {
  padding-left: 4px;
}
.cl-combobox-list .cl-combobox-item .cl-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-combobox-list .cl-combobox-item .cl-text {
  padding: 0px;
}
.cl-combobox-list .cl-combobox-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-combobox-list .cl-combobox-item.cl-disabled {
  color: #74788d;
  /* disabled 상태에서 선택된 콤보 박스 리스트 아이템 */
}
.cl-combobox-list .cl-combobox-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-combobox-list .cl-combobox-item:not(.cl-disabled) {
  /* 콤보 박스 리스트 아이템 - 호버 */
}
.cl-combobox-list .cl-combobox-item:not(.cl-disabled):not(.cl-selected):hover,
.cl-combobox-list .cl-combobox-item:not(.cl-disabled):not(.cl-selected).cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem {
  padding: 0px 8px 0px 4px;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon {
  /*트리 확장 아이콘 스타일*/
  background-size: 11px;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 12px;
  width: 14px;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-checkbox.cl-partialchecked {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-expanded .cl-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-expanded.cl-selected .cl-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-collapsed .cl-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-collapsed.cl-selected .cl-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-line {
  background-image: url("images/controls/tree/ic_treeline.png");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon-line {
  background-image: url("images/controls/tree/ic_treeline_child.png");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-last .cl-treeicon-line {
  background-image: url("images/controls/tree/ic_treeline_last.png");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-first .cl-treeicon-line {
  background-image: url("images/controls/tree/ic_treeline_first.png");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-first.cl-last .cl-treeicon-line {
  background-image: url("images/controls/tree/ic_treeline_alone.png");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-text {
  padding: 0px 0px 0px 4px;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-line,
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon,
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon-line {
  padding: 0px;
}
.cl-combobox-list.cl-multi-select .cl-combobox-item:not(.cl-disabled).cl-selected:hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-combobox-list.cl-multi-select .cl-combobox-item:not(.cl-disabled).cl-hover.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-combobox-list.cl-multi-select .cl-combobox-item.cl-treeitem.cl-expanded.cl-selected .cl-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-combobox-list.cl-multi-select .cl-combobox-item.cl-treeitem.cl-collapsed.cl-selected .cl-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
/*메인 다국어 콤보*/
.locale-lng {
  border: 0px;
  /* 콤보 박스 리스트 아이템 */
}
.locale-lng .cl-combobox-item {
  padding: 2px 0px 2px 0px;
}
.locale-lng .cl-combobox-item.cl-selected {
  background-color: transparent;
}
.locale-lng .cl-combobox-item .cl-icon {
  background-size: 28px;
  background-position: center;
  width: 30px;
}
.locale-lng .cl-combobox-item .cl-text {
  width: 0px;
  padding: 0px;
}
.locale-lng .cl-icon {
  background-size: 38px;
  background-position: center;
  width: 40px;
}
/* 링크드 콤보 박스 루트 */
.cl-linkedcombobox {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  /* 콤보 박스 */
  /* 콤보 박스 - 포커스 상태 */
  /* 콤보 박스 - disabled 상태 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  width: 100px;
  /*선택된 아이템의 아이콘*/
  /* 콤보 박스 인풋 텍스트 */
  /* 콤보 박스 펼침 버튼 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-text {
  padding: 0px 4px;
  /* preventInput속성일때 스타일*/
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-linkedcombobox-button {
  background-image: url("images/controls/combobox/ic_btn_dropdown.svg");
  background-size: 10px;
  margin: 0px 4px 0px 0px;
  width: 10px;
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-focus {
  border-color: #4680ff;
}
.cl-linkedcombobox.cl-disabled {
  color: #74788d;
  /* 콤보 박스 펼침 버튼 - disabled 상태 */
}
.cl-linkedcombobox.cl-disabled .cl-linkedcombobox-combo {
  background-color: #eff2f7;
  border-color: #ced4da;
}
.cl-linkedcombobox.cl-disabled .cl-linkedcombobox-button {
  background-image: url("images/controls/combobox/ic_btn_dropdown.svg");
}
/* 콤보 박스 리스트 박스 */
.cl-linkedcombobox-list {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  padding: 4px 4px;
  /*리스트박스의 쉐도우*/
  /* 콤보 박스 아이템 */
}
.cl-linkedcombobox-list.cl-popup {
  box-shadow: 0px 4px 6px -1px #d9dae0, 0px 2px 4px -2px #d9dae0;
}
.cl-linkedcombobox-list.cl-top {
  /* 콤보박스 위에 표시될때 상태 */
  margin-top: -6px;
}
.cl-linkedcombobox-list.cl-top.cl-popup {
  box-shadow: 0px -4px 6px -1px #d9dae0, 0px -2px 4px -2px #d9dae0;
}
.cl-linkedcombobox-list.cl-bottom {
  /* 콤보박스 아래에 표시될때 상태 */
  margin-top: 6px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item {
  border-radius: 2px;
  padding: 2px 8px 2px 8px;
  height: auto;
  min-height: 24px;
  /* 콤보 박스 아이템 아이콘 */
  /* 콤보 박스 아이템 텍스트 */
  /* 콤보 박스 아이템 드릴다운 아이콘 */
  /* 콤보 박스 아이템 리프 아이콘 */
  /* 콤보 박스 아이템 - 선택됨 */
  /* 콤보 박스 아이템 - disabled 상태 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item .cl-text {
  padding: 0px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item .cl-linkedcombobox-arrow.cl-folder {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
  background-size: 6px;
  width: 6px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item .cl-linkedcombobox-arrow.cl-leaf {
  width: 0px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
  /* 콤보 박스 아이템 드릴 다운 아이콘 - 선택됨 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-selected .cl-linkedcombobox-arrow.cl-folder {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-disabled {
  color: #74788d;
  /* 콤보 박스 아이템 - 선택됨, disabled 상태 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item:not(.cl-disabled) {
  /* 콤보 박스 아이템 - 호버 상태 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item:not(.cl-disabled):not(.cl-selected):hover,
.cl-linkedcombobox-list .cl-linkedcombobox-item:not(.cl-disabled):not(.cl-selected).cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
/* 다이얼로그 루트 */
.cl-dialog {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  /* 다이얼로그 헤더 */
}
.cl-dialog .cl-dialog-header {
  background-color: #5b6b79;
  color: #ffffff;
  border-bottom-color: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 16px;
  /* 다이얼로그 헤더 텍스트 */
  /* 다이얼로그 닫기 버튼 */
  /* 다이얼로그 닫기 버튼 - 호버 */
  /* 다이얼로그 닫기 버튼 - 액티브 */
  /* 다이얼로그 최소화 버튼 */
  /* 다이얼로그 최소화 버튼 - 액티브 */
  /* 다이얼로그 최대화 버튼 */
  /* 다이얼로그 최대화 버튼 - 액티브 */
  /* 다이얼로그 복구 버튼 */
  /* 다이얼로그 복구 버튼 - 액티브 */
}
.cl-dialog .cl-dialog-header .cl-text {
  padding: 5px 0px 6px 0px;
}
.cl-dialog .cl-dialog-header .cl-dialog-close,
.cl-dialog .cl-dialog-header .cl-dialog-min,
.cl-dialog .cl-dialog-header .cl-dialog-max,
.cl-dialog .cl-dialog-header .cl-dialog-restore {
  background-size: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  width: 32px;
}
.cl-dialog .cl-dialog-header .cl-dialog-close {
  background-image: url("images/controls/dialog/ic_btn_close_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-close:hover {
  background-image: url("images/controls/dialog/ic_btn_close_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-close:active {
  background-image: url("images/controls/dialog/ic_btn_close_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-min {
  background-image: url("images/controls/dialog/ic_btn_min_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-min:active {
  background-image: url("images/controls/dialog/ic_btn_min_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-max {
  background-image: url("images/controls/dialog/ic_btn_max_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-max:active {
  background-image: url("images/controls/dialog/ic_btn_max_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-restore {
  background-image: url("images/controls/dialog/ic_btn_restore_w.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-restore:active {
  background-image: url("images/controls/dialog/ic_btn_restore_w.svg");
}
.cl-dialog .cl-dialog-body {
  background-color: transparent;
}
.cl-overlay {
  background-color: rgba(28, 55, 90, 0.16);
}
/* 트리 */
.cl-tree {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  /* 트리 아이템 */
  /* 트리 - focus */
  /* 트리 다중 선택 */
  /* 트리 아이템간 라인*/
}
.cl-tree .cl-tree-list {
  padding: 4px 4px;
}
.cl-tree .cl-tree-item {
  border-radius: 2px;
  min-height: 24px;
  padding: 2px 8px;
  /* 트리 아이템 체크박스 아이콘 */
  /* 트리 셀렉션 체크박스 아이콘 */
  /* 트리 아이템 아이콘 영역 */
  /* 트리 아이템의 펼치고 접혀지는 아이콘 영역*/
  /* 트리 아이템 텍스트 */
  /*텍스트 편집 상자*/
  /*트리아이템 뱃지 스타일*/
  /* 트리 아이템 - disabled */
  /* 트리 아이템 - selected */
}
.cl-tree .cl-tree-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 12px;
  width: 14px;
}
.cl-tree .cl-tree-item .cl-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-tree .cl-tree-item .cl-checkbox.cl-partialchecked {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-tree .cl-tree-item .cl-tree-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 12px;
  width: 20px;
}
.cl-tree .cl-tree-item .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_file.svg");
  background-size: 12px;
  width: 14px;
  margin-left: 4px;
}
.cl-tree .cl-tree-item .cl-tree-treeicon {
  background-size: 11px;
  width: 11px;
}
.cl-tree .cl-tree-item .cl-tree-treeicon + .cl-tree-checkbox,
.cl-tree .cl-tree-item .cl-tree-treeicon + .cl-checkbox {
  margin-left: 4px;
}
.cl-tree .cl-tree-item .cl-text {
  padding: 0px 0px 0px 4px;
}
.cl-tree .cl-tree-item.cl-checked {
  /* 트리 아이템 체크박스 아이콘 - 선택됨*/
}
.cl-tree .cl-tree-item.cl-checked > .cl-tree-checkbox {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-tree .cl-tree-item.cl-partialchecked {
  /* 트리 아이템 체크박스 아이콘 - 부분 선택됨 */
}
.cl-tree .cl-tree-item.cl-partialchecked > .cl-tree-checkbox {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-tree .cl-tree-item.cl-folder {
  /* 트리 아이템 폴더 아이콘*/
  /* 트리 아이템 폴더 아이콘 - 펼쳐짐*/
  /* 트리 아이템 폴더 아이콘 - 접힘 */
}
.cl-tree .cl-tree-item.cl-folder .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_folder.svg");
  background-size: 16px;
}
.cl-tree .cl-tree-item.cl-folder.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-tree .cl-tree-item.cl-folder.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-tree .cl-tree-item.cl-disabled {
  color: #74788d;
  /* 트리 아이템 - disabled, selected */
}
.cl-tree .cl-tree-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-tree .cl-tree-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-tree .cl-tree-item.cl-selected.cl-folder {
  /* 트리 아이템 폴더 펼쳐짐 아이콘 - selected */
  /* 트리 아이템 폴더 점힘 아이콘 - selected */
}
.cl-tree .cl-tree-item.cl-selected.cl-folder.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-tree .cl-tree-item.cl-selected.cl-folder.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-tree.cl-focus {
  border-color: #4680ff;
}
.cl-tree.cl-multi-select .cl-tree-item.cl-checked.cl-selected.cl-hover {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-tree.cl-tree-lines .cl-tree-item {
  padding: 0px 8px 0px 4px;
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-treeicon {
  background-size: 11px;
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-expanded.cl-selected > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-collapsed.cl-selected > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-line {
  background-image: url("images/controls/tree/ic_treeline.png");
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-iconline {
  background-image: url("images/controls/tree/ic_treeline_child.png");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-last .cl-tree-iconline {
  background-image: url("images/controls/tree/ic_treeline_last.png");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-first .cl-tree-iconline {
  background-image: url("images/controls/tree/ic_treeline_first.png");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-first.cl-last .cl-tree-iconline {
  background-image: url("images/controls/tree/ic_treeline_alone.png");
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-text {
  padding: 0px 0px 0px 4px;
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-line,
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-treeicon {
  padding: 0px;
}
.cl-tree:not(.cl-tree-lines) .cl-tree-treeicon {
  background-position: right center;
  width: 18px;
}
.cl-tree:not(.cl-disabled) .cl-tree-item:not(.cl-disabled) {
  /* 트리 아이템 - hover */
  /* 드래그 아이템 위치에 따른 표시 */
  /* 드래그 아이템 위치에 따른 표시 */
  /* 드래그 아이템 위치에 따른 표시 */
}
.cl-tree:not(.cl-disabled) .cl-tree-item:not(.cl-disabled):not(.cl-selected).cl-hover,
.cl-tree:not(.cl-disabled) .cl-tree-item:not(.cl-disabled):not(.cl-selected):hover {
  background-color: #f3f5f7;
  color: #212529;
}
/* 트리 - disabled */
.cl-tree.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  /* 트리 아이템 - disabled, selected */
}
.cl-tree.cl-disabled .cl-tree-item .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_file.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_folder.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
/* 그리드 */
.cl-grid {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-width: 1px 0px;
  border-top-color: #bbc9dc;
  border-radius: 0px;
  color: #212529;
  min-height: 27px;
  /* 그리드 헤더 */
  /* 그리드 푸터 */
  /* 그리드 헤더 외곽 영역 */
  /* 그리드 디테일 외곽 영역 */
  /* 그리드 푸터 외곽 영역 */
  /* 왼쪽 틀고정된 그리드의 스타일 */
  /* 오른쪽 틀고정된 그리드의 스타일 */
  /* 스플릿 상단 그리드 래퍼 */
  /* 스플릿 하단 그리드 래퍼 */
  /* noDataMessage 보여질 때 해당 텍스트영역 스타일 */
}
.cl-grid.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-grid .cl-grid-header {
  background-image: none;
  background-color: #eef3fb;
  /* 그리드 헤더 셀 */
  /*
		 @deprecated (header의 sortColumnName속성)
		 그리드 헤더 셀 소트 인디케이터
		 */
  /* 그리드 헤더 셀 필터 인디케이터 */
  /* 그리드 헤더 셀이 소트가능 한 셀일 때 스타일 */
}
.cl-grid .cl-grid-header .cl-grid-cell {
  color: #212529;
  font-weight: 500;
  /* 그리드 헤더 셀에 임베딩 된 컨트롤 */
}
.cl-grid .cl-grid-header .cl-grid-cell .cl-control {
  font-weight: 500;
}
.cl-grid .cl-grid-header .cl-sort {
  background-position: left center;
  background-size: 8px;
  width: 12px;
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 가능 */
  /* 그리드 헤더 셀 소트 인디케이터 - 오름차순 정렬됨 */
  /* 그리드 헤더 셀 소트 인디케이터 - 내림차순 정렬됨 */
}
.cl-grid .cl-grid-header .cl-sort.cl-sortable {
  background-image: url("images/controls/grid/ic_sort.svg");
}
.cl-grid .cl-grid-header .cl-sort.cl-sort-asc {
  background-image: url("images/controls/grid/ic_sort_asc.svg");
}
.cl-grid .cl-grid-header .cl-sort.cl-sort-desc {
  background-image: url("images/controls/grid/ic_sort_desc.svg");
}
.cl-grid .cl-grid-header .cl-sort + .cl-grid-cell-inherit {
  padding-left: 12px;
}
.cl-grid .cl-grid-header .cl-filter {
  background-image: url("images/controls/grid/ic_filter.svg");
  background-size: 10px;
  background-position: left center;
  width: 14px;
  /* 그리드 헤더 셀 필터 인디케이터에 마우스가 호버되었을 때 스타일 */
  /* 그리드 헤더 셀 필터 인디케이터 - 필터되었을 때 스타일 */
  /* 싱글 또는 멀티 소트와 함께 사용 시 헤더 셀의 위치를 조정 */
}
.cl-grid .cl-grid-header .cl-filter:hover {
  background-image: url("images/controls/grid/ic_filter.svg");
}
.cl-grid .cl-grid-header .cl-filter.cl-filtered {
  background-image: url("images/controls/grid/ic_filter_on.svg");
}
.cl-grid .cl-grid-header .cl-filter + .cl-grid-cell-inherit:not(.cl-sortable-cell) {
  padding-left: 14px;
}
.cl-grid .cl-grid-header .cl-filter + .cl-sortable-cell {
  padding-left: 0px;
}
.cl-grid .cl-grid-header .cl-sortable-cell {
  /* 그리드 헤더 셀 소트 인디케이터 */
  /* 그리드 헤더 셀 소트 인디케이터 - 오름차순 정렬됨  */
  /* 그리드 헤더 셀 소트 인디케이터 - 내림차순 정렬됨  */
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort {
  width: 12px;
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 가능한 아이콘 */
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 우선 순위 영역*/
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort .cl-sort-icon:before {
  content: "△";
  background-image: url("images/controls/grid/ic_sort.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  font-size: 10px;
  line-height: 1;
  color: transparent;
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort .cl-sort-seq {
  font-size: 10px;
  line-height: 1.2;
}
.cl-grid .cl-grid-header .cl-sortable-cell.cl-sort-asc {
  /* 그리드 헤더 셀 소트 인디케이터 - 오름차순 아이콘 */
}
.cl-grid .cl-grid-header .cl-sortable-cell.cl-sort-asc .cl-sort-icon:before {
  content: "▲";
  background-image: url("images/controls/grid/ic_sort_asc.svg");
}
.cl-grid .cl-grid-header .cl-sortable-cell.cl-sort-desc {
  /* 그리드 헤더 셀 소트 인디케이터 - 내림차순 아이콘 */
}
.cl-grid .cl-grid-header .cl-sortable-cell.cl-sort-desc .cl-sort-icon:before {
  content: "▼";
  background-image: url("images/controls/grid/ic_sort_desc.svg");
}
.cl-grid .cl-grid-footer {
  background-color: #cadbf2;
  border-top: 1px solid #ced4da;
  font-weight: 500;
}
.cl-grid .cl-grid-footer .cl-grid-cell {
  border-color: #eff6ff;
  color: #212529;
}
.cl-grid .cl-grid-footer .cl-grid-cell .cl-control {
  font-weight: 500;
}
.cl-grid .cl-grid-footer .cl-grid-cell .cl-control .cl-text {
  padding: 0px 4px;
}
.cl-grid .cl-grid-header {
  /* 디테일에 스크롤이 생길시 우측에 생기는 빈 영역 */
}
.cl-grid .cl-grid-header .cl-blank {
  background-color: #f1f1f1;
}
.cl-grid .cl-grid-detail {
  /* 디테일에 스크롤이 생길시 우측하단에 생기는 빈 영역 */
}
.cl-grid .cl-grid-detail .cl-blank {
  background-color: #f1f1f1;
}
.cl-grid .cl-grid-footer {
  /* 디테일에 스크롤이 생길시 우측에 생기는 빈 영역 */
}
.cl-grid .cl-grid-footer .cl-blank {
  background-color: #f1f1f1;
}
.cl-grid.cl-leftsplit {
  /* 스플릿 시 좌측 그리드 래퍼 */
}
.cl-grid.cl-leftsplit .cl-grid-centersplit {
  border-left: 1px solid #ced4da;
}
.cl-grid.cl-rightsplit {
  /* 스플릿 시 우측 그리드 래퍼 */
}
.cl-grid.cl-rightsplit .cl-grid-centersplit {
  border-right: 1px solid #ced4da;
}
.cl-grid .cl-grid-topsplit {
  border-bottom: 3px double #ced4da;
}
.cl-grid .cl-grid-bottomsplit {
  border-top: 3px double #ced4da;
}
.cl-grid .cl-nodatamsg {
  color: #74788d;
  vertical-align: middle;
}
/* 그리드 필터 사용시 필터 다이얼로그가 펼쳐지는 영역 스타일*/
.cl-gridfilter {
  /* 필터 다이얼로그 뒤에 비활성화 영역을 표현하기 위해 덮히는 막 */
  /* 필터 다이얼로그 */
}
.cl-gridfilter.cl-overlay {
  background-color: rgba(28, 55, 90, 0.16);
}
.cl-gridfilter .cl-filterdlg {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0px;
  padding: 0px;
  width: 280px;
  height: 260px;
  /* 필터 다이얼로그 - 타이틀 영역 */
  /* 필터 다이얼로그 - 필터 찾기 영역 */
  /* 필터 다이얼로그 - 필터 아이템 리스트 영역 */
  /* 필터 다이얼로그 - 하단에 버튼 영역 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header {
  background-image: none;
  background-color: transparent;
  padding: 8px 12px 4px;
  border-spacing: 4px 0px;
  /* 필터 다이얼로그 - 타이틀 영역의 글자 스타일 */
  /* 필터 다이얼로그 - 타이틀 영역의 닫기 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-text {
  padding-left: 0px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable {
  background-image: url("images/controls/grid/ic_dlg_sort.svg");
  background-position: center;
  background-size: 12px;
  background-color: #e9efff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable.cl-filterdlg-asc {
  background-image: url("images/controls/grid/ic_dlg_sort_acs.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable.cl-filterdlg-desc {
  background-image: url("images/controls/grid/ic_dlg_sort_desc.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-close {
  background-image: url("images/controls/dialog/ic_btn_close.svg");
  background-size: 10px;
  background-position: right center;
  width: 14px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search {
  border-top: 1px solid #ced4da;
  margin: 0px 16px 4px 16px;
  padding: 8px 0px 0px 0px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search .cl-search-input {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  font-size: 12px;
  height: 24px;
  padding: 0px 8px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search .cl-search-input:focus {
  border-color: #4680ff;
  outline: none;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist {
  margin: 0px 16px 0px 15px;
  /* 필터 다이얼로그 - 필터 아이템 리스트 영역의 아이템 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item {
  height: 20px;
  /* 필터 다이얼로그 - 아이템 체크박스 스타일 */
  /* 필터 다이얼로그 - 아이템 체크박스가 체크되었을 때의 스타일 */
  /* 필터 다이얼로그 - 아이템 글자 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
  width: 14px;
  min-height: 14px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item .cl-text {
  padding-left: 4px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons {
  background-color: #f5f6f7;
  border-top: 1px solid #dfe2e7;
  margin: 0px;
  padding: 0px 5px;
  height: 36px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  /* 필터 다이얼로그 - 하단에 버튼 영역의 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button {
  border-radius: 4px;
  height: 24px;
  margin-left: 4px;
  padding: 2px 8px !important;
  /* 필터 다이얼로그 - 버튼 영역의 확인 버튼 스타일 */
  /* 필터 다이얼로그 - 버튼 영역의 취소 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select {
  background-color: #4680ff;
  border-color: #4680ff;
  color: #ffffff;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select:not(.cl-disabled):hover,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select:focus,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select.cl-focus {
  background-color: #3c6dd9;
  border-color: #3c6dd9;
  color: #ffffff;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select:not(.cl-disabled).cl-activated,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select:not(.cl-disabled):active {
  background-color: #3866cc;
  border-color: #3866cc;
  color: #ffffff;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #212529;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel:not(.cl-disabled):hover,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel:focus,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel.cl-focus {
  background-color: #f1f5fb;
  border-color: #ced4da;
  color: #212529;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel:not(.cl-disabled).cl-activated,
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel:not(.cl-disabled):active {
  background-color: #eef3fc;
  border-color: #ced4da;
  color: #212529;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-checkbox {
  font-size: 12px;
  margin: 0px auto 0px 0px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
  width: 14px;
  min-height: 14px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-checkbox.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
/* 행 스타일 */
.cl-grid-row {
  /* 보기 모드의 로우 */
  /* 홀수 로우 */
  /* 짝수 로우 */
  /* 추가된 로우 */
  /* 수정된 로우 */
  /* 삭제된 로우 */
  /* 추가 후 삭제된 로우*/
  /* 선택된 로우 - 보기 모드 */
  /* 편집중인 로우 */
  /* 체크된 로우 */
  /* 행 그룹시 그룹의 헤더 */
  /* 행 그룹시 그룹의 푸터 */
}
.cl-grid-row.move-color-turbomax {
  background-color: #FFFFFF !important;
}
.cl-grid-row.move-color-turbomax:hover {
  color: #5bcaf4;
}
.cl-grid-row.cl-inserted {
  background-color: rgba(206, 236, 255, 0.32);
  color: #212529;
}
.cl-grid-row.cl-inserted .cl-default-cell,
.cl-grid-row.cl-inserted .cl-inputbox,
.cl-grid-row.cl-inserted .cl-output,
.cl-grid-row.cl-inserted .cl-maskeditor,
.cl-grid-row.cl-inserted .cl-numbereditor,
.cl-grid-row.cl-inserted .cl-dateinput,
.cl-grid-row.cl-inserted .cl-textarea,
.cl-grid-row.cl-inserted .cl-combobox,
.cl-grid-row.cl-inserted .cl-treecell,
.cl-grid-row.cl-inserted .cl-fileinput,
.cl-grid-row.cl-inserted .cl-searchinput {
  font-weight: 400;
}
.cl-grid-row.cl-modified {
  background-color: rgba(253, 229, 192, 0.36);
  color: #212529;
}
.cl-grid-row.cl-modified .cl-default-cell,
.cl-grid-row.cl-modified .cl-inputbox,
.cl-grid-row.cl-modified .cl-output,
.cl-grid-row.cl-modified .cl-maskeditor,
.cl-grid-row.cl-modified .cl-numbereditor,
.cl-grid-row.cl-modified .cl-dateinput,
.cl-grid-row.cl-modified .cl-textarea,
.cl-grid-row.cl-modified .cl-combobox,
.cl-grid-row.cl-modified .cl-treecell,
.cl-grid-row.cl-modified .cl-fileinput,
.cl-grid-row.cl-modified .cl-searchinput {
  font-weight: 400;
}
.cl-grid-row.cl-deleted {
  background-color: rgba(231, 235, 238, 0.8);
  color: #adb5bd;
}
.cl-grid-row.cl-deleted .cl-default-cell,
.cl-grid-row.cl-deleted .cl-inputbox,
.cl-grid-row.cl-deleted .cl-output,
.cl-grid-row.cl-deleted .cl-maskeditor,
.cl-grid-row.cl-deleted .cl-numbereditor,
.cl-grid-row.cl-deleted .cl-dateinput,
.cl-grid-row.cl-deleted .cl-button,
.cl-grid-row.cl-deleted .cl-textarea,
.cl-grid-row.cl-deleted .cl-combobox,
.cl-grid-row.cl-deleted .cl-treecell,
.cl-grid-row.cl-deleted .cl-fileinput,
.cl-grid-row.cl-deleted .cl-searchinput,
.cl-grid-row.cl-deleted .cl-checkbox,
.cl-grid-row.cl-deleted .cl-radiobutton {
  font-style: normal;
}
.cl-grid-row.cl-deleted .cl-default-cell .cl-text,
.cl-grid-row.cl-deleted .cl-inputbox .cl-text,
.cl-grid-row.cl-deleted .cl-output .cl-text,
.cl-grid-row.cl-deleted .cl-maskeditor .cl-text,
.cl-grid-row.cl-deleted .cl-numbereditor .cl-text,
.cl-grid-row.cl-deleted .cl-dateinput .cl-text,
.cl-grid-row.cl-deleted .cl-button .cl-text,
.cl-grid-row.cl-deleted .cl-textarea .cl-text,
.cl-grid-row.cl-deleted .cl-combobox .cl-text,
.cl-grid-row.cl-deleted .cl-treecell .cl-text,
.cl-grid-row.cl-deleted .cl-fileinput .cl-text,
.cl-grid-row.cl-deleted .cl-searchinput .cl-text,
.cl-grid-row.cl-deleted .cl-checkbox .cl-text,
.cl-grid-row.cl-deleted .cl-radiobutton .cl-text {
  color: #adb5bd;
}
.cl-grid-row.cl-nullified {
  background-color: rgba(231, 235, 238, 0.8);
  color: #adb5bd;
}
.cl-grid-row.cl-nullified .cl-default-cell,
.cl-grid-row.cl-nullified .cl-inputbox,
.cl-grid-row.cl-nullified .cl-output,
.cl-grid-row.cl-nullified .cl-maskeditor,
.cl-grid-row.cl-nullified .cl-numbereditor,
.cl-grid-row.cl-nullified .cl-dateinput,
.cl-grid-row.cl-nullified .cl-button,
.cl-grid-row.cl-nullified .cl-textarea,
.cl-grid-row.cl-nullified .cl-combobox,
.cl-grid-row.cl-nullified .cl-treecell,
.cl-grid-row.cl-nullified .cl-fileinput,
.cl-grid-row.cl-nullified .cl-searchinput {
  color: #adb5bd;
  font-style: normal;
}
.cl-grid-row.cl-selected {
  background-color: rgba(255, 217, 96, 0.32);
  color: #212529;
  /* 포커스 셀 */
}
.cl-grid-row.cl-editing {
  background-color: rgba(255, 217, 96, 0.32);
  color: #212529;
}
.cl-grid-row.cl-editing .cl-control.cl-output,
.cl-grid-row.cl-editing .cl-control.cl-default-cell {
  padding: 2px 4px;
}
.cl-grid-row.cl-rowgroup-header {
  background-color: transparent;
}
.cl-grid-row.cl-rowgroup-footer {
  background-color: #dee8f7;
}
.cl-grid-row.cl-rowgroup-footer .cl-grid-cell .cl-control {
  font-weight: 500;
}
.cl-grid-row.cl-rowgroup-footer .cl-grid-cell .cl-control .cl-text {
  padding: 0px 4px;
}
/* 모든 셀 스타일 */
.cl-grid-cell {
  border-right: 1px solid #e0e9f4;
  border-bottom: 1px solid #e0e9f4;
  /* columnType=checkbox, columnType=rowindex와 같이 그리드에서 기본 제공하는 컬럼 */
  /* 셀에 포함된 컨트롤 */
  /* 그룹 펼침/접힘 버튼 */
}
.cl-grid-cell.cl-last-column {
  border-right: none;
}
.cl-grid-cell .cl-builtin {
  /* columnType=checkbox */
  /* columnType=radio */
  /* columnType=rowindex */
}
.cl-grid-cell .cl-builtin.cl-checkbox .cl-checkbox-icon {
  margin: 0px;
}
.cl-grid-cell .cl-builtin.cl-radiobutton .cl-radiobutton-item {
  padding: 0px;
}
.cl-grid-cell .cl-expander {
  background-size: 11px;
  width: 11px;
  /* 그룹 접혀짐 버튼 */
  /* 그룹 펼쳐짐 버튼 */
}
.cl-grid-cell .cl-expander.cl-collapsed {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-grid-cell .cl-expander.cl-expanded {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
/* Grid 기본 셀 스타일 */
/* 트리셀 */
.cl-treecell {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  /* 트리셀 안에 트리 아이템 (트리셀에서 트리구조가 시작되는 영역) */
  /* 트리셀 - focus */
  /* 트리셀간 라인 */
}
.cl-treecell .cl-treecell-item {
  padding: 0px 8px;
  /* 트리 아이템 체크박스 아이콘 */
  /* 트리 아이템이 펼치고 접혀지는 아이콘 영역 */
  /* 트리 아이템의 아이콘 영역 */
  /* 트리 아이템의 텍스트 */
  /* 폴더형 트리 아이템 */
  /* 트리 아이템 - disabled */
}
.cl-treecell .cl-treecell-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 12px;
  width: 14px;
}
.cl-treecell .cl-treecell-item .cl-checkbox.cl-checked {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-treecell .cl-treecell-item .cl-checkbox.cl-partialchecked {
  background-image: url("images/controls/checkbox/ic_check_partial.svg");
}
.cl-treecell .cl-treecell-item .cl-treecell-treeicon {
  background-size: 11px;
  width: 11px;
}
.cl-treecell .cl-treecell-item .cl-treecell-treeicon + .cl-checkbox {
  margin-left: 4px;
}
.cl-treecell .cl-treecell-item .cl-treecell-itemicon {
  background-image: url("images/controls/tree/ic_file.svg");
  background-size: 12px;
  width: 14px;
  margin-left: 4px;
}
.cl-treecell .cl-treecell-item .cl-text {
  padding: 0px 0px 0px 4px;
  /* 트리 아이템의 인풋 영역 */
}
.cl-treecell .cl-treecell-item.cl-folder {
  /* 폴더형 트리 아이템의 아이콘 영역 */
  /* 폴더형 트리 아이템이 펼쳐졌을 때 펼치고 접혀지는 아이콘 영역 */
  /* 폴더형 트리 아이템이 접혀졌을 때 펼치고 접혀지는 아이콘 영역 */
}
.cl-treecell .cl-treecell-item.cl-folder .cl-treecell-itemicon {
  background-image: url("images/controls/tree/ic_folder.svg");
  background-size: 16px;
}
.cl-treecell .cl-treecell-item.cl-folder.cl-expanded > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-treecell .cl-treecell-item.cl-folder.cl-collapsed > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-treecell .cl-treecell-item.cl-disabled {
  color: #74788d;
}
.cl-treecell.cl-focus {
  border-color: #4680ff;
}
.cl-treecell.cl-treecell-lines {
  /* 트리셀라인 적용시 트리셀 아이템 */
}
.cl-treecell.cl-treecell-lines .cl-treecell-item {
  /* 트리라인의 확장/축소 아이콘 */
  /* 형제노드에 의해 라인만 있는 영역 */
  /* 현재 트리셀의 라인 영역 */
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-treeicon {
  background-size: 11px;
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-expanded > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-expanded.cl-selected > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_expanded.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-collapsed > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-collapsed.cl-selected > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_collapsed.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-line {
  background-image: url("images/controls/tree/ic_treeline.png");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-iconline {
  background-image: url("images/controls/tree/ic_treeline_child.png");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-last .cl-treecell-iconline {
  background-image: url("images/controls/tree/ic_treeline_last.png");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-first .cl-treecell-iconline {
  background-image: url("images/controls/tree/ic_treeline_first.png");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-first.cl-last .cl-treecell-iconline {
  background-image: url("images/controls/tree/ic_treeline_alone.png");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-text {
  padding: 0px 0px 0px 4px;
  white-space: normal;
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-line,
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-treeicon,
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-iconline {
  padding: 0px;
}
/* 트리셀이 enabled이고, 트리 아이템이 enabled일때 스타일 */
/* 트리셀 - disabled */
.cl-treecell.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  /* 트리셀 - disabled 의 트리 아이템 - selected */
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
/* 내비게이션 바 */
.cl-navigationbar {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  color: #212529;
  /* 상단 바 */
  /* 내비게이션 바 - 포커스 */
}
.cl-navigationbar .cl-navigationbar-prev,
.cl-navigationbar .cl-navigationbar-next {
  background-size: 6px;
  background-color: #f9fbfe;
  border: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}
.cl-navigationbar .cl-navigationbar-prev.cl-disabled,
.cl-navigationbar .cl-navigationbar-next.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
}
.cl-navigationbar .cl-navigationbar-prev {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
  background-position: calc(50% - 1px) center;
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-both {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-left {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-right {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-prev.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
}
.cl-navigationbar .cl-navigationbar-next {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
  background-position: calc(50% + 1px) center;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-both {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-left {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-right {
  border: 1px solid #ced4da;
}
.cl-navigationbar .cl-navigationbar-next.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
}
.cl-navigationbar .cl-navigationbar-bar {
  /* 내비게이션 바 아이템 */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item {
  /* 내비게이션 바 아이템 아이콘 */
  /* 내비게이션 바 아이템 텍스트 */
  /* 내비게이션 바 아이템 단축키*/
  /* 내비게이션 바 아이템 드랍다운 아이콘 */
  /* 내비게이션 바 아이템 - 호버 */
  /* 내비게이션 바 아이템 - 활성화 */
  /* 내비게이션 바 아이템 - disabled */
  /* 내비게이션 바 아이템 - 선택됨 */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item .cl-navigationbar-arrow {
  background-image: url("images/controls/combobox/ic_btn_dropdown.svg");
  background-size: 10px;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item:not(.cl-disabled) {
  /* 내비게이션 바 아이템 - 호버 */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item:not(.cl-disabled):not(.cl-selected):hover,
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item:not(.cl-disabled).cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-disabled {
  color: #74788d;
  /* 내비게이션 바 아이템 - 선택됨, disabled */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-selected .cl-navigationbar-arrow {
  background-image: url("images/controls/combobox/ic_btn_dropdown.svg");
}
.cl-navigationbar.cl-focus {
  border-color: #4680ff;
}
/* 내비게이션 바 드랍다운 메뉴 */
.cl-navigationbar-list {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  margin-top: -1px;
  padding: 4px 4px;
  /* megamenu 타입의 카테고리 */
  /* submenu의 up스크롤 버튼*/
  /* submenu의 down스크롤 버튼*/
  /* 내비게이션 바 드랍다운 메뉴 아이템 */
}
.cl-navigationbar-list .cl-navigationbar-category {
  /* 카테고리의 아이템 영역 */
}
.cl-navigationbar-list .cl-navigationbar-category .sub-items {
  /* 카테고리의 목록 아이템*/
}
.cl-navigationbar-list .cl-arrow-up,
.cl-navigationbar-list .cl-arrow-down {
  background-size: 10px;
}
.cl-navigationbar-list .cl-arrow-up:hover,
.cl-navigationbar-list .cl-arrow-down:hover,
.cl-navigationbar-list .cl-arrow-up.cl-disabled,
.cl-navigationbar-list .cl-arrow-down.cl-disabled {
  background-color: transparent;
}
.cl-navigationbar-list .cl-arrow-up {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-navigationbar-list .cl-arrow-up:hover {
  background-image: url("images/controls/numbereditor/ic_spin_up_on.svg");
}
.cl-navigationbar-list .cl-arrow-up.cl-disabled {
  background-image: url("images/controls/numbereditor/ic_spin_up.svg");
}
.cl-navigationbar-list .cl-arrow-down {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-navigationbar-list .cl-arrow-down:hover {
  background-image: url("images/controls/numbereditor/ic_spin_down_on.svg");
}
.cl-navigationbar-list .cl-arrow-down.cl-disabled {
  background-image: url("images/controls/numbereditor/ic_spin_down.svg");
}
.cl-navigationbar-list .cl-navigationbar-listitem {
  border-radius: 2px;
  color: #212529;
  /* 내비게이션 바 드랍다운 메뉴 아이템 텍스트 */
  /* 내비게이션 드랍다운 메뉴 아이템 - 활성화 */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - 호버 */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - disabled */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - 선택됨 */
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-icon-wrapper {
  width: 0px;
  /* 내비게이션 바 드랍다운 메뉴 아이템 아이콘 */
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-icon-wrapper .cl-navigationbar-icon {
  display: none;
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-arrow-wrapper {
  width: 10px;
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-arrow-wrapper .cl-navigationbar-arrow {
  background-size: 6px;
  width: 100%;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-folder > .cl-navigationbar-arrow-wrapper .cl-navigationbar-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-accesskey-wrapper {
  /* 내비게이션 바 드랍다운 메뉴 아이템 단축키 */
}
.cl-navigationbar-list .cl-navigationbar-listitem:not(.cl-disabled) {
  /* 내비게이션 드랍다운 메뉴 아이템 - 호버 */
}
.cl-navigationbar-list .cl-navigationbar-listitem:not(.cl-disabled):not(.cl-selected):hover,
.cl-navigationbar-list .cl-navigationbar-listitem:not(.cl-disabled).cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-disabled {
  color: #74788d;
  /* 내비게이션 바 드랍다운 메뉴 아이템 - disabled, 선택됨 */
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-selected {
  background-color: #edf2ff;
  color: #4680ff;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-selected.cl-folder > .cl-navigationbar-arrow-wrapper .cl-navigationbar-arrow {
  background-image: url("images/controls/combobox/ic_btn_right.svg");
}
/* fullmenu 타입 서브메뉴 */
.cl-navigationbar-fullmenu {
  /* 서브메뉴에서 나누어진 그룹 영역 */
}
/* 탭 폴더 - disabled */
/* 탭 폴더 */
.cl-tabfolder {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  /* 헤더 */
  /* 탭폴더 바디 */
}
.cl-tabfolder .cl-tabfolder-header {
  height: 28px;
}
.cl-tabfolder .cl-tabfolder-header.cl-top,
.cl-tabfolder .cl-tabfolder-header.cl-bottom {
  /* 이전으로 스크롤 버튼 */
  /* 다음으로 스크롤 버튼 */
  /* 탭 헤더 아이템 */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev,
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next {
  background-size: 6px;
  background-color: #f9fbfe;
  border: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
  background-position: calc(50% - 1px) center;
  /* 이전으로 스크롤 버튼 - disabled */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev:hover,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev:hover,
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev:focus,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev:focus {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-prev.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-prev.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
  background-position: calc(50% + 1px) center;
  /* 다음으로 스크롤 버튼 - disabled */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next:hover,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next:hover,
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next:focus,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next:focus {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-next.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-next.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item {
  background-color: #f5f8fd;
  border: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  color: #212529;
  font-weight: 500;
  padding: 3px 16px 4px 16px;
  /* 탭 아이템 체크 박스 */
  /* 탭 헤더 아이템 닫기 버튼 */
  /* 탭 헤더 아이템 - 선택됨 */
  /* 탭 헤더 아이템 - 호버 */
  /* 비활성 탭 아이템 */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.transition-1,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.transition-1 {
  transition: background-color 1s ease, color 1s ease, font-size 1s ease;
  /* 부드러운 전환 */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.transition-1.cl-selected,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.transition-1.cl-selected {
  font-size: 14px;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item .cl-checkbox,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item .cl-checkbox {
  margin-right: 4px;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item .cl-checkbox .cl-checkbox-icon,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item .cl-checkbox.cl-checked .cl-checkbox-icon,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item .cl-checkbox.cl-checked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_on.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item .cl-text:focus,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item .cl-text:focus {
  text-decoration: none;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item .cl-tabfolder-button,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item .cl-tabfolder-button {
  background-image: url("images/controls/tabfolder/ic_btn_close.svg");
  background-size: 12px;
  background-position: center;
  width: 12px;
  height: 100%;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.cl-selected,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.cl-selected {
  background-color: #ffffff;
  border-color: #4680ff;
  color: #4680ff;
  z-index: 0;
  /* 탭 헤더 아이템 닫기 버튼 - 선택 됨 */
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.cl-selected .cl-tabfolder-button,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.cl-selected .cl-tabfolder-button {
  background-image: url("images/controls/tabfolder/ic_btn_close.svg");
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item:not(.cl-selected):hover,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item:not(.cl-selected):hover {
  background-color: #f5f8fd;
  border-color: #ced4da;
  color: #212529;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.cl-disabled,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
  text-shadow: none;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item.cl-disabled:hover,
.cl-tabfolder .cl-tabfolder-header.cl-bottom .cl-tabfolder-item.cl-disabled:hover {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-tabfolder .cl-tabfolder-body {
  background-color: transparent;
  border: none;
}
/* 페이지 인덱서 */
.cl-pageindexer {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  color: #212529;
  padding: 0px;
  /* 페이지 인덱서 버튼 공통 */
  /* navigationType="text"으로 표현되는 페이지 정보 텍스트 */
  /* 페이지 인덱서 처음으로 버튼 */
  /* 페이지 인덱서 이전 버튼 */
  /* 페이지 인덱서 다음 버튼 */
  /* 페이지 인덱서 마지막으로 버튼 */
  /* navigationType="button"으로 표현되는 페이지 인덱스 버튼 */
  /* 페이지 인덱서 - disabled */
}
.cl-pageindexer .cl-pageindexer-index-area,
.cl-pageindexer .cl-pageindexer-first,
.cl-pageindexer .cl-pageindexer-last,
.cl-pageindexer .cl-pageindexer-prev,
.cl-pageindexer .cl-pageindexer-next,
.cl-pageindexer .cl-pageindexer-index,
.cl-pageindexer .cl-text-wrapper {
  min-height: 18px;
}
.cl-pageindexer .cl-pageindexer-first,
.cl-pageindexer .cl-pageindexer-last,
.cl-pageindexer .cl-pageindexer-prev,
.cl-pageindexer .cl-pageindexer-next,
.cl-pageindexer .cl-pageindexer-index {
  background-color: transparent;
}
.cl-pageindexer .cl-pageindexer-first:focus,
.cl-pageindexer .cl-pageindexer-last:focus,
.cl-pageindexer .cl-pageindexer-prev:focus,
.cl-pageindexer .cl-pageindexer-next:focus,
.cl-pageindexer .cl-pageindexer-index:focus {
  outline: none;
  color: #212529;
}
.cl-pageindexer .cl-pageindexer-text {
  color: #212529;
}
.cl-pageindexer .cl-pageindexer-first,
.cl-pageindexer .cl-pageindexer-last,
.cl-pageindexer .cl-pageindexer-prev,
.cl-pageindexer .cl-pageindexer-next {
  background-size: 6px;
  border: none;
  border-radius: 0px;
  margin: 0px;
  width: 20px;
}
.cl-pageindexer .cl-pageindexer-first,
.cl-pageindexer .cl-pageindexer-last {
  background-size: 12px;
}
.cl-pageindexer .cl-pageindexer-first {
  background-image: url("images/controls/pageindexer/ic_btn_first.svg");
}
.cl-pageindexer .cl-pageindexer-prev {
  background-image: url("images/controls/pageindexer/ic_btn_prev.svg");
  margin-left: 6px;
}
.cl-pageindexer .cl-pageindexer-next {
  background-image: url("images/controls/pageindexer/ic_btn_next.svg");
  margin-right: 6px;
}
.cl-pageindexer .cl-pageindexer-last {
  background-image: url("images/controls/pageindexer/ic_btn_last.svg");
}
.cl-pageindexer .cl-pageindexer-index-area {
  padding: 0px 12px;
}
.cl-pageindexer .cl-pageindexer-index {
  background-color: transparent;
  border-color: transparent;
  border-radius: 2px;
  margin: 0px 4px;
  /* 페이지 인덱서 선택된 페이지 */
}
.cl-pageindexer .cl-pageindexer-index.cl-hover,
.cl-pageindexer .cl-pageindexer-index:hover {
  background-color: #f3f5f7;
  color: #212529;
}
.cl-pageindexer .cl-pageindexer-index.cl-selected {
  background-color: #edf2ff;
  border-color: #4680ff;
  color: #4680ff;
}
.cl-pageindexer.cl-disabled {
  color: #74788d;
}
.cl-pageindexer:not(.cl-disabled) {
  /* 페이지 인덱서 처음으로 버튼 - 액티브 */
  /* 페이지 인덱서 이전 버튼 - 액티브 */
  /* 페이지 인덱서 다음 버튼 - 액티브 */
  /* 페이지 인덱서 마지막으로 버튼 - 액티브 */
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first:not(.cl-selected),
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last:not(.cl-selected),
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev:not(.cl-selected),
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next:not(.cl-selected),
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-index:not(.cl-selected) {
  /* 페이지 인덱서 버튼 공통 - 호버 */
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first:not(.cl-selected).cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last:not(.cl-selected).cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev:not(.cl-selected).cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next:not(.cl-selected).cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-index:not(.cl-selected).cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first:not(.cl-selected):hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last:not(.cl-selected):hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev:not(.cl-selected):hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next:not(.cl-selected):hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-index:not(.cl-selected):hover {
  background-color: transparent;
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first:active {
  background-image: url("images/controls/pageindexer/ic_btn_first_on.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev:active {
  background-image: url("images/controls/pageindexer/ic_btn_prev_on.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next:active {
  background-image: url("images/controls/pageindexer/ic_btn_next_on.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last:active {
  background-image: url("images/controls/pageindexer/ic_btn_last_on.svg");
}
.cl-pageindexer.cl-disabled {
  /* 페이지 인덱서 버튼 공통 - disabled */
  /* 페이지 인덱서 버튼 공통 - disabled, selected */
}
.cl-pageindexer.cl-disabled .cl-pageindexer-first,
.cl-pageindexer.cl-disabled .cl-pageindexer-last,
.cl-pageindexer.cl-disabled .cl-pageindexer-prev,
.cl-pageindexer.cl-disabled .cl-pageindexer-next,
.cl-pageindexer.cl-disabled .cl-pageindexer-index {
  background-color: transparent;
}
.cl-pageindexer.cl-disabled .cl-pageindexer-first {
  background-image: url("images/controls/pageindexer/ic_btn_first.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-prev {
  background-image: url("images/controls/pageindexer/ic_btn_prev.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-next {
  background-image: url("images/controls/pageindexer/ic_btn_next.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-last {
  background-image: url("images/controls/pageindexer/ic_btn_last.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-index {
  background-color: transparent;
  color: #74788d;
  text-shadow: none;
}
.cl-pageindexer.cl-disabled .cl-pageindexer-index.cl-selected {
  background-color: transparent;
  color: #74788d;
}
/* 노티파이어 아이템 */
.cl-notifier-item {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  border-width: 1px 0px 0px;
  border-radius: 0px;
  padding: 5px 12px 6px 12px;
  /* 노티파이어 아이템 텍스트 */
  /* 노티파이어 아이템 아이콘 */
  /* 노티파이어 아이템 닫기 버튼 */
  /* 노티파이어 아이템 기본 스타일 */
  /* 노티파이어 아이템 success 스타일 */
  /* 노티파이어 아이템 info 스타일 */
  /* 노티파이어 아이템 warning 스타일 */
  /* 노티파이어 아이템 danger 스타일 */
}
.cl-notifier-item .cl-text {
  padding-left: 8px;
}
.cl-notifier-item .cl-notifier-icon {
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.cl-notifier-item .cl-notifier-closebutton {
  background-image: url("images/controls/notifier/ic_btn_close.svg");
  background-size: 10px;
  width: 10px;
}
.cl-notifier-item.cl-notifier-default {
  background-color: #f3f5f7;
  border-color: #ced4da;
  color: #212529;
  /* 노티파이어 아이템 기본 아이콘 */
}
.cl-notifier-item.cl-notifier-default .cl-notifier-default-icon {
  background-image: url("images/controls/notifier/ic_notifier.svg");
}
.cl-notifier-item.cl-notifier-success {
  background-color: #eaf6f2;
  border-color: #96d4bf;
  color: #212529;
  /* 노티파이어 아이템 success 아이콘 */
}
.cl-notifier-item.cl-notifier-success .cl-notifier-success-icon {
  background-image: url("images/controls/notifier/ic_success.svg");
}
.cl-notifier-item.cl-notifier-info {
  background-color: #e9efff;
  border-color: #c8d9ff;
  color: #212529;
  /* 노티파이어 아이템 info 아이콘 */
}
.cl-notifier-item.cl-notifier-info .cl-notifier-info-icon {
  background-image: url("images/controls/notifier/ic_info.svg");
}
.cl-notifier-item.cl-notifier-warning {
  background-color: #fcf3e6;
  border-color: #f2c580;
  color: #212529;
  /* 노티파이어 아이템 warning 아이콘 */
}
.cl-notifier-item.cl-notifier-warning .cl-notifier-warning-icon {
  background-image: url("images/controls/notifier/ic_warning.svg");
}
.cl-notifier-item.cl-notifier-danger {
  background-color: #fce9e9;
  border-color: #ee9393;
  color: #212529;
  /* 노티파이어 아이템 danger 아이콘 */
}
.cl-notifier-item.cl-notifier-danger .cl-notifier-danger-icon {
  background-image: url("images/controls/notifier/ic_danger.svg");
}
.cl-progress {
  /* 프로그레스 바 루트 */
  background-image: none;
  background-color: #ced4da;
  border: none;
  box-shadow: inset 0px 0px 0px 1px #ced4da;
}
.cl-progress .cl-progress-bar {
  /* 진행 바 */
  background-image: none;
  background-color: #4680ff;
  transition: 0.4s ease;
}
.cl-progress .cl-text {
  /* 진행 바에 표시되는 텍스트 */
  color: #ffffff;
  padding: 0px 4px;
  text-align: center;
  text-shadow: none;
}
.cl-progress.cl-disabled {
  /* 프로그레스 바 - disabled */
  background-image: none;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ced4da;
}
.cl-progress.cl-disabled .cl-progress-bar {
  /* 진행 바 - disabled */
  background-image: none;
  background-color: #ced4da;
}
.cl-progress.cl-disabled .cl-text {
  color: #ffffff;
}
/* 파일 인풋 루트 */
.cl-fileinput {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
  text-align: left;
  /*autoSize 설정시 표시되는 기본크기*/
  min-width: 20px;
  min-height: 20px;
  /* 파일 인풋 내 텍스트 */
  /* 포커스 상태 */
  /* 파일 인풋 - 클리어 버튼 */
}
.cl-fileinput:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: calc(50% - 6px);
  background-image: url("images/controls/inputbox/ic_btn_clip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.cl-fileinput .cl-text {
  padding: 0px 4px 0px 20px;
}
.cl-fileinput .cl-text.cl-placeholder {
  color: #adb5bd !important;
  font-style: normal;
  font-weight: 400;
}
.cl-fileinput.cl-focus {
  border-color: #4680ff;
}
.cl-fileinput.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-fileinput .cl-fileinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  background-size: 12px;
  padding: 0px 4px 0px 0px;
  width: 12px;
}
.cl-formlayout-column-shade {
  /* 컬럼 음영 스타일 */
  background-color: #eef3fb;
}
.cl-formlayout-row-shade {
  /* 행 음영 스타일 */
  background-color: #eef3fb;
}
.cl-formlayout-vertical-separator,
.cl-formlayout-horizontal-separator {
  /* 구분 선 스타일 */
  background-color: #e0e9f4;
}
.cl-formlayout-vertical-lightweight-resizer,
.cl-formlayout-horizontal-lightweight-resizer {
  /* lightweight resizer style */
  background-color: #dc2626;
}
.cl-audio {
  border: 1px solid #ced4da;
}
.cl-audio.cl-focus {
  border-color: #4680ff;
}
.cl-audio.cl-disabled .cl-overlay {
  background-color: rgba(28, 55, 90, 0.16);
}
.cl-video {
  border: 1px solid #ced4da;
}
.cl-video.cl-focus {
  border-color: #4680ff;
}
.cl-video.cl-disabled .cl-overlay {
  background-color: rgba(28, 55, 90, 0.16);
}
.cl-sidenavigation {
  font: 400 12px "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #212529;
}
.cl-sidenavigation.cl-focus {
  border-color: #4680ff;
}
.cl-sidenavigation .cl-sidenavigation-item {
  min-height: 24px;
  height: auto;
  padding: 2px 8px;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-icon {
  background-image: none;
  background-size: 20px;
  min-width: 0px;
  width: 0px;
  height: 0px;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-text {
  padding: 0px 0px 0px 8px;
  white-space: normal;
  text-overflow: initial;
  word-break: break-all;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-expand-icon {
  background-size: 12px;
  width: 20px;
  height: 20px;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-folder .cl-icon {
  background-image: none;
}
.cl-sidenavigation .cl-sidenavigation-item:hover,
.cl-sidenavigation .cl-sidenavigation-item.cl-hover,
.cl-sidenavigation .cl-sidenavigation-item:focus {
  background-color: transparent;
  color: #212529;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-selected {
  background-color: transparent;
  color: #4680ff;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-disabled {
  color: #74788d;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-disabled.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-sidenavigation.cl-disabled {
  background-color: #eff2f7;
  border-color: #ced4da;
  color: #74788d;
}
.cl-sidenavigation.cl-disabled .cl-sidenavigation-item.cl-selected {
  background-color: #ced4da;
  color: #74788d;
}
.cl-control.cl-focus,
.cl-control:focus,
.cl-linkedcombobox-combo.cl-focus,
.cl-linkedcombobox-combo:focus,
.cl-grid-cell:focus {
  /* 웹 접근성 개선 목적으로 포커스 링을 표시하려면 아래 주석을 해제 하십시오. */
}
