@charset "UTF-8";
/**
 * Reset Mixing
 * ================================================== */
/**
 * Disable Animation
 */
/**
 * Disable animation depends on Browser or Operation System configuration
 */
/**
 * Accessability. Black and White Mode
 */
/**
 * Accessability. Inverse Mode
 */
/**
 * Meter reset
 */
@font-face {
  font-family: "SpoqaHanSansNeo-Regular";
  src: url("./fonts/SpoqaHanSansNeo-Regular.eot");
  src: url("./fonts/SpoqaHanSansNeo-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("./fonts/SpoqaHanSansNeo-Regular.woff") format("woff"), url("./fonts/SpoqaHanSansNeo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cyFont";
  src: url("./fonts/cyFont.woff") format("woff"), url("./fonts/cyFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  margin: 0;
  padding: 0;
  border: 0;
}

a,
input {
  font-size: 14px;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 */
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,
strong,
sub,
sup,
tt,
var,
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;
  /* vertical-align: baseline; */
  font-family: "SpoqaHanSansNeo-Regular", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  text-decoration: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
  outline: none !important;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  font-size: 14px;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

body {
  background-color: #f6f6f6;
  /* basic-type */
  /* peach-type */
  /* green-type */
  /* yellow-type */
  /* nature-type */
  /* purple-type */
  /* pink-type */
  /* grey-type */
}
body .main-content {
  color: gray;
  font-weight: bold;
}
body .main-board {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
body .main-board img {
  max-width: 400px;
}
body .logo-bg-color {
  background-color: #fff;
  border-radius: 0.5rem !important;
}
body .btn {
  white-space: nowrap;
  min-width: 66px;
}
body .tab-content {
  display: none;
}
body .tab-content.active {
  display: block;
}
body .breadcrumb-item a {
  color: #333;
  text-decoration: none;
}
body .dropdown-menu {
  padding: 0;
}
body .dropdown-item {
  border-bottom: 1px solid #ddd;
}
body .dropdown-item:last-child {
  border-bottom: 0;
}
body .dropdown-item:hover {
  background-color: #4988E6;
  color: #fff;
}
body .toggle-link-box a {
  padding: 0.25rem 1rem;
  white-space: nowrap;
  border: 1px solid #4988E6;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
  color: #777777;
}
body .toggle-link-box a:last-child {
  margin-left: 0;
}
body .text-orange {
  color: #F3AA00 !important;
}
body .text-red {
  color: #E5445A !important;
}
body .text-blue {
  color: #238ae6 !important;
}
body .def-text-color {
  color: #222222 !important;
}
body .def-sub-text-color {
  color: #777777 !important;
}
body .btn-transparent {
  background: transparent !important;
  border: 1px solid #A0C5FC !important;
  color: #fff !important;
  border-radius: 3px;
}
body .btn-light-gray {
  background: #F0F2F7 !important;
  color: #777777 !important;
  border: 1px solid #D4D4D4 !important;
}
body .btn-white {
  background-color: #FFFFFF !important;
  border: 1px solid #D4D4D4 !important;
  color: #777777 !important;
}
body .btn-white:disabled {
  background-color: #DDDDDD !important;
  border: 1px solid #DDDDDD !important;
  color: #ffffff !important;
}
body .btn-comment::before {
  content: "\f27b  ";
  font-family: "FontAwesome";
}
body .btn-excel::before {
  content: "\f1c3  ";
  font-family: "FontAwesome";
}
body .btn-hwp::before {
  content: "\ea17";
  font: normal normal normal 1rem cyFont;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body .btn-ppt::before {
  content: "\ea11";
  font: normal normal normal 1rem cyFont;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body .btn-pdf::before {
  content: "\ea14";
  font: normal normal normal 1rem cyFont;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body .btn-word::before {
  content: "\ea16";
  font: normal normal normal 1rem cyFont;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body .btn-plus::before {
  content: "+ ";
  padding-right: 2px;
}
body .btn-find-pw {
  min-width: 100px;
  line-height: 2.1;
}
body .border-gray {
  border-color: #D4D4D4;
}
body .bg-gray {
  background-color: #F0F2F7;
}
body .text-gray {
  color: #777777;
}
body.basic .bg-color {
  background-color: #4988E6 !important;
}
body.basic .modal-header.bg-color {
  background-color: #3264ad !important;
}
body.basic .bg-grad-color {
  background: linear-gradient(to right, #3773cc 280px, #4988E6 0%, #6F7DEE 100%);
}
@media all and (max-width: 768px) {
  body.basic .bg-grad-color {
    background: #4988E6;
  }
}
body.basic .subBg-color {
  background-color: #ECF3FF !important;
}
body.basic .text-color,
body.basic a.active {
  color: #4988E6 !important;
}
body.basic .text-hover:hover {
  color: #4988E6 !important;
}
body.basic .btn {
  color: #fff;
  background-color: #3264ad;
  border-color: #3264ad;
  opacity: 0.95;
  transition: all 0.3s;
}
body.basic .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.basic .toggle-link-box a.on {
  color: #4988E6;
  border: 1px solid #4988E6;
  background: #ECF3FF;
}
body.basic .tab-box.tab-box-type2 .nav-link.active {
  background-color: #4988E6 !important;
  color: #fff !important;
}
body.basic .breadcrumb-item > a:hover {
  color: #4988E6;
}
body.basic .dropdown-item:hover {
  background-color: #4988E6;
  color: #fff;
}
body.basic .first-bg-color {
  background-color: #4988E6 !important;
}
body.basic .first-bg-color.btn {
  border-color: #4988E6;
}
body.basic .second-bg-color {
  background-color: #176B87 !important;
}
body.basic .second-bg-color.btn {
  border-color: #176B87;
}
body.basic .third-bg-color {
  background-color: #ECF3FF !important;
  color: #333;
}
body.basic .third-bg-color.btn {
  border-color: #ECF3FF;
}
body.basic .four-bg-color {
  background-color: #E1E4EB !important;
  color: #333;
}
body.basic .four-bg-color.btn {
  border-color: #E1E4EB;
}
body.basic .first-text-color {
  color: #4988E6 !important;
}
body.basic .second-text-color {
  color: #176B87 !important;
}
body.basic .third-text-color {
  color: #ECF3FF !important;
}
body.basic .four-text-color {
  color: #E1E4EB !important;
}
body.basic .first-border-color {
  border-color: #4988E6 !important;
}
body.basic .card.info-card.active {
  border-top: 4px solid #4988E6;
  color: #4988E6;
}
body.basic .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.basic .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.basic .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.basic .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.basic .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.basic .btn-border {
  border: 1px solid #4988E6 !important;
  color: #4988E6;
  background: #ffffff;
}
body.basic .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #4988E6;
}
body.basic .cy-toast-layer .cy-toast {
  border: 0.5px solid #4988E6;
}
body.basic .cy-toast-layer .cy-toast .toast-i,
body.basic .cy-toast-layer .cy-toast .toast-t {
  color: #4988E6;
}
body.navy .bg-color {
  background-color: #3e53cc !important;
}
body.navy .modal-header.bg-color {
  background-color: #50596C !important;
}
body.navy .bg-grad-color {
  background: linear-gradient(to right, #374477 280px, #3e53cc 0%, #6F7DEE 100%);
}
@media all and (max-width: 768px) {
  body.navy .bg-grad-color {
    background: #3e53cc;
  }
}
body.navy .subBg-color {
  background-color: #dfe5ff !important;
}
body.navy .text-color,
body.navy a.active {
  color: #3e53cc !important;
}
body.navy .text-hover:hover {
  color: #3e53cc !important;
}
body.navy .btn {
  color: #fff;
  background-color: #50596C;
  border-color: #50596C;
  opacity: 0.95;
  transition: all 0.3s;
}
body.navy .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.navy .toggle-link-box a.on {
  color: #3e53cc;
  border: 1px solid #3e53cc;
  background: #dfe5ff;
}
body.navy .tab-box.tab-box-type2 .nav-link.active {
  background-color: #3e53cc !important;
  color: #fff !important;
}
body.navy .breadcrumb-item > a:hover {
  color: #3e53cc;
}
body.navy .dropdown-item:hover {
  background-color: #3e53cc;
  color: #fff;
}
body.navy .first-bg-color {
  background-color: #3e53cc !important;
}
body.navy .first-bg-color.btn {
  border-color: #3e53cc;
}
body.navy .second-bg-color {
  background-color: #5f6f94 !important;
}
body.navy .second-bg-color.btn {
  border-color: #5f6f94;
}
body.navy .third-bg-color {
  background-color: #dfe5ff !important;
  color: #333;
}
body.navy .third-bg-color.btn {
  border-color: #dfe5ff;
}
body.navy .four-bg-color {
  background-color: #fef5ac !important;
  color: #333;
}
body.navy .four-bg-color.btn {
  border-color: #fef5ac;
}
body.navy .first-text-color {
  color: #3e53cc !important;
}
body.navy .second-text-color {
  color: #5f6f94 !important;
}
body.navy .third-text-color {
  color: #dfe5ff !important;
}
body.navy .four-text-color {
  color: #fef5ac !important;
}
body.navy .first-border-color {
  border-color: #3e53cc !important;
}
body.navy .card.info-card.active {
  border-top: 4px solid #3e53cc;
  color: #3e53cc;
}
body.navy .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.navy .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.navy .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.navy .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.navy .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.navy .btn-border {
  border: 1px solid #3e53cc !important;
  color: #3e53cc;
  background: #ffffff;
}
body.navy .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #3e53cc;
}
body.navy .cy-toast-layer .cy-toast {
  border: 0.5px solid #3e53cc;
}
body.navy .cy-toast-layer .cy-toast .toast-i,
body.navy .cy-toast-layer .cy-toast .toast-t {
  color: #3e53cc;
}
body.peach .bg-color {
  background-color: #EA5455 !important;
}
body.peach .modal-header.bg-color {
  background-color: #ac4949 !important;
}
body.peach .bg-grad-color {
  background: linear-gradient(to right, #ff5050 280px, #EA5455 0%, #ea8282 100%);
}
@media all and (max-width: 768px) {
  body.peach .bg-grad-color {
    background: #EA5455;
  }
}
body.peach .subBg-color {
  background-color: #ffecec !important;
}
body.peach .text-color,
body.peach a.active {
  color: #EA5455 !important;
}
body.peach .text-hover:hover {
  color: #EA5455 !important;
}
body.peach .btn {
  color: #fff;
  background-color: #ac4949;
  border-color: #ac4949;
  opacity: 0.95;
  transition: all 0.3s;
}
body.peach .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.peach .toggle-link-box a.on {
  color: #EA5455;
  border: 1px solid #EA5455;
  background: #ffecec;
}
body.peach .tab-box.tab-box-type2 .nav-link.active {
  background-color: #EA5455 !important;
  color: #fff !important;
}
body.peach .breadcrumb-item > a:hover {
  color: #EA5455;
}
body.peach .dropdown-item:hover {
  background-color: #EA5455;
  color: #fff;
}
body.peach .first-bg-color {
  background-color: #EA5455 !important;
}
body.peach .first-bg-color.btn {
  border-color: #EA5455;
}
body.peach .second-bg-color {
  background-color: #ee6983 !important;
}
body.peach .second-bg-color.btn {
  border-color: #ee6983;
}
body.peach .third-bg-color {
  background-color: #ffecec !important;
  color: #333;
}
body.peach .third-bg-color.btn {
  border-color: #ffecec;
}
body.peach .four-bg-color {
  background-color: #fff5e4 !important;
  color: #333;
}
body.peach .four-bg-color.btn {
  border-color: #fff5e4;
}
body.peach .first-text-color {
  color: #EA5455 !important;
}
body.peach .second-text-color {
  color: #ee6983 !important;
}
body.peach .third-text-color {
  color: #ffecec !important;
}
body.peach .four-text-color {
  color: #fff5e4 !important;
}
body.peach .first-border-color {
  border-color: #EA5455 !important;
}
body.peach .card.info-card.active {
  border-top: 4px solid #EA5455;
  color: #EA5455;
}
body.peach .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.peach .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.peach .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.peach .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.peach .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.peach .btn-border {
  border: 1px solid #EA5455 !important;
  color: #EA5455;
  background: #ffffff;
}
body.peach .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #EA5455;
}
body.peach .cy-toast-layer .cy-toast {
  border: 0.5px solid #EA5455;
}
body.peach .cy-toast-layer .cy-toast .toast-i,
body.peach .cy-toast-layer .cy-toast .toast-t {
  color: #EA5455;
}
body.green .bg-color {
  background-color: #4ABF61 !important;
}
body.green .modal-header.bg-color {
  background-color: #326641 !important;
}
body.green .bg-grad-color {
  background: linear-gradient(to right, #46AE63 280px, #4ABF61 0%, #51BEC5 100%);
}
@media all and (max-width: 768px) {
  body.green .bg-grad-color {
    background: #4ABF61;
  }
}
body.green .subBg-color {
  background-color: #EBFCF0 !important;
}
body.green .text-color,
body.green a.active {
  color: #4ABF61 !important;
}
body.green .text-hover:hover {
  color: #4ABF61 !important;
}
body.green .btn {
  color: #fff;
  background-color: #326641;
  border-color: #326641;
  opacity: 0.95;
  transition: all 0.3s;
}
body.green .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.green .toggle-link-box a.on {
  color: #4ABF61;
  border: 1px solid #4ABF61;
  background: #EBFCF0;
}
body.green .tab-box.tab-box-type2 .nav-link.active {
  background-color: #4ABF61 !important;
  color: #fff !important;
}
body.green .breadcrumb-item > a:hover {
  color: #4ABF61;
}
body.green .dropdown-item:hover {
  background-color: #4ABF61;
  color: #fff;
}
body.green .first-bg-color {
  background-color: #4ABF61 !important;
}
body.green .first-bg-color.btn {
  border-color: #4ABF61;
}
body.green .second-bg-color {
  background-color: #b1d7b4 !important;
}
body.green .second-bg-color.btn {
  border-color: #b1d7b4;
}
body.green .third-bg-color {
  background-color: #EBFCF0 !important;
  color: #333;
}
body.green .third-bg-color.btn {
  border-color: #EBFCF0;
}
body.green .four-bg-color {
  background-color: #E1E9EB !important;
  color: #333;
}
body.green .four-bg-color.btn {
  border-color: #E1E9EB;
}
body.green .first-text-color {
  color: #4ABF61 !important;
}
body.green .second-text-color {
  color: #b1d7b4 !important;
}
body.green .third-text-color {
  color: #EBFCF0 !important;
}
body.green .four-text-color {
  color: #E1E9EB !important;
}
body.green .first-border-color {
  border-color: #4ABF61 !important;
}
body.green .card.info-card.active {
  border-top: 4px solid #4ABF61;
  color: #4ABF61;
}
body.green .btn-excel {
  background-color: #54B6BB !important;
  border: 1px solid #54B6BB !important;
}
body.green .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.green .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.green .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.green .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.green .btn-border {
  border: 1px solid #4ABF61 !important;
  color: #4ABF61;
  background: #ffffff;
}
body.green .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #4ABF61;
}
body.green .cy-toast-layer .cy-toast {
  border: 0.5px solid #4ABF61;
}
body.green .cy-toast-layer .cy-toast .toast-i,
body.green .cy-toast-layer .cy-toast .toast-t {
  color: #4ABF61;
}
body.yellow .bg-color {
  background-color: #e38b29 !important;
}
body.yellow .modal-header.bg-color {
  background-color: #97540d !important;
}
body.yellow .bg-grad-color {
  background: linear-gradient(to right, #f18512 280px, #e38b29 0%, #e38282 100%);
}
@media all and (max-width: 768px) {
  body.yellow .bg-grad-color {
    background: #e38b29;
  }
}
body.yellow .subBg-color {
  background-color: #ffebd3 !important;
}
body.yellow .text-color,
body.yellow a.active {
  color: #e38b29 !important;
}
body.yellow .text-hover:hover {
  color: #e38b29 !important;
}
body.yellow .btn {
  color: #fff;
  background-color: #97540d;
  border-color: #97540d;
  opacity: 0.95;
  transition: all 0.3s;
}
body.yellow .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.yellow .toggle-link-box a.on {
  color: #e38b29;
  border: 1px solid #e38b29;
  background: #ffebd3;
}
body.yellow .tab-box.tab-box-type2 .nav-link.active {
  background-color: #e38b29 !important;
  color: #fff !important;
}
body.yellow .breadcrumb-item > a:hover {
  color: #e38b29;
}
body.yellow .dropdown-item:hover {
  background-color: #e38b29;
  color: #fff;
}
body.yellow .first-bg-color {
  background-color: #e38b29 !important;
}
body.yellow .first-bg-color.btn {
  border-color: #e38b29;
}
body.yellow .second-bg-color {
  background-color: #f1a661 !important;
}
body.yellow .second-bg-color.btn {
  border-color: #f1a661;
}
body.yellow .third-bg-color {
  background-color: #ffebd3 !important;
  color: #333;
}
body.yellow .third-bg-color.btn {
  border-color: #ffebd3;
}
body.yellow .four-bg-color {
  background-color: #ebe2d9 !important;
  color: #333;
}
body.yellow .four-bg-color.btn {
  border-color: #ebe2d9;
}
body.yellow .first-text-color {
  color: #e38b29 !important;
}
body.yellow .second-text-color {
  color: #f1a661 !important;
}
body.yellow .third-text-color {
  color: #ffebd3 !important;
}
body.yellow .four-text-color {
  color: #ebe2d9 !important;
}
body.yellow .first-border-color {
  border-color: #e38b29 !important;
}
body.yellow .card.info-card.active {
  border-top: 4px solid #e38b29;
  color: #e38b29;
}
body.yellow .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.yellow .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.yellow .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.yellow .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.yellow .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.yellow .btn-border {
  border: 1px solid #e38b29 !important;
  color: #e38b29;
  background: #ffffff;
}
body.yellow .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #e38b29;
}
body.yellow .cy-toast-layer .cy-toast {
  border: 0.5px solid #e38b29;
}
body.yellow .cy-toast-layer .cy-toast .toast-i,
body.yellow .cy-toast-layer .cy-toast .toast-t {
  color: #e38b29;
}
body.nature .bg-color {
  background-color: #90b4ce !important;
}
body.nature .modal-header.bg-color {
  background-color: #5b6b2f !important;
}
body.nature .bg-grad-color {
  background: linear-gradient(to right, #89a6bb 280px, #90b4ce 0%, #bed385 100%);
}
@media all and (max-width: 768px) {
  body.nature .bg-grad-color {
    background: #90b4ce;
  }
}
body.nature .subBg-color {
  background-color: #fff3d2 !important;
}
body.nature .text-color,
body.nature a.active {
  color: #90b4ce !important;
}
body.nature .text-hover:hover {
  color: #90b4ce !important;
}
body.nature .btn {
  color: #fff;
  background-color: #5b6b2f;
  border-color: #5b6b2f;
  opacity: 0.95;
  transition: all 0.3s;
}
body.nature .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.nature .toggle-link-box a.on {
  color: #90b4ce;
  border: 1px solid #90b4ce;
  background: #fff3d2;
}
body.nature .tab-box.tab-box-type2 .nav-link.active {
  background-color: #90b4ce !important;
  color: #fff !important;
}
body.nature .breadcrumb-item > a:hover {
  color: #90b4ce;
}
body.nature .dropdown-item:hover {
  background-color: #90b4ce;
  color: #fff;
}
body.nature .first-bg-color {
  background-color: #90b4ce !important;
}
body.nature .first-bg-color.btn {
  border-color: #90b4ce;
}
body.nature .second-bg-color {
  background-color: #B1C381 !important;
}
body.nature .second-bg-color.btn {
  border-color: #B1C381;
}
body.nature .third-bg-color {
  background-color: #fff3d2 !important;
  color: #333;
}
body.nature .third-bg-color.btn {
  border-color: #fff3d2;
}
body.nature .four-bg-color {
  background-color: #fffae2 !important;
  color: #333;
}
body.nature .four-bg-color.btn {
  border-color: #fffae2;
}
body.nature .first-text-color {
  color: #90b4ce !important;
}
body.nature .second-text-color {
  color: #B1C381 !important;
}
body.nature .third-text-color {
  color: #fff3d2 !important;
}
body.nature .four-text-color {
  color: #fffae2 !important;
}
body.nature .first-border-color {
  border-color: #90b4ce !important;
}
body.nature .card.info-card.active {
  border-top: 4px solid #90b4ce;
  color: #90b4ce;
}
body.nature .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.nature .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.nature .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.nature .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.nature .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.nature .btn-border {
  border: 1px solid #90b4ce !important;
  color: #90b4ce;
  background: #ffffff;
}
body.nature .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #90b4ce;
}
body.nature .cy-toast-layer .cy-toast {
  border: 0.5px solid #90b4ce;
}
body.nature .cy-toast-layer .cy-toast .toast-i,
body.nature .cy-toast-layer .cy-toast .toast-t {
  color: #90b4ce;
}
body.purple .bg-color {
  background-color: #8574c2 !important;
}
body.purple .modal-header.bg-color {
  background-color: #9477c3 !important;
}
body.purple .bg-grad-color {
  background: linear-gradient(to right, #6553aa 280px, #8574c2 0%, #c4bae8 100%);
}
@media all and (max-width: 768px) {
  body.purple .bg-grad-color {
    background: #8574c2;
  }
}
body.purple .subBg-color {
  background-color: #f1e8ff !important;
}
body.purple .text-color,
body.purple a.active {
  color: #8574c2 !important;
}
body.purple .text-hover:hover {
  color: #8574c2 !important;
}
body.purple .btn {
  color: #fff;
  background-color: #9477c3;
  border-color: #9477c3;
  opacity: 0.95;
  transition: all 0.3s;
}
body.purple .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.purple .toggle-link-box a.on {
  color: #8574c2;
  border: 1px solid #8574c2;
  background: #f1e8ff;
}
body.purple .tab-box.tab-box-type2 .nav-link.active {
  background-color: #8574c2 !important;
  color: #fff !important;
}
body.purple .breadcrumb-item > a:hover {
  color: #8574c2;
}
body.purple .dropdown-item:hover {
  background-color: #8574c2;
  color: #fff;
}
body.purple .first-bg-color {
  background-color: #8574c2 !important;
}
body.purple .first-bg-color.btn {
  border-color: #8574c2;
}
body.purple .second-bg-color {
  background-color: #aa9adb !important;
}
body.purple .second-bg-color.btn {
  border-color: #aa9adb;
}
body.purple .third-bg-color {
  background-color: #f1e8ff !important;
  color: #333;
}
body.purple .third-bg-color.btn {
  border-color: #f1e8ff;
}
body.purple .four-bg-color {
  background-color: #FFF3DA !important;
  color: #333;
}
body.purple .four-bg-color.btn {
  border-color: #FFF3DA;
}
body.purple .first-text-color {
  color: #8574c2 !important;
}
body.purple .second-text-color {
  color: #aa9adb !important;
}
body.purple .third-text-color {
  color: #f1e8ff !important;
}
body.purple .four-text-color {
  color: #FFF3DA !important;
}
body.purple .first-border-color {
  border-color: #8574c2 !important;
}
body.purple .card.info-card.active {
  border-top: 4px solid #8574c2;
  color: #8574c2;
}
body.purple .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.purple .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.purple .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.purple .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.purple .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.purple .btn-border {
  border: 1px solid #8574c2 !important;
  color: #8574c2;
  background: #ffffff;
}
body.purple .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #8574c2;
}
body.purple .cy-toast-layer .cy-toast {
  border: 0.5px solid #8574c2;
}
body.purple .cy-toast-layer .cy-toast .toast-i,
body.purple .cy-toast-layer .cy-toast .toast-t {
  color: #8574c2;
}
body.pink .bg-color {
  background-color: #d8889c !important;
}
body.pink .modal-header.bg-color {
  background-color: #c97489 !important;
}
body.pink .bg-grad-color {
  background: linear-gradient(to right, #d27c92 280px, #d8889c 0%, #e2afbc 100%);
}
@media all and (max-width: 768px) {
  body.pink .bg-grad-color {
    background: #d8889c;
  }
}
body.pink .subBg-color {
  background-color: #ffece4 !important;
}
body.pink .text-color,
body.pink a.active {
  color: #d8889c !important;
}
body.pink .text-hover:hover {
  color: #d8889c !important;
}
body.pink .btn {
  color: #fff;
  background-color: #c97489;
  border-color: #c97489;
  opacity: 0.95;
  transition: all 0.3s;
}
body.pink .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.pink .toggle-link-box a.on {
  color: #d8889c;
  border: 1px solid #d8889c;
  background: #ffece4;
}
body.pink .tab-box.tab-box-type2 .nav-link.active {
  background-color: #d8889c !important;
  color: #fff !important;
}
body.pink .breadcrumb-item > a:hover {
  color: #d8889c;
}
body.pink .dropdown-item:hover {
  background-color: #d8889c;
  color: #fff;
}
body.pink .first-bg-color {
  background-color: #d8889c !important;
}
body.pink .first-bg-color.btn {
  border-color: #d8889c;
}
body.pink .second-bg-color {
  background-color: #dda3b2 !important;
}
body.pink .second-bg-color.btn {
  border-color: #dda3b2;
}
body.pink .third-bg-color {
  background-color: #ffece4 !important;
  color: #333;
}
body.pink .third-bg-color.btn {
  border-color: #ffece4;
}
body.pink .four-bg-color {
  background-color: #F5EEE6 !important;
  color: #333;
}
body.pink .four-bg-color.btn {
  border-color: #F5EEE6;
}
body.pink .first-text-color {
  color: #d8889c !important;
}
body.pink .second-text-color {
  color: #dda3b2 !important;
}
body.pink .third-text-color {
  color: #ffece4 !important;
}
body.pink .four-text-color {
  color: #F5EEE6 !important;
}
body.pink .first-border-color {
  border-color: #d8889c !important;
}
body.pink .card.info-card.active {
  border-top: 4px solid #d8889c;
  color: #d8889c;
}
body.pink .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.pink .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.pink .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.pink .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.pink .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.pink .btn-border {
  border: 1px solid #d8889c !important;
  color: #d8889c;
  background: #ffffff;
}
body.pink .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #d8889c;
}
body.pink .cy-toast-layer .cy-toast {
  border: 0.5px solid #d8889c;
}
body.pink .cy-toast-layer .cy-toast .toast-i,
body.pink .cy-toast-layer .cy-toast .toast-t {
  color: #d8889c;
}
body.grey .bg-color {
  background-color: #68a1d3 !important;
}
body.grey .modal-header.bg-color {
  background-color: #696969 !important;
}
body.grey .bg-grad-color {
  background: linear-gradient(to right, #4d89be 280px, #68a1d3 0%, #cccccc 100%);
}
@media all and (max-width: 768px) {
  body.grey .bg-grad-color {
    background: #68a1d3;
  }
}
body.grey .subBg-color {
  background-color: #E3E1D9 !important;
}
body.grey .text-color,
body.grey a.active {
  color: #68a1d3 !important;
}
body.grey .text-hover:hover {
  color: #68a1d3 !important;
}
body.grey .btn {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
  opacity: 0.95;
  transition: all 0.3s;
}
body.grey .btn:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.27) inset;
}
body.grey .toggle-link-box a.on {
  color: #68a1d3;
  border: 1px solid #68a1d3;
  background: #E3E1D9;
}
body.grey .tab-box.tab-box-type2 .nav-link.active {
  background-color: #68a1d3 !important;
  color: #fff !important;
}
body.grey .breadcrumb-item > a:hover {
  color: #68a1d3;
}
body.grey .dropdown-item:hover {
  background-color: #68a1d3;
  color: #fff;
}
body.grey .first-bg-color {
  background-color: #68a1d3 !important;
}
body.grey .first-bg-color.btn {
  border-color: #68a1d3;
}
body.grey .second-bg-color {
  background-color: #C7C8CC !important;
}
body.grey .second-bg-color.btn {
  border-color: #C7C8CC;
}
body.grey .third-bg-color {
  background-color: #E3E1D9 !important;
  color: #333;
}
body.grey .third-bg-color.btn {
  border-color: #E3E1D9;
}
body.grey .four-bg-color {
  background-color: #e7e7e7 !important;
  color: #333;
}
body.grey .four-bg-color.btn {
  border-color: #e7e7e7;
}
body.grey .first-text-color {
  color: #68a1d3 !important;
}
body.grey .second-text-color {
  color: #C7C8CC !important;
}
body.grey .third-text-color {
  color: #E3E1D9 !important;
}
body.grey .four-text-color {
  color: #e7e7e7 !important;
}
body.grey .first-border-color {
  border-color: #68a1d3 !important;
}
body.grey .card.info-card.active {
  border-top: 4px solid #68a1d3;
  color: #68a1d3;
}
body.grey .btn-excel {
  background-color: #3DB461 !important;
  border: 1px solid #3DB461 !important;
}
body.grey .btn-ppt {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.grey .btn-pdf {
  background-color: #CB4220 !important;
  border: 1px solid #CB4220 !important;
}
body.grey .btn-word {
  background-color: #285193 !important;
  border: 1px solid #285193 !important;
}
body.grey .btn-hwp {
  background-color: #4186C4 !important;
  border: 1px solid #4186C4 !important;
}
body.grey .btn-border {
  border: 1px solid #68a1d3 !important;
  color: #68a1d3;
  background: #ffffff;
}
body.grey .pagination .page-item:not(.disabled):not(.active) .page-link {
  color: #68a1d3;
}
body.grey .cy-toast-layer .cy-toast {
  border: 0.5px solid #68a1d3;
}
body.grey .cy-toast-layer .cy-toast .toast-i,
body.grey .cy-toast-layer .cy-toast .toast-t {
  color: #68a1d3;
}
body .font-xl-title {
  font-size: 30px;
  font-weight: 800;
}
body .font-lg-title {
  font-size: 25px;
  font-weight: 800;
}
body .font-title {
  font-size: 1.15rem;
  font-weight: 800;
}
body .font-sub-title {
  font-size: 14px;
}
body .font-default {
  font-size: 14px;
  font-weight: 400;
}

body.dark .main-board {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
}

@media all and (max-width: 1200px) {
  .xl-flex-vertical {
    flex-direction: column !important;
    justify-content: start !important;
  }
  .xl-flex-vertical > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .xl-flex-vertical > div:last-child {
    margin-bottom: 0;
  }
  .xl-flex-vertical > div .input-group {
    width: 100% !important;
  }
  .xl-flex-vertical > div .input-group input {
    width: 1% !important;
    max-width: none !important;
  }
}

@media all and (max-width: 998px) {
  .lg-flex-vertical {
    flex-direction: column !important;
    justify-content: start !important;
  }
  .lg-flex-vertical > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .lg-flex-vertical > div:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .md-flex-vertical {
    flex-direction: column !important;
    justify-content: start !important;
  }
  .md-flex-vertical > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .md-flex-vertical > div:last-child {
    margin-bottom: 0;
  }
  .md-flex-vertical > div .input-group {
    width: 100% !important;
  }
  .md-flex-vertical > div .input-group input {
    width: 1% !important;
    max-width: none !important;
  }
}

@media all and (max-width: 576px) {
  .sm-flex-vertical {
    flex-direction: column !important;
    justify-content: start !important;
  }
  .sm-flex-vertical > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .sm-flex-vertical > div:last-child {
    margin-bottom: 0;
  }
  .sm-flex-vertical > div .input-group {
    width: 100% !important;
  }
  .sm-flex-vertical > div .input-group input {
    width: 1% !important;
    max-width: none !important;
  }
}

@media all and (max-width: 576px) {
  .sm-flex-wrap {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 768px) {
  .md-flex-wrap {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 768px) {
  .md-w-40 {
    width: 40%;
    white-space: nowrap;
  }
}

@media all and (max-width: 998px) {
  .lg-w-100 {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .xl-w-100 {
    width: 100% !important;
  }
}

@media all and (max-width: 576px) {
  .sm-h-50-vh {
    height: 50vh !important;
  }
}

@media all and (max-width: 768px) {
  .md-h-50-vh {
    height: 50vh !important;
  }
}

@media all and (max-width: 998px) {
  .lg-h-50-vh {
    height: 50vh !important;
  }
}

@media all and (max-width: 998px) {
  .lg-h-75-vh {
    height: 75vh !important;
  }
}

@media all and (max-width: 1200px) {
  .xl-h-75-vh {
    height: 75vh !important;
  }
}

@media all and (max-width: 768px) {
  .md-w-100 {
    width: 100% !important;
  }
}

@media all and (max-width: 998px) {
  .lg-justify-content-center {
    justify-content: center !important;
  }
}

@media all and (max-width: 998px) {
  .lg-justify-content-end {
    justify-content: end !important;
  }
}

@media all and (max-width: 998px) {
  .lg-align-items-center {
    align-items: center !important;
  }
}

@media all and (max-width: 998px) {
  .lg-align-items-end {
    align-items: end !important;
  }
}

.left-bar::before {
  content: "|";
  padding: 0 0.1rem;
}

.left-circle::before {
  content: "●";
  font-size: 10px;
  padding-right: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-underline {
  text-decoration: underline;
}

.bg-gray {
  background-color: #f6f6f6;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 992px) {
  .modal-xxl {
    max-width: 800px;
  }
}
@media all and (min-width: 1200px) {
  .modal-xxl {
    max-width: 1400px;
  }
}

/* toast */
.cy-toast-layer > div {
  position: fixed;
  width: fit-content;
  display: flex;
  pointer-events: none;
}
.cy-toast-layer > div.p-top {
  top: 0.5rem;
}
.cy-toast-layer > div.p-top.o-up {
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.cy-toast-layer > div.p-top.o-down {
  justify-content: flex-start;
  flex-direction: column;
}
.cy-toast-layer > div.p-top .dp-single {
  top: 0;
  bottom: auto;
}
.cy-toast-layer > div.p-bottom {
  bottom: 0.5rem;
}
.cy-toast-layer > div.p-bottom.o-up {
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.cy-toast-layer > div.p-bottom.o-down {
  justify-content: flex-end;
  flex-direction: column;
}
.cy-toast-layer > div.p-bottom .dp-single {
  top: auto;
  bottom: 0;
}
.cy-toast-layer > div.p-right {
  right: 0.5rem;
  flex-wrap: wrap-reverse;
}
.cy-toast-layer > div.p-right .dp-single {
  left: auto;
  right: 0;
}
.cy-toast-layer > div.p-left {
  left: 0.5rem;
  flex-wrap: wrap;
}
.cy-toast-layer > div.p-left .dp-single {
  left: 0;
  right: auto;
}
.cy-toast-layer > div.p-center {
  justify-content: center;
  flex-wrap: wrap;
  height: fit-content;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cy-toast-layer > div.p-center .dp-single {
  margin: auto;
}
.cy-toast-layer > div.p-center.c-up {
  flex-direction: column;
}
.cy-toast-layer > div.p-center.c-down {
  flex-direction: column-reverse;
}
.cy-toast-layer > div.p-center.c-single {
  flex-direction: column;
  align-items: center;
}
.cy-toast-layer > div .dp-single {
  position: absolute;
}
.cy-toast-layer .cy-toast {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  pointer-events: all;
}
.cy-toast-layer .cy-toast > div:not(.toast-prg) {
  padding: 0.55rem;
}
.cy-toast-layer .cy-toast .toast-h {
  border-radius: 0.25rem 0.25rem 0 0;
  height: fit-content;
  width: 100%;
  word-break: break-all;
  display: flex;
  font-weight: bold;
  background-color: #f1f1f1;
}
.cy-toast-layer .cy-toast .toast-h .toast-i {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  width: 10% !important;
}
.cy-toast-layer .cy-toast .toast-h .toast-t {
  width: 80% !important;
}
.cy-toast-layer .cy-toast .toast-prg {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cy-toast-layer .cy-toast .toast-prg .toast-p-b {
  position: absolute;
  height: 3px;
}
.cy-toast-layer .cy-toast .toast-c {
  padding: 1.3rem 0.6rem !important;
  flex-grow: 1;
  width: 100%;
  word-break: break-all;
  overflow: auto;
  max-height: 400px;
}
.cy-toast-layer .cy-toast .toast-f {
  border-radius: 0 0 0.25rem 0.25rem;
  width: 100%;
  display: flex;
  font-size: 0.8rem;
}
.cy-toast-layer .cy-toast .toast-f .toast-d {
  width: 80% !important;
}
.cy-toast-layer .cy-toast .toast-f .toast-p {
  width: max-content;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  text-align: center !important;
}
.cy-toast-layer .cy-toast .toast-b {
  width: 10%;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  text-align: center !important;
  cursor: pointer;
}
.cy-toast-layer .cy-toast .toast-b.fa-thumb-tack {
  opacity: 0.5;
}
.cy-toast-layer .cy-toast .toast-b.fa-thumb-tack.pinned {
  opacity: 1;
}
.cy-toast-layer .fadeout {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.cy-toast-layer .fadein {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.resize-none {
  resize: none;
}

.flex-grow-1.overflow-auto .note-editor,
.flex-grow-1.overflow-auto .note-editable,
.flex-grow-1.overflow-auto .note-editing-area {
  height: 100%;
}

.font-size-90 {
  font-size: 0.9rem;
}

.font-size-80 {
  font-size: 0.8rem;
}

.font-size-70 {
  font-size: 0.7rem;
}

.white-space-spaces {
  white-space: break-spaces;
}

.select2-container--default.select2-container--open {
  z-index: 2000;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(135deg);
  border-color: #4e4e4e #4e4e4e transparent transparent;
  border-style: solid solid none none;
  border-width: 1.4px 1.4px 0 0;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0064cf;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec;
  color: #495057;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 3px;
  background-color: #efefef;
}

.t-apv-appl-table-items-div > table > tbody tr:first-child {
  background-color: #f6f6f6 !important;
}

.t-apv-appl-table-items-div > table th,
.t-apv-appl-table-items-div > table td {
  border: 1px solid #dee2e6 !important;
}

.cm-json-ui-desc {
  display: block;
  font-size: 0.9rem;
  color: gray;
  line-height: initial;
  word-break: break-all;
}

.cm-json-tab-cont {
  display: none !important;
}

.cm-json-tab-cont.active {
  display: flex !important;
  flex-direction: column;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: auto !important;
}

body .login-warning span {
  font-weight: 800;
}
body .wrap {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
body .wrap .company-logo img {
  height: 28px;
}
body .wrap .login-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 440px;
  min-height: 440px;
}
body .wrap .login-card .company-logo {
  padding-bottom: 10px;
}
body .wrap .login-card .check-save-id {
  font-size: 14px;
  color: #777777;
}
body .wrap .login-card .card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  z-index: 1;
}
body .wrap .login-card .card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 60px 0 10px 0;
  font-size: 35px;
  font-weight: bold;
}
body .wrap .login-card .card .card-header img {
  width: 100%;
  max-width: 100px;
}
body .wrap .login-card .card .card-header.card-header-findpw {
  font-size: 25px;
}
body .wrap .login-card .card .header-description {
  font-size: 14px;
  color: #777777;
  padding-top: 5px;
}
body .wrap .login-card .card .header-line {
  font-size: 30px;
  font-weight: bold;
}
body .wrap .login-card .card .card-body {
  background-color: #fff;
}
body .wrap .login-card .card .card-body .title p {
  font-size: 0.8rem;
}
body .wrap .login-card .card .card-body .login-form .login-input {
  font-size: 14px;
  height: 42px;
}
body .wrap .login-card .card .card-body .login-form .btn-login {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 42px;
}
body .wrap .login-card .card .card-body .login-form .login-warning {
  font-size: 14px;
}
body .wrap .login-card .card .card-body .otp-info {
  font-size: 14px;
  color: #777777;
}
body .wrap .login-card .card .card-body.card-body-findpw {
  padding-bottom: 60px;
}
body .wrap .login-card .card .card-body.card-body-findpw .result-box {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  padding: 40px 20px;
  background: #F0F2F7;
  border-radius: 3px;
}
body .wrap .login-card .card .card-body.card-body-findpw .result-box .result-box-msg {
  padding-bottom: 30px;
}
body .wrap .login-card .card .card-body.card-body-findpw .result-box a {
  font-size: 14px;
  text-decoration: underline;
}
body .wrap .login-card .other-link {
  padding-bottom: 60px;
}
body .wrap .login-card .other-link a {
  font-size: 14px;
  color: #777777;
}
body .wrap .login-card .other-link a:nth-child(n+2):before {
  content: "| ";
}
body .wrap .login-card .footer-link a {
  font-size: 14px;
  color: #777777;
}
body .wrap .login-card .footer-text {
  line-height: 3;
  color: #B2B2B2;
}
body.basic .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #4988E6 0%, #6F7DEE 100%);
}
body.basic .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #4988E6 0%, #6F7DEE 100%);
}
body.basic .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #4988E6;
}
body.basic .wrap .login-card .other-link a :hover {
  color: #4988E6;
}
body.basic .wrap .login-card .footer-link a :hover {
  color: #4988E6;
}
body.navy .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #3e53cc 0%, #6F7DEE 100%);
}
body.navy .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #3e53cc 0%, #6F7DEE 100%);
}
body.navy .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #3e53cc;
}
body.navy .wrap .login-card .other-link a :hover {
  color: #3e53cc;
}
body.navy .wrap .login-card .footer-link a :hover {
  color: #3e53cc;
}
body.peach .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #EA5455 0%, #ea8282 100%);
}
body.peach .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #EA5455 0%, #ea8282 100%);
}
body.peach .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #EA5455;
}
body.peach .wrap .login-card .other-link a :hover {
  color: #EA5455;
}
body.peach .wrap .login-card .footer-link a :hover {
  color: #EA5455;
}
body.green .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #4ABF61 0%, #51BEC5 100%);
}
body.green .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #4ABF61 0%, #51BEC5 100%);
}
body.green .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #4ABF61;
}
body.green .wrap .login-card .other-link a :hover {
  color: #4ABF61;
}
body.green .wrap .login-card .footer-link a :hover {
  color: #4ABF61;
}
body.yellow .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #e38b29 0%, #e38282 100%);
}
body.yellow .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #e38b29 0%, #e38282 100%);
}
body.yellow .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #e38b29;
}
body.yellow .wrap .login-card .other-link a :hover {
  color: #e38b29;
}
body.yellow .wrap .login-card .footer-link a :hover {
  color: #e38b29;
}
body.nature .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #90b4ce 0%, #bed385 100%);
}
body.nature .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #90b4ce 0%, #bed385 100%);
}
body.nature .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #90b4ce;
}
body.nature .wrap .login-card .other-link a :hover {
  color: #90b4ce;
}
body.nature .wrap .login-card .footer-link a :hover {
  color: #90b4ce;
}
body.purple .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #8574c2 0%, #c4bae8 100%);
}
body.purple .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #8574c2 0%, #c4bae8 100%);
}
body.purple .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #8574c2;
}
body.purple .wrap .login-card .other-link a :hover {
  color: #8574c2;
}
body.purple .wrap .login-card .footer-link a :hover {
  color: #8574c2;
}
body.pink .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #d8889c 0%, #e2afbc 100%);
}
body.pink .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #d8889c 0%, #e2afbc 100%);
}
body.pink .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #d8889c;
}
body.pink .wrap .login-card .other-link a :hover {
  color: #d8889c;
}
body.pink .wrap .login-card .footer-link a :hover {
  color: #d8889c;
}
body.grey .wrap {
  background: url(../images/login_bg.png), linear-gradient(90deg, #68a1d3 0%, #cccccc 100%);
}
body.grey .wrap .login-card .card .card-body .login-form .btn-login {
  background: linear-gradient(90deg, #68a1d3 0%, #cccccc 100%);
}
body.grey .wrap .login-card .card .card-body .card-body-findpw .result-box a {
  color: #68a1d3;
}
body.grey .wrap .login-card .other-link a :hover {
  color: #68a1d3;
}
body.grey .wrap .login-card .footer-link a :hover {
  color: #68a1d3;
}

.popover.capslock-popover.bs-popover-left > .arrow:after {
  border-left-color: #fffacf;
}
.popover.capslock-popover.bs-popover-right > .arrow:after {
  border-right-color: #fffacf;
}
.popover.capslock-popover.bs-popover-top > .arrow:after {
  border-top-color: #fffacf;
}
.popover.capslock-popover.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fffacf;
}
.popover.capslock-popover .popover-body {
  background-color: #fffacf;
}
.popover.capslock-popover .popover-body .capslock-text {
  color: #ff0000;
  font-weight: bold;
}