@charset "UTF-8";
/*
// ======================================================================== 
// 
//  이름: Coronach
//  제작자: CavlinSnax(http://calvinsnax.xyz)
//  연락처: hello@calvinsnax.xyz 또는 info3579@naver.com
//
//  경고: 제작자의 이름을 제거하지 말아주세요.
//
//  ⓒ 본 레이아웃 내 파일들은 CalvinSnax(http://calvinsnax.xyz)의 소유물입니다.
//
// ======================================================================== 
*/
/* ========================================================================
 Component: Base
 ========================================================================== */
html {
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #464f58;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  height: 100%;
  margin: 0;
  padding-top: 70px;
}

@media (max-width: 639px) {
  body {
    padding-top: 60px;
  }
}

table, input, textarea, select, button {
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 14px;
}

audio, canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

/* body
 ========================================================================== */
.cr.body {
  display: block;
  margin-left: 250px;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

@media (max-width: 959px) {
  .cr.body {
    margin-left: 0;
  }
}

.cr.body .cr.body-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Text
 ========================================================================== */
p {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}

h1 {
  font-size: 42px;
  font-weight: 100;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* Links
 ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: none;
}

a, .cr.link {
  color: #2b8cff;
  text-decoration: none;
  cursor: pointer;
}

a:hover, .cr.link:hover {
  color: #2b8cff;
  text-decoration: underline;
}

.cr.link-primary {
  position: relative;
  color: #2b8cff;
  text-decoration: none;
  outline: none;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.link-primary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2b8cff;
  transform: scaleX(0);
  transform-origin: center;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.link-primary:hover {
  color: #1072e6;
}

.cr.link-primary:hover::before {
  transform: scaleX(1);
}

.cr.link-muted {
  position: relative;
  color: #748290;
  text-decoration: none;
  outline: none;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.link-muted::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #748290;
  transform: scaleX(0);
  transform-origin: center;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.link-muted:hover {
  color: #464f58;
}

.cr.link-muted:hover::before {
  transform: scaleX(1);
}

.cr.link-reset, .cr.link-reset * {
  color: inherit !important;
  text-decoration: none !important;
}

/* Tap Hightlight
 ========================================================================== */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #d5e8ff;
  color: #464f58;
  text-shadow: none;
}

::selection {
  background: #d5e8ff;
  color: #464f58;
  text-shadow: none;
}

/* Horizontal rules
 ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #eef0f1;
}

* + hr {
  margin-top: 20px;
}

/* ========================================================================
 Component: Typography
=========================================================================== */
@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), url(../fonts/eot/NotoSansKR-Thin-Hestia.eot), url(../fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Thin-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Thin-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Light"), local("NotoSans-Light"), url(../fonts/eot/NotoSansKR-Light-Hestia.eot), url(../fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Light-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Light-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans DemiLight"), local("NotoSans-DemiLight"), url(../fonts/eot/NotoSansKR-DemiLight-Hestia.eot), url(../fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(../fonts/eot/NotoSansKR-Regular-Hestia.eot), url(../fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Regular-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Regular-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url(../fonts/eot/NotoSansKR-Medium-Hestia.eot), url(../fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Medium-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Medium-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 800;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../fonts/eot/NotoSansKR-Bold-Hestia.eot), url(../fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Bold-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Bold-Hestia.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Black"), local("NotoSans-Black"), url(../fonts/eot/NotoSansKR-Black-Hestia.eot), url(../fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/NotoSansKR-Black-Hestia.woff) format("woff"), url(../fonts/otf/NotoSansKR-Black-Hestia.otf) format("opentype");
}

/* ========================================================================
 Component: Grid
 ========================================================================== */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.cr.container {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 959px) {
  .cr.container {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .cr.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cr.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 960px) {
  .cr.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .cr.container-fluid .cr.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 639px) {
  .col-6 {
    padding-left: 7px;
    padding-right: 8px;
  }
  .col-6:nth-child(odd) {
    padding-left: 15px;
  }
  .col-6:nth-child(even) {
    padding-right: 15px;
  }
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 960px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

/* ========================================================================
 Component: Flex
 ========================================================================== */
.cr.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.cr.inline-flex {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.cr.flex-middle {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cr.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.cr.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.cr.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* ========================================================================
 Component: Section
 ========================================================================== */
.cr.section {
  zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cr.section:before, .cr.section:after {
  content: "";
  display: table;
}

.cr.section::after {
  clear: both;
}

.cr.section-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.cr.text-color-inverse,
.cr.text-color-inverse > * {
  color: white;
}

.cr.background-color-content {
  background-color: white;
}

.cr.background-color-base {
  background-color: #adb5bd !important;
}

.cr.background-color-base-light {
  background-color: #e0e3e6 !important;
}

.cr.background-color-base-lighter {
  background-color: #eef0f1 !important;
}

.cr.background-color-base-lightest {
  background-color: #f9fafa !important;
}

.cr.background-color-base-dark {
  background-color: #748290 !important;
}

.cr.background-color-base-darker {
  background-color: #464f58 !important;
}

.cr.background-color-base-darkest {
  background-color: #32383e !important;
}

.cr.background-color-primary {
  background-color: #2b8cff !important;
}

.cr.background-color-primary-light {
  background-color: #55a3ff !important;
}

.cr.background-color-primary-lighter {
  background-color: #d5e8ff !important;
}

.cr.background-color-primary-dark {
  background-color: #1072e6 !important;
}

.cr.background-color-primary-darker {
  background-color: #0e65cc !important;
}

.cr.background-color-success {
  background-color: #38d9a9 !important;
}

.cr.background-color-success-light {
  background-color: #60e1ba !important;
}

.cr.background-color-success-lighter {
  background-color: #d7f7ee !important;
}

.cr.background-color-success-dark {
  background-color: #24bb8e !important;
}

.cr.background-color-success-darker {
  background-color: #20a67e !important;
}

.cr.background-color-danger {
  background-color: #ff6b6b !important;
}

.cr.background-color-danger-light {
  background-color: #ff8989 !important;
}

.cr.background-color-danger-lighter {
  background-color: #ffe1e1 !important;
}

.cr.background-color-danger-dark {
  background-color: #e64949 !important;
}

.cr.background-color-danger-darker {
  background-color: #cc4141 !important;
}

.cr.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ========================================================================
 Component: Side Bar
 ========================================================================== */
.cr.sidebar {
  position: fixed;
  top: 70px;
  left: 0;
  width: 250px;
  height: calc(100vh - 70px);
  padding-bottom: 15px;
  overflow-y: auto;
  background-color: #f9fafa;
  transform-origin: left;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

@media (max-width: 959px) {
  .cr.sidebar {
    transform: translateX(-100%);
  }
}

.cr.sidebar .cr.sidebar-header {
  padding: 30px 30px 15px 30px;
}

.cr.sidebar hr {
  margin: 15px 0;
}

body.cr.sidebar-fold .cr.sidebar {
  transform: scaleX(0) translateX(-100%);
}

body.cr.sidebar-fold .cr.body {
  margin-left: 0;
}

.cr.sidebar-footer {
  padding: 30px;
}

.cr.sidebar-footer-menu {
  margin: 0 0 15px 0;
  padding: 0;
}

.cr.sidebar-footer-menu li {
  display: inline-block;
  list-style: none;
}

.cr.sidebar-footer-menu li a {
  display: inline-block;
  color: #adb5bd;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
}

.cr.sidebar-footer-menu li a:hover {
  color: #748290;
}

#sidebar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(50, 56, 62, 0.2);
}

#sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}

/* ========================================================================
 Component: Navigation Bar
 ========================================================================== */
.cr.navbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 500;
  background-color: white;
  box-shadow: 0 1px 10px rgba(50, 56, 62, 0.1);
}

@media (max-width: 959px) {
  .cr.navbar {
    padding-left: 0;
  }
}

.cr.navbar-left,
.cr.navbar-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.cr.navbar-left,
.cr.navbar-right {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cr.navbar-right {
  justify-content: flex-end;
}

.cr.navbar-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.cr.navbar-item {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 639px) {
  .cr.navbar-item {
    height: 60px;
  }
}

.cr.logo-item {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 40px;
}

@media (min-width: 960px) {
  .cr.logo-item {
    width: 200px;
  }
}

.cr.logo-item img {
  display: block;
  width: auto;
  height: 40px;
}

.cr.navbar-search {
  position: relative;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
}

.cr.navbar-search .cr.navbar-search-input {
  display: inline-block;
  width: 300px;
  padding: 12px 18px 12px 40px;
  margin: 0;
  color: #748290;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f9fafa;
  border-width: 1px;
  border-style: solid;
  border-color: #f9fafa;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.navbar-search .cr.navbar-search-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9fafa inset;
}

.cr.navbar-search .cr.navbar-search-input:hover {
  background-color: #eef0f1;
  border-color: #eef0f1;
}

.cr.navbar-search .cr.navbar-search-input:focus {
  background-color: #eef0f1;
  border-color: #e0e3e6;
}

.cr.navbar-search .cr.navbar-search-icon {
  position: absolute;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 70px;
  padding: 15px;
}

.cr.navbar-search .cr.navbar-search-icon i {
  color: #748290;
  font-size: 12px;
}

.cr.navbar-nav {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 820px;
  list-style-type: none;
}

.cr.navbar-nav > li {
  display: inline-block;
}

.cr.navbar-nav > li > a {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  height: 70px;
  color: #adb5bd;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

@media (max-width: 639px) {
  .cr.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cr.navbar-nav > li > a > i {
  display: none;
}

.cr.navbar-nav > li:last-child {
  margin-right: 0;
}

.cr.navbar-nav > li:hover > a, .cr.navbar-nav > li:focus > a {
  color: #748290;
}

.cr.navbar-nav > li:active > a {
  color: #464f58;
}

.cr.navbar-nav > li.active > a {
  color: #464f58;
}

.cr.navbar-nav > li.active > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #2b8cff;
  box-shadow: 0 3px 12px rgba(43, 140, 255, 0.5);
}

.cr.navbar-nav > li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cr.navbar-icon {
  cursor: pointer;
  position: relative;
  color: #2b8cff;
  text-decoration: none !important;
  border: none;
  outline: none;
  background-color: transparent;
}

.cr.navbar-icon i {
  color: #748290;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 639px) {
  .cr.navbar-icon {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cr.navbar-icon:hover i {
  color: #464f58;
}

.cr.navbar-icon .badge {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
}

.cr.navbar-icon .badge.count {
  display: block;
}

.cr.nav-icon {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 14px;
}

.cr.nav-icon::before, .cr.nav-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.cr.nav-icon .line, .cr.nav-icon::before, .cr.nav-icon::after {
  height: 2px;
  background-color: #748290;
}

.cr.nav-icon::before {
  width: 12px;
}

.cr.nav-icon .line {
  position: absolute;
  top: 6px;
  width: 100%;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.cr.nav-icon::after {
  width: 14px;
  top: 12px;
}

.cr.open-nav {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1100;
}

.cr.open-nav:hover .cr.nav-icon::before, .cr.open-nav:hover .cr.nav-icon::after {
  width: 100%;
}

.cr.open-nav:hover .cr.nav-icon .line {
  width: 12px;
}

.cr.open-nav.close .cr.nav-icon::before {
  top: 5px;
  width: 100%;
  transform: rotate(45deg);
}

.cr.open-nav.close .cr.nav-icon::after {
  top: 5px;
  width: 100%;
  transform: rotate(135deg);
}

.cr.open-nav.close .cr.nav-icon .line {
  width: 0;
}

.cr.open-nav.close:hover .cr.nav-icon::before, .cr.open-nav.close:hover .cr.nav-icon::after {
  width: 100%;
}

.cr.open-nav.close:hover .cr.nav-icon .line {
  width: 0;
}

@media (max-width: 639px) {
  .cr.open-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cr.profile-image {
  position: relative;
  width: 40px;
  height: 70px;
}

.cr.profile-image .cr.image {
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.cr.profile-image .cr.blur {
  position: absolute;
  top: 30px;
  left: 8px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  filter: blur(10px);
}

/* ========================================================================
 Component: Search Drawer
 ========================================================================== */
.cr.search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1110;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.cr.search-drawer.on {
  visibility: visible;
  opacity: 1;
}

.cr.search-drawer-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(50, 56, 62, 0.1);
}

.cr.search-drawer-content {
  position: relative;
  background-color: white;
  width: 100%;
  height: 70px;
  z-index: 2;
}

@media (max-width: 639px) {
  .cr.search-drawer-content {
    height: 60px;
  }
}

@media (min-width: 960px) {
  .cr.search-drawer-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cr.search-drawer-content .search-icon i {
  color: #464f58;
  font-size: 18px;
}

.cr.search-drawer-form {
  width: 100%;
  margin: 0;
}

.cr.search-drawer-form input[type=text] {
  width: 100%;
  padding: 10px 0;
  border: none;
  background-color: transparent;
  color: #748290;
  font-size: 16px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.cr.search-drawer-form input[type=text]:focus {
  color: #464f58;
  outline: none;
}

.cr.search-drawer-form input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.cr.search-draw-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 70px;
  padding: 20px;
  color: #adb5bd;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: transparent;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

.cr.search-draw-close:hover {
  color: #748290;
}

.cr.search-draw-close:active {
  color: #464f58;
}

@media (max-width: 639px) {
  .cr.search-draw-close {
    height: 60px;
    padding: 15px;
  }
}

/* ========================================================================
 Component: Button
 ========================================================================== */
.cr.button {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 10px 24px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #eef0f1;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.button:focus {
  outline: none;
}

.cr.button-expand {
  width: 100%;
}

.cr.button-rounded {
  border-radius: 100px !important;
}

.cr.button-shadow {
  box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
}

.cr.button-shadow:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.cr.button-shadow:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cr.button-shadow.cr.button-primary {
  box-shadow: 0 8px 24px -2px rgba(43, 140, 255, 0.3);
}

.cr.button-shadow.cr.button-primary:hover {
  box-shadow: 0 3px 20px -2px rgba(43, 140, 255, 0.3);
}

.cr.button-shadow.cr.button-primary:active {
  box-shadow: 0 1px 4px rgba(43, 140, 255, 0.1);
}

/* Button size
========================================================================== */
.cr.button-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 10px;
}

.cr.button-large {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 30px;
}

/* Button color style
 ========================================================================== */
.cr.button-default {
  color: #748290;
  background-color: white;
  border-color: #e0e3e6;
}

.cr.button-default:hover {
  background-color: white;
  border-color: #adb5bd;
}

.cr.button-default:active {
  color: #464f58;
  background-color: white;
  border-color: #748290;
}

.cr.button-primary {
  color: white;
  border-color: #2b8cff;
  background-color: #2b8cff;
}

.cr.button-primary:hover {
  border-color: #1072e6;
  background-color: #1072e6;
}

.cr.button-primary:active {
  border-color: #0e65cc;
  background-color: #0e65cc;
}

.cr.button-secondary {
  color: white;
  border-color: #464f58;
  background-color: #464f58;
}

.cr.button-secondary:hover {
  border-color: #32383e;
  background-color: #32383e;
}

.cr.button-secondary:active {
  border-color: #32383e;
  background-color: #32383e;
}

.cr.button-success {
  color: white;
  border-color: #38d9a9;
  background-color: #38d9a9;
}

.cr.button-success:hover {
  border-color: #60e1ba;
  background-color: #60e1ba;
}

.cr.button-success:active {
  border-color: #24bb8e;
  background-color: #24bb8e;
}

.cr.button-danger {
  color: white;
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.cr.button-danger:hover {
  border-color: #ff8989;
  background-color: #ff8989;
}

.cr.button-danger:active {
  border-color: #e64949;
  background-color: #e64949;
}

/* Button color style
 ========================================================================== */
.cr.button-text {
  color: #464f58;
  padding: 0;
  background-color: transparent;
  border: none;
}

.cr.button-text:hover {
  color: #748290;
}

.cr.button-text:active {
  color: #464f58;
}

.cr.button-border-line {
  background-color: transparent;
}

.cr.button-border-line.cr.button-primary {
  color: #2b8cff;
}

.cr.button-border-line.cr.button-primary:hover {
  color: white;
  border-color: #1072e6;
  background-color: #1072e6;
}

.cr.button-border-line.cr.button-primary:active {
  color: white;
  border-color: #0e65cc;
  background-color: #0e65cc;
}

.cr.button-border-line.cr.button-secondary {
  color: #464f58;
}

.cr.button-border-line.cr.button-secondary:hover {
  color: #464f58;
  background-color: white;
}

.cr.button-border-line.cr.button-secondary:active {
  color: #464f58;
  background-color: white;
}

.cr.button-border-line.cr.button-success {
  color: #2b8cff;
}

.cr.button-border-line.cr.button-success:hover {
  color: white;
}

.cr.button-border-line.cr.button-success:active {
  color: white;
}

.cr.button-border-line.cr.button-danger {
  color: #2b8cff;
}

.cr.button-border-line.cr.button-danger:hover {
  color: white;
}

.cr.button-border-line.cr.button-danger:active {
  color: white;
}

.cr.button-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  font-weight: 500;
  color: #748290;
  border-color: #748290;
  background-color: white;
  padding: 0;
}

.cr.button-icon .icon {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: white;
  background-color: #748290;
}

.cr.button-icon .text {
  padding: 12px 18px;
}

.cr.button-icon:hover {
  background-color: #f9fafa;
}

.cr.button-icon:active {
  background-color: #eef0f1;
}

/* Button group
 ========================================================================== */
.cr.button-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.cr.button-group .cr.button {
  width: 100%;
  margin-right: 10px;
}

.cr.button-group .cr.button:last-child {
  margin-right: 0;
}

/* Social Button
 ========================================================================== */
.cr.button-social {
  padding: 12px 18px;
  text-align: center;
  line-height: 1;
  border-radius: 500px;
}

.cr.button-social-google {
  color: #e05353;
  border-color: white;
  background-color: white;
  box-shadow: 0 6px 24px -2px rgba(116, 130, 144, 0.3);
}

.cr.button-social-google:hover {
  border-color: #f9fafa;
  background-color: #f9fafa;
  box-shadow: 0 6px 30px -2px rgba(116, 130, 144, 0.6);
}

.cr.button-social-google:active {
  border-color: #eef0f1;
  background-color: #eef0f1;
  box-shadow: 0 3px 14px -2px rgba(116, 130, 144, 0.3);
}

.cr.button-social-facebook {
  color: white;
  border-color: #4378e2;
  background-color: #4378e2;
  box-shadow: 0 6px 24px -2px rgba(67, 120, 226, 0.4);
}

.cr.button-social-facebook:hover {
  border-color: #285ec8;
  background-color: #285ec8;
  box-shadow: 0 6px 30px -2px rgba(67, 120, 226, 0.6);
}

.cr.button-social-facebook:active {
  border-color: #2453b2;
  background-color: #2453b2;
  box-shadow: 0 3px 14px -2px rgba(67, 120, 226, 0.3);
}

.cr.button-social-kakao {
  color: white;
  border-color: #f7e542;
  background-color: #f7e542;
  box-shadow: 0 6px 24px -2px rgba(247, 229, 66, 0.4);
}

.cr.button-social-kakao:hover {
  border-color: #ddcb25;
  background-color: #ddcb25;
  box-shadow: 0 3px 30px -2px rgba(247, 229, 66, 0.6);
}

.cr.button-social-kakao:active {
  border-color: #c5b521;
  background-color: #c5b521;
  box-shadow: 0 3px 14px -2px rgba(247, 229, 66, 0.3);
}

.cr.button-social-naver {
  color: white;
  border-color: #4aad39;
  background-color: #4aad39;
  box-shadow: 0 6px 24px -2px rgba(74, 173, 57, 0.4);
}

.cr.button-social-naver:hover {
  border-color: #3b8a2e;
  background-color: #3b8a2e;
  box-shadow: 0 3px 30px -2px rgba(74, 173, 57, 0.6);
}

.cr.button-social-naver:active {
  border-color: #357b29;
  background-color: #357b29;
  box-shadow: 0 3px 14px -2px rgba(74, 173, 57, 0.3);
}

.cr.button-social-twitter {
  color: white;
  border-color: #56aef7;
  background-color: #56aef7;
  box-shadow: 0 6px 24px -2px rgba(86, 174, 247, 0.4);
}

.cr.button-social-twitter:hover {
  border-color: #3792dd;
  background-color: #3792dd;
  box-shadow: 0 3px 30px -2px rgba(86, 174, 247, 0.6);
}

.cr.button-social-twitter:active {
  border-color: #3182c5;
  background-color: #3182c5;
  box-shadow: 0 3px 14px -2px rgba(86, 174, 247, 0.3);
}

.cr.button-scroll-top {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  right: 40px;
  bottom: 40px;
  padding: 14px 18px;
  line-height: 1;
  border-radius: 2em;
  z-index: 100;
  font-size: 20px;
  color: white;
  background-color: #2b8cff;
  box-shadow: 0 3px 4px rgba(50, 56, 62, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.button-scroll-top.on {
  visibility: visible;
  opacity: 1;
}

.cr.button-scroll-top:hover {
  background-color: #55a3ff;
  box-shadow: 0 3px 10px rgba(50, 56, 62, 0.2);
}

.cr.button-scroll-top:active {
  background-color: #1072e6;
  box-shadow: 0 1px 4px rgba(50, 56, 62, 0.1);
}

@media (max-width: 959px) {
  .cr.button-scroll-top {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 639px) {
  .cr.button-response {
    line-height: 1;
  }
}

/* ========================================================================
 Component: Input
 ========================================================================== */
.cr.input {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #eef0f1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.cr.input:focus {
  outline: none;
}

.cr.input-expand {
  width: 100%;
}

.cr.input-default {
  border-color: #eef0f1;
}

.cr.input-default:hover {
  border-color: #e0e3e6;
}

.cr.input-default:focus {
  border-color: #2b8cff;
  outline: none;
}

.cr.input-checkbox {
  display: none;
  visibility: hidden;
}

.cr.input-checkbox + label {
  cursor: pointer;
  font-size: 14px;
  color: #748290;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.input-checkbox + label:hover {
  color: #464f58;
}

.cr.input-checkbox + label:hover:before {
  border-color: #adb5bd;
}

.cr.input-checkbox + label:active:before {
  border-color: #2b8cff;
}

.cr.input-checkbox + label:before {
  display: inline-block;
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 7px;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e3e6;
  vertical-align: middle;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 3px 10px rgba(70, 79, 88, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.input-checkbox:checked + label:before {
  border-color: #2b8cff;
  background-color: #2b8cff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  box-shadow: 0 4px 12px rgba(43, 140, 255, 0.3);
}

/* Placeholder
========================================================================== */
.cr.input:-ms-input-placeholder {
  color: #adb5bd !important;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
}

.cr.input::-moz-placeholder {
  color: #adb5bd;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
}

.cr.input::-webkit-input-placeholder {
  color: #adb5bd;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
}

.cr.input:focus:-ms-input-placeholder {
  color: transparent !important;
}

.cr.input:focus::-moz-placeholder {
  color: transparent;
}

.cr.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.cr.form-field {
  position: relative;
  padding-top: 10px;
  margin: 0 0 15px 0;
}

.cr.form-field .cr.input {
  border: none;
  padding: 12px 0;
  margin: 0;
}

.cr.form-field .cr.input + label {
  display: block;
  position: relative;
  margin: 0;
}

.cr.form-field .cr.input + label .cr.input-title {
  position: absolute;
  display: block;
  top: -33px;
  visibility: hidden;
  opacity: 0;
  color: #adb5bd;
  font-size: 14px;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.form-field .cr.input + label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eef0f1;
  transition: all 250ms;
  -o-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
}

.cr.form-field .cr.input + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2b8cff;
  transform: scaleX(0);
  transition: all 250ms;
  -o-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
}

.cr.form-field .cr.input:hover + label::before {
  border-color: #e0e3e6;
}

.cr.form-field .cr.input:focus + label .cr.input-title {
  visibility: visible;
  opacity: 1;
  top: -60px;
  font-size: 12px;
}

.cr.form-field .cr.input:focus + label::after {
  transform: scaleX(1);
}

/* ========================================================================
 Component: Table
 ========================================================================== */
.cr.table {
  width: 100%;
  margin-bottom: 30px;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
}

.cr.table tr th, .cr.table tr td {
  color: #464f58;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
}

.cr.table-divider tr {
  border-bottom: 1px solid #eef0f1;
}

.cr.table-divider tr > th {
  font-weight: 600;
}

.cr.table-divider tr > td {
  text-align: right;
}

/* ========================================================================
 Component: Tab
 ========================================================================== */
.cr.tab-wrap.fixed {
  position: fixed;
  width: 100%;
  background-color: white;
  top: 70px;
  z-index: 100;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

@media (max-width: 639px) {
  .cr.tab-wrap.fixed .cr.tab li > a {
    line-height: 48px;
  }
}

.cr.tab-wrap.fixed .cr.tab::before {
  border-bottom: none;
}

@media (max-width: 639px) {
  .cr.tab-wrap {
    position: relative;
    overflow-y: hidden;
    top: 0;
    height: 51px;
    border-bottom: 1px solid #eef0f1;
  }
  .cr.tab-wrap .cr.tab {
    overflow-y: hidden;
    top: 0;
    height: 60px;
  }
  .cr.tab-wrap .cr.tab li a {
    font-weight: 600;
    line-height: 48px;
    margin-right: 0;
  }
}

.cr.tab {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}

.cr.tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eef0f1;
}

.cr.tab > li {
  display: inline-block;
  position: relative;
}

.cr.tab > li > a {
  display: inline-block;
  color: #adb5bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 58px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.cr.tab > li:last-child > a {
  margin-right: 0;
}

.cr.tab > li:hover > a {
  color: #748290;
}

.cr.tab > li.active > a {
  color: #464f58;
  border-bottom: 2px solid #464f58;
}

.cr.tab > li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cr.tab-expand {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  top: 0;
  left: 0;
}

.cr.tab-expand li, .cr.tab-expand a {
  width: 100%;
  margin: 0;
  text-align: center;
}

.cr.tab-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 639px) {
  .cr.tab-center {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/* ========================================================================
 Component: List Menu
 ========================================================================== */
.cr.list-menu {
  padding: 0;
  margin: 0 0 40px 0;
}

.cr.list-menu li {
  list-style-type: none;
}

.cr.list-menu li.active > a {
  border-left-width: 2px;
  border-left-color: #2b8cff;
  color: #2b8cff;
  font-weight: 600;
}

.cr.list-menu li.active > a:hover {
  border-left-color: #2b8cff;
  color: #2b8cff;
}

.cr.list-menu li a {
  display: block;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: transparent;
  border-radius: 0 3px 3px 0;
  color: #adb5bd;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.cr.list-menu li a:hover {
  border-left-color: #748290;
  color: #748290;
  background-color: #f9fafa;
}

.cr.list-menu > li > ul {
  padding: 0;
  margin-bottom: 10px;
}

.cr.list-menu > li > ul > li > a {
  padding-left: 30px;
  color: #adb5bd;
  font-size: 14px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.cr.list-menu > li > ul > li.active > a {
  border: none;
  color: #464f58;
}

/* ========================================================================
 Component: Dropdown
=========================================================================== */
.cr.dropdown {
  position: relative;
}

.cr.dropdown .cr.dropdown-toggle {
  cursor: pointer;
}

.cr.dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 150px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.6, 0.5);
  transform-origin: top left;
  transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -o-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -moz-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -webkit-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 6px 24px rgba(50, 56, 62, 0.2);
}

.cr.dropdown-menu .cr.dropdown-header {
  padding: 15px;
  border-bottom: 1px solid #eef0f1;
}

.cr.dropdown-menu .cr.dropdown-header > * {
  margin: 0;
}

.cr.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cr.dropdown-menu ul > li {
  opacity: 0;
  transform: translateY(-5px);
}

.cr.dropdown-menu ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #464f58;
  text-decoration: none;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.cr.dropdown-menu ul > li > a > i {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.cr.dropdown-menu ul > li > a:hover, .cr.dropdown-menu ul > li > a:active {
  background-color: #f9fafa;
}

.cr.dropdown-menu ul > li > a.more {
  color: #adb5bd;
  background-color: #f9fafa;
  text-align: center;
}

.cr.dropdown-menu ul > li:first-child > a {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.cr.dropdown-menu ul > li:last-child > a {
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}

.cr.dropdown-menu ul > li:nth-child(1) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 50ms;
}

.cr.dropdown-menu ul > li:nth-child(2) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 100ms;
}

.cr.dropdown-menu ul > li:nth-child(3) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 150ms;
}

.cr.dropdown-menu ul > li:nth-child(4) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 200ms;
}

.cr.dropdown-menu ul > li:nth-child(5) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 250ms;
}

.cr.dropdown-menu ul > li:nth-child(6) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 300ms;
}

.cr.dropdown-menu ul > li:nth-child(7) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 350ms;
}

.cr.dropdown-menu ul > li:nth-child(8) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 400ms;
}

.cr.dropdown-menu ul > li:nth-child(9) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 450ms;
}

.cr.dropdown-menu ul > li:nth-child(10) {
  transition: opacity 0.2s, transform 0.1s ease-in-out;
  transition-delay: 500ms;
}

.cr.dropdown-menu.on > ul > li {
  opacity: 1;
  transform: translateY(0);
}

.cr.dropdown-menu + .cr.dropdown-close {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
}

.cr.dropdown-menu.on {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}

.cr.dropdown-menu.on + .cr.dropdown-close {
  cursor: default;
  position: fixed;
  visibility: visible;
}

/* Dropdown position
=========================================================================== */
.cr.dropdown-right .cr.dropdown-menu {
  left: auto;
  right: 0;
  transform-origin: top right;
}

.cr.dropdown-shadow .cr.dropdown-menu {
  z-index: 720;
}

.cr.dropdown-shadow .cr.dropdown-menu + .cr.dropdown-close {
  z-index: 700;
  opacity: 0;
  background-color: rgba(50, 56, 62, 0.1);
  transition: opacity 250ms, visibility 0.2s;
  -o-transition: opacity 250ms, visibility 0.2s;
  -moz-transition: opacity 250ms, visibility 0.2s;
  -webkit-transition: opacity 250ms, visibility 0.2s;
}

.cr.dropdown-shadow .cr.dropdown-menu.on + .cr.dropdown-close {
  opacity: 1;
}

/* Dropdown style
=========================================================================== */
.cr.dropdown-angle .cr.dropdown-menu::before, .cr.dropdown-angle .cr.dropdown-menu::after {
  content: '';
  position: absolute;
}

.cr.dropdown-angle .cr.dropdown-menu::before {
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.1);
  border-left: 7px solid transparent;
}

.cr.dropdown-angle .cr.dropdown-menu::after {
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

/* Dropdown option
=========================================================================== */
.cr.dropdown-hover .cr.dropdown-hover-toggle + .cr.dropdown-menu {
  top: 70px;
}

.cr.dropdown-hover .cr.dropdown-hover-toggle + .cr.dropdown-menu:hover {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}

.cr.dropdown-hover .cr.dropdown-hover-toggle + .cr.dropdown-menu:hover ul > li {
  opacity: 1;
  transform: translateY(0);
}

.cr.dropdown-hover .cr.dropdown-hover-toggle:hover + .cr.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}

.cr.dropdown-hover .cr.dropdown-hover-toggle:hover + .cr.dropdown-menu ul > li {
  opacity: 1;
  transform: translateY(0);
}

/* Dropdown custom
=========================================================================== */
.cr.notify-list {
  max-height: 300px;
  overflow: auto;
}

/* ========================================================================
 Component: Cover
=========================================================================== */
.cr.cover-container {
  position: relative;
  background-color: #32383e;
  height: 640px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .cr.cover-container {
    height: 500px;
    margin-bottom: 0;
  }
}

.cr.cover-container:last-child {
  margin-bottom: 0;
}

.cr.cover-container:hover .cr.cover {
  transform: scale(1.05);
}

.cr.cover-container > a {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  text-decoration: none;
}

.cr.cover-container > a .cr.cover-content {
  color: white;
  text-align: center;
}

.cr.cover-container > a .cr.cover-content.black {
  color: #32383e;
}

.cr.cover-container > a .cr.cover-content .cr.cover-title {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.1;
  word-break: keep-all;
  transition: transform 0.5s cubic-bezier(0.86, 0.03, 0.31, 0.86), opacity 0.5s;
  transform: translate3d(0, 20px, 0) matrix(1.05, 0, 0, 0.95, 0, 20) perspective(300px) rotateX(3deg);
  opacity: 0.0;
}

.cr.cover-container > a .cr.cover-content .cr.cover-title.in {
  transform: translate3d(0, 0, 0) matrix(1, 0, 0, 1, 0, 0);
  opacity: 1.0;
}

@media (max-width: 959px) {
  .cr.cover-container > a .cr.cover-content .cr.cover-title {
    font-size: 42px;
  }
}

.cr.cover-container > a .cr.cover-content .cr.cover-subtitle {
  font-size: 20px;
  transition: transform 1s cubic-bezier(0.9, -0.04, 0.31, 1), opacity 1s;
  transform: translate3d(0, 30px, 0);
  opacity: 0.0;
}

.cr.cover-container > a .cr.cover-content .cr.cover-subtitle.in {
  transform: translate3d(0, 0, 0);
  opacity: 1.0;
}

.cr.cover-container .cr.cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center;
  transition: all 1s ease-in-out;
}

/* ========================================================================
 Component: Modal
 ========================================================================== */
.cr.modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.cr.modal.on {
  visibility: visible;
  opacity: 1;
}

.cr.modal.on .cr.modal-content {
  transform: scale(1);
}

.cr.modal-content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 100vh;
  z-index: 1;
  overflow-y: auto;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.cr.modal-header {
  position: relative;
  height: auto;
  padding: 15px 30px;
  border-bottom: 1px solid #eef0f1;
}

.cr.modal-body {
  padding: 30px;
}

.cr.modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.cr.modal-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 12px 20px;
  color: #adb5bd;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cr.modal-close:hover, .cr.modal-close:active {
  color: #748290;
}

@media (max-width: 639px) {
  .cr.modal-login .cr.modal-content {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

.cr.modal.slide-left .cr.modal-content {
  max-width: 250px;
  height: 100%;
  margin: 0 auto 0 0;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: translateX(-50%) scale(1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.cr.modal.slide-left .cr.modal-content .cr.modal-body {
  padding: 15px 30px;
}

.cr.modal.slide-left.on .cr.modal-content {
  transform: translateX(0);
}

/* ========================================================================
 Component: Navigation Drawer
 ========================================================================== */
.cr.nav .cr.nav-header {
  padding: 70px 20px 20px 20px !important;
}

.cr.nav .cr.nav-body {
  padding: 10px 0 20px 0 !important;
}

.cr.nav hr {
  margin: 10px 0;
}

.cr.nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cr.nav-menu > li {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  color: #464f58;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-menu > li > a > i {
  color: #adb5bd;
  font-size: 16px;
  margin-right: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-menu > li > a:hover {
  background-color: #eef0f1;
}

.cr.nav-menu > li > a:hover > i {
  color: #748290;
}

.cr.nav-menu > li.active > a {
  color: #2b8cff;
  font-weight: 600;
}

.cr.nav-menu > li.active > a > i {
  color: #2b8cff;
}

.cr.nav-menu > li.open > ul {
  opacity: 1;
  max-height: 100vh;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.cr.nav-menu > li.open > .cr.nav-chevron::before, .cr.nav-menu > li.open > .cr.nav-chevron::after {
  background-color: #2b8cff;
}

.cr.nav-menu > li.open > .cr.nav-chevron::before {
  transform: rotate(-45deg);
}

.cr.nav-menu > li.open > .cr.nav-chevron::after {
  transform: rotate(225deg);
}

.cr.nav-chevron {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  width: 50px;
  height: 51px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

.cr.nav-chevron::before, .cr.nav-chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #adb5bd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-chevron::before {
  right: 24px;
  transform: rotate(45deg);
}

.cr.nav-chevron::after {
  right: 18px;
  transform: rotate(135deg);
}

.cr.nav-chevron:hover::before, .cr.nav-chevron:hover::after {
  background-color: #748290;
}

.cr.nav-menu > li > ul {
  max-height: 0;
  padding: 0 30px;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  opacity: 0;
  transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}

.cr.nav-menu > li > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
  color: #adb5bd;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-menu > li > ul > li > a:hover {
  color: #748290;
  background-color: #eef0f1;
}

.cr.nav-menu > li > ul > li.active > a {
  color: #2b8cff;
  background-color: #d5e8ff;
  font-weight: 600;
}

.cr.nav-menu > li > ul > li > ul {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.cr.nav-menu > li > ul > li > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 60px;
  color: #adb5bd;
  font-size: 14px;
  text-decoration: none;
}

.cr.nav-menu > li > ul > li > ul > li > a:hover {
  color: #748290;
  background-color: #f9fafa;
}

.cr.nav-menu > li > ul > li > ul > li.active > a {
  color: #464f58;
  font-weight: 600;
}

.cr.nav-sub {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.cr.nav-sub > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  color: #464f58;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cr.nav-sub > li > a:hover {
  color: #32383e;
  background-color: #eef0f1;
}

.cr.nav-sub > li > a > i {
  color: #748290;
  margin-right: 15px;
}

.cr.nav-sub > li.active > a {
  color: #2b8cff;
}

/* ========================================================================
 Component: Card
 ========================================================================== */
.cr.card {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 150ms;
  -o-transition: 150ms;
  -moz-transition: 150ms;
  -webkit-transition: 150ms;
}

.cr.card .cr.card-body {
  padding: 30px;
}

.cr.card .cr.card-media {
  width: 100%;
}

.cr.card-default {
  box-shadow: 0 3px 15px rgba(116, 130, 144, 0.15);
}

.cr.card-default:hover {
  box-shadow: 0 18px 50px rgba(14, 101, 204, 0.15);
}

.cr.card-badge {
  position: absolute;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #748290;
  box-shadow: 0 4px 18px -2px rgba(116, 130, 144, 0.3);
}

.cr.card-badge-primary {
  background-color: #2b8cff;
  box-shadow: 0 4px 18px -2px rgba(43, 140, 255, 0.3);
}

.cr.card-badge-success {
  background-color: #38d9a9;
  box-shadow: 0 4px 18px -2px rgba(56, 217, 169, 0.3);
}

.cr.card-badge-danger {
  background-color: #ff6b6b;
  box-shadow: 0 4px 18px -2px rgba(255, 107, 107, 0.3);
}

/* ========================================================================
 Component: Footer
 ========================================================================== */
.cr.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  border-top: 1px solid #eef0f1;
  font-size: 12px;
}

.cr.footer-menu {
  margin: 0 0 15px 0;
  padding: 0;
}

.cr.footer-menu li {
  display: inline-block;
  list-style: none;
}

.cr.footer-menu li a {
  color: #464f58;
  font-size: 14px;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.cr.footer-menu li a:hover {
  color: #2b8cff;
}

.cr.footer-info {
  color: #748290;
  font-size: 12px;
}

@media (min-width: 640px) {
  .cr.footer-info .line {
    display: inline-block;
  }
  .cr.footer-info .line > span {
    display: inline-block;
    width: 10px;
  }
}

@media (max-width: 639px) {
  .cr.footer-info .line {
    display: block;
  }
  .cr.footer-info .line > span {
    display: block;
  }
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
.border-circle {
  border-radius: 50%;
}

.border-rounded {
  border-radius: 3px;
}

.border-rounded-medium {
  border-radius: 5px;
}

.border-rounded-large {
  border-radius: 8px;
}

.border-max-rounded {
  border-radius: 500px;
}

/* Height
 ========================================================================== */
.width-small {
  max-width: 640px;
}

.width-medium {
  max-width: 960px;
}

.width-large {
  max-width: 1200px;
}

.width-xlarge {
  max-width: 1600px;
}

.width-expand-child > * {
  width: 100%;
}

/* Height
 ========================================================================== */
.height-expand {
  height: 100%;
}

.height-small {
  height: 70px;
}

.height-medium {
  height: 150px;
}

.height-large {
  height: 300px;
}

/* Border
 ========================================================================== */
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #eef0f1;
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #eef0f1;
}

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eef0f1;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eef0f1;
}

/* Overflow
 ========================================================================== */
.overflow-scroll {
  overflow: scroll;
}

.overflow-hidden {
  overflow: hidden;
}

/* Position
 ========================================================================== */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* Float
 ========================================================================== */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Width Expand
 ========================================================================== */
.width-expand {
  width: 100%;
}

/* Display
 ========================================================================== */
.display-block {
  display: block;
}

.display-none {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.white-space-nowrap {
  white-space: nowrap;
}

.cursor {
  cursor: pointer;
}

/* ========================================================================
 Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
.cr.hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .cr.hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .cr.hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .cr.hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .cr.hidden\@xl {
    display: none !important;
  }
}

/*
  * Visible
  */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .cr.visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .cr.visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .cr.visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .cr.visible\@xl {
    display: none !important;
  }
}

/* Visibility
  ========================================================================== */
.cr.invisible {
  visibility: hidden !important;
}

/* Hover
  ========================================================================== */
/* Hidden */
.cr.visible-toggle:not(:hover):not(.cr.hover) .cr.hidden-hover {
  display: none !important;
}

/* Invisible */
.cr.visible-toggle:not(:hover):not(.cr.hover) .cr.invisible-hover {
  visibility: hidden !important;
}

/* Touch
  ========================================================================== */
@media (pointer: coarse) {
  .cr.hidden-touch {
    display: none !important;
  }
}

.cr.hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .cr.hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
 Component: Padding
 ========================================================================== */
.cr.cr.padding-xsmall {
  padding: 10px;
}

.cr.padding-top-xsmall {
  padding-top: 10px;
}

.cr.padding-bottom-xsmall {
  padding-bottom: 10px;
}

.cr.padding-left-xsmall {
  padding-left: 10px;
}

.cr.padding-right-xsmall {
  padding-right: 10px;
}

.cr.padding-horizontal-xsmall {
  padding-left: 10px;
  padding-right: 10px;
}

.cr.padding-small {
  padding: 15px;
}

.cr.padding-top-small {
  padding-top: 15px;
}

.cr.padding-bottom-small {
  padding-bottom: 15px;
}

.cr.padding-left-small {
  padding-left: 15px;
}

.cr.padding-right-small {
  padding-right: 15px;
}

.cr.padding {
  padding: 30px;
}

.cr.padding-top-default {
  padding-top: 30px;
}

.cr.padding-bottom-default {
  padding-bottom: 30px;
}

.cr.padding-left-default {
  padding-left: 30px;
}

.cr.padding-right-default {
  padding-right: 30px;
}

.cr.padding-horizontal-default {
  padding-left: 30px;
  padding-right: 30px;
}

.cr.padding-vertical-default {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cr.padding-medium {
  padding: 50px;
}

.cr.padding-top-medium {
  padding-top: 50px;
}

.cr.padding-bottom-medium {
  padding-bottom: 50px;
}

.cr.padding-left-medium {
  padding-left: 50px;
}

.cr.padding-right-medium {
  padding-right: 50px;
}

.cr.padding-large {
  padding: 100px;
}

.cr.padding-top-large {
  padding-top: 100px;
}

.cr.padding-bottom-large {
  padding-bottom: 100px;
}

.cr.padding-xlarge {
  padding: 140px;
}

.cr.padding-top-xlarge {
  padding-top: 140px;
}

.cr.padding-bottom-xlarge {
  padding-bottom: 140px;
}

.cr.padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 639px) {
  .cr.padding-horizontal-small\@s {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cr.padding-horizontal-medium {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 640px) {
  .cr.padding-horizontal-medium\@s {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 960px) {
  .cr.padding-horizontal-medium\@m {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .cr.padding-horizontal-medium\@l {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cr.padding-horizontal-large {
  padding-left: 100px;
  padding-right: 100px;
}

.cr.padding-horizontal-xlarge {
  padding-left: 140px;
  padding-right: 140px;
}

.cr.padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 639px) {
  .cr.padding-vertical-small\@s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.cr.padding-vertical-default {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cr.padding-vertical-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cr.padding-vertical-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cr.padding-vertical-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Padding remove
 ========================================================================== */
.cr.padding-remove {
  padding: 0 !important;
}

.cr.padding-top-remove {
  padding-top: 0 !important;
}

.cr.padding-left-remove {
  padding-left: 0 !important;
}

.cr.padding-right-remove {
  padding-right: 0 !important;
}

.cr.padding-bottom-remove {
  padding-bottom: 0 !important;
}

@media (max-width: 639px) {
  .cr.padding-remove\@s {
    padding: 0 !important;
  }
  .cr.padding-top-remove\@s {
    padding-top: 0 !important;
  }
  .cr.padding-left-remove\@s {
    padding-left: 0 !important;
  }
  .cr.padding-right-remove\@s {
    padding-right: 0 !important;
  }
  .cr.padding-bottom-remove\@s {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 959px) {
  .cr.padding-remove\@m {
    padding: 0 !important;
  }
  .cr.padding-top-remove\@m {
    padding-top: 0 !important;
  }
  .cr.padding-left-remove\@m {
    padding-left: 0 !important;
  }
  .cr.padding-right-remove\@m {
    padding-right: 0 !important;
  }
  .cr.padding-bottom-remove\@m {
    padding-bottom: 0 !important;
  }
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
/* Margin-size
 ========================================================================== */
.cr.margin-top-xxsmall {
  margin-top: 5px;
}

.cr.margin-left-xxsmall {
  margin-left: 5px;
}

.cr.margin-right-xxsmall {
  margin-right: 5px;
}

.cr.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.cr.margin-top-xsmall {
  margin-top: 10px;
}

.cr.margin-left-xsmall {
  margin-left: 10px;
}

.cr.margin-right-xsmall {
  margin-right: 10px;
}

.cr.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.cr.margin-top-small {
  margin-top: 20px;
}

.cr.margin-left-small {
  margin-left: 20px;
}

.cr.margin-right-small {
  margin-right: 20px;
}

.cr.margin-bottom-small {
  margin-bottom: 20px;
}

.cr.margin-top-default {
  margin-top: 30px;
}

.cr.margin-left-default {
  margin-left: 30px;
}

.cr.margin-right-default {
  margin-right: 30px;
}

.cr.margin-bottom-default {
  margin-bottom: 30px;
}

.cr.margin-top-medium {
  margin-top: 40px;
}

.cr.margin-left-medium {
  margin-left: 40px;
}

.cr.margin-right-medium {
  margin-right: 40px;
}

.cr.margin-bottom-medium {
  margin-bottom: 40px;
}

.cr.margin-top-large {
  margin-top: 60px;
}

.cr.margin-left-large {
  margin-left: 60px;
}

.cr.margin-right-large {
  margin-right: 60px;
}

.cr.margin-bottom-large {
  margin-bottom: 60px;
}

/* Margin remove
 ========================================================================== */
.cr.margin-remove {
  margin: 0;
}

.cr.margin-top-remove {
  margin-top: 0;
}

.cr.margin-left-remove {
  margin-left: 0;
}

.cr.margin-right-remove {
  margin-right: 0;
}

.cr.margin-bottom-remove {
  margin-bottom: 0;
}

/* ========================================================================
 Component: Inverse
 ========================================================================== */
.cr.inverse,
.cr.inverse > * {
  color: white;
}

.cr.inverse .text-default,
.cr.inverse > * .text-default {
  color: white !important;
}

.cr.inverse hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.cr.inverse > .cr.button-default {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  box-shadow: none;
}

.cr.inverse > .cr.button-default:hover {
  background-color: white;
  color: #748290;
  border-width: 2px;
  border-color: white;
  box-shadow: 0 3px 10px rgba(50, 56, 62, 0.2);
}

.cr.inverse > .cr.button-default:active {
  background-color: #f9fafa;
  color: #464f58;
  border-width: 2px;
  border-color: #f9fafa;
  box-shadow: 0 1px 4px rgba(50, 56, 62, 0.1);
}

.cr.inverse > .cr.button-primary {
  background-color: white;
  color: #464f58;
  border-color: white;
  box-shadow: none;
}

.cr.inverse > .cr.button-primary:hover {
  background-color: #f9fafa;
  color: #464f58;
  border-color: #f9fafa;
  box-shadow: 0 3px 10px rgba(50, 56, 62, 0.2);
}

.cr.inverse > .cr.button-primary:active {
  background-color: #eef0f1;
  color: #464f58;
  border-color: #eef0f1;
  box-shadow: 0 1px 4px rgba(50, 56, 62, 0.1);
}

.cr.inverse .cr.text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ========================================================================
 Component: Overlay
 ========================================================================== */
.overlay {
  position: absolute;
}

.overlay-fill {
  width: 100%;
  height: 100%;
}

.overlay-top {
  top: 0;
  left: 0;
  right: 0;
}

.overlay-bottom {
  left: 0;
  bottom: 0;
}

.overlay-left {
  left: 0;
}

.overlay-right {
  right: 0;
}

.overlay-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.overlay-default {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* ========================================================================
 Component: Text
 ========================================================================== */
.cr.text-light {
  font-weight: 300;
}

.cr.text-normal {
  font-weight: 500;
}

.cr.text-bold {
  font-weight: 600;
}

.cr.text-keep-all {
  word-break: keep-all;
}

/* Text Align
 ========================================================================== */
.cr.text-left {
  text-align: left;
}

.cr.text-center {
  text-align: center;
}

.cr.text-right {
  text-align: right;
}

.cr.text-middle {
  vertical-align: middle;
  align-self: center;
  align-item: center;
}

/* font Size
 ========================================================================== */
.cr.text-xsmall {
  font-size: 12px !important;
}

.cr.text-small {
  font-size: 14px !important;
}

.cr.text-row-medium {
  font-size: 16px !important;
}

.cr.text-medium {
  font-size: 20px !important;
}

.cr.text-large {
  font-size: 24px !important;
}

/* Text Color
 ========================================================================== */
.cr.text-default {
  color: #464f58 !important;
}

.cr.text-primary {
  color: #2b8cff !important;
}

.cr.text-success {
  color: #38d9a9 !important;
}

.cr.text-danger {
  color: #ff6b6b !important;
}

.cr.text-muted {
  color: #adb5bd !important;
}

.cr.text-muted-child * {
  color: #adb5bd;
}

/* Heading
 ========================================================================== */
.cr.heading-primary {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.cr.heading-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #eef0f1;
}

.cr.heading-divider .title, .cr.heading-divider .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
}

.cr.heading-divider .title {
  left: 0;
  padding-right: 15px;
  color: #464f58;
  font-size: 24px;
}

.cr.heading-divider .more {
  right: 0;
  padding-left: 15px;
}

.cr.heading-divider .more a {
  color: #adb5bd;
  font-size: 14px;
  text-decoration: none;
  transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.cr.heading-divider .more a:hover {
  color: #748290;
}

/* Divider with text
 ========================================================================== */
.cr.divider-with-text {
  display: block;
  background: #eef0f1;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}

.cr.divider-with-text div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  color: #adb5bd;
  font-size: 14px;
}

/* Code
 ========================================================================== */
code {
  padding: .2rem .4rem;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 90%;
  color: #ff6b6b;
  background-color: #f9fafa;
  border-radius: .25rem;
}

.cr.text-highlighter {
  background-color: #d5e8ff;
}

.cr.text-line {
  text-decoration: line-through;
}

/* Badge
 ========================================================================== */
.cr.badge {
  border-radius: 500px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #2b8cff;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #d5e8ff;
}

.cr.badge.count {
  padding: 3px 6px;
}

.cr.badge-primary {
  background-color: #2b8cff;
}

/* Alert
 ========================================================================== */
.ui.alert {
  padding: 15px;
  background-color: #d5e8ff;
  color: #2b8cff;
  border-radius: 3px;
  margin-bottom: 15px;
}

.ui.alert p {
  margin: 0;
}

.ui.alert.error {
  background-color: #ffe1e1;
  color: #ff6b6b;
}
/*# sourceMappingURL=style.css.map */