@charset "UTF-8";
/* 모든 컨트롤에 적용될 기본 폰트 */
/* 기본 텍스트 색상 */
/* disable 상태를 나타내는 텍스트 색상 */
/* 기본 보더 색상 */
/* 포커스 보더 색상 */
/* Disable 상태의 보더 색상. */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 마우스 호버시의 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 마우스 호버시의 배경 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템에 선택된 경우 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 경우, 각 아이템이 선택된 경우 배경 색상 */
/* 내부에 아이템을 갖는 컨트롤이 Disabled된 경우, 각 아이템에 선택된 경우 텍스트 색상 */
/* 내부에 아이템을 갖는 컨트롤의 Disabled된 경우, 각 아이템이 선택된 경우 배경 색상 */
/* 
 * Define Custom variables
 * Template Name : EXBSP
 * Author : Da-eun Ryu
 * File : less
 */
/************************************************
 * 컬러 시스템
 ************************************************/
/************************************************
 * 바디
 ************************************************/
/************************************************
 * 폰트
 ************************************************/
/************************************************
 * 컴포넌트(컨트롤)
 ************************************************/
/************************************************
 * 컴포넌트(인풋 계열)
 ************************************************/
/************************************************
 * 컴포넌트(셀렉션 계열)
 ************************************************/
/************************************************
 * 버튼
 ************************************************/
/************************************************
 * 폼
 ************************************************/
/************************************************
 * 테이블(그리드)
 ************************************************/
/************************************************
 * 탭
 ************************************************/
/************************************************
 * 모달(다이얼로그)
 ************************************************/
/************************************************
 * 캘린더
 ************************************************/
/* 모든 UIControl 공통 스타일 */
.cl-control {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
}
/* 오류 발생시 표시되는 메시지 스타일 */
.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: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  min-height: 20px;
  text-align: right;
  /* 넘버 에디터 텍스트 */
  /* 넘버 에디터 클리어 버튼*/
  /* 넘버 에디터 disabled 상태  */
}
.cl-numbereditor .cl-text {
  padding: 0px 5px;
}
.cl-numbereditor .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}
.cl-numbereditor .cl-numbereditor-buttons {
  border-left-color: transparent;
  width: 20px;
  /* 넘버 에디터 스핀 업 버튼 */
  /* 넘버 에디터 스핀 다운 버튼 */
}
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-increase {
  background-image: url("images/controls/inputbox/ic_spin_up.svg");
  background-size: auto;
}
.cl-numbereditor .cl-numbereditor-buttons .cl-numbereditor-decrease {
  background-image: url("images/controls/inputbox/ic_spin_down.svg");
  background-size: auto;
}
.cl-numbereditor .cl-numbereditor-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  padding-right: 3px;
  width: 16px;
}
.cl-numbereditor .cl-numbereditor-clear:hover {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-numbereditor:not(.cl-disabled) {
  /* 넘버 에디터 스핀 업 버튼 호버 */
  /* 넘버 에디터 스핀 업 버튼 액티브  */
  /* 넘버 에디터 스핀 다운 버튼 호버 */
  /* 넘버 에디터 스핀 다운 버튼 액티브 */
}
.cl-numbereditor:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-numbereditor:not(.cl-disabled):hover .cl-numbereditor-buttons {
  border-left-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-increase:hover {
  background-image: url("images/controls/inputbox/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-increase:active {
  background-image: url("images/controls/inputbox/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-decrease:hover {
  background-image: url("images/controls/inputbox/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-numbereditor:not(.cl-disabled) .cl-numbereditor-decrease:active {
  background-image: url("images/controls/inputbox/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-numbereditor.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-numbereditor.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
/* 넘버 에디터 focus 상태 */
.cl-numbereditor.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
  /* 넘버 에디터 focus 상태 스핀 버튼 영역 */
}
.cl-numbereditor.cl-focus .cl-numbereditor-buttons {
  border-left-color: transparent;
}
/* 데이트 인풋 */
.cl-dateinput {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  min-height: 20px;
  /* 데이트 인풋 텍스트 */
  /* 데이트 인풋 버튼 */
  /* 데이트 인풋 클리어 버튼 */
}
.cl-dateinput .cl-text {
  padding: 0px 5px;
}
.cl-dateinput .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-dateinput .cl-dateinput-button {
  background-image: url("images/controls/dateinput/ic_calendar.svg");
  width: 16px;
}
.cl-dateinput .cl-dateinput-button.cl-left {
  padding-left: 3px;
}
.cl-dateinput .cl-dateinput-button.cl-right {
  padding-right: 3px;
}
.cl-dateinput .cl-dateinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  padding-right: 3px;
  width: 16px;
}
.cl-dateinput .cl-dateinput-clear:hover {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-dateinput .cl-dateinput-spinbuttons {
  border-left-color: transparent;
  width: 20px;
}
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-increase {
  background-image: url("images/controls/inputbox/ic_spin_up.svg");
  background-size: auto;
}
.cl-dateinput .cl-dateinput-spinbuttons .cl-dateinput-decrease {
  background-image: url("images/controls/inputbox/ic_spin_down.svg");
  background-size: auto;
}
.cl-dateinput:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-dateinput:not(.cl-disabled):hover .cl-dateinput-spinbuttons {
  border-left-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-increase:hover {
  background-image: url("images/controls/inputbox/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-increase:active {
  background-image: url("images/controls/inputbox/ic_spin_up_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-decrease:hover {
  background-image: url("images/controls/inputbox/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-dateinput:not(.cl-disabled) .cl-dateinput-decrease:active {
  background-image: url("images/controls/inputbox/ic_spin_down_on.svg");
  background-color: transparent;
}
.cl-dateinput.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
  /* 데이트 인풋 disabled 상태 버튼 */
  /* 데이트 인풋 disabled 상태 버튼 */
}
.cl-dateinput.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
.cl-dateinput.cl-disabled .cl-dateinput-button {
  background-image: url("images/controls/dateinput/ic_calendar_off.svg");
}
.cl-dateinput.cl-disabled .cl-dateinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-dateinput.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-dateinput.cl-focus .cl-dateinput-spinbuttons {
  border-left-color: transparent;
}
/* 캘린더 */
.cl-calendar {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 6px;
  padding: 15px 11px 15px 11px;
  /* 캘린더 컨텐츠의 일, 월, 년 스타일*/
  /* 캘린더 컨텐츠 스타일*/
  /* 캘린더 푸터 */
  /* 캘린더 포커스 상태 */
  /* 데이트인풋 등에 팝업으로 나타날때 스타일 */
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-before:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-before.cl-hover {
  /* 캘린더 이전 년도 버튼 호버 상태 */
}
.cl-calendar:not(.cl-disabled) .cl-calendar-header-after:hover,
.cl-calendar:not(.cl-disabled) .cl-calendar-header-after.cl-hover {
  /* 캘린더 이후 년도 버튼 호버 상태 */
}
.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.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.svg");
}
.cl-calendar .cl-calendar-header {
  background-color: transparent;
  padding: 0px 6px 12px;
  /* 캘린더 헤더 */
}
.cl-calendar .cl-calendar-header .cl-calendar-header-before,
.cl-calendar .cl-calendar-header .cl-calendar-header-before,
.cl-calendar .cl-calendar-header .cl-calendar-header-prev,
.cl-calendar .cl-calendar-header .cl-calendar-header-next {
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.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 {
  /* 캘린더 이전 달 버튼 */
  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-text {
  color: #222222;
  font-family: "KBFGDisplay", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.cl-calendar .cl-calendar-header .cl-calendar-header-text:hover,
.cl-calendar .cl-calendar-header .cl-calendar-header-text.cl-hover {
  color: #222222;
}
.cl-calendar:not(.cl-disabled) .cl-calendar-content-day,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-month,
.cl-calendar:not(.cl-disabled) .cl-calendar-content-year,
.cl-calendar:not(.cl-disabled) .cl-other-month {
  border: none;
  border-radius: 4px;
  color: #444444;
  font-weight: 500;
  margin: 2px 2px;
}
.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: #f5f7fe;
  color: #444444;
}
.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: #4366f8;
  color: #ffffff;
}
.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: #ffffff;
  border: none;
  color: #222222;
  height: 28px;
  margin: 0px 2px 4px;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #ea463c;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: #4366f8;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #ea463c;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: #4366f8;
}
.cl-calendar .cl-calendar-content .cl-other-month {
  /* 이전 달 또는 다음 달의 날짜 */
  background-color: transparent;
  color: #666666;
}
.cl-calendar .cl-calendar-content .cl-other-month.cl-disabled {
  background-color: transparent;
  color: #666666;
}
.cl-calendar .cl-calendar-content .cl-other-month:not(.cl-disabled):hover {
  /* 셀 호버 스타일 */
  background-color: transparent;
  color: #666666;
}
.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 {
  /* 기본 날짜 - 오늘 날짜 셀*/
  /*range 선택에서 선택된 날짜 스타일*/
  /*선택된 날짜 스타일*/
  /*날짜가 disabled 되어 있을때 스타일*/
  /*기념일 전역 스타일*/
}
.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: #f5f7fe;
  color: #444444;
}
.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: #4366f8;
  color: #ffffff;
}
.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: #4366f8 !important;
  color: #ffffff !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: #e4eaf3;
  color: #666666;
}
.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: #4366f8;
}
.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: #ea463c;
}
.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: #4366f8;
  border-radius: 9999px;
}
.cl-calendar .cl-calendar-content .cl-calendar-content-day.cl-calendar-anniversary.cl-selected:after,
.cl-calendar .cl-calendar-content .cl-calendar-content-month.cl-calendar-anniversary.cl-selected:after,
.cl-calendar .cl-calendar-content .cl-calendar-content-year.cl-calendar-anniversary.cl-selected:after {
  content: "";
  background-color: #ffffff;
}
.cl-calendar:not(.cl-disabled) .cl-calendar-footer-text:hover {
  /* 캘린더 푸터 날짜 호버 스타일 */
  text-decoration: none;
}
.cl-calendar .cl-calendar-footer {
  background-color: transparent;
  padding: 0px;
  vertical-align: middle;
}
.cl-calendar .cl-calendar-footer .cl-calendar-footer-text {
  color: #bbbbbb;
  font-size: 10px;
  font-weight: 400;
  padding-right: 5px;
}
.cl-calendar .cl-calendar-detail {
  font-size: 31px;
}
.cl-calendar .cl-calendar-detail .cl-calendar-detail-row:last-child {
  padding-bottom: 5px;
}
.cl-calendar .cl-calendar-item-wrap,
.cl-calendar .cl-anniversary-wrap,
.cl-calendar .cl-calendar-more-wrap {
  font-size: 15px;
}
.cl-calendar .cl-calendar-item,
.cl-calendar .cl-anniversary,
.cl-calendar .cl-calendar-more {
  background-color: transparent;
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 8px;
  padding: 0px;
}
.cl-calendar .cl-anniversary.text-red {
  color: #ff5a5a !important;
}
.cl-calendar .cl-calendar-item.cl-selected,
.cl-calendar .cl-anniversary.cl-selected {
  box-shadow: none;
}
.cl-calendar.cl-anniversaries {
  border-top: 1px solid #c5cee3;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: 0px;
  /* 년월일 달력 스타일 */
  /* 토요일 */
}
.cl-calendar.cl-anniversaries .cl-calendar-content {
  /* 요일 영역 */
}
.cl-calendar.cl-anniversaries .cl-calendar-content .cl-calendar-content-header {
  background-color: #eff4fd;
  border-bottom: 1px solid #e7edf5;
  font-size: 12px;
  height: 25px;
  margin: 0px;
}
.cl-calendar.cl-anniversaries .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sat {
  color: #4366f8;
}
.cl-calendar.cl-anniversaries .cl-calendar-content .cl-calendar-content-header:not(.cl-calendar-content-sat) {
  border-right: 1px solid #e7edf5;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day .cl-text {
  color: #222222;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-defaultdate,
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-selected {
  background-color: transparent !important;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-selected .cl-text {
  color: #222222;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day:not(.cl-disabled):hover {
  background-color: transparent !important;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day:not(.cl-disabled):hover:not(.cl-calendar-content-sat):not(.cl-calendar-content-sun) .cl-text {
  color: #222222;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-content-sat .cl-text {
  color: #4366f8;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-content-sun .cl-text {
  color: #ea463c;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-anniversary:after {
  content: none;
}
.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 {
  border-bottom: 1px solid #e7edf5;
  border-right: 1px solid #e7edf5;
  border-radius: 0px;
  margin: 0px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  /* 기념일 텍스트 스타일 */
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-mon .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-tue .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-wed .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-thu .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-fri .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sat .cl-anniversary,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sun .cl-anniversary {
  font-size: 12px;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-mon.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-tue.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-wed.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-thu.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-fri.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sat.cl-calendar-defaultdate .cl-text,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sun.cl-calendar-defaultdate .cl-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4366f8;
  border-radius: 6px;
  color: #ffffff !important;
  font-weight: 700;
  width: 20px;
  height: 20px;
}
.cl-calendar.cl-anniversaries .cl-calendar-content-day.cl-calendar-content-sat,
.cl-calendar.cl-anniversaries .cl-other-month.cl-calendar-content-sat {
  border-right: none;
}
.cl-calendar.cl-anniversaries.cl-focus {
  border-color: #c5cee3;
}
.cl-calendar.cl-focus {
  border-color: #4366f8;
}
.cl-calendar.cl-focus .cl-calendar-content {
  /* 키보드 날짜 이동 스타일 */
}
.cl-calendar.cl-focus .cl-calendar-content .cl-calendar-current {
  background-color: #f5f7fe;
  box-shadow: none;
  color: #444444;
}
.cl-calendar.cl-popup {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.15);
}
.cl-calendar.cl-popup.cl-calendar-year {
  width: 200px;
  height: 160px;
}
.cl-calendar.cl-popup.cl-calendar-month {
  width: 152px;
  height: 160px;
}
.cl-calendar.cl-popup.cl-calendar-month .cl-calendar-header {
  padding: 0px 4px 12px;
}
.cl-calendar.cl-popup.cl-calendar-day {
  width: 248px;
  height: 288px;
}
.cl-calendar.cl-popup.cl-top {
  /* 데이트인풋 위에 표시될때 상태 */
  margin-top: -4px;
}
.cl-calendar.cl-popup.cl-top.cl-popup {
  box-shadow: 0px -2px 4px 0px rgba(51, 51, 51, 0.15);
}
.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: #f5f7fe;
  box-shadow: none;
  color: #444444;
}
.cl-calendar.cal-anniversary {
  border-top: 1px solid #c5cee3;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: 0px;
  /* 년월일 달력 스타일 */
  /* 토요일 */
}
.cl-calendar.cal-anniversary .cl-calendar-content {
  /* 요일 영역 */
}
.cl-calendar.cal-anniversary .cl-calendar-content .cl-calendar-content-header {
  background-color: #eff4fd;
  border-bottom: 1px solid #e7edf5;
  font-size: 12px;
  height: 25px;
  margin: 0px;
}
.cl-calendar.cal-anniversary .cl-calendar-content .cl-calendar-content-header.cl-calendar-content-sat {
  color: #4366f8;
}
.cl-calendar.cal-anniversary .cl-calendar-content .cl-calendar-content-header:not(.cl-calendar-content-sat) {
  border-right: 1px solid #e7edf5;
}
.cl-calendar.cal-anniversary .cl-text {
  align-self: start !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day {
  cursor: default !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day .cl-text {
  color: #222222;
  width: 20px;
  cursor: pointer;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-defaultdate,
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-selected {
  background-color: transparent !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-selected .cl-text {
  color: #222222;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day:not(.cl-disabled):hover {
  background-color: transparent !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day:not(.cl-disabled):hover:not(.cl-calendar-content-sat):not(.cl-calendar-content-sun) .cl-text {
  color: #222222;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-content-sat .cl-text {
  color: #4366f8;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-content-sun .cl-text {
  color: #ea463c;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-anniversary:after {
  content: none;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-anniversary.text-red .cl-text {
  color: #ea463c !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-anniversary.text-blue .cl-text {
  color: #4366f8 !important;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.item-day .cl-text {
  color: #222222;
  width: 20px;
  cursor: pointer;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-mon,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-tue,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-wed,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-thu,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-fri,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sat,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sun {
  border-bottom: 1px solid #e7edf5;
  border-right: 1px solid #e7edf5;
  border-radius: 0px;
  margin: 0px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  /* 기념일 텍스트 스타일 */
}
.cl-calendar.cal-anniversary .cl-calendar-content-day .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-mon .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-tue .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-wed .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-thu .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-fri .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sat .cl-anniversary,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sun .cl-anniversary {
  font-size: 12px;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-mon.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-tue.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-wed.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-thu.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-fri.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sat.cl-calendar-defaultdate .cl-text,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sun.cl-calendar-defaultdate .cl-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4366f8;
  border-radius: 6px;
  color: #ffffff !important;
  font-weight: 700;
  width: 20px;
  height: 20px;
}
.cl-calendar.cal-anniversary .cl-calendar-content-day.cl-calendar-content-sat,
.cl-calendar.cal-anniversary .cl-other-month.cl-calendar-content-sat {
  border-right: none;
}
.cl-calendar.cal-anniversary.cl-focus {
  border-color: #c5cee3;
}
/* 캘린더 disabled 상태 */
.cl-calendar.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
  opacity: 1;
}
.cl-calendar.cl-disabled .cl-calendar-header {
  background-color: #e4eaf3;
}
.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: #e7edf5;
  border-color: #e7edf5;
}
.cl-calendar.cl-disabled .cl-calendar-header .cl-calendar-header-text {
  color: #666666;
}
.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: #666666;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-header {
  background-color: #e4eaf3;
  border-bottom-color: #e4eaf3;
  color: #666666;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sun {
  /* 일요일 셀 */
  color: #666666;
}
.cl-calendar.cl-disabled .cl-calendar-content .cl-calendar-content-day.cl-calendar-content-sat {
  /* 토요일 셀 */
  color: #666666;
}
.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: #666666;
  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: #666666;
}
.cl-calendar.cl-disabled .cl-calendar-footer .cl-calendar-footer-text {
  color: #666666;
}
/* 리스트 박스 */
.cl-listbox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-color: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  color: #222222;
  padding: 9px;
  /* 리스트 박스 내 아이템 목록 박스 */
}
.cl-listbox .cl-listbox-list {
  /* 아이템 목록 박스 내 각 아이템 */
}
.cl-listbox .cl-listbox-list .cl-listbox-item {
  border-radius: 4px;
  min-height: 24px;
  padding: 4px 4px 5px 4px;
  /* 아이템 드래그시 아이템의 마우스가 아래에 위치할때 표시 */
  /* 아이템 드래그시 아이템의 마우스가 위에 위치할때 표시 */
  /* 선택된 아이템 */
  /* 아이템 아이콘 */
  /* 아이템 텍스트 */
  /* 아이템의 뱃지 스타일*/
}
.cl-listbox .cl-listbox-list .cl-listbox-item.cl-selected {
  background-color: #f0f5fc;
  color: #222222;
  font-weight: 700;
}
.cl-listbox .cl-listbox-list .cl-listbox-item .cl-icon {
  background-image: url("images/controls/tree/ic_folder.svg");
  width: 16px;
}
.cl-listbox .cl-listbox-list .cl-listbox-item .cl-icon + .cl-text {
  padding-left: 4px;
}
.cl-listbox:not(.cl-disabled):hover {
  border-color: #4366f8;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.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: #eef3fe;
  color: #222222;
}
.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: #eef3fe;
  color: #222222;
}
/* disabled 상태 */
.cl-listbox.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
  /* disabled 상태에서 선택된 아이템들 */
}
.cl-listbox.cl-disabled .cl-listbox-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
/* 포커스 상태 */
.cl-listbox.cl-focus {
  border-color: #4366f8;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
/* 링크드 리스트 박스 루트 */
.cl-linkedlistbox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  /* 리스트 박스 */
  /* 링크드리스트박스 disabled 상태*/
}
.cl-linkedlistbox .cl-linkedlistbox-listbox {
  /* 리스트 박스 헤더 */
  /* 리스트 박스 리스트 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-header {
  border: 1px solid #e7edf5;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list {
  background-color: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  padding: 5px 5px;
  /* 리스트 박스 리스트 아이템 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item {
  /* 아이템 드래그시 아이템의 마우스가 아래에 위치할때 표시 */
  /* 아이템 드래그시 아이템의 마우스가 위에 위치할때 표시 */
  /* 리스트 박스의 리스트 아이템 아이콘*/
  /* 리스트 박스 리스트 아이템 텍스트 */
  /* 리스트 박스 리스트 아이템 리프 아이콘 */
  /* 리스트 박스 리스트 아이템 드릴다운 아이콘 */
  /* 리스트 박스 리스트 아이템 - disabled 상태 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-dropbottom {
  box-shadow: inset 0 -2px 0 #c5cee3;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-droptop {
  box-shadow: inset 0 2px 0 #c5cee3;
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-disabled {
  color: #666666;
  /* 리스트 박스 리스트 아이템 - 선택됨, disabled 상태 */
}
.cl-linkedlistbox .cl-linkedlistbox-listbox .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-disabled.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.cl-linkedlistbox.cl-focus {
  /* 리스트 박스 헤더 - 포커스 상태 */
  /* 리스트 박스 리스트 - 포커스 상태 */
}
.cl-linkedlistbox.cl-focus .cl-linkedlistbox-header {
  border-color: #4366f8;
}
.cl-linkedlistbox.cl-focus .cl-linkedlistbox-list {
  border-color: #4366f8;
}
.cl-linkedlistbox.cl-disabled {
  color: #666666;
}
.cl-linkedlistbox.cl-disabled .cl-linkedlistbox-list {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
}
.cl-linkedlistbox.cl-disabled .cl-linkedlistbox-list .cl-linkedlistbox-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled) {
  /* 아이템 호버 스타일 */
  /* 선택된 아이템 스타일 */
}
.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: #eef3fe;
  color: #222222;
}
.cl-linkedlistbox:not(.cl-disabled) .cl-linkedlistbox-item:not(.cl-disabled).cl-selected {
  background-color: #eef3fe;
  color: #222222;
  /* 선택된 아이템 드릴 다운 아이콘 */
}
.cl-menu {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.15);
  /* 메뉴 리스트 */
}
.cl-menu .cl-menu-list {
  border: none;
  padding: 5px;
  /* 서브 메뉴 */
  /* 메뉴 아이템 */
}
.cl-menu .cl-menu-list.cl-sub {
  border: none;
}
.cl-menu .cl-menu-list .cl-arrow-up.cl-disabled {
  background-color: #e4eaf3;
}
.cl-menu .cl-menu-list .cl-arrow-down.cl-disabled {
  background-color: #e4eaf3;
}
.cl-menu .cl-menu-list .cl-menu-item {
  color: #333333;
  padding: 5px 6px 6px 6px;
  border-radius: 5px;
  min-height: 26px;
  /* 메뉴 아이템 아이콘 */
  /* 메뉴 아이템 텍스트 */
  /* 메뉴 아이템 단축키 */
  /* 메뉴 아이템 드릴다운 아이콘 */
  /* 폴더 아이템 방향 이미지 */
  /* 메뉴 아이템 - 호버 */
  /* 메뉴 아이템 - disabled */
  /* 메뉴 아이템 - 활성화 */
  /* 메뉴 아이템 - 선택됨 */
}
.cl-menu .cl-menu-list .cl-menu-item .cl-menu-icon {
  width: 0px;
}
.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/dateinput/ic_btn_next.svg");
  width: 20px;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-hover {
  background-color: #eef3fe;
  color: #333333;
  border-radius: 5px;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-disabled {
  color: #666666;
  /* 메뉴 아이템 - 선택됨, disabled */
}
.cl-menu .cl-menu-list .cl-menu-item.cl-disabled.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.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: #eef3fe;
  color: #222222;
}
.cl-menu .cl-menu-list .cl-menu-item.cl-selected {
  background-color: transparent;
  color: #222222;
}
.cl-menu.cl-focus {
  /* 메뉴 리스트 - 포커스 */
}
.cl-menu.cl-focus .cl-menu-list {
  border-color: #4366f8;
}
.cl-menu.cl-disabled {
  /* 메뉴 아이템 - disabled */
}
.cl-menu.cl-disabled .cl-menu-item {
  color: #666666;
  /* 메뉴 아이템 - disabled, 선택됨 */
}
.cl-menu.cl-disabled .cl-menu-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
  /* 메뉴 아이템 드릴다운 아이콘 - disabled */
}
/* 파일 업로드 루트 */
.cl-fileupload {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  border: none;
  background-color: #fff;
  padding-bottom: 1px;
  /* 파일 업로드 내 텍스트 */
  /* 파일 업로드 디테일 영역 */
  /* 푸터 */
  /* 파일 업로드 체크 박스 */
}
.cl-fileupload .cl-fileupload-header {
  /* 헤더 */
  border-top: 1px solid #c5cee3;
  border-bottom: 1px solid #e7edf5;
  background-color: #eef3fe;
  background-image: none;
  min-height: 26px;
  /* 헤더내 체크 박스 */
  /* 파일명 헤더 컬럼 */
  /* 파일 크기 헤더 컬럼 */
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-checkheader {
  border-right: 1px solid #e7edf5;
  padding: 2px 0px 0px 3px;
}
.cl-fileupload .cl-fileupload-header .cl-fileupload-sizeheader {
  width: 134px !important;
  border-left: 1px solid #e7edf5;
}
.cl-fileupload .cl-fileupload-detail {
  /* emptyMessage*/
  /* 각 파일 행 */
}
.cl-fileupload .cl-fileupload-detail .cl-emptymsg {
  color: #666666;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile {
  border-bottom: 1px solid #e7edf5;
  min-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 #e7edf5;
  padding: 2px 0px 0px 3px;
}
.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.svg");
  background-size: 20px;
  background-position: center right;
  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 {
  background-image: url("images/controls/fileupload/ic_jpg.svg");
}
.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_png.svg");
}
.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_avi.svg");
}
.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 {
  background-image: url("images/controls/fileupload/ic_xml.svg");
}
.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-rtf,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-rtf {
  background-image: url("images/controls/fileupload/ic_etc.svg");
}
.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_hwp.svg");
}
.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_doc.svg");
}
.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_pdf.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-xls,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-xls,
.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_xls.svg");
}
.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_ppt.svg");
}
.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_zip.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-gul,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-gul {
  background-image: url("images/controls/fileupload/ic_gul.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-tif,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-tif {
  background-image: url("images/controls/fileupload/ic_tif.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-gif,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-gif {
  background-image: url("images/controls/fileupload/ic_gif.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-bmp,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-bmp {
  background-image: url("images/controls/fileupload/ic_bmp.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-wav,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-wav {
  background-image: url("images/controls/fileupload/ic_wav.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-fileicon.cl-filetype-exe,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-fileicon.cl-filetype-exe {
  background-image: url("images/controls/fileupload/ic_exe.svg");
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-filename .cl-text,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-filename .cl-text {
  padding-left: 4px;
  padding-right: 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 #e7edf5;
  width: 134px !important;
}
.cl-fileupload .cl-fileupload-detail .cl-fileupload-file .cl-fileupload-sizecolumn .cl-text,
.cl-fileupload .cl-fileupload-detail .cl-fileupload-uploadedfile .cl-fileupload-sizecolumn .cl-text {
  padding-left: 4px;
  padding-right: 4px;
}
.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_fileDownload.svg");
  background-size: 16px;
  background-position: center left;
  width: 20px;
}
.cl-fileupload .cl-fileupload-footer {
  padding-top: 6px;
  border-top: 1px solid #e7edf5;
  height: 33px;
  /* 푸터 텍스트 */
  /* 푸터 내 버튼 영역 */
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons {
  height: 26px;
  padding: 0px;
  /* 푸터 내 버튼 */
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button {
  height: 26px;
  background-image: none;
  background-color: #fafcfe;
  border-radius: 6px;
  border-color: #c5cee3;
  color: #222222;
  padding: 4px 8px 6px;
  margin-right: 6px;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:last-child {
  margin-right: 0px;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:not(.cl-disabled):hover {
  background-color: #eceef1;
  border-color: #c5cee3;
  color: #222222;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:not(.cl-disabled):focus,
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:not(.cl-disabled).cl-focus {
  background-color: #fafcfe;
  border-color: #c5cee3;
  color: #222222;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:not(.cl-disabled):active,
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button:not(.cl-disabled).cl-activated {
  background-color: #ffffff;
  border-color: #e4eaf3;
  color: #222222;
}
.cl-fileupload .cl-fileupload-footer .cl-fileupload-buttons .cl-fileupload-button.cl-disabled {
  background-color: #e7edf5;
  border-color: #e7edf5;
  color: #666666;
}
.cl-fileupload .cl-fileupload-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  /* 선택된 파일 업로드 체크 박스 */
}
.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(70, 89, 247, 0.2);
}
/* 버튼 */
.cl-button {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fbfe;
  color: #222222;
  border-radius: 4px;
  border: 1px solid #c5cee3;
  font-weight: 500;
  padding: 0px 5px;
  text-shadow: none;
  /* 텍스트 스타일 */
  /* 아이콘 스타일 */
  /* 버튼위에 마우스를 올렸을 때의 스타일 */
  /* 버튼이 포커스를 가졌을 때의 스타일 */
  /* 버튼을 클릭했을 때의 스타일 */
}
.cl-button .cl-icon {
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.cl-button:not(.cl-disabled):hover {
  background-color: #eceef1;
  border-color: #c5cee3;
  color: #222222;
}
.cl-button:focus,
.cl-button.cl-focus {
  background-color: #f9fbfe;
  color: #222222;
  border: 1px solid #c5cee3;
}
.cl-button:not(.cl-disabled).cl-activated,
.cl-button:not(.cl-disabled):active {
  background-image: none;
  background-color: #ffffff;
  border-color: #e4eaf3;
  color: #222222;
}
/* Disable 상태의 버튼 */
.cl-button.cl-disabled {
  background-color: #e7edf5 !important;
  border-color: #e7edf5 !important;
  color: #666666 !important;
}
/* 아코디언 */
.cl-accordion {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-color: transparent;
  border: none;
  padding: 0px;
  /** 아코디언의 각 헤더 */
}
.cl-accordion .cl-accordion-header {
  background-color: transparent;
  border: 1px solid #222222;
  border-radius: 0px;
  border-width: 1px 0px 0px;
  color: #222222;
  font-family: "KBFGDisplay", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  padding: 5px 0px 6px 0px;
  /** 아코디언 펼침 버튼 */
  /* 아코디언 헤더에 마우스가 호버되었을 떄의 스타일 */
  /* 아코디언 헤더를 클릭했을 때의 스타일 */
}
.cl-accordion .cl-accordion-header .cl-text:before {
  content: "";
  position: relative;
  display: block;
  float: left;
  left: 0px;
  top: calc(50% - 4px);
  width: 4px;
  height: 4px;
  background-color: #4366f8;
  border-radius: 9999px;
  margin-right: 6px;
}
.cl-accordion .cl-accordion-header.cl-title-collapse:focus {
  text-decoration: none;
}
.cl-accordion .cl-accordion-header .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_expand.svg");
  width: 20px;
  height: 20px;
}
.cl-accordion .cl-accordion-header:hover:not(.cl-disabled) {
  background-color: transparent;
}
.cl-accordion .cl-accordion-header:hover:not(.cl-disabled) .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_expand_h.svg");
}
.cl-accordion .cl-accordion-header.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-accordion .cl-accordion-header.cl-activated {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
  /* 클릭된 헤더의 펼침 버튼 아이콘 */
}
.cl-accordion .cl-accordion-header.cl-activated .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_expand_on.svg");
}
.cl-accordion .cl-accordion-header.cl-activated:hover:not(.cl-disabled) .cl-accordion-expander {
  background-image: url("images/controls/accordion/ic_btn_expand_on_h.svg");
}
.cl-accordion .cl-accordion-section:not(.cl-accordion-placeholder) {
  /* 아코디언 컨텐츠 */
}
.cl-accordion .cl-accordion-section:not(.cl-accordion-placeholder) .cl-accordion-content {
  border: none;
}
.cl-accordion .cl-accordion-section:not(.cl-accordion-placeholder):not(.cl-last) .cl-accordion-content {
  padding-bottom: 6px;
}
.cl-accordion .cl-accordion-section + .cl-accordion-header {
  /* 아코디언 섹션간의 간격 */
  margin-top: 4px;
}
/* Disabled 상태의 아코디언 */
.cl-accordion.cl-disabled {
  /* 선택된 헤더 */
}
.cl-accordion.cl-disabled .cl-accordion-header.cl-activated {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-accordion.cl-disabled .cl-accordion-section:not(.cl-accordion-placeholder) {
  /* 선택된 바디 */
}
/* 인풋 박스 루트 */
.cl-inputbox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  min-height: 20px;
  /* 인풋 박스 텍스트 */
  /* 인풋 박스 - 포커스 상태 */
  /* 인풋 박스 - 클리어 버튼 */
  /* 인풋 박스 - disabled 상태 */
}
.cl-inputbox .cl-text {
  padding: 0px 5px;
}
.cl-inputbox .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-inputbox.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-inputbox .cl-inputbox-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  padding-right: 3px;
  width: 16px;
}
.cl-inputbox.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-inputbox.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
.cl-inputbox.cl-disabled .cl-inputbox-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-inputbox:not(.cl-disabled) {
  /* 클리어 버튼 hover상태 */
  /* 클리어 버튼 active상태 */
}
.cl-inputbox:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.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");
}
/* 서치 인풋 */
.cl-searchinput {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  min-height: 20px;
  /* 서치 인풋 텍스트 */
  /* 서치 인풋 Clear버튼 */
  /* 서치 인풋 검색버튼 */
  /* 서치 인풋 포커스 상태 */
}
.cl-searchinput .cl-text {
  padding: 0px 5px;
}
.cl-searchinput .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-searchinput .cl-searchinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  padding-right: 3px;
  width: 16px;
}
.cl-searchinput .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
  width: 16px;
}
.cl-searchinput .cl-searchinput-search.cl-left {
  /* 검색버튼이 왼쪽에 표시될때 상태 */
  padding-left: 3px;
}
.cl-searchinput .cl-searchinput-search.cl-right {
  /* 검색버튼이 오른쪽에 표시될때 상태 */
  padding-right: 3px;
}
.cl-searchinput.cl-disabled {
  /* 서치 인풋 disabled 상태 검색버튼 */
}
.cl-searchinput.cl-disabled .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search_off.svg");
}
.cl-searchinput:not(.cl-disabled) {
  /* Clear버튼 hover상태 */
  /* Clear버튼 active상태 */
  /* 검색버튼 hover상태 */
  /* 검색버튼 active상태 */
}
.cl-searchinput:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.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");
}
.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: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-searchinput.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-searchinput.cl-focus .cl-searchinput-search {
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
}
/* 슬라이더 */
.cl-slider {
  /* 슬라이더 바 */
}
.cl-slider .cl-slider-bar {
  border: 1px solid #bec7df;
  /* 슬라이더 가로 바 */
  /* 슬라이더 세로 바*/
  /* 슬라이더 핸들 */
  /* 슬라이더 선택 영역 표시 바 */
}
.cl-slider .cl-slider-bar .cl-slider-handle {
  /* 슬라이더 가로바 핸들 */
  /* 슬라이더 세로바 핸들 */
}
.cl-slider .cl-slider-bar .cl-slider-range {
  background-color: rgba(51, 51, 51, 0);
}
.cl-slider.cl-focus {
  /* 슬라이더 바 - focus */
}
.cl-slider.cl-focus .cl-slider-bar {
  border-color: #4366f8;
}
.cl-slider.cl-disabled {
  /* 슬라이더 바 핸들 - disabled */
  /* 슬라이더 바 선택 영역 - disabled */
}
.cl-slider.cl-disabled .cl-slider-range {
  background-color: #e4eaf3;
}
.cl-slider:not(.cl-disabled) .cl-slider-bar .cl-slider-handle {
  /* 슬라이더 바 핸들 - hover */
}
/* 아웃풋 */
.cl-output {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  color: #222222;
}
.cl-output.cl-disabled {
  color: #666666;
}
/* 텍스트 에리어 */
.cl-textarea {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  /* 텍스트 에리어 텍스트 */
  /* 텍스트 에리어 - focus*/
  /* 텍스트 에리어 - disabled */
}
.cl-textarea .cl-text {
  padding: 4px 5px !important;
}
.cl-textarea .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-textarea.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-textarea.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-textarea.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
.cl-textarea:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
/* 라디오 버튼 */
.cl-radiobutton {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  font-weight: 500;
  /* 라디오 버튼 아이템 */
  /* 라디오버튼 focus 스타일 */
  /* disabled 라디오버튼 스타일 */
  /* fixedWidth를 고정값으로 설정시 .cl-radiobutton-item의 width와 같은 값으로 설정 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
  /* colCount=-1 스타일 */
}
.cl-radiobutton .cl-radiobutton-item {
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 아이콘 정렬을 설정 */
  /* 라디오 버튼 아이템 텍스트 */
  /* 라디오아이템 아이콘 스타일 */
  /* 라디오아이템 hover시 아이콘 스타일 */
  /* 선택된 라디오아이템 아이콘 스타일 */
  /* disabled 라디오아이템 스타일 */
}
.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");
  width: 14px;
  height: 14px;
  min-height: 14px;
  margin: 0px;
}
.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 {
  color: #222222;
  /* 선택된 라디오아이템 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: #666666;
}
.cl-radiobutton .cl-radiobutton-item.cl-disabled .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.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_off.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_on_d.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_on_d.svg");
}
.cl-radiobutton:focus .cl-radiobutton-item .cl-radiobutton-icon:focus,
.cl-radiobutton.cl-focus .cl-radiobutton-item .cl-radiobutton-icon:focus,
.cl-radiobutton:focus .cl-radiobutton-item .cl-radiobutton-icon.cl-focus,
.cl-radiobutton.cl-focus .cl-radiobutton-item .cl-radiobutton-icon.cl-focus {
  outline: none;
}
.cl-radiobutton:focus .cl-radiobutton-item .cl-text:focus,
.cl-radiobutton.cl-focus .cl-radiobutton-item .cl-text:focus,
.cl-radiobutton:focus .cl-radiobutton-item .cl-text.cl-focus,
.cl-radiobutton.cl-focus .cl-radiobutton-item .cl-text.cl-focus {
  outline: none;
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item {
  /* disabled 라디오버튼에 라디오아이템 hover시 아이콘 스타일 */
  /* disabled 라디오버튼의 선택된 라디오아이템 아이콘 스타일 */
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item .cl-text {
  color: #666666;
}
.cl-radiobutton.cl-disabled .cl-radiobutton-item .cl-radiobutton-icon {
  background-image: url("images/controls/radiobutton/ic_radio_off.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_off.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_on_d.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_on_d.svg");
}
.cl-radiobutton.cl-fixedWidth .cl-radiobutton-item .cl-icon-wrapper {
  width: 14px;
}
.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 {
  height: 14px;
}
.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 {
  height: 14px;
}
.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 0px 0px 0px;
}
.cl-radiobutton.cl-flow {
  vertical-align: middle;
}
/* 체크 박스 */
.cl-checkbox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  font-weight: 500;
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 아이콘 정렬을 설정 */
  /* 체크 박스 텍스트 */
  /* 체크박스 아이콘 스타일 */
  /* 체크박스 hover시 아이콘 스타일 */
  /* 체크된 체크박스 아이콘 스타일 */
  /* disabled 체크박스 스타일 */
  /* 체크박스 focus 스타일 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
  /* fixedWidth설정시 .cl-checkbox-icon의 width와 같은 값으로 설정 */
}
.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");
  width: 14px;
  height: 14px;
  min-height: 14px;
}
.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 {
  color: #222222;
  /* 체크된 체크박스 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: #666666;
}
.cl-checkbox.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.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_off.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_on_d.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_on_d.svg");
}
.cl-checkbox.cl-focus .cl-checkbox-icon {
  outline: none;
}
.cl-checkbox.cl-focus.cl-iconalign-none .cl-text {
  outline: none;
}
.cl-checkbox.cl-partialchecked .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_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_partial.svg");
}
.cl-checkbox.cl-partialchecked.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_partial_off.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_partial_off.svg");
}
.cl-checkbox.cl-iconalign-right .cl-text {
  padding: 0px 6px 0px 0px;
}
.cl-checkbox.cl-iconalign-top .cl-text {
  padding: 6px 0px 0px 0px;
}
.cl-checkbox.cl-iconalign-bottom .cl-text {
  padding: 0px 0px 6px 0px;
}
.cl-checkbox.cl-iconalign-none .cl-text {
  padding: 0px 0px 0px 0px;
}
.cl-checkbox.cl-fixedWidth .cl-icon-wrapper {
  width: 16px;
}
/* 체크박스그룹 */
.cl-checkboxgroup {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  /* 체크박스그룹 focus 스타일 */
  /* disabled 체크박스그룹 스타일 */
  /* 체크박스그룹에 체크박스 스타일 */
  /* fixedWidth를 고정값으로 설정시 .cl-checkbox-icon의 width와 같은 값으로 설정 */
  /* iconAlign=right 스타일 */
  /* iconAlign=top 스타일 */
  /* iconAlign=bottom 스타일 */
  /* hideIcon=true 스타일 */
}
.cl-checkboxgroup.cl-focus {
  /* 체크박스그룹 내에 focus를 받은 체크박스 focus 아이콘 스타일 */
}
.cl-checkboxgroup.cl-focus .cl-checkbox .cl-checkbox-icon:focus,
.cl-checkboxgroup.cl-focus .cl-checkbox .cl-checkbox-icon.cl-focus {
  outline: none;
}
.cl-checkboxgroup.cl-disabled {
  color: #666666;
  /* disabled 체크박스그룹에 체크박스 스타일 */
}
.cl-checkboxgroup.cl-disabled .cl-checkbox {
  /* disabled 체크박스그룹에 체크박스 hover시 아이콘 스타일 */
  /* disabled 체크박스그룹 내에 체크된 체크박스 아이콘 스타일 */
}
.cl-checkboxgroup.cl-disabled .cl-checkbox .cl-text {
  color: #666666;
}
.cl-checkboxgroup.cl-disabled .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.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_off.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_on_d.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_on_d.svg");
}
.cl-checkboxgroup .cl-checkbox {
  font-weight: 500;
  padding: 0px;
  /* 내부 아이템 요소 */
  /* 체크박스그룹에 체크박스 hover시 아이콘 스타일 */
  /* 체크박스그룹에 체크된 체크박스 아이콘 스타일 */
  /* 체크박스그룹에 disabled 체크박스 스타일 */
}
.cl-checkboxgroup .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.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 {
  /* 체크박스그룹에 disabled 체크박스 hover시 아이콘 스타일 */
  /* 체크박스그룹에 disabled 체크된 체크박스 아이콘 스타일 */
}
.cl-checkboxgroup .cl-checkbox.cl-disabled .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check_off.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_off.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_on_d.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_on_d.svg");
}
.cl-checkboxgroup.cl-fixedWidth .cl-checkbox .cl-icon-wrapper {
  width: 14px;
}
.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 0px 0px 0px;
}
.cl-checkboxgroup.cl-flow {
  vertical-align: middle;
}
/* 마스크 에디터 루트 */
.cl-maskeditor {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  min-height: 20px;
  /* 마스크 에디터 텍스트 */
  /* 마스크 에디터 - 포커스 */
  /* 마스크 에디터 - disabled */
  /* 마스크 에디터 - 클리어 버튼 */
}
.cl-maskeditor .cl-text {
  padding: 0px 5px;
}
.cl-maskeditor.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-maskeditor.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-maskeditor .cl-maskeditor-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  width: 16px;
  padding-right: 3px;
}
.cl-maskeditor .cl-maskeditor-clear:hover {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-maskeditor:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
/* 콤보 박스 루트 */
.cl-combobox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  /*선택된 아이템의 아이콘*/
  /* 콤보 박스 펼침 버튼 */
  /* 포커스 상태 */
  /* 콤보 박스 disabled 상태 */
}
.cl-combobox .cl-text {
  padding: 0px 5px;
  /* preventInput속성일때 스타일*/
}
.cl-combobox .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-combobox .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_down.svg");
  background-size: 17px;
  padding-right: 3px;
  width: 16px;
}
.cl-combobox.cl-opened.cl-opened-top {
  /* 콤보박스 리스트가 위에 열렸을 때 */
}
.cl-combobox.cl-opened.cl-opened-top .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_down.svg");
}
.cl-combobox.cl-opened.cl-opened-bottom {
  /* 콤보박스 리스트가 아래에 열렸을 때 */
}
.cl-combobox.cl-opened.cl-opened-bottom .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_up.svg");
}
.cl-combobox.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-combobox.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-combobox.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
.cl-combobox.cl-disabled .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_down_off.svg");
}
.cl-combobox:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
/* 콤보 박스 리스트 박스 */
.cl-combobox-list {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  color: #222222;
  padding: 5px 5px;
  /*리스트박스의 쉐도우*/
  /* 리스박스의 최대 높이*/
  /* 콤보 박스 리스트 아이템 */
  /*체크박스 다중선택 리스트박스 스타일*/
}
.cl-combobox-list.cl-popup {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.15);
}
.cl-combobox-list.cl-top {
  /* 콤보박스 위에 표시될때 상태 */
  margin-top: -4px;
}
.cl-combobox-list.cl-top.cl-popup {
  box-shadow: 0px -2px 4px 0px rgba(51, 51, 51, 0.15);
}
.cl-combobox-list.cl-bottom {
  /* 콤보박스 아래에 표시될때 상태 */
  margin-top: 4px;
}
.cl-combobox-list .cl-viewport {
  max-height: 260px;
}
.cl-combobox-list .cl-combobox-item {
  border-radius: 5px;
  min-height: 26px;
  padding: 5px 6px;
  /* 콤보 박스 리스트 아이템 체크박스 */
  /* 콤보 박스 리스트 아이템 아이콘 */
  /* 콤보 박스 리스트 아이템 텍스트 */
  /* 콤보 박스 리스트 아이템 - 선택 됨 */
  /* disabled 상태 콤보 박스 리스트 아이템 */
}
.cl-combobox-list .cl-combobox-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  width: 14px;
  height: 14px;
  min-height: 14px;
}
.cl-combobox-list .cl-combobox-item .cl-checkbox + .cl-text {
  padding: 0px 0px 0px 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: transparent;
  color: #222222;
  font-weight: 700;
}
.cl-combobox-list .cl-combobox-item.cl-disabled {
  color: #666666;
  /* disabled 상태에서 선택된 콤보 박스 리스트 아이템 */
}
.cl-combobox-list .cl-combobox-item.cl-disabled.cl-selected {
  background-color: transparent;
  color: #666666;
}
.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: #eef3fe;
  color: #222222;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem {
  padding: 0px;
  min-height: 28px;
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon {
  /*트리 확장 아이콘 스타일*/
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.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.svg");
}
.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-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/tree_line_1.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem .cl-treeicon-line {
  background-image: url("images/controls/tree/tree_line_2.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-last .cl-treeicon-line {
  background-image: url("images/controls/tree/tree_line_3.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-first .cl-treeicon-line {
  background-image: url("images/controls/tree/tree_line_4.svg");
}
.cl-combobox-list .cl-combobox-item.cl-treeitem.cl-first.cl-last .cl-treeicon-line {
  background-image: url("images/controls/tree/tree_line_5.svg");
}
.cl-combobox-list.cl-multi-select .cl-combobox-item:not(.cl-disabled).cl-selected:hover {
  background-color: #eef3fe;
  color: #222222;
}
.cl-combobox-list.cl-multi-select .cl-combobox-item:not(.cl-disabled).cl-hover.cl-selected {
  background-color: #eef3fe;
  color: #222222;
}
.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");
}
/* 링크드 콤보 박스 루트 */
.cl-linkedcombobox {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  /* 콤보 박스 */
  /* 콤보 박스 - 포커스 상태 */
  /* 콤보 박스 - disabled 상태 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  width: 100px;
  /*선택된 아이템의 아이콘*/
  /* 콤보 박스 인풋 텍스트 */
  /* 콤보 박스 펼침 버튼 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-text {
  padding: 0px 5px;
  /* preventInput속성일때 스타일*/
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-linkedcombobox .cl-linkedcombobox-combo .cl-linkedcombobox-button {
  background-image: url("images/controls/combobox/ic_btn_down.svg");
  background-size: 17px;
  padding-right: 3px;
  width: 16px;
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-opened.cl-opened-top {
  /* 콤보박스 리스트가 위에 열렸을 때 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-opened.cl-opened-top .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_down.svg");
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-opened.cl-opened-bottom {
  /* 콤보박스 리스트가 아래에 열렸을 때 */
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-opened.cl-opened-bottom .cl-combobox-button {
  background-image: url("images/controls/combobox/ic_btn_up.svg");
}
.cl-linkedcombobox .cl-linkedcombobox-combo.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-linkedcombobox .cl-linkedcombobox-combo:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-linkedcombobox.cl-disabled {
  color: #666666;
  /* 콤보 박스 펼침 버튼 - disabled 상태 */
}
.cl-linkedcombobox.cl-disabled .cl-linkedcombobox-combo {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
}
.cl-linkedcombobox.cl-disabled .cl-linkedcombobox-button {
  background-image: url("images/controls/combobox/ic_btn_down.svg");
}
/* 콤보 박스 리스트 박스 */
.cl-linkedcombobox-list {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  color: #222222;
  padding: 5px 5px;
  /*리스트박스의 쉐도우*/
  /* 콤보 박스 아이템 */
}
.cl-linkedcombobox-list.cl-popup {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.15);
}
.cl-linkedcombobox-list.cl-top {
  /* 콤보박스 위에 표시될때 상태 */
  margin-top: -4px;
}
.cl-linkedcombobox-list.cl-top.cl-popup {
  box-shadow: 0px -2px 4px 0px rgba(51, 51, 51, 0.15);
}
.cl-linkedcombobox-list.cl-bottom {
  /* 콤보박스 아래에 표시될때 상태 */
  margin-top: 4px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item {
  border-radius: 5px;
  min-height: 26px;
  padding: 5px 6px;
  /* 콤보 박스 아이템 아이콘 */
  /* 콤보 박스 아이템 텍스트 */
  /* 콤보 박스 아이템 드릴다운 아이콘 */
  /* 콤보 박스 아이템 리프 아이콘 */
  /* 콤보 박스 아이템 - 선택됨 */
  /* 콤보 박스 아이템 - 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/dateinput/ic_btn_next.svg");
  width: 20px;
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-selected {
  background-color: transparent;
  color: #222222;
  font-weight: 700;
  /* 콤보 박스 아이템 드릴 다운 아이콘 - 선택됨 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-selected .cl-linkedcombobox-arrow.cl-folder {
  background-image: url("images/controls/dateinput/ic_btn_next.svg");
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-disabled {
  color: #666666;
  /* 콤보 박스 아이템 - 선택됨, disabled 상태 */
}
.cl-linkedcombobox-list .cl-linkedcombobox-item.cl-disabled.cl-selected {
  background-color: transparent;
  color: #666666;
}
.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: #eef3fe;
  color: #222222;
}
/* 다이얼로그 루트 */
.cl-dialog {
  border: 1px solid #eceff4;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.15);
  /* 다이얼로그 헤더 */
}
.cl-dialog .cl-dialog-header {
  background-image: linear-gradient(to right, #fdfdfb 12%, #d4dffb 74%);
  background-color: #ffffff;
  border-bottom-color: #eceff4;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 7px 7px 12px;
  /* 다이얼로그 헤더 텍스트 */
  /* 다이얼로그 닫기 버튼 */
  /* 다이얼로그 닫기 버튼 - 호버 */
  /* 다이얼로그 닫기 버튼 - 액티브 */
  /* 다이얼로그 최소화 버튼 */
  /* 다이얼로그 최소화 버튼 - 액티브 */
  /* 다이얼로그 최대화 버튼 */
  /* 다이얼로그 최대화 버튼 - 액티브 */
  /* 다이얼로그 복구 버튼 */
  /* 다이얼로그 복구 버튼 - 액티브 */
}
.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: 16px;
  height: 16px;
  width: 16px;
  margin-left: 6px;
}
.cl-dialog .cl-dialog-header .cl-dialog-close {
  background-image: url("images/controls/dialog/ic_btn_close.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-close:hover {
  background-image: url("images/controls/dialog/ic_btn_close.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-close:active {
  background-image: url("images/controls/dialog/ic_btn_close.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-min {
  background-image: url("images/controls/dialog/ic_btn_min.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-min:active {
  background-image: url("images/controls/dialog/ic_btn_minimize.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-max {
  background-image: url("images/controls/dialog/ic_btn_max.svg");
}
.cl-dialog .cl-dialog-header .cl-dialog-max:active {
  background-image: url("images/controls/dialog/ic_btn_max.svg");
}
.cl-overlay {
  background-color: rgba(0, 0, 0, 0.71);
}
/* 트리 */
.cl-tree {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-color: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 8px;
  color: #222222;
  padding: 11px;
  /* 트리 아이템 */
  /* 트리 - focus */
  /* 트리 다중 선택 */
  /* 트리 아이템간 라인*/
}
.cl-tree .cl-tree-item {
  border-radius: 6px;
  min-height: 28px;
  /* 체크박스 공통 */
  /* 트리 아이템 체크박스 아이콘 */
  /* 트리 셀렉션 체크박스 아이콘 */
  /* 트리 아이템 아이콘 영역 */
  /* 트리 아이템의 펼치고 접혀지는 아이콘 영역*/
  /* 트리 아이템 텍스트 */
  /*텍스트 편집 상자*/
  /*트리아이템 뱃지 스타일*/
  /* 트리 아이템 - disabled */
  /* 트리 아이템 - selected */
}
.cl-tree .cl-tree-item.cl-leaf .cl-checkbox {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/checkbox/ic_check.svg");
  background-position: 0px center, 20px center;
  width: 34px;
}
.cl-tree .cl-tree-item.cl-leaf .cl-checkbox.cl-checked {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/tree/ic_check_on.svg") !important;
}
.cl-tree .cl-tree-item.cl-leaf .cl-tree-checkbox {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/checkbox/ic_check.svg");
  background-position: 0px center, 20px center;
  width: 34px;
}
.cl-tree .cl-tree-item.cl-leaf.cl-checked > .cl-tree-checkbox {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/tree/ic_check_on.svg");
}
.cl-tree .cl-tree-item .cl-checkbox,
.cl-tree .cl-tree-item .cl-tree-checkbox {
  width: 14px;
}
.cl-tree .cl-tree-item .cl-checkbox + .cl-tree-itemicon,
.cl-tree .cl-tree-item .cl-tree-checkbox + .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_file.svg");
  background-position: center;
  margin-left: 4px;
  width: 16px;
}
.cl-tree .cl-tree-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 14px;
}
.cl-tree .cl-tree-item .cl-checkbox.cl-checked {
  background-image: url("images/controls/tree/ic_check_on.svg");
}
.cl-tree .cl-tree-item .cl-checkbox.cl-partialchecked {
  background-image: url("images/controls/tree/ic_partial.svg");
}
.cl-tree .cl-tree-item .cl-tree-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 14px;
}
.cl-tree .cl-tree-item .cl-tree-itemicon {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/tree/ic_file.svg");
  background-position: 0px center, 20px center;
  width: 34px;
}
.cl-tree .cl-tree-item .cl-tree-treeicon {
  background-position: left center;
  width: 16px;
}
.cl-tree .cl-tree-item .cl-text {
  padding: 0px 0px 0px 4px;
}
.cl-tree .cl-tree-item .cl-badge {
  color: #222222;
  font-weight: 300;
}
.cl-tree .cl-tree-item.cl-checked {
  /* 트리 아이템 체크박스 아이콘 - 선택됨*/
}
.cl-tree .cl-tree-item.cl-checked > .cl-tree-checkbox {
  background-image: url("images/controls/tree/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/tree/ic_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");
  margin-left: 4px;
  width: 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: #666666;
  /* 트리 아이템 - disabled, selected */
}
.cl-tree .cl-tree-item.cl-disabled.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.cl-tree .cl-tree-item.cl-selected {
  background-color: #f0f5fc;
  color: #222222;
  font-weight: 700;
}
.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: #4366f8;
}
.cl-tree.cl-multi-select .cl-tree-item.cl-checked.cl-selected.cl-hover {
  background-color: transparent;
  color: #222222;
}
.cl-tree.cl-tree-lines .cl-tree-item {
  padding: 0px 8px 0px 4px;
}
.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/tree_line_1.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-iconline {
  background-image: url("images/controls/tree/tree_line_2.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-last .cl-tree-iconline {
  background-image: url("images/controls/tree/tree_line_3.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-first .cl-tree-iconline {
  background-image: url("images/controls/tree/tree_line_4.svg");
}
.cl-tree.cl-tree-lines .cl-tree-item.cl-first.cl-last .cl-tree-iconline {
  background-image: url("images/controls/tree/tree_line_5.svg");
}
.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,
.cl-tree.cl-tree-lines .cl-tree-item .cl-tree-iconline {
  padding: 0px;
}
.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: #f9fbfe;
  color: #222222;
}
/* 트리 - disabled */
.cl-tree.cl-disabled {
  color: #666666;
  border-color: #e4eaf3;
  /* 트리 아이템 - disabled, selected */
}
.cl-tree.cl-disabled .cl-tree-item .cl-badge {
  color: #666666;
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder {
  /* 폴더형 트리 아이템이 펼쳐졌을 때 펼치고 접혀지는 아이콘 영역 */
  /* 폴더형 트리 아이템이 접혀졌을 때 펼치고 접혀지는 아이콘 영역 */
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded_off.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-folder.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed_off.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
  /* 폴더형 트리 아이템이 펼쳐졌을 때 펼치고 접혀지는 아이콘 영역 */
  /* 폴더형 트리 아이템이 접혀졌을 때 펼치고 접혀지는 아이콘 영역 */
}
.cl-tree.cl-disabled .cl-tree-item.cl-selected.cl-expanded > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_expanded_off.svg");
}
.cl-tree.cl-disabled .cl-tree-item.cl-selected.cl-collapsed > .cl-tree-treeicon {
  background-image: url("images/controls/tree/ic_collapsed_off.svg");
}
/* 그리드 */
.cl-grid {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #bec7df;
  border-width: 1px 0px;
  min-height: 52px;
  /* 그리드 헤더 */
  /* 그리드 푸터 */
  /* 그리드 헤더 외곽 영역 */
  /* 그리드 디테일 외곽 영역 */
  /* 그리드 푸터 외곽 영역 */
  /* 왼쪽 틀고정된 그리드의 스타일 */
  /* 오른쪽 틀고정된 그리드의 스타일 */
  /* 스플릿 상단 그리드 래퍼 */
  /* 스플릿 하단 그리드 래퍼 */
  /* noDataMessage 보여질 때 해당 텍스트영역 스타일 */
}
.cl-grid .cl-vscrollbar {
  background-color: #eceef1;
}
.cl-grid .cl-hscrollbar {
  background-color: #eceef1;
}
.cl-grid .cl-hscrollbar .cl-track .cl-thumb:hover {
  border-radius: 10px;
  height: 8px;
}
.cl-grid .cl-hscrollbar .cl-track .cl-thumb:active {
  border-radius: 10px;
  height: 8px;
}
.cl-grid.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-grid .cl-grid-header {
  background-image: none;
  background-color: #eff4fd;
  /* 그리드 헤더 셀 */
  /* 
		@deprecated (header의 sortColumnName속성)
		그리드 헤더 셀 소트 인디케이터 
		*/
  /* 그리드 헤더 셀 필터 인디케이터 */
  /* 그리드 헤더 셀이 소트가능 한 셀일 때 스타일 */
}
.cl-grid .cl-grid-header .cl-grid-cell {
  color: #222222;
  /* 그리드 헤더 셀에 임베딩 된 컨트롤 */
}
.cl-grid .cl-grid-header .cl-sort {
  width: 16px;
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 가능 */
  /* 그리드 헤더 셀 소트 인디케이터 - 오름차순 정렬됨 */
  /* 그리드 헤더 셀 소트 인디케이터 - 내림차순 정렬됨 */
}
.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-filter {
  background-image: url("images/controls/grid/ic_filter.svg");
  margin-right: 4px;
  /* 그리드 헤더 셀 필터 인디케이터에 마우스가 호버되었을 때 스타일 */
  /* 그리드 헤더 셀 필터 인디케이터 - 필터되었을 때 스타일 */
}
.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.svg");
}
.cl-grid .cl-grid-header .cl-filter.cl-filtered:before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-color: #e1e7fd;
  border-radius: 4px;
  z-index: -1;
}
.cl-grid .cl-grid-header .cl-filter + .cl-sortable-cell {
  padding-left: 20px;
}
.cl-grid .cl-grid-header .cl-sortable-cell {
  /* 그리드 헤더 셀 소트 인디케이터 */
  /* 그리드 헤더 셀 소트 인디케이터 - 오름차순 정렬됨  */
  /* 그리드 헤더 셀 소트 인디케이터 - 내림차순 정렬됨  */
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort {
  width: 16px;
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 가능한 아이콘 */
  /* 그리드 헤더 셀 소트 인디케이터 - 소트 우선 순위 영역*/
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort .cl-sort-icon:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background-image: url("images/controls/grid/ic_sort.svg");
  background-repeat: no-repeat;
  background-position: -2px center;
  background-size: 16px 24px;
  color: transparent;
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort .cl-sort-seq {
  color: transparent;
  text-align: right;
  padding-right: 2px;
}
.cl-grid .cl-grid-header .cl-sortable-cell .cl-sort + .cl-grid-cell-inherit .cl-control {
  padding-left: 16px;
}
.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 {
  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 {
  background-image: url("images/controls/grid/ic_sort_desc.svg");
}
.cl-grid .cl-grid-footer {
  border-top: 1px solid #c5cee3;
  background-color: #d3def4;
}
.cl-grid .cl-grid-footer .cl-grid-cell {
  border-right: 1px solid #f5f7fe;
}
.cl-grid .cl-grid-header {
  /* 디테일에 스크롤이 생길시 우측에 생기는 빈 영역 */
}
.cl-grid .cl-grid-header .cl-blank {
  background-color: transparent;
}
.cl-grid .cl-grid-detail {
  /* 디테일에 스크롤이 생길시 우측하단에 생기는 빈 영역 */
}
.cl-grid .cl-grid-detail .cl-blank {
  background-color: transparent;
}
.cl-grid .cl-grid-footer {
  /* 디테일에 스크롤이 생길시 우측에 생기는 빈 영역 */
}
.cl-grid .cl-grid-footer .cl-blank {
  background-color: transparent;
}
.cl-grid.cl-leftsplit {
  /* 스플릿 시 좌측 그리드 래퍼 */
}
.cl-grid.cl-leftsplit .cl-grid-leftsplit .cl-grid-header {
  border-right: 1px solid #c5cee3;
}
.cl-grid.cl-leftsplit .cl-grid-leftsplit .cl-grid-header .cl-grid-cell {
  border-right: 1px solid #e7edf5;
}
.cl-grid.cl-leftsplit .cl-grid-leftsplit .cl-grid-header .cl-grid-cell:last-child {
  border-right: none;
}
.cl-grid.cl-leftsplit .cl-grid-leftsplit .cl-grid-detail {
  border-right: 1px solid #c5cee3;
}
.cl-grid.cl-leftsplit .cl-grid-leftsplit .cl-grid-footer .cl-grid-cell {
  border-right: 1px solid #f5f7fe;
}
.cl-grid.cl-leftsplit .cl-grid-centersplit {
  border-left: none;
}
.cl-grid.cl-rightsplit {
  /* 스플릿 시 우측 그리드 래퍼 */
}
.cl-grid.cl-rightsplit .cl-grid-centersplit {
  border-right: 1px solid #c5cee3;
}
.cl-grid .cl-grid-topsplit {
  border-bottom: 1px solid #c5cee3;
}
.cl-grid .cl-grid-bottomsplit {
  border-top: 1px solid #c5cee3;
}
.cl-grid .cl-nodatamsg {
  color: #666666;
  vertical-align: middle;
}
/* 그리드 필터 사용시 필터 다이얼로그가 펼쳐지는 영역 스타일*/
.cl-gridfilter {
  /* 필터 다이얼로그 뒤에 비활성화 영역을 표현하기 위해 덮히는 막 */
  /* 필터 다이얼로그 */
}
.cl-gridfilter.cl-overlay {
  background-color: transparent;
}
.cl-gridfilter .cl-filterdlg {
  border: 1px solid #eceff4;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0px;
  width: 402px;
  height: 262px;
  /* 필터 다이얼로그 - 타이틀 영역 */
  /* 필터 다이얼로그 - 필터 찾기 영역 */
  /* 필터 다이얼로그 - 필터 아이템 리스트 영역 */
  /* 필터 다이얼로그 - 하단에 버튼 영역 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header {
  background-image: linear-gradient(to right, #fdfdfb 12%, #d4dffb 74%);
  border-bottom: 1px solid #eceff4;
  height: 31px;
  padding: 0px 7px 0px 11px;
  /* 필터 다이얼로그 - 타이틀 영역의 글자 스타일 */
  /* 필터 다이얼로그 - 타이틀 영역의 닫기 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-text {
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable {
  background-image: url("images/controls/grid/ic_sort.svg");
  right: 6px;
  position: relative;
  width: 16px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable.cl-filterdlg-asc {
  background-image: url("images/controls/grid/ic_sort_asc.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-sortable.cl-filterdlg-desc {
  background-image: url("images/controls/grid/ic_sort_desc.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-header .cl-filterdlg-close {
  background-image: url("images/controls/dialog/ic_btn_close.svg");
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search {
  background-color: #f5f7fe;
  border-bottom: 1px solid #e7edf5;
  margin: 0px;
  padding: 10px 16px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search .cl-search-input {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: url("images/controls/inputbox/ic_btn_search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-color: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 6px;
  color: #222222;
  height: 26px;
  padding: 0px 5px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search .cl-search-input:hover {
  background-color: #f9fbfe;
  border-color: #4366f8;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-search .cl-search-input:focus {
  background-color: #ffffff;
  border-color: #4366f8;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
  outline: none;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist {
  margin: 12px 4px 12px 16px;
  /* 필터 다이얼로그 - 필터 아이템 리스트 영역의 아이템 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item {
  height: 22px;
  /* 필터 다이얼로그 - 아이템 체크박스 스타일 */
  /* 필터 다이얼로그 - 아이템 체크박스가 체크되었을 때의 스타일 */
  /* 필터 다이얼로그 - 아이템 글자 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-itemlist .cl-filterdlg-item .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.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: 0px 0px 0px 4px;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons {
  border-top: 1px solid #e7edf5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
  padding: 10px 16px;
  /* 필터 다이얼로그 - 하단에 버튼 영역의 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
  padding: 4px 7px;
  /* 필터 다이얼로그 - 버튼 영역의 확인 버튼 스타일 */
  /* 필터 다이얼로그 - 버튼 영역의 취소 버튼 스타일 */
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-select {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #222222;
  padding: 4px 7px;
}
.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: #e5b700;
  border-color: #e5b700;
  color: #222222;
}
.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: #ffd633;
  border-color: #ffd633;
  color: #222222;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-button.cl-cancel {
  background-color: #fcf1bb;
  border-color: #fcf1bb;
  color: #9b6200;
  padding: 4px 7px;
}
.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: #e2d9a8;
  border-color: #e2d9a8;
  color: #9b6200;
}
.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: #fdf4c9;
  border-color: #fdf4c9;
  color: #9b6200;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-checkbox {
  margin-right: auto;
}
.cl-gridfilter .cl-filterdlg .cl-filterdlg-buttons .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.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.cl-viewing .cl-grid-cell .cl-inputbox.ipb-sts-02 {
  background-color: #fcf1bb;
}
.cl-grid-row.cl-inserted {
  background-color: rgba(34, 119, 255, 0.05);
  color: #222222;
}
.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: 300;
}
.cl-grid-row.cl-modified {
  background-color: rgba(157, 186, 255, 0.3);
  color: #222222;
}
.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: 300;
}
.cl-grid-row.cl-deleted {
  background-color: rgba(187, 187, 187, 0.5);
  color: #222222;
}
.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-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 {
  color: #222222;
  font-style: normal;
}
.cl-grid-row.cl-nullified {
  background-color: rgba(187, 187, 187, 0.5);
  color: #222222;
}
.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-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: #222222;
  font-style: normal;
}
.cl-grid-row.cl-selected {
  background-color: rgba(70, 89, 247, 0.2) !important;
  color: #222222;
  /* 포커스 셀 */
}
.cl-grid-row.cl-editing {
  background-color: rgba(70, 89, 247, 0.1) !important;
  color: #222222;
}
/* 모든 셀 스타일 */
.cl-grid-cell {
  border-right: 1px solid #e7edf5;
  border-bottom: 1px solid #e7edf5;
  /* columnType=checkbox, columnType=rowindex와 같이 그리드에서 기본 제공하는 컬럼 */
  /* 셀에 포함된 컨트롤 */
  /* 그룹 펼침/접힘 버튼 */
}
.cl-grid-cell.cl-last-column {
  border-right: none;
}
.cl-grid-cell .cl-builtin {
  /* columnType=checkbox */
  /* columnType=rowindex */
}
.cl-grid-cell .cl-control.cl-border-none.cl-output .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-inputbox .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-maskeditor .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-numbereditor .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-dateinput .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-searchinput .cl-text,
.cl-grid-cell .cl-control.cl-border-none.cl-combobox .cl-text {
  padding: 4px 4px 5px 4px;
}
.cl-grid-cell .cl-expander {
  /* 그룹 접혀짐 버튼 */
  /* 그룹 펼쳐짐 버튼 */
}
/* Grid 기본 셀 스타일 */
.cl-default-cell .cl-text {
  padding: 4px 4px 5px 4px;
}
/* 트리셀 */
.cl-treecell {
  background-image: none;
  background-color: #ffffff;
  color: #222222;
  /* 트리셀 안에 트리 아이템 (트리셀에서 트리구조가 시작되는 영역) */
  /* 트리셀 - focus */
  /* 트리셀간 라인 */
}
.cl-treecell .cl-treecell-item {
  padding: 0px 0px 0px 4px;
  /* 체크박스 공통 */
  /* 트리 아이템 체크박스 아이콘 */
  /* 트리 아이템이 펼치고 접혀지는 아이콘 영역 */
  /* 트리 아이템의 아이콘 영역 */
  /* 트리 아이템의 텍스트 */
  /* 폴더형 트리 아이템 */
  /* 트리 아이템 - disabled */
}
.cl-treecell .cl-treecell-item.cl-leaf .cl-checkbox {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/checkbox/ic_check.svg");
  background-position: 0px center, 20px center;
  width: 34px;
}
.cl-treecell .cl-treecell-item.cl-leaf .cl-checkbox.cl-checked {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/tree/ic_check_on.svg") !important;
}
.cl-treecell .cl-treecell-item .cl-checkbox {
  background-image: url("images/controls/checkbox/ic_check.svg");
  background-size: 14px;
  width: 14px;
}
.cl-treecell .cl-treecell-item .cl-checkbox.cl-checked {
  background-image: url("images/controls/tree/ic_check_on.svg");
}
.cl-treecell .cl-treecell-item .cl-checkbox.cl-partialchecked {
  background-image: url("images/controls/tree/ic_partial.svg");
}
.cl-treecell .cl-treecell-item .cl-checkbox + .cl-treecell-itemicon {
  background-image: url("images/controls/tree/ic_file.svg");
  background-position: center;
  margin-left: 4px;
  width: 16px;
}
.cl-treecell .cl-treecell-item .cl-treecell-treeicon {
  background-position: left center;
  width: 16px;
}
.cl-treecell .cl-treecell-item .cl-treecell-itemicon {
  background-image: url("images/controls/tree/ic_dot.svg"), url("images/controls/tree/ic_file.svg");
  background-position: 0px center, 20px center;
  width: 34px;
}
.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");
  margin-left: 4px;
  width: 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: #666666;
}
.cl-treecell.cl-focus {
  border-color: #4366f8;
}
.cl-treecell.cl-treecell-lines {
  /* 트리셀라인 적용시 트리셀 아이템 */
}
.cl-treecell.cl-treecell-lines .cl-treecell-item {
  /* 트리라인의 확장/축소 아이콘 */
  /* 형제노드에 의해 라인만 있는 영역 */
  /* 현재 트리셀의 라인 영역 */
}
.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/tree_line_1.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-treecell-iconline {
  background-image: url("images/controls/tree/tree_line_2.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-last .cl-treecell-iconline {
  background-image: url("images/controls/tree/tree_line_3.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-first .cl-treecell-iconline {
  background-image: url("images/controls/tree/tree_line_4.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item.cl-first.cl-last .cl-treecell-iconline {
  background-image: url("images/controls/tree/tree_line_5.svg");
}
.cl-treecell.cl-treecell-lines .cl-treecell-item .cl-text {
  padding: 0px 0px 0px 4px;
}
.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: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
  /* 트리셀 - disabled 의 트리 아이템 - selected */
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-folder {
  /* 폴더형 트리 아이템이 펼쳐졌을 때 펼치고 접혀지는 아이콘 영역 */
  /* 폴더형 트리 아이템이 접혀졌을 때 펼치고 접혀지는 아이콘 영역 */
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-folder.cl-expanded > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_expanded_off.svg");
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-folder.cl-collapsed > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_collapsed_off.svg");
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
  /* 폴더형 트리 아이템이 펼쳐졌을 때 펼치고 접혀지는 아이콘 영역 */
  /* 폴더형 트리 아이템이 접혀졌을 때 펼치고 접혀지는 아이콘 영역 */
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-selected.cl-expanded > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_expanded_off.svg");
}
.cl-treecell.cl-disabled .cl-treecell-item.cl-selected.cl-collapsed > .cl-treecell-treeicon {
  background-image: url("images/controls/tree/ic_collapsed_off.svg");
}
/* 내비게이션 바 */
.cl-navigationbar {
  font: 13px "KBFGText", "KBFGDisplay", sans-serif;
  border: solid 1px #bec7df;
  color: #333333;
  /* 상단 바 */
  /* 내비게이션 바 - 포커스 */
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-both {
  border-right: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-left {
  border-right: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-prev.cl-position-right {
  border-left: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-both {
  border-left: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-left {
  border-right: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-next.cl-position-right {
  border-left: solid 1px #bec7df;
}
.cl-navigationbar .cl-navigationbar-bar {
  /* 내비게이션 바 아이템 */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item {
  /* 내비게이션 바 아이템 아이콘 */
  /* 내비게이션 바 아이템 텍스트 */
  /* 내비게이션 바 아이템 단축키*/
  /* 내비게이션 바 아이템 드랍다운 아이콘 */
  /* 내비게이션 바 아이템 - 호버 */
  /* 내비게이션 바 아이템 - 활성화 */
  /* 내비게이션 바 아이템 - disabled */
  /* 내비게이션 바 아이템 - 선택됨 */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-hover {
  background-color: #eef3fe;
  color: #333333;
}
.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: #eef3fe;
  color: #333333;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-disabled {
  color: #bbbbbb;
  /* 내비게이션 바 아이템 - 선택됨, disabled */
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-disabled.cl-selected {
  color: #bbbbbb;
  background-color: #e4eaf3;
}
.cl-navigationbar .cl-navigationbar-bar .cl-navigationbar-item.cl-selected {
  background-color: transparent;
  color: #333333;
}
.cl-navigationbar.cl-focus {
  border-color: #4366f8;
}
/* 내비게이션 바 드랍다운 메뉴 */
.cl-navigationbar-list {
  border: solid 1px #bec7df;
  font: 13px "KBFGText", "KBFGDisplay", sans-serif;
  /* 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-disabled {
  background-color: #e4eaf3;
}
.cl-navigationbar-list .cl-arrow-down.cl-disabled {
  background-color: #e4eaf3;
}
.cl-navigationbar-list .cl-navigationbar-listitem {
  color: #333333;
  /* 내비게이션 바 드랍다운 메뉴 아이템 텍스트 */
  /* 내비게이션 드랍다운 메뉴 아이템 - 활성화 */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - 호버 */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - disabled */
  /* 내비게이션 바 드랍다운 메뉴 아이템 - 선택됨 */
}
.cl-navigationbar-list .cl-navigationbar-listitem .cl-navigationbar-icon-wrapper {
  /* 내비게이션 바 드랍다운 메뉴 아이템 아이콘 */
}
.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: #eef3fe;
  color: #333333;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-hover {
  background-color: #eef3fe;
  color: #333333;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-disabled {
  color: #bbbbbb;
  /* 내비게이션 바 드랍다운 메뉴 아이템 - disabled, 선택됨 */
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-disabled.cl-selected {
  color: #bbbbbb;
  background-color: #e4eaf3;
}
.cl-navigationbar-list .cl-navigationbar-listitem.cl-selected {
  background-color: transparent;
  color: #333333;
}
/* fullmenu 타입 서브메뉴 */
.cl-navigationbar-fullmenu {
  /* 서브메뉴에서 나누어진 그룹 영역 */
}
/* 탭 폴더 - disabled */
/* 탭 폴더 */
.cl-tabfolder {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  /* 헤더 */
  /* 탭폴더 바디 */
}
.cl-tabfolder .cl-tabfolder-header {
  height: 26px;
  /* 이전으로 스크롤 버튼 */
  /* 다음으로 스크롤 버튼 */
  /* 탭 헤더 아이템 */
}
.cl-tabfolder .cl-tabfolder-header .cl-empty-area {
  box-shadow: inset 0px -1px 0px 0px #bec7df;
  border-bottom: 1px solid transparent;
}
.cl-tabfolder .cl-tabfolder-header.cl-top .cl-tabfolder-item {
  border-bottom: 1px solid transparent;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-prev,
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-next {
  background-color: transparent;
  border: none;
  box-shadow: inset 0px -1px 0px 0px #bec7df;
  width: 26px;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-prev.cl-disabled,
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-next.cl-disabled {
  background-color: transparent;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-prev {
  background-image: url("images/controls/tabfolder/ic_btn_prev.svg");
  background-position: calc(100% - 6px) center;
  /* 이전으로 스크롤 버튼 - disabled */
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-prev:not(.cl-disabled):after {
  content: "";
  position: relative;
  display: block;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  width: 40px;
  height: calc(100% - 1px);
  left: 20px;
  z-index: 1;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-prev.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_prev_off.svg");
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-next {
  background-image: url("images/controls/tabfolder/ic_btn_next.svg");
  background-position: 6px center;
  /* 다음으로 스크롤 버튼 - disabled */
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-next:not(.cl-disabled):after {
  content: "";
  position: relative;
  display: block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  width: 40px;
  height: calc(100% - 1px);
  right: calc(50% + 20px);
  z-index: 1;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-next.cl-disabled {
  background-image: url("images/controls/tabfolder/ic_btn_next_off.svg");
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item {
  background-color: transparent;
  border: none;
  box-shadow: inset 0px -1px 0px 0px #bec7df;
  color: #444444;
  font-size: 14px;
  padding: 4px 0px;
  text-align: center;
  /* 탭 아이템 체크 박스 */
  /* 탭 헤더 아이템 닫기 버튼 */
  /* 탭 헤더 아이템 - 선택됨 */
  /* 탭 헤더 아이템 - 호버 */
  /* 비활성 탭 아이템 */
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item .cl-checkbox {
  margin-right: 0px;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item .cl-checkbox + .cl-text {
  padding: 0px 0px 0px 6px;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item .cl-checkbox .cl-checkbox-icon {
  background-image: url("images/controls/checkbox/ic_check.svg");
}
.cl-tabfolder .cl-tabfolder-header .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-tabfolder-item .cl-text:focus {
  text-decoration: none;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item.cl-selected {
  background-color: transparent;
  border-color: #bec7df;
  box-shadow: inset 0px -2px 0px 0px #4366f8;
  color: #222222;
  font-weight: 700;
  /* 탭 헤더 아이템 닫기 버튼 - 선택 됨 */
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item:not(.cl-selected):hover {
  background-color: transparent;
  border-color: #bec7df;
  box-shadow: inset 0px -1px 0px 0px #4b64ef;
  color: #444444;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item.cl-disabled {
  background-color: transparent;
  border-color: #e4eaf3;
  color: #666666;
  text-shadow: none;
}
.cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item.cl-disabled:hover {
  background-color: transparent;
  box-shadow: inset 0px -1px 0px 0px #bec7df;
  color: #666666;
}
.cl-tabfolder .cl-tabfolder-body {
  background-color: transparent;
  border: none;
  color: #222222;
}
/* 페이지 인덱서 */
.cl-pageindexer {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  color: #222222;
  padding: 0px;
  /* 페이지 인덱서 버튼 공통 */
  /* navigationType="text"으로 표현되는 페이지 정보 텍스트 */
  /* 페이지인덱서 버튼 페이지이동 버튼 공통 */
  /* 페이지 인덱서 처음으로 버튼 */
  /* 페이지 인덱서 이전 버튼 */
  /* 페이지 인덱서 다음 버튼 */
  /* 페이지 인덱서 마지막으로 버튼 */
  /* navigationType="button"으로 표현되는 페이지 인덱스 버튼 */
  /* 페이지 인덱서 - disabled */
}
.cl-pageindexer .cl-pageindexer-index {
  width: auto !important;
  min-width: 20px;
}
.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: 20px;
}
.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 {
  border: none;
  margin: 0px 2px;
}
.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: inherit;
}
.cl-pageindexer .cl-pageindexer-first.cl-disabled,
.cl-pageindexer .cl-pageindexer-last.cl-disabled,
.cl-pageindexer .cl-pageindexer-prev.cl-disabled,
.cl-pageindexer .cl-pageindexer-next.cl-disabled,
.cl-pageindexer .cl-pageindexer-index.cl-disabled {
  background-color: transparent;
}
.cl-pageindexer .cl-pageindexer-first,
.cl-pageindexer .cl-pageindexer-last,
.cl-pageindexer .cl-pageindexer-prev,
.cl-pageindexer .cl-pageindexer-next {
  background-color: transparent;
  width: 20px;
}
.cl-pageindexer .cl-pageindexer-first:first-child,
.cl-pageindexer .cl-pageindexer-last:first-child,
.cl-pageindexer .cl-pageindexer-prev:first-child,
.cl-pageindexer .cl-pageindexer-next:first-child {
  margin-left: 0px;
}
.cl-pageindexer .cl-pageindexer-first:last-child,
.cl-pageindexer .cl-pageindexer-last:last-child,
.cl-pageindexer .cl-pageindexer-prev:last-child,
.cl-pageindexer .cl-pageindexer-next:last-child {
  margin-right: 0px;
}
.cl-pageindexer .cl-pageindexer-first {
  background-image: url("images/controls/pageindexer/ic_btn_first.svg");
}
.cl-pageindexer .cl-pageindexer-first.cl-disabled {
  background-image: url("images/controls/pageindexer/ic_btn_first_off.svg") !important;
}
.cl-pageindexer .cl-pageindexer-prev {
  background-image: url("images/controls/pageindexer/ic_btn_prev.svg");
}
.cl-pageindexer .cl-pageindexer-prev.cl-disabled {
  background-image: url("images/controls/pageindexer/ic_btn_prev_off.svg") !important;
}
.cl-pageindexer .cl-pageindexer-next {
  background-image: url("images/controls/pageindexer/ic_btn_next.svg");
}
.cl-pageindexer .cl-pageindexer-next.cl-disabled {
  background-image: url("images/controls/pageindexer/ic_btn_next_off.svg") !important;
}
.cl-pageindexer .cl-pageindexer-last {
  background-image: url("images/controls/pageindexer/ic_btn_last.svg");
}
.cl-pageindexer .cl-pageindexer-last.cl-disabled {
  background-image: url("images/controls/pageindexer/ic_btn_last_off.svg") !important;
}
.cl-pageindexer .cl-pageindexer-index-area {
  padding: 0px 6px;
}
.cl-pageindexer .cl-pageindexer-index {
  background-color: transparent;
  border-radius: 4px;
  /* 페이지 인덱서 선택된 페이지 */
}
.cl-pageindexer .cl-pageindexer-index.cl-selected {
  background-color: #4366f8;
  color: #ffffff;
}
.cl-pageindexer.cl-disabled {
  color: #666666;
}
.cl-pageindexer:not(.cl-disabled) {
  /* 페이지 인덱서 처음으로 버튼 - 액티브 */
  /* 페이지 인덱서 이전 버튼 - 액티브 */
  /* 페이지 인덱서 다음 버튼 - 액티브 */
  /* 페이지 인덱서 마지막으로 버튼 - 액티브 */
}
.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: #ecf1fe;
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-index.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-index.cl-disabled:hover {
  background-color: #ecf1fe;
}
.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-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 {
  background-color: transparent;
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next.cl-disabled.cl-hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev.cl-disabled:hover,
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next.cl-disabled:hover {
  background-color: transparent;
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-first:active {
  background-image: url("images/controls/pageindexer/ic_btn_first.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-prev:active {
  background-image: url("images/controls/pageindexer/ic_btn_prev.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-next:active {
  background-image: url("images/controls/pageindexer/ic_btn_next.svg");
}
.cl-pageindexer:not(.cl-disabled) .cl-pageindexer-last:active {
  background-image: url("images/controls/pageindexer/ic_btn_last.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_off.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-prev {
  background-image: url("images/controls/pageindexer/ic_btn_prev_off.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-next {
  background-image: url("images/controls/pageindexer/ic_btn_next_off.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-last {
  background-image: url("images/controls/pageindexer/ic_btn_last_off.svg");
}
.cl-pageindexer.cl-disabled .cl-pageindexer-index.cl-selected {
  background-color: #4366f8;
  color: #ffffff;
}
/* 노티파이어 아이템 */
.cl-notifier-item {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  border: none;
  color: #444444;
  padding: 9px 16px 10px 26px;
  /* 노티파이어 아이템 텍스트 */
  /* 노티파이어 아이템 아이콘 */
  /* 노티파이어 아이템 닫기 버튼 */
  /* 노티파이어 아이템 기본 스타일 */
  /* 노티파이어 아이템 success 스타일 */
  /* 노티파이어 아이템 info 스타일 */
  /* 노티파이어 아이템 warning 스타일 */
  /* 노티파이어 아이템 danger 스타일 */
}
.cl-notifier-item .cl-text {
  padding: 0px 0px 0px 6px;
  font-weight: 500;
  font-size: 13px;
}
.cl-notifier-item .cl-notifier-icon {
  background-size: 16px;
}
.cl-notifier-item .cl-notifier-closebutton {
  background-image: url("images/controls/notifier/ic_msg_close.svg");
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.cl-notifier-item.cl-notifier-default {
  border-top: 1px solid #e7edf5;
  background-color: #f9fbfe;
  /* 노티파이어 아이템 기본 아이콘 */
}
.cl-notifier-item.cl-notifier-default .cl-notifier-default-icon {
  background-image: url("images/controls/notifier/ic_msg_normal.svg");
}
.cl-notifier-item.cl-notifier-success {
  /* 노티파이어 아이템 success 아이콘 */
}
.cl-notifier-item.cl-notifier-info {
  border-top: 1px solid #e1e7fd;
  background-color: #f5f7fe;
  /* 노티파이어 아이템 info 아이콘 */
}
.cl-notifier-item.cl-notifier-info .cl-notifier-info-icon {
  background-image: url("images/controls/notifier/ic_msg_info.svg");
}
.cl-notifier-item.cl-notifier-warning {
  border-top: 1px solid #ffea93;
  background-color: #fffcf2;
  /* 노티파이어 아이템 warning 아이콘 */
}
.cl-notifier-item.cl-notifier-warning .cl-notifier-warning-icon {
  background-image: url("images/controls/notifier/ic_msg_warning.svg");
}
.cl-notifier-item.cl-notifier-danger {
  border-top: 1px solid #ffd7d9;
  background-color: #fff9f9;
  /* 노티파이어 아이템 danger 아이콘 */
}
.cl-notifier-item.cl-notifier-danger .cl-notifier-danger-icon {
  background-image: url("images/controls/notifier/ic_msg_danger.svg");
}
.cl-progress {
  /* 프로그레스 바 루트 */
  background-image: none;
  background-color: #eef3fe;
  border: none;
  border-radius: 3px;
  min-width: 50px;
}
.cl-progress .cl-progress-bar {
  /* 진행 바 */
  background-image: none;
  background-color: #4366f8;
  border-radius: 3px;
  min-height: 6px;
}
.cl-progress .cl-text {
  /* 진행 바에 표시되는 텍스트 */
  color: #9db0ff;
  font-weight: 700;
  text-shadow: none;
  padding: 0px 5px;
}
.cl-progress.cl-disabled {
  /* 프로그레스 바 - disabled */
  background-image: none;
  background-color: #eef3fe;
}
.cl-progress.cl-disabled .cl-progress-bar {
  /* 진행 바 - disabled */
  background-image: none;
  background-color: #e4eaf3;
}
/* 파일 인풋 루트 */
.cl-fileinput {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #c5cee3;
  border-radius: 4px;
  color: #222222;
  text-align: left;
  /*autoSize 설정시 표시되는 기본크기*/
  min-width: 20px;
  min-height: 20px;
  /* 파일 인풋 내 텍스트 */
  /* 포커스 상태 */
  /* 파일 인풋 - 클리어 버튼 */
}
.cl-fileinput .cl-text {
  padding: 0px 5px;
}
.cl-fileinput .cl-text.cl-placeholder {
  color: #bbbbbb !important;
  font-style: normal;
  font-weight: 300;
}
.cl-fileinput.cl-focus {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
.cl-fileinput.cl-disabled {
  background-color: #e4eaf3;
  border-color: #e4eaf3;
  color: #666666;
}
.cl-fileinput.cl-disabled .cl-text.cl-placeholder {
  color: #bbbbbb !important;
}
.cl-fileinput .cl-fileinput-clear {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
  padding-right: 3px;
  width: 16px;
}
.cl-fileinput .cl-fileinput-clear:hover {
  background-image: url("images/controls/inputbox/ic_btn_clear.svg");
}
.cl-fileinput:not(.cl-disabled):hover {
  border-color: #4366f8;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #4366f8;
}
/* 컬럼 음영 스타일 */
.cl-formlayout-column-shade {
  background-color: #faf8e1;
}
/* 행 음영 스타일 */
.cl-formlayout-row-shade {
  background-color: #faf8e1;
}
/* 구분 선 스타일 */
.cl-formlayout-vertical-separator,
.cl-formlayout-horizontal-separator {
  background-color: #e7edf5;
}
/* lightweight resizer style */
.cl-formlayout-vertical-lightweight-resizer,
.cl-formlayout-horizontal-lightweight-resizer {
  background-color: #4366f8;
}
.cl-audio {
  border: 1px solid #c5cee3;
}
.cl-audio.cl-focus {
  border-color: #4366f8;
}
.cl-video {
  border: 1px solid #c5cee3;
}
.cl-video.cl-focus {
  border-color: #4366f8;
}
.cl-sidenavigation {
  font: 300 12px "KBFGText", "KBFGDisplay", sans-serif;
  font-family: "KBFGDisplay", sans-serif;
  background-color: #ffffff;
  border: 1px solid #e7edf5;
  color: #222222;
}
.cl-sidenavigation.cl-focus {
  border-color: #4366f8;
}
.cl-sidenavigation .cl-sidenavigation-item {
  height: auto;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-icon {
  display: none;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-text {
  padding: 0px;
}
.cl-sidenavigation .cl-sidenavigation-item .cl-expand-icon {
  background-size: 20px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-folder.cl-expanded .cl-expand-icon {
  background-image: url("images/com/chevron_up_black.svg");
}
.cl-sidenavigation .cl-sidenavigation-item.cl-folder.cl-collapsed .cl-expand-icon {
  background-image: url("images/com/chevron_down_black.svg");
}
.cl-sidenavigation .cl-sidenavigation-item:hover,
.cl-sidenavigation .cl-sidenavigation-item.cl-hover,
.cl-sidenavigation .cl-sidenavigation-item:focus {
  background-color: #eef3fe;
  color: #222222;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-selected {
  background-color: transparent;
  color: #222222;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-selected.cl-folder.cl-expanded .cl-expand-icon {
  background-image: url("images/com/chevron_up_black.svg");
}
.cl-sidenavigation .cl-sidenavigation-item.cl-selected.cl-folder.cl-collapsed .cl-expand-icon {
  background-image: url("images/com/chevron_down_black.svg");
}
.cl-sidenavigation .cl-sidenavigation-item.cl-disabled {
  color: #666666;
}
.cl-sidenavigation .cl-sidenavigation-item.cl-disabled.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.cl-sidenavigation.cl-disabled {
  color: #666666;
}
.cl-sidenavigation.cl-disabled .cl-sidenavigation-item.cl-selected {
  background-color: #e4eaf3;
  color: #666666;
}
.cl-control.cl-focus,
.cl-control:focus,
.cl-linkedcombobox-combo.cl-focus,
.cl-linkedcombobox-combo:focus,
.cl-grid-cell:focus {
  /* 웹 접근성 개선 목적으로 포커스 링을 표시하려면 아래 주석을 해제 하십시오. */
}
