/* 
 * Define Custom Sheets
 * Template Name : hira-community-ui
 * Author : daye
 * File : less
 */
/************************************************
 * 공통 스타일 시트
 ************************************************/
/* 
 * Define Custom variables
 * Template Name : hira-community-ui
 * Author : Da-eun Ryu
 * File : less
 */
/************************************************
 * Color System
 ************************************************/
/************************************************
 * Body
 ************************************************/
/************************************************
 * Font
 ************************************************/
/************************************************
 * Components
 ************************************************/
/************************************************
 * Input
 ************************************************/
/************************************************
 * Selection
 ************************************************/
/************************************************
 * Button
 ************************************************/
/************************************************
 * Form
 ************************************************/
/************************************************
 * Table
 ************************************************/
/************************************************
 * Tab
 ************************************************/
/************************************************
* Modal
************************************************/
/************************************************
 * Calendar
 ************************************************/
/* Calendar Root */
/* Header */
/* Content header */
/* Other month */
/* Dates */
/* Footer */
/************************************************
 * 본고딕 (Noto Sans KR)
 ************************************************/
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans KR Light"), local("Noto Sans KR-Light"), url("fonts/NotoSansKR/NotoSansKR-Light.woff2") format("woff2"), url("fonts/NotoSansKR/NotoSansKR-Light.woff") format("woff"), url("fonts/NotoSansKR/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans KR Regular"), local("Noto Sans KR-Regular"), url("fonts/NotoSansKR/NotoSansKR-Regular.woff2") format("woff2"), url("fonts/NotoSansKR/NotoSansKR-Regular.woff") format("woff"), url("fonts/NotoSansKR/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans KR Medium"), local("Noto Sans KR-Medium"), url("fonts/NotoSansKR/NotoSansKR-Medium.woff2") format("woff2"), url("fonts/NotoSansKR/NotoSansKR-Medium.woff") format("woff"), url("fonts/NotoSansKR/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans KR Bold"), local("Noto Sans KR-Bold"), url("fonts/NotoSansKR/NotoSansKR-Bold.woff2") format("woff2"), url("fonts/NotoSansKR/NotoSansKR-Bold.woff") format("woff"), url("fonts/NotoSansKR/NotoSansKR-Bold.otf") format("opentype");
}
/* 
 * Define Common Class
 * Template Name : hira-community-ui
 * Author : Da-eun Ryu
 * File : less
 */
/************************************************
 * 팔레트
 ************************************************/
.bg-primary {
  background-color: #57b9dc !important;
}
.bg-secondary {
  background-color: #2ea8d3 !important;
}
.bg-success {
  background-color: #0c9c54 !important;
}
.bg-info {
  background-color: #2e79ea !important;
}
.bg-warning {
  background-color: #e75422 !important;
}
.bg-danger {
  background-color: #e20b0b !important;
}
.bg-dark {
  background-color: #222222 !important;
}
.bg-gray {
  background-color: #aaaaaa !important;
}
.bg-blue {
  background-color: #2e79ea !important;
}
.bg-indigo {
  background-color: #2e7aea !important;
}
.bg-purple {
  background-color: #685cd9 !important;
}
.bg-pink {
  background-color: #eda4cf !important;
}
.bg-red {
  background-color: #e20b0b !important;
}
.bg-orange {
  background-color: #fc734e !important;
}
.bg-yellow {
  background-color: #ffc31f !important;
}
.bg-green {
  background-color: #0c9c54 !important;
}
.bg-teal {
  background-color: #00928a !important;
}
.bg-cyan {
  background-color: #5bcbbd !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #ebeced !important;
}
.bg-lighter {
  background-color: #f1f2f3 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-opacity {
  opacity: 0.35;
}
.bg-primary-dim {
  background-color: #eff9f8 !important;
}
.bg-secondary-dim {
  background-color: #000 !important;
}
.bg-success-dim {
  background-color: #e0f1ef !important;
}
.bg-info-dim {
  background-color: #f2f7ff !important;
}
.bg-warning-dim {
  background-color: #000 !important;
}
.bg-danger-dim {
  background-color: #ffeceb !important;
}
.bg-gray-100 {
  background-color: #f5f5f5 !important;
}
.bg-gray-200 {
  background-color: #000 !important;
}
.bg-gray-300 {
  background-color: #e7e7e7 !important;
}
.bg-gray-400 {
  background-color: #adadad !important;
}
.bg-gray-500 {
  background-color: #999999 !important;
}
.bg-gray-600 {
  background-color: #888888 !important;
}
.bg-gray-700 {
  background-color: #767676 !important;
}
.bg-gray-800 {
  background-color: #555555 !important;
}
.bg-gray-900 {
  background-color: #333333 !important;
}
.text-primary {
  color: #57b9dc !important;
}
.text-secondary {
  color: #2ea8d3 !important;
}
.text-info {
  color: #2e79ea !important;
}
.text-success {
  color: #0c9c54 !important;
}
.text-danger {
  color: #e20b0b !important;
}
.text-warning {
  color: #e75422 !important;
}
.text-dark {
  color: #222222 !important;
}
.text-gray {
  color: #aaaaaa !important;
}
.text-body {
  color: #000000 !important;
}
.text-base {
  color: #333333 !important;
}
.text-soft {
  color: #686868 !important;
}
.text-black {
  color: #000000 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-light {
  color: #ebeced !important;
}
.text-lighter {
  color: #f1f2f3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-blue {
  color: #2e79ea !important;
}
.text-indigo {
  color: #2e7aea !important;
}
.text-purple {
  color: #685cd9 !important;
}
.text-pink {
  color: #eda4cf !important;
}
.text-red {
  color: #e20b0b !important;
}
.text-orange {
  color: #fc734e !important;
}
.text-yellow {
  color: #ffc31f !important;
}
.text-green {
  color: #0c9c54 !important;
}
.text-teal {
  color: #00928a !important;
}
.text-cyan {
  color: #5bcbbd !important;
}
.text-transparent {
  color: transparent !important;
}
.text-primary-dim {
  color: #eff9f8 !important;
}
.text-secondary-dim {
  color: #000 !important;
}
.text-success-dim {
  color: #e0f1ef !important;
}
.text-info-dim {
  color: #f2f7ff !important;
}
.text-warning-dim {
  color: #000 !important;
}
.text-danger-dim {
  color: #ffeceb !important;
}
.text-gray-100 {
  color: #f5f5f5 !important;
}
.text-gray-200 {
  color: #000 !important;
}
.text-gray-300 {
  color: #e7e7e7 !important;
}
.text-gray-400 {
  color: #adadad !important;
}
.text-gray-500 {
  color: #999999 !important;
}
.text-gray-600 {
  color: #888888 !important;
}
.text-gray-700 {
  color: #767676 !important;
}
.text-gray-666 {
  color: #666666 !important;
}
.text-gray-800 {
  color: #555555 !important;
}
.text-gray-900 {
  color: #333333 !important;
}
/************************************************
 * 바디
 ************************************************/
html,
body {
  font-size: 16px;
}
.body {
  background-color: #f6f6f6;
}
a {
  background-color: transparent;
  color: #57b9dc;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
}
.cl-control a {
  text-decoration: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/************************************************
 * 타이포그래피
 ************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
  color: #000000;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  overflow: visible !important;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
.fs-normal {
  font-size: 14px !important;
}
.fs-base {
  font-size: 16px !important;
}
.fs-lg {
  font-size: 19px !important;
}
.fs-md {
  font-size: 15px !important;
}
.fs-sm {
  font-size: 13px !important;
}
.ff-base {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif !important;
}
.ff-italic {
  font-style: italic !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.lcap,
.text-lowercase {
  text-transform: lowercase !important;
}
.ucap,
.text-uppercase {
  text-transform: uppercase !important;
}
.ccap,
.text-capitalize {
  text-transform: capitalize !important;
}
.underline,
.text-underline {
  text-decoration: underline !important;
}
/************************************************
 * 유틸리티
 ************************************************/
.border {
  border: 1px solid #d1d1d1 !important;
}
.border-top {
  border-top: 1px solid #d1d1d1 !important;
}
.border-bottom {
  border-bottom: 1px solid #d1d1d1 !important;
}
.border-left {
  border-left: 1px solid #d1d1d1 !important;
}
.border-right {
  border-right: 1px solid #d1d1d1 !important;
}
.border-0 {
  border: none !important;
}
.border-top-0 {
  border-top: none !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.border-left-0 {
  border-left: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.border-primary {
  border-color: #57b9dc !important;
}
.border-secondary {
  border-color: #2ea8d3 !important;
}
.border-success {
  border-color: #0c9c54 !important;
}
.border-info {
  border-color: #2e79ea !important;
}
.border-warning {
  border-color: #e75422 !important;
}
.border-danger {
  border-color: #e20b0b !important;
}
.border-dark {
  border-color: #222222 !important;
}
.border-gray {
  border-color: #aaaaaa !important;
}
.border-blue {
  border-color: #2e79ea !important;
}
.border-indigo {
  border-color: #2e7aea !important;
}
.border-purple {
  border-color: #685cd9 !important;
}
.border-pink {
  border-color: #eda4cf !important;
}
.border-orange {
  border-color: #fc734e !important;
}
.border-teal {
  border-color: #00928a !important;
}
.border-cyan {
  border-color: #5bcbbd !important;
}
.border-white {
  border-color: #ffffff !important;
}
.border-light {
  border-color: #ebeced !important;
}
.border-lighter {
  border-color: #f1f2f3 !important;
}
.border-black {
  border-color: #000000 !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-gray-100 {
  border-color: #f5f5f5 !important;
}
.border-gray-200 {
  border-color: #000 !important;
}
.border-gray-300 {
  border-color: #e7e7e7 !important;
}
.border-gray-400 {
  border-color: #adadad !important;
}
.border-gray-500 {
  border-color: #999999 !important;
}
.border-gray-600 {
  border-color: #888888 !important;
}
.border-gray-700 {
  border-color: #767676 !important;
}
.border-gray-800 {
  border-color: #555555 !important;
}
.border-gray-900 {
  border-color: #333333 !important;
}
.dashed {
  border: 1px solid #d1d1d1;
  border-style: dashed;
}
.rounded {
  border-radius: 6px !important;
}
.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-circle {
  border-radius: 9999px !important;
}
.rounded-pill {
  border-radius: 1.5rem !important;
}
.rounded-0 {
  border-radius: 0px !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded-lg {
  border-radius: 13px !important;
}
.box-shadow {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
}
.box-shadow-0 {
  box-shadow: none !important;
}
.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 12px !important;
}
.m-4 {
  margin: 16px !important;
}
.m-5 {
  margin: 20px !important;
}
.m-gs {
  margin: 24px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.ml-4 {
  margin-left: 16px !important;
}
.ml-5 {
  margin-left: 20px !important;
}
.ml-gs {
  margin-left: 24px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mr-gs {
  margin-right: 24px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-gs {
  margin-top: 24px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-gs {
  margin-bottom: 24px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-gs {
  padding: 24px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pl-4 {
  padding-left: 16px !important;
}
.pl-5 {
  padding-left: 20px !important;
}
.pl-gs {
  padding-left: 24px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pr-4 {
  padding-right: 16px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-gs {
  padding-right: 24px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.pt-gs {
  padding-top: 24px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pb-gs {
  padding-bottom: 24px !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-text {
  cursor: text;
}
.cursor-wait {
  cursor: wait;
}
.cursor-help {
  cursor: help;
}
/************************************************
 * 공통 화면 스타일 시트
 ************************************************/
/************************************************
 * 헤더
 ************************************************/
.cl-container.header {
  background-color: #57b9dc;
}
.cl-container.header .cl-container.logo .cl-output.h2 {
  font-weight: 700;
  letter-spacing: -0.06em;
}
.cl-container.header .cl-container.global-search {
  background-color: #ffffff;
  border-radius: 20px;
}
.cl-container.header .cl-container.global-search .cl-control {
  background-color: transparent;
  border: none;
}
.cl-container.header .cl-container.global-search .cl-control .cl-text {
  padding: 0px 15px;
}
.cl-container.header .cl-container.global-search .cl-searchinput .cl-searchinput-search {
  width: 34px;
}
.cl-container.header .cl-container.global-search .cl-formlayout-vertical-separator {
  background-color: transparent;
  background-image: linear-gradient(#d4d4d4, #d4d4d4);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px 16px;
}
.cl-container.header .cl-button.btn-outline-white {
  padding: 0px 20px;
}
.cl-container.header .cl-button.btn-outline-white .cl-icon {
  margin-right: 4px;
}
.cl-container.header .cl-button.btn-prev {
  background-image: url("images/com/main/ico_btn_prev.png");
  background-position: left center;
}
.cl-container.header .cl-button.btn-menu {
  background-image: url("images/com/main/ico_btn_menu.png");
  background-position: right center;
}
.cl-container.header.admin {
  background-color: #ef7f5d;
}
.cl-container.header.admin .cl-button.btn-outline-white {
  padding: 0px 15px;
  font-size: 14px;
}
.cl-sidenavigation.admin-menu {
  border-width: 1px 0px 0px;
  border-radius: 0px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  min-height: 18px;
  padding: 0px 25px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item .cl-icon {
  background-image: none;
  width: 0px;
  min-width: 0px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item .cl-text {
  padding: 0px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item:not(.cl-folder) {
  background-image: url("images/controls/menu/ico_arrow_right.png");
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item:not(.cl-folder) .cl-text {
  padding-right: 10px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item:hover,
.cl-sidenavigation.admin-menu .cl-sidenavigation-item.cl-hover,
.cl-sidenavigation.admin-menu .cl-sidenavigation-item:focus,
.cl-sidenavigation.admin-menu .cl-sidenavigation-item.cl-selected {
  background-color: transparent;
  color: #e75d34;
  background-image: url("images/controls/menu/ico_arrow_right_red.png");
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item.cl-level-1 {
  height: 60px;
}
.cl-sidenavigation.admin-menu .cl-sidenavigation-item.cl-level-1:not(.cl-first) {
  border-top: 1px solid #edecec;
}
.cl-container.footer {
  background-color: #ffffff;
}
.cl-container.footer .cl-output.copyright {
  color: #888888;
  font-size: 15px;
}
.cl-container.panel .cl-output.h1 {
  font-size: 26px;
  text-align: center;
}
.cl-container.panel .cl-sidenavigation.sidemenu {
  border-radius: 0px;
  border: none;
}
.cl-container.panel .cl-sidenavigation.sidemenu .cl-sidenavigation-item {
  font-size: 16px;
}
.cl-container.panel .cl-sidenavigation.sidemenu .cl-sidenavigation-item:hover,
.cl-container.panel .cl-sidenavigation.sidemenu .cl-sidenavigation-item.cl-hover,
.cl-container.panel .cl-sidenavigation.sidemenu .cl-sidenavigation-item:focus,
.cl-container.panel .cl-sidenavigation.sidemenu .cl-sidenavigation-item.cl-selected {
  background-color: transparent;
  color: #2e7aea;
}
@media screen and (max-width: 753px) {
  .cl-container.header .cl-button.btn-outline-white {
    font-size: 0px;
    padding: 0px;
    min-width: 36px;
  }
  .cl-container.header .cl-button.btn-outline-white .cl-icon {
    margin: 0px;
  }
  .cl-container.footer .cl-output.copyright {
    vertical-align: top;
  }
}
/************************************************
 * 드롭다운메뉴
 ************************************************/
.cl-container.dropdown {
  background-color: #f5f5f5;
  border-radius: 6px;
}
.cl-container.dropdown .cl-container.user-info .cl-output {
  color: #888888;
}
.cl-container.dropdown .cl-container.user-info .cl-layout-wrap:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  width: 1px;
  height: 12px;
  background-color: #dcdcdc;
  margin-right: 10px;
}
.cl-container.dropdown .cl-container.user-info .cl-layout-wrap:not(:first-child) .cl-output {
  padding-left: 10px;
}
.cl-container.dropdown .cl-container.btn-group .cl-button {
  background-image: url("images/controls/menu/ico_arrow.png");
  background-position: calc(100% - 6px) center;
  color: #555555;
  font-weight: 500;
  text-align: left;
}
.cl-container.dropdown .cl-container.btn-group .cl-button .cl-icon {
  margin: 0px 8px 0px 6px;
  width: 22px;
  height: 22px;
}
.arrow-top:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #ffffff;
  top: -10px;
  right: 12px;
}
.cl-container.global-m-search {
  background-color: #57b9dc;
}
.cl-container.global-m-search .cl-searchinput {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 9999px;
  color: #ffffff;
}
.cl-container.global-m-search .cl-searchinput .cl-searchinput-search {
  background-image: url("images/com/main/ico_btn_search.png");
  background-size: auto;
  width: 25px;
}
.cl-container.quickGrp {
  position: fixed !important;
  width: 100% !important;
  height: 30px !important;
}
/************************************************
 *  이미지
 ************************************************/
.cl-container.img-blank {
  background-image: url("images/controls/image/img_bg.png");
  background-repeat: no-repeat;
}
/************************************************
 *  인풋계열
 ************************************************/
.cl-searchinput.search {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  font-size: 15px;
}
.cl-searchinput.search .cl-text {
  background-color: #f8f8f8;
  padding: 0px 14px;
}
.cl-searchinput.search .cl-searchinput-search {
  background-position: right center;
}
.cl-container.search-field {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
}
.cl-container.search-field .cl-control {
  background-color: transparent;
  border: none;
}
.cl-container.search-field .cl-formlayout-vertical-separator {
  background-color: transparent;
  background-image: linear-gradient(#d4d4d4, #d4d4d4);
  background-repeat: no-repeat;
  background-size: 1px 16px;
  background-position: center;
}
.cl-textarea.comment {
  background-color: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 15px;
}
.cl-textarea.comment .cl-text {
  padding: 10px 14px !important;
}
.cl-textarea.comment .cl-text.cl-placeholder {
  color: #c3c3c3 !important;
}
/************************************************
 *  셀렉션계열
 ************************************************/
.cl-sidenavigation.board.cl-focus {
  border-color: #e7e7e7;
}
.cl-sidenavigation.board .cl-sidenavigation-item {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  min-height: 18px;
  padding: 0px 25px;
}
.cl-sidenavigation.board .cl-sidenavigation-item .cl-icon {
  background-image: none;
  width: 0px;
  min-width: 0px;
}
.cl-sidenavigation.board .cl-sidenavigation-item .cl-text {
  padding: 0px;
}
.cl-sidenavigation.board .cl-sidenavigation-item:hover,
.cl-sidenavigation.board .cl-sidenavigation-item.cl-hover,
.cl-sidenavigation.board .cl-sidenavigation-item:focus,
.cl-sidenavigation.board .cl-sidenavigation-item.cl-selected {
  background-color: transparent;
  color: #2e7aea;
}
.cl-sidenavigation.board .cl-sidenavigation-item:not(.cl-folder) {
  background-image: url("images/controls/menu/ico_arrow_right.png");
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
}
.cl-sidenavigation.board .cl-sidenavigation-item:not(.cl-folder) .cl-text {
  padding-right: 10px;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-folder.cl-expanded {
  font-weight: 500;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-level-1 {
  height: 60px;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-level-1.all-menu {
  color: #2e7aea;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-level-1:not(.cl-first) {
  border-top: 1px solid #edecec;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-level-1 + .cl-list.cl-level-2 {
  border-top: 1px solid #edecec;
  padding-bottom: 20px;
}
.cl-sidenavigation.board .cl-sidenavigation-item.cl-level-2 {
  margin-top: 18px;
}
.cl-container.switch .cl-button {
  color: #747474;
  font-size: 18px;
  font-weight: 500;
}
.cl-container.switch .cl-button.selected {
  box-shadow: inset 0px -2px 0px 0px #000000;
  color: #000000;
  font-weight: 700;
}
/************************************************
 * 탭폴더
 ************************************************/
@media screen and (max-width: 753px) {
  .cl-tabfolder {
    border: none;
    box-shadow: none;
    overflow: visible !important;
  }
  .cl-tabfolder .cl-tabfolder-header {
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    height: 50px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .cl-tabfolder .cl-tabfolder-header .cl-empty-area:not(:last-child) {
    background-position: center calc(50%);
  }
  .cl-tabfolder .cl-tabfolder-header .cl-empty-area:first-child {
    background-image: none;
  }
  .cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item {
    padding: 10px 0px;
  }
  .cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item.cl-selected {
    box-shadow: none;
  }
  .cl-tabfolder .cl-tabfolder-body {
    border-radius: 6px;
    border: none;
    margin-top: 10px;
  }
}
/************************************************
 * UDC
 ************************************************/
.cl-container.fileinput {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}
.cl-container.fileinput .cl-output.dot-txt {
  background-position: left 8px;
}
.cl-container.btn-group-box {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
}
.cl-container.btn-group-box .cl-formlayout-horizontal-separator {
  background-color: transparent;
  background-image: linear-gradient(#cfcfcf, #cfcfcf);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 12px) 1px;
}
.cl-container.btn-group-box:before {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  right: 4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #cfcfcf;
}
.cl-container.btn-group-box:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  right: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.raonkUploadNone {
  display: none !important;
}
/************************************************
 * 커스텀 스타일 시트
 ************************************************/
/************************************************
 * 배지 기본
 ************************************************/
.cl-output.badge,
span.badge {
  background-color: #f1f2f3;
  color: #6f7275;
  border-radius: 2px;
  padding: 0px 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.cl-output.badge.badge-green,
span.badge.badge-green {
  background-color: #eff9f8;
}
.cl-output.badge.badge-red,
span.badge.badge-red {
  background-color: #ffeceb;
  color: #e36e65;
}
.cl-output.badge.badge-purple,
span.badge.badge-purple {
  background-color: #e8e8fa;
  color: #625f65;
}
.cl-output.badge.badge-dark,
span.badge.badge-dark {
  background-color: #c2c2c2;
  border: 1px solid #adadad;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  padding: 0px;
}
span.badge {
  font-weight: 300 !important;
}
/************************************************
 * 배지 상태 알림
 ************************************************/
.cl-output.badge-progress {
  background-color: #f7f7f7;
  color: #727272;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding: 0px 18px;
}
/************************************************
 * 작성자 배지
 ************************************************/
.cl-output.badge-writer {
  border: 1px solid #e75422;
  border-radius: 9999px;
  color: #e75422 !important;
  font-size: 11px !important;
  padding: 0px 6px;
  text-align: center;
}
/************************************************
 * 버튼 유틸
 ************************************************/
.cl-button.btn-sm {
  font-size: 13px;
}
.cl-button.btn-md {
  border-radius: 6px;
  font-size: 16px !important;
  font-weight: 400;
}
.cl-button.btn-lg {
  font-size: 19px;
}
.cl-button.btn-round {
  border-radius: 9999px;
}
.cl-button.btn-square {
  border-radius: 0px;
}
.cl-container.btn-group .cl-formlayout-horizontal-separator {
  background-color: #e1e1e1;
}
.cl-layout-wrap.btn-bars:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  left: -12px;
  top: calc(50% - 6px);
  width: 1px;
  height: 15px;
  background-color: #d9d9d9;
}
.cl-button.btn-auto {
  padding: 0px 20px;
}
.cl-button.btn-txt {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: #333333;
  text-align: left;
}
.cl-button.btn-txt .cl-text {
  white-space: pre-wrap;
}
.cl-button.btn-txt:not(.cl-disabled):hover {
  background-color: transparent;
}
.cl-button.btn-txt:focus,
.cl-button.btn-txt.cl-focus {
  background-color: transparent;
}
.cl-button.btn-txt:not(.cl-disabled).cl-activated,
.cl-button.btn-txt:not(.cl-disabled):active {
  background-color: transparent;
}
.cl-button.btn-txt.text-ellipsis .cl-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
@media screen and (max-width: 753px) {
  .cl-button.btn-auto {
    padding: 0px;
    font-size: 0px !important;
  }
  .cl-button.btn-auto .cl-icon {
    margin: 0px !important;
  }
}
/************************************************
 * 투명 버튼
 ************************************************/
.cl-button.btn-transparent {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.cl-button.btn-transparent:not(.cl-disabled):hover {
  background-color: transparent;
}
.cl-button.btn-transparent:focus,
.cl-button.btn-transparent.cl-focus {
  background-color: transparent;
}
.cl-button.btn-transparent:not(.cl-disabled).cl-activated,
.cl-button.btn-transparent:not(.cl-disabled):active {
  background-color: transparent;
}
/************************************************
 * 기본 버튼 (공통)
 ************************************************/
.cl-button.btn-blue-dim,
.cl-button.btn-green-dim,
.cl-button.btn-purple-dim {
  font-weight: 500;
  font-size: 15px;
}
.cl-button.btn-dark,
.cl-button.btn-outline-dark,
.cl-button.btn-outline-primary {
  font-size: 14px;
}
.cl-button.btn-outline-white {
  font-size: 15px;
}
/************************************************
 * 기본 버튼
 ************************************************/
.cl-button.btn-primary {
  background-color: #2ea8d3;
  border-color: #2ea8d3;
  color: #ffffff;
}
.cl-button.btn-primary:not(.cl-disabled):hover,
.cl-button.btn-primary:focus,
.cl-button.btn-primary.cl-focus {
  background-color: #2ea8d3;
  border-color: #2ea8d3;
  color: #ffffff;
}
.cl-button.btn-primary:not(.cl-disabled).cl-activated,
.cl-button.btn-primary:not(.cl-disabled):active {
  background-color: #2ea8d3;
  border-color: #2ea8d3;
  color: #ffffff;
}
.cl-button.btn-primary.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-secondary {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-secondary:not(.cl-disabled):hover,
.cl-button.btn-secondary:focus,
.cl-button.btn-secondary.cl-focus {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-secondary:not(.cl-disabled).cl-activated,
.cl-button.btn-secondary:not(.cl-disabled):active {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-secondary.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-orange {
  background-color: #fc734e;
  border-color: #eb613c;
  color: #ffffff;
}
.cl-button.btn-orange:not(.cl-disabled):hover,
.cl-button.btn-orange:focus,
.cl-button.btn-orange.cl-focus {
  background-color: #fc734e;
  border-color: #eb613c;
  color: #ffffff;
}
.cl-button.btn-orange:not(.cl-disabled).cl-activated,
.cl-button.btn-orange:not(.cl-disabled):active {
  background-color: #fc734e;
  border-color: #eb613c;
  color: #ffffff;
}
.cl-button.btn-orange.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-red {
  background-color: #e85d33;
  border-color: #e85d33;
  color: #ffffff;
}
.cl-button.btn-red:not(.cl-disabled):hover,
.cl-button.btn-red:focus,
.cl-button.btn-red.cl-focus {
  background-color: #e85d33;
  border-color: #e85d33;
  color: #ffffff;
}
.cl-button.btn-red:not(.cl-disabled).cl-activated,
.cl-button.btn-red:not(.cl-disabled):active {
  background-color: #e85d33;
  border-color: #e85d33;
  color: #ffffff;
}
.cl-button.btn-red.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-white {
  background-color: #ffffff;
  border-color: #e7e7e7;
  color: #333333;
}
.cl-button.btn-white:not(.cl-disabled):hover,
.cl-button.btn-white:focus,
.cl-button.btn-white.cl-focus {
  background-color: #ffffff;
  border-color: #e7e7e7;
  color: #333333;
}
.cl-button.btn-white:not(.cl-disabled).cl-activated,
.cl-button.btn-white:not(.cl-disabled):active {
  background-color: #ffffff;
  border-color: #e7e7e7;
  color: #333333;
}
.cl-button.btn-white.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-dark {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.cl-button.btn-dark:not(.cl-disabled):hover,
.cl-button.btn-dark:focus,
.cl-button.btn-dark.cl-focus {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.cl-button.btn-dark:not(.cl-disabled).cl-activated,
.cl-button.btn-dark:not(.cl-disabled):active {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.cl-button.btn-dark.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
/************************************************
 * 아웃라인 버튼
 ************************************************/
.cl-button.btn-outline-primary {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-outline-primary:not(.cl-disabled):hover,
.cl-button.btn-outline-primary:focus,
.cl-button.btn-outline-primary.cl-focus {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-outline-primary:not(.cl-disabled).cl-activated,
.cl-button.btn-outline-primary:not(.cl-disabled):active {
  background-color: #ffffff;
  border-color: #2ea8d3;
  color: #2ea8d3;
}
.cl-button.btn-outline-primary.cl-disabled {
  background-color: #ffffff;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-outline-red {
  background-color: #ffffff;
  border-color: #e85d33;
  color: #e85d33;
}
.cl-button.btn-outline-red:not(.cl-disabled):hover,
.cl-button.btn-outline-red:focus,
.cl-button.btn-outline-red.cl-focus {
  background-color: #ffffff;
  border-color: #e85d33;
  color: #e85d33;
}
.cl-button.btn-outline-red:not(.cl-disabled).cl-activated,
.cl-button.btn-outline-red:not(.cl-disabled):active {
  background-color: #ffffff;
  border-color: #e85d33;
  color: #e85d33;
}
.cl-button.btn-outline-red.cl-disabled {
  background-color: #ffffff;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-outline-dark {
  background-color: #ffffff;
  border-color: #444444;
  color: #444444;
}
.cl-button.btn-outline-dark:not(.cl-disabled):hover,
.cl-button.btn-outline-dark:focus,
.cl-button.btn-outline-dark.cl-focus {
  background-color: #ffffff;
  border-color: #444444;
  color: #444444;
}
.cl-button.btn-outline-dark:not(.cl-disabled).cl-activated,
.cl-button.btn-outline-dark:not(.cl-disabled):active {
  background-color: #ffffff;
  border-color: #444444;
  color: #444444;
}
.cl-button.btn-outline-dark.cl-disabled {
  background-color: #ffffff;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-outline-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.cl-button.btn-outline-white:not(.cl-disabled):hover,
.cl-button.btn-outline-white:focus,
.cl-button.btn-outline-white.cl-focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.cl-button.btn-outline-white:not(.cl-disabled).cl-activated,
.cl-button.btn-outline-white:not(.cl-disabled):active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.cl-button.btn-outline-white.cl-disabled {
  background-color: #ffffff;
  border-color: #c2c2c2;
  color: #939393;
}
/************************************************
 * 연한 버튼
 ************************************************/
.cl-button.btn-blue-dim {
  background-color: #f2f7ff;
  border-color: #e6edf8;
  color: #2e79ea;
}
.cl-button.btn-blue-dim:not(.cl-disabled):hover,
.cl-button.btn-blue-dim:focus,
.cl-button.btn-blue-dim.cl-focus {
  background-color: #f2f7ff;
  border-color: #e6edf8;
  color: #2e79ea;
}
.cl-button.btn-blue-dim:not(.cl-disabled).cl-activated,
.cl-button.btn-blue-dim:not(.cl-disabled):active {
  background-color: #f2f7ff;
  border-color: #e6edf8;
  color: #2e79ea;
}
.cl-button.btn-blue-dim.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-green-dim {
  background-color: #eff9f8;
  border-color: #e0f1ef;
  color: #00928a;
}
.cl-button.btn-green-dim:not(.cl-disabled):hover,
.cl-button.btn-green-dim:focus,
.cl-button.btn-green-dim.cl-focus {
  background-color: #eff9f8;
  border-color: #e0f1ef;
  color: #00928a;
}
.cl-button.btn-green-dim:not(.cl-disabled).cl-activated,
.cl-button.btn-green-dim:not(.cl-disabled):active {
  background-color: #eff9f8;
  brder-color: #e0f1ef;
  color: #00928a;
}
.cl-button.btn-green-dim.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
.cl-button.btn-purple-dim {
  background-color: #f5f2ff;
  border-color: #e8e6f8;
  color: #685cd9;
}
.cl-button.btn-purple-dim:not(.cl-disabled):hover,
.cl-button.btn-purple-dim:focus,
.cl-button.btn-purple-dim.cl-focus {
  background-color: #f5f2ff;
  border-color: #e8e6f8;
  color: #685cd9;
}
.cl-button.btn-purple-dim:not(.cl-disabled).cl-activated,
.cl-button.btn-purple-dim:not(.cl-disabled):active {
  background-color: #f5f2ff;
  border-color: #e8e6f8;
  color: #685cd9;
}
.cl-button.btn-purple-dim.cl-disabled {
  background-color: #f5f5f5;
  border-color: #c2c2c2;
  color: #939393;
}
/************************************************
 * 아이콘 버튼
 ************************************************/
.cl-button.btn-i.cl-icon-align-left .cl-icon {
  margin-right: 6px;
}
.cl-button.btn-i.cl-icon-align-right .cl-icon {
  margin-left: 6px;
}
.cl-button.btn-i.cl-icon-align-top .cl-icon {
  margin-bottom: 6px;
}
.cl-button.btn-i.cl-icon-align-bottom .cl-icon {
  margin-top: 6px;
}
.cl-button.btn-i-more .cl-icon {
  background-image: url("images/controls/button/ico_btn_more_blue.png") !important;
}
.cl-button.btn-i-more.btn-green-dim .cl-icon {
  background-image: url("images/controls/button/ico_btn_more_green.png") !important;
}
.cl-button.btn-i-more.btn-purple-dim .cl-icon {
  background-image: url("images/controls/button/ico_btn_more_purple.png") !important;
}
.cl-button.btn-i-plus .cl-icon {
  background-image: url("images/controls/button/ico_btn_plus.png") !important;
}
.cl-button.btn-i-close .cl-icon {
  background-image: url("images/controls/button/ico_btn_close_lg.png") !important;
  width: 20px;
  height: 20px;
}
.cl-button.btn-i-download {
  border-color: #2a2a2a;
  font-size: 12px;
}
.cl-button.btn-i-download .cl-icon {
  background-image: url("images/controls/button/ico_btn_download.png") !important;
}
.cl-button.btn-i-download:not(.cl-disabled):hover,
.cl-button.btn-i-download:focus,
.cl-button.btn-i-download.cl-focus,
.cl-button.btn-i-download:not(.cl-disabled).cl-activated,
.cl-button.btn-i-download:not(.cl-disabled):active {
  border-color: #2a2a2a;
}
.cl-button.btn-logo {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: transparent;
  background-image: none;
  border: none;
}
.cl-button.btn-logo .cl-text {
  padding-left: 5px !important;
}
.cl-button.btn-logo:not(.cl-disabled):hover,
.cl-button.btn-logo:focus,
.cl-button.btn-logo.cl-focus,
.cl-button.btn-logo:not(.cl-disabled).cl-activated,
.cl-button.btn-logo:not(.cl-disabled):active {
  font-size: 22px;
  font-weight: 700;
  color: white;
  background-color: transparent;
  background-image: none;
}
.cl-button.btn-logo .cl-icon {
  width: 29px;
  height: 44px;
}
/************************************************
 * 아이콘 버튼 (icon 속성 사용 X)
 ************************************************/
.cl-button.btn-edit {
  background-image: url("images/controls/button/ico_btn_edit.png");
}
.cl-button.btn-edit:not(.cl-disabled):hover,
.cl-button.btn-edit:focus,
.cl-button.btn-edit.cl-focu,
.cl-button.btn-edit:not(.cl-disabled).cl-activated,
.cl-button.btn-edit:not(.cl-disabled):active {
  background-image: url("images/controls/button/ico_btn_edit.png");
}
.cl-button.btn-modify {
  background-image: url("images/controls/button/ico_btn_modify.png");
}
.cl-button.btn-modify:not(.cl-disabled):hover,
.cl-button.btn-modify:focus,
.cl-button.btn-modify.cl-focu,
.cl-button.btn-modify:not(.cl-disabled).cl-activated,
.cl-button.btn-modify:not(.cl-disabled):active {
  background-image: url("images/controls/button/ico_btn_modify.png");
}
.cl-button.btn-remove {
  background-image: url("images/controls/button/ico_btn_remove.png") !important;
}
.cl-button.btn-remove:not(.cl-disabled):hover,
.cl-button.btn-remove:focus,
.cl-button.btn-remove.cl-focu,
.cl-button.btn-remove:not(.cl-disabled).cl-activated,
.cl-button.btn-remove:not(.cl-disabled):active {
  background-image: url("images/controls/button/ico_btn_remove.png") !important;
}
.cl-button.btn-close {
  background-image: url("images/com/main/ico_btn_close.png");
  background-size: 24px;
}
.cl-button.btn-close:not(.cl-disabled):hover,
.cl-button.btn-close:focus,
.cl-button.btn-close.cl-focu,
.cl-button.btn-close:not(.cl-disabled).cl-activated,
.cl-button.btn-close:not(.cl-disabled):active {
  background-image: url("images/com/main/ico_btn_close.png");
}
.cl-button.btn-overlay-close {
  background-image: url("images/com/main/ico_btn_close_sm.png");
}
.cl-button.btn-overlay-close:not(.cl-disabled):hover,
.cl-button.btn-overlay-close:focus,
.cl-button.btn-overlay-close.cl-focu,
.cl-button.btn-overlay-close:not(.cl-disabled).cl-activated,
.cl-button.btn-overlay-close:not(.cl-disabled):active {
  background-image: url("images/com/main/ico_btn_close_sm.png");
}
.cl-button.btn-subgroup {
  background-image: url("images/controls/button/ico_btn_groups.png");
  background-size: 20px;
}
.cl-button.btn-subgroup:not(.cl-disabled):hover,
.cl-button.btn-subgroup:focus,
.cl-button.btn-subgroup.cl-focu,
.cl-button.btn-subgroup:not(.cl-disabled).cl-activated,
.cl-button.btn-subgroup:not(.cl-disabled):active {
  background-image: url("images/controls/button/ico_btn_groups.png");
}
/************************************************
 * 카드 기본
 ************************************************/
.cl-container.card {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
.cl-container.card .cl-container.card-header {
  border-bottom: 1px solid #ebeced;
}
.cl-container.card.box-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
}
.cl-container.card .cl-output.card-tit {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.cl-container.sticky-card {
  background-color: #ffffff;
  border-bottom: 1px solid #e9ecef;
}
/************************************************
 * 등록 상자 
 ************************************************/
.cl-container.card-lg {
  background-color: #ffffff;
  border-radius: 10px;
}
/************************************************
 *  안내성 카드
 ************************************************/
.cl-container.card.card-dashed {
  background-color: #f9f9f9;
  border: 1px dashed #c4c4c4;
  border-radius: 5px;
}
/************************************************
 * 폼 유틸
 ************************************************/
.cl-container .cl-layout-wrap.form-row:not(.cl-first-row) {
  border-top: 1px solid #f1f1f1;
}
/************************************************
 * 폼 기본
 ************************************************/
.cl-container.cl-form-group {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
}
.cl-container.cl-form-group .cl-output.label {
  color: #000000;
  font-weight: 500;
}
.cl-container.cl-form-group .cl-output.label.require .cl-text:after {
  content: "*";
  position: relative;
  display: inline-block;
  color: #ec7751;
  margin-left: 6px;
}
.cl-container.form-basic {
  border: 1px solid #e7e7e7;
  border-width: 2px 0px 0px 0px;
}
.cl-container.form-basic .cl-output.label {
  color: #000000;
  font-weight: 500;
}
.cl-container.form-basic .cl-output.label.require .cl-text:after {
  content: "*";
  position: relative;
  display: inline-block;
  color: #ec7751;
  margin-left: 6px;
}
.cl-container.form-output {
  border: 1px solid #e7e7e7;
  border-top-color: #464646;
}
.cl-container.form-output .cl-output.label {
  font-weight: 500;
}
.cl-container.form-output .cl-output.label.require .cl-text:after {
  content: "*";
  position: relative;
  display: inline-block;
  color: #ec7751;
  margin-left: 6px;
}
.cl-container.form-output .cl-output.dot-txt {
  background-position: left 11px;
}
.cl-container.form-output.border-thin {
  border-width: 1px 0px 1px 0px;
}
.cl-container.form-field {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
}
.cl-container.form-field .cl-control {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.cl-container.form-field .cl-output.txtlen {
  text-align: right;
}
.cl-output.txtlen {
  color: #b2b2b2;
  font-size: 14px;
}
/************************************************
 * 폼 (사용자)
 ************************************************/
.cl-container.form-sm-bar .cl-output {
  color: #aaaaaa;
  font-size: 14px;
}
.cl-container.form-sm-bar .cl-formlayout-vertical-separator {
  background-color: transparent;
  background-image: linear-gradient(#eaeaea, #eaeaea);
  background-repeat: no-repeat;
  background-size: 1px 12px;
  background-position: center;
}
.cl-container.form-sm-bar .cl-formlayout-vertical-separator.cl-nth-of-column-3 {
  background-image: none;
}
/************************************************
 * 자동크기 지정 테이블
 ************************************************/
.cl-grid.table-at .cl-grid-detail .cl-grid-row:last-child .cl-grid-cell {
  border-bottom: none;
}
/************************************************
 * 폼 테이블 (그리드 X)
 ************************************************/
.cl-container.table {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-width: 1px 0px 1px 0px;
  border-top-color: #464646;
  border-radius: 0px;
}
.cl-container.table .cl-container.table-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
}
.cl-container.table .cl-container.table-header .cl-output {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.cl-container.table .cl-container.table-detail .cl-layout-wrap.table-row:not(.cl-last-row) {
  border-bottom: 1px solid #e7e7e7;
}
.cl-container.table .cl-container.table-detail .cl-output {
  text-align: center;
}
.cl-container.table .cl-container.table-detail .cl-layout-wrap.form-bar .cl-output {
  color: #aaaaaa;
  font-size: 14px;
}
.cl-container.twoBtns {
  margin-top: 5px;
}
@media screen and (max-width: 415px) {
  .cl-container.twoBtns {
    margin-top: 0px;
  }
}
.cl-layout-wrap.form-bar:not(:last-child):after {
  content: "";
  position: absolute;
  right: -8px;
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background-color: #eaeaea;
}
/************************************************
 * 타이틀
 ************************************************/
.cl-output.border-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid #c8c8c8 !important;
}
/************************************************
 * 캡션 텍스트 (설명 텍스트)
 ************************************************/
.cl-output.caption {
  color: #767676;
  font-size: 15px;
}
.cl-output.form-caption {
  color: #555555;
  font-size: 13px;
  text-align: right;
}
.cl-output.info-txt {
  background-image: url("images/controls/output/ico_info.png");
  color: #555555;
  font-size: 13px;
  padding-left: 21px;
}
/************************************************
 * 도트 텍스트
 ************************************************/
.cl-output.dot-txt {
  background-image: url("images/controls/output/ico_blt_01.png");
  padding-left: 7px;
}
.cl-output.dot-txt.dot-dark {
  background-image: url("images/controls/output/ico_blt_02.png");
}
.cl-output.board-tit {
  background-image: url("images/controls/output/ico_blt_lg.png");
  padding-left: 8px;
}
/************************************************
 * 아이콘 텍스트
 ************************************************/
.txt-i-pin {
  background-image: url("images/controls/output/ico_pin.png");
  padding-left: 22px;
}
.txt-i-new {
  background-image: url("images/controls/output/ico_new.png");
  padding-left: 22px;
}
.txt-i-reply {
  background-image: url("images/controls/output/ico_reply.png");
  color: #000000;
  font-size: 14px;
  padding-left: 19px;
}
.txt-i-viewer {
  background-image: url("images/controls/output/ico_viewer.png");
  color: #000000;
  font-size: 14px;
  padding-left: 23px;
}
.txt-i-hot {
  background-image: url("images/controls/output/ico_hot.png");
  padding-left: 23px;
}
.txt-i-activity {
  background-image: url("images/controls/output/ico_activity.png");
  padding-left: 23px;
}
.txt-i-statistic {
  background-image: url("images/controls/output/ico_statistic.png");
  padding-left: 23px;
}
.txt-i-result {
  background-image: url("images/controls/output/ico_result.png");
  padding-left: 23px;
}
.txt-i-comment {
  background-image: url("images/controls/output/ico_comment.png");
  padding-left: 23px;
}
/************************************************
 * 임베디드 앱 포커스 border 삭제
 ************************************************/
.cl-embeddedapp {
  /* 버튼이 포커스를 가졌을 때의 스타일 */
}
.cl-embeddedapp:focus,
.cl-embeddedapp.cl-focus {
  outline: none !important;
}
