@charset "UTF-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@import "../font/pretendard/fonts.css";
@import "../font/NotoSansKR/fonts.css";
@import "../font/line-awesome/line-awesome.min.css";
@import "../font/xeicon/xeicon.min.css";
@import "../css/lib/fullcalendar.css";
@keyframes bellRing {
  0%, 50% {
    transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45% {
    transform: rotate(10deg);
  }
  10%, 20%, 30%, 40% {
    transform: rotate(-10deg);
  }
}
@keyframes rightArr {
  0%, 50% {
    transform: translateX(0);
  }
  5%, 15%, 25%, 35%, 45% {
    transform: translateX(3px);
  }
  10%, 20%, 30%, 40% {
    transform: translateX(-3px);
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 5px;
  }
  50% {
    height: 10px;
    width: 5px;
  }
}
@keyframes check2 {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 4px;
  }
  50% {
    height: 8px;
    width: 4px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes rotateCenterY {
  0% {
    transform: translateX(-50%) rotateY(0deg);
  }
  50% {
    transform: translateX(-50%) rotateY(360deg);
  }
  100% {
    transform: translateX(-50%) rotateY(0deg);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*-------------------------------------------------
title : variables style sheet
Author : Gahye Park
Create date :2021. 12. 06
-------------------------------------------------*/
/* title : mixin style sheet ·  Author : Gahye Park · Create date :2024. 01. 04 */
/*-------------------------------------------------
title : variables style sheet
Author : Gahye Park
Create date :2021. 12. 06
-------------------------------------------------*/
/*************************************
    # dashboard 공통 변수 
************************************/
/* font family */
/* font color */
/* responsive */
/* e-cloud dashboard */
/* section */
.section { /*width:1680px;height:885px;*/
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.section.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.titT2 {
  color: #262626;
  font-size: 1.1rem;
  font-weight: 600;
}
.titT2.bl {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.45rem;
}

/* add 25.05.25 */

.titT2.withBadge{display:inline-flex;align-items:center;gap:.5rem;width:100%;}

.titT2 > span {
  position: relative;
  display: inline-block;
  padding-left: 0.3rem;
}
.titT2 > span:before {
  content: "";
  width: calc(100% + 0.6rem);
  height: 4px;
  background: #6AA7D1;
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  border-radius: 4px;
}

.main-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.main-tit .tit {
  color: #262626;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.main-tit h2.tit > span {
  color: #555;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
.main-tit .name {
  color: #333;
  font-size: 0.9rem;
}
.main-tit .name > strong {
  font-size: 1.5rem;
  color: #107F93;
  font-weight: 700;
  margin-right: 0.25rem;
}
.main-tit .ymd-i {
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.main-tit .ymd-i > a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
  transition: 0.3s;
  background: #fff;
}
.main-tit .ymd-i > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../img/sub/tit-icon.png) no-repeat center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  pointer-events: auto;
}
.main-tit .ymd-i > a:hover {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.main-tit .ymd-i > a:focus {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.dashboard-wrap{position:relative;}

.fix-btn{
  position:sticky;
  bottom:0;
  padding:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  /*background:rgba(255, 255, 255, 0.6);*/
   backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.dashboard-wrap .cont {
  padding:1rem;
  position:relative;
  overflow:hidden;
  /* min-height:12rem; */
  min-height:17rem;
}

.dashboard-wrap .col-wrap .col-md-6{padding:.3rem;}
/* .cont overlay */
/* .dashboard-wrap .cont::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;} */

.dashboard-wrap .more-btn {
  display: inline;
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.dashboard-wrap .more-btn > i {
  display: block;
  line-height: 1.35rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.dashboard-wrap .delete-btn {
  display: inline;
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  top: 1.35rem;
  right: 1rem;
  background: #fff;
  text-align: center;
  z-index: 19;
}
.dashboard-wrap .delete-btn > i {
  display: block;
  line-height: 1.35rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.dashboard-wrap div[class^=tab-st-box] {
  margin-bottom: 0;
}
.dashboard-wrap .box-style10 {
  display: flex;
  gap: 1rem;
}
.dashboard-wrap .box-style10 .box {
  flex-grow: 1;
  text-align: center;
}
.dashboard-wrap .box-style10 .box .inner {
  padding: 0.5rem;
  border: 1px solid #D0D5E5;
  border-radius: 0.5rem;
  background-color: #E7EAF2;
}
.dashboard-wrap .box-style10 .box .inner p {
  font-size: 0.9rem;
  font-weight: 600;
  padding-bottom: 0.5rem
}

.box-solo .inner {
  padding: 0.5rem;
  border: 1px solid #D0D5E5;
  border-radius: 0.5rem;
  background-color: #E7EAF2;
  text-align: center;
}
.box-solo .inner p {
  font-size: 0.9rem;
  font-weight: 600;
}

/* flex, grid */
.row-col-gap1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.row-col-gap2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.row-col-gap3{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.col-gap1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr 2.5fr;
  gap: 1rem;
}

/*  inner-flex (박스 내에 gap을 맞추기 위함) */
/* 세로형 */
.inner-flex1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* 가로형 */
.inner-flex2 {
  display: flex;
  gap: 1rem;
}

.inner-flex3 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.tr {
  text-align: right;
}

/* ------ 0101_대시보드 요소 스타일 ----- */
.txt-box-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.txt-box-row .txt-box {
  border-radius: 0.5rem;
  border: 1px solid #D0D5E5;
  padding: 0.3rem 1rem;
  display: flex;
  justify-content: space-between;
  background: #F7F8FD;
  width: 100%;
  flex-wrap: wrap;
}
.txt-box-row .txt-box .t1 {
  flex: 1;
  max-width: 17rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 500;
}
.txt-box-row .txt-box .t2 {
  color: #555;
  font-weight: 300;
}
.txt-box-row .txt-box .t2 > strong {
  width: 3rem;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
  margin-left: 1rem;
}

/* 박스 내 컨텐츠별 영역 나눔 */
/* 일정 */
.schedule-form {
  width: 100%;
  height: calc(100% - 3.15rem);
  display: flex;
  gap: 1rem;
  min-height: 20%;
  height: fit-content;
}

.schedule-form .button-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.schedule-form .button-wrap button {
  height: 1.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease-in-out;
}

.schedule-form .button-wrap button:hover {
  background: #f1f1f1;
}

.schedule-form .button-wrap button span {
  padding: 0 1rem;
  color: #555555;
  font-size: 0.8rem;
  line-height: 1rem;
}

.schedule-form .calendar .button-wrap button.move-month {
  width: 1.5rem;
  height: 1.5rem;
}

.schedule-form .calendar .button-wrap button.move-month.prev:before {
  display: block;
  color: #555555;
  font-size: 0.75rem;
  font-family: "xeicon";
  content: "\e93b";
}

.schedule-form .calendar .button-wrap button.move-month.next:before {
  display: block;
  color: #555555;
  font-size: 0.75rem;
  font-family: "xeicon";
  content: "\e93e";
}

.schedule-form .button-wrap button.today {
  position: absolute;
  right: 0;
}

.schedule-form .button-wrap div.date {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.35px;
}

.schedule-form .button-wrap div.date span.month {
  color: #107F93;
  font-size: 1rem;
  font-weight: 700;
}

.schedule-form .calendar table th.fc-day {
  font-weight: 600;
}

.schedule-form .calendar table td.fc-day {
  font-weight: 400;
}

.schedule-form .calendar table .fc-day {
  color: #262626;
}

.schedule-form .calendar table .fc-day.fc-day-sat {
  color: #4C96F9;
}

.schedule-form .calendar table .fc-day.fc-day-sun {
  color: #FD6868;
}

.schedule-form .calendar table .fc-day.fc-day-today {
  background: #F7F8FD;
}

.schedule-form .calendar table .fc-col-header-cell {
  background: #F7F8FD;
}

.schedule-form .calendar table .fc-daygrid-day-number {
  padding: 0;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-events,
.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-bg {
  display: none;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top a {
  width: 100%;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .inner {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.1rem 0.15rem;
  font-size: 0.75rem;
  transition: transform 0.3s ease-in-out;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .inner .selected {
  transform: scale(110%);
  font-weight: 600;
  transition: transform 0.1s ease-in-out;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .inner .holiday {
  color: #FD6868;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .inner .holiday-tit {
  font-size: 0.6rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .event {
  width: 100%;
  position: relative;
  top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-form .calendar table .fc-daygrid-day-frame .fc-daygrid-day-top .event > div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  border-radius: 50%;
}

.schedule-form .calendar {
  width: 55%;
}
.schedule-form .schedule-list {
  width: 45%;
  min-width: 45%;
}
.schedule-form .schedule-list > div {
  margin-bottom: 1rem;
}
.schedule-form .schedule-list ul {
  display: flex;
  flex-direction: column;
}
.schedule-form .schedule-list ul > li .schedule-cont {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding: 0.5rem 0;
}
.schedule-form .schedule-list ul > li .date {
  border: 1px solid #D0D5E5;
  border-radius: 50%;
  background: #F7F8FD;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.schedule-form .schedule-list ul > li .date > em {
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: 700;
}
.schedule-form .schedule-list ul > li .schedule-cont > span {
  font-size: 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.schedule-form .schedule-list ul > li .schedule-cont > span > em {
  display: block;
}
.schedule-form .schedule-list ul > li:last-child {
  border-bottom: none;
}

/* 프로젝트 관리 */
.graph-table-col1 {
  display: flex;
  width:100%;
  gap:.5rem;
}
.graph-table-col1 .graph-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width:25%;
}
.graph-table-col1 > div:nth-child(2) {
  flex: 1;
  max-width:75%;
}


/* 이슈관리 */
.box-graph1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.box-graph1 .graph2 {
  flex: 1;
  width: 100%;
}
.box-graph1 .graph2 > div {
  margin: auto;
  max-width: 80%;
  width: fit-content;
}

/* 공지/소식 */
.notice-wrap {
  overflow: hidden;
  height: calc(100% - 3.15rem);
  max-height: calc(100% - 3.15rem);
}
.notice-wrap > ul {
  display: flex;
  flex-direction: column;
}
.notice-wrap > ul > li {
  border-bottom: 1px dashed #ccc;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 16.6666666667%;
  cursor: pointer;
}
.notice-wrap > ul > li:first-child {
  margin-top: 0;
}
.notice-wrap > ul > li:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #3BBBCA;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.notice-wrap > ul > li:last-child {
  border-bottom: none;
}

/* ------  // 0101_대시보드 요소 스타일 ----- */
/* ------ 0102_대시보드 요소 스타일 ----- */
/* ess 현황 */
.d-icon-box1 {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #D0D5E5;
  background: #F7F8FD;
}
.d-icon-box1 > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.d-icon-box1 > p > span.icon1 {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url(../img/sub/d-box-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-color: #ECEDF3;
  border-radius: 50%;
}
.d-icon-box1 > p > span.icon2 {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url(../img/sub/d-box-icon2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #ECEDF3;
  border-radius: 50%;
}
.d-icon-box1 > p > span.icon3 {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url(../img/sub/d-box-icon3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #ECEDF3;
  border-radius: 50%;
}

/* 유연자원 보유 현황 */
.box-table-wrap {
  display: flex;
  gap: 2.1rem;
  flex-wrap: wrap;
}
.box-table-wrap .box-table {
  flex: 1;
}
.box-table-wrap .box-table .tit {
  color: #262626;
  font-size: 0.9rem;
  font-weight: 600;
}
.box-table-wrap .box-table .box {
  border-radius: 0.3rem;
  border: 1px solid #D0D5E5;
  padding: 0.1rem;
  text-align: center;
  background: #E7EAF2;
}
.box-table-wrap .box-table .box > span {
  color: #555;
  font-weight: 500;
}
.box-table-wrap .box-table .box > span > strong {
  color: #262626;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 0.1em;
}
.box-table-wrap .box-table .table{
  max-height: 8rem;
  padding-right: 1rem;
  margin-top: .25rem;
  overflow: auto;
  
}
/* Chrome, Edge, Safari용 */
.box-table-wrap .box-table .table::-webkit-scrollbar {
  width: 6px;
}

.box-table-wrap .box-table .table::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 2.5rem;
}

.box-table-wrap .box-table .table::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 2.5rem;
}

.box-table-wrap .box-table .table::-webkit-scrollbar-thumb:hover {
  background: #999;
}


.box-table-wrap .box-table .table > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #ccc;
}
.box-table-wrap .box-table .table > ul > li .img-t {
  color: #444;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.box-table-wrap .box-table .table > ul > li .img-t [class^=b-t-icon] {
  width: 2rem;
  height: 1.5rem;
  display: inline-block;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon1 {
  background: url(../img/sub/b-t-icon1.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon2 {
  background: url(../img/sub/b-t-icon2.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon3 {
  background: url(../img/sub/b-t-icon3.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon4 {
  background: url(../img/sub/b-t-icon4.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon5 {
  background: url(../img/sub/b-t-icon5.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon6 {
  background: url(../img/sub/b-t-icon6.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon7 {
  background: url(../img/sub/b-t-icon7.png) no-repeat center/100%;
}
.box-table-wrap .box-table .table > ul > li .img-t .b-t-icon8 {
  background: url(../img/sub/b-t-icon8.png) no-repeat center/75%;
}
.box-table-wrap .box-table .table > ul > li .txt {
  color: #555;
  font-size: 0.75rem;
  font-weight: 500;
}
.box-table-wrap .box-table .table > ul > li .txt > strong {
  color: #262626;
  font-size: 0.9rem;
  font-weight: 700;
}

/* box-flex */
.box-flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.box-flex > div {
  flex: 1;
}

/* ------ // 0102_대시보드 요소 스타일 ----- */
/* ----- 0103_대시보드 RE100현황 -----*/
/* RE달성율 */
.h-g-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.7rem 0;
}

.cylinder-graph-wrap {
  display: inline-block;
}
.cylinder-graph-wrap .cylinder-tit {
  position: relative;
  color: #444;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cylinder-graph-wrap .cylinder-tit:before {
  display: block;
  color: hsl(40, 94%, 57%);
  font-size: 1.4rem;
  font-family: "xeicon";
  line-height: 1.1;
  content: "\eb9f";
  animation: rotateY 3s ease infinite;
}
@keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cylinder-graph-wrap .cylinder-tit > strong {
  display: block;
  color: #84878D;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.cylinder-graph-wrap .cylinder-tit > strong > em {
  display: inline-block;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  color: #64A0D3;
  font-size: 2.25rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.cylinder-graph-wrap .cylinder-graph {
  position: relative;
  width: 11.4rem;
  padding-bottom: 3rem;
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap {
  position: relative;
  width: 100px;
  height: 10.5rem;
  margin: auto;
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
  border-radius: 50px/25px;
  background: linear-gradient(319deg, rgba(158, 158, 158, 0.1) 0%, rgba(158, 158, 158, 0.1) 9%, rgba(158, 158, 158, 0.1) 24%, rgba(158, 158, 158, 0.1) 37%, rgba(158, 158, 158, 0.1) 55%, rgba(158, 158, 158, 0.1) 80%, rgba(158, 158, 158, 0.1) 100%);
  z-index: 1;
  content: "";
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .cylinder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  border-radius: 50px/25px;
  background: linear-gradient(180deg, rgba(11, 16, 16, 0.15) 0%, rgba(209, 255, 255, 0.6) 85%, rgba(145, 255, 255, 0.33) 100%);
  z-index: 3;
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .cylinder:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  border-radius: 50px/25px;
  background: linear-gradient(161deg, rgba(202, 202, 202, 0.59) 0%, rgba(216, 216, 216, 0.25) 9%, rgba(215, 215, 215, 0.55) 24%, rgba(202, 202, 202, 0.45) 37%, rgba(185, 185, 185, 0.25) 55%, rgba(119, 112, 112, 0.25) 80%, rgb(158, 158, 158) 100%);
  content: "";
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .cylinder .cylinder-top {
  position: absolute;
  left: 50%;
  top: 0.15rem;
  width: 70%;
  height: 35px;
  padding-top: 43px;
  border-radius: 35px/17px;
  background: linear-gradient(88deg, rgba(255, 255, 255, 0.55) 0%, rgb(170, 170, 170) 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 3;
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .cylinder .cylinder-top:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  border-radius: 35px/17px;
  background: linear-gradient(357deg, rgb(199, 199, 199) 0%, rgb(213, 213, 213) 9%, rgb(196, 196, 196) 80%, rgb(199, 199, 199) 100%);
  content: "";
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .water {
  position: absolute;
  left: 5%;
  bottom: 0.25rem;
  width: 90%;
  height: 0;
  max-height: 10rem;
  padding-top: 55px;
  border-radius: 50px/25px;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-size: 400% 400%;
  animation: gradient1 5s ease infinite;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.cylinder-graph-wrap .cylinder-graph .cylinder-wrap .water:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  border-radius: 50px/25px;
  background: #ACD9E8;
  background-size: 400% 400%;
  animation: gradient1 5s ease infinite;
  content: "";
}
.cylinder-graph-wrap .cylinder-graph .cylinder-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11.2rem;
  height: 7.75rem;
  background: url(../img/sub/cylinder_bottom.png) no-repeat center/100% 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.horizontal-graph-box .tit {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* .graph-list-type5 .graph-list-gauge {
  display: flex;
  align-items: center;
}
.graph-list-type5 .graph-list-gauge .txt {
  min-width: 5rem;
}
.graph-list-type5 .graph-list-gauge .txt > span {
  display: block;
  color: #333;
  margin-left: 0.45rem;
}
.graph-list-type5 .graph-list-gauge .txt > strong {
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  color: #64A0D3;
  font-weight: 700;
  font-size: 1.75rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.graph-list-type5 .graph-list-gauge .txt > em {
  font-size: 1.25rem;
  color: #84878D;
}
.graph-list-type5 .graph-list-gauge .graph-count-vertical {
  margin-left: 1rem;
}

.graph-count-vertical {
  position: relative;
  width: 100%;
  height: 3.5rem;
  background: #E7E7E7;
}
.graph-count-vertical > em {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #64a0d3, #7bc6ab, #49c699, #64a0d3);
  background-size: 400% 400%;
  animation: gradient1 5s ease infinite;
} */

.graph-list-type5 .graph-list-gauge {
  display: flex;
  align-items: center;
}
.graph-list-type5 .graph-list-gauge .txt {
  min-width: 5rem;
}
.graph-list-type5 .graph-list-gauge .txt > span {
  display: block;
  color: #333;
  margin-left: 0.45rem;
}
.graph-list-type5 .graph-list-gauge .txt > strong {
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  color: #64A0D3;
  font-weight: 700;
  font-size: 1.75rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.graph-list-type5 .graph-list-gauge .txt > em {
  font-size: 1.25rem;
  color: #84878D;
}
.graph-list-type5 .graph-list-gauge .graph-count-vertical {
  margin-left: 1rem;
}

.graph-count-vertical.dash {
  position: relative;
  width: 100%;
  background: #F1F2F7;
  padding: 0.2rem;
  border-radius: 2.5rem;
  height: .8rem;
  display: flex;
  align-items: center;
}
.graph-count-vertical.dash > em {
  display: inline-block;
  position: unset;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-size: 400% 400%;
  animation: gradient1 5s ease infinite;
  border-radius: 25rem;
  width: 100%;
  height: 90%;
}

.lst-box-wrap {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.lst-box-wrap .list-box {
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #C5CCDF;
  background: #F9FAFD;
  padding: 0.25rem;
  flex: 1;
}
.lst-box-wrap .list-box .tit {
  color: #262626;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 0.25rem;
}
.lst-box-wrap .list-box > div {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #ccc;
}
.lst-box-wrap .list-box > div .tit2 {
  color: #444;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.lst-box-wrap .list-box > div > span {
  color: #555;
  font-size: 0.7rem;
  font-weight: 500;
}
.lst-box-wrap .list-box > div > span > strong {
  color: #444;
  font-size: 0.9rem;
  font-weight: 800;
  margin-right: 0.25rem;
}
.lst-box-wrap .list-box > div:last-child {
  border-bottom: none;
}

/* ----- // 0103_대시보드 RE100현황 -----*/
/* -----  0104_대시보드 탄소현황 -----*/
/* 온실가스 배출량 */

.total-txt-box{
  border-radius: 0.5rem;
  border: 1px solid #D0D5E5;
  background: #F7F8FD;
  padding:1rem 0;
}
.total-txt-box p {
  color: #555;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
}
.total-txt-box p > span{
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}

.total-txt-box p > strong{
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.total-txt-box p > em{
  color: #333;
  font-size: .9rem;
  font-weight: 500;
}

.percent-row-graph {
  margin-bottom: 2rem;
}
.percent-row-graph .tit-legend {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0.5rem;
}
.percent-row-graph .tit-legend .tit {
  color: #333;
  display: flex;
  align-items: center;
}
.percent-row-graph .tit-legend .tit > strong {
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 800;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.percent-row-graph .tit-legend .legend {
  display: flex;
  gap: 0.5rem;
}
.percent-row-graph .tit-legend .legend > span {
  color: #444;
  font-size: 0.7rem;
}
.percent-row-graph .tit-legend .legend > span > em {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin-right: 0.25rem;
  border-radius: 50%;
}
.percent-row-graph .tit-legend .legend > span > em.c1 {
  background: #545CC1;
}
.percent-row-graph .tit-legend .legend > span > em.c2 {
  background: #4C96F9;
}
.percent-row-graph .tit-legend .legend > span > em.c3 {
  background: #44C5DB;
}
.percent-row-graph .graph-count-vertical2 {
  position: relative;
  width: 100%;
  background: #F7F8FD;
  padding: 0.2rem;
  border-radius: 2.5rem;
  border: 1px solid #D0D5E5;
  height: 1.35rem;
  vertical-align: middle;
  margin-top: 1.5rem;
}
.percent-row-graph .graph-count-vertical2 > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  border-radius: 25rem;
}
.percent-row-graph .graph-count-vertical2 > div > em {
  display: inline-block;
  height: 80%;
  position: relative;
}
.percent-row-graph .graph-count-vertical2 > div > em .percent-tool {
  position: absolute;
  bottom: 150%;
  /* left: 50%; */
  right: -3rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.percent-row-graph .graph-count-vertical2 > div > em.c1 {
  background: #545CC1;
  border-radius: 25rem 0 0 25rem;
}
.percent-row-graph .graph-count-vertical2 > div > em.c1 .percent-tool > span {
  color: #545CC1;
  font-size: 0.8rem;
  font-weight: 800;
}
.percent-row-graph .graph-count-vertical2 > div > em.c1 .percent-tool > span > em {
  font-size: 0.6rem;
  font-weight: 400;
}
.percent-row-graph .graph-count-vertical2 > div > em.c2 {
  background: #4C96F9;
}
.percent-row-graph .graph-count-vertical2 > div > em.c2 .percent-tool {
  transform: translateX(-50%) rotate(180deg);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
  top: 120%;
}
.percent-row-graph .graph-count-vertical2 > div > em.c2 .percent-tool .triangle {
  box-shadow: none;
}
.percent-row-graph .graph-count-vertical2 > div > em.c2 .percent-tool > span {
  color: #4C96F9;
  font-size: 0.8rem;
  font-weight: 800;
  transform: rotate(180deg);
}
.percent-row-graph .graph-count-vertical2 > div > em.c2 .percent-tool > span > em {
  font-size: 0.6rem;
  font-weight: 400;
}
.percent-row-graph .graph-count-vertical2 > div > em.c3 {
  background: #44C5DB;
  border-radius: 0 25rem 25rem 0;
}
.percent-row-graph .graph-count-vertical2 > div > em.c3 .percent-tool > span {
  color: #44C5DB;
  font-size: 0.8rem;
  font-weight: 800;
}
.percent-row-graph .graph-count-vertical2 > div > em.c3 .percent-tool > span > em {
  font-size: 0.6rem;
  font-weight: 400;
}

/* 퍼센트 툴 */
.percent-tool {
  width: auto;
  min-width: 2.55rem;
  height: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid #D5DAE8;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.percent-tool > span {
  font-size: 0.8rem;
  font-weight: 800;
}
.percent-tool > span > em {
  font-size: 0.6rem;
  font-weight: 400;
  margin-left: 0.15rem;
}
.percent-tool .triangle {
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 1px solid #D5DAE8;
  border-bottom: 1px solid #D5DAE8;
  background: #fff;
  position: absolute;
  bottom: -5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}


/* 전체 radius */
.bdr-st1 {
  border-radius: 25rem !important;
}

/* 좌측 상단 좌측 하단 radius */
.bdr-st2 {
  border-radius: 25rem 0 0 25rem !important;
}

/* 우측 상단 우측 하단 radius */
.bdr-st3 {
  border-radius: 0 25rem 25rem 0 !important;
}

/* 감축목표 */
.box-table2 .tit {
  color: #262626;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-table2 .tit > strong {
  color: #2970CD;
  font-size: 1.2rem;
  font-weight: 800;
  margin-right: .25rem;
}
.box-table2 .rd-goal {
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #D0D5E5;
  background: #F7F8FD;
  padding: 0.5rem 0;
}
.box-table2 .rd-goal > p {
  color: #555;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-table2 .rd-goal > p > strong {
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 .25rem;

}
.box-table2 .rd-list {
  margin-top: 0.5rem;
}
.box-table2 .rd-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0;
}
.box-table2 .rd-list > ul > li > span {
  color: #444;
  font-weight: 600;
}
.box-table2 .rd-list > ul > li > strong {
  color: #2970CD;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.box-table2 .rd-list > ul > li > strong > em {
  margin-right: 0.25rem;
  border-radius: 2.5rem;
  background: #2970CD;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.15rem 0.5rem;
  width: 3.5rem;
  text-align: center;
}
.box-table2 .rd-list > ul > li:last-child {
  border-bottom: none;
}

/* 월별 이행수단 실적 */
table .th-tit {
  color: #333;
  font-weight: 700;
}
table .bold {
  color: #333;
  font-weight: 700;
}

/* 구매내역 펀매내역 */
.legend-box .l-guide {
  border-radius: 0.5rem;
  border: 1px solid #D0D5E5;
  background: #F7F8FD;
  padding: 0.2rem;
  text-align: center;
}
.legend-box .l-guide > p {
  color: #333;
  font-size: 0.7rem;
}
.legend-box .l-guide > p > i {
  margin-right: 0.15rem;
}
.legend-box .l-lst-wrap {
  display: flex;
  gap: 2.35rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.legend-box .l-lst-wrap .l-lst {
  display: flex;
  flex: 1;
  gap: 0.25rem;
}
.legend-box .l-lst-wrap .l-lst .icon1 {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #E9FAF4 url(../img/sub/l-lst-icon1.png) no-repeat center/50%;
}
.legend-box .l-lst-wrap .l-lst .icon2 {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #E9FAF4 url(../img/sub/l-lst-icon2.png) no-repeat center/60%;
}
.legend-box .l-lst-wrap .l-lst .icon3 {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFEEF1 url(../img/sub/l-lst-icon3.png) no-repeat center/60%;
}
.legend-box .l-lst-wrap .l-lst .icon4 {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFEEF1 url(../img/sub/l-lst-icon4.png) no-repeat center/50%;
}
.legend-box .l-lst-wrap .l-lst .st1 .txt {
  color: #444;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.legend-box .l-lst-wrap .l-lst .st1 .txt > strong {
  color: #00BB9F;
  font-weight: 600;
}
.legend-box .l-lst-wrap .l-lst .st1 .txt > strong span {
  color: #555;
  font-size: 0.75rem;
  font-weight: 400;
}
.legend-box .l-lst-wrap .l-lst .st1 .amount {
  color: #000;
}
.legend-box .l-lst-wrap .l-lst .st1 .amount > strong {
  color: #00BB9F;
  font-size: 0.9rem;
  font-weight: 700;
}
.legend-box .l-lst-wrap .l-lst .st2 .txt {
  color: #444;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.legend-box .l-lst-wrap .l-lst .st2 .txt > strong {
  color: #F36363;
  font-weight: 600;
}
.legend-box .l-lst-wrap .l-lst .st2 .txt > strong span {
  color: #555;
  font-size: 0.75rem;
  font-weight: 400;
}
.legend-box .l-lst-wrap .l-lst .st2 .amount {
  color: #000;
}
.legend-box .l-lst-wrap .l-lst .st2 .amount > strong {
  color: #F36363;
  font-size: 0.9rem;
  font-weight: 700;
}

/* 배출권 시세정보 */
.tit-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit-select .tit {
  color: #262626;
  font-size: 1rem;
  font-weight: 500;
}

/* 라운드형 테이블 */
.round-table table {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  word-break: keep-all; /* word-break:break-all;강제 줄바꿈 */
  border-spacing: 0.5rem;
  border-collapse: separate;
}
.round-table table tbody {
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
}
.round-table table th {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #262626;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.round-table table th.badge:before {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../img/sub/badge_img.png) no-repeat center/100% 100%;
  content: "";
}
.round-table table th.badge-ranking1:before {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../img/sub/badge_ranking1.png) no-repeat center/100% 100%;
  content: "";
}
.round-table table th.badge-ranking2:before {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/sub/badge_ranking2.png) no-repeat center/100% 100%;
  content: "";
}
.round-table table th.badge-ranking3:before {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/sub/badge_ranking3.png) no-repeat center/100% 100%;
  content: "";
}
.round-table table td {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #444;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-align: left;
}
.round-table table td.rst-td {
  padding-bottom: 2.75rem;
}
.round-table table td.rst-td .rst {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #262626;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.round-table table td.rst-td .rst a {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0.25rem 1rem;
  border: 1px solid #DCDCDC;
  border-radius: 0.25rem;
  background: #fff;
  color: #777;
  font-size: 0.8rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.round-table table td > ol > li {
  font-size: 0.8rem;
  color: #444;
}
.round-table table td > ol > li > span.num {
  top: -0.15rem;
}
.round-table table td > ol > li > ul > li {
  color: #555;
  font-size: 0.75rem;
  font-weight: 400;
}
.round-table table td > ul > li {
  color: #555;
  font-size: 0.75rem;
  font-weight: 400;
}
.round-table table .rd-tbl-c1 {
  background: #E3E3E3;
}
.round-table table .rd-tbl-c2 {
  background: #D0D0D0;
}
.round-table table .rd-tbl-c3 {
  background: #66A2D4;
  color: #fff !important;
}
.round-table table .rd-tbl-c4 {
  background: #3986C6;
  color: #fff !important;
}
.round-table table .rd-tbl-c5 {
  background: #7BC6AD;
  color: #fff !important;
}
.round-table table .rd-tbl-c6 {
  background: #71B4C0;
  color: #fff !important;
}
.round-table table .rd-tbl-b1 {
  border: 1px solid #D0D0D0;
}
.round-table .rd-tbl-bul1 > li {
  position: relative;
  padding-left: 0.75rem;
}
.round-table .rd-tbl-bul1 > li:before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #4C75B4;
}
.round-table2 {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
}
.round-table2 table {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  word-break: keep-all; /* word-break:break-all;강제 줄바꿈 */
  border-spacing: 0.5rem;
  border-collapse: collapse;
}
.round-table2 table th {
  position: relative;
  padding: 0.5rem 1rem;
  border-bottom: 1px dotted #ccc;
  background: #F8F8F8;
  color: #5c5c5c;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}
.round-table2 table td {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #444;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}
.round-table2 table td .less {
  color: #4F77C8;
}
.round-table2 table td .plus {
  color: #fe3c4e;
}
.round-table3 table th {
  border-radius: 0;
}
.round-table3 table td {
  border-radius: 0;
  border: 0 !important;
}

/* 거래현황 영역 */
.graph-box-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.graph-box-flex > div {
  flex: 1;
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 1rem;
}
.graph-box-flex > div .graph-area {
  margin: auto;
}

/* ----- // 0104_대시보드 탄소현황 -----*/


/* 관리자 대시보드  */
.admin-dash .cont {
  border: 1px solid #D0D5E5;
  background: #fff;
  border-radius: 0.5rem;
  min-height: unset;
}
.admin-dash .cont > .titT2{font-size:1rem;}
.admin-dash .cont > .titT2.bl {
  margin-bottom: 0.4rem;
}
.admin-dash .cont.contFlex {
  flex-wrap: wrap;
}

.admin-flex-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1rem;
}
.admin-flex-wrap > div {
  flex: 1;
}
.admin-flex-wrap .area1 {
  max-width: 20%;
  min-width: 20%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.admin-flex-wrap .area1 > div:nth-child(3){flex:1;}


.admin-flex-wrap .area1 .area1-con .box-txt {
  background: #32384F;
  color: #fff;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-flex-wrap .area1 .area1-con .box-txt > span {
  font-weight: 500;
}
.admin-flex-wrap .area1 .area1-con .box-txt > strong {
  font-weight: 500;
  font-size: 0.65rem;
}
.admin-flex-wrap .area1 .area1-con .box-txt > strong > em {
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.25rem;
}
.admin-flex-wrap .area2 {
  min-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.admin-flex-wrap .area2 > div:nth-child(1) {
  width:100%;
}
.admin-flex-wrap .area3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.admin-flex-wrap .area3 > div:nth-child(3) {
  flex: 1;
}

.box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0.4rem;
  column-gap: 0.5rem;
  margin-top: 0.4rem;
}
.box-grid .box-icon {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  height: 4.25rem;
}

.box-grid .box-icon > div{display:flex;align-items:center;gap:.25rem;}
.box-grid .box-icon > div > span:nth-child(2){text-align:center;font-size:0.75rem;font-weight:500;}

.box-grid .box-icon [class^=icon] {
  display: inline-block;
}
.box-grid .box-icon .icon1 {
  background: url(../img/sub/icon_box_flex3_icon1.png) no-repeat center/100%;
  width: 2.25rem;
  height: 1.9rem;
}
.box-grid .box-icon .icon2 {
  background: url(../img/sub/icon_box_flex3_icon2.png) no-repeat center/100%;
  width: 1.9rem;
  height: 1.85rem;
}
.box-grid .box-icon .icon3 {
  background: url(../img/sub/icon_box_flex3_icon3.png) no-repeat center/contain;
  width: 1.15rem;
  height: 2.3rem;
}
.box-grid .box-icon .icon4 {
  background: url(../img/sub/icon_box_flex3_icon6.png) no-repeat center/100%;
  width: 1.15rem;
  height: 2.3rem;
}
.box-grid .box-icon > p {
  line-height: 1.2;
}

.box-grid .box-icon > p > strong {
  color: #555;
  font-size: 0.65rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-grid .box-icon > p > strong > em {
  font-weight: 800;
  color: #262626;
  font-size: 0.8rem;
  margin-right: 0.25rem;
}

.txt-flex > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 0.2rem;
}
.txt-flex > div > span {
  font-size: 0.75rem;
  font-weight: 500;
}
.txt-flex > div > strong {
  color: #444;
  font-size: 0.8rem;
  font-weight: 500;
}
.txt-flex > div > strong > em {
  color: #262626;
  font-size: 0.8rem;
  font-weight: 800;
  margin-right: 0.2rem;
}
.txt-flex > div:last-child {
  border-bottom: none;
}

.txt-grid{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 0.5rem;
}

.txt-grid > div .tit {
  font-size: 0.75rem;
  font-weight: 500;
  background: #E7EAF2;
  text-align: center;
  padding: 0.15rem .1rem;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
.txt-grid > div > strong {
  color: #555;
  font-size: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
.txt-grid > div > strong > em {
  color: #262626;
  font-size: 0.8rem;
  font-weight: 800;
  margin-right: 0.1rem;
}


.txt-flex2 {
  display:flex;
  flex-direction: column;
  max-height: 6.5rem;
  overflow: auto;
  padding-right: 0.5rem;
}

.txt-flex2 > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.txt-flex2 > div .tit {
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-flex2 > div > strong {
  color: #555;
  font-size: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-flex2 > div > strong > em {
  color: #262626;
  font-size: 0.8rem;
  font-weight: 800;
  margin-right: 0.1rem;
}

.graph-list-slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.graph-list-slider-wrap .graph-list-slider {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.graph-list-slider-wrap .graph-list-slider .slick-list {
  height: 100%;
}
.graph-list-slider-wrap .control a {
  position: absolute;
  top: 50%;
  width: 1.2rem;
  height: 3.9rem;
  border: 1px solid #D0D5E5;
  line-height: calc(3.9rem - 2px);
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  border-radius: 0.25rem;
}
.graph-list-slider-wrap .control a.slickPrev {
  left: -0.5rem;
}
.graph-list-slider-wrap .control a.slickNext {
  right: -0.5rem;
}

.slider-wrap {
  width: 100%;
}
.slider-wrap > .a-slide-item {
  display: flex;
  align-items: center;
}
.slider-wrap > .a-slide-item > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  flex: 1;
  border-right: 1px dashed #ccc;
}

.slider-wrap > .a-slide-item > li:nth-child(1){justify-content:unset;}

.slider-wrap > .a-slide-item > li > div .tit1 {
  color: #444;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.slider-wrap > .a-slide-item > li > div .slide-graph {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slider-wrap > .a-slide-item > li > div .slide-graph > strong {
  color: #666;
  font-size: 0.65rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.slider-wrap > .a-slide-item > li > div .slide-graph > strong > em {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.15rem;
}
.slider-wrap > .a-slide-item > li > div .tit2 {
  color: #444;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}
.slider-wrap > .a-slide-item > li > div .txt {
  color: #666;
  font-size: 0.65rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrap > .a-slide-item > li > div .txt2{color:#777;font-size:.6rem;}
.slider-wrap > .a-slide-item > li > div .txt > strong {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.2rem;
}
.slider-wrap > .a-slide-item > li > div.col1 {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
.slider-wrap > .a-slide-item > li > div.col2 {
  display: flex;
  flex-direction: column;
}
.slider-wrap > .a-slide-item > li:last-child, .slider-wrap > .a-slide-item > li:first-child {
  border: none;
}

.count-info-lst2 ul {
  display: flex;
  gap: 0.25rem 0;
  flex-wrap: wrap;
}
.count-info-lst2 ul > li {
  width: 100%;
}
.count-info-lst2 ul > li > div {
  display: flex;
  width: 100%;
  padding: 0 0.5rem;
  background: linear-gradient(90deg, #00B073 0%, #0C75CA 100%);
  align-items: center;
  justify-content: space-between;
}
.count-info-lst2 ul > li > div > span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.count-info-lst2 ul > li > div > em {
  color: #fff;
  font-size: 0.75rem;
}
.count-info-lst2 ul > li > div > em > strong {
  margin-right: 0.25rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.count-info-lst2 ul > li.bg2 > div {
  background: #626e88;
}
.count-info-lst2 ul > li.bg3 > div {
  background: #63889b;
}
.count-info-lst2 ul > li.bg4 > div {
  background: #6a6e79;
}

.basic-badge {
  color: #555;
  font-size: 0.6rem;
  font-weight: 400;
  border-radius: 2.5rem;
  background: #F1F2F7;
  padding: 0.15rem 0.5rem;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

/* sub.css 에서 옮김 */
/* .map-admin {
  position: relative;
  width: 49.95rem;
  height: 100%;
}
.map-admin .total-figure {
  position: absolute;
  position: absolute;
  top: 0.85rem;
  left: 1.5rem;
  z-index: 1;
}
.map-admin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/map_admin.png) no-repeat center/cover;
}
.map-admin [class^=map-complex] {
  position: absolute;
}
.map-admin [class^=map-complex].active [class^=map-complex-box] {
  opacity: 1;
  visibility: visible;
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > strong {
  background: linear-gradient(90deg, rgba(101, 205, 175, 0.8) 0%, rgba(74, 139, 254, 0.8) 100%);
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > div:before, .map-admin [class^=map-complex].active [class^=map-complex-box] > div:after {
  background-image: url(../img/sub/map_point_box_corner_on.png);
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > div .arr:after {
  background-position: 0 1.3rem;
}
.map-admin .map-complex1 {
  bottom: 1rem;
  left: 15.7rem;
  width: 9.15rem;
  height: 13rem;
  background: url(../img/sub/map_complex1.png) no-repeat center/100% 100%;
}
.map-admin .map-complex1.active {
  background-image: url(../img/sub/map_complex1_on.png);
}
.map-admin .map-complex2 {
  bottom: 0.2rem;
  left: 25.25rem;
  width: 6.15rem;
  height: 15.7rem;
  background: url(../img/sub/map_complex2.png) no-repeat center/100% 100%;
}
.map-admin .map-complex2.active {
  background-image: url(../img/sub/map_complex2_on.png);
}
.map-admin .map-complex3 {
  bottom: 11.2rem;
  left: 27.5rem;
  width: 10.75rem;
  height: 12.85rem;
  background: url(../img/sub/map_complex3.png) no-repeat center/100% 100%;
}
.map-admin .map-complex3.active {
  background-image: url(../img/sub/map_complex3_on.png);
}
.map-admin .map-complex4 {
  top: 0.25rem;
  left: 25.15rem;
  width: 11.5rem;
  height: 10rem;
  background: url(../img/sub/map_complex4.png) no-repeat center/100% 100%;
}
.map-admin .map-complex4.active {
  background-image: url(../img/sub/map_complex4_on.png);
}
.map-admin [class^=map-complex-box] {
  position: absolute;
  width: 11rem;
  opacity: 0;
  visibility: hidden;
  animation: float 3s ease-in-out infinite;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.map-admin [class^=map-complex-box] > strong {
  display: flex;
  padding: 0.15rem 0.7rem;
  background: linear-gradient(90deg, rgba(169, 185, 233, 0.5) 0%, rgba(169, 185, 233, 0.5) 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.map-admin [class^=map-complex-box] > strong > em {
  font-size: 0.6rem;
}
.map-admin [class^=map-complex-box] > div {
  position: relative;
  margin-top: 0.25rem;
  padding: 0.15rem 0.7rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(163, 169, 188, 0.8);
}
.map-admin [class^=map-complex-box] > div:before, .map-admin [class^=map-complex-box] > div:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0.35rem;
  background-image: url(../img/sub/map_point_box_corner.png);
  background-position: 0 0;
  background-size: 100% 5.1rem;
  z-index: 1;
}
.map-admin [class^=map-complex-box] > div:after {
  top: inherit;
  bottom: -1px;
  background-position: 0 -4.8rem;
}
.map-admin [class^=map-complex-box] > div .arr {
  position: absolute;
  top: 50%;
  right: -0.25rem;
  width: 1px;
  height: 1.25rem;
  background: #9ca7c7;
  transform: translateY(-50%);
}
.map-admin [class^=map-complex-box] > div .arr:before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: -0.15rem;
  width: 1.1rem;
  height: 1px;
  background: #9ca7c7;
  transform: rotate(45deg);
}
.map-admin [class^=map-complex-box] > div .arr:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  width: 1.1rem;
  height: 1.25rem;
  background-image: url(../img/sub/arr_ver1.png);
  background-position: 0 0;
  background-size: 2.2rem 2.5rem;
  z-index: 1;
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translatey(-0.5rem);
  }
  100% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translatey(0);
  }
}
.map-admin .map-complex-box1 {
  bottom: 3rem;
  left: -12.5rem;
}
.map-admin .map-complex-box2 {
  bottom: 17rem;
  right: 8.5rem;
}
.map-admin .map-complex-box2 > div .arr:before {
  width: 8rem;
  top: 4rem;
  left: -2.3rem;
  transform: rotate(65deg);
}
.map-admin .map-complex-box2 > div .arr:after {
  top: 7rem;
  left: 3.15rem;
  transform: rotate(45deg);
}
.map-admin .map-complex-box3 {
  bottom: 5rem;
  left: 8rem;
}
.map-admin .map-complex-box3 > div .arr {
  right: inherit;
  left: -0.25rem;
}
.map-admin .map-complex-box3 > div .arr:before {
  right: inherit;
  left: -0.95rem;
  transform: rotate(-45deg);
}
.map-admin .map-complex-box3 > div .arr:after {
  top: 0.7rem;
  right: inherit;
  left: -1.85rem;
  transform: rotate(180deg);
}
.map-admin .map-complex-box4 {
  bottom: 6.5rem;
  left: -11.25rem;
}
.map-admin .map-complex-box5 {
  top: 3rem;ƒ5430
  right: 12rem;
}
.map-admin .map-complex-box5 > div .arr:before {
  top: 0.25rem;
  left: -0.02rem;
  width: 2.1rem;
  transform: rotate(-28deg);
}
.map-admin .map-complex-box5 > div .arr:after {
  top: -0.85rem;
  left: 1.5rem;
  transform: rotate(-25deg);
} */

/* 산단 RE100 현황 대시보드 (hj) 240717 */
.map-admin {
  position: relative;
  width:100%;
  height:100%;
}
.map-admin.type2{
  width:1210px;
  height:750px;
}
.map-admin .total-figure, .map-admin.type2 .total-figure {
  z-index: 1;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.map-admin.type2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/n-map_admin.png) no-repeat center/100% 100%;
  
}
.map-admin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/n-map_admin.png) no-repeat center/100% 100%;
  

}
.map-admin [class^=map-complex] {
  position: absolute;
}
.map-admin [class^=map-complex].active [class^=map-complex-box] {
  opacity: 1;
  visibility: visible;
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > strong {
  background: linear-gradient(90deg, rgba(0, 176, 115, 0.9) 0%, rgba(12, 117, 202, 0.9) 100%);
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > div:before, .map-admin [class^=map-complex].active [class^=map-complex-box] > div:after {
  background-image: url(../img/sub/map_point_box_corner_on.png);
}
.map-admin [class^=map-complex].active [class^=map-complex-box] > div .arr:after {
  background-position: 0 1.3rem;
}
.map-admin [class^=map-complex].no-active [class^=map-complex-box] {
  opacity: 1;
  visibility: visible;
}
.map-admin [class^=map-complex].no-active [class^=map-complex-box] > div:before, .map-admin [class^=map-complex].no-active [class^=map-complex-box] > div:after {
  background-image: url(../img/sub/map_point_box_corner_on.png);
}
.map-admin [class^=map-complex].no-active [class^=map-complex-box] > div .arr:after {
  background-position: 0 1.3rem;
}


.map-admin .map-complex1 {
  bottom:15%;
  left:35.6%;
  width:16.3%;
  height:24.14%;
  background: url(../img/sub/map_complex1.png) no-repeat center/100% 100%;
}
/* type2 */
.map-admin.type2 .map-complex1{
  width: 8.65rem;
  height: 12.8rem;
  top: 22.5rem;
  left: 21.1rem;
}

.map-admin .map-complex1.active {
  background-image: url(../img/sub/map_complex1_on.png);
}
.map-admin .map-complex2 {
  bottom: 15.3%;
  left: 49.45%;
  width: 11.46%;
  height: 29.48%;
  background: url(../img/sub/map_complex2.png) no-repeat center/100% 100%;
}
/* type2 */
.map-admin.type2 .map-complex2{
  bottom: 2.55rem;
  left: 28.45rem;
  width: 6.5rem;
  height: 15.7rem;
}

.map-admin .map-complex2.active {
  background-image: url(../img/sub/map_complex2_on.png);
}
.map-admin .map-complex3 {
  bottom: 37%;
  right: 24%;
  width: 18.18%;
  height: 18.18%;
  background: url(../img/sub/map_complex3.png) no-repeat center/100% 100%;
}

/* type2 */
.map-admin.type2 .map-complex3 {
  bottom: 13.8rem;
  right: 17.87rem;
  width: 9.5rem;
  height: 10.2rem;
}

.map-admin .map-complex3.active {
  background-image: url(../img/sub/map_complex3_on.png);
}
.map-admin .map-complex4 {
  top: 17.3%;
  right: 29.4%;
  width: 22.92%;
  height: 19.22%;
  background: url(../img/sub/map_complex4.png) no-repeat center/100% 100%;
}

/* type2 */
.map-admin.type2 .map-complex4{
  top: 0.2rem;
  right: 20.7rem;
  width: 12.3rem;
  height: 9.8rem;
}

.map-admin .map-complex4.active {
  background-image: url(../img/sub/map_complex4_on.png);
}
.map-admin [class^=map-complex-box] {
  position: absolute;
  width: 11rem;
  opacity: 0;
  visibility: hidden;
  animation: float 3s ease-in-out infinite;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.map-admin [class^=map-complex-box] > strong {
  display: flex;
  padding: 0.15rem 0.7rem;
  background: rgba(85, 85, 85, 0.9);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.map-admin [class^=map-complex-box] > strong > em {
  font-size: 0.6rem;
}
.map-admin [class^=map-complex-box] > div {
  position: relative;
  margin-top: 0.25rem;
  padding: 0.15rem 0.7rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(163, 169, 188, 0.8);
}
.map-admin [class^=map-complex-box] > div:before, .map-admin [class^=map-complex-box] > div:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0.35rem;
  background-image: url(../img/sub/map_point_box_corner.png);
  background-position: 0 0;
  background-size: 100% 5.1rem;
  z-index: 1;
}
.map-admin [class^=map-complex-box] > div:after {
  top: inherit;
  bottom: -1px;
  background-position: 0 -4.8rem;
}
.map-admin [class^=map-complex-box] > div .arr {
  position: absolute;
  top: 50%;
  right: -0.25rem;
  width: 2px;
  height: 1.25rem;
  background: #9ca7c7;
  transform: translateY(-50%);
}
.map-admin [class^=map-complex-box] > div .arr:before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: -0.15rem;
  width: 1.1rem;
  height: 1px;
  background: #9ca7c7;
  transform: rotate(45deg);
}
.map-admin [class^=map-complex-box] > div .arr:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  width: 1.1rem;
  height: 1.25rem;
  background-image: url(../img/sub/arr_ver1.png);
  background-position: 0 1.3;
  background-size: 1.1rem 1.5rem;
  z-index: 1;
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translatey(-0.5rem);
  }
  100% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translatey(0);
  }
}
.map-admin .map-complex-box1 {
  bottom: 3rem;
  left: -12.5rem;
}
.map-admin .map-complex-box1 > div .arr:before {
  top: 0.5rem;
  left: 0.1rem;
  transform: rotate(0deg);
}
.map-admin .map-complex-box1 > div .arr:after {
  top: -0.1rem;
  left: 1rem;
  transform: rotate(180deg);
}

/* type2 */
.map-admin.type2 .map-complex-box1 {
  bottom: 4rem;
}


.map-admin .map-complex-box2 {
  top: -8rem;
  left: -13.3rem;
}
.map-admin .map-complex-box2 > div .arr:before {
  width: 8rem;
  top: 4rem;
  left: -2.3rem;
  transform: rotate(65deg);
}
.map-admin .map-complex-box2 > div .arr:after {
  top: 7rem;
  left: 3.15rem;
  transform: rotate(-145deg);
}
.map-admin .map-complex-box3 {
  bottom: 5rem;
  left: 8rem;
}
.map-admin .map-complex-box3 > div .arr {
  right: inherit;
  left: -0.25rem;
}
.map-admin .map-complex-box3 > div .arr:before {
  right: inherit;
  left: -0.95rem;
  transform: rotate(-45deg);
}
.map-admin .map-complex-box3 > div .arr:after {
  top: 0.7rem;
  right: inherit;
  left: -1.85rem;
  transform: rotate(180deg);
}
.map-admin .map-complex-box4 {
  top: -0.5rem;
  right: -10.5rem;
}

/* type2 */
.map-admin.type2 .map-complex-box4{
  top: 1.7rem;
  right: -12rem;
}


.map-admin .map-complex-box4 > div .arr {
  right: inherit;
  left: -0.25rem;
}
.map-admin .map-complex-box4 > div .arr:before {
  right: inherit;
  left: -1.5rem;
  top: 0.5rem;
  width: 1.5rem;
  transform: rotate(0deg);
}

/* type2 */
.map-admin.type2 .map-complex-box4 > div .arr:before {
  right: inherit;
  left: -1.5rem;
  top: 0.5rem;
  width: 1.5rem;
  transform: rotate(0deg);
}

.map-admin .map-complex-box4 > div .arr:after {
  top: -0.1rem;
  left: -2.45rem;
  right: inherit;
  transform: rotate(0deg);
}

/* type2 */
.map-admin.type2 .map-complex-box4 > div .arr:after {
  top: -0.2rem;
  left: -2.45rem;
  right: inherit;
  transform: rotate(0deg);
}

.map-admin .map-complex-box5 {
  bottom: 1.5rem;
  right: -12.5rem;
}

/* type2 */
.map-admin.type2 .map-complex-box5 {
  top: 2.5rem;
  right: -13.5rem;
}

.map-admin .map-complex-box5 > div .arr {
  right: inherit;
  left: -0.25rem;
}
.map-admin .map-complex-box5 > div .arr:before {
  right: inherit;
  top: 0.5rem;
  left: -2.5rem;
  transform: rotate(0deg);
  width: 2.5rem;
}
.map-admin .map-complex-box5 > div .arr:after {
  top: -0.15rem;
  right: inherit;
  left: -3rem;
  /* transform: rotate(86deg); */
}

.reference-time{color:#777;font-size:.65rem;text-align:right;}


/* //관리자 대시보드 */





/* 대시보드 설정 팝업 */
/* 상태 토글 */
.slide-toggle-con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.slide-toggle-con .button {
  position: relative;
  width: 3.25rem;
  height: 1.4rem;
  border-radius: 2.5rem;
  background-color: #bbb;
  transition: all 0.2s;
  cursor: pointer;
  padding: 0.1rem 0.25rem;
}
.slide-toggle-con .button .txt > em {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #777;
  font-size: 0.7rem;
  font-weight: 500;
}
.slide-toggle-con .button .inside {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.5s;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.slide-toggle-con input:checked ~ label .button {
  background-color: #3BBBCA;
}
.slide-toggle-con input:checked ~ label .button .txt > em {
  display: none;
}
.slide-toggle-con input:checked ~ label .button .txt:before {
  content: "ON";
  position: absolute;
  left: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
}
.slide-toggle-con input:checked ~ label .button .inside {
  left: 2rem;
}

/* 기본 레이어 팝업 css */
.dashboard-wrap .layer-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.dashboard-wrap .layer-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 30rem; /*max-height:80%;*/
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 101;
}
.dashboard-wrap .layer-wrap .layer-cont {
  max-height: 31rem;
  overflow: hidden;
  overflow-y: auto;
}
.dashboard-wrap .layer-wrap .layer-cont::-webkit-scrollbar {
  width: 0.15rem;
}
.dashboard-wrap .layer-wrap .layer-cont::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.05);
}
.dashboard-wrap .layer-wrap .layer-cont::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.dashboard-wrap .layer-wrap .cont-y-scrl {
  height: 17rem !important;
  overflow-y: scroll !important;
  padding-right: 1rem;
}
.dashboard-wrap .layer-wrap .btn-close-layer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #262626;
  font-size: 0.8rem;
}

.dash-box-flex {
  display: flex;
  gap: 1rem;
}
.dash-box-flex > div:nth-child(1) {
  height: 100%;
  width:45%;
}
.dash-box-flex > div:nth-child(2) {
  flex:1;
}

.dash-box-flex2 {
  height: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.dash-box-flex2 > div:nth-child(1) {
  flex: 1;
  height: 100%;
  width: 50%;
}
.dash-box-flex2 > div:nth-child(2) {
  width: fit-content;
}

.flex-col2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.flex-col2 > span {
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
}
.flex-col2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-col2 > div.list2  > span:nth-child(1) {
  border: none;
  padding: 0.3rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  width: 8rem;
  text-align: center;
  letter-spacing: -0.2px;
  background: #E7EAF2;
}
.flex-col2 > div > span:nth-child(1) {
  border: 1px solid #D0D5E5;
  padding: 0.3rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  width: 6rem;
  text-align: center;
  letter-spacing: -0.2px;
}
.flex-col2 > div > span:nth-child(2) {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 1rem;
}
.flex-col2 > div > span:nth-child(2) > span {
  border-radius: 1rem;
  background: #E7EAF2;
  padding: 0.2rem 0.5rem;
  font-size: 0.6rem;
}
.flex-col2 > div > span:nth-child(2) > span > em {
  margin-left: 0.2rem;
}
.flex-col2 > div > span:nth-child(2) > span > em.down:before {
  content: "\e905";
  color: #4C96F9;
  font-family: "xeicon";
}
.flex-col2 > div > span:nth-child(2) > span > em.up:before {
  content: "\e915";
  color: #FD6868;
  font-family: "xeicon";
}
.flex-col2 > div > span:nth-child(2) > strong {
  margin: 0 0.25rem;
  color: #444;
  font-size: 1.2rem;
  font-weight: 800;
}

.box-style11 .box-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}
.box-style11 .box-in > span {
  font-size: 0.9rem;
  font-weight: 600;
}
.box-style11 .box-in > span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-style11 .box-in > span:nth-child(2) > strong {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(90deg, #91E7D1 0%, #7CBFEE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-style11 .box-in > span:nth-child(2) > em {
  font-size: 0.9rem;
  color: #D2D6E5;
  margin-left: 0.3rem;
}

.space-around{display:flex;justify-content:space-around;}

/* .cont overlay */
.n-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  display:none;
}
.n-overlay .n-ol-inner1 {
  text-align: center;
}
.n-overlay .n-ol-inner1 > p {
  color: #fff;
}
.n-overlay .n-ol-inner1 .icon > i {
  font-size: 2rem;
  font-weight: 400;
}
.n-overlay .n-ol-inner1 .txt {
  font-size: 0.8rem;
  font-weight: 600;
  word-break: keep-all;
  word-wrap: break-word;
}
.n-overlay.show {
  display:flex;
  align-items: center;
  justify-content: center;
}
.n-overlay.type2 {
  position: absolute;
  top: 3rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 3rem);
  background: #fff;
  z-index: 18;
  padding: 1rem;
}
.n-overlay.type2 .n-ol-inner1 > p {
  color: #555;
}
.n-overlay.config-mode {
  opacity: 0;
  z-index: 19;
  cursor: grab;
}
.n-overlay.auth {
  background: #F1F2F7;
}
.n-overlay.auth .n-ol-inner1 > p {
  color: #555;
}
.n-overlay.auth .n-ol-inner1 > p i {
  font-size: 2rem;
}

.text-ellipsis{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.main-tit.widget{display:flex;align-items:center;gap:.5rem;justify-content:start;flex-wrap:wrap;width:100%;}


/* 대시보드 카드 데이터 없을 시 이미지  */
[class*=ex-data]{
  display:flex;
  flex-direction:column;align-items:center;justify-content:center;
  width: 100%;
  height: 100%;
}

/* dashboardCard - RE100현황 - RE100 달성율 */
.ex-data1{
  background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url(../img/sub/dashCard-ex1.jpg) no-repeat center/contain;

}
/* dashboardCard - RE100현황 - 이행실적 */
.ex-data2{
  background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url(../img/sub/dashCard-ex2.jpg) no-repeat center/contain;
}
/* dashboardCard - RE100현황 - 이행수단 비율 */
.ex-data3{
  background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url(../img/sub/dashCard-ex3.jpg) no-repeat center/contain;
}
/* dashboardCard - RE100현황 - RE 목표 대비 실적 */
.ex-data4{
  background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url(../img/sub/dashCard-ex4.jpg) no-repeat center/contain;
}

/* add 25.04.11 */

.n-flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;}
.n-flex > div:nth-child(2){max-width:40%;}

.facility-status{display:flex;align-items:center;gap:.75rem;}
.facility-status > div{display:flex;align-items:center;gap:.25rem;}
.facility-status > div > strong{color:#333;font-size:1rem;font-weight:800;}
.facility-status .normal,
.facility-status .stop,
.facility-status .error {display:inline-flex;align-items:center;justify-content:center;width:.8rem;height:.8rem;}
.facility-status .normal{background:url(../img/sub/normal-icon.png) no-repeat center / contain;}
.facility-status .stop{background:url(../img/sub/stop-y-icon.png) no-repeat center / contain;}
.facility-status .error{background:url(../img/sub/error-r-icon.png) no-repeat center / contain;}

.facility-box-wrap{display:flex;gap:1rem;}

.facility-box{border-radius:.5rem;border:1px solid #D0D5E5;background:#F3F5FA;padding:.75rem;width:33.33%;}
.facility-box .tit{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;}
.facility-box .tit span{-ms-content-zoom-chaining:.9rem;font-weight:600;}
.facility-box .tit [class^=st]{display:inline-flex;align-items:center;justify-content:center;border-radius:2.5rem;width:auto;height:1.05rem;color:#fff;font-size:.7rem;font-weight:500;text-align:center;padding:.1rem .5rem;}
.facility-box .tit .st1{background:#3BBBCA;}
.facility-box .tit .st2{background:#FFBB24;}
.facility-box .tit .st3{background:#FD6868;}

.facility-box .inner{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem;}
.facility-box .inner > div:nth-child(1){display:flex;flex-direction:column;align-items:center;}
.facility-box .inner > div:nth-child(1) .img{display:inline-block;width:1.5rem;height:2rem;  background: url(../img/sub/inverter-img.png) no-repeat center/cover;}
.facility-box .inner > div:nth-child(1) > p{color:#333;font-weight:500;}
.facility-box .inner > div:nth-child(2){flex:1;}
.facility-box .inner > div:nth-child(2) > div {display:flex;justify-content:space-between;}
.facility-box .inner > div:nth-child(2) > div + div{margin-top:.25rem;}
.facility-box .inner > div:nth-child(2) > div .value-tit{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:1.05rem;padding:.1rem .5rem;border-radius:.25rem;background:#E7EAF2;color:#333;font-size:.7rem;}
.facility-box .inner > div:nth-child(2) > div > p{color:#333;font-size:.7rem;font-weight:400;}
.facility-box .inner > div:nth-child(2) > div > p > strong{font-size:.8rem;font-weight:600;}
.facility-box .value-txt{display:flex;align-items:center;justify-content:center;height:1.85rem;padding:.25rem 1rem;border-radius:.4rem;background:#373C51;}
.facility-box .value-txt > p{color:#fff;font-size:.65rem;font-weight:700;}
.facility-box .value-txt > p > strong{font-size:1.4rem;background: linear-gradient(90deg, #91E7D1 0%, #7CBFEE 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

/* add 25.05.26 dash-badge */

.standard-badge{display:inline-flex;align-items:center;justify-content:center;gap:.15rem;width:auto;height:1.3rem;border:1px solid #D0D5E5;border-radius:1.85rem;background:#E7EAF2;padding:0 .6rem;color:#555;font-size:.7rem;font-weight:400;margin-left:.5rem;}



/* // 대시보드 설정 팝업 */
@media (min-width: 769px) {
  .more-btn:hover > i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
  .delete-btn:hover > i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

/* responsive */


/* ************* 768px ~ 1800px 공통 ************* */

@media all and (min-width:768px) and (max-width:1800px) {
  
.dashboard-wrap{padding:0 1rem;}
.main-tit{padding:0 1rem;}
.main-tit.widget{padding:0;}
  /* --동일-- */

/* -- 일정 -- */
.schedule-form{flex-wrap:wrap;}
.schedule-form .calendar{width:100%;}
.schedule-form .schedule-list{width:100%;}

/* -- 프로젝트 관리 -- */
.graph-table-col1{width:100%;flex-wrap:wrap;}
.graph-table-col1 .graph-a{width:100%;}
.graph-table-col1 > div:nth-child(2){width:100%;max-width:100%;}
/* .text-ellipsis {
  white-space: nowrap;
  overflow: visible;   
  text-overflow: unset;
  width:auto;
}   */


/* -- 이슈관리 -- */
.box-graph1 > div:nth-child(1){display:flex;flex-wrap:wrap;}
.box-graph1 > div:nth-child(1) .box{width:100%;}

/* -- 활동로그 활동피드 -- */
.txt-box-row .txt-box{flex-wrap:wrap;}
.txt-box-row .txt-box .t1{max-width:100%;width:100%;flex:none;}

/* -- 공지/소식  -- */
.notice-wrap > ul > li{flex-wrap:wrap;}
.notice-wrap > ul > li > span{width:100%;}

/* -- 유연자원 보유 현황 -- */
.box-table-wrap{column-gap:0;row-gap:1rem;}
.box-table-wrap .box-table{width:100%;flex:none;}

/* -- ESS 현황 -- */
.box-flex > div{flex:none;width:100%;}

/* -- 이행실적 (퍼센트 수정 예정) -- */
/* .lst-box-wrap .list-box {min-width:32%;flex:none;} */

/* -- 거래현황 -- */
div > .col-4{width:100%;}
.col-4 .graph-area{margin-bottom:.5rem;}

/* -- 구매내역 판매내역 -- */
.col-gap1{width:100%;display:flex;flex-direction:column;}
.col-gap1 > div{width:100%;}
.legend-box .l-lst-wrap{row-gap:1rem;column-gap:0;margin-top:1rem;}
.legend-box .l-lst-wrap .l-lst{width:50%;flex:none;display:flex;align-items:center;gap:1rem;}

/* -- RE 달성율 -- */
.space-around{flex-wrap:wrap;}
.cylinder-graph-wrap .cylinder-tit{margin-bottom:.5rem;justify-content:center;}

/* -- 월별 이행수단 실적 -- */
.row-col-gap1{grid-template-columns:1fr;}

/* -- 계약관리 -- */
.row-col-gap3{grid-template-columns:1fr;}
.row-col-gap3 .box-solo{width:100%;}


}




/* ************* 1700px ************* */
@media screen and (max-width:1700px){
  /* 설비현황 */
  .facility-box-wrap{flex-wrap:wrap;}
  .facility-box-wrap .facility-box{width:calc((100% - 1rem) / 2);}
}

/* ************* 1600px ************* */

@media screen and (max-width:1600px){

  /* -- 에너지 공급현황, 에너지 소비 현황, 일 발전량, 원간 발전량 -- */
  .dash-box-flex > div:nth-child(1){width:50%;}
  .dash-box-flex > div:nth-child(2){width:50%;}
  .dash-box-flex .flex-col2{gap:0.5rem;}
  .dash-box-flex .flex-col2 > span{text-align:center;}
  .dash-box-flex .flex-col2 .list{flex-wrap:wrap;}
  .dash-box-flex .flex-col2 .list > span{width:100%;}
  .dash-box-flex .flex-col2 .list > span:nth-child(2){margin-left:0;justify-content:end}
  /* .dash-box-flex .flex-col2 .list > span{width:100%;} */
  .dash-box-flex .flex-col2 .list2 span:nth-child(1){width:100%;}
  .dash-box-flex .flex-col2 .list2 span:nth-child(2){width:100%;justify-content:center;margin-left:0;}
  .dash-box-flex .flex-col2 .list2{flex-wrap:wrap;}

  /* -- 이행실적 -- */
  .lst-box-wrap{flex-wrap:wrap;}
  .lst-box-wrap .list-box{min-width:31.8%;max-width:32%;flex:none;flex:1;}


/* -- 배출권 보유 현황 -- */
.responsive-table table {
  display: flex;
}
.responsive-table table thead {
  flex: 1;
}
.responsive-table table thead tr {
  display: flex;
  flex-direction: column;
}
.responsive-table table thead tr th {
  height: 2rem;
}
.responsive-table table tbody {
  flex: 1;
}
.responsive-table table tbody tr {
  display: flex;
  flex-direction: column;
}
.responsive-table table tbody tr td {
  height: 2rem;
  line-height: 2;
}
.responsive-table table tbody tr td > strong{
  margin-right: .15rem;
}

  /* 대시보드  more-btn */
  /* .more-btn.r-none{
    display:none;
  }
   */

  .dashboard-wrap .more-btn{display:none;}

}

/* ************* 1400px ************* */

@media all and (max-width:1400px) {
  /* -- RE달성율 --  */
  .h-g-wrap{width:100%;}

  /* add 25.04.10 */
  .dash-box-flex .flex-col2 .list2{flex-wrap: nowrap;}
  .dash-box-flex .flex-col2 .list2 span:nth-child(2){justify-content: end;}

}

/* ************* 1200px ************* */

@media screen and (max-width:1200px){
  /* 설비현황 */
  .facility-box-wrap .facility-box{width:100%;}
}


/* ************* 768px ~ 1399px ************* */

@media all and (min-width:768px) and (max-width:1399px) {

  /* -- 에너지 공급현황, 에너지 소비 현황, 일 발전량, 원간 발전량 -- */
  .dash-box-flex{flex-wrap:wrap;}
  .dash-box-flex > div:nth-child(1){width:100%;}
  .dash-box-flex > div:nth-child(2){width:100%;}
}


/* ************* 1024px ************* */
@media screen and (max-width:1024px){

  .dash-box-flex > div:nth-child(1){width:50%;}
  /* .dash-box-flex > div:nth-child(2){width:50%;} */

  /* -- 이슈관리 -- */
  .box-graph1 > div:nth-child(1) .box{width:30%;}

  /* main-tit */
  .main-tit.widget{gap:0;}
  .main-tit.widget .tit{width:100%;}
  .main-tit.widget .widget-txt{width:100%;word-break:keep-all;word-wrap:break-word;}

  /* 설비현황 */
  .facility-box-wrap .facility-box{width:calc((100% - 1rem) / 2);}
  
}

/* ************* 768px ************* */
@media screen and (max-width:768px){
    /* 설비현황 */
    .n-flex{flex-wrap:wrap;justify-content:end;}
    .n-flex .facility-status{width:100%;}
    .facility-box-wrap .facility-box{width:100%;}

}



/* ************* 768px ~ 1200px ************* */

@media all and (min-width:768px) and (max-width:1200px) {

  /* -- 온실가스 배출량 -- */
  .row-col-gap2{grid-template-columns:1fr;}
  .row-col-gap2 .box-solo{width:100%;}

  /* -- RE 달성율 -- */
  .space-around .cylinder-graph-wrap{width:50%;margin:auto;}
  .space-around .cylinder-graph-wrap .cylinder-graph{width:100%;}
  .space-around .h-g-wrap{width:100%;}
  /* 이행실적 */
  .lst-box-wrap .list-box {min-width:49.2%;}
}


/* ************* 360px ~ 768px ************* */

@media all and (min-width:340px) and (max-width:767px) {

/* main-tit */
.main-tit{flex-wrap:wrap;}
.main-tit .name{font-size:.8rem;}
.main-tit .name strong{font-size:.8rem;}
.main-tit .ymd-i{font-size:.7rem;}

/* -- 이행실적 (퍼센트 수정 예정) -- */
.lst-box-wrap .list-box {min-width:100%;}

/* -- 배출권 시세 정보 -- */
.round-table2 table{display:flex;}
.round-table2 table thead{width:40%;}
.round-table2 table tbody{width:60%;}
.round-table2 table thead tr{display:flex;flex-direction:column;}
.round-table2 table thead th{line-height:inherit;}
.round-table2 table thead th:last-child{border-bottom:0;}
.round-table2 table tbody tr{display:flex;flex-direction:column;}
.round-table2 table tbody td{border-bottom:1px dotted #ccc;width:100%;border-radius:0;line-height:inherit;font-size:.8rem;}
.round-table2 table tbody td:last-child{border-bottom:0;}



  /* --동일-- */

/* -- 일정 -- */
.schedule-form{flex-wrap:wrap;}
.schedule-form .calendar{width:100%;}
.schedule-form .schedule-list{width:100%;}

/* .graph-table-col1{width:100%;flex-wrap:wrap;}
.graph-table-col1 > div{width:100%;margin:auto;} */
/* -- 프로젝트 관리 -- */
.graph-table-col1{width:100%;flex-wrap:wrap;}
.graph-table-col1 .graph-a{width:100%;}
.graph-table-col1 > div:nth-child(2){width:100%;max-width:100%;}

/* -- 이슈관리 -- */
.box-graph1 > div:nth-child(1){display:flex;flex-wrap:wrap;}
.box-graph1 > div:nth-child(1) .box{width:100%;}

/* -- 활동로그 활동피드 -- */
.txt-box-row .txt-box{flex-wrap:wrap;}
.txt-box-row .txt-box .t1{max-width:100%;width:100%;flex:none;}

/* -- 공지/소식  -- */
.notice-wrap > ul > li{flex-wrap:wrap;}
.notice-wrap > ul > li > span{width:100%;}

/* -- 유연자원 보유 현황 -- */
.box-table-wrap{column-gap:0;row-gap:1rem;}
.box-table-wrap .box-table{width:100%;flex:none;}

/* -- ESS 현황 -- */
.box-flex > div{flex:none;width:100%;}



/* -- 거래현황 -- */
div > .col-4{width:100%;}
.col-4 .graph-area{margin-bottom:.5rem;}

/* -- 구매내역 판매내역 -- */
.col-gap1{width:100%;display:flex;flex-direction:column;}
.col-gap1 > div{width:100%;}
.legend-box .l-lst-wrap{row-gap:1rem;column-gap:0;}
.legend-box .l-lst-wrap .l-lst{width:50%;flex:none;display:flex;align-items:center;gap:1rem;}

/* -- RE 달성율 -- */
.space-around{flex-wrap:wrap;}
.cylinder-graph-wrap .cylinder-tit{margin-bottom:.5rem;justify-content:center;}

/* -- 월별 이행수단 실적 -- */
.row-col-gap1{grid-template-columns:1fr;}

/* -- 계약관리 -- */
.row-col-gap3{grid-template-columns:1fr;}
.row-col-gap3 .box-solo{width:100%;}

/* // */

/* -- 에너지 공급현황, 에너지 소비 현황, 일 발전량, 월간 발전량 -- */
  .dash-box-flex{flex-wrap:wrap;}
  .dash-box-flex > div:nth-child(1){width:100%;}
  .dash-box-flex > div:nth-child(2){width:100%;}

}

/* ************* 500px ************* */
@media all and (max-width:500px) {
  /* 구매내역, 판매내역 */
  .legend-box .l-lst-wrap .l-lst{width:100%;justify-content:space-between;}
  .legend-box .l-lst-wrap .l-lst .st1,
  .legend-box .l-lst-wrap .l-lst .st2 {width:80%;display:flex;flex-direction:column;align-items:end;justify-content:center;}

  /* 일정 */
  .schedule-form .button-wrap{justify-content:start;}

  /* 카드 타이틀 및 standard-badge*/
  .titT2{font-size:1rem;}
  .standard-badge{border:none;background:none;padding:0;}
}

/* ************* 400px ************* */

@media all and (max-width:400px) {
  /* 이행실적 */
  .lst-box-wrap .list-box{width:100%;}
}

