@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
*{
  font-family: 'Noto Sans KR', sans-serif;
}
[class*="uk-animation-"] {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 560ms;
  animation-duration: 560ms;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
}
fieldset + * {
  margin-top: 15px;
}
.uk-form input:not([type]),
.uk-form input[type=color],
.uk-form input[type=date],
.uk-form input[type=datetime-local],
.uk-form input[type=email],
.uk-form input[type=month],
.uk-form input[type=number],
.uk-form input[type=password],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=text],
.uk-form input[type=time],
.uk-form input[type=url],
.uk-form input[type=week],
.uk-form select,
.uk-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  resize: none;
}
.uk-form input:not([type]):focus,
.uk-form input[type=color]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=text]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=week]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
  background: none;
  border-color: #2196f3;
}
.uk-form textarea {
  -webkit-transition: border-color 200ms ease-in, height 280ms ease-in;
  transition: border-color 200ms ease-in, height 280ms ease-in;
}
.uk-form-row {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.uk-form-row + .uk-form-row {
  margin-top: 24px;
}
.uk-form-stacked .uk-form-label {
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding-bottom: 8px;
}
.uk-form-stacked .uk-form-label + p {
  margin-top: 0;
}
.uk-form-help-block {
  display: block;
  font-size: 12px;
  color: #727272;
  padding: 4px 0 0 0;
  font-style: italic;
}
.uk-form-width-large,
.uk-form-width-medium,
.uk-form-width-small,
.uk-form-width-mini {
  max-width: 100%;
}
/* grid */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 24px;
}
.uk-grid.uk-grid-small + .uk-grid-small,
.uk-grid.uk-grid-small > * > .uk-panel + .uk-panel,
.uk-grid.uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
.uk-height-viewport {
  min-height: 200px;
}
/* icons */
[class*="uk-icon-"] {
  color: #727272;
}
/* input groups */
.uk-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  /*&-icon {
        font-size: 20px !important;
        vertical-align: -3px;
    }*/
}
.uk-input-group > input[type=text] {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.uk-input-group-addon,
.uk-input-group > input[type=text] {
  display: table-cell;
}
.uk-input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  padding: 0 16px;
  font-size: 16px;
  min-width: 22px;
}
.uk-input-group > .md-input-wrapper {
  display: inline-block;
}
.uk-input-group.uk-input-group-danger .uk-input-group-addon i {
  color: #e53935 !important;
}
.uk-input-group.uk-input-group-danger + .parsley-errors-list {
  margin-left: 58px;
}
.uk-input-group.uk-input-group-success .uk-input-group-addon i {
  color: #7cb342 !important;
}
/* list */
.uk-list-hover li:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* nav */
.uk-nav-header {
  color: #727272;
  font-weight: normal;
}
.uk-nav-divider {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-color: rgba(0, 0, 0, 0.12);
}
.uk-nav-divider + .uk-nav-header {
  margin-top: 0;
}
.uk-nav-label {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 8px;
}
.uk-nav-side > li > a {
  font-weight: 500;
  line-height: 22px;
}
.uk-nav-side > li > a > i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -7px;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.uk-nav-side > li.uk-active > a {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.uk-nav-side > li.uk-active > a,
.uk-nav-side > li.uk-active > a > i {
  color: #7cb342;
}
.uk-nav-side > li li a {
  text-shadow: none;
  color: #212121;
}
.uk-nav-side ul.uk-nav-sub {
  padding-top: 0;
  padding-left: 24px;
}

.uk-margin-bottom {
  margin-bottom: 16px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 8px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 32px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 48px !important;
}
.uk-margin-medium-top {
  margin-top: 32px !important;
}
.uk-margin-large-top {
  margin-top: 48px !important;
}
.uk-close {
  font-size: 18px;
  opacity: 1;
}
.uk-close:hover,
.uk-close:focus {
  opacity: 1;
}
.uk-close:after {
  opacity: 1 !important;
  color: #727272;
  content: '\e5cd';
  font-family: "Material Icons";
}
.uk-float-none {
  float: none !important;
}


/* progress */
.progress_wrapper {
  position: relative;
  width: 100%;
  margin-top: 34px;
}
.progress_wrapper progress.PrBarBlue,
.progress_wrapper progress.PrBarRed {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.13);
  overflow: hidden;
  background-color: #e3e3e3;
}
.progress_wrapper progress.PrBarBlue::-webkit-progress-bar,
.progress_wrapper progress.PrBarRed::-webkit-progress-bar {
  background-color: #e3e3e3;
}
.progress_wrapper .tooltip {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 4px 0px;
  width: 39px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
  margin-left: 7px;
}
.progress_wrapper .progrTitle {
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding: 4px 0px;
  position: absolute;
  top: -20px;
  left: 0;
}
.progress_wrapper .tooltip.PrBarBlue {
  background: #3B86FF;
  left: 0%;
}
.progress_wrapper .tooltip.PrBarBlue::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: -1px;
  width: 0;
  height: 0;
}
.progress_wrapper .tooltip.PrBarBlue::after {
  content: '';
  display: block;
  position: absolute;
  top: 23px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-top: 3px solid #3B86FF;
  border-left: 3px solid #3B86FF;
  border-bottom: 3px solid transparent;
}
.progress_wrapper .tooltip.PrBarRed {
  background: #FF6565;
  left: 0%;
}
.progress_wrapper .tooltip.PrBarRed::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: -1px;
  width: 0;
  height: 0;
}
.progress_wrapper .tooltip.PrBarRed::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -4px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-top: 4px solid #FF6565;
  border-left: 4px solid #FF6565;
  border-bottom: 4px solid transparent;
  transform: rotate( -45deg );
}
.progress_wrapper progress.PrBarBlue::-webkit-progress-value {
  background: #3B86FF;
  border-radius: 5px;
  position: relative;
}
.progress_wrapper progress.PrBarBlue::-webkit-progress-value:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 5px;
  top: 3px;
  background-color: #3B86FF;
}
.progress_wrapper progress.PrBarBlue::-moz-progress-bar {
  background-color: #3B86FF;
  border-radius: 5px;
  position: relative;
}
.progress_wrapper progress.PrBarBlue::-moz-progress-bar:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 5px;
  top: 3px;
  background-color: #3B86FF;
}
.progress_wrapper progress.PrBarRed::-moz-progress-bar {
  background: #FF6565;
  border-radius: 5px;
  position: relative;
}
.progress_wrapper progress.PrBarRed::-moz-progress-bar:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 5px;
  top: 3px;
  background: #FF6565;
}
.progress_wrapper progress.PrBarRed::-webkit-progress-value {
  background: #FF6565;
  border-radius: 5px;
  position: relative;
}
.progress_wrapper progress.PrBarRed::-webkit-progress-value:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 5px;
  top: 3px;
  background: #FF6565;
}
/* / progress */




/* form select */
/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form select
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-select {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  overflow: hidden;
}

.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333;
}
.uk-tooltip {
  background: #424242;
  color: #fff;
  font-size: 13px;
  padding: 3px 16px;
  line-height: 22px;
  text-shadow: none;
  min-width: 80px;
  text-align: center;
  z-index: 1304;
  opacity: 0;
}
.uk-tooltip .uk-tooltip-inner {
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.uk-tooltip:after {
  display: none !important;
}
.uk-tooltip.long-text {
  text-align: left;
}
.uk-tooltip.long-text .uk-tooltip-inner {
  white-space: normal;
  overflow: visible;
  line-height: 18px;
  padding: 4px 0;
}
.uk-tooltip-small {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.uk-tooltip-top {
  z-index: 9999;
}
.touch .uk-tooltip {
  opacity: 1;
}
/*
* add extra Uikit grid sizes
*
* usage:
* set custom breakpoint (1480px) and name ("xlarge-x")
* @media (min-width: 1480px) {
*  .add-grid-sizes(xlarge-x);
* }
*/
@media (min-width: 1480px) {
  /* Whole */
  .uk-width-xLarge-1-1,
  .uk-grid-width-xLarge-1-1 > * {
    width: 100%;
  }
  /* Halves */
  .uk-width-xLarge-1-2,
  .uk-width-xLarge-2-4,
  .uk-width-xLarge-3-6,
  .uk-width-xLarge-5-10,
  .uk-grid-width-xLarge-1-2 > *,
  .uk-grid-width-xLarge-2-4 > *,
  .uk-grid-width-xLarge-3-6 > *,
  .uk-grid-width-xLarge-5-10 > * {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xLarge-1-3,
  .uk-width-xLarge-2-6,
  .uk-grid-width-xLarge-1-3 > *,
  .uk-grid-width-xLarge-2-6 > * {
    width: 33.333%;
  }
  .uk-width-xLarge-2-3,
  .uk-width-xLarge-4-6,
  .uk-grid-width-xLarge-2-3 > *,
  .uk-grid-width-xLarge-4-6 > * {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xLarge-1-4,
  .uk-grid-width-xLarge-1-4 > * {
    width: 25%;
  }
  .uk-width-xLarge-3-4,
  .uk-grid-width-xLarge-3-4 > * {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xLarge-1-5,
  .uk-width-xLarge-2-10,
  .uk-grid-width-xLarge-1-5 > *,
  .uk-grid-width-xLarge-2-10 > * {
    width: 20%;
  }
  .uk-width-xLarge-2-5,
  .uk-width-xLarge-4-10,
  .uk-grid-width-xLarge-2-5 > *,
  .uk-grid-width-xLarge-4-10 > * {
    width: 40%;
  }
  .uk-width-xLarge-3-5,
  .uk-width-xLarge-6-10,
  .uk-grid-width-xLarge-3-5 > *,
  .uk-grid-width-xLarge-6-10 > * {
    width: 60%;
  }
  .uk-width-xLarge-4-5,
  .uk-width-xLarge-8-10,
  .uk-grid-width-xLarge-4-5 > *,
  .uk-grid-width-xLarge-8-10 > * {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xLarge-1-6,
  .uk-grid-width-xLarge-1-6 > * {
    width: 16.666%;
  }
  .uk-width-xLarge-5-6,
  .uk-grid-width-xLarge-5-6 > * {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xLarge-1-10,
  .uk-grid-width-xLarge-1-10 > * {
    width: 10%;
  }
  .uk-width-xLarge-3-10,
  .uk-grid-width-xLarge-3-10 > * {
    width: 30%;
  }
  .uk-width-xLarge-7-10,
  .uk-grid-width-xLarge-7-10 > * {
    width: 70%;
  }
  .uk-width-xLarge-9-10,
  .uk-grid-width-xLarge-9-10 > * {
    width: 90%;
  }
}
/* ie9 fixes */
.lte-ie9 *[class*="uk-animation-"] {
  opacity: 1 !important;
}
/* 3. Kendo UI custom styles ========================= */
.k-button,
.k-header {
  font-weight: 400;
}
.k-list-wrapper {
  padding: 8px 0;
}
.k-list-wrapper-addon {
  margin-right: 16px;
  float: left;
}
.k-list-wrapper-addon > img {
  width: 34px;
  border-radius: 50%;
}
.k-list-wrapper-addon > img-large {
  width: 82px;
  border-radius: 50%;
}
.k-list-wrapper-content {
  overflow: hidden;
  display: block;
}
.k-list-wrapper-content > p {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
}
.k-list-wrapper-content > span {
  display: block;
}
.k-tag-image {
  width: auto;
  height: 17px;
  margin: 4px 5px 0 0;
  vertical-align: top;
  border-radius: 50%;
}
.k-multiselect .k-delete,
.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
  background-position: -162px -80px;
}
.k-multiselect .k-delete {
  opacity: 0.5;
}
.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
  opacity: 1;
}
.k-window-title {
  font-size: 14px;
}
.k-panelbar li.k-item {
  background: #fff;
}
.k-panelbar li.k-state-default > .k-link.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* 4. custom components ============================== */
/**
 * Google Material Design Preloader
 *
 * CSS animated SVG implementation of the Google Material Design preloader
 *
 * Reference: http://goo.gl/ZfulRH
 * License: MIT
 * Author: Rudi Theunissen (rudolf.theunissen@gmail.com)
 * Version: 1.1.1
 */
.md-preloader {
  font-size: 0;
  display: inline-block;
  -webkit-animation: outer 6000ms linear infinite;
  animation: outer 6000ms linear infinite;
}
.md-preloader svg {
  -webkit-animation: inner 1200ms linear infinite;
  animation: inner 1200ms linear infinite;
}
.md-preloader svg circle {
  fill: none;
  stroke: #448aff;
  stroke-linecap: round;
  -webkit-animation: arc 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: arc 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes outer {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes outer {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes inner {
  0% {
    -webkit-transform: rotate(-64.8deg);
    transform: rotate(-64.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes inner {
  0% {
    -webkit-transform: rotate(-64.8deg);
    transform: rotate(-64.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 172.59910039px, 210.48670779px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: -172.59910039px;
  }
}
@keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 172.59910039px, 210.48670779px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: -172.59910039px;
  }
}
.md-preloader-success svg circle {
  stroke: #7cb342;
}
.md-preloader-danger svg circle {
  stroke: #e53935;
}
.md-preloader-warning svg circle {
  stroke: #ffa000;
}
/* content preloader */
.content-preloader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  overflow: hidden;
  margin-left: -24px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, transform 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.content-preloader .regular-preloader {
  position: relative;
  width: 30px;
  height: 30px;
}
.content-preloader .regular-preloader > div {
  width: 26px;
  height: 26px;
}
.content-preloader.preloader-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}
.content-preloader-success svg circle {
  stroke: #7cb342;
}
.content-preloader-danger svg circle {
  stroke: #e53935;
}
.content-preloader-warning svg circle {
  stroke: #ffa000;
}
.sidebar_main_active > .content-preloader,
.sidebar_main_open > .content-preloader {
  margin-left: 96px !important;
}
body > .content-preloader {
  position: fixed;
  z-index: 1099;
  top: -48px;
}
body > .content-preloader.preloader-active {
  top: 56px;
}
.sidebar_main_active body > .content-preloader,
.sidebar_main_open body > .content-preloader {
  margin-left: 96px;
}
.md-card > .content-preloader {
  position: absolute;
  z-index: 10;
  top: 0;
}
.md-card > .content-preloader.preloader-active {
  top: 64px;
}



/* buttons */
.md-btn {
  background: none;
  border: none;
  border-radius: 4px;
  padding: 2px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
}
.md-btn:hover,
.md-btn:focus,
.md-btn:active,
.uk-button-dropdown.uk-open > .md-btn {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.IconBtn {
  background: none;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
}
.IconBtn:hover,
.IconBtn:focus,
.IconBtn:active {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.IconBtn i{
  padding-right: 3px;
}
.IconBtn img{
  padding-right: 4px;
  padding-bottom: 2px;
}

.md-btn:active,
.md-btn.uk-active,
.uk-button-dropdown.uk-open > .md-btn {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md-btn.uk-active {
  position: relative;
}
.md-btn.uk-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}


.md-btnDropdown {
  background: none;
  border: none;
  border-radius: 2px;
  min-height: 31px;
  min-width: 70px;
  padding: 2px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 22px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  margin-top: 14px;
}
.md-btnDropdown i {
  color: #fff;
}
.md-btnDropdown:hover,
.md-btnDropdown:focus,
.md-btnDropdown:active,
.uk-button-dropdown.uk-open > .md-btnDropdown {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  font-size: 26px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-btnDropdown:active,
.md-btnDropdown.uk-active,
.uk-button-dropdown.uk-open > .md-btnDropdown {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md-btbtnDropdownn.uk-active {
  position: relative;
}
.md-btnDropdown.uk-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.md-searchDropdown {
  background: none;
  border: none;
  border-radius: 2px;
  padding: 4px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  border:solid 1px #e3e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.md-btnDropdown i {
  color: #fff;
}
.md-searchDropdown:hover,
.md-searchDropdown:focus,
.md-searchDropdown:active,
.uk-button-dropdown.uk-open > .md-searchDropdown {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-searchDropdown:active,
.md-searchDropdown.uk-active,
.uk-button-dropdown.uk-open > .md-searchDropdown {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md-searchDropdown.uk-active {
  position: relative;
}
.md-searchDropdown.uk-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.md-searchDropdownR {
  background: none;
  border: none;
  border-radius: 2px;
  padding: 4px 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  border:solid 1px #e3e3e3;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.md-searchDropdownR i {
  color: #212121;
}
.md-searchDropdownR:hover,
.md-searchDropdownR:focus,
.md-searchDropdownR:active,
.uk-button-dropdown.uk-open > .md-searchDropdown {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-searchDropdownR:active,
.md-searchDropdownR.uk-active,
.uk-button-dropdown.uk-open > .md-searchDropdownR {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md-searchDropdownR.uk-active {
  position: relative;
}
.md-searchDropdownR.uk-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

/* btnSubTitle */
.md-btnSubTitle {
  background: none;
  border: none;
  border-radius: 2px;
  min-height: 31px;
  min-width: 70px;
  padding: 2px 0px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #77CDD5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  margin-top: 16px;
}
.md-btnSubTitle i {
  color: #77CDD5;
}
.md-btnSubTitle:hover,
.md-btnSubTitle:focus,
.md-btnSubTitle:active,
.uk-button-dropdown.uk-open > .md-btnSubTitle {
  background: #fff;
  outline: none;
  text-decoration: none;
  color: #212121;
  font-size: px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-btnSubTitle:active,
.md-btnSubTitle.uk-active,
.uk-button-dropdown.uk-open > .md-btnSubTitle {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md-btnSubTitle.uk-active {
  position: relative;
}
.md-btnSubTitle.uk-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
/* / btnSubTitle */

.md-btn-default,
.md-btn-default:hover,
.md-btn-default:focus,
.md-btn-default:active,
.md-btn-default.uk-active {
  background-color: none;
  border: 1px solid #e3e3e3;
  color: #999;
}
.md-btn-danger,
.md-btn-danger:hover,
.md-btn-danger:focus,
.md-btn-danger:active,
.md-btn-danger.uk-active {
  background: #e53935;
}
.md-btn-primary,
.md-btn-primary:hover,
.md-btn-primary:focus,
.md-btn-primary:active,
.md-btn-primary.uk-active {
  background: #43425D;
}
.md-btn-success,
.md-btn-success:hover,
.md-btn-success:focus,
.md-btn-success:active,
.md-btn-success.uk-active {
  background: #7cb342;
}
.md-btn-warning,
.md-btn-warning:hover,
.md-btn-warning:focus,
.md-btn-warning:active,
.md-btn-warning.uk-active {
  background: #ffa000;
}
.md-btn-danger,
.md-btn-primary,
.md-btn-success,
.md-btn-warning,
.md-btn-danger:hover,
.md-btn-primary:hover,
.md-btn-success:hover,
.md-btn-warning:hover,
.md-btn-danger:focus,
.md-btn-primary:focus,
.md-btn-success:focus,
.md-btn-warning:focus,
.md-btn-danger:active,
.md-btn-primary:active,
.md-btn-success:active,
.md-btn-warning:active,
.md-btn-danger.uk-active,
.md-btn-primary.uk-active,
.md-btn-success.uk-active,
.md-btn-warning.uk-active,
.md-btn-danger > i,
.md-btn-primary > i,
.md-btn-success > i,
.md-btn-warning > i {
  color: #fff;
}
.md-btn.disabled,
.md-btn.disabled:hover,
.md-btn.disabled:focus,
.md-btn.disabled:active,
.md-btn.disabled.uk-active {
  color: #a8a8a8;
  background: #eaeaea;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default;
  pointer-events: none;
}
.md-btn > i.material-icons {
  margin-top: 5px;
  font-size: 18px;
}
.md-btn-mini {
  line-height: 21px !important;
  min-width: 12px;
  font-size: 10px !important;
  min-height: 24px;
}
.md-btn-small {
  line-height: 27px !important;
  min-width: 14px;
  font-size: 11px !important;
}
.md-btn-middle {
  line-height: 27px !important;
  min-width: 14px;
  font-size: 14px !important;
  padding: 4px 15px;
}
.md-btn-large {
  line-height: 42px !important;
  font-size: 16px !important;
}
.md-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.md-btn + .md-btn {
  margin-left: 8px;
}
.md-btn-block {
  width: 100%;
}
.md-btn-block + .md-btn-block {
  margin-left: 0;
  margin-top: 12px;
}
.md-btn + .md-btn-group {
  margin-left: 16px;
}
.md-btn-facebook {
  background: #3b5998 !important;
}
.md-btn-twitter {
  background: #00aced !important;
}
.md-btn-gplus {
  background: #dd4b39 !important;
}
.md-btn-facebook,
.md-btn-twitter,
.md-btn-gplus,
.md-btn-facebook > i,
.md-btn-twitter > i,
.md-btn-gplus > i {
  color: #fff !important;
}
.md-btn-icon > i.no_margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.md-btn-icon-large,
.md-btn-icon.md-btn-large {
  min-width: 72px;
}
.md-btn-icon-large > i,
.md-btn-icon.md-btn-large > i {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: -3px;
}
.md-btn-icon-default,
.md-btn-icon {
  min-width: 64px;
}
.md-btn-icon-default > i,
.md-btn-icon > i {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: -2px;
}
.md-btn-icon-small,
.md-btn-icon.md-btn-small {
  min-width: 48px;
}
.md-btn-icon-small > i,
.md-btn-icon.md-btn-small > i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: -2px;
}
.md-btn-icon-mini,
.md-btn-icon.md-btn-mini {
  min-width: 36px;
}
.md-btn-icon-mini > i,
.md-btn-icon.md-btn-mini > i {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: -2px;
}

.md-toggle-group .md-toggle-button {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  background: none;
  line-height: 30px;
  min-width: 42px;
  text-align: center;
  padding: 0 8px;
  vertical-align: middle;
  cursor: pointer;
}
.md-toggle-group .md-toggle-button.md-toggle-active {
  border-bottom-color: #212121;
}
.md-toggle-group.md-toggle-group-small .md-toggle-button {
  font-size: 11px;
  line-height: 24px;
  min-width: 16px;
  padding: 0 6px;
}
.md-btn-group {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.md-btn-group .md-btn {
  vertical-align: top;
  margin-left: 0 !important;
}
.md-btn-group .md-btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-btn-group .md-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.md-btn-group .md-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-color-white {
  color: #fff !important;
}
.md-bg-white {
  background: #fff !important;
}
/* cards */
.md-card {
  position: relative;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15), 0 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15), 0 1px 7px rgba(0, 0, 0, 0.15);
  border: none;
}
.BgWhite{
  background-color: #fff;
}
.BgMain{
  background-color: #FF6565;
}
.BgBlue{
  background-color: #3B86FF;
}
.BgOrang{
  background-color: #F7924E;
}
.BgBlack{
  background-color: #43425D;
}
.BgGreen{
  background-color: #81B463;
}
.BgGray{
  background-color: #A1A1A1;
}
.textColorMain{
  color:#FF6565;
}
.textColorOr{
  color:#F7924E;
}
.textColorWh{
  color:#fff !important;
}
.textColorWhA{
  color:#fff !important;
  margin-left: 10px !important;
}
.textColorWhB{
  color:rgba(255, 255, 255, 0.863) !important;
  line-height: 42px;
  font-weight: 300;
  margin-right: 10px;
}
.textColorBl{
  color:#3B86FF;
}
.textColorGre{
  color:#81B463;
}
.textColorGr{
  padding: 0 10px;
  color:rgb(184, 184, 184);
}
.textColorGray{
  color: #A1A1A1;
}
.textColorGray .material-icons{
  color: #A1A1A1;
  font-size: 30px;
}
.textColorGre .material-icons{
  color:#81B463;
  font-size: 30px;
}
.textColorMain .material-icons{
  color:#FF6565;
  font-size: 30px;
}
.textColorOr .material-icons{
  color:#F7924E;
  font-size: 30px;
}
.textColorBl .material-icons{
  color:#3B86FF;
  font-size: 30px;
}

.md-card + .md-card,
.md-card + .uk-grid,
.uk-grid + .md-card {
  margin-top: 25px;
}
.md-card .md-card-toolbar {
  height: 40px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}
.md-card-toolbarWhite{
  height: 40px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.842);
}
.md-card .md-card-toolbar:before,
.md-card .md-card-toolbar:after {
  content: " ";
  display: table;
}
.md-card .md-card-toolbar:after {
  clear: both;
}
.md-card .md-card-toolbar:before,
.md-card .md-card-toolbar:after {
  content: " ";
  display: table;
}
.md-card .md-card-toolbar:after {
  clear: both;
}
.md-card .md-card-toolbar-heading-text-left {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #212121;
  margin: 0;
  text-align: left;
  overflow: hidden;
  height: 48px;
  line-height: 38px;
}
.md-card .md-card-toolbar-heading-text {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #212121;
  margin: 0;
  text-align: center;
  overflow: hidden;
  height: 48px;
  line-height: 38px;
}
.md-card .md-card-toolbar-heading-text.small{
  font-size: 14px;
}
.md-card .md-card-toolbar-heading-text.large {
  font-size: 18px;
  font-weight: 400;
}
.md-card .md-card-toolbar .md-toggle-group {
  float: left;
  margin: 8px 0 0 16px;
}
.md-card .md-card-toolbar .md-toggle-group.md-toggle-group-small {
  margin-top: 10px;
}
.md-card .md-card-toolbar .md-card-toolbar-actions {
  float: right;
  padding: 0;
}
.md-card .md-card-toolbar .md-card-toolbar-actions .uk-open .md-card-toolbar-icon {
  background: rgba(0, 0, 0, 0.085);
  color: #212121;
}
.md-card .md-card-toolbar .md-card-toolbar-actions .md-card-dropdown {
  display: inline-block;
  position: relative;
}
.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control {
  min-width: 220px;
  margin-top: -3px;
}
.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-input {
  min-height: 30px;
  padding: 4px 8px;
}
.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-dropdown {
  margin-top: -34px;
}
.md-card .md-card-toolbar .md-icon + .md-card-dropdown {
  margin-left: 4px;
}
.md-card .md-card-toolbar .md-card-fullscreen-deactivate {
  margin: 9px 8px 0 0;
}
.md-card .md-card-toolbar-input {
  border: none;
  font: 400 18px / 24px "Roboto", sans-serif;
  height: auto;
  background: none !important;
  padding: 12px 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-card .md-card-toolbar .uk-tab {
  margin-top: -2px;
  border-bottom: none;
}
.md-card .md-card-toolbar .uk-tab li > a {
  padding: 10px 8px !important;
}
.md-card .md-card-head {
  height: 160px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.md-card .md-card-head-menu {
  position: absolute;
  right: 8px;
  top: 8px;
}
.md-card .md-card-head-avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-top: 16px;
  border: 2px solid #fff;
  display: inline-block;
}
.md-card .md-card-head-text {
  padding: 8px 16px 16px;
  font: 500 16px / 22px "Roboto", sans-serif;
  color: #212121;
  margin: 0;
}
.md-card .md-card-head-text span:not(.listNavSelector) {
  display: block;
  font: 400 12px / 18px "Roboto", sans-serif;
  margin-top: -2px;
}
.md-card .md-card-head-text.text_dark {
  color: #212121 !important;
}
.md-card .md-card-head-text-over {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.md-card .md-card-head-subtext {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 16px;
  text-align: right;
  color: #fff;
}
.md-card .md-card-head-subtext span {
  font-size: 26px;
}
.md-card .md-card-head-icon {
  font-size: 48px;
  color: #fff;
  vertical-align: middle;
}
.md-card .md-card-head.head_background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom-color: transparent;
}
.md-card .md-card-head.head_background .md-card-head-text {
  color: #fff;
}
.md-card .md-card-head.head_background_top {
  background-repeat: no-repeat;
  background-position: center top;
}
.md-card .md-card-head.head_background_bottom {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.md-card .md-card-head .head_chart {
  height: 100px;
  width: 100%;
  position: absolute !important;
  left: 0;
  top: 40px;
}
.md-card .md-card-head .fitVid_player {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.md-card .md-card-head-img {
  height: 100%;
  width: auto;
}
.md-card .md-card-head iframe {
  height: 160px;
}
.md-card .md-card-content {
  padding: 10px;
}
.md-card .md-card-content.padding-reset {
  padding: 0;
}
.md-card .md-card-content.padding-mainBottom {
  padding: 16px 0;
}
.md-card .md-card-content.large-padding {
  padding: 24px 35px;
}
.md-card .md-card-content.small-padding {
  padding: 20px 10px;;
}
.md-card.md-card-fullscreen-activate {
  cursor: pointer;
}
.md-card.md-card-fullscreen {
  position: fixed;
  z-index: 9998;
  overflow-x: hidden;
  cursor: default;
}
.md-card.md-card-fullscreen .md-card-fullscreen-activate {
  display: none;
}
.md-card.md-card-fullscreen .md-card-fullscreen-hide {
  display: none;
}
.md-card .md-card-fullscreen-content {
  display: none;
  padding: 16px;
}
.md-card-fullscreen-content-hidden .md-card .md-card-fullscreen-content {
  display: block;
  visibility: hidden;
  padding: 0;
}
.md-card.mdToolbar_fixed {
  overflow-y: hidden;
}
.md-card.mdToolbar_fixed > .md-card-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-card.mdToolbar_fixed > .md-card-content {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 48px;
  bottom: 0;
}
.md-card.mdToolbar_fixed > .md-card-content .md-card-fullscreen-content {
  padding: 16px 0;
}
.md-card.md-card-overlay {
  overflow: hidden;
  padding-bottom: 54px;
}
.md-card.md-card-overlay .md-card-content {
  height: 142px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-card.md-card-overlay .md-card-content.no_truncate {
  position: relative;
}
.md-card.md-card-overlay .md-card-content.no_truncate:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  display: block;
  content: '';
  z-index: 10;
}
.md-card.md-card-overlay .md-card-content > pre {
  margin-top: 0;
  max-height: 110px;
}
.md-card.md-card-overlay .md-card-content > pre > code {
  overflow: hidden;
}
.md-card.md-card-overlay .md-card-overlay-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
  margin-top: -54px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  bottom: 0;
  background: #fff;
  z-index: 10;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-card.md-card-overlay .md-card-overlay-content p {
  margin: 0;
}
.md-card.md-card-overlay .md-card-overlay-content p + * {
  margin-top: 16px;
}
.md-card.md-card-overlay .md-card-overlay-content p + p {
  margin-top: 4px;
}
.md-card.md-card-overlay .md-card-overlay-header {
  padding: 12px 0;
}
.md-card.md-card-overlay .md-card-overlay-header:before,
.md-card.md-card-overlay .md-card-overlay-header:after {
  content: " ";
  display: table;
}
.md-card.md-card-overlay .md-card-overlay-header:after {
  clear: both;
}
.md-card.md-card-overlay .md-card-overlay-header:before,
.md-card.md-card-overlay .md-card-overlay-header:after {
  content: " ";
  display: table;
}
.md-card.md-card-overlay .md-card-overlay-header:after {
  clear: both;
}
.md-card.md-card-overlay .md-card-overlay-header h3,
.md-card.md-card-overlay .md-card-overlay-header h4 {
  margin: 0;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-card.md-card-overlay .md-card-overlay-header h3 {
  font: 400 16px / 30px "Roboto", sans-serif;
}
.md-card.md-card-overlay .md-card-overlay-header h4 {
  font: 500 14px / 30px "Roboto", sans-serif;
}
.md-card.md-card-overlay .md-card-overlay-header .md-icon {
  position: absolute;
  right: 12px;
  top: 11px;
}
.md-card.md-card-overlay-active .md-card-overlay-content {
  top: -1px;
  margin-top: 0;
}
.md-card.md-card-hover {
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}
.md-card.md-card-hover:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.uk-sortable-dragged .md-card {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.uk-sortable-dragged .md-card canvas {
  margin: 0 auto;
  display: block;
}
.md-card .heading_list {
  padding: 0;
}
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: none;
}
select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
  border-radius: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  font: 400 15px / 18px "Roboto", sans-serif;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 4px;
  background: transparent;
  width: 100%;
  display: block;
}
select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
  border-color: #e53935;
}
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
  border-bottom-color: #e53935;
}
select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
  border-color: #7cb342;
}
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
  border-bottom-color: #7cb342;
}
select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}
select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
  padding: 4px;
}
select.md-input.uk-form-width-mini,
textarea.md-input.uk-form-width-mini,
input:not([type]).md-input.uk-form-width-mini,
input[type="text"].md-input.uk-form-width-mini,
input[type="password"].md-input.uk-form-width-mini,
input[type="datetime"].md-input.uk-form-width-mini,
input[type="datetime-local"].md-input.uk-form-width-mini,
input[type="date"].md-input.uk-form-width-mini,
input[type="month"].md-input.uk-form-width-mini,
input[type="time"].md-input.uk-form-width-mini,
input[type="week"].md-input.uk-form-width-mini,
input[type="number"].md-input.uk-form-width-mini,
input[type="email"].md-input.uk-form-width-mini,
input[type="url"].md-input.uk-form-width-mini,
input[type="search"].md-input.uk-form-width-mini,
input[type="tel"].md-input.uk-form-width-mini,
input[type="color"].md-input.uk-form-width-mini {
  width: 40px;
}
select.md-input.uk-form-width-small,
textarea.md-input.uk-form-width-small,
input:not([type]).md-input.uk-form-width-small,
input[type="text"].md-input.uk-form-width-small,
input[type="password"].md-input.uk-form-width-small,
input[type="datetime"].md-input.uk-form-width-small,
input[type="datetime-local"].md-input.uk-form-width-small,
input[type="date"].md-input.uk-form-width-small,
input[type="month"].md-input.uk-form-width-small,
input[type="time"].md-input.uk-form-width-small,
input[type="week"].md-input.uk-form-width-small,
input[type="number"].md-input.uk-form-width-small,
input[type="email"].md-input.uk-form-width-small,
input[type="url"].md-input.uk-form-width-small,
input[type="search"].md-input.uk-form-width-small,
input[type="tel"].md-input.uk-form-width-small,
input[type="color"].md-input.uk-form-width-small {
  width: 130px;
}
select.md-input.uk-form-width-medium,
textarea.md-input.uk-form-width-medium,
input:not([type]).md-input.uk-form-width-medium,
input[type="text"].md-input.uk-form-width-medium,
input[type="password"].md-input.uk-form-width-medium,
input[type="datetime"].md-input.uk-form-width-medium,
input[type="datetime-local"].md-input.uk-form-width-medium,
input[type="date"].md-input.uk-form-width-medium,
input[type="month"].md-input.uk-form-width-medium,
input[type="time"].md-input.uk-form-width-medium,
input[type="week"].md-input.uk-form-width-medium,
input[type="number"].md-input.uk-form-width-medium,
input[type="email"].md-input.uk-form-width-medium,
input[type="url"].md-input.uk-form-width-medium,
input[type="search"].md-input.uk-form-width-medium,
input[type="tel"].md-input.uk-form-width-medium,
input[type="color"].md-input.uk-form-width-medium {
  width: 200px;
}
select.md-input.uk-form-width-large,
textarea.md-input.uk-form-width-large,
input:not([type]).md-input.uk-form-width-large,
input[type="text"].md-input.uk-form-width-large,
input[type="password"].md-input.uk-form-width-large,
input[type="datetime"].md-input.uk-form-width-large,
input[type="datetime-local"].md-input.uk-form-width-large,
input[type="date"].md-input.uk-form-width-large,
input[type="month"].md-input.uk-form-width-large,
input[type="time"].md-input.uk-form-width-large,
input[type="week"].md-input.uk-form-width-large,
input[type="number"].md-input.uk-form-width-large,
input[type="email"].md-input.uk-form-width-large,
input[type="url"].md-input.uk-form-width-large,
input[type="search"].md-input.uk-form-width-large,
input[type="tel"].md-input.uk-form-width-large,
input[type="color"].md-input.uk-form-width-large {
  width: 500px;
}
select.md-input.inverted-colors,
textarea.md-input.inverted-colors,
input:not([type]).md-input.inverted-colors,
input[type="text"].md-input.inverted-colors,
input[type="password"].md-input.inverted-colors,
input[type="datetime"].md-input.inverted-colors,
input[type="datetime-local"].md-input.inverted-colors,
input[type="date"].md-input.inverted-colors,
input[type="month"].md-input.inverted-colors,
input[type="time"].md-input.inverted-colors,
input[type="week"].md-input.inverted-colors,
input[type="number"].md-input.inverted-colors,
input[type="email"].md-input.inverted-colors,
input[type="url"].md-input.inverted-colors,
input[type="search"].md-input.inverted-colors,
input[type="tel"].md-input.inverted-colors,
input[type="color"].md-input.inverted-colors {
  color: #fff;
  border-bottom-color: #fff;
}
select.md-input.inverted-colors::-webkit-input-placeholder,
textarea.md-input.inverted-colors::-webkit-input-placeholder,
input:not([type]).md-input.inverted-colors::-webkit-input-placeholder,
input[type="text"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="password"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="datetime"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="datetime-local"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="date"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="month"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="time"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="week"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="number"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="email"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="url"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="search"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="tel"].md-input.inverted-colors::-webkit-input-placeholder,
input[type="color"].md-input.inverted-colors::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
select.md-input.inverted-colors::-moz-placeholder,
textarea.md-input.inverted-colors::-moz-placeholder,
input:not([type]).md-input.inverted-colors::-moz-placeholder,
input[type="text"].md-input.inverted-colors::-moz-placeholder,
input[type="password"].md-input.inverted-colors::-moz-placeholder,
input[type="datetime"].md-input.inverted-colors::-moz-placeholder,
input[type="datetime-local"].md-input.inverted-colors::-moz-placeholder,
input[type="date"].md-input.inverted-colors::-moz-placeholder,
input[type="month"].md-input.inverted-colors::-moz-placeholder,
input[type="time"].md-input.inverted-colors::-moz-placeholder,
input[type="week"].md-input.inverted-colors::-moz-placeholder,
input[type="number"].md-input.inverted-colors::-moz-placeholder,
input[type="email"].md-input.inverted-colors::-moz-placeholder,
input[type="url"].md-input.inverted-colors::-moz-placeholder,
input[type="search"].md-input.inverted-colors::-moz-placeholder,
input[type="tel"].md-input.inverted-colors::-moz-placeholder,
input[type="color"].md-input.inverted-colors::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
select.md-input.inverted-colors:-ms-input-placeholder,
textarea.md-input.inverted-colors:-ms-input-placeholder,
input:not([type]).md-input.inverted-colors:-ms-input-placeholder,
input[type="text"].md-input.inverted-colors:-ms-input-placeholder,
input[type="password"].md-input.inverted-colors:-ms-input-placeholder,
input[type="datetime"].md-input.inverted-colors:-ms-input-placeholder,
input[type="datetime-local"].md-input.inverted-colors:-ms-input-placeholder,
input[type="date"].md-input.inverted-colors:-ms-input-placeholder,
input[type="month"].md-input.inverted-colors:-ms-input-placeholder,
input[type="time"].md-input.inverted-colors:-ms-input-placeholder,
input[type="week"].md-input.inverted-colors:-ms-input-placeholder,
input[type="number"].md-input.inverted-colors:-ms-input-placeholder,
input[type="email"].md-input.inverted-colors:-ms-input-placeholder,
input[type="url"].md-input.inverted-colors:-ms-input-placeholder,
input[type="search"].md-input.inverted-colors:-ms-input-placeholder,
input[type="tel"].md-input.inverted-colors:-ms-input-placeholder,
input[type="color"].md-input.inverted-colors:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
select.md-input.inverted-colors:-moz-placeholder,
textarea.md-input.inverted-colors:-moz-placeholder,
input:not([type]).md-input.inverted-colors:-moz-placeholder,
input[type="text"].md-input.inverted-colors:-moz-placeholder,
input[type="password"].md-input.inverted-colors:-moz-placeholder,
input[type="datetime"].md-input.inverted-colors:-moz-placeholder,
input[type="datetime-local"].md-input.inverted-colors:-moz-placeholder,
input[type="date"].md-input.inverted-colors:-moz-placeholder,
input[type="month"].md-input.inverted-colors:-moz-placeholder,
input[type="time"].md-input.inverted-colors:-moz-placeholder,
input[type="week"].md-input.inverted-colors:-moz-placeholder,
input[type="number"].md-input.inverted-colors:-moz-placeholder,
input[type="email"].md-input.inverted-colors:-moz-placeholder,
input[type="url"].md-input.inverted-colors:-moz-placeholder,
input[type="search"].md-input.inverted-colors:-moz-placeholder,
input[type="tel"].md-input.inverted-colors:-moz-placeholder,
input[type="color"].md-input.inverted-colors:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
select.md-input.uk-form-width-mini {
  width: 65px;
}
.md-input-width-small {
  min-width: 80px !important;
}
.md-input-width-medium {
  min-width: 160px !important;
}
.md-input-width-large {
  min-width: 320px !important;
}
textarea.md-input {
  min-height: 80px;
  resize: none;
  overflow: hidden;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  line-height: 24px;
}
textarea.no_autosize {
  min-height: inherit;
  overflow: auto;
  -webkit-transition: none;
  transition: none;
  resize: both;
}
.md-input-wrapper {
  position: relative;
  padding-top: 4px;
  width: 100%;
  display: block;
}
.md-input-wrapper .md-input-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1976d2;
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-input-wrapper .md-input-bar:before {
  left: 50%;
}
.md-input-wrapper .md-input-bar:after {
  right: 50%;
}
.md-input-wrapper .md-input-bar.uk-form-width-mini {
  width: 40px;
}
.md-input-wrapper .md-input-bar.uk-form-width-small {
  width: 130px;
}
.md-input-wrapper .md-input-bar.uk-form-width-medium {
  width: 200px;
}
.md-input-wrapper .md-input-bar.uk-form-width-large {
  width: 500px;
}
.md-input-wrapper > label {
  color: #727272;
  position: absolute;
  top: 16px;
  left: 4px;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.md-input-wrapper + * {
  margin-top: 10px;
}
.md-input-wrapper.md-input-wrapper-disabled > label {
  color: rgba(0, 0, 0, 0.26);
}
.md-input-wrapper-count {
  padding-bottom: 24px;
}
.md-input-wrapper-count .md-input-bar {
  bottom: 24px;
}
.md-input-wrapper-count .text-count-wrapper {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.md-input-filled > label,
.md-input-focus > label {
  top: -6px;
  font-size: 12px;
}
.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
  opacity: 1;
}
.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
  width: 50%;
}
.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
  background: #e53935;
}
.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
  color: #e53935;
}
.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
  background: #7cb342;
}
.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
  color: #7cb342;
}
.md-form-group {
  position: relative;
}
label.md-label {
  color: #999;
  padding: 0 6px;
  font-size: 11px;
}
.add-clear-span {
  display: block;
}
.add-clear-span input {
  padding-right: 24px !important;
}
.add-clear-span a {
  top: 12px !important;
  right: 4px !important;
}
.add-clear-span a .material-icons {
  font-size: 20px;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../icons/material-design-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("../icons/material-design-icons/MaterialIcons-Regular.woff2") format('woff2'), url("../icons/material-design-icons/MaterialIcons-Regular.woff") format('woff'), url("../icons/material-design-icons/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  vertical-align: -4px;
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-18 {
  font-size: 18px !important;
  vertical-align: -4px;
}
.material-icons.md-24 {
  font-size: 24px !important;
  vertical-align: -8px;
}
.material-icons.md-36 {
  font-size: 36px !important;
  vertical-align: -16px;
}
.material-icons.md-48 {
  font-size: 48px !important;
  vertical-align: -24px;
}
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* top bar */
.md-top-bar .md-top-bar-checkbox {
  padding-top: 10px;
}
.md-top-bar .md-top-bar-icons {
  margin-top: 5px;
}
.md-top-bar .md-top-bar-icons,
.md-top-bar .md-top-bar-checkbox {
  display: inline-block;
}
.md-top-bar .md-btn-group {
  margin-top: 4px;
}
.md-top-bar .md-top-bar-actions-left {
  float: left;
  padding-left: 16px;
}
.md-top-bar .md-top-bar-actions-left .md-btn-group {
  margin-left: 8px;
}
.md-top-bar .md-top-bar-actions-right {
  float: right;
  padding-right: 16px;
}
.md-top-bar .md-top-bar-actions-right .md-btn-group {
  margin-right: 8px;
}
.md-top-bar .md-btn-small {
  padding: 2px 12px;
}

/* icons */
.md-icon {
  font-size: 24px;
  line-height: 32px !important;
  height: 32px !important;
  color: #727272;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 280ms ease-out, color 280ms ease-out;
  transition: background 280ms ease-out, color 280ms ease-out;
  width: 32px !important;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.md-icon:hover,
.md-icon:focus,
.md-icon:active,
.md-icon.active {
  color: #212121;
  background: rgba(0, 0, 0, 0.08);
}
.md-icon-light {
  color: #fff;
}
.md-icon-light:hover,
.md-icon-light:focus,
.md-icon-light:active {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.md-icon-dark {
  color: #212121;
}
.md-icon-dark:hover,
.md-icon-dark:focus,
.md-icon-dark:active {
  color: #212121;
  background: rgba(255, 255, 255, 0.6);
}
.md-icon + .md-icon {
  margin-left: 4px;
}
.md-icon-btn {
  display: inline-block;
}
.md-icon-btn.active .md-icon {
  color: #212121;
  background: rgba(0, 0, 0, 0.08);
}
button.md-icon {
  background: none;
  border: none;
  outline: none;
}
.uk-open > .md-icon {
  color: #212121;
  background: rgba(0, 0, 0, 0.08);
}
.uk-open > .md-icon-light {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.uk-open > .md-icon-dark {
  color: #212121;
  background: rgba(255, 255, 255, 0.6);
}
/* dropdown list */
.md-list-inputs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.md-list-inputs > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.md-list-inputs li + li {
  margin-top: 8px;
}
.md-list-inputs li .icheckbox_md {
  float: left;
}
.md-list-inputs li label {
  overflow: hidden;
  padding-left: 8px;
  display: block;
  cursor: pointer;
}
/* hr */
.md-hr {
  margin: 32px 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}
/* animated show */
@-webkit-keyframes hierarchical_show {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 2);
    transform: scale3d(0.2, 0.2, 2);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes hierarchical_show {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 2);
    transform: scale3d(0.2, 0.2, 2);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.hierarchical_show {
  will-change: transform, opacity;
}
.hierarchical_show > * {
  visibility: hidden;
}
.hierarchical_show_inView > * {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 560ms;
  animation-duration: 560ms;
  -webkit-animation-name: hierarchical_show;
  animation-name: hierarchical_show;
  visibility: visible;
}
@-webkit-keyframes hierarchical_slide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160%, 0);
    transform: translate3d(0, 160%, 0);
  }
  33% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hierarchical_slide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160%, 0);
    transform: translate3d(0, 160%, 0);
  }
  33% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hierarchical_slide {
  will-change: transform, opacity;
}
.hierarchical_slide > * {
  visibility: hidden;
}
.hierarchical_slide_inView > * {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 560ms;
  animation-duration: 560ms;
  -webkit-animation-name: hierarchical_slide;
  animation-name: hierarchical_slide;
  visibility: visible;
}
.fast_animation {
  -webkit-animation-duration: 280ms;
  animation-duration: 280ms;
}
/* 6. plugins ======================================== */
/* altair plugins */
/* colorpicker */
.cp_altair {
  padding: 8px 0;
  overflow: hidden;
}
.cp_altair span {
  width: 24px;
  height: 24px;
  margin: 0 8px 8px 0;
  float: left;
  -webkit-transition: all 280ms ease-out;
  transition: all 280ms ease-out;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.cp_altair span.active_color {
  border-radius: 50%;
  cursor: default;
}

/* iCheck material design theme
----------------------------------- */
.icheckbox_md,
.iradio_md {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.icheckbox_md:after,
.iradio_md:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.icheckbox_md > input,
.iradio_md > input {
  margin: 0;
}
.icheckbox_md > .iCheck-helper,
.iradio_md > .iCheck-helper {
  z-index: 10;
}
.icheckbox_md {
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.icheckbox_md.checked:after,
.icheckbox_md.disabled:after {
  content: '\e5ca';
  font-family: "Material Icons";
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: -2px;
  top: -6px;
  line-height: 1.42857143;
}
.icheckbox_md.hover.checked,
.icheckbox_md.checked {
  background: #009688;
  border-color: #009688 !important;
}
.icheckbox_md.disabled:after {
  display: none;
}
.icheckbox_md.disabled,
.icheckbox_md.disabled.checked {
  background: transparent;
  background-clip: padding-box;
  border-color: rgba(0, 0, 0, 0.26);
  cursor: default;
}
.icheckbox_md.disabled.checked {
  background: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.icheckbox_md.disabled.checked:after {
  display: block !important;
}
.md-input-danger .icheckbox_md {
  border-color: #e53935;
}
.icheckbox_md.indeterminate {
  background: #009688;
  border-color: #009688;
}
.icheckbox_md.indeterminate:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
}
.iradio_md {
  border: 2px solid rgba(0, 0, 0, 0.54);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.iradio_md:after {
  content: '';
  background: transparent;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.iradio_md.checked {
  border-color: #009688 !important;
}
.iradio_md.checked:after {
  background: #009688;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.iradio_md.disabled {
  border-color: rgba(0, 0, 0, 0.26);
  cursor: default;
}
.iradio_md.disabled:after {
  background: rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.md-input-danger .iradio_md {
  border-color: #e53935;
}
.disabled + .inline-label {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
}
.icheck-inline {
  display: inline-block;
  margin: 0 16px 16px 0;
}
.icheck-inline + .parsley-errors-list {
  margin-top: -8px;
}
/* prism syntax highlighter */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
  position: relative;
  margin: 0.5em 0;
  overflow: visible;
  padding: 0;
}
pre[class*="language-"] > code {
  position: relative;
  border-left: 10px solid #358ccb;
  -webkit-box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
  box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, 0.04)));
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}
code[class*="language"] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}
/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}
pre[class*="language-"]:before,
pre[class*="language-"]:after {
  content: '';
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  -webkit-box-shadow: 0px 13px 8px #979797;
  box-shadow: 0px 13px 8px #979797;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99;
}
.token.punctuation {
  color: #5F6364;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}
.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}
.token.regex,
.token.important {
  color: #e90;
}
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.important {
  font-weight: normal;
}
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.namespace {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  pre[class*="language-"]:before,
  pre[class*="language-"]:after {
    bottom: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* plugins */
.dt_colVis_buttons {
  margin-bottom: 8px;
}
.dt_colVis_buttons:before,
.dt_colVis_buttons:after {
  content: " ";
  display: table;
}
.dt_colVis_buttons:after {
  clear: both;
}
.dt_colVis_buttons:before,
.dt_colVis_buttons:after {
  content: " ";
  display: table;
}
.dt_colVis_buttons:after {
  clear: both;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 16px;
  margin: 0;
  font: 400 20px / 24px "Roboto", sans-serif;
}
div.dt-button-info > div {
  padding: 16px 24px;
}
.dt-button embed {
  outline: none;
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
.dt-button-collection.uk-dropdown {
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2020;
}
.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility a {
  position: relative;
  padding-left: 32px;
  color: #212121;
  font-size: 15px;
  line-height: 20px;
}
.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '\e835';
  font-family: "Material Icons";
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility.active a:before {
  content: '\e834';
  color: #009688;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  column-count: 4;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background: rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

/* fileInput */
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.btn-file input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  direction: ltr;
}
.fileinput {
  display: inline-block;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.fileinput .thumbnail > img {
  height: 100%;
  width: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none !important;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.enjoyhint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  overflow: hidden;
}
.enjoyhint_hide {
  display: none;
}
.enjoyhint_disable_events {
  position: absolute;
  width: 2000px;
  height: 1500px;
  z-index: 2010;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  .enjoyhint_disable_events {
    width: 100%;
    height: 100%;
  }
}
.enjoyhint_next_btn,
.enjoyhint_skip_btn,
.enjoyhint_btn {
  position: absolute;
  z-index: 2020;
  pointer-events: all;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100px;
  height: 46px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 3px;
  font: 500 20px / 46px "Roboto", sans-serif;
  text-align: center;
  text-overflow: clip;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}
.enjoyhint_next_btn {
  color: #212121;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.enjoyhint_next_btn:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.enjoyhint_next_btn:active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .enjoyhint_next_btn {
    left: 20px !important;
  }
}
.enjoyhint_skip_btn {
  color: #29b6f6;
}
.enjoyhint_skip_btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.enjoyhint_skip_btn:active {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .enjoyhint_skip_btn {
    right: 20px !important;
    left: auto !important;
  }
}
.enjoyhint_close_btn {
  display: inline-block;
  position: absolute;
  z-index: 2020;
  pointer-events: all;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0.3em;
  height: 0.3em;
  border-radius: 1em;
  font: 400 8em / normal Arial, Helvetica, sans-serif;
  color: #000000;
  text-overflow: clip;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.enjoyhint_close_btn:before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 73%;
  height: 2px;
  position: absolute;
  content: "";
  top: 48%;
  left: 14%;
  border: none;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: #000000;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.enjoyhint_close_btn:after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 73%;
  height: 2px;
  position: absolute;
  content: "";
  top: 46%;
  left: 15%;
  border: none;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: #000000;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.enjoyhint_close_btn:hover {
  color: #ffffff;
  border-color: #e53935;
  cursor: pointer;
}
.enjoyhint_close_btn:active {
  border: 2px solid #fff;
  -webkit-transition: none;
  transition: none;
}
.enjoyhint_btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #1ecd97;
  text-align: center;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
.enjoyhint_btn:hover {
  color: #ffffff;
  background: #1ecd97;
}
.enjoyhint_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  transition: none;
}
.enjoyhint div.canvas-container {
  position: absolute;
}
.enjoyhint_canvas {
  position: absolute;
  z-index: 2010;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.enjoyhint_svg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2010;
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}
.enjoyhint_svg_wrapper svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.enjoyhint_svg_transparent .enjoyhint_svg_wrapper,
.enjoyhint_svg_transparent .enjoy_hint_label {
  opacity: 0;
}
.enjoy_hint_label {
  position: absolute;
  color: #fff;
  z-index: 2020;
  font: 400 22px / 32px "Roboto", sans-serif;
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}
.enjoy_hint_label .material-icons {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .enjoy_hint_label {
    left: 20px !important;
  }
}
#kinetic_container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.kineticjs-content {
  position: absolute !important;
}
.enjoyhint_disable_events {
  position: fixed;
}
.cr_preview {
  overflow: hidden;
  border: 1px solid #555;
  margin: 8px 8px 8px 0;
}
.cr_preview_lg {
  width: 264px;
  height: 148px;
}
.cr_preview_md {
  width: 140px;
  height: 78px;
}
.cr_preview_sm {
  width: 68px;
  height: 48px;
}
.cr_preview_xs {
  width: 36px;
  height: 36px;
}
.canvasModalImage {
  margin: 0 auto;
  text-align: center;
}
.canvasModalImage > * {
  border: 1px solid #ccc;
  padding: 4px;
}
.context-menu-list {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.context-menu-list .context-menu-item {
  padding: 5px 32px;
  font-size: 14px;
  color: #212121;
}
.context-menu-list .context-menu-hover {
  background: rgba(0, 0, 0, 0.085);
  color: #212121;
}
.context-menu-list .context-menu-material > .material-icons {
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 18px;
}
.context-menu-list .context-menu-separator {
  margin: 8px 0;
  padding: 0;
}
.context-menu-list .context-menu-disabled,
.context-menu-list .context-menu-disabled > .material-icons {
  color: #bbb;
}
.echart {
  min-height: 380px;
  height: 100%;
}
.echart-large {
  min-height: 460px;
}
.listNav {
  display: block;
  position: relative;
}
.listNavWrapper > div,
.listNavWrapper > li {
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.listNavWrapper .listNavHide {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  display: none;
}
.listNavWrapper .listNavShow {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.letterCountShow {
  display: block;
}
.ln-letters {
  padding-top: 8px;
}
.ln-letters:before,
.ln-letters:after {
  content: " ";
  display: table;
}
.ln-letters:after {
  clear: both;
}
.ln-letters:before,
.ln-letters:after {
  content: " ";
  display: table;
}
.ln-letters:after {
  clear: both;
}
.ln-letters a {
  font-size: 13px;
  display: block;
  float: left;
  padding: 4px 6px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  background: #fff;
  text-align: center;
  color: #212121;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  margin: -1px 0 0 -1px;
  text-transform: uppercase;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #2196f3;
  color: #fff;
}
.ln-letters .ln-disabled {
  color: #bdbdbd !important;
  background: #f5f5f5 !important;
}
.ln-letter-count {
  position: absolute;
  padding: 4px 0;
  text-align: center;
  font-size: 11px;
  color: #212121;
  margin-left: -2px;
}
.ln-letter-count.listNavHide {
  display: none;
}
.tip-yellowsimple {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  padding: 16px;
  min-width: 240px;
  z-index: 9999;
  border-radius: 3px;
}
.tip-yellowsimple .tip-inner > div > label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
}
.editable-footer {
  margin-top: 16px;
  text-align: right;
}
.editable-container .md-input {
  display: inline-block;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.editable-container .md-input:focus {
  border-bottom-color: #1976d2 !important;
}
.editable-container select:disabled {
  display: block;
  width: 100%;
  height: 42px;
  border-width: 0 0 1px 0;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.editable-container textarea {
  height: 120px;
  resize: vertical;
  overflow-y: auto;
}
.editable-container .select2-container {
  width: 240px;
}
.editable-container .select2-container .select2-choice {
  background: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.editable-container .select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}
.editable-container .select2-container-multi .select2-choices {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.editable-container .select2-container-multi .select2-choices .select2-search-choice {
  background: #eeeeee;
  border: none;
  border-radius: 18px;
  padding: 4px 24px 4px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.editable-container .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 4px;
}
.editable-inline {
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px;
}
.editable-address + div {
  margin-top: 12px;
}
.editable-address label > span,
.editable-address label > input {
  display: inline-block !important;
}
.editable-address label > span {
  width: 80px;
}
.editable-address label > input {
  width: auto !important;
}
.select2-drop {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-color: transparent !important;
}
.select2-results {
  margin-top: 8px;
}
.select2-results .select2-highlighted {
  background: rgba(0, 0, 0, 0.085);
  color: #212121;
}
.select2-search input {
  border-width: 0 0 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-datepicker,
.ui-datepicker .ui-datepicker-header {
  border: none;
}
.ui-datepicker th {
  font: 400 13px / 15px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #727272;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: transparent !important;
  border-color: transparent !important;
  font-weight: 400 !important;
  color: #727272 !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 24px;
  height: 24px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
  position: absolute;
  top: 2px;
  display: block;
  font-family: 'FontAwesome';
  color: #727272 !important;
  text-indent: 0;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev span:after {
  left: 0;
  content: '\f053';
}
.ui-datepicker .ui-datepicker-next span:after {
  right: 0;
  content: '\f054';
}
.ui-datepicker tbody td a,
.ui-datepicker tbody td span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 24px;
  display: block;
  border-radius: 50%;
}
.ui-datepicker tbody td a:hover,
.ui-datepicker tbody td span:hover {
  background: rgba(0, 0, 0, 0.085);
}
.ui-datepicker select {
  border-width: 0 0 1px;
}
.ui-datepicker select + select {
  margin-left: 4px !important;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
}
.ui-datepicker .ui-state-active {
  background: #009688 !important;
  color: #fff;
}
.editableform {
  margin-bottom: 0;
}
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}
.editableform .form-control {
  width: auto;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
}
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editable-input .editableform-loading {
  background-position: left 5px;
}
.editable-input .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
.editableform-loading {
  background: url('../img/spinners/spinner.gif') center center no-repeat;
  height: 32px;
  margin: 24px 0;
}
.editable-error-block {
  margin: 8px 0 0 0;
  white-space: normal;
  text-align: center;
}
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: #e53935;
}
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
.editable-checklist label {
  white-space: nowrap;
}
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist > div + div {
  margin-top: 8px;
}
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
.editable-clear-x {
  display: block;
  width: 24px;
  height: 42px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}
.editable-clear-x:after {
  opacity: 0.6;
  content: '\e5cd';
  font-family: "Material Icons";
  font-size: 18px;
  position: absolute;
  top: 11px;
  right: 8px;
  display: block;
  color: #727272;
  cursor: pointer;
}
.editable-clear-x:hover:after {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
}
.editable-container.popover {
  width: auto;
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.editable-container.ui-widget {
  font-size: inherit;
  z-index: 9990;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}
.editable-unsaved {
  font-weight: bold;
}
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
.select2-container--default .select2-selection--single {
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
  height: 40px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  width: 18px;
  position: relative;
  text-indent: -9999em;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear:after {
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #727272;
  content: '\e5cd';
  font-family: "Material Icons";
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  display: block;
  position: absolute;
  top: 8px;
  right: 2px;
  color: #727272;
  content: '\e5c5';
  font-family: "Material Icons";
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.12);
  height: 32px;
  line-height: 32px;
  -webkit-transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 260ms cubic-bezier(0.4, 0, 0.2, 1);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-bottom-color: #1976d2;
}
.select2-container--default .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
  min-height: 40px;
  padding: 6px 8px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 18px;
  padding: 3px 2px 2px 8px;
  font-size: 14px;
  border: none;
  margin-top: 0;
  margin-bottom: 5px;
  background: #f2f2f2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
  display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  text-indent: -9999em;
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
  text-indent: 0;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  color: #727272;
  content: '\e5cd';
  font-family: "Material Icons";
  font-size: 18px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-results__group {
  font-size: 12px;
  color: #aaa;
  padding-top: 8px;
  border-bottom: rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(0, 0, 0, 0.085);
  color: inherit;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(0, 0, 0, 0.085);
}
.select2-container--default .select2-results > .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true] {
  display: none;
}
.select2-container--default .select2-results__option .select2-results__option {
  font-size: 15px;
}
.select2-dropdown {
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* main header */
#header_main {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075), 0 3px 6px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075), 0 3px 6px rgba(0, 0, 0, 0.075);
  padding: 0px;
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1104;
}
#header_main:before,
#header_main:after {
  content: " ";
  display: table;
}
#header_main:after {
  clear: both;
}
#header_main:before,
#header_main:after {
  content: " ";
  display: table;
}
#header_main:after {
  clear: both;
}
#header_main .uk-navbar {
  border: none;
  background: none;
}
#header_main .uk-navbar .uk-navbar-brand {
  text-shadow: none;
  color: #333;
  line-height: 52px;
  height: 48px;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
}
#header_main .uk-navbar .uk-navbar-brand + * {
  margin-left: 25px;
}
#header_main .uk-navbar .uk-navbar-nav {
  position: relative;
}
#header_main .uk-navbar .uk-navbar-nav > li {
  position: static;
}
#header_main .uk-navbar .uk-navbar-nav > li > a {
  color: #333;
  text-shadow: none;
  border: none;
  line-height: 60px;
  font-family: 'Noto Sans KR', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  z-index: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header_main .uk-navbar .uk-navbar-nav > li > a {
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .uk-navbar .uk-navbar-nav > li > a {
    padding: 2px 10px 0;
  }
}
#header_main .uk-navbar .uk-navbar-nav > li > a:focus,
#header_main .uk-navbar .uk-navbar-nav > li > a:active {
  background: none;
}
#header_main .uk-navbar .uk-navbar-nav > li > a:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  margin-left: -6px;
  z-index: -1;
  -webkit-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
}
#header_main .uk-navbar .uk-navbar-nav > li > a.navbar_link {
  line-height: 48px;
}
#header_main .uk-navbar .uk-navbar-nav > li:hover > a,
#header_main .uk-navbar .uk-navbar-nav > li:focus > a,
#header_main .uk-navbar .uk-navbar-nav > li.uk-open > a,
#header_main .uk-navbar .uk-navbar-nav > li.uk-active > a {
  background: none;
}
#header_main .uk-navbar .uk-navbar-nav > li.uk-open > a {
  position: relative;
}
#header_main .uk-navbar .uk-navbar-nav > li.uk-open > a:after {
  border-bottom-color: #fff;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1104;
}
#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown {
  margin-top: 1px;
  max-height: 300px;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}
#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .md-list {
  margin-left: -10px;
}
#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .md-list > li {
  margin-right: 16px;
}
#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .uk-switcher {
  max-height: 216px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#header_main .user_actions a.user_action_image {
  position: relative;
  line-height: 48px !important;
}
#header_main .user_actions .user_action_icon {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 4px;
}
#header_main .user_actions .user_action_icon .headata {
  font-size: 16px;
}
#dropdown-wrap > div > .k-header{
  font-size:20px;
}

#header_main .user_actions .user_action_icon:hover,
#header_main .user_actions .user_action_icon:focus {
  text-decoration: none;
}
#header_main .user_actions .user_action_icon > .uk-badge {
  background: rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 8px;
  min-width: 20px;
  padding: 1px 4px;
  line-height: 14px;
  border-radius: 2px;
}


#header_main .sSwitch {
  cursor: pointer;
  margin: 12px 0 0;
  padding: 12px 0;
  position: relative;
}
#header_main .sSwitch:before {
  content: '';
  position: absolute;
  top: 4px;
  width: 2px;
  height: 18px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header_main .sSwitch,
#header_main .sSwitch .sSwitchIcon {
  display: block;
  height: 2px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
}
#header_main .sSwitch .sSwitchIcon {
  will-change: transform;
}
#header_main .sSwitch .sSwitchIcon,
#header_main .sSwitch .sSwitchIcon:before,
#header_main .sSwitch .sSwitchIcon:after {
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header_main .sSwitch .sSwitchIcon:before,
#header_main .sSwitch .sSwitchIcon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
  z-index: -1;
}
#header_main .sSwitch .sSwitchIcon:before {
  top: 6px;
}
#header_main .sSwitch .sSwitchIcon:after {
  top: -6px;
}
#header_main .sSwitch.sSwitch_left {
  float: left;
  margin-right: 16px;
}
#header_main .sSwitch.sSwitch_left:before {
  left: -8px;
}
#header_main .sSwitch.sSwitch_left .sSwitchIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
#header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
  left: 0;
}
#header_main .sSwitch.sSwitch_right {
  float: right;
  margin-left: 30px;
}
#header_main .sSwitch.sSwitch_right:before {
  right: -8px;
}
@media only screen and (max-width: 767px) {
  #header_main .sSwitch.sSwitch_right {
    margin-left: 24px;
  }
}
#header_main .sSwitch.sSwitch_right .sSwitchIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#header_main .sSwitch.sSwitch_right .sSwitchIcon:before,
#header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
  right: 0;
}
#header_main .sSwitch.sSwitch_right.sidebar_secondary_check {
  display: none;
}
#header_main .header_main_search_form {
  display: none;
  position: relative;
  padding: 2px 46px 0 40px;
  margin: 5px 0;
}
#header_main .header_main_search_form form {
  display: block;
  position: static;
}
#header_main .header_main_search_form .md-icon,
#header_main .header_main_search_form .md-icon:hover,
#header_main .header_main_search_form .md-icon:focus {
  color: #fff;
}
#header_main .header_main_search_form [data-uk-autocomplete] .uk-dropdown {
  left: 40px;
  right: 46px;
  width: auto;
}
#header_main .header_main_search_input {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: top;
  padding: 6px 15px;
  font-size: 16px;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#header_main .header_main_search_btn {
  position: absolute;
  top: 0;
  right: -2px;
  cursor: pointer;
}
#header_main .header_main_search_close {
  position: absolute;
  top: 3px;
  left: 2px;
}
.header_double_height:after {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  height: 59px;
  background: #1976d2;
  content: '';
  display: block;
}
.header_double_height #header_main {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
}
#page_content {
  margin-top: 45px;
  margin-bottom: 65px;
}
.header_double_height #page_content {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.header_double_height #page_content_inner {
  padding: 0;
}
.header_double_height .md-card-single {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header_double_height .md-card-single .md-card-content {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.header_double_height .md-list-outside-wrapper {
  margin-top: 48px;
}
.main_logo_top {
  float: left;
  line-height: 48px;
  min-width: 240px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main_logo_top {
    min-width: inherit;
    margin-right: 24px;
  }
}
.main_logo_top > a {
  display: inline-block;
  line-height: 48px;
}
.main_logo_top > a img {
  max-height: 48px;
}
.header_full #sidebar_main {
  top: 70px;
  height: auto;
}
.header_full #header_main {
  margin-left: 0 !important;
  z-index: 1214;
}
.header_full.sidebar_mini #sidebar_main .menu_section > ul > li > ul {
  top: 70px;
}
.header_full.sidebar_mini #sidebar_main .menu_section > ul > li > a > .menu_title {
  top: 70px;
}

/* main sidebar */
#sidebar_main {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
  z-index: 1204;
  background: #43425D;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar_main,
#sidebar_main:before,
#sidebar_main:after,
#sidebar_main *,
#sidebar_main *:before,
#sidebar_main *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar_main .menu_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar_main .menu_section ul > li {
  padding: 12px 5px;
  margin: 0;
  list-style: none;
}
#sidebar_main .menu_section > ul > li > span > a {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 8px 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

#sidebar_main .menu_section > ul > li > span > a:hover {
  text-decoration: none;
}
#sidebar_main .menu_section > ul > li > span > a > .menu_icon {
  width: 48px;
  display: inline-block;
  color: #fff;
}
#sidebar_main .menu_section > ul > li > span > a > .menu_icon .material-icons {
  font-size: 24px;
  color: #fff;
}
#sidebar_main .menu_section > ul > li.current_section {
background-color: #FF6565;
}
#sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
  color: #fff;
}

#page_content,
#header_main,
#top_bar {
  will-change: margin;
  -webkit-transition: margin 280ms;
  transition: margin 280ms;
}
.sidebar_main_active #sidebar_main {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* mini sidebar */

.sidebar_mini #sidebar_main {
  width: 64px;
  background: #43425D;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  left: 0;
}
.sidebar_mini #sidebar_main .menu_section > ul > li {
  margin: 0;
  padding: 0;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > span > a {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  height: 78px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > span > a .menu_icon {
  display: inline-block;
  text-align: center;
  width: 45px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > span > a .menu_icon .material-icons {
  line-height: 65px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > span > a > .menu_title {
  text-align: left;
  position: fixed;
  left: 59px;
  top: 0;
  width: 202px;
  display: none;
  padding: 0 16px 0 17px;
  line-height: 50px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 1124;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul > li .Submenu_title {
  padding: 5px 0px 5px 17px;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #FF6565;
}

.sidebar_mini #sidebar_main .menu_section > ul > li.sidebar_submenu_act > a .menu_icon .material-icons {
  color: #7cb342;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  margin-top: 70px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 59px;
  background: #fff;
  z-index: 1114;
  border-left: 1px solid #FF6565;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul li {
  width: 200px;
}
/*
.sidebar_mini #sidebar_main .menu_section > ul li:hover {
  background: #FF6565;
}
*/
.sidebar_mini #sidebar_main .menu_section > ul li a:hover  {
  color: #fff;
  /*background: rgba(255, 101, 101, 0.644);*/
  background: #89b8df;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul li > a {
  width: 220px;
  left: 0;
  padding-left: 17px;
  margin-left: 0px;
  height: 40px;
  text-align: left;
  line-height: 30px;
  font-weight: 500;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul li > div.SubMenu{
  border-left: 1px solid #e3e3e3;
  margin-left: 24px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul li > div.SubMenu a {
  width: 220px;
  left: 0;
  margin: 5px 0 0 0px;
  padding: 0 0 0 10px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  font-weight: 300;
}
.sidebar_mini #sidebar_main .menu_section > ul li a.menu_icon:hover {
  color: #fff;
}
.sidebar_mini #sidebar_main .menu_section > ul > li > ul li.menu_subtitle {
  padding: 16px 16px 8px;
}
.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu {
  /*background: #FF6565;*/
  background: #89b8df;
}
.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_icon .material-icons {
  color: #fff;
}
.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_title {
  display: none;
}
.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a:before {
  display: none;
}
.sidebar_mini #sidebar_main .menu_section > ul > li:hover > ul {
  display: block;
}
.sidebar_mini #sidebar_main .menu_section > ul > li li ul {
  /*margin-left: 16px;*/
  display: block;
}
.sidebar_mini #sidebar_main .sSidebar_hide {
  display: none !important;
}
.sidebar_mini #sidebar_main .sSidebar_show {
  display: block !important;
}
.sidebar_mini #page_content,
.sidebar_mini #header_main,
.sidebar_mini #top_bar {
  margin-left: 60px;
}
.sidebar_mini.header_full #sidebar_main .menu_section > ul > li > a > .menu_title {
  top: 0;
}
.sidebar_mini.header_full #sidebar_main .menu_section > ul > li > ul {
  top: 0;
}
.sidebar_mini #footer {
  margin-left: 60px;
}

/* page heading */
#page_heading {
  background: #fff;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 81px;
}
#page_heading h1 {
  font: 500 22px / 28px "Roboto", sans-serif;
  margin: 0;
}
#page_heading .heading_actions {
  float: right;
  margin-top: 8px;
  padding-right: 15px;
}
#page_heading .heading_actions > * {
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
#page_heading .heading_actions .material-icons {
  font-size: 24px;
}
#page_heading.uk-active {
  border-bottom: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 100;
}
.page_heading_active  #header_main {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* top menu */
#menu_top_dropdown .top_menu_toggle {
  height: 48px;
  line-height: 51px;
  color: #fff;
  display: block;
  padding: 0 8px;
}
#menu_top_dropdown .top_menu_toggle .material-icons {
  color: #fff;
}
#menu_top_dropdown .uk-dropdown {
  margin-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 340px;
}
@media screen and (max-height: 320px) {
  #menu_top_dropdown .uk-dropdown {
    max-height: 252px;
  }
}

#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #EEEEF2;
  line-height: 48px;
  text-align: center;
  -moz-box-shadow: 7px -4px 8px #dbdbdb;
-webkit-box-shadow: 7px -4px 8px #dbdbdb;
box-shadow: 7px -4px 8px #dbdbdb;
z-index: 88;
}
@media only screen and (min-width: 1220px) {
  .sidebar_main_open #footer,
  .sidebar_main_active #footer {
    margin-left: 240px;
  }
}
.page_aside {
  min-height: 200px;
  width: 240px;
  background: #fff;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 25px;
  -webkit-transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 0;
  z-index: 1000;
}
.page_aside + * {
  -webkit-transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 265px;
}
@media only screen and (max-width: 959px) {
  .page_aside + * {
    margin-left: 25px;
  }
}
.page_aside_inner {
  padding: 24px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.page_aside_toggle {
  position: absolute;
  top: 0;
  right: -26px;
  height: 100%;
  width: 24px;
  background: #ff0000;
  cursor: pointer;
  background: #f5f5f5;
  border-right: 1px solid #e0e0e0;
  -webkit-transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page_aside_toggle:hover {
  background: #e0e0e0;
}
.page_aside_toggle:after {
  position: absolute;
  left: 3px;
  top: 50%;
  content: '\e314';
  font-family: "Material Icons";
  font-size: 18px;
  display: block;
  color: #727272;
}
.page_aside_collapsed .page_aside {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.page_aside_collapsed .page_aside + * {
  margin-left: 25px;
}
.page_aside_collapsed .page_aside_toggle:after {
  content: '\e315';
}

#sidebar_secondary .chat_box_wrapper,
#sidebar_secondary .chat_submit_box,
#sidebar_secondary .chat_sidebar_close {
  display: none;
}
#sidebar_secondary.chat_sidebar {
  padding-bottom: 68px;
}
#sidebar_secondary.chat_sidebar .chat_submit_box,
#sidebar_secondary.chat_sidebar .chat_sidebar_close {
  display: block;
}
#sidebar_secondary .chat_sidebar_close {
  position: absolute;
  top: 52px;
  right: 8px;
}
#sidebar_secondary .chat_box_wrapper {
  padding-bottom: 0;
}
.chat_box_small.chat_box_wrapper {
  margin: 0 -16px;
}
.md-list.chat_users li {
  cursor: pointer;
}
.list-chatboxes > li {
  cursor: pointer;
}

/* pricing tables */
.pricing_table.pricing_table_a {
  text-align: center;
}
.pricing_table.pricing_table_a .pricing_table_plan {
  font-size: 18px;
  font-weight: 400;
  padding: 16px 0;
  margin-bottom: 16px;
}
.pricing_table.pricing_table_a .pricing_table_price {
  padding: 8px 0 0;
  font-size: 48px;
  margin-bottom: 24px;
}
.pricing_table.pricing_table_a .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table.pricing_table_a .pricing_table_price .period {
  font-size: 14px;
  padding: 4px;
  color: #aaa;
  display: block;
}
.pricing_table.pricing_table_a .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table.pricing_table_a .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table.pricing_table_a .pricing_table_features li {
  font-size: 16px;
  padding: 8px 0;
}
.pricing_table.pricing_table_a .pricing_table_select {
  padding: 32px 0;
}
.pricing_table.pricing_table_b {
  text-align: center;
}
.pricing_table.pricing_table_b .pricing_table_plan {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.pricing_table.pricing_table_b .pricing_table_price {
  padding: 8px 0 0;
  font-size: 48px;
  margin-bottom: 24px;
}
.pricing_table.pricing_table_b .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table.pricing_table_b .pricing_table_price .period {
  font-size: 14px;
  padding: 4px;
  color: #aaa;
  display: block;
}
.pricing_table.pricing_table_b .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table.pricing_table_b .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table.pricing_table_b .pricing_table_features li {
  font-size: 16px;
  padding: 8px 0;
}
.pricing_table.pricing_table_b .pricing_table_select {
  padding: 32px 0;
}
.pricing_table.pricing_table_c {
  text-align: center;
}
.pricing_table.pricing_table_c .pricing_table_plan {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  margin-bottom: 8px;
}
.pricing_table.pricing_table_c .pricing_table_price {
  padding: 8px 0 0;
  font-size: 48px;
  margin-bottom: 24px;
}
.pricing_table.pricing_table_c .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table.pricing_table_c .pricing_table_price .period {
  font-size: 14px;
  color: #aaa;
  vertical-align: 0;
  padding-left: 4px;
}
.pricing_table.pricing_table_c .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table.pricing_table_c .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table.pricing_table_c .pricing_table_features li {
  font-size: 16px;
  padding: 8px 0;
}
.pricing_table.pricing_table_c .pricing_table_select {
  padding: 32px 0;
}
.pricing_table_v2.pricing_table_v2_a {
  text-align: center;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_plan {
  font-size: 18px;
  font-weight: 400;
  padding: 24px 0;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_price {
  padding: 8px 0 0;
  font-size: 48px;
  margin: 0 8px 24px;
  color: #fff;
  background: #4db6ac;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_price .period {
  font-size: 14px;
  padding: 4px;
  display: block;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_features li {
  font-size: 16px;
  padding: 8px 0;
}
.pricing_table_v2.pricing_table_v2_a .pricing_table_select {
  padding: 32px 0;
}
.pricing_table_v2.pricing_table_v2_a .md-btn {
  background: #4db6ac;
  color: #fff;
}
.pricing_table_v2.pricing_table_v2_b {
  text-align: center;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_plan {
  font-size: 18px;
  font-weight: 400;
  padding: 16px 0;
  background: #ef5350;
  color: #fff;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_price {
  padding: 8px 0;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 48px;
  color: #fff;
  background: #e53935;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_price .period {
  font-size: 14px;
  padding: 4px;
  display: block;
  font-weight: 400;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_features li {
  font-size: 16px;
  padding: 8px 0;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_features li:nth-child(odd) {
  background: #f5f5f5;
}
.pricing_table_v2.pricing_table_v2_b .pricing_table_select {
  padding: 32px 0;
}
.pricing_table_v2.pricing_table_v2_b .md-btn {
  background: #ef5350;
  color: #fff;
}
.pricing_table_v2.pricing_table_v2_c {
  text-align: center;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_plan {
  font-size: 14px;
  font-weight: 700;
  margin: 0 32px 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  color: #727272;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_price {
  padding: 8px 0;
  font-size: 48px;
  margin: 0 0 24px;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_price .currency {
  vertical-align: top;
  font-size: 24px;
  padding: 0 4px;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_price .period {
  font-size: 14px;
  padding: 4px;
  font-weight: 400;
  color: #aaa;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_features > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_features li {
  font-size: 14px;
  padding: 12px 0;
  margin: 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pricing_table_v2.pricing_table_v2_c .pricing_table_select {
  padding: 32px 0;
}
.invoice_header {
  height: 72px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -16px -16px 24px;
}
.invoice_header > img {
  max-height: 100%;
  width: auto;
}
.invoice_header_active.md-card-toolbar {
  border-bottom: none;
}
.invoice_footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 40px;
  height: 64px;
  padding: 8px;
  font-size: 13px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}
.invoice_footer > span {
  font-weight: 700;
  font-size: 24px;
  vertical-align: -4px;
  padding: 0 8px;
}
.invoice_content {
  position: relative;
}
.invoice_content address p + p {
  margin-top: 0;
}
#tabs_search_content > li {
  padding: 24px;
}
#tabs_search_content > li.full_height {
  padding: 0;
  height: 100%;
}
/* 9. altair main styles ============================= */
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
   background: #ececec;
}
body {
  font: 400 16px / 1.06857143 "Roboto", sans-serif;
  /*font: 400 13px / 1.42857143 "Roboto", sans-serif;*/
  padding-top: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button {
  outline: none !important;
}
a {
  color: #1e88e5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
a:active {
  color: #0d47a1;
  text-decoration: none;
}
pre,
code,
code[class*="language-"],
pre[class*="language-"] {
  font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
pre[class*="language-"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0;
}
pre[class*="language-"]:before,
pre[class*="language-"]:after {
  display: none;
}
.line-numbers .line-numbers-rows {
  border-right-color: rgba(0, 0, 0, 0.12);
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
  color: #d32f2f;
}
pre.large_code,
code.large_code {
  font: 400 14px / 24px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
}
.touchscroll {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.transform-origin-50 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.085);
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}
.heading_a {
  margin: 0;
  font: 400 18px / 24px 'Noto Sans KR', sans-serif;
}
.heading_a .sub-heading {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #727272;
}
.heading_b {
  margin: 0;
  font: 400 22px / 28px 'Noto Sans KR', sans-serif;
}
.heading_b .sub-heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #727272;
}
.heading_c {
  margin: 0;
  font: 400 16px / 20px 'Noto Sans KR', sans-serif;
}
.heading_c .sub-heading {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  display: block;
  color: #727272;
}
.heading_list {
  color: #727272;
  font: 500 13px / 16px 'Noto Sans KR', sans-serif;
  padding: 0 16px;
  margin: 0 0 16px;
}
.heading_a + .uk-grid,
.heading_b + .uk-grid,
.heading_c + .uk-grid,
.heading_list + .uk-grid {
  margin-top: 24px;
}
.uk-grid + .heading_a,
.uk-grid + .heading_b,
.uk-grid + .heading_c,
.uk-grid + .heading_list {
  margin-top: 24px;
}
/* uikit extend */
.uk-text-large {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
}
* > .uk-text-large {
  margin-top: 16px;
}
.uk-text-small {
  font-size: 12px !important;
}
.uk-text-upper {
  text-transform: uppercase;
}
.uk-text-italic {
  font-style: italic;
}
.uk-text-del {
  text-decoration: line-through;
}
.uk-table.no-border td,
.uk-table .no-border td {
  border-bottom: none;
}
.uk-table .row-selected {
  background: #fff8e1 !important;
}
.uk-table [data-link] {
  cursor: pointer;
}
.uk-text-pre {
  white-space: pre;
}
.table_tree {
  margin-bottom: 4px !important;
}
.table_tree .table-child-row {
  display: none;
}
.table_tree .toggle-childrens {
  display: block;
  padding-left: 24px;
  position: relative;
}
.table_tree .toggle-childrens:before {
  content: '\e313';
  font-family: "Material Icons";
  font-size: 28px;
  position: absolute;
  left: -6px;
  top: -10px;
  color: #727272;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.table_tree .table-child-row {
  display: table-row;
}
.table_tree .table-child-row .child-row-main-col {
  padding-left: 40px;
}
.table_tree .show_child_row .toggle-childrens:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* custom styles */
address {
  margin: 0;
}
address p {
  margin: 0;
}
address p + p {
  margin-top: 4px;
}
.grid-block {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(179, 179, 179, 0.085);
  padding: 48px 0;
}
.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-list li {
  float: left;
  margin: 0 8px 8px 0;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(102, 102, 102, 0.085);
}
.img_thumb {
  width: 80px;
  max-width: 100%;
  height: auto;
}
.img_thumb.square {
  height: 80px;
}
.img_small {
  width: 120px;
  max-width: 100%;
  height: auto;
}
.img_small.square {
  height: 120px;
}
.img_medium {
  width: 240px;
  max-width: 100%;
  height: auto;
}
.img_medium.square {
  height: 240px;
}
.img_large {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.img_large.square {
  height: 400px;
}
/* forms */
.inline-label {
  padding-left: 4px;
  cursor: pointer;
  vertical-align: -1px;
}
.form_hr {
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  margin: 32px 0 16px;
}
/* layout */
#page_content:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  z-index: -1;
}
#page_content_inner {
  padding: 0px 24px 0px;
}
#page_overflow {
  min-height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 1220px) {
  .boxed_layout #page_content {
    max-width: 1220px;
    margin: 0 auto !important;
  }
  .boxed_layout .uk-width-large-8-10.uk-container-center {
    width: 100%;
  }
  .boxed_layout.sidebar_main_open #page_content,
  .boxed_layout.sidebar_main_active #page_content {
    padding-left: 240px;
  }
  .boxed_layout .md-top-bar {
    max-width: 1172px;
    margin: 0 auto;
  }
  .boxed_layout #page_heading {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.disable_transitions #sidebar_main,
.disable_transitions #page_content,
.disable_transitions #header_main,
.disable_transitions #top_bar,
.disable_transitions #header_main .sSwitch .sSwitchIcon,
.disable_transitions #header_main .sSwitch .sSwitchIcon:before,
.disable_transitions #header_main .sSwitch .sSwitchIcon:after {
  -webkit-transition: none !important;
  transition: none !important;
}
/* 10. print styles ================================== */
/* print stylesheet */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .uk-table {
    border-collapse: collapse !important;
  }
  .uk-table td,
  .uk-table th {
    background-color: #fff !important;
  }
  .uk-table-bordered th,
  .uk-table-bordered td {
    border: 1px solid #ddd !important;
  }
  #sidebar_main,
  #sidebar_secondary,
  #header_main,
  #style_switcher,
  .header_double_height:before,
  .hidden-print,
  .md-fab-wrapper {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    left: 0 !important;
  }
  .sidebar_main_active #header_main,
  .sidebar_main_active #top_bar {
    display: none !important;
    left: 0 !important;
  }
  body {
    overflow-y: visible !important;
    background: #fff;
    padding: 20px !important;
  }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: block;
    z-index: 9999;
  }
  #sidebar_main {
    left: -240px !important;
  }
  .main-print {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .md-card-single {
    margin: 0 !important;
  }
  #page_content {
    margin: 0 !important;
    overflow-y: visible !important;
    height: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #page_content:before {
    display: none !important;
  }
  .print_bg,
  .print_bg > * {
    -webkit-print-color-adjust: exact;
  }
  .reset-print {
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .md-card-content {
    height: auto !important;
  }
}

/* jin */
.mainLogo img{
  width: 110px;
}
.mainTitle {
 font-size: 24px;
 color: #333;
 font-family: 'Noto Sans KR', sans-serif;
 font-weight: bold;
 line-height: 78px;
 padding: 0 10px;
}
.mainTitleSpace{
  font-size: 17px;
  color: #333;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  line-height: 72px;
}

.footerText{
  font-size: 12px;
  color: #999;
}



/* tables */
.TwoGrid{
  border-spacing:0px;
  width: 100%;
}
.TwoGrid tr td {
  width: 50%;
  vertical-align: top;
}
.FourGride{
  width: 100%;
}
.FourGride tr td{
  width: 50%;
  text-align: center;
  padding-top:15px;
}
.TwoTable{
  width: 100%;
  padding: 10px 40px;
  border-spacing:0px;
}
.TwoTable tr th{
  width: 55%;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.493);
  padding: 5px 5px;
  margin-top: 5px;
}
.TwoTable tr td{
  width: 30%;
  text-align: right;
  border-bottom: 1px solid #fff;
  padding: 5px 5px;
  margin-top: 5px;
}

.ThreeTable{
  width: 90%;
  border-spacing:0px;
  font-size: 12px;
  margin: 5px 0;
}
.ThreeTable tr td{
  width: 33.333%;
}
.ThreeTable tr th{
  font-weight: normal;
  width: 33.333%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.TwoTableB{
  width: 100%;
  padding: 20px 40px;
  border-spacing:0px;
}
.TwoTableB tr th{
  width: 75%;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  padding: 5px 5px;
  margin-top: 5px;
}
.TwoTableB tr td{
  width: 25%;
  text-align: right;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 5px 5px;
  margin-top: 5px;
}
.TwoTableB tr td span{
 color:#3B86FF;
}

.eer-Table {
  float: left;
  border-spacing:0px;
  background-color: #fff;
}
.eer-TableMargin{
  margin-left: 1%;
  width: 18.333%
}
.eer-TableMargin thead td{
  border-left: 1px solid #686868;
}

.eer-Table-striped tbody td {
  border-right: 1px solid #d6d6d6;
}

.eer-Table-striped tbody td:nth-of-type(4){
  border-right: none;
}
.eer-TableMargin tfoot td {
  border-right: 1px solid #686868;
}
.eer-TableMargin tfoot td:nth-of-type(4) {
  border-right: none;
}

.eer-Table thead th {
  border:solid 1px #000;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom: 1px solid #686868;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 4px 15px;
}
.eer-Table thead td,
.eer-Table tbody td,
.eer-Table tbody th,
.eer-Table tfoot td,
.eer-Table tfoot th {
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 4px 15px;
}
.eer-TableMap tfoot th {
  border:solid 1px #000;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.eer-Table tbody td,
.eer-Table tbody th,
.eer-Table tfoot td,
.eer-Table tfoot th {
  border-bottom: 1px solid #cacaca;
}
.eer-Table thead th,
.eer-Table thead td,
.eer-Table tfoot td,
.eer-Table tfoot th {
  background-color: #333;
  color: #fff;
}

.MainTablehover {
  background-color: #FF6565 !important;
  /*background-color: #89b8df !important;*/
  cursor: pointer !important;
  color: #fff !important;
  font-weight: bold !important;
}
.eer-Table-striped tbody tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.048);
}

.mainSubTable {
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
  border-spacing:0px;
}
.mainSubTable tbody th {
  text-align: left;
  padding: 5px 15px;
  border-bottom: 1px solid #c4c4c4;
}
.mainSubTable tbody td {
  text-align: right;
  padding: 5px 15px;
  border-bottom: 1px solid #c4c4c4;
}

.eer-TableB {
  border-spacing:0px;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.eer-TableB thead tr td {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding: 14px 0;
  text-align: center;
}
.eer-TableB thead tr th {
  background-color: #555;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 3px;
}
.eer-TableB tbody tr td {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableB tbody tr th {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableB tbody tr:hover td{
color: #fff !important;
background-color: #FF6565 !important;
cursor: pointer;
}
.eer-TableB thead tr td:nth-of-type(1) {
  text-align: left;
  padding-left: 20px;
  width: 120px;
}
.eer-TableB tbody tr td:nth-of-type(1) {
  text-align: left;
  padding-left: 15px;
}
.eer-TableB thead tr td:nth-of-type(4) {
  text-align: right;
  padding-right: 15px;
  width: 80px;
}
.eer-TableB tbody tr td:nth-of-type(4) {
  text-align: right;
  padding-right: 15px;
}

.eer-TableC {
  border-spacing:0px;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.eer-TableC thead tr td {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding: 14px 0;
  text-align: center;
}
.eer-TableC thead tr th {
  background-color: #555;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 3px;
}
.eer-TableC tbody tr td {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
/*  border: 1px solid #333; */
}
.eer-TableC tbody tr th {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableC tbody tr:hover td{
color: #fff !important;
background-color: #FF6565 !important;
cursor: pointer;
}
.eer-TableC thead tr td:nth-of-type(5) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC thead tr td:nth-of-type(7) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC thead tr td:nth-of-type(8) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC thead tr td:nth-of-type(9) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC thead tr td:nth-of-type(10) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC thead tr td:nth-of-type(11) {
  text-align: right;
  padding-right: 25px;
  width: 150px;
}
.eer-TableC tbody tr td:nth-of-type(5) {
  text-align: right;
  padding-right: 25px;
}
.eer-TableC tbody tr td:nth-of-type(7) {
  text-align: right;
  padding-right: 25px;
}
.eer-TableC tbody tr td:nth-of-type(8) {
  text-align: right;
  padding-right: 25px;
}
.eer-TableC tbody tr td:nth-of-type(9) {
  text-align: right;
  padding-right: 25px;
}
.eer-TableC tbody tr td:nth-of-type(10) {
  text-align: right;
  padding-right: 25px;
}
.eer-TableC tbody tr td:nth-of-type(11) {
  text-align: right;
  padding-right: 25px;
}

.eer-TableD {
  border-spacing:0px;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.eer-TableD thead tr td {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding: 14px 0;
  text-align: center;
}
.eer-TableD thead tr th {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: bottom;
  padding: 0 0 3px 0;
}
.eer-TableD thead tr th div{
  border-top:1px solid #e3e3e3;  
  width: 101%;
}
.eer-TableD tbody tr td {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableD tbody tr th {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableD tbody tr:hover td{
color: #fff !important;
background-color: #FF6565 !important;
cursor: pointer;
}
.eer-TableD tbody tr.FocusTr td{
color: #FF6565;
}


.eer-TableJ {
  border-spacing:0px;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.eer-TableJ thead tr td {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding: 7px 0;
  text-align: center;
}
.eer-TableJ thead tr th {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: bottom;
  padding: 0 0 3px 0;
}
.eer-TableJ thead tr th div{
  border-top:1px solid #e3e3e3;
  width: 101%;
}
.eer-TableJ tbody tr td {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableJ tbody tr th {
  padding: 8px 0;
  color: #888;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  text-align: center;
  border: none;
}
.eer-TableJ tbody tr:hover td{
color: #fff !important;
background-color: #FF6565 !important;
cursor: pointer;
}
.eer-TableJ tbody tr.FocusTr td{
color: #FF6565;
}

.tableAlRight tbody tr td:nth-of-type(2) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRight tbody tr td:nth-of-type(3) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRight tbody tr td:nth-of-type(4) {
  text-align: right;
  padding-right: 25px;
}

.tableAlRightB tbody tr td:nth-of-type(3) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightB tbody tr td:nth-of-type(4) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightB tbody tr td:nth-of-type(5) {
  text-align: right;
  padding-right: 25px;
}

.tableAlRightC tbody tr td:nth-of-type(3) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightC tbody tr td:nth-of-type(5) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightC tbody tr td:nth-of-type(6) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightC tbody tr td:nth-of-type(7) {
  text-align: right;
  padding-right: 25px;
}

.tableAlRightD tbody tr td:nth-of-type(3) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightD tbody tr td:nth-of-type(4) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightD tbody tr td:nth-of-type(5) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightD tbody tr td:nth-of-type(6) {
  text-align: right;
  padding-right: 25px;
}
.tableAlRightD tbody tr td:nth-of-type(7) {
  text-align: right;
  padding-right: 25px;
}

.tableAlRightE tbody tr td:nth-of-type(6){
  text-align: right;
  padding-right: 25px; 
}
.tableAlRightF tbody tr td:nth-of-type(2){
  text-align: left;
  padding-left: 25px; 
}
.tableAlRightG tbody tr td:nth-of-type(3){
  text-align: left;
  padding-left: 25px; 
}

.tableAlRightH tbody tr td:nth-of-type(1){
width: 50px;
}
.tableAlRightH tbody tr td:nth-of-type(2){
  width: 60%;
  text-align: left;
  padding-left: 25px;
  }

.eer-Table-scr {
  margin: 0;
  overflow-y: auto;
}
.eer-Table-scr thead td{
  position: sticky;
  top:0;
  border: 5px;
}
.eer-Table-scr thead td:after,
.eer-Table-scr thead td:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.eer-Table-scr thead td:after{
  top:-1px
}
.eer-Table-scr thead td:before {
  bottom:-1px;
}
.eer-Table-scr thead th{
  position: sticky;
  top:0;
  border: 5px;
}
.eer-Table-scr thead th:after,
.eer-Table-scr thead th:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.eer-Table-scr thead th:after{
  top:-1px
}
.eer-Table-scr thead th:before {
  bottom:-1px;
}

.Report-Synt-Table{
  width: 95%;
  margin: 10px 0 10px 10px;
  padding: 14px 0 15px 0;
}
.Report-Synt-Table tr td{
border-bottom: 1px solid #adadad;
padding: 7px 0;
}
.Report-Synt-Table tr th{
  border-bottom: 1px solid #fff;
  width: 20%;
}

.PaMaZero{
  padding: 0 !important;
  margin: 0 !important;
}
.mainBottomMargin{
  margin: 50px 0;
  padding: 0;
}
.mainBottomMarginSideL{
  margin: 50px 0;
  padding: 0;
  padding-left: 5%;
}
.mainBottomMarginSideR{
  margin: 50px 0;
  padding: 0;
  padding-right: 5%;
}
.mainBottomNumber{
  padding: 7px 0;
  margin: 1px 0 0 0;
}
.mainBottomNumberB{
  padding: 6px 0;
  margin: 1px 0 0 0;
}
#reportchartA{
  padding-top: 40px;
}
#reportchartB{
  padding-top: 40px;
}

.btn {
  border: 3px solid #1a1a1a;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: background 600ms ease, color 600ms ease;
  transition: background 600ms ease, color 600ms ease;
}

/* search */
.searchSubTitleA{
  padding: 0 10px 0 10px;
}
.searchSubTitleB{
  padding: 0 10px 0 25px;
}
.searchSubTitleC{
  top: 5px;
  margin-left: 7px;
}
.searchSubTitleD{
  padding: 0 10px 0 5px;
}

.searchSubTitleC a.md-btn {
padding: 8px 18px;
}

.TopSearchBtn {
  display: inline-block;
  position: relative;
  margin-left: -4px;
  vertical-align: middle;
}
.searchTerm {
  border:solid 1px #e3e3e3;
  border-right: none;
  height: 20px;
  padding: 4px;
  outline: none;
  color: rgb(212, 212, 212);
}
.searchTerm:focus{
  color: #00B4CC;
}
.searchTermB {
  border:solid 1px #e3e3e3;
  border-radius: 5px 0 0 5px ;
  border-right: none;
  height: 20px;
  padding: 4px;
  outline: none;
  color: rgb(212, 212, 212);
}
.searchTermB:focus{
  color: #00B4CC;
}
.searchButton {
  width: 40px;
  height: 30px;
  border:solid 1px #e3e3e3;
  background: #fff;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
  margin-left: -3px;
}

/* Maindropdown */
.Maindropdown {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  z-index:999;
}
.Maindropbtn {
  background-color: #ffffff00;
  color: #333;
  padding: 4px 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.Maindropbtn i {
color: #333;
}
.Maindropdown-content {
  position:absolute;
  left:0;
  top:34px;
  z-index:88;
  visibility:hidden;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:200ms ease;
  -moz-transition:200ms ease;
  -o-transition:200ms ease;
  transition:200ms ease;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.Maindropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(197, 197, 197);
}
.Maindropdown-content a:hover {
  background-color: #FF6565;
  color: #fff;
}
.Maindropdown:hover .Maindropdown-content {
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}
.Maindropdown:hover .Maindropbtn {
  background-color: #FF6565;
  color: #fff;
}

.MainSubdropdown {
  position: relative;
  display: inline-block;
  margin-top: 17px;
}
.MainSubdropbtn {
  background-color: #ffffff00;
  color: #333;
  padding: 4px 10px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}
.MainSubdropbtn i {
color: #333;
}
.MainSubdropdown-content {
  position:absolute;
  left:0;
  top:40px;
  z-index:1;
  visibility:hidden;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:200ms ease;
  -moz-transition:200ms ease;
  -o-transition:200ms ease;
  transition:200ms ease;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.MainSubdropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(197, 197, 197);
}
.MainSubdropdown-content a:hover {
  background-color: #FF6565;
  color: #fff;
}
.MainSubdropdown:hover .MainSubdropdown-content {
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}
.MainSubdropdown:hover .MainSubdropbtn {
  background-color: #FF6565;
  color: #fff;
}

/* DropDown */
.Searchdropdown {
  position: relative;;
  display:inline-block;
  z-index: 888;
}
.Searchdropbtn {
  background-color: #ffffff00;
  color: #333;
  padding: 4px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  height: 31px;
}
.Searchdropbtn i {
  color: #333;
}
.Searchdropdown-content {
  position:absolute;
  left:0;
  top:29px;
  z-index:1;
  visibility:hidden;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:200ms ease;
  -moz-transition:200ms ease;
  -o-transition:200ms ease;
  transition:200ms ease;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.Searchdropdown-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(197, 197, 197);
}
.Searchdropdown-content a:hover {
  background-color: #FF6565;
  color: #fff;
}
.Searchdropdown:hover .Searchdropdown-content {
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}
.Searchdropdown:hover .Searchdropbtn {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #e3e3e3;
}


.SearchdropdownR {
  position: relative;;
  display:inline-block;
  z-index: 888;
  top: 2px;
}
.SearchdropbtnR {
  background-color: #ffffff00;
  color: #333;
  padding: 4px 14px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border:1px solid #e3e3e3;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft:3px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  height: 30px;
}
.SearchdropbtnR i {
  color: #333;
}
.SearchdropdownR-content {
  position:absolute;
  left:0;
  top:29px;
  z-index:1;
  visibility:hidden;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:200ms ease;
  -moz-transition:200ms ease;
  -o-transition:200ms ease;
  transition:200ms ease;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.SearchdropdownR-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(197, 197, 197);
}
.SearchdropdownR-content a:hover {
  background-color: #FF6565;
  color: #fff;
}
.SearchdropdownR:hover .SearchdropdownR-content {
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}
.SearchdropdownR:hover .SearchdropbtnR {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #e3e3e3;
}
/* DropDown */

/* mySlides */
.mySlides {display: none}
.slideshow-container {
  width: 98%;
  position: relative;
  margin:  1% auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 240px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #999;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index: 999;
}
.prev{
  left: -40px;
}
.next {
  right: -30px;
}
.prev:hover, .next:hover {
  color: #333;
}

.active, .dot:hover {
  /*background-color: #FF6565;*/
  background-color: #0070be;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* tabs */
.JinTab {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  overflow:hidden;
  padding: 0;
}
.JinTab li {
  float:left;
  font-size: 13px;
  text-transform: uppercase;
  color: #212121;
  border: 1px solid transparent;
  font-weight: 500;
  min-width: 100px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 1px;
  text-shadow: none;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  background-color: rgba(212, 212, 212, 0.281);
  border: 1px solid #e3e3e3;
  margin-right: 5px;
}
.JinTab li {
  display:inline-block;
  cursor:pointer; }
.JinTab li.on {
  background-color:#fff;
  color:#3B86FF;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border: 1px solid #e3e3e3;
}
.JinTab_con {
  clear:both;
  margin-top:-16px;
  border-top:1px solid #e3e3e3;
  text-align:center;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}
.JinTab_con dd {
  display:none;
}
.tabBtn{
  text-align: right;
  padding-right: 10px;
}

.JinTabC {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  overflow:hidden;
  padding: 0;
}
.JinTabC li {
  float:left;
  font-size: 13px;
  text-transform: uppercase;
  color: #212121;
  border: 1px solid transparent;
  font-weight: 500;
  min-width: 100px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 1px;
  text-shadow: none;
  text-transform:none;
}
.JinTabC li {
  display:inline-block;
  cursor:pointer; }
.JinTabC li.on {
  color:#FF6565;
  border-bottom: 2px solid #FF6565;
}
.JinTabC_con {
  clear:both;
  margin-top:-16px;
  border-top:1px solid #e3e3e3;
  text-align:center;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}
.JinTabC_con dd {
  display:none;
}

/* modal */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal.is-visible {
    visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 380px;
  margin-left: -190px;
  margin-top: -90px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  height: 180px;
}
.modal-wrapperB {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  margin-top: -440px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  height: 880px;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-content {
  padding: 10px 20px;
}
.modal-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 20px;
  margin: 0;
}
.modal-close {
  position: absolute;
  right: 0;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
  padding-right: 10px;
}
.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 14px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.md-btn-modal {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  background-color: #fff;
}
.md-btn-modal:hover,
.md-btn-modal:focus {
  background-color: #e3e3e3;
}
.md-btn-modal:active,
.md-btn-modal.uk-active {
  background-color: #e3e3e3;
}
.modalBtnBox{
  text-align: right;
  vertical-align: top;
  padding-top:10px;
}
.ModalTableAA{
  width: 100%;
}
.ModalTableAA tr th {
  text-align: left;
  font-weight: 500;
  padding-right: 10px;
}
.ModalTableBB{
  width: 100%;
  border-spacing:0px;
  margin-top: 20px;
}
.ModalTableBB thead tr th{
  background-color: #f1f1f1;
  font-weight: 500;
  padding: 10px;
}
.ModalTableBB tbody tr td{
  padding: 5px 5px 5px 5px;
}
.ModalTableBB tbody tr td:nth-of-type(2) {
  text-align: center;
}
.ModalTableBB tbody tr td:nth-of-type(3) {
  text-align: center;
}
.ModalTableBB tbody tr td:nth-of-type(4) {
  text-align: center;
}
.modalTextArea{
  border: 1px solid #e3e3e3;
  width: 99%;;
}

.reportBox{
  padding: 20px 0;
  border: 1px solid #e3e3e3;
}
.reportBox:hover{
  padding: 20px 0;
  border: 1px solid #333;
}
.BoxFocus{
  border: 1px solid #333;
}

.reportImgBox {
  width: 100%;
  margin-top: 10px;
}
.reportImgBox tr td {
  vertical-align: top;
  width: 140px;
}
.reportImgBox tr td img {
  padding: 0 0 7px 0;
  width: 100px;
}
.reportImgBox tr td table{
  margin: auto;
}
.reportImgBox tr th{
  text-align: center;
}
.reportImgBox tr th div.widthLineArr {
  width: 140%;
  margin-left: -20%;
  border-top: 1px solid #FF6565;
  height: 1px;
  text-align: right;
}
.reportImgBox tr th div.widthLineArr div{
  color: #FF6565;
  font-size: 22px;
  position: relative;
  top:-19px;
  right: -2px;
}
.reportImgBox tr th div.heightLineArr {
  height: 20px;
  border-left: 1px solid #FF6565;
  width: 1px;
  margin: 0 auto;
}
.reportImgBox tr th div.heightLineArr div {
  color: #FF6565;
  font-size: 22px;
  position: relative;
  top:-13px;
  right: 3px;
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.reportImgBox tr th div.widthXLineArr {
  width: 160%;
  margin-left: -30%;
  border-top: 1px solid #FF6565;
  height: 1px;
  -ms-transform: rotate(28deg); /* IE 9 */
  -webkit-transform: rotate(28deg); /* Chrome, Safari, Opera */
  transform: rotate(28deg);
}
.reportImgBoxTable{
  margin-top: 40px;
  width: 140px;
  border-collapse: collapse;
  border-spacing: 0;
}
.reportImgBoxTable tr th {
  background-color: #e3e3e3;
  font-weight: 500;
}
.reportImgBoxTable tr td {
  background-color: #e3e3e3;
}
.reportImgBoxTable tbody tr th {
  width: 50%;
  text-align: left;
  font-weight: 500;
  border-top:4px solid #fff;
  padding: 3px 10px;
}
.reportImgBoxTable tbody tr td {
  width: 50%;
  text-align: right;
  font-weight: 400;
  padding-right: 10px;
  border: 0;
  border-top:4px solid #fff;
}
.reportImgBoxTable tbody tr td b {
  color:#FF6565;
  padding-right: 3px;
}

.SubTitle{
  background: #43425D;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  margin: -23px 0 0 -20px;
}
.SubTitleSpace{
  width: 100px;
  height: 50px;
  display: block;
}

.SubConBox{
  text-align: left;
  padding: 20px;
  -moz-box-shadow: 0px 4px 8px #8b8b8b;
  -webkit-box-shadow: 0px 4px 8px #8b8b8b;
  box-shadow: 0px 4px 8px #8b8b8b;
  border-radius:5px;
  margin: 20px;
  line-height: 34px;
}
.SubConBox b{
  font-size: 22px;
  padding-right: 10px;
}
.SubTitleBox{
  text-align: left;
  padding-left: 20px;
}
.SubTitleBox b{
  font-size: 22px;
  padding-right: 10px;
}

.noticeTitle{
  background: #f1f1f1;
  padding: 10px;
  color: #999; 
  font-weight: 500;
  margin-bottom: 10px;
}
.noticeTitle .noticeSubName{
padding: 0 30px 0 7px; 
color: #333;
}
.NoticeTextarea textarea{
  width: 99.5%;
  min-height: 300px;
}

.k-menu-group .k-item .k-icon.k-menu-expand-arrow, .k-menu-vertical .k-item .k-icon.k-menu-expand-arrow {
    display: none;
}
.sidebar_mini #sidebar_main .menu_section > ul > li {
  width:64px;
}

.k-menu-vertical .k-item > .k-link{
  padding: 0 0;
  margin: 0 0;
}

.sidebar_mini #sidebar_main .menu_section > ul > li > span > a{
  width:64px;
}

.k-state-hover{

}
#lv2-wrap, #lv3-wrap{ display: inline-block;}
#dropdown-wrap{
  margin-top:20px;
}


.k-button {
  border-radius: 4px;
  background-color:#43425d;
  color:#fff;
  background-image: none;
}

.k-grid-header .k-header {
  background-color: #43425D;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

.k-grid td{
  font-size:12px;
  font-family: Dotum,"돋움",Helvetica,"Apple SD Gothic Neo",sans-serif !important;
  font-weight: bolder !important;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer{
  background-color: #fff;
}

.k-filtercell .k-widget:not(.k-dropdown-operator), .k-filtercell .k-filtercell-wrapper > .k-textbox{
  padding:3px 0px;
}
.k-filtercell > span .k-widget{
  background-color: #fff;
}
.k-toolbar{
  background-color: #fff;
  border: none;
}

input{
    border: 1px solid #e2e2e2;
    padding: 4px 0px;
    border-radius: 5px;
}


.margin-right-20{
	margin-right: 20px;
}

.margin-right-10{
	margin-right: 10px;
}

 .display-inline-block{
	 display: inline-block;
 }

 /* 익스플로어 전용 CSS */
/* Only works in IE10 이상 (IE11도 포함)*/
_:-ms-input-placeholder, :root .k-textbox {
    margin-left:3px;
    float:left;
}
_:-ms-input-placeholder, :root .extopmargin {
    margin-top:16px;
}
 	/* Only works in IE11 */
_:-ms-fullscreen, :root .k-textbox {
    margin-left:3px;
    float:left;
}
_:-ms-fullscreen, :root .extopmargin {
    margin-top:16px;
}
 /* 익스플로어 전용 CSS 끝 */


.stat-count{
  cursor: pointer;
}


#notification{
  width: 450px;
}